@font-face {
	font-family: PoppinsLight;
	src: url("/source/d790ba8ef17470bde837a6582c89149a/poppins-light.eot");
	src: url("/source/e4eb89e5a66626237cc63c1e3eddc969/poppins-light.eot")
			format("embedded-opentype"),
		url("/source/02f89d8dd8bc79ee83586481912b1ed6/poppins-light.woff") format("woff"),
		url("/source/7259c1a7b8f0358cfad1115cc25ec3cf/poppins-light.ttf") format("truetype"),
		url("/source/fa23d275d2707f3f4c516f0d43e05225/poppins-light.svg") format("svg");
	font-weight: "normal";
	font-style: "normal";
}
@font-face {
	font-family: PoppinsRegular;
	src: url("/source/2009c908e1ea1b0d19b8a4eb37535549/poppins-regular.eot");
	src: url("/source/328527a26134859ca87591164bfb539f/poppins-regular.eot")
			format("embedded-opentype"),
		url("/source/505e9a8c966b2b7e6df5c2a50a48b643/poppins-regular.woff") format("woff"),
		url("/source/2fb49df1b793882c60bea4fdc8da7777/poppins-regular.ttf") format("truetype"),
		url("/source/d60ab49ed7169a8f5be3233be73d7ab2/poppins-regular.svg")
			format("svg");
	font-weight: "normal";
	font-style: "normal";
}
@font-face {
	font-family: PoppinsMedium;
	src: url("/source/5092ad0a5f76137de58a5edeb836e866/poppins-medium.eot");
	src: url("/source/64dd3932b29d7e83a11cb269d27599ab/poppins-medium.eot")
			format("embedded-opentype"),
		url("/source/d4391f58352cd3c7a82fa2ab3bdb49ad/poppins-medium.woff") format("woff"),
		url("/source/e91c4e88381499b9e995eac13fb468a1/poppins-medium.ttf") format("truetype"),
		url("/source/b937c9f7a7cd8b0f208b148ab9ea2192/poppins-medium.svg") format("svg");
	font-weight: "normal";
	font-style: "normal";
}
@font-face {
	font-family: PoppinsSemibold;
	src: url("/source/112d309fa71536c22f47ad5aad05557f/poppins-semibold.eot");
	src: url("/source/87c295176ae5e0dfabb1dd093d5fbc3d/poppins-semibold.eot")
			format("embedded-opentype"),
		url("/source/f661cfacf528090f9006e5f1367de7a2/poppins-semibold.woff") format("woff"),
		url("/source/dafc8733601a41fba15aaa686f37ea3f/poppins-semibold.ttf") format("truetype"),
		url("/source/7f324836605c8de8295b1c0911b8d94a/poppins-semibold.svg")
			format("svg");
	font-weight: "normal";
	font-style: "normal";
}

@font-face {
	font-family: FontAwesome;
	src: url("/source/92d033f7f005dcebcc97e92c54116490/fontawesome-webfont.eot");
	src: url("/source/14360c9ccc7c4549c47f94055fd143ef/fontawesome-webfont.eot")
			format("embedded-opentype"),
		url("/source/427c28207b0fafbec34cdaaf3910812b/fontawesome-webfont.woff") format("woff"),
		url("/source/1a4ecf2b44a7c862861444614e0536dc/fontawesome-webfont.ttf") format("truetype"),
		url("/source/e1fa55f798f545b6fee5d518181fdaab/fontawesome-webfont.svg") format("svg");
	font-weight: "normal";
	font-style: "normal";
}

.consumer-selling-tools {
	overflow: hidden;
}

.consumer-selling-tools__wraper .slider-wrapper {
	position: relative;
}

.consumer-selling-tools__wraper .slider-wrapper .selling-tips-swiper {
	margin-bottom: 100px;
	overflow: hidden;
}
.consumer-selling-tools__wraper
	.slider-wrapper
	.selling-tips-swiper
	.swiper-wrapper
	.swiper-slide
	.product-wrapper {
	padding: 5px;
}

.consumer-selling-tools__wraper
	.slider-wrapper
	.selling-tips-swiper
	.swiper-wrapper
	.swiper-slide
	.product-wrapper
	.product {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 0.6rem;
	box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 10%);
	height: 100%;
	margin: 4px;
	text-align: center;
}

.consumer-selling-tools__wraper
	.slider-wrapper
	.selling-tips-swiper
	.swiper-wrapper
	.swiper-slide
	.product-wrapper
	.product
	img {
	width: 180px;
	height: 180px;
	max-width: 180px;
	max-height: 180px;
	object-fit: contain;
	padding: 30px 10px 0;
}

