.animated {	opacity: 0}
.dpm {margin:0 !important;padding: 0 !important}
.dm {margin:0 !important}
.d-inline-block {display:inline-block !important;}
.inline{display:inline-block}
.smallPrice {display:inline-block;font-size:13px;}
.a-link {cursor:pointer;}
.a-link:hover {color: $primary-color !important;}
.noshowopa {opacity:0}
.btn-a {
	background: none;
	border: 0;
}

.inline-bg {
	background-position: center;
	background-repeat: no-repeat;
}

.img-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.background-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	object-position: right center;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.background-img-half-right {
	object-fit: contain;
	object-position: right center;
}

.background-img-half-bottom {
	object-fit: contain;
	object-position: 50% 100%!important;
}

.background-img-dot {
	border-radius:50%!important;
} 

body {
	font-family: $paragraph-font;
	font-weight:400;
	font-size:16px;
	color:#000000;
	background-color: $background-color;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: $header-font !important;
}

h1 span, h1 strong,
h2 span, h2 strong,
h3 span, h3 strong,
h4 span, h4 strong,
h5 span, h5 strong,
h6 span, h6 strong,
.h1 span, .h1 strong,
.h2 span, .h2 strong,
.h3 span, .h3 strong,
.h4 span, .h4 strong,
.h5 span, .h5 strong,
.h6 span, .h6 strong {
	font-family: $header-font !important;
}

.font-loaded h1, .font-loaded h2, .font-loaded h3, .font-loaded h4, .font-loaded h5, .font-loaded h6,
.font-loaded .h1, .font-loaded .h2, .font-loaded .h3, .font-loaded .h4, .font-loaded .h5, .font-loaded .h6 {
	font-family: $header-font !important;
}

.font-loaded h1 span, .font-loaded h1 strong,
.font-loaded h2 span, .font-loaded h2 strong,
.font-loaded h3 span, .font-loaded h3 strong,
.font-loaded h4 span, .font-loaded h4 strong,
.font-loaded h5 span, .font-loaded h5 strong,
.font-loaded h6 span, .font-loaded h6 strong,
.font-loaded .h1 span, .font-loaded .h1 strong,
.font-loaded .h2 span, .font-loaded .h2 strong,
.font-loaded .h3 span, .font-loaded .h3 strong,
.font-loaded .h4 span, .font-loaded .h4 strong,
.font-loaded .h5 span, .font-loaded .h5 strong,
.font-loaded .h6 span, .font-loaded .h6 strong {
	font-family: $header-font !important;
}

#content {
    min-height: calc(100vh - #{$header-height} - #{$footer-height});
}

.text-primary {
	color: $primary-color!important;
}
.text-secondary {
	color: $secondary-color!important;
}
.text-thirdary {
	color: $secondary-color!important;
	font-size: 70%;
}
.text-white {
	color:#ffffff!important;
}
.text-yellow {
	color: #fec900!important;
}

.text-left {
	text-align:left;
}
.text-center {
	text-align:center!important;
	justify-content:center;
	margin:auto;
}
.text-right {
	text-align:right;
}

.text-bold {
	font-weight: bold;
}