.consumer-selling-tools__wraper
	.slider-wrapper
	.selling-tips-swiper
	.swiper-wrapper
	.swiper-slide
	.product-wrapper
	.product
	h3 {
	color: #6d7278;
	font-family: "PoppinsMedium";
	font-size: 18px;
	line-height: 25px;
	padding: 20px;
	font-weight: 400;
	margin: 0;
}

.consumer-selling-tools__wraper .swiper-button-next,
.swiper-button-prev {
	position: absolute;
}

.consumer-selling-tools__wraper .swiper-button-next {
	right: -30px;
}

.consumer-selling-tools__wraper .swiper-button-prev {
	left: -20px;
}

@media screen and (max-width: 992px) {
	.consumer-selling-tools__wraper .swiper-button-next {
		right: -20px;
	}

	.consumer-selling-tools__wraper .swiper-button-prev {
		left: -10px;
	}
}

.consumer-selling-tools__wraper .swiper-button-next::after,
.consumer-selling-tools__wraper .swiper-button-prev::after {
	font-family: "FontAwesome";
	display: block;
	color: #979797;
}

.consumer-selling-tools__wraper .swiper-button-next::after {
	content: "\f0da";
}

.consumer-selling-tools__wraper .swiper-button-prev::after {
	content: "\f0d9";
}

.consumer-selling-tools__wraper .select-wrapper::before {
	border: 2px solid #6dd400 !important;
}

.consumer-selling-tools__wraper .btn-show.disabled,
.btn-order.disabled,
.btn-download.disabled {
	opacity: 0.18 !important;
}

.consumer-selling-tools__wraper .selects-block .buttons-wrapper a {
	display: none;
}

.consumer-selling-tools__wraper .selects-block .buttons-wrapper a.btn-download {
	background-color: #7dc855;
}