.text-shadow {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.text-h1 {
	font-size:28px;
	color:$primary-color;
	font-weight:600;
	font-family:$header-font;
	line-height:$h1-line-height;
	letter-spacing:$h1-letter-spacing;
	word-spacing:$h1-word-spacing;
}
.font-loaded .text-h1 {
	font-size:28px;
	font-family: $header-font;
	line-height:$fl-h1-line-height;
	letter-spacing:$fl-h1-letter-spacing;
	word-spacing:$fl-h1-word-spacing;
}
.text-h2 {
	font-size:24px;
	color:$secondary-color;
	font-weight:600;
	font-family: $header-font;
	line-height:$h2-line-height;
	letter-spacing:$h2-letter-spacing;
	word-spacing:$h2-word-spacing;
}
.font-loaded .text-h2 {
	font-family: $header-font;
	line-height:$fl-h2-line-height;
	letter-spacing:$fl-h2-letter-spacing;
	word-spacing:$fl-h2-word-spacing;
}
.text-h3 {
	font-size:20px;
	color:$secondary-color;
	font-weight:600;
	font-family: $header-font!important;
	$h3-letter-spacing: 0px;
	$h3-line-height: 1.0;
	$h3-word-spacing: 0px;
	padding:5px 0px;
}
.font-loaded .text-h3 {
	font-family: $header-font!important;
	$fl-h3-letter-spacing: 0px;
	$fl-h3-line-height: 1.0;
	$fl-h3-word-spacing: 0px;
}
.btn {
    border: none;
    border-radius: 25px;
    background-color: $btn-color;
    color: $btn-txt-color;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.3s;
    cursor: pointer;
	font-size: 16px;
	text-transform: none;
}
.btn:hover .btn {
    background-color: $primary-color;
    text-decoration: none
}
.btn-primary:hover {
    color: $btn-txt-primary-hover-color;
}
.btn-secondary:hover {
    color: $btn-txt-secondary-hover-color;
}
.btn-white:hover {
    color: $primary-color;
}
.btn-basket:hover {
    color: $secondary-color;
}
.btn-span {
    color: $btn-txt-color;
    font-size: 20px;
    font-weight: 400;
    font-family: $btn-font;
} 
.font-loaded .btn-span {
    font-family: $btn-font;
}
.btn-primary {
	background-color: $btn-bg-primary-color;
	color: $btn-txt-primary-color;
	font-family: $btn-font;
	margin-top:10px;
	margin-bottom:10px;
}
.font-loaded .btn-primary {
	font-family: $btn-font;
}
.btn-bold, .font-loaded .btn-bold {
	font-family: $btn-bold-font;
}
.btn-secondary {
	background-color: $btn-bg-secondary-color;
	color: $btn-txt-secondary-color;
	font-family: $btn-font;
	margin-top:10px;
	margin-bottom:10px;
}

.font-loaded .btn-secondary {
	font-family: $btn-font;
}
.bg-primary {
	background-color: $primary-color!important;
}
.bg-secondary {
	background-color: $secondary-color!important;
}
.bg-white {
	background-color: #ffffff!important;
}
.bg-lightgrey {
	background-color: $main-grey!important;
}
.bg-grey {
	background-color:#E8E8E8!important;
}
.bg-ylw {
	background-color:#FFC600!important;
}
hr.hr-white{
    height: 2px;
    color: #FFFFFF;
    background-color: #FFFFFF;
    width:95%;
}
hr.hr-grey{
    height: 6px;
    color: #E7E7E7;
    background-color: #E7E7E7;
    width:100%;
	border:none;
}
hr.hr-grey-thin{
    height: 2px;
    color: #f2f2f2;
    background-color: #f2f2f2;
    width:100%;
	border:none;
}
hr.hr-grey-soft {
	height: 1px;
    color: transparent;
    background-color: transparent;
    width:100%;
	border:none;
	box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.2);
}
.text-large {
	font-size:54px;
	font-weight:600;
	font-family: $header-font;
	line-height:1.0;
	letter-spacing:$letter-spacing;
	word-spacing:0px;
}
.font-loaded .text-large {
	font-family: $header-font;
	letter-spacing:$letter-spacing;
	word-spacing:0px;
}
.btn-white {
	background-color: #ffffff;
	color: $secondary-color;
	font-family: $btn-font;
	margin-top:10px;
	margin-bottom:10px;
}
.btn-blue {
	background-color: #d9e8fc !important;
    color: #007bff !important;
	transition: all 300ms;
}
.btn-blue:hover {
    background-color: #1ab04f !important;
    color: #FFFFFF !important;
}
.btn-datasheet {
	background-color: $btn-datasheet;
	color: #FFFFFF;
	font-family: $btn-font;
	margin-top:10px;
	margin-bottom:10px;
}
.btn-basket {
	background-color: $btn-basket;
	color: #FFFFFF;
	font-family: $btn-font;
	margin-top:10px;
	margin-bottom:10px;
}
#content p {
	color:$body-text-color;
}
p {
	font-size:16px;
	font-family: $paragraph-font;
	line-height:$p-line-height;
	letter-spacing:$p-letter-spacing;
	word-spacing:$p-word-spacing;
}
.font-loaded p {
	font-family: $paragraph-font;
	line-height:$fl-p-line-height;
	letter-spacing:$fl-p-letter-spacing;
	word-spacing:$fl-p-word-spacing;
}
li {
	font-size:16px;
	font-family: $paragraph-font;
	line-height:1.4;
	letter-spacing:1px;
}
.font-loaded li {
	font-family: $paragraph-font;
	line-height:1.4;
	letter-spacing:0.6px;
}
span {
	font-family: $paragraph-font;
	letter-spacing: 0px;
	word-spacing: 0.55px;
	line-height:1.4;
}
.font-loaded span {
	font-family: $paragraph-font;
}
h1 {
	font-size:28px;
	color:$primary-color;
	font-weight:600;
	font-family: $header-font;
	line-height:$h1-line-height;
	letter-spacing:$h1-letter-spacing;
	word-spacing:$h1-word-spacing;
}
.font-loaded h1 {
	font-family: $header-font;
	line-height:$fl-h1-line-height;
	letter-spacing:$fl-h1-letter-spacing;
	word-spacing:$fl-h1-word-spacing;
}
.h1-open-sans-bold {
	font-size:28px;
	font-weight:600;
	font-family: "Open Sans Bold","Arial Black";
	line-height:$h1-line-height;
	letter-spacing:$h1-letter-spacing;
	word-spacing:$h1-word-spacing;
	margin:auto;
}
.font-loaded .h1-open-sans-bold {
	font-family: "Open Sans Bold","Arial Black";
	line-height:$fl-h1-line-height;
	letter-spacing:$fl-h1-letter-spacing;
	word-spacing:$fl-h1-word-spacing;
}
h2 {
	font-size:24px;
	color:$secondary-color;
	font-weight:600;
	font-family: $header-font;
	line-height:$h2-line-height;
	letter-spacing:$h2-letter-spacing;
	word-spacing:$h2-word-spacing;
}
.font-loaded h2 {
	font-family: $header-font;
	line-height:$fl-h2-line-height;
	letter-spacing:$fl-h2-letter-spacing;
	word-spacing:$fl-h2-word-spacing;
}
.h2-open-sans-bold {
	font-size:24px;
	color:$secondary-color;
	font-weight:600;
	font-family: "Open Sans Bold","Arial Black";
	line-height:1.0;
	letter-spacing:0px;
	word-spacing:0px;
	margin:auto;
}
.font-loaded .h2-open-sans-bold {
	font-family: "Open Sans Bold","Arial Black";
	letter-spacing:1px;
}
h3 {
	font-size:20px;
	color:$secondary-color;
	font-weight:600;
	font-family: $header-font!important;
	$h3-letter-spacing: 0px;
	$h3-line-height: 1.0;
	$h3-word-spacing: 0px;
}
.font-loaded h3 {
	font-weight:800;
	font-family: $header-font!important;
	$fl-h3-letter-spacing: 0px;
	$fl-h3-line-height: 1.0;
	$fl-h3-word-spacing: 0px;
}
a {
	color:$body-text-color;
	text-decoration:none;
	font-weight:800;
}