.consumer-selling-tools .content-component {
	background-color: #f6f6f6;
	padding: 0 2rem;
}
.consumer-selling-tools .content-component.white-bk {
	background-color: #fff;
}
.consumer-selling-tools .content-component .select-block {
	padding: 10rem 0 5rem;
	width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
	.consumer-selling-tools .content-component .select-block {
		padding: 5rem 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.consumer-selling-tools .content-component .select-block .col-sm-6 {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.consumer-selling-tools .content-component .select-block {
		padding: 1rem 0;
	}
}
.consumer-selling-tools .content-component .select-block .col-sm-5 {
	max-width: 43rem;
}
.consumer-selling-tools .content-component .select-block .item-wrapper {
	background-color: #fff;
	border-radius: 0.5rem;
	min-height: 30rem;
	-webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.consumer-selling-tools
	.content-component
	.select-block
	.item-wrapper
	.img-wrapper {
	height: auto;
	margin: 3rem 0;
}
.consumer-selling-tools
	.content-component
	.select-block
	.item-wrapper
	.img-wrapper
	img {
	height: 100%;
	width: 100%;
	z-index: 1;
}
@media (max-width: 767px) {
	.consumer-selling-tools
		.content-component
		.select-block
		.item-wrapper
		.img-wrapper {
		margin: 2rem 0;
		width: 100%;
	}
}
.consumer-selling-tools
	.content-component
	.select-block
	.item-wrapper
	.item-block {
	margin: 5rem 7rem 5rem 1.5rem;
}
@media (min-width: 1200px) and (max-width: 1599px) {
	.consumer-selling-tools
		.content-component
		.select-block
		.item-wrapper
		.item-block {
		margin: 3rem 1rem;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.consumer-selling-tools
		.content-component
		.select-block
		.item-wrapper
		.item-block {
		margin: 3rem 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.consumer-selling-tools
		.content-component
		.select-block
		.item-wrapper
		.item-block {
		margin: 3rem 0;
	}
}
.consumer-selling-tools
	.content-component
	.select-block
	.item-wrapper
	.item-block
	h2,
.consumer-selling-tools
	.content-component
	.select-block
	.item-wrapper
	.item-block
	p {
	margin-bottom: 2rem;
}
.consumer-selling-tools
	.content-component
	.select-block
	.item-wrapper
	.item-block
	h2 {
	font-size: 3.6rem;
	line-height: 3.8rem;
}
@media (min-width: 768px) and (max-width: 991px) {
	.consumer-selling-tools
		.content-component
		.select-block
		.item-wrapper
		.item-block
		h2 {
		font-size: 3rem;
	}
}
.consumer-selling-tools
	.content-component
	.select-block
	.item-wrapper
	.item-block
	p,
.consumer-selling-tools
	.content-component
	.select-block
	.item-wrapper
	.item-block
	li {
	font-size: 1.4rem;
	line-height: 1.9rem;
}
@media (max-width: 767px) {
	.consumer-selling-tools
		.content-component
		.select-block
		.item-wrapper
		.item-block {
		margin: 1rem 0 3rem;
	}
}
@media (max-width: 767px) {
	.consumer-selling-tools .content-component .select-block .selects-block {
		padding: 0;
	}
}
.consumer-selling-tools .content-component .select-block .selects-block form {
	height: 100%;
	padding: 5rem 0 0 2rem;
	width: 90%;
}
.consumer-selling-tools
	.content-component
	.select-block
	.selects-block
	form
	.select-wrapper {
	margin: 1.5rem 2rem;
}
@media (max-width: 767px) {
	.consumer-selling-tools
		.content-component
		.select-block
		.selects-block
		form
		.select-wrapper {
		margin: 0 0 2.5rem;
	}
}
.consumer-selling-tools
	.content-component
	.select-block
	.selects-block
	form
	.select-wrapper
	select {
	font-family: PoppinsMedium;
}
@media (max-width: 767px) {
	.consumer-selling-tools
		.content-component
		.select-block
		.selects-block
		form
		.select-wrapper
		select {
		font-size: 1.6rem;
		height: 5.4rem;
		line-height: 5.6rem;
		padding-left: 3rem;
		width: 133.333333333%;
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
		margin-bottom: -10px;
		margin-right: -33.333333333%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.consumer-selling-tools .content-component .select-block .selects-block form {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.consumer-selling-tools .content-component .select-block .selects-block form {
		margin: 2rem 0;
		padding: 0;
		width: 100%;
	}
}
.consumer-selling-tools .content-component .select-block .buttons-wrapper {
	margin-top: 3rem;
}
.consumer-selling-tools .content-component .select-block .buttons-wrapper .btn {
	border-radius: 0.6rem;
	color: #fff;
	font-family: PoppinsRegular;
	font-size: 1.6rem;
	line-height: 1.9rem;
	margin: 0 0.75rem;
	padding: 1.2rem;
	text-transform: uppercase;
	width: 15rem;
}
@media (max-width: 767px) {
	.consumer-selling-tools
		.content-component
		.select-block
		.buttons-wrapper
		.btn {
		width: 12.5rem;
	}
}
.consumer-selling-tools
	.content-component
	.select-block
	.buttons-wrapper
	.btn.btn-show {
	background-color: #003764;
}
.consumer-selling-tools
	.content-component
	.select-block
	.buttons-wrapper
	.btn.btn-order {
	background-color: #7dc855;
}
@media (max-width: 767px) {
	.consumer-selling-tools .content-component .select-block .buttons-wrapper {
		margin-top: 0;
	}
}
/* @media (max-width: 991px) {
    .consumer-selling-tools .content-component {
        padding: 0;
    }
} */

.consumer-selling-tools .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.consumer-selling-tools .container-fluid:after,
.consumer-selling-tools .container-fluid:before {
	display: table;
	content: " ";
}
.consumer-selling-tools .container-fluid:after {
	clear: both;
}

.consumer-selling-tools .layout-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.consumer-selling-tools .layout-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 767px) {
	.consumer-selling-tools .layout-column--xs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.consumer-selling-tools .col-md-5,
.consumer-selling-tools .col-md-7,
.consumer-selling-tools .col-sm-6 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	.consumer-selling-tools .col-sm-6 {
		float: left;
		width: 50%;
	}
}

@media (min-width: 992px) {
	.consumer-selling-tools .col-md-5,
	.consumer-selling-tools .col-md-7 {
		float: left;
	}

	.consumer-selling-tools .col-md-5 {
		width: 41.66667%;
	}

	.consumer-selling-tools .col-md-7 {
		width: 58.33333%;
	}
}

@media (max-width: 767px) {
	.consumer-selling-tools .hidden-xs {
		display: none !important;
	}
}

.consumer-selling-tools .align-items-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.consumer-selling-tools .justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.consumer-selling-tools .full-width {
	width: 100%;
}

.consumer-selling-tools .card-description h2 {
	font-family: PoppinsRegular !important;
}

.consumer-selling-tools .card-description p {
	font-family: PoppinsRegular !important;
}

.consumer-selling-tools .card-description ul {
	color: #363333;
	font-family: PoppinsRegular;
	font-size: 1.4rem;
	line-height: 1.9rem;
	margin-left: 2rem;
}

.consumer-selling-tools .card-description li {
	font-family: PoppinsRegular !important;
}

.consumer-selling-tools .select-wrapper {
	position: relative;
}
.consumer-selling-tools .select-wrapper select {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#f2f4f7),
		to(#fff)
	);
	background: -o-linear-gradient(bottom, #f2f4f7 0, #fff 100%);
	background: linear-gradient(0deg, #f2f4f7, #fff);
	border: 1px solid #ced0da;
	border-radius: 0.4rem;
	color: #656565;
	cursor: pointer;
	font-family: PoppinsRegular !important;
	font-size: 1.4rem !important;
	height: 4.2rem;
	padding: 0 0 0 4rem;
	width: 100%;
}
@media (max-width: 767px) {
	.consumer-selling-tools .select-wrapper select {
		font-size: 1.6rem !important;
		padding: 0 0 0 2rem;
	}
}
.consumer-selling-tools .select-wrapper select::-ms-expand {
	display: none;
}
.consumer-selling-tools .select-wrapper:before {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	border: 2px solid #6bcaba;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 2rem;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
@media (max-width: 767px) {
	.consumer-selling-tools .select-wrapper:before {
		left: 1.2rem;
	}
}
.consumer-selling-tools .select-wrapper:after {
	content: "\f078";
	color: #a8aab7;
	font-family: FontAwesome;
	font-size: 1rem;
	position: absolute;
	top: 50%;
	pointer-events: none;
	right: 2rem;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
@media (max-width: 991px) {
	.consumer-selling-tools .select-wrapper {
		margin: 1rem 0;
	}
}

.consumer-selling-tools .btn.disabled,
.consumer-selling-tools .btn[disabled],
.consumer-selling-tools fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.consumer-selling-tools a.btn.disabled,
.consumer-selling-tools fieldset[disabled] a.btn {
	pointer-events: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	content: '' !important;
}

.select-wrapper::after {
	content: "" !important;
}

.select-wrapper {
	display: flex;
	align-items: center;
}

	.select-wrapper svg {
		position: absolute;
		right: 10px;
	}

.swiper-button-next,
.swiper-button-prev {
	z-index: 1;
}

#select-wrapper2, #select-wrapper4 {
	display: none;
}

#select3 {
	padding-right: 40px;
}

#not-found {
	display: none;
}

#not-found p {
	text-align: center;
}

.contact-box, .quick-buttons, .owners-manual-intro {
	line-height: 1.4;
	margin-top: 35px;
	margin-bottom: 35px;
	font-size: 16px;
}

.contact-box p, .owners-manual-intro p {
	font-size: 16px;
}
.quick-buttons {
	text-align: center;
}
.quick-buttons img {
	height: 70px;
	width: auto;
	margin-bottom: 5px;
}
.quick-buttons a {
	color: inherit;
	font-size: 16px;
	line-height: 22.4px;
}

.contact-box {
	background: #003DA5;
	color: #fff;
	text-align: center;
	padding: 15px;
}
.contact-box a {
	color: inherit !important;
}
.contact-box h2, .contact-box p {
	margin: 0;
}
.contact-box hr {
	opacity: 0.5;
}
.contact-box h2, .contact-box strong {
	font-weight: 500;
}
.contact-box .phone {
	font-size: 1.6em;
	font-weight: 500;
}

.owners-manual-intro h1 {
	color: #003da5;
	font-size: 4.9rem;
	line-height: 6.2rem;
	margin-bottom: 3rem;
	font-family:"Poppins Semibold";
}

.owners-manual-intro h2 {
	font-size: 3rem;
	font-family: "Poppins Semibold";
	line-height :4rem;
	color: #327eff;
}

.owners-manual-intro p {
	font-family: "Poppins Light";
	line-height: 1.8;
	color: #58595b;
}

.container-item-sm {
	max-width: 1140px;
}

.consumer-selling-tools .content-component .select-block .item-wrapper .item-block {
	padding-right: 20px;
}

@media screen and (max-width: 991px) {
	.container.quick-buttons {
		margin-top: 14rem;
	}

	.consumer-selling-tools__wraper {
		padding-top: 25px !important;
	}
	
	.contact-box,
	.owners-manual-intro{
		margin-top: 0;
	}
}