.home-box {
	background-color:$secondary-color;
	height:350px;
	padding:25px;
	align-content:center;
	display:flex;
	flex-wrap:wrap;
}
.rivyoo-sub-box {
	background-color:$secondary-color;
	height:400px;
	padding:25px;
	align-content:center;
	display:flex;
	flex-wrap:wrap;
}
.btn-ylw {
	background-color: #FFC600;
	color: #FFFFFF;
	font-family: $btn-font;
	margin-top:10px;
	margin-bottom:10px;
}

.btn-ylw:hover .btn-ylw-1{
	background-color: #C35155;
	text-decoration: none;
}
.btn-ylw-span {
	color: #001F60;
	font-size:20px;
	font-weight:700;
	font-family:Open Sans, sans-serif;
}
.font-loaded .btn-ylw-span {
	font-family:Open Sans;
	font-size:20px;
}
.row-cont {
	margin:auto;
	justify-content:center;
	align-content:center;
	display:flex;
	padding:30px 20px;
}
.row-padding {
	padding:30px 45px;
}
.row-padding-narrow {
	padding:15px 20px;
}
.row-350 {
	min-height:315px;
}
.border-primary {
	border:solid 2px $primary-color;
}
.background-shape {
	height: 200px;
	width: 200px;
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	background-color:Blue;
	overflow:visible;
}
.section-component-img-cont {
	min-height:315px;
	text-align:center;
}
.section-component-img-cont-square {
	min-height:315px;
	text-align:center;
}
.section-component-img-cont-sm {
	min-height:125px;
	text-align:center;
}
.halign-center {
	text-align:center!important;
	justify-content:center;
}
.valign-center {
	align-content:center;
	display:flex;
	flex-wrap:wrap;
}
.valign-start {
	align-content:start;
	display:flex;
	flex-wrap:wrap;
}
.valign-bottom {
	align-content:end;
	display:flex;
	flex-wrap:wrap;
}
.center-elems {
	align-items:center;
	display:flex;
	flex-wrap:wrap;
}
.flex-flow-column {
	flex-flow:column;
}
.flex-flow-row {
	flex-flow:row;
}
.logo-inline {
	min-height:35px;
	display:inline;
}
.w350h300-cont {
	min-height: 300px;
}
.w400h218-cont {
	min-height:223px;
}
.w300h83-cont {
	min-height:88px;
}
.w310h245-cont {
	min-height:250px;
}
.margin-top-none {
	margin-top:0px!important;
}
.margin-bottom-none {
	margin-bottom:0px!important;
}
.margin-right-none {
	margin-right:0px!important;
}
.margin-left-none {
	margin-left:0px!important;
}
.text-small {
	font-size:12px!important;
}
.close {
	float: right;
    border: 0px;
    background: transparent;
	color: #C9302B;
	padding: 0px;
	top: -3px;
	position: relative;
}
.close i {
	font-size: 1.5em;
	border-radius: 50%;	
	transition: all 300ms;
}
.close:hover i {
	color: white;
	background-color: #C9302B;
}
.flex {
	display:flex;
}
.justify-center {
	display: flex;
	justify-content: center;
}
.font-zero {
	font-size: 0;
}
.side-padding {
	padding: 0 50px;
}
.delivery-opt-cont:hover {
	background-color: $primary-color;
}
.delivery-opt-cont.selected {
	border: solid 2px $primary-color;
}
.contact-hover i {
	color: $primary-color;
}
.contact-hover:hover {
	font-weight: bold;
	color: $secondary-color;
	cursor: pointer;
}
.contact-hover:hover i {
	color: $secondary-color;
}
.brochure-block-main-cont {
	text-align:left;
	margin:auto;
}
.brochure-block-heading {
	font-size:52px;
	margin:10px 0px;
	padding:10px 0px;
}
.brochure-block-text {
	font-size:32px;
	margin:auto;
	font-weight:600;
	padding:0px 5px;
}
.brochure-block-icon {
	font-size:56px;
	margin:auto;
}
.brochure-block-icon:before {
	margin-left:0px!important;
	margin-right:0px!important;
}
.brochure-block-text-cont {
	padding-left:0px!important;
	padding-right:0px!important;
}
.brochure-block-icon-cont {
	padding-left:0px!important;
	padding-right:0px!important;
}
.brochure-block-img-cont {
	min-height:405px;
}
.div-break {
	height: 15px;
}
.btn-checkout {
	background-color: $secondary-color;
	color: #FFFFFF;
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	font-size: 20px;
}
.btn-checkout:hover {
	background-color: #1ab04f;
	color: #FFFFFF;
}
#iso-cert-num {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	position: relative;
	top: -10px;
}
.iso-img-cont {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.popup-bg-left {
    padding: 0;
    background-color: $popup-bg-left;
}

.popup-bg-right {
    background-color: $popup-bg-right;
}

@media screen and (max-width: 1200px) {
	.w310h245-cont {
		min-height:212px;
	}
	.brochure-block-heading {
		font-size:48px;
	}
}
@media screen and (max-width: 991px) {
h1 {
	font-size:26px;
	padding-left:10px;
	padding-right:10px;
}
.font-loaded h1 {
	font-size:26px;
}
.text-h1 {
	font-size:26px;
}
.font-loaded .text-h1 {
	font-size:26px;
}
.text-h2 {
	font-size:20px;
}
.row-padding {
	padding:15px 10px;
}
.row-padding-narrow {
	padding:10px 10px;
}
.section-component-img-cont {
	min-height:288px;
}
.section-component-img-cont-square {
	min-height:288px;
}
.text-large {
	font-size:42px;
}
.brochure-block-text {
	font-size:28px;
}
.brochure-block-main-cont {
	text-align:center;
	justify-content:center;
}
}
@media screen and (max-width: 768px) {
	h1 {
		font-size:22px;
		padding-left:0px;
		padding-right:0px;
	}
	.font-loaded h1 {
		font-size:22px;
	}
	.text-h1 {
		font-size:22px;
		width:auto;
	}
	.font-loaded .text-h1 {
		font-size:22px;
	}
	h2 {
		font-size:20px;
	}
	.font-loaded h2 {
		font-size:20px;
	}
	.btn-ylw {
		width:260px;
		font-size:14px;
		margin-top:20px;
		margin-bottom:20px;
	}
	.btn-ylw-span {
		font-size:16px!important;
	}
	.font-loaded .btn-ylw-span {
		font-size:16px!important;
	}
	.text-large {
		font-size:34px;
	}
	.row-cont {
		margin:auto;
		justify-content:center;
		align-content:center;
		display:flex;
		padding:10px 10px;
	}
	.section-component-img-cont-large {
		min-height:420px;
	}
	.section-component-img-cont {
		min-height:312px;
	}
	.section-component-img-cont-square {
		min-height:312px;
	}
	.mob-center {
		text-align:center!important;
		justify-content:center;
		margin:auto;
	}
	.mob-right {
		text-align: right;
		justify-content: right;
		margin: auto;
	}
	.mob-dpm {
		margin:0 !important;
		padding: 0 !important
	}
	.btn {
		font-size:14px;
	}
	.home-box {
		justify-content:center;
	}
	.rivyoo-sub-box {
		justify-content:center;
		height:450px;
	}
	.btn-basket {
		width: 100%;
	}
	.brochure-block-heading {
		font-size:38px!important;
	}
	.brochure-block-icon {
		font-size:32px;
	}
	.brochure-block-text {
		font-size:22px;
		padding:10px;
		text-align:center;
	}
	.btn-checkout {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.flexa {display:flex;flex-flow: column;}
	.flexa_txt {order: 0;}
	.flexa_img {order: 1;}
}
@media screen and (max-width: 580px) {
	.section-component-img-cont {
		min-height:224px;
	}
	.row-padding {
		padding:30px 20px;
	}
	.row-padding-narrow {
		padding:20px 10px;
	}
	.brochure-block-heading {
		font-size:32px!important;
	}
	.brochure-block-img-cont {
		margin-top:30px;
		min-height:295px;
	}
}
@media screen and (max-width: 450px) {

}
@media screen and (max-width: 420px) {

}
@media screen and (max-width: 380px) {

}


.bold {
	font-family: "Open Sans Bold","Arial";
}
.extrabold, .extrabold span {
	font-family: "Open Sans ExtraBold","Arial";
}
