@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Londrina+Outline&display=swap");
* {
	box-sizing: border-box !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Lato", sans-serif;
	font-size: 100%;
	vertical-align: unset;
	line-height: 1.4;
}

body {
	margin: 0;
}

p {
	margin: 0;
}

img {
	width: 100%;
}

ul,
li {
	list-style: none;
}

::after {
	line-height: 1.2;
}

sup {
	line-height: 1;
	vertical-align: text-top;
	top: unset !important;
	font-size: 75%;
}

hr {
	border: 1px solid #d5d5d5;
}

a {
	outline: none;
}

a:focus,
a:hover,
a:active {
	outline: none;
}

img,
svg {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

.cm-relative {
	position: relative;
}

.cm-body.scroll-lock {
	position: fixed;
	max-width: 100%;
}

.cm-pb-0 {
	padding-bottom: 0 !important;
}

.cm-pt-0 {
	padding-top: 0 !important;
}

.cm-mb-0 {
	margin-bottom: 0 !important;
}

.cm-mt-0 {
	margin-top: 0 !important;
}

.cm-radius-8 {
	border-radius: 8px;
}

.cm-pt-xs {
	padding-top: 1em;
}

.cm-pb-xs {
	padding-bottom: 1em;
}

.cm-mt-xs {
	margin-top: 1em;
}

.cm-mb-xs {
	margin-bottom: 1em;
}

.cm-pt-s {
	padding-top: 2em;
}

.cm-pb-s {
	padding-bottom: 2em;
}

.cm-mt-s {
	margin-top: 2em;
}

.cm-mb-s {
	margin-bottom: 2em;
}

.cm-pt-m {
	padding-top: 4em;
}

.cm-pb-m {
	padding-bottom: 4em;
}

.cm-mt-m {
	margin-top: 4em;
}

.cm-mb-m {
	margin-bottom: 4em;
}

.cm-pt-l {
	padding-top: 6em;
}

.cm-pb-l {
	padding-bottom: 6em;
}

.cm-mt-l {
	margin-top: 6em;
}

.cm-mb-l {
	margin-bottom: 6em;
}

.cm-pt-xl {
	padding-top: 8em;
}

.cm-pb-xl {
	padding-bottom: 8em;
}

.cm-mt-xl {
	margin-top: 8em;
}

.cm-mb-xl {
	margin-bottom: 8em;
}

@media only screen and (max-width: 500px) {
	.cm-pt-xs {
		padding-top: 1em;
	}
	.cm-pt-xs {
		padding-bottom: 1em;
	}
	.cm-pt-s {
		padding-top: 1.5em;
	}
	.cm-pt-s {
		padding-bottom: 1.5em;
	}
	.cm-pt-m {
		padding-top: 2em;
	}
	.cm-pt-m {
		padding-bottom: 2em;
	}
	.cm-pt-l {
		padding-top: 3em;
	}
	.cm-pt-l {
		padding-bottom: 3em;
	}
	.cm-pt-xl {
		padding-top: 4em;
	}
	.cm-pt-xl {
		padding-bottom: 4em;
	}
}

.w1470 {
	max-width: 1470px !important;
	margin: 0 auto;
}

.w900 {
	max-width: 900px !important;
	margin: 0 auto;
}

.w700 {
	max-width: 700px !important;
	margin: 0 auto;
}

.w500 {
	max-width: 500px !important;
	margin: 0 auto;
}

.cm-text-center {
	text-align: center;
}

@keyframes rotateX {
	0% {
		opacity: 0;
		transform: rotateX(-90deg);
	}
	50% {
		transform: rotateX(-20deg);
	}
	100% {
		opacity: 1;
		transform: rotateX(0deg);
	}
}

@keyframes showUp {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
		z-index: 2;
		transform: scale(1.1);
	}
}

@keyframes showDown {
	0% {
		opacity: 1;
		z-index: 2;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
		z-index: 0;
		transform: scale(1.1);
	}
}

sup {
	top: 0.5em;
}

h1 {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-size: 3em;
	margin-bottom: 0.5em;
}

@media only screen and (max-width: 1220px) {
	h1 {
		font-size: 2em;
	}
}

@media only screen and (max-width: 998px) {
	h1 {
		font-size: 1.75em;
		padding-left: 5px;
		padding-right: 5px;
	}
}

h2 {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-size: 3em;
	margin-bottom: 0.5em;
}

@media only screen and (max-width: 1220px) {
	h2 {
		font-size: 2em;
	}
}

@media only screen and (max-width: 998px) {
	h2 {
		font-size: 1.75em;
		padding-left: 5px;
		padding-right: 5px;
	}
}

h3 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 2em;
	margin-top: 0.75em;
}

@media only screen and (max-width: 1220px) {
	h3 {
		font-size: 1.5em;
	}
}

@media only screen and (max-width: 998px) {
	h3 {
		font-size: 1.25em;
		padding-left: 5px;
		padding-right: 5px;
	}
}

h4 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	margin-top: 0.75em;
}

@media only screen and (max-width: 1220px) {
	h4 {
		font-size: 1.125em;
	}
}

@media only screen and (max-width: 998px) {
	h4 {
		padding-left: 5px;
		padding-right: 5px;
	}
}

h5 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 1.75em;
	margin-top: 1.75em;
}

h6 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 0.875em;
}

p {
	font-size: 1.125em;
	line-height: 1.75em;
	font-family: "Lato", sans-serif;
	font-weight: 300;
}

@media only screen and (max-width: 1220px) {
	p {
		font-size: 1em;
	}
}

@media only screen and (max-width: 998px) {
	p {
		padding-left: 5px;
		padding-right: 5px;
	}
}

p.small {
	font-size: 1em;
}

@font-face {
	font-family: "FontAwesome";
	src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
	src:
		url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
		url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
		url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
		url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
		url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.icon,
[class^="icon-"] {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.icon-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.icon-2x {
	font-size: 2em;
}

.icon-3x {
	font-size: 3em;
}

.icon-4x {
	font-size: 4em;
}

.icon-5x {
	font-size: 5em;
}

.icon-fw {
	width: 1.28571em;
	text-align: center;
}

.icon-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}

.icon-ul > li {
	position: relative;
}

.icon-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center;
}

.icon-li.icon-lg {
	left: -1.85714em;
}

.icon-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.08em #eee;
	border-radius: 0.1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.icon.pull-left,
.pull-left[class^="icon-"] {
	margin-right: 0.3em;
}

.icon.pull-right,
.pull-right[class^="icon-"] {
	margin-left: 0.3em;
}

.icon-spin {
	animation: fa-spin 2s infinite linear;
}

.icon-pulse {
	animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}

.icon-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	transform: rotate(90deg);
}

.icon-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	transform: rotate(180deg);
}

.icon-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transform: rotate(270deg);
}

.icon-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	transform: scale(-1, 1);
}

.icon-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	transform: scale(1, -1);
}

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
	filter: none;
}

.icon-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.icon-stack-1x,
.icon-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.icon-stack-1x {
	line-height: inherit;
}

.icon-stack-2x {
	font-size: 2em;
}

.icon-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
	content: "";
}

.icon-music:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-envelope-o:before,
.icon-envelope-alt:before {
	content: "";
}

.icon-heart:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-star-o:before,
.icon-star-empty:before {
	content: "";
}

.icon-user:before {
	content: "";
}

.icon-film:before {
	content: "";
}

.icon-th-large:before {
	content: "";
}

.icon-th:before {
	content: "";
}

.icon-th-list:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-remove:before,
.icon-close:before,
.icon-times:before,
.icon-remove:before {
	content: "";
}

.icon-search-plus:before,
.icon-zoom-in:before {
	content: "";
}

.icon-search-minus:before,
.icon-zoom-out:before {
	content: "";
}

.icon-power-off:before,
.icon-off:before {
	content: "";
}

.icon-signal:before {
	content: "";
}

.icon-gear:before,
.icon-cog:before {
	content: "";
}

.icon-trash-o:before,
.icon-trash:before {
	content: "";
}

.icon-home:before {
	content: "";
}

.icon-file-o:before,
.icon-file-alt:before {
	content: "";
}

.icon-clock-o:before,
.icon-time:before {
	content: "";
}

.icon-road:before {
	content: "";
}

.icon-download:before,
.icon-download-alt:before {
	content: "";
}

.icon-arrow-circle-o-down:before,
.icon-download:before,
.icon-download-alt:before {
	content: "";
}

.icon-arrow-circle-o-up:before,
.icon-upload:before,
.icon-upload-alt:before {
	content: "";
}

.icon-inbox:before {
	content: "";
}

.icon-play-circle-o:before,
.icon-play-circle:before,
.icon-play-sign:before {
	content: "";
}

.icon-rotate-right:before,
.icon-repeat:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.icon-list-alt:before {
	content: "";
}

.icon-lock:before {
	content: "";
}

.icon-flag:before {
	content: "";
}

.icon-headphones:before {
	content: "";
}

.icon-volume-off:before {
	content: "";
}

.icon-volume-down:before {
	content: "";
}

.icon-volume-up:before {
	content: "";
}

.icon-qrcode:before {
	content: "";
}

.icon-barcode:before {
	content: "";
}

.icon-tag:before {
	content: "";
}

.icon-tags:before {
	content: "";
}

.icon-book:before {
	content: "";
}

.icon-bookmark:before {
	content: "";
}

.icon-print:before {
	content: "";
}

.icon-camera:before {
	content: "";
}

.icon-font:before {
	content: "";
}

.icon-bold:before {
	content: "";
}

.icon-italic:before {
	content: "";
}

.icon-text-height:before {
	content: "";
}

.icon-text-width:before {
	content: "";
}

.icon-align-left:before {
	content: "";
}

.icon-align-center:before {
	content: "";
}

.icon-align-right:before {
	content: "";
}

.icon-align-justify:before {
	content: "";
}

.icon-list:before {
	content: "";
}

.icon-dedent:before,
.icon-outdent:before,
.icon-indent-left:before {
	content: "";
}

.icon-indent:before,
.icon-indent-right:before {
	content: "";
}

.icon-video-camera:before,
.icon-facetime-video:before {
	content: "";
}

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before,
.icon-picture:before {
	content: "";
}

.icon-pencil:before {
	content: "";
}

.icon-map-marker:before {
	content: "";
}

.icon-adjust:before {
	content: "";
}

.icon-tint:before {
	content: "";
}

.icon-edit:before,
.icon-pencil-square-o:before,
.icon-edit:before {
	content: "";
}

.icon-share-square-o:before,
.icon-share:before,
.icon-share-alt:before {
	content: "";
}

.icon-check-square-o:before {
	content: "";
}

.icon-arrows:before,
.icon-move:before {
	content: "";
}

.icon-step-backward:before {
	content: "";
}

.icon-fast-backward:before {
	content: "";
}

.icon-backward:before {
	content: "";
}

.icon-play:before {
	content: "";
}

.icon-pause:before {
	content: "";
}

.icon-stop:before {
	content: "";
}

.icon-forward:before {
	content: "";
}

.icon-fast-forward:before {
	content: "";
}

.icon-step-forward:before {
	content: "";
}

.icon-eject:before {
	content: "";
}

.icon-chevron-left:before {
	content: "";
}

.icon-chevron-right:before {
	content: "";
}

.icon-plus-circle:before,
.icon-plus-sign:before {
	content: "";
}

.icon-minus-circle:before,
.icon-minus-sign:before {
	content: "";
}

.icon-times-circle:before,
.icon-remove-sign:before {
	content: "";
}

.icon-check-circle:before,
.icon-ok-sign:before {
	content: "";
}

.icon-question-circle:before,
.icon-question-sign:before {
	content: "";
}

.icon-info-circle:before,
.icon-info-sign:before {
	content: "";
}

.icon-crosshairs:before,
.icon-screenshot:before {
	content: "";
}

.icon-times-circle-o:before,
.icon-remove-circle:before {
	content: "";
}

.icon-check-circle-o:before,
.icon-ok-circle:before {
	content: "";
}

.icon-ban:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-arrow-up:before {
	content: "";
}

.icon-arrow-down:before {
	content: "";
}

.icon-mail-forward:before,
.icon-share:before,
.icon-share-alt:before {
	content: "";
}

.icon-expand:before,
.icon-resize-full:before {
	content: "";
}

.icon-compress:before,
.icon-resize-small:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-minus:before {
	content: "";
}

.icon-asterisk:before {
	content: "";
}

.icon-exclamation-circle:before,
.icon-exclamation-sign:before {
	content: "";
}

.icon-gift:before {
	content: "";
}

.icon-leaf:before {
	content: "";
}

.icon-fire:before {
	content: "";
}

.icon-eye:before,
.icon-eye-open:before {
	content: "";
}

.icon-eye-slash:before,
.icon-eye-close:before {
	content: "";
}

.icon-warning:before,
.icon-exclamation-triangle:before,
.icon-warning-sign:before {
	content: "";
}

.icon-plane:before {
	content: "";
}

.icon-calendar:before {
	content: "";
}

.icon-random:before {
	content: "";
}

.icon-comment:before {
	content: "";
}

.icon-magnet:before {
	content: "";
}

.icon-chevron-up:before {
	content: "";
}

.icon-chevron-down:before {
	content: "";
}

.icon-retweet:before {
	content: "";
}

.icon-shopping-cart:before {
	content: "";
}

.icon-folder:before,
.icon-folder-close:before {
	content: "";
}

.icon-folder-open:before {
	content: "";
}

.icon-arrows-v:before,
.icon-resize-vertical:before {
	content: "";
}

.icon-arrows-h:before,
.icon-resize-horizontal:before {
	content: "";
}

.icon-bar-chart-o:before,
.icon-bar-chart:before,
.icon-bar-chart:before {
	content: "";
}

.icon-twitter-square:before,
.icon-twitter-sign:before {
	content: "";
}

.icon-facebook-square:before,
.icon-facebook-sign:before {
	content: "";
}

.icon-camera-retro:before {
	content: "";
}

.icon-key:before {
	content: "";
}

.icon-gears:before,
.icon-cogs:before {
	content: "";
}

.icon-comments:before {
	content: "";
}

.icon-thumbs-o-up:before,
.icon-thumbs-up-alt:before {
	content: "";
}

.icon-thumbs-o-down:before,
.icon-thumbs-down-alt:before {
	content: "";
}

.icon-star-half:before {
	content: "";
}

.icon-heart-o:before,
.icon-heart-empty:before {
	content: "";
}

.icon-sign-out:before,
.icon-signout:before {
	content: "";
}

.icon-linkedin-square:before,
.icon-linkedin-sign:before {
	content: "";
}

.icon-thumb-tack:before,
.icon-pushpin:before {
	content: "";
}

.icon-external-link:before {
	content: "";
}

.icon-sign-in:before,
.icon-signin:before {
	content: "";
}

.icon-trophy:before {
	content: "";
}

.icon-github-square:before,
.icon-github-sign:before {
	content: "";
}

.icon-upload:before,
.icon-upload-alt:before {
	content: "";
}

.icon-lemon-o:before,
.icon-lemon:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-square-o:before,
.icon-check-empty:before {
	content: "";
}

.icon-bookmark-o:before,
.icon-bookmark-empty:before {
	content: "";
}

.icon-phone-square:before,
.icon-phone-sign:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-facebook-f:before,
.icon-facebook:before {
	content: "";
}

.icon-github:before {
	content: "";
}

.icon-unlock:before {
	content: "";
}

.icon-credit-card:before {
	content: "";
}

.icon-rss:before {
	content: "";
}

.icon-hdd-o:before,
.icon-hdd:before {
	content: "";
}

.icon-bullhorn:before {
	content: "";
}

.icon-bell:before,
.icon-bell-alt:before {
	content: "";
}

.icon-certificate:before {
	content: "";
}

.icon-hand-o-right:before,
.icon-hand-right:before {
	content: "";
}

.icon-hand-o-left:before,
.icon-hand-left:before {
	content: "";
}

.icon-hand-o-up:before,
.icon-hand-up:before {
	content: "";
}

.icon-hand-o-down:before,
.icon-hand-down:before {
	content: "";
}

.icon-arrow-circle-left:before,
.icon-circle-arrow-left:before {
	content: "";
}

.icon-arrow-circle-right:before,
.icon-circle-arrow-right:before {
	content: "";
}

.icon-arrow-circle-up:before,
.icon-circle-arrow-up:before {
	content: "";
}

.icon-arrow-circle-down:before,
.icon-circle-arrow-down:before {
	content: "";
}

.icon-globe:before {
	content: "";
}

.icon-wrench:before {
	content: "";
}

.icon-tasks:before {
	content: "";
}

.icon-filter:before {
	content: "";
}

.icon-briefcase:before {
	content: "";
}

.icon-arrows-alt:before,
.icon-fullscreen:before {
	content: "";
}

.icon-group:before,
.icon-users:before,
.icon-group:before {
	content: "";
}

.icon-chain:before,
.icon-link:before {
	content: "";
}

.icon-cloud:before {
	content: "";
}

.icon-flask:before,
.icon-beaker:before {
	content: "";
}

.icon-cut:before,
.icon-scissors:before,
.icon-cut:before {
	content: "";
}

.icon-copy:before,
.icon-files-o:before,
.icon-copy:before {
	content: "";
}

.icon-paperclip:before,
.icon-paper-clip:before {
	content: "";
}

.icon-save:before,
.icon-floppy-o:before,
.icon-save:before {
	content: "";
}

.icon-square:before,
.icon-sign-blank:before {
	content: "";
}

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before,
.icon-reorder:before {
	content: "";
}

.icon-list-ul:before {
	content: "";
}

.icon-list-ol:before {
	content: "";
}

.icon-strikethrough:before {
	content: "";
}

.icon-underline:before {
	content: "";
}

.icon-table:before {
	content: "";
}

.icon-magic:before {
	content: "";
}

.icon-truck:before {
	content: "";
}

.icon-pinterest:before {
	content: "";
}

.icon-pinterest-square:before,
.icon-pinterest-sign:before {
	content: "";
}

.icon-google-plus-square:before,
.icon-google-plus-sign:before {
	content: "";
}

.icon-google-plus:before {
	content: "";
}

.icon-money:before {
	content: "";
}

.icon-caret-down:before {
	content: "";
}

.icon-caret-up:before {
	content: "";
}

.icon-caret-left:before {
	content: "";
}

.icon-caret-right:before {
	content: "";
}

.icon-columns:before {
	content: "";
}

.icon-unsorted:before,
.icon-sort:before {
	content: "";
}

.icon-sort-down:before,
.icon-sort-desc:before,
.icon-sort-up:before {
	content: "";
}

.icon-sort-up:before,
.icon-sort-asc:before,
.icon-sort-down:before {
	content: "";
}

.icon-envelope:before {
	content: "";
}

.icon-linkedin:before {
	content: "";
}

.icon-rotate-left:before,
.icon-undo:before {
	content: "";
}

.icon-legal:before,
.icon-gavel:before,
.icon-legal:before {
	content: "";
}

.icon-dashboard:before,
.icon-tachometer:before,
.icon-dashboard:before {
	content: "";
}

.icon-comment-o:before,
.icon-comment-alt:before {
	content: "";
}

.icon-comments-o:before,
.icon-comments-alt:before {
	content: "";
}

.icon-flash:before,
.icon-bolt:before {
	content: "";
}

.icon-sitemap:before {
	content: "";
}

.icon-umbrella:before {
	content: "";
}

.icon-paste:before,
.icon-clipboard:before,
.icon-paste:before {
	content: "";
}

.icon-lightbulb-o:before,
.icon-lightbulb:before {
	content: "";
}

.icon-exchange:before {
	content: "";
}

.icon-cloud-download:before {
	content: "";
}

.icon-cloud-upload:before {
	content: "";
}

.icon-user-md:before {
	content: "";
}

.icon-stethoscope:before {
	content: "";
}

.icon-suitcase:before {
	content: "";
}

.icon-bell-o:before,
.icon-bell:before,
.icon-bell-alt:before {
	content: "";
}

.icon-coffee:before {
	content: "";
}

.icon-cutlery:before,
.icon-food:before {
	content: "";
}

.icon-file-text-o:before,
.icon-file-text-alt:before {
	content: "";
}

.icon-building-o:before,
.icon-building:before {
	content: "";
}

.icon-hospital-o:before,
.icon-hospital:before {
	content: "";
}

.icon-ambulance:before {
	content: "";
}

.icon-medkit:before {
	content: "";
}

.icon-fighter-jet:before {
	content: "";
}

.icon-beer:before {
	content: "";
}

.icon-h-square:before,
.icon-h-sign:before {
	content: "";
}

.icon-plus-square:before,
.icon-plus-sign-alt:before {
	content: "";
}

.icon-angle-double-left:before,
.icon-double-angle-left:before {
	content: "";
}

.icon-angle-double-right:before,
.icon-double-angle-right:before {
	content: "";
}

.icon-angle-double-up:before,
.icon-double-angle-up:before {
	content: "";
}

.icon-angle-double-down:before,
.icon-double-angle-down:before {
	content: "";
}

.icon-angle-left:before {
	content: "";
}

.icon-angle-right:before {
	content: "";
}

.icon-angle-up:before {
	content: "";
}

.icon-angle-down:before {
	content: "";
}

.icon-desktop:before {
	content: "";
}

.icon-laptop:before {
	content: "";
}

.icon-tablet:before {
	content: "";
}

.icon-mobile-phone:before,
.icon-mobile:before,
.icon-mobile-phone:before {
	content: "";
}

.icon-circle-o:before,
.icon-circle-blank:before {
	content: "";
}

.icon-quote-left:before {
	content: "";
}

.icon-quote-right:before {
	content: "";
}

.icon-spinner:before {
	content: "";
}

.icon-circle:before {
	content: "";
}

.icon-mail-reply:before,
.icon-reply:before {
	content: "";
}

.icon-github-alt:before {
	content: "";
}

.icon-folder-o:before,
.icon-folder-close-alt:before {
	content: "";
}

.icon-folder-open-o:before,
.icon-folder-open-alt:before {
	content: "";
}

.icon-smile-o:before,
.icon-smile:before {
	content: "";
}

.icon-frown-o:before,
.icon-frown:before {
	content: "";
}

.icon-meh-o:before,
.icon-meh:before {
	content: "";
}

.icon-gamepad:before {
	content: "";
}

.icon-keyboard-o:before,
.icon-keyboard:before {
	content: "";
}

.icon-flag-o:before,
.icon-flag-alt:before {
	content: "";
}

.icon-flag-checkered:before {
	content: "";
}

.icon-terminal:before {
	content: "";
}

.icon-code:before {
	content: "";
}

.icon-mail-reply-all:before,
.icon-reply-all:before {
	content: "";
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before,
.icon-star-half-empty:before {
	content: "";
}

.icon-location-arrow:before {
	content: "";
}

.icon-crop:before {
	content: "";
}

.icon-code-fork:before {
	content: "";
}

.icon-unlink:before,
.icon-chain-broken:before,
.icon-unlink:before {
	content: "";
}

.icon-question:before {
	content: "";
}

.icon-info:before {
	content: "";
}

.icon-exclamation:before {
	content: "";
}

.icon-superscript:before {
	content: "";
}

.icon-subscript:before {
	content: "";
}

.icon-eraser:before {
	content: "";
}

.icon-puzzle-piece:before {
	content: "";
}

.icon-microphone:before {
	content: "";
}

.icon-microphone-slash:before,
.icon-microphone-off:before {
	content: "";
}

.icon-shield:before {
	content: "";
}

.icon-calendar-o:before,
.icon-calendar-empty:before {
	content: "";
}

.icon-fire-extinguisher:before {
	content: "";
}

.icon-rocket:before {
	content: "";
}

.icon-maxcdn:before {
	content: "";
}

.icon-chevron-circle-left:before,
.icon-chevron-sign-left:before {
	content: "";
}

.icon-chevron-circle-right:before,
.icon-chevron-sign-right:before {
	content: "";
}

.icon-chevron-circle-up:before,
.icon-chevron-sign-up:before {
	content: "";
}

.icon-chevron-circle-down:before,
.icon-chevron-sign-down:before {
	content: "";
}

.icon-html5:before {
	content: "";
}

.icon-css3:before {
	content: "";
}

.icon-anchor:before {
	content: "";
}

.icon-unlock-alt:before {
	content: "";
}

.icon-bullseye:before {
	content: "";
}

.icon-ellipsis-h:before,
.icon-ellipsis-horizontal:before {
	content: "";
}

.icon-ellipsis-v:before,
.icon-ellipsis-vertical:before {
	content: "";
}

.icon-rss-square:before,
.icon-rss-sign:before {
	content: "";
}

.icon-play-circle:before,
.icon-play-sign:before {
	content: "";
}

.icon-ticket:before {
	content: "";
}

.icon-minus-square:before,
.icon-minus-sign-alt:before {
	content: "";
}

.icon-minus-square-o:before,
.icon-check-minus:before,
.icon-collapse-alt:before {
	content: "";
}

.icon-level-up:before {
	content: "";
}

.icon-level-down:before {
	content: "";
}

.icon-check-square:before,
.icon-check-sign:before {
	content: "";
}

.icon-pencil-square:before,
.icon-edit-sign:before {
	content: "";
}

.icon-external-link-square:before,
.icon-external-link-sign:before {
	content: "";
}

.icon-share-square:before,
.icon-share-sign:before {
	content: "";
}

.icon-compass:before {
	content: "";
}

.icon-toggle-down:before,
.icon-caret-square-o-down:before,
.icon-collapse:before {
	content: "";
}

.icon-toggle-up:before,
.icon-caret-square-o-up:before,
.icon-collapse-top:before {
	content: "";
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
	content: "";
}

.icon-euro:before,
.icon-eur:before {
	content: "";
}

.icon-gbp:before {
	content: "";
}

.icon-dollar:before,
.icon-usd:before {
	content: "";
}

.icon-rupee:before,
.icon-inr:before {
	content: "";
}

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
	content: "";
}

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before,
.icon-cny:before {
	content: "";
}

.icon-won:before,
.icon-krw:before {
	content: "";
}

.icon-bitcoin:before,
.icon-btc:before {
	content: "";
}

.icon-file:before {
	content: "";
}

.icon-file-text:before {
	content: "";
}

.icon-sort-alpha-asc:before,
.icon-sort-by-alphabet:before {
	content: "";
}

.icon-sort-alpha-desc:before,
.icon-sort-by-alphabet-alt:before {
	content: "";
}

.icon-sort-amount-asc:before,
.icon-sort-by-attributes:before {
	content: "";
}

.icon-sort-amount-desc:before,
.icon-sort-by-attributes-alt:before {
	content: "";
}

.icon-sort-numeric-asc:before,
.icon-sort-by-order:before {
	content: "";
}

.icon-sort-numeric-desc:before,
.icon-sort-by-order-alt:before {
	content: "";
}

.icon-thumbs-up:before {
	content: "";
}

.icon-thumbs-down:before {
	content: "";
}

.icon-youtube-square:before,
.icon-youtube-sign:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-xing:before {
	content: "";
}

.icon-xing-square:before,
.icon-xing-sign:before {
	content: "";
}

.icon-youtube-play:before {
	content: "";
}

.icon-dropbox:before {
	content: "";
}

.icon-stack-overflow:before,
.icon-stackexchange:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-flickr:before {
	content: "";
}

.icon-adn:before {
	content: "";
}

.icon-bitbucket:before {
	content: "";
}

.icon-bitbucket-square:before,
.icon-bitbucket-sign:before {
	content: "";
}

.icon-tumblr:before {
	content: "";
}

.icon-tumblr-square:before,
.icon-tumblr-sign:before {
	content: "";
}

.icon-long-arrow-down:before {
	content: "";
}

.icon-long-arrow-up:before {
	content: "";
}

.icon-long-arrow-left:before {
	content: "";
}

.icon-long-arrow-right:before {
	content: "";
}

.icon-apple:before {
	content: "";
}

.icon-windows:before {
	content: "";
}

.icon-android:before {
	content: "";
}

.icon-linux:before {
	content: "";
}

.icon-dribbble:before {
	content: "";
}

.icon-skype:before {
	content: "";
}

.icon-foursquare:before {
	content: "";
}

.icon-trello:before {
	content: "";
}

.icon-female:before {
	content: "";
}

.icon-male:before {
	content: "";
}

.icon-gittip:before,
.icon-gratipay:before {
	content: "";
}

.icon-sun-o:before,
.icon-sun:before {
	content: "";
}

.icon-moon-o:before,
.icon-moon:before {
	content: "";
}

.icon-archive:before {
	content: "";
}

.icon-bug:before {
	content: "";
}

.icon-vk:before {
	content: "";
}

.icon-weibo:before {
	content: "";
}

.icon-renren:before {
	content: "";
}

.icon-pagelines:before {
	content: "";
}

.icon-stack-exchange:before {
	content: "";
}

.icon-arrow-circle-o-right:before {
	content: "";
}

.icon-arrow-circle-o-left:before {
	content: "";
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
	content: "";
}

.icon-dot-circle-o:before {
	content: "";
}

.icon-wheelchair:before {
	content: "";
}

.icon-vimeo-square:before {
	content: "";
}

.icon-turkish-lira:before,
.icon-try:before {
	content: "";
}

.icon-plus-square-o:before,
.icon-expand-alt:before {
	content: "";
}

.icon-space-shuttle:before {
	content: "";
}

.icon-slack:before {
	content: "";
}

.icon-envelope-square:before {
	content: "";
}

.icon-wordpress:before {
	content: "";
}

.icon-openid:before {
	content: "";
}

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
	content: "";
}

.icon-mortar-board:before,
.icon-graduation-cap:before {
	content: "";
}

.icon-yahoo:before {
	content: "";
}

.icon-google:before {
	content: "";
}

.icon-reddit:before {
	content: "";
}

.icon-reddit-square:before {
	content: "";
}

.icon-stumbleupon-circle:before {
	content: "";
}

.icon-stumbleupon:before {
	content: "";
}

.icon-delicious:before {
	content: "";
}

.icon-digg:before {
	content: "";
}

.icon-pied-piper:before {
	content: "";
}

.icon-pied-piper-alt:before {
	content: "";
}

.icon-drupal:before {
	content: "";
}

.icon-joomla:before {
	content: "";
}

.icon-language:before {
	content: "";
}

.icon-fax:before {
	content: "";
}

.icon-building:before {
	content: "";
}

.icon-child:before {
	content: "";
}

.icon-paw:before {
	content: "";
}

.icon-spoon:before {
	content: "";
}

.icon-cube:before {
	content: "";
}

.icon-cubes:before {
	content: "";
}

.icon-behance:before {
	content: "";
}

.icon-behance-square:before {
	content: "";
}

.icon-steam:before {
	content: "";
}

.icon-steam-square:before {
	content: "";
}

.icon-recycle:before {
	content: "";
}

.icon-automobile:before,
.icon-car:before {
	content: "";
}

.icon-cab:before,
.icon-taxi:before {
	content: "";
}

.icon-tree:before {
	content: "";
}

.icon-spotify:before {
	content: "";
}

.icon-deviantart:before {
	content: "";
}

.icon-soundcloud:before {
	content: "";
}

.icon-database:before {
	content: "";
}

.icon-file-pdf-o:before {
	content: "";
}

.icon-file-word-o:before {
	content: "";
}

.icon-file-excel-o:before {
	content: "";
}

.icon-file-powerpoint-o:before {
	content: "";
}

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
	content: "";
}

.icon-file-zip-o:before,
.icon-file-archive-o:before {
	content: "";
}

.icon-file-sound-o:before,
.icon-file-audio-o:before {
	content: "";
}

.icon-file-movie-o:before,
.icon-file-video-o:before {
	content: "";
}

.icon-file-code-o:before {
	content: "";
}

.icon-vine:before {
	content: "";
}

.icon-codepen:before {
	content: "";
}

.icon-jsfiddle:before {
	content: "";
}

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
	content: "";
}

.icon-circle-o-notch:before {
	content: "";
}

.icon-ra:before,
.icon-rebel:before {
	content: "";
}

.icon-ge:before,
.icon-empire:before {
	content: "";
}

.icon-git-square:before {
	content: "";
}

.icon-git:before {
	content: "";
}

.icon-hacker-news:before {
	content: "";
}

.icon-tencent-weibo:before {
	content: "";
}

.icon-qq:before {
	content: "";
}

.icon-wechat:before,
.icon-weixin:before {
	content: "";
}

.icon-send:before,
.icon-paper-plane:before {
	content: "";
}

.icon-send-o:before,
.icon-paper-plane-o:before {
	content: "";
}

.icon-history:before {
	content: "";
}

.icon-genderless:before,
.icon-circle-thin:before {
	content: "";
}

.icon-header:before {
	content: "";
}

.icon-paragraph:before {
	content: "";
}

.icon-sliders:before {
	content: "";
}

.icon-share-alt:before {
	content: "";
}

.icon-share-alt-square:before {
	content: "";
}

.icon-bomb:before {
	content: "";
}

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
	content: "";
}

.icon-tty:before {
	content: "";
}

.icon-binoculars:before {
	content: "";
}

.icon-plug:before {
	content: "";
}

.icon-slideshare:before {
	content: "";
}

.icon-twitch:before {
	content: "";
}

.icon-yelp:before {
	content: "";
}

.icon-newspaper-o:before {
	content: "";
}

.icon-wifi:before {
	content: "";
}

.icon-calculator:before {
	content: "";
}

.icon-paypal:before {
	content: "";
}

.icon-google-wallet:before {
	content: "";
}

.icon-cc-visa:before {
	content: "";
}

.icon-cc-mastercard:before {
	content: "";
}

.icon-cc-discover:before {
	content: "";
}

.icon-cc-amex:before {
	content: "";
}

.icon-cc-paypal:before {
	content: "";
}

.icon-cc-stripe:before {
	content: "";
}

.icon-bell-slash:before {
	content: "";
}

.icon-bell-slash-o:before {
	content: "";
}

.icon-trash:before {
	content: "";
}

.icon-copyright:before {
	content: "";
}

.icon-at:before {
	content: "";
}

.icon-eyedropper:before {
	content: "";
}

.icon-paint-brush:before {
	content: "";
}

.icon-birthday-cake:before {
	content: "";
}

.icon-area-chart:before {
	content: "";
}

.icon-pie-chart:before {
	content: "";
}

.icon-line-chart:before {
	content: "";
}

.icon-lastfm:before {
	content: "";
}

.icon-lastfm-square:before {
	content: "";
}

.icon-toggle-off:before {
	content: "";
}

.icon-toggle-on:before {
	content: "";
}

.icon-bicycle:before {
	content: "";
}

.icon-bus:before {
	content: "";
}

.icon-ioxhost:before {
	content: "";
}

.icon-angellist:before {
	content: "";
}

.icon-cc:before {
	content: "";
}

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
	content: "";
}

.icon-meanpath:before {
	content: "";
}

.icon-buysellads:before {
	content: "";
}

.icon-connectdevelop:before {
	content: "";
}

.icon-dashcube:before {
	content: "";
}

.icon-forumbee:before {
	content: "";
}

.icon-leanpub:before {
	content: "";
}

.icon-sellsy:before {
	content: "";
}

.icon-shirtsinbulk:before {
	content: "";
}

.icon-simplybuilt:before {
	content: "";
}

.icon-skyatlas:before {
	content: "";
}

.icon-cart-plus:before {
	content: "";
}

.icon-cart-arrow-down:before {
	content: "";
}

.icon-diamond:before {
	content: "";
}

.icon-ship:before {
	content: "";
}

.icon-user-secret:before {
	content: "";
}

.icon-motorcycle:before {
	content: "";
}

.icon-street-view:before {
	content: "";
}

.icon-heartbeat:before {
	content: "";
}

.icon-venus:before {
	content: "";
}

.icon-mars:before {
	content: "";
}

.icon-mercury:before {
	content: "";
}

.icon-transgender:before {
	content: "";
}

.icon-transgender-alt:before {
	content: "";
}

.icon-venus-double:before {
	content: "";
}

.icon-mars-double:before {
	content: "";
}

.icon-venus-mars:before {
	content: "";
}

.icon-mars-stroke:before {
	content: "";
}

.icon-mars-stroke-v:before {
	content: "";
}

.icon-mars-stroke-h:before {
	content: "";
}

.icon-neuter:before {
	content: "";
}

.icon-facebook-official:before {
	content: "";
}

.icon-pinterest-p:before {
	content: "";
}

.icon-whatsapp:before {
	content: "";
}

.icon-server:before {
	content: "";
}

.icon-user-plus:before {
	content: "";
}

.icon-user-times:before {
	content: "";
}

.icon-hotel:before,
.icon-bed:before {
	content: "";
}

.icon-viacoin:before {
	content: "";
}

.icon-train:before {
	content: "";
}

.icon-subway:before {
	content: "";
}

.icon-medium:before {
	content: "";
}

.cm-bg-cust-1 {
	background-repeat: no-repeat;
	background-position: center left -250px;
	position: absolute;
	max-width: 500px;
	left: -200px;
	top: 100px;
}

@media only screen and (max-width: 980px) {
	.cm-bg-cust-1 {
		display: none;
	}
}

.cm-header-a .swiper {
	position: relative;
	border-radius: 16px;
}

@media only screen and (max-width: 1710px) {
	.cm-header-a .swiper {
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media only screen and (max-width: 998px) {
	.cm-header-a .swiper {
		background-color: #d9f2c3;
	}
}

.cm-header-a .swiper .swiper-slide {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 670px;
	object-fit: cover;
	background-position: right;
	position: relative;
}

@media only screen and (max-width: 998px) {
	.cm-header-a .swiper .swiper-slide {
		background-color: #d9f2c3;
		align-items: flex-end;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top right;
		flex-direction: column;
		min-height: unset;
	}
}

.cm-header-a .swiper .swiper-slide .cm-body-header {
	position: relative;
	justify-content: flex-start;
	flex-direction: column;
	margin-left: 3.5em;
	padding-bottom: 2em;
	width: 650px;
	background-color: rgba(217, 242, 195, 0.9);
	padding: 3em;
}

.cm-header-a .swiper .swiper-slide .cm-body-header h5 {
	margin-bottom: 3em;
}

@media only screen and (max-width: 980px) {
	.cm-header-a .swiper .swiper-slide .cm-body-header h5 {
		margin-bottom: 1em;
		margin-top: 1em;
	}
}

.cm-header-a .swiper .swiper-slide .cm-body-header h2 {
	font-weight: 500;
	text-transform: uppercase;
}

@media only screen and (max-width: 980px) {
	.cm-header-a .swiper .swiper-slide .cm-body-header h2 {
		font-size: 1.25em;
	}
}

@media only screen and (max-width: 998px) {
	.cm-header-a .swiper .swiper-slide .cm-body-header {
		margin: 2em auto;
		padding: 1em;
		text-align: center;
		width: 100%;
		z-index: 1;
		background-color: #d9f2c3;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 980px) {
	.cm-header-a .swiper .swiper-slide .cm-body-header {
		margin: 0em auto;
		padding-bottom: 1em;
		padding-top: 1em;
	}
	.cm-header-a .swiper .swiper-slide .cm-body-header .btn-primary {
		padding: 0.5em 1em;
	}
	.cm-header-a .swiper .swiper-slide .cm-body-header .btn-primary a {
		font-size: 0.7em;
	}
}

.cm-header-a .swiper .swiper-slide .cm-body-img {
	display: none;
}

@media only screen and (max-width: 998px) {
	.cm-header-a .swiper .swiper-slide .cm-body-img {
		display: flex;
		flex-grow: 1;
		position: relative;
	}
	.cm-header-a .swiper .swiper-slide .cm-body-img img {
		object-fit: cover;
		object-position: right;
		text-align: right;
	}
}

@media only screen and (max-width: 980px) {
	.cm-header-a .swiper .swiper-slide .cm-body-img {
		min-height: 200px;
	}
}

@media only screen and (max-width: 998px) {
	.cm-header-a .swiper .swiper-nav {
		justify-content: space-between;
		display: flex;
		bottom: 0;
		position: absolute;
		width: 100%;
	}
}

.cm-header-a .swiper .swiper-nav .swiper-button-next,
.cm-header-a .swiper .swiper-nav .swiper-button-prev {
	position: absolute;
	background: #989898;
	bottom: 0;
	top: unset;
	width: 90px;
	height: 90px;
	color: #fff;
	opacity: 0.43;
}

@media only screen and (max-width: 998px) {
	.cm-header-a .swiper .swiper-nav .swiper-button-next,
	.cm-header-a .swiper .swiper-nav .swiper-button-prev {
		position: relative;
		width: 60px;
		height: 60px;
	}
}

.cm-header-a .swiper .swiper-nav .swiper-button-next.swiper-button-disabled,
.cm-header-a .swiper .swiper-nav .swiper-button-prev.swiper-button-disabled {
	opacity: 0.2;
}

.cm-header-a .swiper .swiper-nav .swiper-button-next::after,
.cm-header-a .swiper .swiper-nav .swiper-button-prev::after {
	color: #fff;
}

@media only screen and (max-width: 998px) {
	.cm-header-a .swiper .swiper-nav .swiper-button-next::after,
	.cm-header-a .swiper .swiper-nav .swiper-button-prev::after {
		font-size: 1.25em;
	}
}

.cm-header-a .swiper .swiper-nav .swiper-button-next {
	right: 0;
	z-index: 10;
	background: #989898;
}

.cm-header-a .swiper .swiper-nav .swiper-button-prev {
	background: #989898;
	right: 90px;
	left: unset;
	border-top-left-radius: 16px;
}

@media only screen and (max-width: 998px) {
	.cm-header-a .swiper .swiper-nav .swiper-button-prev {
		right: 0px;
		border-top-left-radius: 0;
	}
}

.cm-header-b {
	position: relative;
	overflow: hidden;
}

@media (max-width: 1710px) {
	.cm-header-b {
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media only screen and (max-width: 700px) {
	.cm-header-b {
		border-radius: 16px;
	}
}

.cm-header-b .cm-bg {
	height: 480px;
	width: 100%;
	border-radius: 16px;
	background-position: center;
}

@media only screen and (max-width: 500px) {
	.cm-header-b .cm-bg {
		width: 180%;
		max-height: 250px;
		overflow: hidden;
		margin-left: -40%;
		background-size: cover;
	}
}

.cm-header-b .cm-text {
	position: absolute;
	top: 0%;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.cm-header-b .cm-text .cm-title {
	font-size: 9.6875em;
	font-family: "Londrina Outline", cursive !important;
	text-align: center;
	line-height: 1;
}

@media only screen and (max-width: 1710px) {
	.cm-header-b .cm-text .cm-title {
		font-size: 8em;
	}
}

@media only screen and (max-width: 1000px) {
	.cm-header-b .cm-text .cm-title {
		font-size: 7em;
	}
}

@media only screen and (max-width: 500px) {
	.cm-header-b .cm-text .cm-title {
		font-size: 3em;
	}
}

.cm-header-b .cm-text .cm-subtitle {
	font-size: 13em;
	font-family: "League Script", cursive !important;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1;
}

@media only screen and (max-width: 1710px) {
	.cm-header-b .cm-text .cm-subtitle {
		font-size: 12em;
	}
}

@media only screen and (max-width: 1220px) {
	.cm-header-b .cm-text .cm-subtitle {
		font-size: 10em;
	}
}

@media only screen and (max-width: 1000px) {
	.cm-header-b .cm-text .cm-subtitle {
		font-size: 8em;
	}
}

@media only screen and (max-width: 700px) {
	.cm-header-b .cm-text .cm-subtitle {
		font-size: 7em;
	}
}

@media only screen and (max-width: 600px) {
	.cm-header-b .cm-text .cm-subtitle {
		font-size: 6em;
	}
}

@media only screen and (max-width: 500px) {
	.cm-header-b .cm-text .cm-subtitle {
		font-size: 3em;
	}
}

.cm-breadcrumb {
	padding-top: 3.5em;
}

@media only screen and (max-width: 1710px) {
	.cm-breadcrumb,
	div.error {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media only screen and (max-width: 980px) {
	.cm-breadcrumb {
		padding-top: 2em;
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media only screen and (max-width: 1710px) {
	.cm-breadcrumb.cm-show-desktop {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 980px) {
	.cm-breadcrumb.cm-show-mobile {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.cm-breadcrumb,
.cm-breadcrumb a {
	text-align: left;
	font-size: 12px;
	font-weight: 400 !important;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	color: #046a38;
	padding-right: 1em;
	text-transform: uppercase;
	text-decoration: none;
}

.cm-breadcrumb span {
	text-align: left;
	font-size: 12px;
	font-weight: 400 !important;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	color: #046a38;
	padding-right: 1em;
	text-transform: uppercase;
	text-decoration: none;
}

.cm-icons-a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 1710px) {
	.cm-icons-a {
		paddiing-left: 8px;
		padding-right: 8px;
	}
}

@media only screen and (max-width: 1000px) {
	.cm-icons-a {
		flex-wrap: wrap;
		max-width: 700px !important;
	}
}

.cm-icons-a .cm-item {
	display: flex;
	flex-direction: row;
	flex-basis: 33%;
	justify-content: center;
	align-items: flex-start;
}

@media only screen and (max-width: 1000px) {
	.cm-icons-a .cm-item {
		flex-basis: 50%;
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 500px) {
	.cm-icons-a .cm-item {
		flex-direction: column;
		flex-basis: 100%;
		align-items: center;
	}
}

.cm-icons-a .cm-item .cm-ico {
	min-width: 80px;
}

@media only screen and (max-width: 500px) {
	.cm-icons-a .cm-item .cm-ico {
		max-width: 60px;
	}
}

.cm-icons-a .cm-item .cm-description {
	display: flex;
	align-self: center;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding-left: 1em;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 500px) {
	.cm-icons-a .cm-item .cm-description {
		text-align: center;
		padding-left: 0em;
		align-items: center;
	}
}

.cm-icons-a .cm-item .cm-description p {
	color: #444;
}

.cm-icons-a .cm-item .cm-description p strong {
	color: #000;
}

.cm-icons-b .cm-icons-box {
	display: flex;
	box-shadow: 0px 3px 30px #00000029;
	border-radius: 16px;
	padding-top: 3.125em;
	padding-bottom: 3.125em;
	align-items: flex-start;
	margin-right: 1em;
	margin-left: 1em;
	background-color: #fff;
	z-index: 100;
	position: relative;
}

@media only screen and (max-width: 1220px) {
	.cm-icons-b .cm-icons-box {
		padding-top: 1em;
	}
}

@media only screen and (max-width: 700px) {
	.cm-icons-b .cm-icons-box {
		flex-direction: column;
	}
}

.cm-icons-b .cm-icons-box .cm-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-basis: 33%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 700px) {
	.cm-icons-b .cm-icons-box .cm-item {
		flex-direction: column;
		padding-bottom: 4em;
	}
}

.cm-icons-b .cm-icons-box .cm-item .cm-ico {
	max-width: 96px;
}

.cm-icons-b .cm-icons-box .cm-item .cm-description {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 700px) {
	.cm-icons-b .cm-icons-box .cm-item .cm-description {
		padding-bottom: 2em;
	}
}

.cm-icons-b .cm-icons-box .cm-item .cm-description .borderRight {
	border: 1px dashed #046a38;
	position: absolute;
	right: 0;
	top: 0%;
	height: 180px;
	margin-top: 1.75em;
	bottom: 0;
	width: 0px;
}

@media only screen and (max-width: 700px) {
	.cm-icons-b .cm-icons-box .cm-item .cm-description .borderRight {
		top: unset;
		bottom: 0;
		height: 1px;
		width: 100%;
	}
}

.cm-icons-b .cm-icons-box .cm-item .cm-description .cm-arrow {
	max-width: 30px;
	margin-bottom: 1.75em;
}

@media only screen and (max-width: 1100px) {
	.cm-icons-b .cm-icons-box .cm-item .cm-description .cm-arrow {
		margin-bottom: 1.25em;
	}
}

.cm-icons-b .cm-icons-box .cm-item .cm-description h5 {
	text-align: center;
	line-height: 1.5;
}

@media only screen and (max-width: 1000px) {
	.cm-icons-b .cm-icons-box .cm-item .cm-description h5 {
		max-width: 200px;
	}
}

.cm-icons-b .cm-icons-box .cm-item .cm-description p {
	text-align: center;
	color: #000;
	max-width: 340px;
}

@media only screen and (max-width: 1100px) {
	.cm-icons-b .cm-icons-box .cm-item .cm-description p {
		max-width: 300px;
	}
}

@media only screen and (max-width: 1000px) {
	.cm-icons-b .cm-icons-box .cm-item .cm-description p {
		max-width: 250px;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}

.cm-icons-b .cm-icons-box .cm-item:last-child .cm-description .borderRight {
	border: none;
}

@media only screen and (max-width: 700px) {
	.cm-icons-b .cm-icons-box .cm-item:last-child {
		padding-bottom: 0;
	}
}

a.btn-primary,
button.btn-primary,
a.btn-default {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	text-decoration: none;
	color: #000;
	border: 0.5px solid #000;
	border-radius: 16px 0px;
	padding: 1.625em 2.75em;
	text-transform: uppercase;
	transition: all 0.2s ease-in;
	display: inline-block;
	background-color: transparent;
	text-decoration: none;
	color: #000;
	font-size: 1em;
	cursor: pointer;
	letter-spacing: calc(1em * 0.001 * 50);
}

@media only screen and (max-width: 1220px) {
	a.btn-primary,
	button.btn-primary,
	a.btn-default {
		padding: 1.25em 2.125em;
	}
}

@media only screen and (max-width: 998px) {
	a.btn-primary,
	button.btn-primary,
	a.btn-default {
		padding: 1em 2em;
	}
}

@media only screen and (max-width: 980px) {
	a.btn-primary,
	button.btn-primary,
	a.btn-default {
		font-size: 14px;
	}
}

a.btn-primary:hover,
a.btn-default:hover,
button.btn-primary:hover {
	color: #fff;
	background-color: #046a38;
	border-color: transparent;
}

a.btn-primary.btn-white,
a.btn-default.btn-white {
	color: #fff;
	border: 0.5px solid #fff;
}

a.btn-primary.btn-white a,
a.btn-default.btn-white a {
	color: #fff;
}

a.btn-primary.btn-green-bg:hover,
a.btn-default.btn-green-bg:hover {
	color: #000 !important;
	background-color: #d9f2c3 !important;
	border: 0.5px solid #000 !important;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
	background-color: transparent;
	outline: none;
	border: none;
	box-shadow: none;
}

a.btn-secondary {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	text-decoration: none;
	color: #000;
	border: 0.5px solid #000;
	border-radius: 16px 0px;
	padding: 1.625em 2.75em;
	text-transform: uppercase;
	transition: all 0.2s ease-in;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.25);
	cursor: pointer;
	text-decoration: none;
	color: #000;
	font-weight: 900;
}

@media only screen and (max-width: 1220px) {
	a.btn-secondary {
		padding: 1.25em 2.125em;
	}
}

@media only screen and (max-width: 998px) {
	a.btn-secondary {
		padding: 1em 2em;
	}
}

a.btn-secondary:hover {
	color: #fff;
	background-color: #046a38;
	border-color: transparent;
}

a.btn-secondary.btn-white {
	color: #fff;
	border: 0.5px solid #fff;
}

.btn-small {
	max-width: 156px;
}

.btn-send {
	border: 0.5px solid #64a70b;
	font-family: "Lato", sans-serif;
	/*font-weight: 900;*/
	text-decoration: none;
	color: #fff;
	border-radius: 17px;
	padding: 0.5em 2em;
	text-transform: uppercase;
	transition: all 0.2s ease-in;
	display: inline-block;
	width: 100%;
	max-width: 138px;
	max-height: 33px;
	text-align: center;
	display: flex;
	align-items: center;
}

a.btn-shop-cards,
a.btn-cm-cust {
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 220px;
	padding-left: 1em;
	padding-right: 1em;
}

a.btn-shop-cards img,
a.btn-cm-cust img {
	max-width: 20px;
	margin-right: 1em;
}

a.btn-shop-cards:hover img,
a.btn-cm-cust:hover img {
	/* Safari/Chrome */
	filter: invert(100%);
}

.cm-arrow-left-rotate img {
	transform: rotate(180deg) !important;
}

.btn-prev {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	float: left;
	border: 1px solid #046a38;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
	transition: 0.3s all ease-in;
	text-transform: uppercase;
}

.btn-prev img {
	max-width: 24px;
	max-height: 24px;
	transition: 0.25s all ease-in;
	margin-right: 1em;
	padding-left: 10px;
}

.btn-prev a {
	font-size: 16px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	padding: 1em;
	height: 100%;
	align-items: center;
	justify-content: center;
	transition: 0.3s all ease-in;
}

@media only screen and (max-width: 980px) {
	.btn-prev a {
		font-size: 14px;
	}
}

.btn-prev:hover {
	background-color: #046a38;
}

.btn-prev:hover img {
	/* Safari/Chrome */
	filter: invert(100%);
}

.btn-next,
.btn-create,
.btn-login,
#submitAddress,
#submitIdentity,
.btn-order,
.btn-add-new-address,
.bt_compare,
.btn-submit {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	float: left;
	border: 1px solid #046a38;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
	transition: 0.3s all ease-in;
	background-color: #fff;
	text-transform: uppercase;
	outline: none;
}

.btn-next a,
.btn-create a,
.btn-login a,
#submitAddress a,
#submitIdentity a,
.btn-order a,
.btn-add-new-address a,
.bt_compare a,
.btn-submit a {
	outline: none;
}

.btn-next img,
.btn-create img,
.btn-login img,
#submitAddress img,
#submitAddress img,
.btn-order img,
.btn-add-new-address img,
.bt_compare img,
.btn-submit img {
	max-width: 14px;
	max-height: 14px;
	transition: 0.25s all ease-in;
	margin-left: 1em;
}

.btn-next span,
.btn-create span,
.btn-login span,
#submitAddress span,
#submitIdentity span,
.btn-order span,
.btn-add-new-address span,
.bt_compare span,
.btn-submit span {
	font-size: 16px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	padding: 1em;
	height: 100%;
	width: auto;
	align-items: center;
	justify-content: center;
	color: #000;
}

.btn-next span i.right,
.btn-create span i.right,
.btn-login span i.right,
#submitAddress span i.right,
#submitIdentity span i.right,
.btn-order span i.right,
.btn-add-new-address span i.right,
.bt_compare span i.right,
.btn-submit span i.right {
	padding-left: 8px !important;
}

@media only screen and (max-width: 980px) {
	.btn-next span,
	.btn-create span,
	.btn-login span,
	#submitAddress span,
	#submitIdentity span,
	.btn-order span,
	.btn-add-new-address span,
	.bt_compare span,
	.btn-submit span {
		font-size: 14px;
	}
}

.btn-next:hover,
.btn-create:hover,
.btn-login:hover,
#submitAddress:hover,
#submitIdentity:hover,
.btn-order:hover,
.btn-add-new-address:hover,
.bt_compare:hover,
.btn-submit:hover {
	background-color: #046a38;
}

.btn-next:hover span,
.btn-create:hover span,
.btn-login:hover span,
#submitAddress:hover span,
#submitIdentity:hover span,
.btn-order:hover span,
.btn-add-new-address:hover span,
.bt_compare:hover span,
.btn-submit:hover span {
	color: #fff;
}

.btn-next:hover img,
.btn-create:hover img,
.btn-login:hover img,
#submitAddress:hover img,
#submitIdentity:hover img,
.btn-order:hover img,
.btn-add-new-address:hover img,
.bt_compare:hover img,
.btn-submit:hover img {
	/* Safari/Chrome */
	filter: invert(100%);
}

.btn-add-new-address img {
	width: auto !important;
}

.btn-create span {
	width: 200px;
}

.cm-come-back-button {
	margin-right: 0 !important;
	justify-content: flex-start;
	max-width: 1400px;
	margin-left: auto !important;
}

.cm-come-back-button button.btn-back {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	float: left;
	border: 1px solid #046a38;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
	transition: 0.3s all ease-in;
	background-color: #fff;
	padding: 14px 44px;
}

.cm-come-back-button button.btn-back span {
	font-size: 16px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	padding: 1em;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #000;
}

@media only screen and (max-width: 980px) {
	.cm-come-back-button button.btn-back span {
		font-size: 14px;
	}
}

.cm-come-back-button button.btn-back:hover {
	background-color: #046a38;
}

.cm-come-back-button button.btn-back:hover span {
	color: #fff;
}

.cm-come-back-button button.btn-back:hover img {
	/* Safari/Chrome */
	filter: invert(100%);
}

.address_add {
	display: flex;
	width: 100%;
}

.address_add .btn-add-address {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	float: left;
	border: 1px solid #046a38;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
	transition: 0.3s all ease-in;
	background-color: #fff;
	padding: 1.625em 2.75em;
	font-size: 16px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	padding: 1em;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

@media only screen and (max-width: 980px) {
	.address_add .btn-add-address {
		font-size: 14px;
	}
}

.address_add .btn-add-address:hover {
	background-color: #046a38;
	color: #fff;
}

.button-container {
	background-color: #fff;
}

.button-container span.btn-add-to-card,
.button-container button.add-to-cart,
.button-container a.btn-add-to-card {
	background: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 1px solid #000;
	max-width: 220px;
	margin: 1em auto;
	transition: 0.3s all ease-in;
	border: 1px solid #000;
	text-shadow: none;
}

.button-container button.add-to-cart {
	margin: 1rem 0;
	width: 100%;
}

.button-container span.btn-add-to-card img,
.button-container button.add-to-cart img,
.button-container a.btn-add-to-card img {
	max-width: 20px;
	transition: 0.3s all ease-in;
}

.button-container span.btn-add-to-card span,
.button-container button.add-to-cart span,
.button-container a.btn-add-to-card span {
	background: unset;
	border: none;
	color: #000;
	transition: 0.3s all ease-in;
	font-size: 14px;
	padding: 10px 14px;
}

/* @media only screen and (max-width: 1100px) {
  .button-container span.btn-add-to-card span,
  .button-container button.add-to-cart span,
  .button-container a.btn-add-to-card span {
    font-size: 12px;
  }
} */

.button-container span.btn-add-to-card:hover,
.button-container button.add-to-cart:hover,
.button-container a.btn-add-to-card:hover {
	background: #046a38;
	color: #fff;
}

.button-container span.btn-add-to-card:hover,
.button-container button.add-to-cart:hover,
.button-container a.btn-add-to-card:hover span,
.button-container span.btn-add-to-card:hover span,
.button-container button.add-to-cart:hover span {
	color: #fff;
}

.button-container span.btn-add-to-card:hover img,
.button-container button.add-to-cart:hover img,
.button-container a.btn-add-to-card:hover img {
	/* Safari/Chrome */
	filter: invert(100%);
}

.button.button-medium:hover {
	background: #046a38;
}

.btn.button-plus span,
.btn.button-minus span {
	background-image: unset;
	border: none;
	background-color: transparent;
}

.btn.button-plus,
.btn.button-minus {
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
}

@media only screen and (max-width: 400px) {
	#block-address {
		text-align: center;
	}
}

#block-address a.btn-small-custom {
	padding: 15px 20px;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #000;
	margin-left: 1em;
}

@media only screen and (max-width: 980px) {
	#block-address a.btn-small-custom {
		font-size: 12px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 400px) {
	#block-address a.btn-small-custom {
		margin-top: 1em;
		text-align: center;
	}
}

#block-address a.btn-small-custom:hover {
	border: 1px solid #046a38;
}

.btn-alert {
	background-color: red !important;
}

.btn-alert:hover {
	border-color: red !important;
	color: #fff !important;
}

.btn-out-of-stock {
	background: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 1px solid #000;
	max-width: 220px;
	margin: 1em auto 0 auto;
	transition: 0.3s all ease-in;
	text-shadow: none;
	padding: 4px 7px;
	overflow: hidden;
}

.btn-out-of-stock:hover {
	background: #046a38;
}

.btn-out-of-stock:hover span {
	color: #fff;
}

.btn-out-of-stock:hover img {
	filter: brightness(0) invert(1);
}

.btn-out-of-stock span {
	background: unset;
	border: none;
	color: #000;
	transition: 0.3s all ease-in;
	font-size: 14px;
	padding: 10px 14px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
}

@media only screen and (max-width: 1100px) {
	.btn-out-of-stock span {
		font-size: 12px;
	}
}

.btn-out-of-stock img {
	transition: 0.3s all ease-in;
	max-width: 20px;
}

.cm-add-code button {
	background-color: #d9f2c3;
	border-radius: 8px;
	margin-left: 10px;
	border: 1px solid #d6d4d4;
	transition: all 0.25s ease-in;
}

.cm-add-code button:hover {
	border: 1px solid #d6d4d4;
	background-color: #a4dbb2;
}

div#cm-menu-id {
	/* max-width: 1710px; */
	margin: 0 auto;
}

.cm-section-nav {
	width: 100%;
	position: relative;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	z-index: 100;
	background-color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	transition: 0.3s all ease-in;
}

@media only screen and (max-width: 700px) {
	.cm-section-nav {
		min-height: 120px;
	}
}

.cm-section-nav.cm-top {
	top: -90px;
	transition: 0.3s all ease-in;
}

.cm-section-nav.cm-fixed {
	top: 0;
	transition: 0.3s all ease-in;
	position: sticky;
	position: fixed;
	max-width: unset;
	z-index: 101;
}

.cm-section-nav.cm-fixed .cm-main-nav {
	max-width: 1710px !important;
	margin: 0 auto !important;
}

.cm-section-nav .menu__toggler {
	position: absolute;
	top: 65px;
	left: 20px;
	z-index: 999;
	height: 28px;
	width: 28px;
	outline: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	display: none;
}

@media only screen and (max-width: 998px) {
	.cm-section-nav .menu__toggler {
		display: block;
		top: 32px;
		left: 8px;
	}
}

@media (max-width: 700px) {
	.cm-section-nav .menu__toggler {
		position: absolute;
		top: 65px;
	}
}

@media only screen and (max-width: 700px) {
	.cm-section-nav .menu__toggler {
		transform: translateY(0%);
	}
}

.cm-section-nav .menu__toggler span,
.cm-section-nav .menu__toggler span::before,
.cm-section-nav .menu__toggler span::after {
	position: absolute;
	content: "";
	width: 28px;
	height: 1.5px;
	background: #000;
	border-radius: 20px;
	transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
	top: 50%;
}

.cm-section-nav .menu__toggler span::before {
	top: -8px;
}

.cm-section-nav .menu__toggler span::after {
	top: 8px;
}

.cm-section-nav .menu__toggler.active > span {
	background: transparent;
}

.cm-section-nav .menu__toggler.active > span::before,
.cm-section-nav .menu__toggler.active > span::after {
	background: #000;
	top: 0px;
}

.cm-section-nav .menu__toggler.active > span::before {
	transform: rotate(-225deg);
}

.cm-section-nav .menu__toggler.active > span::after {
	transform: rotate(225deg);
}

.cm-section-nav nav {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.cm-section-nav nav.cm-main-nav {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1710px;
	margin: 0 auto;
}

@media only screen and (max-width: 1710px) {
	.cm-section-nav nav.cm-main-nav {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.cm-section-nav nav.cm-main-nav:not(:first-child) {
	flex: 1;
	align-items: end;
}

.cm-section-nav nav.cm-main-nav .cm-nav-logo {
	max-width: 200px;
}

@media only screen and (max-width: 1220px) {
	.cm-section-nav nav.cm-main-nav .cm-nav-logo {
		max-width: unset;
		display: inline-block;
		margin: 0 auto;
		width: 100%;
	}
	.cm-section-nav nav.cm-main-nav .cm-nav-logo .cm-img {
		margin: 0 auto;
		max-width: 200px;
	}
}

@media only screen and (max-width: 998px) {
	.cm-section-nav nav.cm-main-nav .cm-nav-logo {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0;
	}
}

@media only screen and (max-width: 700px) {
	.cm-section-nav nav.cm-main-nav .cm-nav-logo {
		top: 0;
	}
}

.cm-section-nav nav.cm-main-nav .cm-nav-links {
	display: flex;
	flex-direction: row;
	width: auto;
	justify-content: space-around;
}

@media only screen and (max-width: 998px) {
	.cm-section-nav nav.cm-main-nav .cm-nav-links {
		display: none;
		justify-content: flex-start;
	}
}

.cm-section-nav nav.cm-main-nav .cm-nav-links ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	max-height: 50px;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links ul li {
	float: left;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links ul li a {
	display: flex;
	color: #000;
	text-align: center;
	padding: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	cursor: pointer;
	position: relative;
	padding-bottom: 10px;
}

@media only screen and (max-width: 1500px) {
	.cm-section-nav nav.cm-main-nav .cm-nav-links ul li a {
		font-size: 14px;
		padding-right: 10px;
		padding-left: 0;
	}
}

.cm-section-nav nav.cm-main-nav .cm-nav-links ul li a span {
	left: 10px;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links ul li a::after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 15px;
	opacity: 0;
	transition:
		opacity 300ms,
		transform 300ms;
	z-index: -1;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links ul li a:hover::after,
.cm-section-nav nav.cm-main-nav .cm-nav-links ul li a:focus::after {
	opacity: 1;
	transform: translate3d(0, 0.2em, 0);
}

.cm-section-nav nav.cm-main-nav .cm-nav-links ul li a:hover,
.cm-section-nav nav.cm-main-nav .cm-nav-links ul li a:focus {
	color: #046a38;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown {
	display: block;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: relative;
	margin-right: 0px;
	height: 80px;
}

@media only screen and (max-width: 1220px) {
	.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown {
		margin-right: 0px;
	}
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown .dropdown_box {
	position: absolute;
	height: 100px;
	width: 100%;
	z-index: 100;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown span {
	padding-left: 5px;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown.active {
	cursor: pointer;
	background: transparent;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown.active .dropdown_menu {
	min-width: 300px;
	background: #fff;
	padding-top: 1em;
	padding-bottom: 0em;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown.active .dropdown_menu li {
	display: block;
	padding: 16px;
	padding-top: 0;
	margin-bottom: 0;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown.active .dropdown_menu li a {
	font-size: 14px;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown.active .dropdown_menu li .dropdown_item-1:after,
.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown.active .dropdown_menu li .dropdown_item-2:after {
	width: 100%;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu {
	position: absolute;
	top: 75%;
	left: 0;
	width: 100%;
	perspective: 1000px;
	z-index: -1;
	box-shadow: 0px 0px 5px 0px rgba(66, 68, 90, 0.25);
	max-height: unset;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu li {
	display: none;
	color: #fff;
	background-color: #fff;
	font-size: 16px;
	opacity: 0;
	margin-bottom: 1em;
	margin-top: 0em;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu li:hover {
	background-color: #fff;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu .dropdown_item {
	width: 300px;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu .dropdown_item a {
	padding-bottom: 1em;
	padding-top: 1em;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu .dropdown_item a::after {
	background-color: unset;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu .dropdown_item-1 {
	transform-origin: top center;
	animation: rotateX 300ms 60ms ease-in-out forwards;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu .dropdown_item-1:after {
	content: "";
	display: block;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #d5d5d5;
	margin-top: 1em;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu .dropdown_item-2 {
	transform-origin: top center;
	animation: rotateX 300ms 120ms ease-in-out forwards;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu .dropdown_item-2:after {
	content: "";
	display: block;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #d5d5d5;
	margin-top: 1em;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu .dropdown_item-3 {
	transform-origin: top center;
	animation: rotateX 300ms 180ms ease-in-out forwards;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu .dropdown_item-3:after {
	content: "";
	display: block;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #d5d5d5;
	margin-top: 1em;
}
.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu .dropdown_item-4 {
	transform-origin: top center;
	animation: rotateX 300ms 240ms ease-in-out forwards;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu .dropdown_item-4:after {
	content: "";
	display: block;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #d5d5d5;
	margin-top: 1em;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu .dropdown_item-5 {
	transform-origin: top center;
	animation: rotateX 300ms 300ms ease-in-out forwards;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu .dropdown_item-5 a {
	color: #64a70b;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu .dropdown_item-5:after {
	content: "";
	display: block;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #d5d5d5;
	margin-top: 1em;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu .dropdown_item-6 {
	transform-origin: top center;
	animation: rotateX 300ms 360ms ease-in-out forwards;
}

.cm-section-nav nav.cm-main-nav .cm-nav-links .dropdown ul.dropdown_menu .dropdown_item-6 a {
	color: #cc0033;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons {
	display: flex;
	flex-direction: row;
	width: auto;
	justify-content: flex-end;
	align-items: center;
	height: 42px;
}

@media only screen and (max-width: 998px) {
	.cm-section-nav nav.cm-main-nav .cm-nav-icons {
		width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	.cm-section-nav nav.cm-main-nav .cm-nav-icons {
		position: relative;
		bottom: -40px;
		right: 0;
		z-index: 100;
	}
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: relative;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon .dropdown_box_icon {
	position: relative;
	height: 40px;
	width: 40px;
	z-index: 100;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon.active {
	cursor: pointer;
	background: #fff;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon.active .dropdown_menu_icon {
	min-width: 150px;
	padding-top: 1em;
	padding-bottom: 1em;
	background: #fff;
	z-index: 100;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon.active .dropdown_menu_icon li {
	display: block;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon .dropdown_menu_icon {
	position: absolute;
	top: 99%;
	right: 0px;
	width: 100%;
	perspective: 1000px;
	z-index: -1;
	box-shadow: 0px 0px 5px 0px rgba(66, 68, 90, 0.25);
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon .dropdown_menu_icon li {
	display: none;
	color: #fff;
	background-color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	opacity: 0;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon .dropdown_menu_icon li:hover {
	background-color: #fff;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon .dropdown_menu_icon li:hover a {
	color: #046a38;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon .dropdown_menu_icon .dropdown_item_icon {
	width: 150px;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon .dropdown_menu_icon .dropdown_item_icon a {
	font-weight: 400;
	color: #666666;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon .dropdown_menu_icon .dropdown_item_icon a img {
	max-width: 16px;
	margin-right: 8px;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon .dropdown_menu_icon .dropdown_item_icon a::after {
	background-color: unset;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon .dropdown_menu_icon .dropdown_item-1 {
	transform-origin: top center;
	animation: rotateX 300ms 60ms ease-in-out forwards;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon .dropdown_menu_icon .dropdown_item-1:after {
	content: "";
	display: block;
	height: 1px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #d5d5d5;
	margin-top: 1em;
	margin-bottom: 0em;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon .dropdown_menu_icon .dropdown_item-2 {
	transform-origin: top center;
	animation: rotateX 300ms 120ms ease-in-out forwards;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon .dropdown_menu_icon .dropdown_item-2:after {
	content: "";
	display: block;
	height: 1px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #d5d5d5;
	margin-top: 1em;
	margin-bottom: 0em;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons .dropdown-icon .dropdown_menu_icon .dropdown_item-3 {
	transform-origin: top center;
	animation: rotateX 300ms 180ms ease-in-out forwards;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li {
	float: left;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li a {
	display: flex;
	color: #000;
	text-align: center;
	text-decoration: none;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-search {
	display: flex;
	align-content: center;
	justify-content: space-between;
	border: 0.5px solid transparent;
	transition: all 0.25s ease-in;
	border-radius: 32px;
	padding-left: 1em;
	width: 150px;
}

@media only screen and (max-width: 1470px) {
	.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-search {
		width: 120px;
	}
}

@media only screen and (max-width: 700px) {
	.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-search {
		width: calc(100vw - 180px);
	}
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-search .cm-box-search {
	transition: all 0.5s ease-in;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-search:hover {
	border: 0.5px solid #000;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-search:hover .cm-box-search {
	opacity: 1;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-search .cm-box-search {
	align-self: center;
	justify-self: flex-start;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-style: italic;
	color: #000;
	opacity: 0;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-form-search {
	position: relative;
	border: 1px solid #fff;
	height: 40px;
	border-radius: 16px;
	width: 150px;
	transition: all 0.5s ease-in;
}

@media only screen and (max-width: 1100px) {
	.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-form-search {
		width: 130px;
	}
}

@media only screen and (max-width: 700px) {
	.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-form-search {
		width: 350px;
	}
}

@media only screen and (max-width: 500px) {
	.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-form-search {
		width: 250px;
	}
}

@media only screen and (max-width: 400px) {
	.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-form-search {
		width: 130px;
	}
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-form-search:hover {
	border: 1px solid #000;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-form-search:hover .form-control {
	color: #000;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-form-search:hover .form-control input {
	color: #000;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-form-search:hover .form-control::placeholder {
	color: #000 !important;
	font-family: "Lato", sans-serif;
	font-weight: 300;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-form-search .cm-icon-search {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 40px;
	max-height: 40px;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-form-search .form-group {
	margin-bottom: 0;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-form-search .form-control {
	border: none;
	box-sizing: border-box;
	font-size: 1em;
	position: relative;
	top: 5px;
	background-color: transparent;
	width: 120px;
	transition: all 0.5s ease-in;
	color: #fff;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-form-search .form-control::placeholder {
	color: #fff !important;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-form-search .form-control:hover,
.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-form-search .form-control:active,
.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-form-search .form-control:focus {
	outline: none;
	-webkit-box-shadow: unset;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-shopping-trolley {
	position: relative;
	margin-right: 8px;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-shopping-trolley span {
	position: absolute;
	top: -5px;
	right: -5px;
	overflow: visible;
}

.cm-section-nav nav.cm-main-nav .cm-nav-icons ul li .cm-shopping-trolley span::after {
	content: "2";
	display: block;
	background-color: #ff8a33;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
}

#cm-nav-rwd-id {
	display: none;
}

@media only screen and (max-width: 998px) {
	#cm-nav-rwd-id {
		display: block;
	}
}

#cm-nav-rwd-id .cm-container-rwd {
	display: block;
	position: absolute;
	left: 0;
	z-index: 99;
	background: #fff;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: auto;
	overflow: hidden;
	left: -100%;
	transition: 0.3s all ease-in;
	min-height: 100vh;
	height: auto;
}

#cm-nav-rwd-id .cm-container-rwd .dropdown {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: relative;
}

#cm-nav-rwd-id .cm-container-rwd .dropdown span {
	padding-left: 5px;
}

#cm-nav-rwd-id .cm-container-rwd .dropdown span svg {
	height: 16px;
	vertical-align: middle;
}

#cm-nav-rwd-id .cm-container-rwd .dropdown.active {
	cursor: pointer;
	background: #fff;
	display: flex;
	flex-direction: column;
}

#cm-nav-rwd-id .cm-container-rwd .dropdown.active .dropdown_menu {
	min-width: 300px;
	position: relative;
	left: unset;
	margin-left: auto;
	margin-right: auto;
}

#cm-nav-rwd-id .cm-container-rwd .dropdown.active .dropdown_menu li {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#cm-nav-rwd-id .cm-container-rwd .dropdown.active .dropdown_menu li a {
	font-size: 1em;
	text-decoration: none;
}

#cm-nav-rwd-id .cm-container-rwd .dropdown .dropdown_menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	perspective: 1000px;
	z-index: 1;
}

#cm-nav-rwd-id .cm-container-rwd .dropdown .dropdown_menu li {
	display: none;
	color: #fff;
	background-color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	opacity: 0;
}

#cm-nav-rwd-id .cm-container-rwd .dropdown .dropdown_menu li:hover {
	background-color: #fff;
}

#cm-nav-rwd-id .cm-container-rwd .dropdown .dropdown_menu .dropdown_item {
	width: 300px;
}

#cm-nav-rwd-id .cm-container-rwd .dropdown .dropdown_menu .dropdown_item a::after {
	background-color: unset;
}

#cm-nav-rwd-id .cm-container-rwd .dropdown .dropdown_menu .dropdown_item-1 {
	transform-origin: top center;
	animation: rotateX 300ms 60ms ease-in-out forwards;
	border-bottom: 1px solid #d5d5d5;
}

#cm-nav-rwd-id .cm-container-rwd .dropdown .dropdown_menu .dropdown_item-2 {
	transform-origin: top center;
	animation: rotateX 300ms 120ms ease-in-out forwards;
	border-bottom: 1px solid #d5d5d5;
}

#cm-nav-rwd-id .cm-container-rwd .dropdown .dropdown_menu .dropdown_item-3 {
	transform-origin: top center;
	animation: rotateX 300ms 180ms ease-in-out forwards;
}
#cm-nav-rwd-id .cm-container-rwd .dropdown .dropdown_menu .dropdown_item-4 {
	transform-origin: top center;
	animation: rotateX 300ms 240ms ease-in-out forwards;
}
#cm-nav-rwd-id .cm-container-rwd .dropdown .dropdown_menu .dropdown_item-5 {
	transform-origin: top center;
	animation: rotateX 300ms 300ms ease-in-out forwards;
}

#cm-nav-rwd-id .cm-container-rwd .dropdown .dropdown_menu .dropdown_item-5 a {
	color: #64a70b;
}
#cm-nav-rwd-id .cm-container-rwd .dropdown .dropdown_menu .dropdown_item-6 a {
	color: #cc0033;
}
#cm-nav-rwd-id .cm-container-rwd .dropdown .dropdown_menu .dropdown_item-6 {
	transform-origin: top center;
	animation: rotateX 300ms 360ms ease-in-out forwards;
}

#cm-nav-rwd-id .cm-container-rwd .cm-nav-links {
	text-align: center;
	font-size: 2em;
	margin-top: 3em;
}

@media only screen and (max-width: 700px) {
	#cm-nav-rwd-id .cm-container-rwd .cm-nav-links {
		margin-top: 2em;
	}
}

#cm-nav-rwd-id .cm-container-rwd .cm-nav-links ul li {
	padding: 0.25em;
}

#cm-nav-rwd-id .cm-container-rwd .cm-nav-links ul li::first-letter {
	text-transform: uppercase !important;
}

#cm-nav-rwd-id .cm-container-rwd .cm-nav-links ul li a {
	color: #000;
}

#cm-nav-rwd-id .cm-container-rwd .cm-nav-links ul li a::first-letter {
	text-transform: uppercase !important;
}

#cm-nav-rwd-id .cm-container-rwd .cm-nav-links ul li a:hover {
	opacity: 0.5;
}

#cm-nav-rwd-id.active .cm-container-rwd {
	left: 0%;
}

.cm-top-green-box {
	text-align: center;
	background-color: #046a38;
	padding-bottom: 1em;
	padding-top: 1em;
	color: #fff;
	width: 100%;
	max-width: none;
}

@media only screen and (max-width: 1220px) {
	.cm-top-green-box {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
}

.cm-top-green-box p {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
}

.cm-section-col-2 {
	display: flex;
	gap: 90px;
	max-width: 1470px;
	padding-left: 8px;
	padding-right: 8px;
	margin: auto;
}

@media only screen and (max-width: 1470px) {
	.cm-section-col-2 {
		gap: 20px;
	}
}

@media only screen and (max-width: 700px) {
	.cm-section-col-2 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4em;
	}
}

.cm-section-col-2 .cm-col {
	width: 50%;
	text-align: center;
}

@media only screen and (max-width: 700px) {
	.cm-section-col-2 .cm-col {
		width: 100%;
	}
}

.cm-section-col-2 .cm-col .cm-img img {
	border-radius: 64px 0;
}

.cm-section-col-2 .cm-col .btn-primary {
	margin: 0 auto;
}

.cm-section-ng {
	max-width: 1470px;
	margin: 0 auto;
	text-align: center;
}

.cm-section-ng p {
	font-size: 1.125em;
	line-height: 1.75em;
}

.cm-section-bestsellers {
	text-align: center;
	max-width: 1470px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1470px) {
	.cm-section-bestsellers {
		margin-left: 8px;
		margin-right: 8px;
	}
}

.cm-section-bestsellers .cm-body-header {
	padding-bottom: 1em;
	padding-top: 1em;
}

.cm-section-bestsellers .swiper h5 {
	letter-spacing: 0.5px;
	line-height: 1.5;
	margin-bottom: 0;
}

.cm-section-bestsellers .swiper .swiper-nav {
	display: none;
	justify-content: center;
	margin-top: 4em;
}

@media only screen and (max-width: 1220px) {
	.cm-section-bestsellers .swiper .swiper-nav {
		display: flex;
	}
}

.cm-section-bestsellers .swiper .swiper-nav .swiper-button-next,
.cm-section-bestsellers .swiper .swiper-nav .swiper-button-prev {
	position: relative;
	background: #989898;
	bottom: 0;
	top: unset;
	width: 90px;
	height: 90px;
	color: #fff;
	opacity: 0.43;
}

.cm-section-bestsellers .swiper .swiper-nav .swiper-button-next.swiper-button-disabled,
.cm-section-bestsellers .swiper .swiper-nav .swiper-button-prev.swiper-button-disabled {
	opacity: 0.2;
}

.cm-section-bestsellers .swiper .swiper-nav .swiper-button-next::after,
.cm-section-bestsellers .swiper .swiper-nav .swiper-button-prev::after {
	color: #fff;
}

.cm-section-bestsellers .swiper .swiper-nav .swiper-button-next {
	right: 0;
	z-index: 10;
	background: #989898;
}

.cm-section-bestsellers .swiper .swiper-nav .swiper-button-prev {
	background: #989898;
	right: unset;
	left: 0;
	border: 16px;
}

.cm-section-bestsellers .swiper .cm-img img {
	border-radius: 64px 0;
}

.cm-section-bestsellers .swiper .btn-primary {
	margin: 0 auto;
}

.cm-section-banner-a {
	max-width: 1470px;
	margin: 0 auto;
	overflow: hidden;
}

@media only screen and (max-width: 1470px) {
	.cm-section-banner-a {
		margin-left: 8px;
		margin-right: 8px;
	}
}

.cm-section-banner-a .cm-content {
	display: flex;
	align-content: center;
	justify-content: center;
	min-height: 548px;
	flex-direction: column;
	border-radius: 16px;
	padding-bottom: 6.25em;
	padding-top: 3.75em;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

@media only screen and (max-width: 1220px) {
	.cm-section-banner-a .cm-content {
		min-height: 400px;
		padding-bottom: 3em;
		padding-top: 3em;
	}
}

@media only screen and (max-width: 400px) {
	.cm-section-banner-a .cm-content {
		min-height: 350px;
		padding-bottom: 3em;
		padding-top: 3em;
	}
}

.cm-section-banner-a .cm-content .cm-bg-rwd {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

@media only screen and (max-width: 400px) {
	.cm-section-banner-a .cm-content .cm-bg-rwd {
		display: block;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		border-radius: 16px;
	}
}

.cm-section-banner-a .cm-content .cm-arrow {
	max-width: 50px;
	margin-bottom: 1.75em;
	text-align: center;
	margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
	.cm-section-banner-a .cm-content .cm-arrow {
		margin-bottom: 1.25em;
	}
}

.cm-section-banner-a .cm-content .cm-bg-shadow {
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	background: radial-gradient(
		circle,
		rgba(255, 255, 255, 0.513043) 0%,
		rgba(79, 79, 79, 0.529849) 0%,
		rgba(65, 65, 65, 0.891194) 100%
	);
	width: 100%;
	height: 100%;
	z-index: 0;
}

.cm-section-banner-a .cm-content .cm-text {
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	color: #fff;
}

.cm-section-banner-a .cm-content p {
	margin-bottom: 3em;
}

.cm-section-banner-a .cm-content h3 {
	line-height: 1.4;
}

.cm-section-banner-a .cm-content .cm-text-black {
	color: #000 !important;
}

@media only screen and (max-width: 400px) {
	.cm-section-banner-a .cm-hide-bg {
		background-image: none !important;
	}
}

.cm-section-banner-a img {
	border-radius: 16px;
}

.cm-section-banner-b {
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 16px;
	padding-top: 3.75em;
	padding-bottom: 6.25em;
	background-position: center right;
	overflow: hidden;
}

@media (max-width: 1710px) {
	.cm-section-banner-b {
		margin-left: 8px;
		margin-right: 8px;
	}
}

.cm-section-banner-b .cm-content {
	max-width: 1470px;
	margin: 0 auto;
	display: flex;
	align-content: center;
	justify-content: center;
	min-height: 438px;
	flex-direction: column;
}

.cm-section-banner-b .cm-content .cm-text {
	text-align: left;
	margin: 0 auto 0 0;
	color: #fff;
}

@media only screen and (max-width: 1710px) {
	.cm-section-banner-b .cm-content .cm-text {
		padding-left: 1em;
		padding-right: 1em;
	}
}

.cm-section-banner-b .cm-content .cm-text h4 {
	line-height: 1.4;
}

.cm-section-banner-b .cm-content .cm-text :nth-child(3) {
	padding-bottom: 3.7em;
}

.cm-section-banner-b .cm-content .cm-text .cm-logo {
	max-width: 264px;
}

.cm-section-banner-b .cm-content p {
	margin-bottom: 3em;
	color: #fff;
	font-family: "Lato", sans-serif;
}

.cm-section-banner-b img {
	border-radius: 16px;
}

.cm-section-banner-c {
	display: flex;
	background-color: #f5f5f5;
	border-top-left-radius: 64px;
	border-bottom-right-radius: 64px;
}

@media (max-width: 1710px) {
	.cm-section-banner-c {
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media only screen and (max-width: 700px) {
	.cm-section-banner-c {
		flex-direction: column;
	}
}

.cm-section-banner-c .cm-col-1 {
	flex-basis: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.cm-section-banner-c .cm-col-1 h3 {
	max-width: 340px;
	text-align: center;
}

@media only screen and (max-width: 700px) {
	.cm-section-banner-c .cm-col-1 h3 {
		padding: 0 1em 0.5em 1em !important;
	}
}

.cm-section-banner-c .cm-col-2 {
	flex-basis: 60%;
}

@media only screen and (max-width: 700px) {
	.cm-section-banner-c .cm-col-2 {
		margin-top: 1em;
	}
}

.cm-serp-a {
	max-width: 1470px;
	margin: 0 auto;
}

@media only screen and (max-width: 1470px) {
	.cm-serp-a {
		margin-left: 8px;
		margin-right: 8px;
	}
}

.cm-serp-a .cm-row {
	display: flex;
	border-radius: 16px;
}

@media only screen and (max-width: 998px) {
	.cm-serp-a .cm-row {
		flex-direction: column;
		margin: 0 auto;
	}
}

.cm-serp-a .cm-row .cm-col {
	flex-basis: 50%;
	display: flex;
	align-content: center;
	flex-direction: column;
	justify-content: center;
}

.cm-serp-a .cm-row .cm-col .cm-text {
	text-align: center;
	margin: 0 auto;
}

.cm-serp-a .cm-row .cm-col .cm-text p {
	margin-bottom: 3em;
}

.cm-serp-a .cm-row .cm-col .cm-text h3 {
	margin-bottom: 1em;
}

.cm-serp-a .cm-row .cm-col.cm-green {
	background-color: #d9f2c3;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	padding-left: 1em;
	padding-right: 1em;
}

@media only screen and (max-width: 998px) {
	.cm-serp-a .cm-row .cm-col.cm-green {
		padding-top: 2em;
		padding-bottom: 2em;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		border-bottom-left-radius: unset;
	}
}

.cm-serp-a .cm-row .cm-col.cm-img img {
	flex-grow: 1;
	object-fit: cover;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}

@media only screen and (max-width: 998px) {
	.cm-serp-a .cm-row .cm-col.cm-img img {
		border-top-right-radius: unset;
		border-bottom-right-radius: 16px;
		border-bottom-left-radius: 16px;
		max-height: 300px;
	}
}

.cm-serp-a .cm-row.cm-row-revers {
	flex-direction: row-reverse;
}

@media only screen and (max-width: 998px) {
	.cm-serp-a .cm-row.cm-row-revers {
		flex-direction: column;
		margin: 0 auto;
	}
}

.cm-serp-a .cm-row.cm-row-revers .cm-col.cm-green {
	background-color: #d9f2c3;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

@media only screen and (max-width: 998px) {
	.cm-serp-a .cm-row.cm-row-revers .cm-col.cm-green {
		padding-top: 2em;
		padding-bottom: 2em;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		border-bottom-left-radius: unset;
		border-bottom-right-radius: unset;
	}
}

.cm-serp-a .cm-row.cm-row-revers .cm-col.cm-img img {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media only screen and (max-width: 998px) {
	.cm-serp-a .cm-row.cm-row-revers .cm-col.cm-img img {
		border-top-right-radius: unset;
		border-top-left-radius: unset;
		border-bottom-right-radius: 16px;
		border-bottom-left-radius: 16px;
	}
}

@media only screen and (max-width: 1470px) {
	.cm-serp-b {
		margin-left: 8px;
		margin-right: 8px;
	}
}

.cm-serp-b .cm-row {
	display: flex;
	flex-direction: row;
	padding-bottom: 4em;
}

@media only screen and (max-width: 700px) {
	.cm-serp-b .cm-row {
		flex-direction: column;
	}
}

.cm-serp-b .cm-row .cm-col {
	flex-basis: 50%;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 700px) {
	.cm-serp-b .cm-row .cm-col {
		flex-basis: 100%;
	}
}

.cm-serp-b .cm-row .cm-col .cm-text {
	max-width: 543px;
}

.cm-serp-b .cm-row .cm-col .cm-text h3 {
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

@media only screen and (max-width: 1470px) {
	.cm-serp-b .cm-row .cm-col .cm-text {
		padding-left: 2em;
		padding-right: 6em;
	}
}

@media only screen and (max-width: 1000px) {
	.cm-serp-b .cm-row .cm-col .cm-text {
		padding-right: 2em;
	}
}

@media only screen and (max-width: 700px) {
	.cm-serp-b .cm-row .cm-col .cm-text {
		text-align: center;
		padding-left: 1em;
		padding-right: 1em;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4em;
	}
}

.cm-serp-b .cm-row .cm-col img {
	max-width: 734px;
	border-top-left-radius: 64px;
	border-bottom-right-radius: 64px;
}

.cm-serp-b .cm-row.cm-row-revers {
	flex-direction: row-reverse;
}

@media only screen and (max-width: 700px) {
	.cm-serp-b .cm-row.cm-row-revers {
		flex-direction: column;
	}
}

.cm-serp-b .cm-row.cm-row-revers .cm-col .cm-text {
	margin-left: auto;
}

@media only screen and (max-width: 1470px) {
	.cm-serp-b .cm-row.cm-row-revers .cm-col .cm-text {
		margin-left: unset;
		padding-right: 2em;
		padding-left: 6em;
	}
}

@media only screen and (max-width: 1000px) {
	.cm-serp-b .cm-row.cm-row-revers .cm-col .cm-text {
		padding-left: 2em;
	}
}

@media only screen and (max-width: 700px) {
	.cm-serp-b .cm-row.cm-row-revers .cm-col .cm-text {
		text-align: center;
		padding-left: 1em;
		padding-right: 1em;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4em;
	}
}

.cm-serp-b .cm-row.cm-row-revers .cm-col img {
	border-top-left-radius: 64px;
	border-bottom-right-radius: 64px;
}

.cm-before-after {
	border-radius: 64px 0;
	position: relative;
	max-width: 1470px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1470px) {
	.cm-before-after {
		margin-left: 8px;
		margin-right: 8px;
	}
}

.cm-before-after .cm-before-after-content {
	background-color: #a9d6bf;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 64px;
	border-bottom-right-radius: 64px;
}

.cm-before-after .cm-before-after-content .cm-logo {
	position: absolute;
	right: 2.4em;
	top: 1.4em;
	z-index: 10;
}

.cm-before-after .cm-before-after-content .cm-before-text,
.cm-before-after .cm-before-after-content .cm-after-text {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	position: absolute;
	color: #fff;
	font-size: 1.5em;
	z-index: 3;
}

.cm-before-after .cm-before-after-content .cm-before-text {
	left: 1.4em;
	bottom: 1.4em;
}

.cm-before-after .cm-before-after-content .cm-after-text {
	right: 1.4em;
	bottom: 1.4em;
}

.cm-before-after .cm-before-after-content img {
	width: 100%;
	display: block;
}

.cm-before-after .cm-before-after-content .cm-container {
	width: 50%;
	max-width: 532px;
	display: block;
	margin: 30px auto;
	background-color: transparent;
}

.cm-before-after .cm-before-after-content #before-after-slider {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.cm-before-after .cm-before-after-content #after-image {
	display: block;
}

.cm-before-after .cm-before-after-content #before-image {
	position: absolute;
	overflow: hidden;
	background-color: #a9d6bf;
	height: 100%;
	width: 50%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
}

.cm-before-after .cm-before-after-content #resizer {
	position: absolute;
	display: flex;
	align-items: center;
	z-index: 5;
	top: 0;
	left: 50%;
	height: 100%;
	width: 4px;
	/*Stop vertical scrolling on touch*/
	touch-action: pan-y;
}

.cm-before-after .cm-before-after-content #resizer .cm-line-top {
	position: absolute;
	background: #d2e7c0;
	height: 50%;
	width: 4px;
	top: -22px;
	left: -4px;
}

.cm-before-after .cm-before-after-content #resizer .cm-line-bottom {
	position: absolute;
	background: #d2e7c0;
	height: 50%;
	width: 4px;
	bottom: -22px;
	left: -4px;
}

.cm-before-after .cm-before-after-content #resizer:after {
	background: transparent;
	content: url(../../img/icons/arrow.svg);
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	position: absolute;
	margin: 0 0 0 -22px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid #d2e7c0;
	font-size: 1.5em;
	font-weight: 400;
}

@media only screen and (max-width: 900px) {
	.cm-before-after .cm-before-after-content .cm-logo {
		right: 4.4em;
	}
	.cm-before-after .cm-before-after-content .cm-after-text,
	.cm-before-after .cm-before-after-content .cm-before-text {
		left: 0;
		font-size: 1em;
	}
	.cm-before-after .cm-before-after-content .cm-container {
		width: 100%;
		height: 100%;
		padding: 0 20px 0px 20px;
	}
	.cm-before-after .cm-before-after-content .cm-before-text {
		position: absolute;
		color: #fff;
		font-size: 1.5em;
		font-weight: normal;
		top: 330px;
		height: 30px;
		left: 1.4em;
		transform-origin: left;
		transform: rotate(-90deg);
	}
	.cm-before-after .cm-before-after-content .cm-after-text {
		right: 1.4em;
		font-size: 1.5em;
		left: unset;
		transform-origin: right;
		transform: rotate(90deg);
		top: 410px;
		height: 30px;
	}
}

@media (max-width: 980px) {
	.cm-before-after .cm-before-after-content {
		border-radius: 16px;
	}
	.cm-before-after .cm-before-after-content .cm-logo {
		display: none;
	}
	.cm-before-after .cm-before-after-content .cm-before-text {
		font-size: 1em;
		top: 200px;
		height: 30px;
	}
	.cm-before-after .cm-before-after-content .cm-after-text {
		font-size: 1em;
		top: 250px;
		height: 30px;
	}
}

@media only screen and (max-width: 500px) {
	.cm-before-after .cm-before-after-content {
		border-radius: 16px;
	}
	.cm-before-after .cm-before-after-content .cm-after-text {
		font-size: 1em;
		top: 220px;
		height: 30px;
	}
	.cm-before-after .cm-before-after-content .cm-before-text {
		font-size: 1em;
		top: 170px;
		height: 30px;
	}
}

.pc-p5 {
	display: block;
	position: relative;
	max-width: 1710px;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: center;
}

@media only screen and (max-width: 1470px) {
	.pc-p5 {
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media only screen and (max-width: 1470px) {
	.pc-p5 {
		background-size: cover;
		background-position: left;
	}
}

.pc-p5 .pc-save-proprtion {
	position: relative;
	width: 100%;
	border-radius: 64px 0;
}

@media only screen and (max-width: 500px) {
	.pc-p5 .pc-save-proprtion {
		border-radius: 0;
	}
}

.pc-p5 .pc-save-proprtion::after {
	content: "";
	display: block;
	padding-bottom: 58.462%;
}

.pc-p5 .pc-block-module {
	max-width: 1080px;
	padding: 0;
	margin: 0 auto;
	height: inherit;
	z-index: 1;
	position: relative;
	border-radius: 64px 0;
}

.pc-p5 .pc-block-module .pc-relative {
	height: inherit;
	border-radius: 64px 0;
	overflow: hidden;
}

@media only screen and (max-width: 500px) {
	.pc-p5 .pc-block-module .pc-relative {
		border-radius: 0;
	}
}

.pc-p5 .pc-p5-checkbox {
	display: none;
	border-radius: 64px 0;
}

@media only screen and (max-width: 500px) {
	.pc-p5 .pc-p5-checkbox {
		border-radius: 0;
	}
}

.pc-p5 .pc-p5-checkbox:checked ~ label {
	display: none;
}

.pc-p5 iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
}

.pc-p5 video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	z-index: 10;
}

@media only screen and (max-width: 800px) {
	.pc-p5 video {
		height: auto;
		object-fit: unset;
	}
}

.pc-p5 label {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 100;
}

.pc-p5 .af-hidden-label {
	display: none;
}

.pc-p5 .pc-p5-image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 64px 0;
}

@media only screen and (max-width: 500px) {
	.pc-p5 .pc-p5-image {
		border-radius: 0;
	}
}

.cm-recpipes-tags {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0 auto;
	padding-top: 3em;
	padding-bottom: 3em;
	width: 100%;
	max-width: 900px;
}

#module-smartblog-details .cm-recpipes-tags {
	gap: 2rem;
	justify-content: flex-start;
}

/* #module-smartblog-category .cm-recpipes-tags {
  gap: .5rem;
  justify-content: center;
} */

@media only screen and (max-width: 700px) {
	.cm-recpipes-tags {
		padding-bottom: 1em;
	}
}

.cm-recpipes-tags .post-header-informations {
	display: flex;
	row-gap: 1rem;
	column-gap: 2rem;
	align-items: center;
	flex-wrap: wrap;
}

.cm-recpipes-tags .tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (min-width: 700px) {
	.cm-recpipes-tags .tags {
		gap: 0.75rem;
	}
}

.cm-recpipes-tags a {
	display: flex;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.4);
	font-weight: 700;
}

.cm-recpipes-tags a:hover,
.cm-recpipes-tags a:active,
.cm-recpipes-tags a:focus {
	color: #046a38;
	transition: 0.25s all ease-in;
}

@media only screen and (max-width: 700px) {
	.cm-recpipes-tags a {
		padding-bottom: 0.5em;
		margin-right: 1em;
	}
}

.cm-recpipes-tags a .cm-icon {
	max-width: 20px;
	margin-right: 12px;
}

.cm-recpipes-tags a .cm-icon img {
	width: 100%;
}

.cm-section-recipes {
	max-width: 1470px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

@media only screen and (max-width: 1470px) {
	.cm-section-recipes {
		margin-left: 8px;
		margin-right: 8px;
	}
}

.cm-section-recipes.cm-blog a {
	outline: transparent;
	color: unset;
	text-decoration: none;
}

.cm-section-recipes.cm-blog a:hover span {
	transition: 0.25s all ease-in;
	color: #046a38;
	font-weight: 500;
}

.cm-section-recipes.cm-blog .cm-recipes-blog {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.cm-section-recipes.cm-blog .cm-recipes-blog .cm-recipe-bg {
	position: relative;
	padding: 1em;
	border-radius: 8px;
	margin-bottom: 4em;
	transition: 0.25s all ease-in;
}

.cm-section-recipes.cm-blog .cm-recipes-blog .cm-recipe-bg:hover {
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.cm-section-recipes.cm-blog .cm-recipes-blog .cm-recipe {
	max-width: 400px;
}

.cm-section-recipes.cm-blog .cm-recipes-blog .cm-recipe .cm-img img {
	border-radius: 64px 0;
	width: 100%;
}

.cm-section-recipes.cm-blog .cm-recipes-blog .cm-recipe h4 {
	font-size: 1.25em;
}

.cm-section-recipes.cm-blog .cm-recipes-blog .cm-recipe p {
	font-size: 1em;
}

.cm-section-recipes.cm-blog .cm-recipes-blog .cm-recipe p.cm-tags-blog {
	color: #046a38;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 1px solid #046a38;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 0.875em;
}

.cm-section-recipes.cm-blog .cm-recipes-blog .cm-recipe p.cm-small-blog {
	color: #046a38;
	padding-bottom: 5px;
	margin-top: 1.5em;
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: 400;
}

.cm-section-recipes .cm-recipes {
	width: 90%;
	overflow: visible;
}

.cm-section-recipes .cm-recipes .cm-recipe {
	position: relative;
	padding: 1em;
	border-radius: 8px;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 4em;
	transition: 0.25s all ease-in;
}

.cm-section-recipes .cm-recipes .cm-recipe:hover {
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.cm-section-recipes .cm-recipes .cm-recipe .cm-img img {
	border-radius: 64px 0;
}

.cm-section-recipes .cm-recipes .cm-recipe h4 {
	font-size: 1.25em;
}

.cm-section-recipes .cm-recipes .cm-recipe p {
	font-size: 1em;
}

.cm-section-recipes .cm-recipes .cm-recipe p.cm-tags-blog {
	color: #046a38;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 1px solid #046a38;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: 400;
}

.cm-section-recipes .cm-recipes .cm-recipe p.cm-small-blog {
	color: #046a38;
	padding-bottom: 5px;
	margin-top: 1.5em;
	text-transform: uppercase;
	font-size: 0.875em;
}

.cm-section-recipes .btn-primary {
	margin: 0 auto;
}

.cm-section-recipes .btn-primary:hover {
	color: #fff;
}

.cm-section-images {
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
}

.cm-section-images img {
	width: 100%;
	margin: 0 auto;
}

.cm-section-images .cm-termin-waznosci {
	max-width: 1006px;
}

.cm-section-images .cm-termin-waznosci.cm-desc {
	display: block;
}

@media (max-width: 980px) {
	.cm-section-images .cm-termin-waznosci.cm-desc {
		display: none;
	}
}

.cm-section-images .cm-termin-waznosci.cm-rwd {
	display: none;
}

@media (max-width: 980px) {
	.cm-section-images .cm-termin-waznosci.cm-rwd {
		display: block;
	}
}

.cm-slider-a {
	position: relative;
	margin-bottom: 6em;
}

@media only screen and (max-width: 1710px) {
	.cm-slider-a {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 800px) {
	.cm-slider-a {
		max-width: 100%;
		margin-left: 1em;
		margin-right: 1em;
	}
}

@media only screen and (max-width: 500px) {
	.cm-slider-a {
		margin-bottom: 0em;
	}
}

.cm-container {
	background-color: #fff;
	height: 550px;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	display: block;
	position: relative;
	left: 0;
	right: 0;
}

.cm-container .wrapper {
	height: 100%;
	width: 100%;
	position: relative;
}

.cm-container .wrapper .slide {
	height: 100%;
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media only screen and (max-width: 500px) {
	.cm-container .wrapper .slide {
		height: 70%;
	}
}

@media only screen and (max-width: 400px) {
	.cm-container .wrapper .slide {
		height: 60%;
	}
}

.cm-container .wrapper .slide .slide-img {
	width: 50%;
	float: left;
	position: relative;
	height: 100%;
	background-color: #a4dbb2;
	border-bottom-right-radius: 64px;
	border-top-left-radius: 64px;
}

@media only screen and (max-width: 800px) {
	.cm-container .wrapper .slide .slide-img {
		width: 100%;
	}
}

.cm-container .wrapper .slide .slide-img .cm-anim-img {
	z-index: 1;
}

@media only screen and (max-width: 500px) {
	.cm-container .wrapper .slide .slide-img .cm-anim-img {
		position: absolute;
		bottom: 20%;
	}
}

@media only screen and (max-width: 400px) {
	.cm-container .wrapper .slide .slide-img .cm-anim-img {
		position: absolute;
		bottom: 40%;
	}
}

.cm-container .wrapper .slide .slide-img:before {
	content: "";
	opacity: 0;
	background-color: #fff;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.cm-container .wrapper .slide .slide-img.active:before {
	content: "";
	opacity: 1;
	background-color: #fff;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 5;
}

.cm-container .wrapper .slide .slide-img img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}

.cm-container .wrapper .slide .slide-content {
	width: 100%;
	max-width: 800px;
	float: left;
	position: absolute;
	right: 0%;
	background-color: #d9f2c3;
	top: 50%;
	transform: translateY(-50%);
	border-bottom-right-radius: 16px;
	border-top-left-radius: 16px;
	padding-left: 8em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-top: 2em;
}

@media only screen and (max-width: 1470px) {
	.cm-container .wrapper .slide .slide-content {
		max-width: 55%;
		padding-left: 2em;
	}
}

@media only screen and (max-width: 800px) {
	.cm-container .wrapper .slide .slide-content {
		bottom: 0;
		top: unset;
		transform: translate(-50%, 50%);
		max-width: 90%;
		left: 50%;
		border-radius: 16px;
	}
}

.cm-container .wrapper .slide .slide-content .cm-text {
	max-width: 600px;
}

.cm-container .wrapper .slide .slide-content .cm-text h2 {
	margin-top: 0;
}

.cm-container .wrapper .slide .slide-content p {
	position: relative;
}

.cm-container .wrapper .slide .slide-content p:before {
	content: "";
	opacity: 0%;
	background-color: #fff;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 5;
	transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition-delay: 0.3s;
}

.cm-container .wrapper .slide .slide-content p.active:before {
	content: "";
	opacity: 100%;
}

.cm-container .wrapper .slide .slide-content a {
	color: #da566f;
	font-size: 13px;
	text-decoration: underline;
	font-weight: 600;
	display: inline-block;
	margin-top: 1em;
	position: relative;
}

.cm-container .wrapper .slide .slide-content a:before {
	content: "";
	opacity: 0%;
	background-color: #fff;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 5;
	transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition-delay: 0.5s;
}

.cm-container .wrapper .slide .slide-content a.active:before {
	content: "";
	opacity: 100%;
}

.cm-container .wrapper .button {
	display: block;
	position: absolute;
	width: 100%;
	transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}

.cm-container .wrapper .button .inactive i {
	color: #ccc;
}

.cm-container .wrapper .button .inactive i:hover {
	color: #ccc;
}

.cm-container .wrapper .button .btn {
	width: 90px;
	height: 90px;
	background-color: #fff;
	box-shadow: 8px 6px 10px 8px rgba(0, 0, 0, 0.02);
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	border-radius: 8px;
}

@media only screen and (max-width: 1470px) {
	.cm-container .wrapper .button .btn {
		width: 50px;
		height: 50px;
	}
}

.cm-container .wrapper .button .button-left {
	float: left;
	left: -4em;
}

@media only screen and (max-width: 1710px) {
	.cm-container .wrapper .button .button-left {
		left: -2em;
	}
}

@media only screen and (max-width: 800px) {
	.cm-container .wrapper .button .button-left {
		left: -1em;
	}
}

.cm-container .wrapper .button .button-right {
	float: right;
	text-align: right;
	right: -4em;
}

@media only screen and (max-width: 1710px) {
	.cm-container .wrapper .button .button-right {
		right: -2em;
	}
}

@media only screen and (max-width: 800px) {
	.cm-container .wrapper .button .button-right {
		right: -1em;
	}
}

.cm-container .wrapper .button i {
	font-size: 1.3em;
	cursor: pointer;
	color: #555;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.cm-container .wrapper .button i:hover {
	color: #000;
}

.showDown {
	animation: showDown 300ms ease-in forwards;
}

.showUp {
	animation: showUp 300ms ease-in forwards;
}

@media only screen and (max-width: 1470px) {
	.cm-section-hotspot {
		margin-left: 8px;
		margin-right: 8px;
	}
}

.cm-section-hotspot .cm-section-ng {
	background-color: #046a38;
}

.cm-section-hotspot .cm-section-ng h2 {
	color: #fff;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.cm-section-hotspot .cm-section-ng p {
	color: #fff;
	margin-bottom: 2em;
	max-width: 700;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.cm-section-hotspot .cm-hotspot-main {
	width: 100%;
	max-width: 1470px;
	margin: auto;
}

@media only screen and (max-width: 500px) {
	.cm-section-hotspot .cm-hotspot-main {
		margin-top: 4em;
	}
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot-info {
	padding: 0 1em 2em;
	display: none;
}

@media only screen and (max-width: 700px) {
	.cm-section-hotspot .cm-hotspot-main .cm-hotspot-info {
		display: flex;
		align-items: center;
		margin-top: -3em;
		position: absolute;
		z-index: 2;
	}
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot-info .hotspot-info {
	width: 1.5em;
	height: 1.5em;
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot-info .hotspot-info img {
	width: 1.5em;
	height: 1.5em;
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot-info .info-text {
	color: #999;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	line-height: 1.375;
	letter-spacing: 0.16px;
	padding-left: 1em;
	font-size: 12px;
}

.cm-section-hotspot .cm-hotspot-main input[type="checkbox"] {
	display: none;
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box {
	width: 100%;
	margin: auto;
	position: relative;
	text-align: center;
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box img {
	width: 100%;
	height: auto;
	display: inline-block;
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot {
	display: block;
	cursor: pointer;
	width: 0em;
	height: 0em;
	position: absolute;
	border-radius: 50%;
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-inside {
	cursor: none;
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot
	.pc-hotspot-inside
	.pc-hotspot-inside-circle {
	user-select: none;
	-o-user-select: none;
	position: absolute;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3em;
	height: 3em;
	margin: 0 auto;
	border-radius: 50%;
	transition: all ease 0.5s;
	background-color: #046a38;
	border: 3px solid #d9f2c3;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
	cursor: pointer;
	transform-origin: center;
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot
	.pc-hotspot-inside
	.pc-hotspot-inside-circle
	.pc-hotspot-inside-plus {
	user-select: none;
	-o-user-select: none;
	font-size: 2em;
	color: white;
	line-height: 1.5;
	text-align: center;
	z-index: 11;
	display: flex;
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-inside:hover,
.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot
	.pc-hotspot-inside.active-ios {
	width: 4em;
	height: 4em;
	display: flex;
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot
	.pc-hotspot-inside:hover
	.pc-hotspot-inside-circle,
.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot
	.pc-hotspot-inside.active-ios
	.pc-hotspot-inside-circle {
	transform: scale(1.5);
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot
	.pc-hotspot-inside:hover
	.pc-hotspot-inside-circle
	p,
.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot
	.pc-hotspot-inside.active-ios
	.pc-hotspot-inside-circle
	p {
	font-size: 3em;
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot
	.pc-hotspot-inside:hover
	~ .pc-hotspot-popup,
.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot
	.pc-hotspot-inside.active-ios
	~ .pc-hotspot-popup {
	visibility: visible;
	z-index: 1000;
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-inside > p {
	color: white;
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot
	.pc-hotspot-inside-circle:before {
	position: absolute;
	display: block;
	z-index: 1;
	content: "";
	width: 3em;
	height: 3em;
	animation: pulse 2s infinite;
	border-radius: 50%;
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup {
	position: absolute;
	width: 360px;
	left: 50%;
	transform: translateX(-50%);
	top: unset;
	bottom: 85px;
	z-index: 3;
	visibility: hidden;
	background-color: #046a38;
	padding: 0 1em;
	transition:
		opacity 0.3s ease,
		margin 0.3s ease;
	box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.4);
	cursor: default;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
	background-color: #046a38;
	padding-bottom: 2em;
	padding-top: 2em;
}

@media only screen and (max-width: 700px) {
	.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup {
		display: none;
	}
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot
	.pc-hotspot-popup
	.hotspot-popup-image {
	max-width: 64px;
	width: 100%;
	height: auto;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot
	.pc-hotspot-popup
	.hotspot-popup-image
	img {
	width: 100%;
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup p {
	color: #fff;
	font-weight: 400;
	text-align: center;
}

@media only screen and (max-width: 700px) {
	.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-no-rwd {
		display: none;
	}
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-popup-rwd {
	display: none;
	position: absolute;
	left: 1em;
	right: 1em;
	top: auto;
	z-index: 3;
	/*opacity: 0;*/
	visibility: hidden;
	margin-top: 90px;
	background-color: #046a38;
	padding: 1em 1.5em;
	transition:
		opacity 0.3s ease,
		margin 0.3s ease;
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
}

@media only screen and (max-width: 700px) {
	.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-popup-rwd {
		display: block;
	}
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot-popup-rwd
	.hotspot-popup-content
	.hotspot-popup-image {
	max-width: 64px;
	width: 100%;
	height: auto;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot-popup-rwd
	.hotspot-popup-content
	.hotspot-popup-image
	img {
	width: 100%;
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot-popup-rwd
	.hotspot-popup-content
	p {
	color: #fff;
	text-align: center;
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd {
	display: none;
	cursor: pointer;
	outline: none;
	width: 0em;
	height: 0em;
	position: absolute;
	border-radius: 50%;
	user-select: none;
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd:hover,
.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd.active-ios {
	outline: none;
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot-rwd
	.pc-hotspot-inside:active
	.pc-hotspot-inside-circle {
	width: 3em;
	outline: none !important;
	height: 3em;
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot-rwd
	.pc-hotspot-inside:active
	~ .pc-arrow-up {
	opacity: 1;
	visibility: visable;
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot-rwd
	.pc-hotspot-inside
	.pc-hotspot-inside-circle {
	position: absolute;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3em;
	height: 3em;
	margin: 0 auto;
	border-radius: 50%;
	transition: all ease 0.3s;
	background-color: #046a38;
	border: 2px solid #fff;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot-rwd
	.pc-hotspot-inside
	.pc-hotspot-inside-circle:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	content: "";
	transform: translate(-50%, -50%);
	animation: pulse 2s infinite;
	border-radius: 50%;
	width: 2em;
	height: 2em;
}

@media only screen and (max-width: 700px) {
	.cm-section-hotspot
		.cm-hotspot-main
		.cm-hotspot
		.cm-hotspot-box
		.cm-hotspot-dot
		.pc-hotspot-rwd
		.pc-hotspot-inside
		.pc-hotspot-inside-circle {
		width: 45px;
		height: 45px;
	}
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot-rwd
	.pc-hotspot-inside
	.pc-hotspot-inside-circle
	.pc-hotspot-inside-plus {
	font-size: 30px;
	color: white;
	z-index: 11;
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot-rwd
	.pc-hotspot-inside
	> p {
	font-weight: bold;
	color: white;
}

@media only screen and (max-width: 700px) {
	.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd {
		display: block;
	}
}

.cm-section-hotspot
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot-rwd.active-ios
	+ .pc-hotspot-popup-rwd {
	visibility: visible;
	margin-left: 0px;
	z-index: 1000;
	outline: none !important;
	transition: 0.2s all ease-in;
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot.cm-hotspot-second-box {
	display: none;
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot.cm-hotspot-third-box {
	display: none;
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot-desktop {
	display: inline-block !important;
}

@media only screen and (max-width: 700px) {
	.cm-section-hotspot .cm-hotspot-main .cm-hotspot-desktop {
		display: none !important;
	}
}

.cm-section-hotspot .cm-hotspot-main .cm-hotspot-rwd {
	display: none !important;
}

@media only screen and (max-width: 700px) {
	.cm-section-hotspot .cm-hotspot-main .cm-hotspot-rwd {
		display: inline-block !important;
	}
}

.cm-section-hotspot.cm-light-green .cm-section-ng {
	background-color: #d9f2c3;
}

.cm-section-hotspot.cm-light-green .cm-section-ng h2 {
	color: #000;
}

.cm-section-hotspot.cm-light-green .cm-section-ng p {
	color: #000;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

.cm-section-hotspot.cm-light-green
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot
	.pc-hotspot-inside
	.pc-hotspot-inside-circle
	.pc-hotspot-inside-plus {
	color: #000;
}

.cm-section-hotspot.cm-light-green
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot
	.pc-hotspot-inside
	.pc-hotspot-inside-circle {
	background-color: #d9f2c3;
	border: 3px solid #fff;
}

.cm-section-hotspot.cm-light-green
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot
	.pc-hotspot-inside
	.pc-hotspot-inside-circle:before {
	animation: pulse2 2s infinite;
}

.cm-section-hotspot.cm-light-green
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot
	.pc-hotspot-popup {
	background-color: #d9f2c3;
}

.cm-section-hotspot.cm-light-green
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot
	.pc-hotspot-popup
	p {
	color: #000;
}

.cm-section-hotspot.cm-light-green .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-popup-rwd {
	background-color: #d9f2c3;
}

.cm-section-hotspot.cm-light-green
	.cm-hotspot-main
	.cm-hotspot
	.cm-hotspot-box
	.cm-hotspot-dot
	.pc-hotspot-popup-rwd
	p {
	color: #000;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 #046a38;
	}
	100% {
		box-shadow: 0 0 0 32px rgba(255, 255, 255, 0);
	}
}

@keyframes pulse2 {
	0% {
		box-shadow: 0 0 0 0 #d9f2c3;
	}
	100% {
		box-shadow: 0 0 0 32px rgba(255, 255, 255, 0);
	}
}

.noselect {
	position: relative;
	-webkit-touch-callout: none;
	user-select: none;
}

.cm-mask {
	position: absolute;
	height: 3em;
	width: 3em;
	background-color: red;
	z-index: 1000;
}

.cm-product-cards {
	display: flex;
	gap: 30px;
	justify-content: center;
}

@media only screen and (max-width: 1470px) {
	.cm-product-cards {
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media only screen and (max-width: 700px) {
	.cm-product-cards {
		flex-direction: column;
	}
}

.cm-product-cards .cm-product {
	border-top-left-radius: 64px;
	border-bottom-right-radius: 64px;
	max-width: 694px;
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-basis: 50%;
	justify-content: center;
	background-color: #f5f5f5;
	position: relative;
	overflow: hidden;
}

.cm-product-cards .cm-product::before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	bottom: 0;
	position: absolute;
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
	background-color: #d9f2c3;
	z-index: 0;
	border-bottom-right-radius: 64px;
	transition: 0.5s all ease-in;
}

.cm-product-cards .cm-product:hover::before {
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 0);
	height: 200%;
	border-top-left-radius: 64px;
}

.cm-product-cards .cm-product .cm-content {
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
	z-index: 1;
}

.cm-product-cards .cm-product .cm-content img {
	max-width: 521px;
}

.cm-product-cards .cm-product .cm-content p {
	max-width: 546px;
	min-height: 120px;
	margin-bottom: 4em;
}

@media only screen and (max-width: 700px) {
	.cm-product-cards .cm-product .cm-content p {
		min-height: unset;
	}
}

.product_list {
	padding-top: 2em;
	margin-top: 2em;
	border-top: 1px solid #d5d5d5;
	margin-left: auto;
	margin-bottom: auto;
	display: flex;
	flex-flow: wrap;
}

@media (max-width: 980px) {
	.product_list {
		padding-top: 1em;
		margin-top: 0em;
	}
}

.product_list .ajax_add_to_cart_button {
	border: 1px solid #000;
	text-shadow: none;
	display: flex;
	flex-direction: column;
}

.product_list.grid .product-container {
	padding-bottom: 1em;
	margin-bottom: 3em;
	/* max-height: 585px;*/
}

@media (max-width: 980px) {
	.product_list.grid .product-container {
		margin-bottom: 3em;
		max-height: unset;
	}
}

.product_list.grid .product-container .center-block {
	display: none;
}

.product_list.grid .product-container .product-desc {
	display: none;
}

.product_list.grid .product-container .product-image-container {
	position: relative;
	/* background-color: #efefef; */
	border-radius: 16px;
}

.product_list.grid .product-container .product-image-container .cm-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	gap: 20px;
	width: 100%;
	z-index: 100;
}

.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-preview,
.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-compare {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	max-height: 40px;
	max-width: 40px;
}

.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-preview a,
.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-compare a {
	line-height: 0 !important;
}

.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-preview span,
.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-compare span {
	display: none;
}

.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-preview span::after,
.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-compare span::after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px 15px 0 15px;
	border-color: #64a70b transparent transparent transparent;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}

.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-preview:hover,
.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-compare:hover {
	background-color: #64a70b;
}

.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-preview:hover img,
.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-compare:hover img {
	/* Safari/Chrome */
	filter: invert(100%);
}

.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-preview img,
.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-compare img {
	max-width: 40px;
}

.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-preview {
	position: relative;
}

.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-preview:hover span {
	content: "Podgląd";
	background-color: #64a70b;
	color: #fff;
	text-transform: uppercase;
	display: block;
	border-radius: 64px;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 7px;
}

.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-compare {
	position: relative;
}

.product_list.grid .product-container .product-image-container .cm-icons .cm-icon-compare:hover span {
	display: block;
	background-color: #64a70b;
	color: #fff;
	text-transform: uppercase;
	display: block;
	border-radius: 64px;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 7px;
}

.product_list.grid .product-container .product-image-container .product-flags {
	position: absolute;
	top: 2em;
	/* width: 100%; */
	display: flex;
	padding-left: 1em;
	z-index: 1;
	width: auto;
	flex-direction: row;
}

@media (max-width: 1220px) {
	.product_list.grid .product-container .product-image-container .product-flags {
		top: 1em;
		padding-left: 10px;
	}
}

@media (max-width: 980px) {
	.product_list.grid .product-container .product-image-container .product-flags {
		top: 2em;
		padding-left: 2em;
	}
}

@media (max-width: 400px) {
	.product_list.grid .product-container .product-image-container .product-flags {
		top: 1em;
		padding-left: 1em;
	}
}

.product_list.grid .product-container .product-image-container .product-flags .cm-flag-news,
.product_list.grid .product-container .product-image-container .product-flags .cm-flag-discount,
.product_list.grid .product-container .product-image-container .product-flags .cm-flag-installment {
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 6px 10px;
	margin-right: 1.125em;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

@media (max-width: 1220px) {
	.product_list.grid .product-container .product-image-container .product-flags .cm-flag-news,
	.product_list.grid .product-container .product-image-container .product-flags .cm-flag-discount,
	.product_list.grid .product-container .product-image-container .product-flags .cm-flag-installment {
		font-size: 10px;
	}
}

@media (max-width: 980px) {
	.product_list.grid .product-container .product-image-container .product-flags .cm-flag-news,
	.product_list.grid .product-container .product-image-container .product-flags .cm-flag-discount,
	.product_list.grid .product-container .product-image-container .product-flags .cm-flag-installment {
		font-size: 14px;
	}
}

.product_list.grid .product-container .product-image-container .product-flags .cm-flag-news {
	background-color: #ff8a33;
}

.product_list.grid .product-container .product-image-container .product-flags .cm-flag-discount {
	background-color: #64a70b;
}

.product_list.grid .product-container .product-image-container .product-flags .cm-flag-installment {
	background-color: #ff5833;
}

.product_list.grid .product-container h5 {
	text-align: center;
}

.product_list.grid .product-container h5 .product-name {
	text-align: center;
}

.product_list.grid .product-container .content_price {
	text-align: center;
}

.product_list.grid .product-container .content_price .old-price {
	padding-right: 1em;
	text-decoration-color: black;
}

.product_list.list .product-container {
	margin-bottom: 6em;
}

@media (max-width: 980px) {
	.product_list.list .product-container {
		margin-bottom: 4em;
	}
	.product_list.list .product-container .row {
		display: flex;
		flex-direction: column;
	}
	.product_list.list .product-container .row .left-block,
	.product_list.list .product-container .row .center-block,
	.product_list.list .product-container .row .right-block {
		width: 100% !important;
	}
	.product_list.list .product-container .row .left-block .product-flags,
	.product_list.list .product-container .row .center-block .product-flags,
	.product_list.list .product-container .row .right-block .product-flags {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 50%;
		padding-top: 1em;
	}
	.product_list.list .product-container .row .left-block .product-flags > div,
	.product_list.list .product-container .row .center-block .product-flags > div,
	.product_list.list .product-container .row .right-block .product-flags > div {
		margin-left: auto;
		margin-right: auto;
	}
	.product_list.list .product-container .row .left-block h5,
	.product_list.list .product-container .row .center-block h5,
	.product_list.list .product-container .row .right-block h5 {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		padding-top: 1em;
	}
}

.product_list.list .product-container .left-block .product-image-container {
	position: relative;
	background-color: #efefef;
	border-radius: 16px;
}

.product_list.list .product-container .left-block .product-image-container .cm-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	gap: 20px;
	width: 100%;
}

.product_list.list .product-container .left-block .product-image-container .cm-icons .cm-icon-preview,
.product_list.list .product-container .left-block .product-image-container .cm-icons .cm-icon-compare {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	max-height: 40px;
	max-width: 40px;
}

.product_list.list .product-container .left-block .product-image-container .cm-icons .cm-icon-preview span,
.product_list.list .product-container .left-block .product-image-container .cm-icons .cm-icon-compare span {
	display: none;
}

.product_list.list .product-container .left-block .product-image-container .cm-icons .cm-icon-preview span::after,
.product_list.list .product-container .left-block .product-image-container .cm-icons .cm-icon-compare span::after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px 15px 0 15px;
	border-color: #64a70b transparent transparent transparent;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}

.product_list.list .product-container .left-block .product-image-container .cm-icons .cm-icon-preview:hover,
.product_list.list .product-container .left-block .product-image-container .cm-icons .cm-icon-compare:hover {
	background-color: #64a70b;
}

.product_list.list .product-container .left-block .product-image-container .cm-icons .cm-icon-preview:hover img,
.product_list.list .product-container .left-block .product-image-container .cm-icons .cm-icon-compare:hover img {
	/* Safari/Chrome */
	filter: invert(100%);
}

.product_list.list .product-container .left-block .product-image-container .cm-icons .cm-icon-preview img,
.product_list.list .product-container .left-block .product-image-container .cm-icons .cm-icon-compare img {
	max-width: 40px;
}

.product_list.list .product-container .left-block .product-image-container .cm-icons .cm-icon-preview {
	position: relative;
}

.product_list.list .product-container .left-block .product-image-container .cm-icons .cm-icon-preview:hover span {
	content: "Podgląd";
	background-color: #64a70b;
	color: #fff;
	text-transform: uppercase;
	display: block;
	border-radius: 64px;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 7px;
}

.product_list.list .product-container .left-block .product-image-container .cm-icons .cm-icon-compare {
	position: relative;
}

.product_list.list .product-container .left-block .product-image-container .cm-icons .cm-icon-compare:hover span {
	display: block;
	background-color: #64a70b;
	color: #fff;
	text-transform: uppercase;
	display: block;
	border-radius: 64px;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 7px;
}

.product_list.list .product-container .left-block .product-image-container .product-flags {
	position: absolute;
	top: 2em;
	width: 100%;
	display: flex;
	padding-left: 1em;
}

@media (max-width: 1300px) {
	.product_list.list .product-container .left-block .product-image-container .product-flags {
		display: none;
	}
}

.product_list.list .product-container .left-block .product-image-container .product-flags .cm-flag-news,
.product_list.list .product-container .left-block .product-image-container .product-flags .cm-flag-discount,
.product_list.list .product-container .left-block .product-image-container .product-flags .cm-flag-installment {
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 6px 10px;
	margin-right: 1.125em;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.product_list.list .product-container .left-block .product-image-container .product-flags .cm-flag-news {
	background-color: #ff8a33;
}

.product_list.list .product-container .left-block .product-image-container .product-flags .cm-flag-discount {
	background-color: #64a70b;
}

.product_list.list .product-container .left-block .product-image-container .product-flags .cm-flag-installment {
	background-color: #ff5833;
}

.product_list.list .product-container .center-block {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.product_list.list .product-container .center-block .product-flags {
	display: none !important;
	top: 2em;
	width: 100%;
	display: flex;
}

@media (max-width: 1300px) {
	.product_list.list .product-container .center-block .product-flags {
		display: block !important;
	}
}

.product_list.list .product-container .center-block .product-flags > div {
	margin-bottom: 10px;
}

.product_list.list .product-container .center-block .product-flags .cm-flag-news,
.product_list.list .product-container .center-block .product-flags .cm-flag-discount,
.product_list.list .product-container .center-block .product-flags .cm-flag-installment {
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 6px 10px;
	margin-right: 1.125em;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

@media (max-width: 1220px) {
	.product_list.list .product-container .center-block .product-flags .cm-flag-news,
	.product_list.list .product-container .center-block .product-flags .cm-flag-discount,
	.product_list.list .product-container .center-block .product-flags .cm-flag-installment {
		font-size: 10px;
	}
}

@media (max-width: 980px) {
	.product_list.list .product-container .center-block .product-flags .cm-flag-news,
	.product_list.list .product-container .center-block .product-flags .cm-flag-discount,
	.product_list.list .product-container .center-block .product-flags .cm-flag-installment {
		font-size: 14px;
	}
}

.product_list.list .product-container .center-block .product-flags .cm-flag-news {
	background-color: #ff8a33;
}

.product_list.list .product-container .center-block .product-flags .cm-flag-discount {
	background-color: #64a70b;
}

.product_list.list .product-container .center-block .product-flags .cm-flag-installment {
	background-color: #ff5833;
}

.product_list.list .product-container .center-block h5 {
	text-align: left;
	margin-top: 0;
}

.product_list.list .product-container .center-block h5 .product-name {
	text-align: left;
}

.product_list.list .product-container .right-block-content {
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media (max-width: 1300px) {
	.product_list.list .product-container .right-block-content {
		flex-direction: column;
	}
}

@media (min-width: 980px) and (max-width: 998px) {
	.product_list.list .product-container .right-block-content {
		margin-top: 1em;
	}
}

.product_list.list .product-container .right-block-content .cm-icon-preview,
.product_list.list .product-container .right-block-content .cm-icon-compare {
	display: none;
}

.product_list.list .product-container .right-block-content .functional-buttons {
	display: none !important;
}

@media (max-width: 1300px) {
	.product_list.list .product-container .right-block-content .functional-buttons {
		display: none !important;
	}
}

.product_list.list .product-container .content_price {
	text-align: center;
}

.product_list.list .product-container .content_price .old-price {
	padding-right: 1em;
	text-decoration-color: black;
}

@media (max-width: 1300px) {
	.product_list.list .product-container .content_price {
		width: 100% !important;
	}
	.product_list.list .product-container .content_price .button-container {
		display: flex;
		width: 100% !important;
	}
}

.product_list.list .product-container span.btn-add-to-card {
	text-align: center;
	font-size: 12px;
}

#left-column.accordion #layered_block_left {
	margin-bottom: 1em;
}

#left-column.accordion #layered_block_left .title_block {
	padding-bottom: 0;
}

#left-column.accordion #layered_block_left .title_block:after,
#left-column.accordion #layered_block_left2 .title_block:after {
	font-size: 16px;
}

#left-column #layered_block_left2 {
	border: 1px solid #d5d5d5;
	border-radius: 16px;
	margin-top: 30px;
}

#left-column #layered_block_left .title_block,
#left-column #layered_block_left2 .title_block {
	background-color: unset;
	border-top: 0;
	font-size: 1.25em;
}

@media (max-width: 980px) {
	#left-column #layered_block_left .title_block,
	#left-column #layered_block_left2 .title_block {
		font-size: 1em;
	}
}

#left-column #layered_block_left .block_content.category-tree,
#left-column #layered_block_left2 .block_content.category-tree {
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
}

#left-column #layered_block_left .block_content {
	flex-direction: column;
	padding: 1rem;
}
@media screen and (min-width: 1024px) {
	#left-column #layered_block_left .block_content {
		padding: .25rem;
	}

	#left-column #layered_block_left .title_block {
		padding: 0;
	}
}

#left-column #layered_block_left .block_content .nomargin,
#left-column #layered_block_left2 .block_content .nomargin {
	display: flex;
}

#left-column #layered_block_left .block_content .nomargin div,
#left-column #layered_block_left2 .block_content .nomargin div {
	padding-right: 5px;
}

#left-column #layered_block_left .block_content .layered_subtitle_heading,
#left-column #layered_block_left2 .block_content .layered_subtitle_heading {
	padding-bottom: 1em;
	font-size: 1.25em;
}

@media (max-width: 980px) {
	#left-column #layered_block_left .block_content .layered_subtitle_heading,
	#left-column #layered_block_left2 .block_content .layered_subtitle_heading {
		font-size: 1em;
	}
}

#left-column #layered_block_left .block_content .layered_price,
#left-column #layered_block_left2 .block_content .layered_price {
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding-top: 2em;
	margin-bottom: 2em;
}

#left-column #layered_block_left .block_content .layered_filter_ul,
#left-column #layered_block_left2 .block_content .layered_filter_ul {
	padding-left: 0;
	padding-bottom: 2em;
	display: flex !important;
	flex-direction: column;
}

#left-column #layered_block_left .block_content .layered_filter_ul #layered_price_range,
#left-column #layered_block_left2 .block_content .layered_filter_ul #layered_price_range {
	display: flex;
	justify-content: space-between;
}

#left-column #layered_block_left .block_content.category-tree .layered_filter_ul li,
#left-column #layered_block_left2 .block_content.category-tree .layered_filter_ul li {
	padding-left: 0;
}

#left-column #layered_block_left .block_content.category-tree a,
#left-column #layered_block_left2 .block_content.category-tree a {
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	border-bottom: 1px solid #d5d5d5;
}

#left-column #layered_block_left .block_content.category-tree .layered_slider_container a {
	padding-bottom: 1.5em;
	padding-top: 0;
	border-bottom: 1px solid #d5d5d5;
}

@media (max-width: 980px) {
	#left-column #layered_block_left .block_content a,
	#left-column #layered_block_left2 .block_content a {
		font-size: 1em;
	}
}

#left-column #layered_block_left .block_content a:last-child,
#left-column #layered_block_left2 .block_content a:last-child {
	border-bottom: none;
}

#left-column #layered_block_left .block_content a:first-child,
#left-column #layered_block_left2 .block_content a:first-child {
	padding-top: 0;
}

@media (max-width: 980px) {
	.content_sortPagiBar .sortPagiBar #productsSortForm {
		margin-left: 10px;
	}
}

@media (max-width: 500px) {
	.content_sortPagiBar .sortPagiBar #productsSortForm {
		margin-left: 10px;
		justify-content: center;
		float: unset;
	}
}

/* .top-pagination-content div.pagination {
  position: absolute;
  top: 50%;
  left: 70%;
  text-align: center;
} */
/*
@media (max-width: 1400px) {
  .top-pagination-content div.pagination {
    left: 50%;
  }
}

@media (max-width: 1400px) {
  .top-pagination-content div.pagination {
    left: 45%;
  }
}
*/
@media (max-width: 998px) {
	.top-pagination-content div.pagination {
		position: relative;
		padding-top: 2em;
		padding-bottom: 1em;
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 980px) {
	.top-pagination-content {
		display: none;
	}
}

#productsSortForm {
	display: flex;
}

#productsSortForm span,
#productsSortForm select {
	max-width: unset;
	width: 100%;
}

.content_sortPagiBar .sortPagiBar {
	border-bottom: none !important;
	max-width: 1400px;
	margin-left: auto;
	margin-bottom: auto;
}

.content_sortPagiBar .display,
.content_sortPagiBar .display_m {
	z-index: 10;
	position: relative;
}

.content_sortPagiBar .sortPagiBar #productsSortForm select {
	border-radius: 8px;
}

@media (max-width: 998px) {
	.content_sortPagiBar .sortPagiBar #productsSortForm .selector span {
		width: 100% !important;
		max-width: unset !important;
	}

	.pagination-div {
		flex-direction: column;
	}

	.pagination {
		justify-content: center !important;
	}

	.post-page .results {
		position: static !important;
		text-align: end;
	}
}

.pagination-div {
	position: relative;
	display: flex;
}

.pagination {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	column-gap: 10px;
}

.post-page .results {
	position: absolute;
	right: 10px;
}

.pagination,
#pagination_bottom {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.pagination .cm-select-type-list {
	display: flex;
	flex-direction: row;
	cursor: pointer;
}

.pagination .cm-select-type-list img {
	max-width: 14px;
	margin-right: 10px;
}

.pagination .cm-pagination {
	display: flex;
}

.pagination .cm-pagination .cm-arrow-left,
.pagination .cm-pagination .cm-arrow-right {
	border-radius: 50%;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.pagination .cm-pagination .cm-arrow-left.active,
.pagination .cm-pagination .cm-arrow-right.active {
	color: #000;
	opacity: 1;
}

.pagination .cm-pagination .cm-arrow-left.no-active,
.pagination .cm-pagination .cm-arrow-right.no-active {
	opacity: 0.4;
}

.pagination .cm-pagination .cm-number {
	padding-left: 2em;
	padding-right: 2em;
}

.pagination .cm-pagination .cm-number a {
	color: #000;
	text-decoration: none;
}

.pagination .cm-pagination .cm-number a:hover {
	color: #046a38;
}

.pagination .cm-pagination .cm-number.active a {
	color: #046a38;
}

.products-selection .cm-sort-products,
.pagination .cm-sort-products {
	display: flex;
	align-items: center;
}

.products-selection .cm-sort-products label,
.pagination .cm-sort-products label {
	padding-right: 1em;
}

.pagination .cm-sort-products .custom-select {
	position: relative;
	max-width: 150px;
}

.products-selection .cm-sort-products .select-title,
.pagination .cm-sort-products .select-selected {
	background-color: #fff;
	color: #797979;
}

.products-selection .cm-sort-products .select-title.select-arrow-active:after,
.pagination .cm-sort-products .select-selected.select-arrow-active:after {
	top: 0.5em;
	transform: rotate(-45deg);
}

.products-selection .cm-sort-products .select-title:after .pagination .cm-sort-products .select-selected:after {
	position: absolute;
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: "";
	display: inline-block;
	height: 0.45em;
	right: 10px;
	top: 0.5em;
	transform: rotate(135deg);
	vertical-align: top;
	width: 0.45em;
}

.products-selection .cm-sort-products .select-title,
.products-selection .cm-sort-products .dropdown-menu a,
.pagination .cm-sort-products .select-items div,
.pagination .cm-sort-products .select-selected {
	color: #797979;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
	display: flex;
	align-items: center;
}

.products-selection .cm-sort-products .dropdown-menu,
.pagination .cm-sort-products .select-items {
	position: absolute;
	background-color: #fff !important;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 101;
}

.pagination .cm-sort-products .select-hide {
	display: none;
}

.products-selection .cm-sort-products .dropdown-menu a:hover,
.pagination .cm-sort-products .select-items div:hover,
.pagination .cm-sort-products .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.pagination.bar-bottom {
	justify-content: center;
	padding-top: 2em;
}

.mid-pagination-content {
	position: relative;
	top: 0;
}

.mid-pagination-content div.pagination {
	display: none;
}

@media (max-width: 980px) {
	.mid-pagination-content div.pagination {
		display: block;
		position: relative;
	}
	.mid-pagination-content div.pagination .cm-pagination {
		margin: 0 auto;
		align-items: center;
		justify-content: center;
	}
}

.bottom-pagination-content div.pagination {
	width: unset;
	float: unset;
	padding-top: 1em;
}
/*
@media (max-width: 1220px) {
  .bottom-pagination-content div.pagination {
    position: absolute;
    left: 0;
  }
}
*/
@media (max-width: 980px) {
	.bottom-pagination-content div.pagination {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
}

.compare-form .bt_compare {
	margin-top: 0 !important;
	background-color: #fff;
	border: 1px solid #000;
}

.compare-form .bt_compare span {
	color: #000;
	border: none;
}

@media (max-width: 480px) {
	.compare-form .bt_compare {
		margin-bottom: 0 !important;
	}
}

.compare-form .bt_compare:hover {
	background-color: #046a38 !important;
	color: #fff !important;
}

.compare-form .bt_compare:hover span {
	color: #fff;
}

.cm-sort-products {
	display: flex;
	align-items: center;
}

.cm-sort-products label {
	padding-right: 1em;
}

.cm-sort-products .custom-select {
	position: relative;
}

@media (max-width: 1400px) {
	.cm-sort-products .custom-select {
		max-width: 200px;
	}
}

.cm-sort-products .custom-select select {
	display: none;
}

.cm-sort-products .select-selected {
	background-color: #fff;
	color: #797979;
	height: 50px;
}

.cm-sort-products .select-selected.select-arrow-active:after {
	top: 1em;
	transform: rotate(-45deg);
}

.cm-sort-products .select-selected:after {
	position: absolute;
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: "";
	display: inline-block;
	height: 0.45em;
	right: 10px;
	top: 1em;
	transform: rotate(135deg);
	vertical-align: top;
	width: 0.45em;
}

.cm-sort-products .select-items div,
.cm-sort-products .select-selected {
	color: #797979;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
	display: flex;
	align-items: center;
}

.cm-sort-products .select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

.cm-sort-products .select-hide {
	display: none;
}

.cm-sort-products .select-items div:hover,
.cm-sort-products .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.cm-product-description .cm-product-content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 4em;
}

.cm-product-description .cm-product-content .cm-images-container {
	position: relative;
	flex-basis: 50%;
	background-color: #f5f5f5;
	border-radius: 16px;
}

.cm-product-description .cm-product-content .cm-images-container .cm-product-flags {
	position: absolute;
	top: 2em;
	width: 100%;
	display: flex;
	padding-left: 1em;
}

.cm-product-description .cm-product-content .cm-images-container .cm-product-flags .cm-flag-news,
.cm-product-description .cm-product-content .cm-images-container .cm-product-flags .cm-flag-discount,
.cm-product-description .cm-product-content .cm-images-container .cm-product-flags .cm-flag-installment {
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 6px 10px;
	margin-right: 1.125em;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.cm-product-description .cm-product-content .cm-images-container .cm-product-flags .cm-flag-news {
	background-color: #ff8a33;
}

.cm-product-description .cm-product-content .cm-images-container .cm-product-flags .cm-flag-discount {
	background-color: #64a70b;
}

.cm-product-description .cm-product-content .cm-images-container .cm-product-flags .cm-flag-installment {
	background-color: #ff5833;
}

.cm-product-description .cm-product-content .cm-product-content-info {
	flex-basis: 50%;
}

.cm-product-description .cm-product-content .cm-product-content-info h3 {
	margin-bottom: 0.5em;
}

.cm-product-description .cm-product-content .cm-product-content-info p.cm-delivery {
	font-weight: 700;
	color: #046a38;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.cm-product-description .cm-product-content .cm-product-content-info .cm-product-prices {
	position: relative;
	display: flex;
	flex-direction: column;
}

.cm-product-description .cm-product-content .cm-product-content-info .cm-product-prices .cm-calc-installment {
	max-width: 170px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cm-product-description .cm-product-content .cm-product-content-info .cm-product-prices .cm-current-price {
	color: #046a38;
	font-weight: 900;
	font-size: 20px;
	font-family: "Lato";
	line-height: 2;
}

.cm-product-description .cm-product-content .cm-product-content-info .cm-product-prices .cm-old-price {
	display: block;
	position: absolute;
	font-size: 18px;
	font-weight: 300;
	color: #666666;
	left: 0%;
	top: 0;
	text-decoration: line-through;
	text-decoration-color: #000;
}

.cm-product-description .cm-product-content .cm-product-content-info .product-add-to-cart {
	padding-top: 2em;
	display: flex;
	align-items: center;
}

.cm-product-description .cm-product-content .cm-product-content-info .product-add-to-cart .quantity {
	position: relative;
	padding-left: 1em;
}

.cm-product-description .cm-product-content .cm-product-content-info .product-add-to-cart .quantity input {
	width: 85px;
	height: 42px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	border: 1px solid #eee;
	border-radius: 4px;
}

.cm-product-description .cm-product-content .cm-product-content-info .product-add-to-cart .quantity input:focus {
	outline: 0;
}

.cm-product-description
	.cm-product-content
	.cm-product-content-info
	.product-add-to-cart
	input[type="number"]::-webkit-inner-spin-button,
.cm-product-description
	.cm-product-content
	.cm-product-content-info
	.product-add-to-cart
	input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.cm-product-description .cm-product-content .cm-product-content-info .product-add-to-cart input[type="number"] {
	-moz-appearance: textfield;
}

.cm-product-description .cm-product-content .cm-product-content-info .product-add-to-cart .quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}

.cm-product-description .cm-product-content .cm-product-content-info .product-add-to-cart .quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	line-height: 1.7;
	transform: translateX(-100%);
	user-select: none;
}

.cm-product-description .cm-product-content .cm-product-content-info .product-add-to-cart .quantity-button--up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
}

.cm-product-description .cm-product-content .cm-product-content-info .product-add-to-cart .quantity-button--down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}

.cm-section-footer {
	background-size: cover;
	background-color: #046a38;
	border-top: 5px solid #64a70b;
	border-bottom: none;
	display: flex;
	min-height: 438px;
	height: 100%;
	align-self: center;
	max-width: none;
	font-family: "Lato" !important;
	line-height: 1.1;
	vertical-align: bottom !important;
}

.cm-section-footer.disable {
	display: none;
}

.cm-section-footer .cm-content {
	max-width: 1470px;
	margin: 0 auto;
	display: flex;
	align-self: center;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	vertical-align: bottom;
}

.cm-section-footer .cm-content h6 {
	line-height: 1.1;
	vertical-align: bottom;
}

@media only screen and (max-width: 1710px) {
	.cm-section-footer .cm-content {
		padding-left: 1em;
		padding-right: 1em;
	}
}

@media only screen and (max-width: 998px) {
	.cm-section-footer .cm-content {
		flex-wrap: wrap;
		margin-top: 2em;
		margin-bottom: 2em;
	}
}

@media only screen and (max-width: 600px) {
	.cm-section-footer .cm-content {
		flex-direction: column;
	}
}

.cm-section-footer .cm-content .cm-adres {
	text-align: left;
	color: #fff;
	line-height: 1.1;
}

@media only screen and (max-width: 998px) {
	.cm-section-footer .cm-content .cm-adres {
		flex-basis: 30%;
	}
}

@media only screen and (max-width: 600px) {
	.cm-section-footer .cm-content .cm-adres {
		flex-direction: column;
	}
}

.cm-section-footer .cm-content .cm-adres p {
	color: #fff;
	line-height: 1.7 !important;
	opacity: 1 !important;
	padding-bottom: 0;
	padding-top: 0;
}

.cm-section-footer .cm-content .cm-adres .cm-logo {
	max-width: 264px;
	margin-bottom: 2.375em;
	line-height: 1.1;
}

@media only screen and (max-width: 600px) {
	.cm-section-footer .cm-content .cm-adres .cm-logo {
		max-width: 170px;
	}
}

.cm-section-footer .cm-content .cm-adres .cm-logo img {
	width: 100%;
	height: 30px;
}

.cm-section-footer .cm-content .cm-adres hr {
	max-width: 170px;
	margin-left: 0;
	line-height: 1.1 !important;
}

.cm-section-footer .cm-content .cm-adres .cm-socials {
	display: flex;
	justify-content: space-between;
	max-width: 170px;
	line-height: 1;
}

.cm-section-footer .cm-content .cm-adres .cm-socials svg {
	transition: 0.2s all ease-in;
	cursor: pointer;
}

.cm-section-footer .cm-content .cm-adres .cm-socials svg:hover {
	transform: scale(1.5);
}

.cm-section-footer .cm-content .cm-links {
	display: flex;
	flex-direction: row;
	vertical-align: bottom;
}

@media only screen and (max-width: 998px) {
	.cm-section-footer .cm-content .cm-links {
		flex-basis: 25%;
	}
}

.cm-section-footer .cm-content .cm-links ul {
	margin-top: 0;
	margin-bottom: 1em;
	vertical-align: bottom;
	line-height: 1.1;
}

@media only screen and (max-width: 1710px) {
	.cm-section-footer .cm-content .cm-links ul {
		padding-left: 0;
	}
}

@media only screen and (max-width: 600px) {
	.cm-section-footer .cm-content .cm-links ul {
		margin-top: 2em;
	}
}

.cm-section-footer .cm-content .cm-newsletter {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 35%;
}

@media only screen and (max-width: 1220px) {
	.cm-section-footer .cm-content .cm-newsletter {
		width: 40%;
	}
}

@media only screen and (max-width: 998px) {
	.cm-section-footer .cm-content .cm-newsletter {
		width: 100%;
		margin-top: 2em;
	}
}

.cm-section-footer .cm-content .cm-newsletter .cm-box-email {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;
}

.cm-section-footer .cm-content .cm-newsletter .cm-box-email .cm-row {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.cm-section-footer .cm-content .cm-newsletter label {
	opacity: 0.39;
	line-height: 1.71;
	padding-left: 20px;
	font-size: 0.875em;
	color: #fff;
	margin-bottom: 0;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	display: flex;
	align-self: center;
	vertical-align: bottom;
	line-height: 1.7;
	padding-bottom: 0;
}

.cm-section-footer .cm-content .cm-newsletter input[type="email"] {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #64a70b;
	width: 100%;
	color: #fff;
	margin-bottom: 0em;
	margin-right: 1em;
	transition: all 0.2s ease-in;
	height: 33px;
	font-size: 1em;
	font-family: "Lato";
	vertical-align: bottom;
	line-height: 1.1;
	padding-bottom: 0px;
}

.cm-section-footer .cm-content .cm-newsletter input[type="email"]::placeholder {
	opacity: 0.39;
	font-style: italic;
	color: #fff;
}

.cm-section-footer .cm-content .cm-newsletter input[type="email"]:focus-visible {
	outline: none;
	background-color: #04743d;
	color: #fff;
}

.cm-section-footer .cm-content .cm-newsletter img {
	max-width: 300px;
	margin-top: 1.5em;
	vertical-align: bottom;
}

.cm-section-footer .cm-content .cm-agree {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-top: 1em;
	line-height: 1.1;
}

.cm-section-footer .cm-content .cm-agree label {
	cursor: pointer;
}

.cm-section-footer .cm-content .cm-agree .checker {
	display: flex;
	align-items: center;
}

.cm-section-footer .cm-content .cm-agree input[type="checkbox"] {
	appearance: none;
	background-color: transparent;
	margin: 0;
	font: inherit;
	color: #64a70b;
	width: 21px;
	min-width: 21px;
	height: 21px;
	padding-right: 10px;
	border: 1px solid #64a70b;
	transform: translateY(-0.075em);
	display: flex;
	place-content: center;
	align-self: center;
	border-radius: 0;
}

.cm-section-footer .cm-content .cm-agree input[type="checkbox"]::before {
	content: "✓";
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	width: 16px;
	height: 16px;
	left: 3px;
	top: -2px;
	position: absolute;
}

.cm-section-footer .cm-content .cm-agree input[type="checkbox"]:checked::before {
	transform: scale(1);
}

.cm-section-footer .cm-content .cm-agree input[type="checkbox"]:focus {
	outline: 0;
}

.cm-section-footer .cm-content hr {
	width: 100%;
	height: 1px;
	background-color: #64a70b;
	border: 0;
	opacity: 0.39;
	margin-bottom: 20px;
	margin-top: 8px;
}

.cm-section-footer .cm-content p {
	margin-bottom: 3em;
	line-height: 1.7 !important;
	font-size: 14px;
	color: #fff;
	opacity: 0.39;
	margin-bottom: 1em;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 0.875em;
}

.cm-section-footer .cm-content ul,
.cm-section-footer .cm-content li {
	color: #fff;
	font-family: "Lato";
	border: none;
	line-height: 1.7 !important;
	vertical-align: bottom;
	padding-bottom: 0;
	padding-top: 0;
}

.cm-section-footer .cm-content a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-family: "Lato";
	line-height: 1.7 !important;
	padding-bottom: 0;
	padding-top: 0;
	vertical-align: bottom;
}
.cm-section-footer .cm-content button.ot-sdk-show-settings {
	font-size: 14px !important;
	text-decoration: none;
	color: #fff;
	font-family: "Lato";
	line-height: 1.7 !important;
	padding-bottom: 0;
	padding-top: 0;
	vertical-align: bottom;
	text-align: left;
}

.cm-section-footer .cm-content a:hover {
	color: #d9f2c3 !important;
	background-color: inherit !important;
}

.cm-section-footer .cm-content button:hover {
	color: #d9f2c3 !important;
	background-color: inherit !important;
}
#onetrust-banner-sdk:focus,
#onetrust-banner-sdk:focus {
	outline: none;
}

.cm-section-footer .cm-content a.cm-border-bottom ::after,
.cm-section-footer .cm-content button.ot-sdk-show-settings ::after {
	content: "";
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: red;
}
.cm-content button.ot-sdk-show-settings {
	background-color: #046a38;
	border: none !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: inherit !important;
	font-weight: 300 !important;
}

.cm-section-footer .cm-content h6 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 2em;
}

@media only screen and (max-width: 998px) {
	.cm-section-footer .cm-content h6 {
		margin-bottom: 0.5em;
	}
}

.cm-section-footer img {
	border-radius: 0;
}

.cm-nav-vertical {
	margin-top: 1.5em;
	border: solid 1px #d5d5d5;
	border-radius: 8px;
	max-width: 400px;
	margin-left: 0;
	margin-right: 1em;
}

@media only screen and (max-width: 700px) {
	.cm-nav-vertical {
		margin: 1.5em auto 1em auto;
		border: none;
	}
}

.cm-nav-vertical .cm-menu-subtitle {
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	padding: 0.5em 0.4em 1em 0;
	color: #000 !important;
}

.cm-nav-vertical .cm-menu-subtitle:hover {
	color: #000 !important;
}

.cm-nav-vertical .cm-margin-top {
	margin-top: 1.5em;
}

.cm-nav-vertical .cm-rules-items {
	padding: 0 1.5em;
}

@media only screen and (max-width: 900px) {
	.cm-nav-vertical .cm-rules-items {
		padding: 0 0.5em;
	}
}

@media only screen and (max-width: 700px) {
	.cm-nav-vertical .cm-rules-items {
		padding: 0 1.5em;
	}
}

.cm-nav-vertical .cm-rules-items .cm-single-item {
	padding: 1.7em 0 1.4em;
	text-align: left;
	font-size: 1.125em;
	line-height: 1.5;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #d5d5d5;
}

@media only screen and (max-width: 1000px) {
	.cm-nav-vertical .cm-rules-items .cm-single-item {
		font-size: 1em;
		padding: 1em 0;
		font-size: 1em;
	}
}

.cm-nav-vertical .cm-rules-items .cm-single-item:hover {
	cursor: pointer;
	color: #046a38;
}

.cm-nav-vertical .cm-rules-items .cm-none-border {
	border: none !important;
}

.cm-nav-vertical .cm-rules-items .checked {
	color: #046a38 !important;
	font-weight: 400;
}

.cm-nav-vertical .custom-select {
	position: relative;
	border: solid 1px #d5d5d5;
}

@media only screen and (max-width: 700px) {
	.cm-nav-vertical .custom-select {
		margin-bottom: 1em;
	}
}

.cm-nav-vertical .custom-select select {
	display: none;
}

.cm-nav-vertical .select-selected {
	background-color: #fff;
}

.cm-nav-vertical .select-selected:after {
	position: absolute;
	content: "";
	top: 30px;
	right: 20px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #d5d5d5 transparent transparent transparent;
	transition: all 0.3s ease;
}

@media only screen and (max-width: 700px) {
	.cm-nav-vertical .select-selected:after {
		top: 20px;
	}
}

.cm-nav-vertical .select-selected.select-arrow-active:after {
	top: 26px;
	transform: rotate(-90deg);
}

@media only screen and (max-width: 700px) {
	.cm-nav-vertical .select-selected.select-arrow-active:after {
		top: 20px;
	}
}

.cm-nav-vertical .select-items div,
.cm-nav-vertical .select-selected {
	color: #000;
	padding: 1.7em 0 1.4em;
	border-bottom: 1px solid #d5d5d5;
	cursor: pointer;
	user-select: none;
}

@media only screen and (max-width: 700px) {
	.cm-nav-vertical .select-items div,
	.cm-nav-vertical .select-selected {
		padding: 1em 0 1em 0;
	}
}

.cm-nav-vertical .select-items div:nth-last-child(1),
.cm-nav-vertical .select-selected:nth-last-child(1) {
	border: none;
}

.cm-nav-vertical .select-selected {
	border: none !important;
	color: #666666;
	padding: 1.5em 2em 1.5em 1.5em;
}

@media only screen and (max-width: 700px) {
	.cm-nav-vertical .select-selected {
		padding: 1em 2em 1em 1.5em;
	}
}

.cm-nav-vertical .select-items {
	position: absolute;
	color: #d5d5d5;
	background-color: #fff;
	border: solid #666666 1px;
	top: 100%;
	left: 0;
	right: 0;
	padding: 0 1.5em;
	border-radius: 0 0 8px 8px;
	z-index: 99;
}

.cm-nav-vertical .select-hide {
	display: none;
}

.cm-nav-vertical .select-items div:hover,
.cm-nav-vertical .same-as-selected {
	background-color: #fff;
	padding: 1.7em 1.5em 1.4em 1.5em;
}

.cm-show-desktop {
	display: block;
}

@media only screen and (max-width: 700px) {
	.cm-show-desktop {
		display: none;
	}
}

.cm-show-mobile {
	display: none;
}

@media only screen and (max-width: 700px) {
	.cm-show-mobile {
		display: block;
	}
}

a {
	text-decoration: none !important;
}

div a {
	line-height: 1.5;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-weight: 300;
	color: #000;
	text-decoration: none;
}

div a:hover {
	cursor: pointer;
	color: #046a38;
}

.cm-search-field {
	display: flex;
	align-items: center;
	margin: 8em 1em 8em 0;
	position: relative;
}

@media only screen and (max-width: 700px) {
	.cm-search-field {
		margin: 4em 0 1em 0;
	}
}

.cm-search-field input {
	width: 100%;
	border-radius: 8px;
	border: solid 1px #d5d5d5;
	padding: 1.5em 1em;
	font-size: 1.125em;
}

@media only screen and (max-width: 700px) {
	.cm-search-field input {
		padding: 0.9em;
		border-radius: 0;
	}
}

.cm-search-field .cm-serach-ico {
	width: 20px;
	position: absolute;
	right: 10%;
}

.cm-search-field .cm-serach-ico img {
	width: 100%;
}

.cm-content-section {
	max-width: 1710px;
	width: 100%;
	margin: 0 auto;
	padding-left: 8px;
	padding-right: 8px;
}

@media only screen and (max-width: 400px) {
	.cm-content-section .cm-rule-line {
		max-width: 300px !important;
		overflow: hidden;
	}
}

.cm-content-section .cm-text-explain {
	font-size: 1.125em;
	margin-top: 5em;
	text-align: left;
	font-weight: 300;
	line-height: 1.5;
	margin-left: 0;
	margin-bottom: 9em;
}

@media only screen and (max-width: 700px) {
	.cm-content-section .cm-text-explain {
		margin-top: 3em;
		margin-bottom: 2em;
	}
}

.cm-content-section .cm-rule-line.cm-show-desktop {
	display: contents !important;
}

@media only screen and (max-width: 700px) {
	.cm-content-section .cm-rule-line.cm-show-desktop {
		display: none !important;
	}
}

.cm-content-section .cm-title {
	font-size: 3em;
	font-weight: 900;
	text-align: center;
	max-width: 1100px;
	margin: 1em auto 0 auto;
	padding: 0 1em;
}

@media only screen and (max-width: 900px) {
	.cm-content-section .cm-title {
		font-size: 2em;
	}
}

@media only screen and (max-width: 500px) {
	.cm-content-section .cm-title {
		font-size: 1.75em;
		margin-top: 2em;
		margin-bottom: 1em;
	}
}

.cm-content-section .cm-row {
	display: flex;
	border-radius: 16px;
	max-width: 1710px;
	justify-content: space-between !important;
	margin: 0 auto;
}

@media only screen and (max-width: 700px) {
	.cm-content-section .cm-row {
		flex-direction: column;
		margin: 0 auto;
		padding: 0 0 0;
		align-items: center;
	}
}

.cm-content-section .cm-row .cm-col-menu {
	flex-basis: 25%;
	margin-top: -2em;
}

@media only screen and (max-width: 700px) {
	.cm-content-section .cm-row .cm-col-menu {
		flex-basis: 100%;
		width: 100%;
	}
}

.cm-content-section .cm-row .cm-col-content {
	flex-basis: 66%;
}

@media only screen and (max-width: 700px) {
	.cm-content-section .cm-row .cm-col-content {
		flex-basis: 100%;
		width: 100%;
		/* padding: 2em; */
	}
}

/* @media only screen and (max-width: 500px) {
  .cm-content-section .cm-row .cm-col-content {
    padding: 1em;
  }
} */

.cm-content-section .cm-row .cm-col-content .cm-text {
	max-width: 840px;
	margin: 2em auto 0 auto;
}

@media only screen and (max-width: 1220px) {
	.cm-content-section .cm-row .cm-col-content .cm-text {
		padding: 0 2em;
	}
}

@media only screen and (max-width: 700px) {
	.cm-content-section .cm-row .cm-col-content .cm-text {
		margin: 0 auto;
		padding: 0;
	}
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-main-section {
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
}

@media only screen and (max-width: 500px) {
	.cm-content-section .cm-row .cm-col-content .cm-text .cm-main-section {
		font-size: 1em;
	}
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules {
	font-size: 1.125em;
	text-align: left;
	font-weight: 300;
	line-height: 1.5;
}

@media only screen and (max-width: 500px) {
	.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules {
		font-size: 1em;
	}
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules .cm-rule-title {
	font-weight: 700;
	margin: 2em 0;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules .cm-rule-title-20 {
	font-size: 1.1em;
	margin: 1em 0 0 0;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules .cm-rule-light {
	font-weight: 300;
	font-size: 14px;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules .cm-e-raty {
	max-width: 154px;
	margin: 3em auto 0 0;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules .cm-e-raty img {
	width: 100%;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules .cm-warning,
#index .cm-warning,
#index .cm-warning2 {
	padding: 2em;
	background-color: #ff5833;
	border-radius: 16px;
	color: #fff;
	margin: 0.5rem;
}
#index .cm-warning2 {
	background-color: #64a70b;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules .cm-warning .cm-warning-text {
	font-size: 1.1em;
	font-weight: 400;
	text-align: left;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules .cm-warning .cm-warning-text .cm-warning-text-bolder {
	font-weight: 700;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules ul {
	padding-left: 0px !important;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules ul li {
	list-style-type: square;
	list-style-position: inside;
	padding-bottom: 1em;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules ul li span {
	/*margin-left: -10px;*/
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules sup {
	font-size: 14px;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules .cm-payment-row {
	display: flex;
	justify-content: space-between;
	max-width: 574px;
	margin-top: 2em;
	margin-bottom: 8em;
}

@media only screen and (max-width: 700px) {
	.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules .cm-payment-row {
		margin-top: 1em;
		margin-bottom: 4em;
	}
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules .cm-payment-row .cm-visa {
	max-width: 88px;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules .cm-payment-row .cm-visa img {
	width: 100%;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules .cm-payment-row .cm-blik {
	max-width: 106px;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules .cm-payment-row .cm-blik img {
	width: 100%;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules .cm-payment-row .cm-gpay {
	max-width: 112px;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-rules .cm-payment-row .cm-gpay img {
	width: 100%;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-styled-text {
	font-size: 2em;
	color: #046a38;
	font-weight: 700;
	text-align: left;
	margin: 2em auto 1em auto;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-text-kontakt {
	font-size: 2em;
	text-align: center;
	font-weight: 400;
}

@media only screen and (max-width: 700px) {
	.cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-text-kontakt {
		font-size: 1.5em;
	}
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-text-2 {
	font-weight: 300;
	font-size: 1.125em;
	text-align: center;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-text-2 .cm-bolder {
	font-weight: 700;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-text-3 {
	margin-top: 10em;
	font-size: 0.9em;
	font-weight: 300;
	text-align: left;
	line-height: 1.4;
}

@media only screen and (max-width: 700px) {
	.cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-text-3 {
		margin-top: 5em;
	}
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-text-3 .cm-text3-bolder {
	font-weight: 700;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-icons {
	margin-top: 1em;
}

@media only screen and (max-width: 700px) {
	.cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-icons {
		margin: 5em 0;
		padding: 0 1em;
	}
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-icons .cm-row-contact {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cm-kontakt {
	text-align: center;
}
#contact .cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-icons .cm-row-contact {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 700px) {
	.cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-icons .cm-row-contact {
		margin-bottom: 1em;
	}
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-icons .cm-row-contact .cm-icon {
	max-width: 30px;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-icons .cm-row-contact .cm-icon img {
	width: 100%;
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-icons .cm-row-contact .cm-desc {
	font-size: 1.25em;
	color: #046a38;
	margin: 1em 1em 1em 1.5em;
	font-weight: 700;
}

@media only screen and (max-width: 700px) {
	.cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-icons .cm-row-contact .cm-desc {
		font-size: 0.9em;
		max-width: 300px;
		margin-top: 0.5em;
	}
}

.cm-content-section .cm-row .cm-col-content .cm-text .cm-kontakt .cm-icons .cm-row-contact a {
	font-weight: 600;
	color: #046a38;
}

@media only screen and (max-width: 700px) {
	.cm-content-section .cm-row .cm-col-content {
		margin-top: 0em;
	}
}

.cm-content-section .cm-row .cm-content-max-width {
	max-width: 75% !important;
	margin-left: 50px;
}

@media only screen and (max-width: 900px) {
	.cm-content-section .cm-row .cm-content-max-width {
		margin-left: auto;
	}
}

@media only screen and (max-width: 700px) {
	.cm-content-section .cm-row .cm-content-max-width {
		max-width: 100% !important;
	}
}

.leftMenu {
	max-width: 400px !important;
	margin: auto;
	padding: 0 1em;
}

.cm-text2 {
	max-width: 960px !important;
}

.cm-icons-c {
	margin: 0 auto;
	position: relative;
}

@media only screen and (max-width: 1470px) {
	.cm-icons-c {
		margin-left: 8px;
		margin-right: 8px;
	}
}

.cm-icons-c .cm-pomidor {
	position: absolute;
	max-width: 168px;
	z-index: 0;
	top: -70px;
	left: 200px;
}

@media only screen and (max-width: 1300px) {
	.cm-icons-c .cm-pomidor {
		left: 30px;
	}
}

@media only screen and (max-width: 1000px) {
	.cm-icons-c .cm-pomidor {
		left: 0px;
	}
}

@media only screen and (max-width: 600px) {
	.cm-icons-c .cm-pomidor {
		display: none;
	}
}

.cm-icons-c .cm-pomidor img {
	width: 100%;
}

.cm-icons-c .cm-tunczyk {
	position: absolute;
	max-width: 320px;
	right: 70px;
	bottom: 0;
	z-index: 0;
}

@media only screen and (max-width: 1300px) {
	.cm-icons-c .cm-tunczyk {
		right: 30px;
	}
}

@media only screen and (max-width: 1000px) {
	.cm-icons-c .cm-tunczyk {
		right: 0px;
	}
}

@media only screen and (max-width: 900px) {
	.cm-icons-c .cm-tunczyk {
		display: none;
	}
}

.cm-icons-c .cm-tunczyk img {
	width: 100%;
}

.cm-icons-c .cm-title {
	font-size: 2em;
	line-height: 1.375;
	font-weight: 400;
	text-align: center;
	letter-spacing: calc(1em * 0.001 * 20);
	max-width: 1100px;
	margin: 1em auto 1.7em auto;
	padding: 1.5em 1em 0 1em;
}

@media only screen and (max-width: 900px) {
	.cm-icons-c .cm-title {
		font-size: 2em;
	}
}

@media only screen and (max-width: 500px) {
	.cm-icons-c .cm-title {
		font-size: 1.75em;
		margin-top: 2em;
		margin-bottom: 1em;
	}
}

.cm-icons-c .cm-icons-box {
	box-shadow: 0px 3px 30px #00000029;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 16px;
	position: relative;
	z-index: 1;
}

.cm-icons-c .cm-icons-box .cm-icons-box-title {
	font-size: 2em;
	line-height: 1.375;
	font-weight: 400;
	text-align: center;
	letter-spacing: calc(1em * 0.001 * 20);
	max-width: 1100px;
	margin: 1em auto 0 auto;
	padding: 1.5em 1em 0 1em;
}

@media only screen and (max-width: 900px) {
	.cm-icons-c .cm-icons-box .cm-icons-box-title {
		font-size: 2em;
	}
}

@media only screen and (max-width: 500px) {
	.cm-icons-c .cm-icons-box .cm-icons-box-title {
		font-size: 1.75em;
		margin-top: 2em;
		margin-bottom: 1em;
	}
}

.cm-icons-c .cm-icons-box .cm-icons-box-icons {
	display: flex;
	border-radius: 16px;
	padding-top: 5em;
	padding-bottom: 5em;
	align-items: stretch;
	justify-content: center;
	margin: 1em auto;
}

@media only screen and (max-width: 700px) {
	.cm-icons-c .cm-icons-box .cm-icons-box-icons {
		flex-direction: column;
		padding-top: 0;
	}
}

.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item {
	max-width: 400px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 700px) {
	.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item {
		flex-direction: column;
		padding-bottom: 4em;
		padding-top: 4em;
	}
}

.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item .cm-ico {
	max-width: 96px;
	margin: 0 auto;
}

.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item .cm-description-light {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item .cm-description-light br {
	display: none;
}

@media only screen and (max-width: 1000px) {
	.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item .cm-description-light br {
		display: block;
	}
}

.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item .cm-description-light .borderRight {
	border: 1px dashed #046a38;
	position: absolute;
	right: 0;
	top: 0%;
	height: 180px;
	margin-top: 1.75em;
	bottom: 0;
	width: 0px;
}

@media only screen and (max-width: 700px) {
	.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item .cm-description-light .borderRight {
		top: unset;
		bottom: 0;
		height: 1px;
		width: 100%;
	}
}

.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item .cm-description-light .cm-arrow {
	max-width: 30px;
}

.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item .cm-description-light h5 {
	text-align: center;
	line-height: 1.5;
}

@media only screen and (max-width: 1000px) {
	.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item .cm-description-light h5 {
		max-width: 200px;
	}
}

.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item .cm-description-light p {
	text-align: center;
	color: #000;
	max-width: 340px;
	margin-top: 1.5em;
}

@media only screen and (max-width: 1100px) {
	.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item .cm-description-light p {
		margin-top: 1.25em;
	}
}

@media only screen and (max-width: 1100px) {
	.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item .cm-description-light p {
		max-width: 300px;
	}
}

@media only screen and (max-width: 1000px) {
	.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item .cm-description-light p {
		max-width: 250px;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}

.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item .cm-description {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item .cm-description p {
	text-align: center;
	color: #000;
	max-width: 340px;
	font-size: 1.125em;
	margin-top: 1.2em;
	font-weight: 700;
	line-height: 1.5;
}

@media only screen and (max-width: 1100px) {
	.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item .cm-description p {
		max-width: 300px;
	}
}

@media only screen and (max-width: 1000px) {
	.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item .cm-description p {
		max-width: 250px;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}

.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item:last-child .cm-description .borderRight {
	border: none;
}

@media only screen and (max-width: 700px) {
	.cm-icons-c .cm-icons-box .cm-icons-box-icons .cm-item:last-child {
		padding-bottom: 0;
	}
}

.cm-icons-c .cm-icons-box .cm-icons-box-icons .borderRight {
	border-right: 1px dashed #046a38;
}

@media only screen and (max-width: 700px) {
	.cm-icons-c .cm-icons-box .cm-icons-box-icons .borderRight {
		border-right: none;
		border-bottom: 1px dashed #046a38;
	}
}

.cm-icons-c .cm-icons-box-2 {
	max-width: 860px !important;
}

.cm-icons-c .cm-icons-box-2 .cm-item {
	flex-basis: 50%;
}

.cm-icons-c .cm-icons-box-3 {
	max-width: 1290px !important;
}

.cm-icons-c .cm-icons-box-3 .cm-item {
	flex-basis: 33%;
}

.cm-icons-c .cm-icons-box-4 {
	max-width: 1720px !important;
}

.cm-icons-c .cm-icons-box-4 .cm-item {
	flex-basis: 25%;
}

.cm-404-section {
	max-width: 1710px;
	width: 100%;
	margin: 0 auto;
}

.cm-404-section .cm-row {
	display: flex;
	border-radius: 16px;
	max-width: 1500px;
	margin: 0 auto;
	padding: 5em 0 152px 0;
}

@media only screen and (max-width: 980px) {
	.cm-404-section .cm-row {
		flex-direction: column-reverse;
		margin: 0 auto;
		padding: 8em 0 0 0;
		align-items: center;
	}
}

.cm-404-section .cm-row .cm-col {
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: flex-end;
	color: #046a38;
}

.cm-404-section .cm-row .cm-col .cm-image {
	max-width: 584px;
	margin: 0 auto;
}

@media only screen and (max-width: 980px) {
	.cm-404-section .cm-row .cm-col .cm-image {
		max-width: 400px;
		padding: 2em 1em;
	}
}

.cm-404-section .cm-row .cm-col .cm-image img {
	width: 100%;
}

.cm-404-section .cm-row .cm-col .cm-text {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (max-width: 1100px) {
	.cm-404-section .cm-row .cm-col .cm-text {
		font-size: 0.8em;
		padding: 0 2em;
	}
}

@media only screen and (max-width: 900px) {
	.cm-404-section .cm-row .cm-col .cm-text {
		font-size: 0.6em;
	}
}

.cm-404-section .cm-row .cm-col .cm-text .cm-text-desc {
	margin-top: 0.7em;
	font-size: 3em;
	line-height: 1.2;
	letter-spacing: calc(1em * 0.001 * 50);
	font-weight: 300;
}

.cm-404-section .cm-row .cm-col .cm-text .cm-text-desc .cm-text-desc-bolder {
	font-weight: 900;
}

@media only screen and (max-width: 800px) {
	.cm-404-section .cm-row .cm-col .cm-text .cm-text-desc {
		font-size: 2.5em;
	}
}

.cm-404-section .cm-row .cm-col .cm-text .cm-text-light-desc {
	font-size: 1em;
	letter-spacing: calc(1em * 0.001 * 50);
	font-weight: 400;
	text-transform: uppercase;
	margin: 3.8em auto 0 auto;
	color: #046a38 !important;
	border-radius: 16px 0 16px 0;
	border: solid #046a38 1px;
	max-width: 300px;
	padding: 1.25em;
	transition: all 0.3s ease;
}

@media only screen and (max-width: 800px) {
	.cm-404-section .cm-row .cm-col .cm-text .cm-text-light-desc {
		margin-top: 2.5em;
		font-size: 1.5em;
	}
}

.cm-404-section .cm-row .cm-col .cm-text .cm-text-light-desc:hover {
	background-color: #046a38;
	color: #fff !important;
}

.cm-404-section .cm-row .cm-col .cm-text p {
	margin-bottom: 3em;
}

.cm-404-section .cm-row .cm-col .cm-button-row {
	display: flex;
	justify-content: center;
	margin-top: 5.6em;
}

@media only screen and (max-width: 980px) {
	.cm-404-section .cm-row .cm-col .cm-button-row {
		flex-direction: column;
		margin-top: 8em;
		padding: 0 1em;
	}
}

.cm-404-section .cm-row .cm-col .cm-button-row .cm-single-button {
	width: 220px;
	margin: 0 2em;
	position: relative;
	background-color: #046a38;
	border-radius: 16px 0 16px 0;
	overflow: hidden;
	z-index: 2;
}

@media only screen and (max-width: 900px) {
	.cm-404-section .cm-row .cm-col .cm-button-row .cm-single-button {
		margin: 0 1em;
	}
}

@media only screen and (max-width: 980px) {
	.cm-404-section .cm-row .cm-col .cm-button-row .cm-single-button {
		margin: 0 auto 2em auto;
	}
}

.cm-404-section .cm-row .cm-col .cm-button-row .cm-single-button .cm-bg-2 {
	position: absolute;
	z-index: -1;
	left: -10%;
	top: 80%;
	width: 350px;
	height: 200px;
	transform: rotate(-8deg);
	background-color: #64a70b;
	transition: all 0.3s ease;
}

.cm-404-section .cm-row .cm-col .cm-button-row .cm-single-button .cm-single-button-text {
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.46;
	text-align: center;
	padding: 1.2em;
	color: #fff;
	z-index: 3;
}

@media only screen and (max-width: 900px) {
	.cm-404-section .cm-row .cm-col .cm-button-row .cm-single-button .cm-single-button-text {
		font-size: 1em;
	}
}

.cm-404-section .cm-row .cm-col .cm-button-row .cm-single-button:hover {
	cursor: pointer;
}

.cm-404-section .cm-row .cm-col .cm-button-row .cm-single-button:hover .cm-bg-2 {
	top: -20%;
}

.cm-404-section .cm-row .cm-col2 {
	justify-content: center !important;
}

.cm-404-section a {
	text-decoration: none;
}

.cm-pale-green-bg {
	background-color: #a4dbb2;
}

.cm-delivery-section {
	max-width: 1710px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 5em;
}

@media only screen and (max-width: 1710px) {
	.cm-delivery-section {
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media only screen and (max-width: 700px) {
	.cm-delivery-section {
		margin-bottom: 3em;
	}
}

.cm-delivery-section .cm-main {
	display: flex;
	background-color: #a4dbb2;
	border-radius: 16px;
}

@media only screen and (max-width: 700px) {
	.cm-delivery-section .cm-main {
		flex-direction: column;
	}
}

.cm-delivery-section .cm-main .cm-image-col {
	flex-basis: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 956px;
}

.cm-delivery-section .cm-main .cm-image-col img {
	width: 100%;
}

.cm-delivery-section .cm-main .cm-text-col {
	flex-basis: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1em;
}

.cm-delivery-section .cm-main .cm-text-col .cm-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 550px;
	padding: 3em 0;
}

@media only screen and (max-width: 700px) {
	.cm-delivery-section .cm-main .cm-text-col .cm-content {
		padding: 4em 0 2em 0;
	}
}

.cm-delivery-section .cm-main .cm-text-col .cm-content .cm-two-icons {
	max-width: 192px;
}

.cm-delivery-section .cm-main .cm-text-col .cm-content .cm-two-icons img {
	width: 100%;
}

.cm-delivery-section .cm-main .cm-text-col .cm-content .cm-icons-title {
	font-size: 3em;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0.75em auto;
	text-align: center;
}

@media only screen and (max-width: 900px) {
	.cm-delivery-section .cm-main .cm-text-col .cm-content .cm-icons-title {
		font-size: 2em;
	}
}

@media only screen and (max-width: 500px) {
	.cm-delivery-section .cm-main .cm-text-col .cm-content .cm-icons-title {
		font-size: 1.75em;
		margin-top: 2em;
		margin-bottom: 1em;
	}
}

.cm-delivery-section .cm-main .cm-text-col .cm-content .cm-icons-desc {
	font-size: 1.25em;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	color: #046a38;
}

.cm-delivery-section .cm-main .cm-text-col .cm-content .cm-icons-desc .cm-icons-bolder {
	font-weight: 900;
}

.cm-delivery-section .cm-second {
	display: flex;
}

.cm-delivery-section .cm-second .cm-text-col {
	flex-basis: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 650px;
	padding: 6em 1em 10em 6%;
}

@media only screen and (max-width: 1000px) {
	.cm-delivery-section .cm-second .cm-text-col {
		flex-basis: 100%;
		padding: 6em 1em 10em 1em;
	}
}

.cm-delivery-section .cm-second .cm-text-col .cm-icon {
	flex-basis: 50%;
	max-width: 264px;
	margin-bottom: 3em;
}

@media only screen and (max-width: 700px) {
	.cm-delivery-section .cm-second .cm-text-col .cm-icon {
		margin: auto auto 3em auto;
	}
}

.cm-delivery-section .cm-second .cm-text-col .cm-icon img {
	width: 100%;
}

.cm-delivery-section .cm-second .cm-text-col .cm-second-title {
	font-size: 2em;
	font-weight: 700;
	text-align: left;
	line-height: 1.4;
	color: #fff;
}

@media only screen and (max-width: 700px) {
	.cm-delivery-section .cm-second .cm-text-col .cm-second-title {
		font-size: 1.5em;
		text-align: center;
	}
}

.cm-delivery-section .cm-second .cm-text-col .cm-second-desc {
	font-size: 1.25em;
	font-weight: 700;
	text-align: left;
	line-height: 1.4;
	margin-top: 2em;
	margin-bottom: 3.5em;
	color: #fff;
}

@media only screen and (max-width: 700px) {
	.cm-delivery-section .cm-second .cm-text-col .cm-second-desc {
		font-size: 1em;
		text-align: center;
	}
}

.cm-delivery-section .cm-second .cm-text-col .cm-second-button {
	border: solid 1px #fff;
	border-radius: 16px 0 16px 0;
	padding: 2em;
	max-width: 246px;
	background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 700px) {
	.cm-delivery-section .cm-second .cm-text-col .cm-second-button {
		margin: auto;
		padding: 1.5em;
	}
}

.cm-delivery-section .cm-second .cm-text-col .cm-second-button:hover {
	cursor: pointer;
}

.cm-delivery-section .cm-second .cm-text-col .cm-second-button .cm-second-button-text {
	color: #fff;
	font-size: 1em;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}

.cm-top-break {
	margin-top: 6em !important;
}

@media only screen and (max-width: 700px) {
	.cm-top-break {
		margin-top: 4em !important;
	}
}

.cm-table-section {
	max-width: 986px;
	margin: 0 auto;
	border: solid 1px #d5d5d5;
	border-radius: 8px;
	padding: 2em 1em;
}

.cm-table-section .cm-border-bottom {
	border-bottom: solid 1px #d5d5d5;
	border-radius: 0;
}

@media only screen and (max-width: 700px) {
	.cm-table-section .cm-row {
		flex-direction: row !important;
	}
}

@media only screen and (max-width: 600px) {
	.cm-table-section .cm-row .cm-empty {
		min-width: 20% !important;
		max-width: 20% !important;
	}
}

.cm-table-section .cm-row .cm-single-ceil {
	padding: 1em 2em;
	min-width: 33%;
	max-width: 33%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 600px) {
	.cm-table-section .cm-row .cm-single-ceil {
		min-width: 40%;
		max-width: 40%;
		font-size: 0.9em;
		padding: 1em 1em;
	}
}

.cm-table-section .cm-row .cm-single-ceil .cm-table-text {
	font-size: 1em;
	font-weight: 300;
	text-align: center;
	line-height: 1.3;
}

.cm-table-section .cm-row .cm-single-ceil .cm-table-text .cm-table-text-bold {
	font-weight: 700;
	font-size: 1.125;
}

.cm-table-section .cm-row .cm-border-right {
	border-right: solid 1px #d5d5d5;
}

.cm-table-section .cm-row .cm-one-ceil-row {
	background-color: #d9f2c3;
	padding: 1em;
	text-align: left;
	font-weight: 700;
	width: 100%;
}

.cm-search-faq {
	display: flex;
	align-items: center;
	margin: 8em 1em 8em 0;
	position: relative;
	text-align: center;
	position: relative;
	max-width: 833px;
	margin: auto;
	padding-left: 8px;
	padding-right: 8px;
}

@media only screen and (max-width: 700px) {
	.cm-search-faq {
		margin: 4em 0 1em 0;
	}
}

.cm-search-faq input {
	width: 100%;
	border-radius: 8px;
	border: solid 1px #d5d5d5;
	padding: 1.5em 1em;
	font-size: 1.125em;
}

@media only screen and (max-width: 700px) {
	.cm-search-faq input {
		padding: 0.9em;
	}
}

.cm-search-faq .cm-serach-ico {
	width: 20px;
	position: absolute;
	right: 5%;
}

.cm-search-faq .cm-serach-ico img {
	width: 100%;
}

.cm-content-section {
	padding-left: 8px;
	padding-right: 8px;
}

.cm-content-section .cm-faq-accordion {
	margin-top: 20px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: 0;
}

.cm-content-section .cm-faq-accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	max-width: 930px;
	padding: 1em 0;
	color: #000;
	font-size: 1.1rem;
	font-weight: 400;
	border: none;
	outline: none;
	background: none;
	padding-left: 1em;
	padding-right: 1em;
}

@media only screen and (max-width: 700px) {
	.cm-content-section .cm-faq-accordion button {
		padding-right: 1.5em;
	}
}

.cm-content-section .cm-faq-accordion button:hover,
.cm-content-section .cm-faq-accordion button:focus {
	cursor: pointer;
	color: #000;
}

.cm-content-section .cm-faq-accordion button .cm-faq-accordion-title {
	padding: 1em 1.5em 1em 0;
	line-height: 1.4;
}

.cm-content-section .cm-faq-accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 1em;
	width: 22px;
	height: 22px;
}

.cm-content-section .cm-faq-accordion button .icon::before {
	border-style: solid;
	border-width: 0.15em 0.15em 0 0;
	content: "";
	display: inline-block;
	height: 0.45em;
	left: 0.25em;
	position: relative;
	vertical-align: middle;
	width: 0.45em;
	top: 0;
	transform: rotate(135deg);
	transition:
		opacity 250ms linear,
		max-height 250ms linear;
	opacity: 0.54;
}

.cm-content-section .cm-faq-accordion button[aria-expanded="true"] .icon::before {
	transition:
		opacity 250ms linear,
		max-height 250ms linear;
	transform: rotate(-45deg);
	vertical-align: middle;
	opacity: 1;
}

.cm-content-section .cm-faq-accordion .cm-faq-accordion-item {
	background: #f5f5f5;
	margin-bottom: 2em;
	border-radius: 8px;
}

.cm-content-section .cm-faq-accordion .cm-faq-accordion-item.cmShadow {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.cm-content-section .cm-faq-accordion .cm-faq-accordion-item button[aria-expanded="true"] {
	color: #000;
}

.cm-content-section .cm-faq-accordion .cm-faq-accordion-item button[aria-expanded="true"] .icon::after {
	width: 0;
}

.cm-content-section .cm-faq-accordion .cm-faq-accordion-item button[aria-expanded="true"] + .cm-content {
	opacity: 1;
	max-height: 1500px;
	transition: all 250ms linear;
	max-width: 930px;
	margin: 0 auto;
	padding-bottom: 1em;
}

.cm-content-section .cm-faq-accordion .cm-content {
	opacity: 0;
	max-height: 0;
	transition:
		opacity 250ms linear,
		max-height 250ms linear;
	max-width: 930px;
	margin: 0 auto;
	padding-left: 1em;
	padding-right: 1em;
	overflow: hidden;
}

.cm-content-section .cm-row {
	justify-content: space-evenly;
	margin-top: 2em;
}

.cm-content-section .cm-row.cm-faq-row {
	gap: 60px;
}

.cm-content-section .cm-row.cm-faq-row .cm-col-content {
	padding-left: 0;
	padding-right: 0;
}

.cm-content-section .cm-row .cm-col-menu {
	margin-top: 0;
}

.cm-single-blog {
	margin-bottom: 7em;
}

@media only screen and (max-width: 900px) {
	.cm-single-blog {
		padding: 0 20px 0 0;
	}
}

@media only screen and (max-width: 700px) {
	.cm-single-blog {
		padding: 0;
		margin-bottom: 3em;
	}
}

.cm-single-blog .cm-blog-tags {
	margin: 0 auto 0 0 !important;
	/* justify-content: space-between; */
	justify-content: flex-start;
}

@media only screen and (max-width: 700px) {
	.cm-single-blog .cm-blog-tags {
		justify-content: flex-start;
		padding-top: 2em !important;
	}
}

.cm-single-blog .cm-section-ng {
	text-align: left;
	max-width: 800px;
	margin-left: 0;
}

.cm-single-blog h2 {
	margin-top: 0 !important;
	margin-bottom: 1.25em;
}

.cm-single-blog .cm-text-subtitle {
	text-align: left;
	line-height: 1.3;
	margin: 2em auto 1em auto !important;
}

.cm-single-blog .cm-text-subtitle-2 {
	text-align: left;
	line-height: 1.4;
	margin: 2em auto 1em auto;
}

@media only screen and (max-width: 1000px) {
	.cm-single-blog .cm-text-subtitle-2 {
		font-size: 1.25em;
	}
}

.cm-single-blog .cm-text-blog {
	font-size: 1.125em;
	text-align: left;
	font-weight: 300;
	line-height: 1.5;
	max-width: 840px;
	margin-left: 0;
}

@media only screen and (max-width: 700px) {
	.cm-single-blog .cm-text-blog {
		margin-top: 2em;
		margin-bottom: 1em;
		font-size: 1em;
	}
}

.cm-single-blog .cm-text-blog .cm-bottom-text {
	font-weight: 300;
	font-size: 14px !important;
	margin-top: 6em;
}

@media only screen and (max-width: 700px) {
	.cm-single-blog .cm-text-blog .cm-bottom-text {
		margin-top: 3em;
	}
}

.cm-single-blog .cm-main-image {
	max-width: 880px;
	margin: 2em auto 3em 0;
}

.cm-single-blog .cm-main-image img {
	width: 100%;
}

.cm-single-blog ul {
	padding-left: 2em;
}

@media only screen and (max-width: 700px) {
	.cm-single-blog ul {
		padding-left: 1em;
	}
}

.cm-single-blog ul li {
	list-style: outside roman;
	padding-left: 0.5em;
	margin-bottom: 1em;
}

.cm-single-blog .cm-advices li {
	list-style: outside disc;
}

.cm-article-bottom-section {
	border-top: solid 1px #d5d5d5;
}

.cm-article-bottom-section .cm-prev-next {
	display: flex;
	max-width: 280px;
	justify-content: space-between;
	margin: 2em auto 3em auto;
}

.cm-article-bottom-section .cm-single-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	/*  opacity: 0.4;*/
}

.cm-article-bottom-section .cm-single-item .cm-prev {
	color: #000;
	font-size: 1em;
	text-align: left;
	font-weight: 300;
	line-height: 1.5;
	max-width: 840px;
	margin-left: 1em;
}

.cm-article-bottom-section .cm-single-item .cm-next {
	margin-left: 0px;
	margin-right: 1em;
}

.cm-article-bottom-section .cm-single-item .cm-icon {
	max-width: 20px;
}

.cm-article-bottom-section .cm-single-item .cm-icon img {
	width: 100%;
}

.cm-article-bottom-section .cm-single-item + .cm-checked {
	opacity: 1;
}

.cm-article-bottom-section .cm-media-share {
	background-color: #d9f2c3;
	padding: 3em 0;
	border-radius: 16px;
	margin-left: 8px;
	margin-right: 8px;
}

.cm-article-bottom-section .cm-media-share .cm-share-section {
	padding: 1em;
	max-width: 360px;
	margin: 0 auto;
}

.cm-article-bottom-section .cm-media-share .cm-share-section .cm-share-title {
	color: #000;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 2em;
}

.cm-article-bottom-section .cm-media-share .cm-share-section .cm-share-icons {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.cm-article-bottom-section .cm-media-share .cm-share-section .cm-share-icons .cm-single-icon {
	max-width: 26px;
	transition: 0.3s all ease-in;
}

.cm-article-bottom-section .cm-media-share .cm-share-section .cm-share-icons .cm-single-icon img {
	width: 26px;
}

.cm-article-bottom-section .cm-media-share .cm-share-section .cm-share-icons .cm-single-icon:hover {
	transform: scale(1.2);
}

.cm-article-bottom-section .cm-read-also {
	margin-top: 5em;
}

.cm-article-bottom-section .cm-read-also .cm-section-recipes {
	margin: 5em auto;
}

.comparison_infos .cmp_remove {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 1em;
	margin-top: 1em;
	width: 100%;
}

.comparison_infos .cmp_remove span {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 300;
	margin-right: 5px;
}

.comparison_infos .cmp_remove img {
	max-width: 18px;
}

.comparison_infos .product-image-block {
	/*background-color: #efefef !important;
  border-radius: 16px;*/
	position: relative;
}

@media only screen and (max-width: 1220px) {
	.comparison_infos .product-image-block {
		padding-top: 100px;
		padding-bottom: 1em;
	}
}

.comparison_infos .cm-product-flags {
	position: absolute;
	top: 2em;
	width: 100%;
	display: flex;
	padding-left: 1em;
	z-index: 1;
}

@media only screen and (max-width: 1220px) {
	.comparison_infos .cm-product-flags {
		flex-direction: column;
		padding-left: 0em;
		align-items: center;
	}
}

.comparison_infos .cm-product-flags .cm-flag-news,
.comparison_infos .cm-product-flags .cm-flag-discount,
.comparison_infos .cm-product-flags .cm-flag-installment {
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 6px 10px;
	margin-right: 1.125em;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

@media only screen and (max-width: 1220px) {
	.comparison_infos .cm-product-flags .cm-flag-news,
	.comparison_infos .cm-product-flags .cm-flag-discount,
	.comparison_infos .cm-product-flags .cm-flag-installment {
		margin-bottom: 6px;
		margin-right: 0;
	}
}

.comparison_infos .cm-product-flags .cm-flag-news {
	background-color: #ff8a33;
}

.comparison_infos .cm-product-flags .cm-flag-discount {
	background-color: #64a70b;
}

.comparison_infos .cm-product-flags .cm-flag-installment {
	background-color: #ff5833;
}

.comparison_infos .cm-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	/* position: absolute;
  bottom: 20px;
  left: 50%; */
	/* transform: translateX(-50%); */
	width: 100%;
}

@media only screen and (max-width: 1000px) {
	.comparison_infos .cm-icons {
		bottom: 10px;
	}
}

.comparison_infos .cm-icons .cm-icon-trolley {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	width: 40px;
	height: 40px;
}

.comparison_infos .cm-icons .cm-icon-trolley span {
	display: none;
}

.comparison_infos .cm-icons .cm-icon-trolley span::after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px 15px 0 15px;
	border-color: #64a70b transparent transparent transparent;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}

.comparison_infos .cm-icons .cm-icon-trolley:hover {
	background-color: #64a70b;
}

.comparison_infos .cm-icons .cm-icon-trolley:hover img {
	/* Safari/Chrome */
	filter: invert(100%);
}

.comparison_infos .cm-icons .cm-icon-trolley img {
	max-width: 40px;
}

@media only screen and (max-width: 700px) {
	.comparison_infos .cm-icons .cm-icon-trolley img {
		/*    max-width: 30px;*/
	}
}

.comparison_infos .cm-icons .cm-icon-trolley {
	position: relative;
}

.comparison_infos .cm-icons .cm-icon-trolley:hover span {
	content: "Dodaj do koszyka";
	background-color: #64a70b;
	color: #fff;
	text-transform: uppercase;
	display: block;
	border-radius: 64px;
	position: absolute;
	top: -70px;
	left: 50%;
	width: 150px;
	text-align: center;
	transform: translateX(-50%);
	padding: 5px 7px;
}

@media only screen and (max-width: 700px) {
	.comparison_infos .cm-icons .cm-icon-trolley:hover span {
		top: -40px;
	}
}

.comparison_infos h5 {
	text-align: center;
	margin-bottom: 2px;
}

.comparison_infos h5 .product-name {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-transform: none;
}

.comparison_infos .product_desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.comparison_infos .prices-container {
	justify-content: flex-start;
}

@media only screen and (max-width: 1000px) {
	.comparison_infos .prices-container {
		margin-top: 20px !important;
	}
}

.comparison_infos .prices-container .product-old-price {
	padding: 0 1em;
}

.comparison_infos .prices-container .price.product-price {
	color: #046a38 !important;
	font-weight: 900 !important;
	font-size: 20px !important;
	font-family: "Lato";
	line-height: 2;
}

.comparison_infos .content_price {
	text-align: center;
}

.comparison_infos .content_price .old-price {
	padding-right: 1em;
	text-decoration-color: black;
}

.cm-page-content {
	position: relative;
}

.cm-image-to-bottom {
	max-width: 650px;
	width: 40%;
	/* bottom: -128px;
  position: absolute;
  right: 0px;
  z-index: 0; */
	display: flex;
	justify-self: flex-end;
}

@media only screen and (max-width: 1220px) {
	.cm-image-to-bottom {
		width: 35%;
	}
}

@media only screen and (max-width: 800px) {
	.cm-image-to-bottom {
		position: relative;
		width: 80%;
		margin: 0 auto;
		padding: 0 1em;
		margin-bottom: -128px;
		z-index: -1;
		bottom: 0;
	}
}

@media only screen and (max-width: 700px) {
	.cm-image-to-bottom {
		width: 100%;
	}
}

.cm-image-to-bottom img {
	width: 100%;
}

@media only screen and (max-width: 400px) {
	.cm-body-short-product {
		width: 100%;
		overflow-x: hidden;
	}
	.cm-body-short-product .cm-product-name {
		padding-left: 8px;
		padding-right: 8px;
	}
	.cm-body-short-product .pb-left-column {
		padding-left: 8px;
	}
	.cm-body-short-product .pb-left-column #image-block {
		margin-left: 8px;
		margin-right: 8px;
	}
	.cm-body-short-product .pb-left-column #views_block {
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media only screen and (max-width: 1000px) {
	.cm-body-short-product .cm-product-name {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 1000px) {
	.cm-body-short-product #columns {
		width: 300px;
	}
}

.cm-product-details {
	overflow: hidden;
}

.cm-product-details .page-product-heading {
	border: none;
	text-align: center;
	background-color: white;
}

@media only screen and (max-width: 400px) {
	.cm-product-details {
		width: 100%;
		margin-left: 0;
		margin-right: auto;
	}
}

@media only screen and (max-width: 400px) {
	.cm-product-details #columns {
		overflow: hidden;
		padding-left: 0px;
		padding-right: 0px;
	}
}

.cm-product-details .table-data-sheet tr {
	border: none;
}

.cm-product-details .table-data-sheet {
	border: none;
}

@media only screen and (max-width: 980px) {
	.cm-product-details .pb-right-column {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

.cm-product-details #image-block {
	border: none !important;
	background-color: #f5f5f5;
	border-radius: 16px;
}

.cm-product-details li {
	border: none !important;
}

.cm-product-details .primary_block.row {
	max-width: unset !important;
	max-width: 1400px;
	margin-left: auto;
	margin-right: 0;
}

@media only screen and (max-width: 800px) {
	.cm-product-details .primary_block.row {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 800px) {
	.cm-product-details #bigpic {
		padding-top: unset;
	}
}

.cm-product-details .cm-product-flags {
	position: absolute;
	top: 2em;
	width: 100%;
	display: flex;
	padding-left: 1em;
}

@media only screen and (max-width: 1000px) {
	.cm-product-details .cm-product-flags {
		position: relative;
		flex-direction: column;
		padding-left: 0em;
		max-width: 130px;
		text-align: center;
		top: 0;
		font-size: 14px;
	}
}

@media only screen and (max-width: 980px) {
	.cm-product-details .cm-product-flags {
		flex-direction: row;
		position: absolute;
		justify-content: center;
		max-width: unset;
		width: 100%;
		padding-top: 1em;
		padding-right: 1em;
	}
}

.cm-product-details .cm-product-flags .cm-flag-news,
.cm-product-details .cm-product-flags .cm-flag-discount,
.cm-product-details .cm-product-flags .cm-flag-installment {
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 8px 14px;
	margin-right: 1.125em;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

@media only screen and (max-width: 1000px) {
	.cm-product-details .cm-product-flags .cm-flag-news,
	.cm-product-details .cm-product-flags .cm-flag-discount,
	.cm-product-details .cm-product-flags .cm-flag-installment {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 980px) {
	.cm-product-details .cm-product-flags .cm-flag-news,
	.cm-product-details .cm-product-flags .cm-flag-discount,
	.cm-product-details .cm-product-flags .cm-flag-installment {
		font-size: 14px;
	}
}

.cm-product-details .cm-product-flags {
	z-index: 10;
}

.cm-product-details .cm-product-flags .cm-flag-news {
	background-color: #ff8a33;
}

.cm-product-details .cm-product-flags .cm-flag-discount {
	background-color: #64a70b;
}

.cm-product-details .cm-product-flags .cm-flag-installment {
	background-color: #ff5833;
}

.cm-product-details #product_reference {
	font-size: 16px;
	font-weight: 300;
}

.cm-product-details #product_reference label {
	font-weight: 300;
}

.cm-product-details #product_condition {
	text-transform: uppercase;
	color: #046a38 !important;
	font-weight: 700;
}

.cm-product-details #short_description_content {
	margin-top: 1em;
}

.cm-product-details #short_description_content p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

.cm-product-details #short_description_content ul {
	margin-left: 10px;
}

.cm-product-details #short_description_content ul li {
	list-style-type: disc;
	font-weight: 300;
	line-height: 1.4;
}

.cm-product-details .socialsharing_product {
	/* margin-top: 4em; */
	line-height: 1.2;
	font-size: 16px;
	font-weight: 400;
}

/* @media only screen and (max-width: 998px) {
  .cm-product-details .socialsharing_product {
    margin-top: 2em !important;
  }
} */

.cm-product-details .socialsharing_product .cm-distributor-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-block: 1rem;
	gap: 1rem;
	flex-wrap: wrap;
}

.cm-product-details .socialsharing_product .cm-distributor-logos img {
	width: 100%;
	margin-right: 10px;
	box-sizing: content-box;
}

.cm-product-details .socialsharing_product .cm-offert {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 20px !important;
}

.cm-product-details .socialsharing_product button {
	/*  max-width: 100px;*/
	margin: 0;
	margin-right: 8px;
	padding-left: 0;
}

.cm-product-details .socialsharing_product .btn-default {
	border: none !important;
}

.cm-product-details .socialsharing_product.cm-desc {
	display: block;
}

@media only screen and (max-width: 980px) {
	.cm-product-details .socialsharing_product.cm-desc {
		display: none;
	}
}

.cm-product-details .socialsharing_product.cm-rwd {
	display: none;
}

@media only screen and (max-width: 980px) {
	.cm-product-details .socialsharing_product.cm-rwd {
		/*display: block;*/
	}
}

.cm-product-details .box-info-product {
	background-color: #fff !important;
	border: none;
}

.cm-product-details .box-info-product .product_attributes {
	box-shadow: none;
}

@media only screen and (max-width: 998px) {
	.cm-product-details .box-info-product .product_attributes {
		padding-left: 0;
		padding-right: 0;
	}
}

.cm-product-details .box-info-product .box-cart-bottom {
	box-shadow: none;
}

@media only screen and (max-width: 980px) {
	.cm-product-details .box-info-product .box-cart-bottom {
		margin-left: 8px;
	}
}

@media only screen and (max-width: 400px) {
	.cm-product-details .box-info-product .box-cart-bottom {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 980px) {
	.cm-product-details .box-info-product .box-cart-bottom .btn-add-to-card {
		margin-left: 0;
	}
}

@media only screen and (max-width: 998px) {
	.cm-product-details .box-info-product .content_prices {
		padding: 0;
	}
}

.cm-product-details .box-info-product .button-container .btn-add-to-card,
.cm-product-details .box-info-product .button-container .btn-out-of-stock {
	margin-left: 0;
}

@media (min-width: 980px) and (max-width: 998px) {
	.cm-product-details .box-info-product .button-container .btn-add-to-card,
	.cm-product-details .box-info-product .button-container .btn-out-of-stock {
		flex-direction: column;
	}
	.cm-product-details .box-info-product .button-container .btn-add-to-card span,
	.cm-product-details .box-info-product .button-container .btn-out-of-stock span {
		padding: 0;
	}
}

@media only screen and (max-width: 980px) {
	.cm-product-details .box-info-product .button-container .btn-add-to-card,
	.cm-product-details .box-info-product .button-container .btn-out-of-stock {
		flex-direction: row;
	}
}

.cm-product-details .our_price_display {
	margin-top: 2em;
	background-color: #fff;
}

@media only screen and (max-width: 980px) {
	.cm-product-details .our_price_display {
		margin-top: 0;
	}
}

@media only screen and (max-width: 400px) {
	.cm-product-details .our_price_display {
		padding-left: 0px;
	}
}

.cm-product-details .our_price_display .price {
	font-weight: 900;
	font-size: 32px !important;
	color: #046a38;
}

.cm-product-details .our_price_display .old-price {
	font-size: 28px !important;
	font-weight: 500 !important;
	text-decoration-color: #000;
}

.cm-product-details .cm-raty {
	max-width: 180px;
	/* margin-left: 1em; */
}

@media only screen and (max-width: 998px) {
	.cm-product-details .cm-raty {
		margin-left: 0;
		padding-left: 0;
	}
}

@media only screen and (max-width: 400px) {
	.cm-product-details .cm-raty {
		padding-left: 0;
	}
}

.cm-product-details .cm-raty img {
	width: 100%;
}

.cm-product-details .exclusive {
	border-radius: 16px 0 16px 0;
	border: solid 1px #000;
	background-color: transparent !important;
	background-image: none;
	color: #000 !important;
	margin-top: 1em;
	transition: all 0.3s ease;
}

@media only screen and (max-width: 1000px) {
	.cm-product-details .exclusive {
		padding-left: 40px;
	}
}

.cm-product-details .exclusive::before {
	transition: all 0.3s ease;
	border: none;
	background-color: transparent;
	content: "";
	background-image: url("../img/icons/ico_trolley.svg");
	background-repeat: no-repeat;
	width: 30px;
	left: 0.5em;
	top: 4px;
	display: block !important;
}

@media only screen and (max-width: 700px) {
	.cm-product-details .exclusive::before {
		top: 0;
		left: 5px;
	}
}

.cm-product-details .exclusive::after {
	content: "";
	background: none;
}

.cm-product-details .exclusive span {
	color: #000 !important;
	transition: all 0.3s ease;
	font-size: 16px;
	background-color: transparent !important;
	border: black;
	text-shadow: none;
}

@media only screen and (max-width: 1000px) {
	.cm-product-details .exclusive span {
		font-size: 14px;
	}
}

.cm-product-details .exclusive:hover {
	background-color: #046a38 !important;
	background-image: none;
	color: #fff;
	border-color: transparent;
}

.cm-product-details .exclusive:hover span {
	color: #fff !important;
}

.cm-product-details .exclusive:hover::before {
	filter: invert(100%);
}

.fancybox-overlay-fixed {
	max-width: 100% !important;
}

.fancybox-overlay-fixed .cm-page-content {
	padding-left: 0;
	padding-right: 0;
}

.fancybox-overlay-fixed .fancybox-wrap {
	width: 1300px;
	left: 50% !important;
	transform: translate(calc(-50%));
}

@media only screen and (max-width: 1470px) {
	.fancybox-overlay-fixed .fancybox-wrap {
		width: 1100px;
	}
}

@media only screen and (max-width: 1220px) {
	.fancybox-overlay-fixed .fancybox-wrap {
		width: 500px;
	}
}

@media only screen and (max-width: 600px) {
	.fancybox-overlay-fixed .fancybox-wrap {
		width: 90%;
	}
}

@media only screen and (max-width: 500px) {
	.fancybox-overlay-fixed .fancybox-wrap {
		width: 97%;
	}
	.fancybox-overlay-fixed .fancybox-wrap a {
		margin-right: 20px;
	}
}

#viewed-products_block_left #center_column {
	padding-left: 0;
}

#viewed-products_block_left .col-xs-12,
#viewed-products_block_left .col-sm-12 {
	padding-left: 0;
}

.product_comparison {
	border-bottom: solid 1px #d5d5d5 !important;
}

#product_comparison .cm-first-row {
	border-bottom: none !important;
	border-top: none !important;
}

#product_comparison .td_empty {
	max-width: 300px;
	min-width: 300px;
	text-transform: uppercase;
	vertical-align: bottom;
	padding-bottom: 10px;
	font-weight: 700;
}

@media only screen and (max-width: 1000px) {
	#product_comparison .td_empty {
		min-width: 160px;
	}
}

#product_comparison tr td {
	text-align: center;
}

#product_comparison tr:first-child td {
	border-top: none !important;
}

#product_comparison tr:last-child td {
	border-bottom: solid 1px #d5d5d5 !important;
}

#product_comparison tr:not(:first-child):hover td {
	background-color: #d9f2c3 !important;
}

#product_comparison tr td:not(:last-child) {
	border-right: solid 1px #d5d5d5;
}

#product_comparison tr:nth-child(odd):not(:first-child) {
	background-color: #f5f5f5;
}

#product_comparison tr:nth-child(2) {
	border-top: none !important;
}

#product_comparison tr:nth-child(2) td {
	border-top: none !important;
}

@media only screen and (max-width: 1710px) {
	.cm-mapa {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 980px) {
	.cm-mapa {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.cm-mapa .cm-img {
	max-width: 1469px;
	margin-left: auto;
	margin-right: auto;
}

.cm-mapa .cm-swiper {
	max-width: 1469px;
	margin-left: auto;
	margin-right: auto;
}

.cm-mapa .cm-swiper .swiper-wrapper {
	display: flex;
	align-items: center;
}

.cm-mapa .cm-swiper .swiper-wrapper img {
	max-width: 150px;
	padding-left: 1px;
	padding-right: 1px;
}

.cm-mapa h4 {
	color: #046a38;
	margin-bottom: 2em;
}

.order-process,
.cust-account,
.cm-compare,
.cust-account-history,
.cust-account-address {
	overflow: hidden;
}

@media only screen and (max-width: 700px) {
	.order-process .old-price,
	.cust-account .old-price,
	.cm-compare .old-price,
	.cust-account-history .old-price,
	.cust-account-address .old-price {
		font-size: 13px;
	}
}

.order-process .history_detail a,
.cust-account .history_detail a,
.cm-compare .history_detail a,
.cust-account-history .history_detail a,
.cust-account-address .history_detail a {
	padding-right: 1em;
}

.order-process .history_detail a i.right,
.cust-account .history_detail a i.right,
.cm-compare .history_detail a i.right,
.cust-account-history .history_detail a i.right,
.cust-account-address .history_detail a i.right {
	padding-right: 8px;
	padding-left: 8px;
}

.order-process .cm-free-delivery,
.cust-account .cm-free-delivery,
.cm-compare .cm-free-delivery,
.cust-account-history .cm-free-delivery,
.cust-account-address .cm-free-delivery {
	display: flex;
	justify-content: flex-end;
}

.order-process .cm-free-delivery .cm-truck,
.cust-account .cm-free-delivery .cm-truck,
.cm-compare .cm-free-delivery .cm-truck,
.cust-account-history .cm-free-delivery .cm-truck,
.cust-account-address .cm-free-delivery .cm-truck {
	padding: 1em;
}

.order-process .cm-free-delivery .cm-col-right,
.cust-account .cm-free-delivery .cm-col-right,
.cm-compare .cm-free-delivery .cm-col-right,
.cust-account-history .cm-free-delivery .cm-col-right,
.cust-account-address .cm-free-delivery .cm-col-right {
	margin-bottom: 2em;
}

.order-process .cm-free-delivery .cm-col-right p,
.cust-account .cm-free-delivery .cm-col-right p,
.cm-compare .cm-free-delivery .cm-col-right p,
.cust-account-history .cm-free-delivery .cm-col-right p,
.cust-account-address .cm-free-delivery .cm-col-right p {
	font-size: 14px;
	font-weight: 400;
}

@media only screen and (max-width: 400px) {
	.order-process .cm-free-delivery .cm-col-right p,
	.cust-account .cm-free-delivery .cm-col-right p,
	.cm-compare .cm-free-delivery .cm-col-right p,
	.cust-account-history .cm-free-delivery .cm-col-right p,
	.cust-account-address .cm-free-delivery .cm-col-right p {
		font-size: 12px;
	}
}

.order-process .cm-free-delivery .cm-col-right p span,
.cust-account .cm-free-delivery .cm-col-right p span,
.cm-compare .cm-free-delivery .cm-col-right p span,
.cust-account-history .cm-free-delivery .cm-col-right p span,
.cust-account-address .cm-free-delivery .cm-col-right p span {
	color: #ff5833;
}

.order-process .cm-free-delivery .cm-col-right .cm-process,
.cust-account .cm-free-delivery .cm-col-right .cm-process,
.cm-compare .cm-free-delivery .cm-col-right .cm-process,
.cust-account-history .cm-free-delivery .cm-col-right .cm-process,
.cust-account-address .cm-free-delivery .cm-col-right .cm-process {
	margin-top: 1em;
	margin-bottom: 1em;
	height: 3px;
	width: 100%;
	background-color: #f5f5f5;
	position: relative;
}

.order-process .cm-free-delivery .cm-col-right .cm-process .cm-state,
.cust-account .cm-free-delivery .cm-col-right .cm-process .cm-state,
.cm-compare .cm-free-delivery .cm-col-right .cm-process .cm-state,
.cust-account-history .cm-free-delivery .cm-col-right .cm-process .cm-state,
.cust-account-address .cm-free-delivery .cm-col-right .cm-process .cm-state {
	position: absolute;
	width: 80%;
	height: 3px;
	top: 0;
	left: 0;
	background-color: #ff5833;
}

@media only screen and (max-width: 980px) {
	.order-process,
	.cust-account,
	.cm-compare,
	.cust-account-history,
	.cust-account-address {
		padding-left: 0em;
		padding-right: 0em;
	}
}

.order-process .step,
.cust-account .step,
.cm-compare .step,
.cust-account-history .step,
.cust-account-address .step {
	max-width: 1400px;
	margin-right: 0;
	margin-left: auto;
}

.order-process .step a,
.order-process .step span,
.cust-account .step a,
.cust-account .step span,
.cm-compare .step a,
.cm-compare .step span,
.cust-account-history .step a,
.cust-account-history .step span,
.cust-account-address .step a,
.cust-account-address .step span {
	font-size: 1em;
}

@media only screen and (max-width: 998px) {
	.order-process .step a,
	.order-process .step span,
	.cust-account .step a,
	.cust-account .step span,
	.cm-compare .step a,
	.cm-compare .step span,
	.cust-account-history .step a,
	.cust-account-history .step span,
	.cust-account-address .step a,
	.cust-account-address .step span {
		font-size: 14px;
	}
}

.order-process img,
.cust-account img,
.cm-compare img,
.cust-account-history img,
.cust-account-address img {
	width: 100%;
	height: auto;
}

@media (min-width: 1200px) {
	.order-process .columns-container .container,
	.cust-account .columns-container .container,
	.cm-compare .columns-container .container,
	.cust-account-history .columns-container .container,
	.cust-account-address .columns-container .container {
		max-width: 1710px;
	}
}

.order-process .page-heading,
.cust-account .page-heading,
.cm-compare .page-heading,
.cust-account-history .page-heading,
.cust-account-address .page-heading {
	text-transform: unset;
}

.order-process .page-heading span.heading-counter,
.cust-account .page-heading span.heading-counter,
.cm-compare .page-heading span.heading-counter,
.cust-account-history .page-heading span.heading-counter,
.cust-account-address .page-heading span.heading-counter {
	float: left;
}

.order-process ul.step li.step_todo,
.authentication ul.step li.step_todo,
.cust-account ul.step li.step_todo,
.cm-compare ul.step li.step_todo,
.cust-account-history ul.step li.step_todo,
.cust-account-address ul.step li.step_todo {
	border: 1px solid #fff;
	text-transform: uppercase;
	background-color: #f8f8f8;
}

.order-process ul.step li.step_todo span,
.authentication ul.step li.step_todo span,
.cust-account ul.step li.step_todo span,
.cm-compare ul.step li.step_todo span,
.cust-account-history ul.step li.step_todo span,
.cust-account-address ul.step li.step_todo span {
	background-color: #f8f8f8;
	text-align: center;
	font-weight: 500;
	border: 0;
}

.order-process ul.step li.step_todo span:after,
.authentication ul.step li.step_todo span:after,
.cust-account ul.step li.step_todo span:after,
.cm-compare ul.step li.step_todo span:after,
.cust-account-history ul.step li.step_todo span:after,
.cust-account-address ul.step li.step_todo span:after {
	background-image: url("/themes/foodsaver/materialy/img/icons/order-step-current.svg");
}

.order-process ul.step li.step_done,
.authentication ul.step li.step_done,
.cust-account ul.step li.step_done,
.cm-compare ul.step li.step_done,
.cust-account-history ul.step li.step_done,
.cust-account-address ul.step li.step_done {
	background: #d9f2c3 !important;
	border: 0;
}

@media only screen and (max-width: 998px) {
	.order-process ul.step li.step_done,
	.authentication ul.step li.step_done,
	.cust-account ul.step li.step_done,
	.cm-compare ul.step li.step_done,
	.cust-account-history ul.step li.step_done,
	.cust-account-address ul.step li.step_done {
		border-right: 2px solid #fff;
	}
}

@media only screen and (max-width: 980px) {
	.order-process ul.step li.step_done,
	.authentication ul.step li.step_done,
	.cust-account ul.step li.step_done,
	.cm-compare ul.step li.step_done,
	.cust-account-history ul.step li.step_done,
	.cust-account-address ul.step li.step_done {
		text-align: center;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}

.order-process ul.step li.step_done a,
.authentication ul.step li.step_done a,
.cust-account ul.step li.step_done a,
.cm-compare ul.step li.step_done a,
.cust-account-history ul.step li.step_done a,
.cust-account-address ul.step li.step_done a {
	border: 0;
	color: #046a38;
	text-shadow: none;
	text-transform: uppercase;
	text-align: center;
}

@media (min-width: 992px) {
	.order-process ul.step li.step_done a:after,
	.authentication ul.step li.step_done a:after,
	.authentication ul.step li.step_done a:after,
	.cust-account ul.step li.step_done a:after,
	.cm-compare ul.step li.step_done a:after,
	.cust-account-history ul.step li.step_done a:after,
	.cust-account-address ul.step li.step_done a:after {
		background: url(/themes/foodsaver/materialy/img/icons/order-step-a.svg) right 0 no-repeat;
	}
}

.order-process ul.step li.step_current,
.authentication ul.step li.step_current,
.authentication ul.step li.step_current,
.cust-account ul.step li.step_current,
.cm-compare ul.step li.step_current,
.cust-account-history ul.step li.step_current,
.cust-account-address ul.step li.step_current {
	background: #d9f2c3;
	border: 0;
}

.order-process ul.step li.step_current span,
.authentication ul.step li.step_current span,
.authentication ul.step li.step_current span,
.cust-account ul.step li.step_current span,
.cm-compare ul.step li.step_current span,
.cust-account-history ul.step li.step_current span,
.cust-account-address ul.step li.step_current span {
	color: #046a38;
	text-shadow: unset;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	text-align: center;
	border: 0;
	position: relative;
	text-transform: uppercase;
}

@media only screen and (max-width: 998px) {
	.order-process ul.step li.step_current span,
	.authentication ul.step li.step_current span,
	.cust-account ul.step li.step_current span,
	.cm-compare ul.step li.step_current span,
	.cust-account-history ul.step li.step_current span,
	.cust-account-address ul.step li.step_current span {
		border-right: 2px solid #fff;
	}
}

@media only screen and (max-width: 980px) {
	.order-process ul.step li.step_current span,
	.authentication ul.step li.step_current span,
	.cust-account ul.step li.step_current span,
	.cm-compare ul.step li.step_current span,
	.cust-account-history ul.step li.step_current span,
	.cust-account-address ul.step li.step_current span {
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
	}
}

.order-process ul.step li.step_current span:after,
.authentication ul.step li.step_current span:after,
.cust-account ul.step li.step_current span:after,
.cm-compare ul.step li.step_current span:after,
.cust-account-history ul.step li.step_current span:after,
.cust-account-address ul.step li.step_current span:after {
	background-size: cover;
	background-image: url("/themes/foodsaver/materialy/img/icons/order-step-current.svg");
}

@media (min-width: 992px) {
	.order-process ul.step li.step_current span:after,
	.authentication ul.step li.step_current span:after,
	.cust-account ul.step li.step_current span:after,
	.cm-compare ul.step li.step_current span:after,
	.cust-account-history ul.step li.step_current span:after,
	.cust-account-address ul.step li.step_current span:after {
		background: url(/themes/foodsaver/materialy/img/icons/order-step-a.svg) right 0 no-repeat;
	}
}

.order-process .cheque-box,
.order-process #payment_form,
.order-process #santanderCreditForm,
.order-process #payuForm,
.platnosc-podsumowanie,
.cust-account .cheque-box,
.cm-compare .cheque-box,
.cust-account-history .cheque-box,
.cust-account-address .cheque-box {
	max-width: 1400px;
	margin-right: 0;
	margin-left: auto;
	padding-left: 0;
}

@media (max-width: 700px) {
	.order-process .cheque-box,
	.cust-account .cheque-box,
	.cm-compare .cheque-box,
	.cust-account-history .cheque-box,
	.cust-account-address .cheque-box {
		padding-left: 18px !important;
	}
}

.order-process .cheque-box p,
.cust-account .cheque-box p,
.cm-compare .cheque-box p,
.cust-account-history .cheque-box p,
.cust-account-address .cheque-box p {
	max-width: 730px;
}

.order-process .cheque-box .cheque-indent,
.cust-account .cheque-box .cheque-indent,
.cm-compare .cheque-box .cheque-indent,
.cust-account-history .cheque-box .cheque-indent,
.cust-account-address .cheque-box .cheque-indent {
	margin-top: 3em;
}

@media (max-width: 700px) {
	.order-process .cheque-box .cheque-indent,
	.cust-account .cheque-box .cheque-indent,
	.cm-compare .cheque-box .cheque-indent,
	.cust-account-history .cheque-box .cheque-indent,
	.cust-account-address .cheque-box .cheque-indent {
		margin-top: 2em;
	}
}

.order-process .cheque,
.order-process .bankwire,
.cust-account .cheque,
.cust-account .bankwire,
.cm-compare .cheque,
.cm-compare .bankwire,
.cust-account-history .cheque,
.cust-account-history .bankwire,
.cust-account-address .cheque,
.cust-account-address .bankwire {
	background: #f5f5f5;
	/*!important;*/
}

.order-process #HOOK_PAYMENT .page-subheading,
.cust-account #HOOK_PAYMENT .page-subheading,
.cm-compare #HOOK_PAYMENT .page-subheading,
.cust-account-history #HOOK_PAYMENT .page-subheading,
.cust-account-address #HOOK_PAYMENT .page-subheading {
	max-width: 1400px;
	margin: 2em 0 2em auto;
}

.order-process #HOOK_PAYMENT .col-xs-12,
.cust-account #HOOK_PAYMENT .col-xs-12,
.cm-compare #HOOK_PAYMENT .col-xs-12,
.cust-account-history #HOOK_PAYMENT .col-xs-12,
.cust-account-address #HOOK_PAYMENT .col-xs-12 {
	padding: 0;
}

.order-process #HOOK_PAYMENT th,
.cust-account #HOOK_PAYMENT th,
.cm-compare #HOOK_PAYMENT th,
.cust-account-history #HOOK_PAYMENT th,
.cust-account-address #HOOK_PAYMENT th {
	border-bottom: solid 1px #f5f5f5 !important;
	background-color: #fff;
	font-weight: 700;
}

.order-process #HOOK_PAYMENT th:nth-child(1),
.cust-account #HOOK_PAYMENT th:nth-child(1),
.cm-compare #HOOK_PAYMENT th:nth-child(1),
.cust-account-history #HOOK_PAYMENT th:nth-child(1),
.cust-account-address #HOOK_PAYMENT th:nth-child(1) {
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}

.order-process #HOOK_PAYMENT th:nth-last-child(1),
.cust-account #HOOK_PAYMENT th:nth-last-child(1),
.cm-compare #HOOK_PAYMENT th:nth-last-child(1),
.cust-account-history #HOOK_PAYMENT th:nth-last-child(1),
.cust-account-address #HOOK_PAYMENT th:nth-last-child(1) {
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}

.order-process #HOOK_PAYMENT .item,
.order-process #HOOK_PAYMENT .first_item,
.order-process #HOOK_PAYMENT .last_item,
.cust-account #HOOK_PAYMENT .item,
.cust-account #HOOK_PAYMENT .first_item,
.cust-account #HOOK_PAYMENT .last_item,
.cm-compare #HOOK_PAYMENT .item,
.cm-compare #HOOK_PAYMENT .first_item,
.cm-compare #HOOK_PAYMENT .last_item,
.cust-account-history #HOOK_PAYMENT .item,
.cust-account-history #HOOK_PAYMENT .first_item,
.cust-account-history #HOOK_PAYMENT .last_item,
.cust-account-address #HOOK_PAYMENT .item,
.cust-account-address #HOOK_PAYMENT .first_item,
.cust-account-address #HOOK_PAYMENT .last_item {
	font-weight: 400 !important;
	padding: 10px;
	font-size: 1.125em;
}

.order-process #HOOK_PAYMENT td.cart_product,
.cust-account #HOOK_PAYMENT td.cart_product,
.cm-compare #HOOK_PAYMENT td.cart_product,
.cust-account-history #HOOK_PAYMENT td.cart_product,
.cust-account-address #HOOK_PAYMENT td.cart_product {
	max-width: 350px !important;
}

@media only screen and (max-width: 500px) {
	.order-process #HOOK_PAYMENT td.cart_product,
	.cust-account #HOOK_PAYMENT td.cart_product,
	.cm-compare #HOOK_PAYMENT td.cart_product,
	.cust-account-history #HOOK_PAYMENT td.cart_product,
	.cust-account-address #HOOK_PAYMENT td.cart_product {
		width: 100%;
		max-width: 100% !important;
	}
}

.order-process #HOOK_PAYMENT td.cart_product a,
.cust-account #HOOK_PAYMENT td.cart_product a,
.cm-compare #HOOK_PAYMENT td.cart_product a,
.cust-account-history #HOOK_PAYMENT td.cart_product a,
.cust-account-address #HOOK_PAYMENT td.cart_product a {
	padding-left: 0;
}

@media only screen and (max-width: 500px) {
	.order-process #HOOK_PAYMENT td.cart_product a,
	.cust-account #HOOK_PAYMENT td.cart_product a,
	.cm-compare #HOOK_PAYMENT td.cart_product a,
	.cust-account-history #HOOK_PAYMENT td.cart_product a,
	.cust-account-address #HOOK_PAYMENT td.cart_product a {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}

.order-process #HOOK_PAYMENT td.cart_product a img,
.cust-account #HOOK_PAYMENT td.cart_product a img,
.cm-compare #HOOK_PAYMENT td.cart_product a img,
.cust-account-history #HOOK_PAYMENT td.cart_product a img,
.cust-account-address #HOOK_PAYMENT td.cart_product a img {
	width: 100% !important;
}

@media only screen and (max-width: 500px) {
	.order-process #HOOK_PAYMENT td.cart_product a img,
	.cust-account #HOOK_PAYMENT td.cart_product a img,
	.cm-compare #HOOK_PAYMENT td.cart_product a img,
	.cust-account-history #HOOK_PAYMENT td.cart_product a img,
	.cust-account-address #HOOK_PAYMENT td.cart_product a img {
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
}

.order-process #HOOK_PAYMENT .cart_description p,
.order-process #HOOK_PAYMENT .cart_description small,
.cust-account #HOOK_PAYMENT .cart_description p,
.cust-account #HOOK_PAYMENT .cart_description small,
.cm-compare #HOOK_PAYMENT .cart_description p,
.cm-compare #HOOK_PAYMENT .cart_description small,
.cust-account-history #HOOK_PAYMENT .cart_description p,
.cust-account-history #HOOK_PAYMENT .cart_description small,
.cust-account-address #HOOK_PAYMENT .cart_description p,
.cust-account-address #HOOK_PAYMENT .cart_description small {
	font-size: 1em;
}

.order-process #HOOK_PAYMENT .cart_description p a,
.order-process #HOOK_PAYMENT .cart_description small a,
.cust-account #HOOK_PAYMENT .cart_description p a,
.cust-account #HOOK_PAYMENT .cart_description small a,
.cm-compare #HOOK_PAYMENT .cart_description p a,
.cm-compare #HOOK_PAYMENT .cart_description small a,
.cust-account-history #HOOK_PAYMENT .cart_description p a,
.cust-account-history #HOOK_PAYMENT .cart_description small a,
.cust-account-address #HOOK_PAYMENT .cart_description p a,
.cust-account-address #HOOK_PAYMENT .cart_description small a {
	background: none !important;
}

.order-process #HOOK_PAYMENT .cart_description .cart_ref,
.cust-account #HOOK_PAYMENT .cart_description .cart_ref,
.cm-compare #HOOK_PAYMENT .cart_description .cart_ref,
.cust-account-history #HOOK_PAYMENT .cart_description .cart_ref,
.cust-account-address #HOOK_PAYMENT .cart_description .cart_ref {
	font-size: 1.125em;
	padding-left: 2em;
}

@media (max-width: 500px) {
	.order-process #HOOK_PAYMENT .cart_description,
	.cust-account #HOOK_PAYMENT .cart_description,
	.cm-compare #HOOK_PAYMENT .cart_description,
	.cust-account-history #HOOK_PAYMENT .cart_description,
	.cust-account-address #HOOK_PAYMENT .cart_description {
		width: 100% !important;
		text-align: center;
		margin-bottom: 1.5em;
		font-weight: 900 !important;
	}
}

.order-process #HOOK_PAYMENT a,
.cust-account #HOOK_PAYMENT a,
.cm-compare #HOOK_PAYMENT a,
.cust-account-history #HOOK_PAYMENT a,
.cust-account-address #HOOK_PAYMENT a {
	border: none;
	background-color: #f5f5f5;
	border-radius: 8px;
	margin-bottom: 2em;
	font-size: 1.125em;
	font-weight: 400;
	text-align: left;
}

@media (max-width: 700px) {
	.order-process #HOOK_PAYMENT a,
	.cust-account #HOOK_PAYMENT a,
	.cm-compare #HOOK_PAYMENT a,
	.cust-account-history #HOOK_PAYMENT a,
	.cust-account-address #HOOK_PAYMENT a {
		padding-left: 20px;
		text-align: left;
	}
}

@media (max-width: 500px) {
	.order-process #HOOK_PAYMENT a,
	.cust-account #HOOK_PAYMENT a,
	.cm-compare #HOOK_PAYMENT a,
	.cust-account-history #HOOK_PAYMENT a,
	.cust-account-address #HOOK_PAYMENT a {
		width: 100% !important;
		margin-bottom: 1.5em;
		font-weight: 900 !important;
	}
}

.order-process #HOOK_PAYMENT a:after,
.cust-account #HOOK_PAYMENT a:after,
.cm-compare #HOOK_PAYMENT a:after,
.cust-account-history #HOOK_PAYMENT a:after,
.cust-account-address #HOOK_PAYMENT a:after {
	margin-right: 2em;
}

@media only screen and (max-width: 700px) {
	.order-process #HOOK_PAYMENT a:after,
	.cust-account #HOOK_PAYMENT a:after,
	.cm-compare #HOOK_PAYMENT a:after,
	.cust-account-history #HOOK_PAYMENT a:after,
	.cust-account-address #HOOK_PAYMENT a:after {
		margin-right: 0.5em;
	}
}
/*
.order-process #HOOK_PAYMENT a span,
.cust-account #HOOK_PAYMENT a span,
.cm-compare #HOOK_PAYMENT a span,
.cust-account-history #HOOK_PAYMENT a span,
.cust-account-address #HOOK_PAYMENT a span {
  opacity: 0.5;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.5;
}
*/

.order-process .cart_navigation,
.cust-account .cart_navigation,
.cm-compare .cart_navigation,
.cust-account-history .cart_navigation,
.cust-account-address .cart_navigation {
	margin-right: 0;
	max-width: 1400px;
	margin-left: auto;
}

.order-process .cart_navigation .button-medium,
.cust-account .cart_navigation .button-medium,
.cm-compare .cart_navigation .button-medium,
.cust-account-history .cart_navigation .button-medium,
.cust-account-address .cart_navigation .button-medium {
	float: left !important;
}

.order-process #order-detail-content,
.cust-account #order-detail-content,
.cm-compare #order-detail-content,
.cust-account-history #order-detail-content,
.cust-account-address #order-detail-content,
#order .error {
	max-width: 1400px;
	margin-right: 0;
	margin-left: auto;
}

.order-process #order-detail-content .table-bordered,
.cust-account #order-detail-content .table-bordered,
.cm-compare #order-detail-content .table-bordered,
.cust-account-history #order-detail-content .table-bordered,
.cust-account-address #order-detail-content .table-bordered {
	border: unset;
}

.order-process #order-detail-content .cart_item,
.cust-account #order-detail-content .cart_item,
.cm-compare #order-detail-content .cart_item,
.cust-account-history #order-detail-content .cart_item,
.cust-account-address #order-detail-content .cart_item {
	max-width: 1300px;
}

.order-process #order-detail-content .table-bordered > thead > tr > th,
.order-process #order-detail-content .table-bordered > thead > tr > td,
.order-process #order-detail-content .table-bordered > tbody > tr > th,
.order-process #order-detail-content .table-bordered > tbody > tr > td,
.order-process #order-detail-content .table-bordered > tfoot > tr > th,
.order-process #order-detail-content .table-bordered > tfoot > tr > td,
.cust-account #order-detail-content .table-bordered > thead > tr > th,
.cust-account #order-detail-content .table-bordered > thead > tr > td,
.cust-account #order-detail-content .table-bordered > tbody > tr > th,
.cust-account #order-detail-content .table-bordered > tbody > tr > td,
.cust-account #order-detail-content .table-bordered > tfoot > tr > th,
.cust-account #order-detail-content .table-bordered > tfoot > tr > td,
.cm-compare #order-detail-content .table-bordered > thead > tr > th,
.cm-compare #order-detail-content .table-bordered > thead > tr > td,
.cm-compare #order-detail-content .table-bordered > tbody > tr > th,
.cm-compare #order-detail-content .table-bordered > tbody > tr > td,
.cm-compare #order-detail-content .table-bordered > tfoot > tr > th,
.cm-compare #order-detail-content .table-bordered > tfoot > tr > td,
.cust-account-history #order-detail-content .table-bordered > thead > tr > th,
.cust-account-history #order-detail-content .table-bordered > thead > tr > td,
.cust-account-history #order-detail-content .table-bordered > tbody > tr > th,
.cust-account-history #order-detail-content .table-bordered > tbody > tr > td,
.cust-account-history #order-detail-content .table-bordered > tfoot > tr > th,
.cust-account-history #order-detail-content .table-bordered > tfoot > tr > td,
.cust-account-address #order-detail-content .table-bordered > thead > tr > th,
.cust-account-address #order-detail-content .table-bordered > thead > tr > td,
.cust-account-address #order-detail-content .table-bordered > tbody > tr > th,
.cust-account-address #order-detail-content .table-bordered > tbody > tr > td,
.cust-account-address #order-detail-content .table-bordered > tfoot > tr > th,
.cust-account-address #order-detail-content .table-bordered > tfoot > tr > td {
	border: unset;
	font-weight: 500;
	background-color: unset;
}

.order-process #order-detail-content .table-bordered > thead > tr > th,
.cust-account #order-detail-content .table-bordered > thead > tr > th,
.cm-compare #order-detail-content .table-bordered > thead > tr > th,
.cust-account-history #order-detail-content .table-bordered > thead > tr > th,
.cust-account-address #order-detail-content .table-bordered > thead > tr > th {
	border-bottom: 1px solid #f5f5f5;
}

.order-process #order-detail-content #cart_summary tbody td.cart_product img,
.cust-account #order-detail-content #cart_summary tbody td.cart_product img,
.cm-compare #order-detail-content #cart_summary tbody td.cart_product img,
.cust-account-history #order-detail-content #cart_summary tbody td.cart_product img,
.cust-account-address #order-detail-content #cart_summary tbody td.cart_product img {
	border: unset;
	background-color: #f5f5f5;
	border-radius: 8px;
}

@media (max-width: 980px) {
	.order-process #order-detail-content #cart_summary tbody td.cart_product img td,
	.cust-account #order-detail-content #cart_summary tbody td.cart_product img td,
	.cm-compare #order-detail-content #cart_summary tbody td.cart_product img td,
	.cust-account-history #order-detail-content #cart_summary tbody td.cart_product img td,
	.cust-account-address #order-detail-content #cart_summary tbody td.cart_product img td {
		border: none;
		position: relative;
		float: left;
		white-space: normal;
		padding: 7px 10px 7px 10px;
	}
}

.order-process .product-name a,
.cust-account .product-name a,
.cm-compare .product-name a,
.cust-account-history .product-name a,
.cust-account-address .product-name a {
	font-weight: 500;
	font-size: 18px;
	padding-left: 0;
}

@media (max-width: 468px) {
	.order-process .product-name a,
	.cust-account .product-name a,
	.cm-compare .product-name a,
	.cust-account-history .product-name a,
	.cust-account-address .product-name a {
		font-size: 16px;
	}
}

.order-process .cart_description,
.cust-account .cart_description,
.cm-compare .cart_description,
.cust-account-history .cart_description,
.cust-account-address .cart_description {
	width: 25%;
}

.order-process .cart_avail,
.cust-account .cart_avail,
.cm-compare .cart_avail,
.cust-account-history .cart_avail,
.cust-account-address .cart_avail {
	width: 15%;
}

.order-process .cart_avail .label.label-success,
.cust-account .cart_avail .label.label-success,
.cm-compare .cart_avail .label.label-success,
.cust-account-history .cart_avail .label.label-success,
.cust-account-address .cart_avail .label.label-success {
	color: #046a38;
	background-color: #fff;
	border: 0;
	font-weight: 500;
}

.order-process .cart_unit,
.cust-account .cart_unit,
.cm-compare .cart_unit,
.cust-account-history .cart_unit,
.cust-account-address .cart_unit {
	width: 15%;
}

.order-process .cart_quantity,
.cust-account .cart_quantity,
.cm-compare .cart_quantity,
.cust-account-history .cart_quantity,
.cust-account-address .cart_quantity {
	width: 15%;
}

.order-process .cart_quantity input,
.cust-account .cart_quantity input,
.cm-compare .cart_quantity input,
.cust-account-history .cart_quantity input,
.cust-account-address .cart_quantity input {
	background-color: unset;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	outline: none;
}

.order-process .cart_quantity input:active,
.order-process .cart_quantity input:focus,
.order-process .cart_quantity input:hover,
.cust-account .cart_quantity input:active,
.cust-account .cart_quantity input:focus,
.cust-account .cart_quantity input:hover,
.cm-compare .cart_quantity input:active,
.cm-compare .cart_quantity input:focus,
.cm-compare .cart_quantity input:hover,
.cust-account-history .cart_quantity input:active,
.cust-account-history .cart_quantity input:focus,
.cust-account-history .cart_quantity input:hover,
.cust-account-address .cart_quantity input:active,
.cust-account-address .cart_quantity input:focus,
.cust-account-address .cart_quantity input:hover {
	outline: none;
}

.order-process .cart_quantity .cart_quantity_button,
.cust-account .cart_quantity .cart_quantity_button,
.cm-compare .cart_quantity .cart_quantity_button,
.cust-account-history .cart_quantity .cart_quantity_button,
.cust-account-address .cart_quantity .cart_quantity_button {
	justify-content: center;
	display: flex;
}

.order-process .cart_quantity a,
.cust-account .cart_quantity a,
.cm-compare .cart_quantity a,
.cust-account-history .cart_quantity a,
.cust-account-address .cart_quantity a {
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 1px solid #d5d5d5;
}

.order-process .cart_quantity a:active,
.order-process .cart_quantity a:focus,
.order-process .cart_quantity a:hover,
.cust-account .cart_quantity a:active,
.cust-account .cart_quantity a:focus,
.cust-account .cart_quantity a:hover,
.cm-compare .cart_quantity a:active,
.cm-compare .cart_quantity a:focus,
.cm-compare .cart_quantity a:hover,
.cust-account-history .cart_quantity a:active,
.cust-account-history .cart_quantity a:focus,
.cust-account-history .cart_quantity a:hover,
.cust-account-address .cart_quantity a:active,
.cust-account-address .cart_quantity a:focus,
.cust-account-address .cart_quantity a:hover {
	outline: none;
}

.order-process .cart_quantity a.btn-primary:hover,
.order-process .cart_quantity a.btn-default:hover,
.cust-account .cart_quantity a.btn-primary:hover,
.cust-account .cart_quantity a.btn-default:hover,
.cm-compare .cart_quantity a.btn-primary:hover,
.cm-compare .cart_quantity a.btn-default:hover,
.cust-account-history .cart_quantity a.btn-primary:hover,
.cust-account-history .cart_quantity a.btn-default:hover,
.cust-account-address .cart_quantity a.btn-primary:hover,
.cust-account-address .cart_quantity a.btn-default:hover {
	background-color: transparent;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.order-process .cart_quantity .btn.button-plus:hover span,
.order-process .cart_quantity .btn.button-minus:hover span,
.cust-account .cart_quantity .btn.button-plus:hover span,
.cust-account .cart_quantity .btn.button-minus:hover span,
.cm-compare .cart_quantity .btn.button-plus:hover span,
.cm-compare .cart_quantity .btn.button-minus:hover span,
.cust-account-history .cart_quantity .btn.button-plus:hover span,
.cust-account-history .cart_quantity .btn.button-minus:hover span,
.cust-account-address .cart_quantity .btn.button-plus:hover span,
.cust-account-address .cart_quantity .btn.button-minus:hover span {
	background: transparent;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.order-process .cart_quantity_delete,
.cust-account .cart_quantity_delete,
.cm-compare .cart_quantity_delete,
.cust-account-history .cart_quantity_delete,
.cust-account-address .cart_quantity_delete {
	width: 20%;
}

.order-process .cart_quantity_delete img,
.cust-account .cart_quantity_delete img,
.cm-compare .cart_quantity_delete img,
.cust-account-history .cart_quantity_delete img,
.cust-account-address .cart_quantity_delete img {
	width: 20px !important;
}

.order-process .cart_quantity_delete img:hover,
.cust-account .cart_quantity_delete img:hover,
.cm-compare .cart_quantity_delete img:hover,
.cust-account-history .cart_quantity_delete img:hover,
.cust-account-address .cart_quantity_delete img:hover {
	opacity: 0.6;
}

.order-process .cart_total,
.cust-account .cart_total,
.cm-compare .cart_total,
.cust-account-history .cart_total,
.cust-account-address .cart_total {
	width: 10%;
}

.order-process .cm-width-more,
.cust-account .cm-width-more,
.cm-compare .cm-width-more,
.cust-account-history .cm-width-more,
.cust-account-address .cm-width-more {
	width: 14%;
}

.order-process .price,
.cust-account .price,
.cm-compare .price,
.cust-account-history .price,
.cust-account-address .price {
	color: #046a38;
	font-weight: 900;
	font-size: 20px;
	font-family: "Lato";
	line-height: 2;
}

@media (max-width: 700px) {
	.order-process .price,
	.cust-account .price,
	.cm-compare .price,
	.cust-account-history .price,
	.cust-account-address .price {
		font-size: 14px;
	}
}

.order-process .cart_total_price,
.cust-account .cart_total_price,
.cm-compare .cart_total_price,
.cust-account-history .cart_total_price,
.cust-account-address .cart_total_price {
	background-color: unset;
	border-top: 1px solid #f5f5f5;
}

.order-process .cart_navigation .button-exclusive,
.cust-account .cart_navigation .button-exclusive,
.cm-compare .cart_navigation .button-exclusive,
.cust-account-history .cart_navigation .button-exclusive,
.cust-account-address .cart_navigation .button-exclusive {
	font-weight: 500;
	color: #000;
}

.order-process .cart_navigation .button-exclusive:hover,
.cust-account .cart_navigation .button-exclusive:hover,
.cm-compare .cart_navigation .button-exclusive:hover,
.cust-account-history .cart_navigation .button-exclusive:hover,
.cust-account-address .cart_navigation .button-exclusive:hover {
	color: #046a38;
}

.order-process .cart_navigation .button-exclusive:hover i,
.cust-account .cart_navigation .button-exclusive:hover i,
.cm-compare .cart_navigation .button-exclusive:hover i,
.cust-account-history .cart_navigation .button-exclusive:hover i,
.cust-account-address .cart_navigation .button-exclusive:hover i {
	color: #046a38;
}

.order-process .button-medium,
.cust-account .button-medium,
.cm-compare .button-medium,
.cust-account-history .button-medium,
.cust-account-address .button-medium {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	background: #fff;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
	transition: 0.3s all ease-in !important;
}

.order-process .button-medium span,
.order-process .button-medium a,
.cust-account .button-medium span,
.cust-account .button-medium a,
.cm-compare .button-medium span,
.cm-compare .button-medium a,
.cust-account-history .button-medium span,
.cust-account-history .button-medium a,
.cust-account-address .button-medium span,
.cust-account-address .button-medium a {
	border: none;
	background-color: #fff;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
	display: flex;
	align-content: center;
	padding: 14px 44px;
	display: flex;
	align-items: center;
	transition: 0.3s all ease-in !important;
}

.order-process .button-medium span:hover,
.order-process .button-medium a:hover,
.cust-account .button-medium span:hover,
.cust-account .button-medium a:hover,
.cm-compare .button-medium span:hover,
.cm-compare .button-medium a:hover,
.cust-account-history .button-medium span:hover,
.cust-account-history .button-medium a:hover,
.cust-account-address .button-medium span:hover,
.cust-account-address .button-medium a:hover {
	background-color: #046a38;
}

.order-process .button-medium span:hover img,
.order-process .button-medium a:hover img,
.cust-account .button-medium span:hover img,
.cust-account .button-medium a:hover img,
.cm-compare .button-medium span:hover img,
.cm-compare .button-medium a:hover img,
.cust-account-history .button-medium span:hover img,
.cust-account-history .button-medium a:hover img,
.cust-account-address .button-medium span:hover img,
.cust-account-address .button-medium a:hover img {
	/* Safari/Chrome */
	filter: invert(100%);
}

.order-process .button-medium span img,
.order-process .button-medium a img,
.cust-account .button-medium span img,
.cust-account .button-medium a img,
.cm-compare .button-medium span img,
.cm-compare .button-medium a img,
.cust-account-history .button-medium span img,
.cust-account-history .button-medium a img,
.cust-account-address .button-medium span img,
.cust-account-address .button-medium a img {
	max-width: 14px;
	transition: 0.3s all ease-in !important;
}

.order-process .button-medium span img.left,
.order-process .button-medium a img.left,
.cust-account .button-medium span img.left,
.cust-account .button-medium a img.left,
.cm-compare .button-medium span img.left,
.cm-compare .button-medium a img.left,
.cust-account-history .button-medium span img.left,
.cust-account-history .button-medium a img.left,
.cust-account-address .button-medium span img.left,
.cust-account-address .button-medium a img.left {
	margin-right: 1em;
}

.order-process .button-medium span img.right,
.order-process .button-medium a img.right,
.cust-account .button-medium span img.right,
.cust-account .button-medium a img.right,
.cm-compare .button-medium span img.right,
.cm-compare .button-medium a img.right,
.cust-account-history .button-medium span img.right,
.cust-account-history .button-medium a img.right,
.cust-account-address .button-medium span img.right,
.cust-account-address .button-medium a img.right {
	margin-left: 1em;
}

.order-process .button-medium span i,
.order-process .button-medium a i,
.cust-account .button-medium span i,
.cust-account .button-medium a i,
.cm-compare .button-medium span i,
.cm-compare .button-medium a i,
.cust-account-history .button-medium span i,
.cust-account-history .button-medium a i,
.cust-account-address .button-medium span i,
.cust-account-address .button-medium a i {
	font-size: 16px;
	margin-top: 0;
	transition: 0.3s all ease-in !important;
}

.order-process .button-medium:hover,
.cust-account .button-medium:hover,
.cm-compare .button-medium:hover,
.cust-account-history .button-medium:hover,
.cust-account-address .button-medium:hover {
	background-color: #046a38;
}

.order-process .button-medium:hover span,
.cust-account .button-medium:hover span,
.cm-compare .button-medium:hover span,
.cust-account-history .button-medium:hover span,
.cust-account-address .button-medium:hover span {
	color: #fff;
}

@media only screen and (max-width: 980px) {
	.order-process .button-medium span,
	.cust-account .button-medium span,
	.cm-compare .button-medium span,
	.cust-account-history .button-medium span,
	.cust-account-address .button-medium span {
		padding: 10px 20px;
	}
}

.order-process .total_price_container,
.cust-account .total_price_container,
.cm-compare .total_price_container,
.cust-account-history .total_price_container,
.cust-account-address .total_price_container {
	color: #046a38;
	font-weight: 700;
	border-top: 1px solid #f5f5f5;
}

.order-process #cart_summary tfoot td.total_price_container span,
.cust-account #cart_summary tfoot td.total_price_container span,
.cm-compare #cart_summary tfoot td.total_price_container span,
.cust-account-history #cart_summary tfoot td.total_price_container span,
.cust-account-address #cart_summary tfoot td.total_price_container span {
	color: #046a38;
	font-weight: 700;
}

.order-process #total_price,
.cust-account #total_price,
.cm-compare #total_price,
.cust-account-history #total_price,
.cust-account-address #total_price {
	color: #046a38;
	font-weight: 700;
}

.order-process #HOOK_SHOPPING_CART img,
.cust-account #HOOK_SHOPPING_CART img,
.cm-compare #HOOK_SHOPPING_CART img,
.cust-account-history #HOOK_SHOPPING_CART img,
.cust-account-address #HOOK_SHOPPING_CART img {
	font-size: 26px;
	line-height: 26px;
	color: #cfcccc;
	height: 34px;
	width: auto;
}

.order-process .heading-counter,
.cust-account .heading-counter,
.cm-compare .heading-counter,
.cust-account-history .heading-counter,
.cust-account-address .heading-counter {
	font-weight: 500;
	padding-top: 1em;
}

.order-process tbody tr,
.cust-account tbody tr,
.cm-compare tbody tr,
.cust-account-history tbody tr,
.cust-account-address tbody tr {
	border-bottom: 1px solid #f5f5f5;
}

.order-process .page-subheading,
.cust-account .page-subheading,
.cm-compare .page-subheading,
.cust-account-history .page-subheading,
.cust-account-address .page-subheading {
	color: #046a38;
	border-bottom: 0;
	padding-bottom: 0;
}

@media only screen and (max-width: 700px) {
	.order-process .page-subheading,
	.cust-account .page-subheading,
	.cm-compare .page-subheading,
	.cust-account-history .page-subheading,
	.cust-account-address .page-subheading {
		font-size: 14px;
	}
}

.order-process .lost_password a,
.cust-account .lost_password a,
.cm-compare .lost_password a,
.cust-account-history .lost_password a,
.cust-account-address .lost_password a {
	color: #046a38;
	line-height: 1.5;
}

.order-process .center_column .row,
.cust-account .center_column .row,
.cm-compare .center_column .row,
.cust-account-history .center_column .row,
.cust-account-address .center_column .row {
	max-width: 1400px;
	margin-left: auto;
	margin-right: 0;
}

@media only screen and (max-width: 980px) {
	.order-process .center_column,
	.cust-account .center_column,
	.cm-compare .center_column,
	.cust-account-history .center_column,
	.cust-account-address .center_column {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.order-process .form_content p,
.cust-account .form_content p,
.cm-compare .form_content p,
.cust-account-history .form_content p,
.cust-account-address .form_content p {
	padding-left: 0;
	padding-right: 0;
}

.order-process .account_creation,
.cust-account .account_creation,
.cm-compare .account_creation,
.cust-account-history .account_creation,
.cust-account-address .account_creation {
	max-width: 1400px;
	margin-right: 0;
	margin-left: auto;
	margin-bottom: 4em;
}

.order-process .account_creation .radio-inline,
.cust-account .account_creation .radio-inline,
.cm-compare .account_creation .radio-inline,
.cust-account-history .account_creation .radio-inline,
.cust-account-address .account_creation .radio-inline {
	padding-left: 20px;
}

.order-process .account_creation .form-group,
.cust-account .account_creation .form-group,
.cm-compare .account_creation .form-group,
.cust-account-history .account_creation .form-group,
.cust-account-address .account_creation .form-group {
	max-width: 475px;
}

.order-process .account_creation .form-group .row,
.cust-account .account_creation .form-group .row,
.cm-compare .account_creation .form-group .row,
.cust-account-history .account_creation .form-group .row,
.cust-account-address .account_creation .form-group .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 1em;
}

.order-process .account_creation .radio-inline .radio,
.cust-account .account_creation .radio-inline .radio,
.cm-compare .account_creation .radio-inline .radio,
.cust-account-history .account_creation .radio-inline .radio,
.cust-account-address .account_creation .radio-inline .radio {
	padding-left: 10px;
}

.order-process .account_creation #uniform-days select.form-control,
.order-process .account_creation #uniform-years select.form-control,
.order-process .account_creation #uniform-months select.form-control,
.cust-account .account_creation #uniform-days select.form-control,
.cust-account .account_creation #uniform-years select.form-control,
.cust-account .account_creation #uniform-months select.form-control,
.cm-compare .account_creation #uniform-days select.form-control,
.cm-compare .account_creation #uniform-years select.form-control,
.cm-compare .account_creation #uniform-months select.form-control,
.cust-account-history .account_creation #uniform-days select.form-control,
.cust-account-history .account_creation #uniform-years select.form-control,
.cust-account-history .account_creation #uniform-months select.form-control,
.cust-account-address .account_creation #uniform-days select.form-control,
.cust-account-address .account_creation #uniform-years select.form-control,
.cust-account-address .account_creation #uniform-months select.form-control {
	border: none;
	background-color: #f8f8f8;
	border-radius: 6px;
	width: 100px;
	margin-top: 1em;
	margin-bottom: 2em;
	height: 30px;
}

@media only screen and (max-width: 400px) {
	.order-process .account_creation #uniform-days select.form-control,
	.order-process .account_creation #uniform-years select.form-control,
	.order-process .account_creation #uniform-months select.form-control,
	.cust-account .account_creation #uniform-days select.form-control,
	.cust-account .account_creation #uniform-years select.form-control,
	.cust-account .account_creation #uniform-months select.form-control,
	.cm-compare .account_creation #uniform-days select.form-control,
	.cm-compare .account_creation #uniform-years select.form-control,
	.cm-compare .account_creation #uniform-months select.form-control,
	.cust-account-history .account_creation #uniform-days select.form-control,
	.cust-account-history .account_creation #uniform-years select.form-control,
	.cust-account-history .account_creation #uniform-months select.form-control,
	.cust-account-address .account_creation #uniform-days select.form-control,
	.cust-account-address .account_creation #uniform-years select.form-control,
	.cust-account-address .account_creation #uniform-months select.form-control {
		width: 80px;
	}
}

.order-process .account_creation .selector,
.cust-account .account_creation .selector,
.cm-compare .account_creation .selector,
.cust-account-history .account_creation .selector,
.cust-account-address .account_creation .selector {
	width: 100px;
}

.order-process .account_creation .uniform-newsletter,
.cust-account .account_creation .uniform-newsletter,
.cm-compare .account_creation .uniform-newsletter,
.cust-account-history .account_creation .uniform-newsletter,
.cust-account-address .account_creation .uniform-newsletter {
	padding-left: 2em;
}

.order-process .account_creation .checkbox,
.cust-account .account_creation .checkbox,
.cm-compare .account_creation .checkbox,
.cust-account-history .account_creation .checkbox,
.cust-account-address .account_creation .checkbox {
	padding-left: 20px;
	padding-bottom: 20px;
}

.order-process .account_creation .checkbox ul > li,
.cust-account .account_creation .checkbox ul > li,
.cm-compare .account_creation .checkbox ul > li,
.cust-account-history .account_creation .checkbox ul > li,
.cust-account-address .account_creation .checkbox ul > li {
	list-style: disc;
	padding-left: 10px;
	margin-left: 20px;
}

.order-process .account_creation .checkbox-inside,
.cust-account .account_creation .checkbox-inside,
.cm-compare .account_creation .checkbox-inside,
.cust-account-history .account_creation .checkbox-inside,
.cust-account-address .account_creation .checkbox-inside {
	padding-left: 2em;
}

@media only screen and (max-width: 400px) {
	.order-process .account_creation .checkbox-inside,
	.cust-account .account_creation .checkbox-inside,
	.cm-compare .account_creation .checkbox-inside,
	.cust-account-history .account_creation .checkbox-inside,
	.cust-account-address .account_creation .checkbox-inside {
		padding-left: 1em;
	}
}

.order-process .account_creation label,
.cust-account .account_creation label,
.cm-compare .account_creation label,
.cust-account-history .account_creation label,
.cust-account-address .account_creation label {
	line-height: 1.5;
	padding-bottom: 5px;
	font-weight: 500;
}

@media only screen and (max-width: 700px) {
	.order-process .account_creation label,
	.cust-account .account_creation label,
	.cm-compare .account_creation label,
	.cust-account-history .account_creation label,
	.cust-account-address .account_creation label {
		font-size: 14px;
	}
}

.order-process .box,
.cust-account .box,
.cm-compare .box,
.cust-account-history .box,
.cust-account-address .box {
	background-color: unset;
	border: none;
}

.order-process #add_address,
.order-process #form_forgotpassword,
.cust-account #add_address,
.cust-account #form_forgotpassword,
.cm-compare #add_address,
.cm-compare #form_forgotpassword,
.cust-account-history #add_address,
.cust-account-history #form_forgotpassword,
.cust-account-address #add_address,
.cust-account-address #form_forgotpassword {
	max-width: 1400px;
	margin-right: 0;
	margin-left: auto;
}

.order-process #add_address .inline-infos,
.order-process #form_forgotpassword .inline-infos,
.cust-account #add_address .inline-infos,
.cust-account #form_forgotpassword .inline-infos,
.cm-compare #add_address .inline-infos,
.cm-compare #form_forgotpassword .inline-infos,
.cust-account-history #add_address .inline-infos,
.cust-account-history #form_forgotpassword .inline-infos,
.cust-account-address #add_address .inline-infos,
.cust-account-address #form_forgotpassword .inline-infos {
	font-size: 14px;
	padding-bottom: 1em;
}

.order-process #uniform-id_country,
.order-process #uniform-id_country_2,
.order-process #uniform-id_country_2Invoice,
.order-process #other,
.order-process #id_product,
.cust-account #uniform-id_country,
.cust-account #uniform-id_country_2,
.cust-account #uniform-id_country_2Invoice,
.cust-account #other,
.cust-account #id_product,
.cm-compare #uniform-id_country,
.cm-compare #uniform-id_country_2,
.cm-compare #uniform-id_country_2Invoice,
.cm-compare #other,
.cm-compare #id_product,
.cust-account-history #uniform-id_country,
.cust-account-history #uniform-id_country_2,
.cust-account-history #uniform-id_country_2Invoice,
.cust-account-history #other,
.cust-account-history #id_product,
.cust-account-address #uniform-id_country,
.cust-account-address #uniform-id_country_2,
.cust-account-address #uniform-id_country_2Invoice,
.cust-account-address #other,
.cust-account-address #id_product {
	max-width: 300px;
}

.order-process #uniform-id_country .form-control,
.order-process #uniform-id_country_2 .form-control,
.order-process #uniform-id_country_2Invoice .form-control,
.order-process #other .form-control,
.order-process #id_product .form-control,
.cust-account #uniform-id_country .form-control,
.cust-account #uniform-id_country_2 .form-control,
.cust-account #uniform-id_country_2Invoice .form-control,
.cust-account #other .form-control,
.cust-account #id_product .form-control,
.cm-compare #uniform-id_country .form-control,
.cm-compare #uniform-id_country_2 .form-control,
.cm-compare #uniform-id_country_2Invoice .form-control,
.cm-compare #other .form-control,
.cm-compare #id_product .form-control,
.cust-account-history #uniform-id_country .form-control,
.cust-account-history #uniform-id_country_2 .form-control,
.cust-account-history #uniform-id_country_2Invoice .form-control,
.cust-account-history #other .form-control,
.cust-account-history #id_product .form-control,
.cust-account-address #uniform-id_country .form-control,
.cust-account-address #uniform-id_country_2 .form-control,
.cust-account-address #uniform-id_country_2Invoice .form-control,
.cust-account-address #other .form-control,
.cust-account-address #id_product .form-control {
	border-radius: 6px;
	height: 46px;
	width: 250px;
}

.order-process #other,
.cust-account #other,
.cm-compare #other,
.cust-account-history #other,
.cust-account-address #other {
	background-color: #f5f5f5;
	max-width: 350px;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	color: #000;
	padding-left: 1em;
}

.order-process #other:focus,
.cust-account #other:focus,
.cm-compare #other:focus,
.cust-account-history #other:focus,
.cust-account-address #other:focus {
	box-shadow: unset;
}

.order-process .cm-span-not-show .selector span,
.order-process .cm-span-not-show #uniform-id_country span,
.order-process .cm-span-not-show #uniform-id_country_2 span,
.order-process .cm-span-not-show #uniform-id_country_2Invoice span,
.cust-account .cm-span-not-show .selector span,
.cust-account .cm-span-not-show #uniform-id_country span,
.cust-account .cm-span-not-show #uniform-id_country_2 span,
.cust-account .cm-span-not-show #uniform-id_country_2Invoice span,
.cm-compare .cm-span-not-show .selector span,
.cm-compare .cm-span-not-show #uniform-id_country span,
.cm-compare .cm-span-not-show #uniform-id_country_2 span,
.cm-compare .cm-span-not-show #uniform-id_country_2Invoice span,
.cust-account-history .cm-span-not-show .selector span,
.cust-account-history .cm-span-not-show #uniform-id_country span,
.cust-account-history .cm-span-not-show #uniform-id_country_2 span,
.cust-account-history .cm-span-not-show #uniform-id_country_2Invoice span,
.cust-account-address .cm-span-not-show .selector span,
.cust-account-address .cm-span-not-show #uniform-id_country span,
.cust-account-address .cm-span-not-show #uniform-id_country_2 span,
.cust-account-address .cm-span-not-show #uniform-id_country_2Invoice span {
	display: none;
}

.order-process .order_carrier_content,
.order-process #form,
.cust-account .order_carrier_content,
.cust-account #form,
.cm-compare .order_carrier_content,
.cm-compare #form,
.cust-account-history .order_carrier_content,
.cust-account-history #form,
.cust-account-address .order_carrier_content,
.cust-account-address #form {
	max-width: 1400px;
	margin-right: 0;
	margin-left: auto;
}

.order-process .order_carrier_content .carrier_title,
.order-process #form .carrier_title,
.cust-account .order_carrier_content .carrier_title,
.cust-account #form .carrier_title,
.cm-compare .order_carrier_content .carrier_title,
.cm-compare #form .carrier_title,
.cust-account-history .order_carrier_content .carrier_title,
.cust-account-history #form .carrier_title,
.cust-account-address .order_carrier_content .carrier_title,
.cust-account-address #form .carrier_title {
	text-transform: uppercase;
	margin: 1em auto 1em 0;
	color: #046a38;
}

.order-process .order_carrier_content .cm-red-p,
.order-process #form .cm-red-p,
.cust-account .order_carrier_content .cm-red-p,
.cust-account #form .cm-red-p,
.cm-compare .order_carrier_content .cm-red-p,
.cm-compare #form .cm-red-p,
.cust-account-history .order_carrier_content .cm-red-p,
.cust-account-history #form .cm-red-p,
.cust-account-address .order_carrier_content .cm-red-p,
.cust-account-address #form .cm-red-p {
	color: #ff5833;
	font-size: 1em;
	text-align: left;
	margin-bottom: 1em;
}

.order-process .order_carrier_content tbody,
.order-process .order_carrier_content .table,
.order-process #form tbody,
.order-process #form .table,
.cust-account .order_carrier_content tbody,
.cust-account .order_carrier_content .table,
.cust-account #form tbody,
.cust-account #form .table,
.cm-compare .order_carrier_content tbody,
.cm-compare .order_carrier_content .table,
.cm-compare #form tbody,
.cm-compare #form .table,
.cust-account-history .order_carrier_content tbody,
.cust-account-history .order_carrier_content .table,
.cust-account-history #form tbody,
.cust-account-history #form .table,
.cust-account-address .order_carrier_content tbody,
.cust-account-address .order_carrier_content .table,
.cust-account-address #form tbody,
.cust-account-address #form .table {
	border-radius: 16px !important;
}

.order-process .order_carrier_content tr td:first-child,
.order-process #form tr td:first-child,
.cust-account .order_carrier_content tr td:first-child,
.cust-account #form tr td:first-child,
.cm-compare .order_carrier_content tr td:first-child,
.cm-compare #form tr td:first-child,
.cust-account-history .order_carrier_content tr td:first-child,
.cust-account-history #form tr td:first-child,
.cust-account-address .order_carrier_content tr td:first-child,
.cust-account-address #form tr td:first-child {
	border-top-left-radius: 16px !important;
	border-bottom-left-radius: 16px !important;
}

.order-process .order_carrier_content tr td:last-child,
.order-process #form tr td:last-child,
.cust-account .order_carrier_content tr td:last-child,
.cust-account #form tr td:last-child,
.cm-compare .order_carrier_content tr td:last-child,
.cm-compare #form tr td:last-child,
.cust-account-history .order_carrier_content tr td:last-child,
.cust-account-history #form tr td:last-child,
.cust-account-address .order_carrier_content tr td:last-child,
.cust-account-address #form tr td:last-child {
	border-top-right-radius: 16px !important;
	border-bottom-right-radius: 16px !important;
}

.order-process .order_carrier_content tr,
.order-process #form tr,
.cust-account .order_carrier_content tr,
.cust-account #form tr,
.cm-compare .order_carrier_content tr,
.cm-compare #form tr,
.cust-account-history .order_carrier_content tr,
.cust-account-history #form tr,
.cust-account-address .order_carrier_content tr,
.cust-account-address #form tr {
	background-color: #f5f5f5;
	border: none !important;
}

.order-process .order_carrier_content tr td,
.order-process #form tr td,
.cust-account .order_carrier_content tr td,
.cust-account #form tr td,
.cm-compare .order_carrier_content tr td,
.cm-compare #form tr td,
.cust-account-history .order_carrier_content tr td,
.cust-account-history #form tr td,
.cust-account-address .order_carrier_content tr td,
.cust-account-address #form tr td {
	border: none;
	padding-top: 1em;
	padding-bottom: 1em;
}

.order-process .order_carrier_content td.cm-td-new-price,
.order-process #form td.cm-td-new-price,
.cust-account .order_carrier_content td.cm-td-new-price,
.cust-account #form td.cm-td-new-price,
.cm-compare .order_carrier_content td.cm-td-new-price,
.cm-compare #form td.cm-td-new-price,
.cust-account-history .order_carrier_content td.cm-td-new-price,
.cust-account-history #form td.cm-td-new-price,
.cust-account-address .order_carrier_content td.cm-td-new-price,
.cust-account-address #form td.cm-td-new-price {
	max-width: 200px !important;
	width: 10%;
}

.order-process .order_carrier_content td.cm-td-old-price,
.order-process #form td.cm-td-old-price,
.cust-account .order_carrier_content td.cm-td-old-price,
.cust-account #form td.cm-td-old-price,
.cm-compare .order_carrier_content td.cm-td-old-price,
.cm-compare #form td.cm-td-old-price,
.cust-account-history .order_carrier_content td.cm-td-old-price,
.cust-account-history #form td.cm-td-old-price,
.cust-account-address .order_carrier_content td.cm-td-old-price,
.cust-account-address #form td.cm-td-old-price {
	max-width: 100px !important;
	width: 10%;
}

.order-process .order_carrier_content .cm-delivery-name,
.order-process #form .cm-delivery-name,
.cust-account .order_carrier_content .cm-delivery-name,
.cust-account #form .cm-delivery-name,
.cm-compare .order_carrier_content .cm-delivery-name,
.cm-compare #form .cm-delivery-name,
.cust-account-history .order_carrier_content .cm-delivery-name,
.cust-account-history #form .cm-delivery-name,
.cust-account-address .order_carrier_content .cm-delivery-name,
.cust-account-address #form .cm-delivery-name {
	vertical-align: unset;
}

@media only screen and (max-width: 700px) {
	.order-process .order_carrier_content .cm-delivery-name,
	.order-process #form .cm-delivery-name,
	.cust-account .order_carrier_content .cm-delivery-name,
	.cust-account #form .cm-delivery-name,
	.cm-compare .order_carrier_content .cm-delivery-name,
	.cm-compare #form .cm-delivery-name,
	.cust-account-history .order_carrier_content .cm-delivery-name,
	.cust-account-history #form .cm-delivery-name,
	.cust-account-address .order_carrier_content .cm-delivery-name,
	.cust-account-address #form .cm-delivery-name {
		font-size: 14px;
	}
}

.order-process .order_carrier_content .cm-delivery-name .cm-delivery-name-text,
.order-process #form .cm-delivery-name .cm-delivery-name-text,
.cust-account .order_carrier_content .cm-delivery-name .cm-delivery-name-text,
.cust-account #form .cm-delivery-name .cm-delivery-name-text,
.cm-compare .order_carrier_content .cm-delivery-name .cm-delivery-name-text,
.cm-compare #form .cm-delivery-name .cm-delivery-name-text,
.cust-account-history .order_carrier_content .cm-delivery-name .cm-delivery-name-text,
.cust-account-history #form .cm-delivery-name .cm-delivery-name-text,
.cust-account-address .order_carrier_content .cm-delivery-name .cm-delivery-name-text,
.cust-account-address #form .cm-delivery-name .cm-delivery-name-text {
	font-size: 18px;
	color: #000;
}

@media only screen and (max-width: 700px) {
	.order-process .order_carrier_content .cm-delivery-name .cm-delivery-name-text,
	.order-process #form .cm-delivery-name .cm-delivery-name-text,
	.cust-account .order_carrier_content .cm-delivery-name .cm-delivery-name-text,
	.cust-account #form .cm-delivery-name .cm-delivery-name-text,
	.cm-compare .order_carrier_content .cm-delivery-name .cm-delivery-name-text,
	.cm-compare #form .cm-delivery-name .cm-delivery-name-text,
	.cust-account-history .order_carrier_content .cm-delivery-name .cm-delivery-name-text,
	.cust-account-history #form .cm-delivery-name .cm-delivery-name-text,
	.cust-account-address .order_carrier_content .cm-delivery-name .cm-delivery-name-text,
	.cust-account-address #form .cm-delivery-name .cm-delivery-name-text {
		font-size: 14px;
	}
}

.order-process .order_carrier_content .cm-delivery-name .cm-delivery-name-text span,
.order-process #form .cm-delivery-name .cm-delivery-name-text span,
.cust-account .order_carrier_content .cm-delivery-name .cm-delivery-name-text span,
.cust-account #form .cm-delivery-name .cm-delivery-name-text span,
.cm-compare .order_carrier_content .cm-delivery-name .cm-delivery-name-text span,
.cm-compare #form .cm-delivery-name .cm-delivery-name-text span,
.cust-account-history .order_carrier_content .cm-delivery-name .cm-delivery-name-text span,
.cust-account-history #form .cm-delivery-name .cm-delivery-name-text span,
.cust-account-address .order_carrier_content .cm-delivery-name .cm-delivery-name-text span,
.cust-account-address #form .cm-delivery-name .cm-delivery-name-text span {
	opacity: 50%;
}

.order-process .order_carrier_content .radio,
.order-process #form .radio,
.cust-account .order_carrier_content .radio,
.cust-account #form .radio,
.cm-compare .order_carrier_content .radio,
.cm-compare #form .radio,
.cust-account-history .order_carrier_content .radio,
.cust-account-history #form .radio,
.cust-account-address .order_carrier_content .radio,
.cust-account-address #form .radio {
	padding-left: 10px;
}

.order-process .order_carrier_content input[type="radio"],
.order-process #form input[type="radio"],
.cust-account .order_carrier_content input[type="radio"],
.cust-account #form input[type="radio"],
.cm-compare .order_carrier_content input[type="radio"],
.cm-compare #form input[type="radio"],
.cust-account-history .order_carrier_content input[type="radio"],
.cust-account-history #form input[type="radio"],
.cust-account-address .order_carrier_content input[type="radio"],
.cust-account-address #form input[type="radio"] {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	border-radius: 50%;
	outline: none;
	margin-top: -5px;
}

.order-process .order_carrier_content input[type="radio"]:before,
.order-process #form input[type="radio"]:before,
.cust-account .order_carrier_content input[type="radio"]:before,
.cust-account #form input[type="radio"]:before,
.cm-compare .order_carrier_content input[type="radio"]:before,
.cm-compare #form input[type="radio"]:before,
.cust-account-history .order_carrier_content input[type="radio"]:before,
.cust-account-history #form input[type="radio"]:before,
.cust-account-address .order_carrier_content input[type="radio"]:before,
.cust-account-address #form input[type="radio"]:before {
	content: "";
	display: block;
	width: 80%;
	height: 80%;
	border-radius: 50%;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.order-process .order_carrier_content input[type="radio"]:checked:before,
.order-process #form input[type="radio"]:checked:before,
.cust-account .order_carrier_content input[type="radio"]:checked:before,
.cust-account #form input[type="radio"]:checked:before,
.cm-compare .order_carrier_content input[type="radio"]:checked:before,
.cm-compare #form input[type="radio"]:checked:before,
.cust-account-history .order_carrier_content input[type="radio"]:checked:before,
.cust-account-history #form input[type="radio"]:checked:before,
.cust-account-address .order_carrier_content input[type="radio"]:checked:before,
.cust-account-address #form input[type="radio"]:checked:before {
	background: #000;
}

.order-process .order_carrier_content tr > td,
.order-process #form tr > td,
.cust-account .order_carrier_content tr > td,
.cust-account #form tr > td,
.cm-compare .order_carrier_content tr > td,
.cm-compare #form tr > td,
.cust-account-history .order_carrier_content tr > td,
.cust-account-history #form tr > td,
.cust-account-address .order_carrier_content tr > td,
.cust-account-address #form tr > td {
	vertical-align: middle;
}

.order-process .order_carrier_content .cm-td-new-price,
.order-process .order_carrier_content .cm-td-old-price,
.order-process #form .cm-td-new-price,
.order-process #form .cm-td-old-price,
.cust-account .order_carrier_content .cm-td-new-price,
.cust-account .order_carrier_content .cm-td-old-price,
.cust-account #form .cm-td-new-price,
.cust-account #form .cm-td-old-price,
.cm-compare .order_carrier_content .cm-td-new-price,
.cm-compare .order_carrier_content .cm-td-old-price,
.cm-compare #form .cm-td-new-price,
.cm-compare #form .cm-td-old-price,
.cust-account-history .order_carrier_content .cm-td-new-price,
.cust-account-history .order_carrier_content .cm-td-old-price,
.cust-account-history #form .cm-td-new-price,
.cust-account-history #form .cm-td-old-price,
.cust-account-address .order_carrier_content .cm-td-new-price,
.cust-account-address .order_carrier_content .cm-td-old-price,
.cust-account-address #form .cm-td-new-price,
.cust-account-address #form .cm-td-old-price {
	vertical-align: middle;
}

@media only screen and (max-width: 700px) {
	.order-process .order_carrier_content .cm-td-new-price,
	.order-process .order_carrier_content .cm-td-old-price,
	.order-process #form .cm-td-new-price,
	.order-process #form .cm-td-old-price,
	.cust-account .order_carrier_content .cm-td-new-price,
	.cust-account .order_carrier_content .cm-td-old-price,
	.cust-account #form .cm-td-new-price,
	.cust-account #form .cm-td-old-price,
	.cm-compare .order_carrier_content .cm-td-new-price,
	.cm-compare .order_carrier_content .cm-td-old-price,
	.cm-compare #form .cm-td-new-price,
	.cm-compare #form .cm-td-old-price,
	.cust-account-history .order_carrier_content .cm-td-new-price,
	.cust-account-history .order_carrier_content .cm-td-old-price,
	.cust-account-history #form .cm-td-new-price,
	.cust-account-history #form .cm-td-old-price,
	.cust-account-address .order_carrier_content .cm-td-new-price,
	.cust-account-address .order_carrier_content .cm-td-old-price,
	.cust-account-address #form .cm-td-new-price,
	.cust-account-address #form .cm-td-old-price {
		padding-left: 5px;
		font-size: 14px;
	}
}

.order-process .order_carrier_content .price,
.order-process #form .price,
.cust-account .order_carrier_content .price,
.cust-account #form .price,
.cm-compare .order_carrier_content .price,
.cm-compare #form .price,
.cust-account-history .order_carrier_content .price,
.cust-account-history #form .price,
.cust-account-address .order_carrier_content .price,
.cust-account-address #form .price {
	color: #046a38;
	font-weight: 700;
}

@media only screen and (max-width: 700px) {
	.order-process .order_carrier_content .price,
	.order-process #form .price,
	.cust-account .order_carrier_content .price,
	.cust-account #form .price,
	.cm-compare .order_carrier_content .price,
	.cm-compare #form .price,
	.cust-account-history .order_carrier_content .price,
	.cust-account-history #form .price,
	.cust-account-address .order_carrier_content .price,
	.cust-account-address #form .price {
		font-size: 14px;
	}
}

.order-process .order_carrier_content .old-price,
.order-process #form .old-price,
.cust-account .order_carrier_content .old-price,
.cust-account #form .old-price,
.cm-compare .order_carrier_content .old-price,
.cm-compare #form .old-price,
.cust-account-history .order_carrier_content .old-price,
.cust-account-history #form .old-price,
.cust-account-address .order_carrier_content .old-price,
.cust-account-address #form .old-price {
	font-weight: 600;
}

@media only screen and (max-width: 700px) {
	.order-process .order_carrier_content .old-price,
	.order-process #form .old-price,
	.cust-account .order_carrier_content .old-price,
	.cust-account #form .old-price,
	.cm-compare .order_carrier_content .old-price,
	.cm-compare #form .old-price,
	.cust-account-history .order_carrier_content .old-price,
	.cust-account-history #form .old-price,
	.cust-account-address .order_carrier_content .old-price,
	.cust-account-address #form .old-price {
		font-size: 14px;
	}
}

.order-process .order_carrier_content .box,
.order-process #form .box,
.cust-account .order_carrier_content .box,
.cust-account #form .box,
.cm-compare .order_carrier_content .box,
.cm-compare #form .box,
.cust-account-history .order_carrier_content .box,
.cust-account-history #form .box,
.cust-account-address .order_carrier_content .box,
.cust-account-address #form .box {
	padding-right: 0;
}

.order-process .order_carrier_content .box ul,
.order-process #form .box ul,
.cust-account .order_carrier_content .box ul,
.cust-account #form .box ul,
.cm-compare .order_carrier_content .box ul,
.cm-compare #form .box ul,
.cust-account-history .order_carrier_content .box ul,
.cust-account-history #form .box ul,
.cust-account-address .order_carrier_content .box ul,
.cust-account-address #form .box ul {
	margin-left: 3em;
	margin-top: 2em;
}

@media only screen and (max-width: 700px) {
	.order-process .order_carrier_content .box ul,
	.order-process #form .box ul,
	.cust-account .order_carrier_content .box ul,
	.cust-account #form .box ul,
	.cm-compare .order_carrier_content .box ul,
	.cm-compare #form .box ul,
	.cust-account-history .order_carrier_content .box ul,
	.cust-account-history #form .box ul,
	.cust-account-address .order_carrier_content .box ul,
	.cust-account-address #form .box ul {
		margin-left: 1em;
		margin-top: 1.5em;
	}
}

.order-process .order_carrier_content .box ul li,
.order-process #form .box ul li,
.cust-account .order_carrier_content .box ul li,
.cust-account #form .box ul li,
.cm-compare .order_carrier_content .box ul li,
.cm-compare #form .box ul li,
.cust-account-history .order_carrier_content .box ul li,
.cust-account-history #form .box ul li,
.cust-account-address .order_carrier_content .box ul li,
.cust-account-address #form .box ul li {
	list-style-type: disc;
	margin-bottom: 0.2em;
	font-size: 16px;
	color: #333;
	font-weight: 300;
}

.order-process .order_carrier_content .box sup,
.order-process #form .box sup,
.cust-account .order_carrier_content .box sup,
.cust-account #form .box sup,
.cm-compare .order_carrier_content .box sup,
.cm-compare #form .box sup,
.cust-account-history .order_carrier_content .box sup,
.cust-account-history #form .box sup,
.cust-account-address .order_carrier_content .box sup,
.cust-account-address #form .box sup {
	color: #ff5833;
}

.order-process .cart_navigation,
.cust-account .cart_navigation,
.cm-compare .cart_navigation,
.cust-account-history .cart_navigation,
.cust-account-address .cart_navigation {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.order-process .cart_navigation span,
.cust-account .cart_navigation span,
.cm-compare .cart_navigation span,
.cust-account-history .cart_navigation span,
.cust-account-address .cart_navigation span {
	padding: 0;
}

.order-process .cart_navigation button,
/*.cust-account .cart_navigation button,*/
.cm-compare .cart_navigation button,
.cust-account-history .cart_navigation button,
.cust-account-address .cart_navigation button {
	padding: 0 44px;
}

.order-process .cart_navigation button span,
.cust-account .cart_navigation button span,
.cm-compare .cart_navigation button span,
.cust-account-history .cart_navigation button span,
.cust-account-address .cart_navigation button span {
	background: none !important;
}

.order-process .cart_navigation button:hover img,
.cust-account .cart_navigation button:hover img,
.cm-compare .cart_navigation button:hover img,
.cust-account-history .cart_navigation button:hover img,
.cust-account-address .cart_navigation button:hover img {
	filter: invert(100%);
}

@media only screen and (max-width: 700px) {
	.order-process .cart_navigation button,
	.cust-account .cart_navigation button,
	.cm-compare .cart_navigation button,
	.cust-account-history .cart_navigation button,
	.cust-account-address .cart_navigation button {
		padding: 6px 20px;
	}
}

.cust-account .cart_navigation button {
	padding: 0px 44px;
	font-weight: 700;
}

.order-process .cart_navigation a,
.cust-account .cart_navigation a,
.cm-compare .cart_navigation a,
.cust-account-history .cart_navigation a,
.cust-account-address .cart_navigation a {
	padding: 14px 44px;
	font-weight: 700;
	background-color: transparent;
}

@media only screen and (max-width: 980px) {
	.order-process .cart_navigation a,
	.cust-account .cart_navigation a,
	.cust-account .cart_navigation button,
	.cm-compare .cart_navigation a,
	.cust-account-history .cart_navigation a,
	.cust-account-address .cart_navigation a {
		padding: 10px 20px;
	}
}

.order-process .cart_navigation a span,
.cust-account .cart_navigation a span,
.cm-compare .cart_navigation a span,
.cust-account-history .cart_navigation a span,
.cust-account-address .cart_navigation a span {
	background: none !important;
}

.order-process .cart_navigation a span:hover,
.cust-account .cart_navigation a span:hover,
.cm-compare .cart_navigation a span:hover,
.cust-account-history .cart_navigation a span:hover,
.cust-account-address .cart_navigation a span:hover {
	border-color: #046a38;
}

.order-process .cart_navigation a img,
.cust-account .cart_navigation a img,
.cm-compare .cart_navigation a img,
.cust-account-history .cart_navigation a img,
.cust-account-address .cart_navigation a img {
	transition: all 0.3s ease;
}

.order-process .cart_navigation a:hover,
.cust-account .cart_navigation a:hover,
.cust-account .cart_navigation button:hover,
.cm-compare .cart_navigation a:hover,
.cust-account-history .cart_navigation a:hover,
.cust-account-address .cart_navigation a:hover {
	color: #fff;
	border-color: #046a38;
}

.order-process .cm-single-button,
.cust-account .cm-single-button,
.cm-compare .cm-single-button,
.cust-account-history .cm-single-button,
.cust-account-address .cm-single-button {
	justify-content: flex-start;
}

@media only screen and (max-width: 700px) {
	.order-process .cart_navigation > span,
	.cust-account .cart_navigation > span,
	.cm-compare .cart_navigation > span,
	.cust-account-history .cart_navigation > span,
	.cust-account-address .cart_navigation > span {
		width: unset !important;
	}
}

.order-process .addresses,
.cust-account .addresses,
.cm-compare .addresses,
.cust-account-history .addresses,
.cust-account-address .addresses {
	max-width: 1400px;
	margin-right: 0;
	margin-left: auto;
}

.order-process .addresses .cm-inline select,
.cust-account .addresses .cm-inline select,
.cm-compare .addresses .cm-inline select,
.cust-account-history .addresses .cm-inline select,
.cust-account-address .addresses .cm-inline select {
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #d5d5d5;
	margin-left: 10px;
}

.order-process .addresses .cm-inline,
.cust-account .addresses .cm-inline,
.cm-compare .addresses .cm-inline,
.cust-account-history .addresses .cm-inline,
.cust-account-address .addresses .cm-inline {
	display: inline-flex;
	height: auto;
	align-items: center;
}

.order-process .addresses select,
.cust-account .addresses select,
.cm-compare .addresses select,
.cust-account-history .addresses select,
.cust-account-address .addresses select {
	width: 200px;
	height: 30px;
	vertical-align: middle;
	margin-left: 10px;
}

.order-process .addresses h3,
.cust-account .addresses h3,
.cm-compare .addresses h3,
.cust-account-history .addresses h3,
.cust-account-address .addresses h3 {
	color: #046a38;
	margin-bottom: 1em;
	padding-left: 0 !important;
}

.order-process .addresses h4,
.cust-account .addresses h4,
.cm-compare .addresses h4,
.cust-account-history .addresses h4,
.cust-account-address .addresses h4 {
	color: #000;
	text-transform: none;
	margin-bottom: 1.5em;
}

.order-process .addresses .box,
.cust-account .addresses .box,
.cm-compare .addresses .box,
.cust-account-history .addresses .box,
.cust-account-address .addresses .box {
	padding-left: 0;
	padding-right: 0;
}

.order-process .addresses .address_phone,
.cust-account .addresses .address_phone,
.cm-compare .addresses .address_phone,
.cust-account-history .addresses .address_phone,
.cust-account-address .addresses .address_phone {
	margin-top: 1em;
}

.order-process .addresses .cm-vegetable,
.cust-account .addresses .cm-vegetable,
.cm-compare .addresses .cm-vegetable,
.cust-account-history .addresses .cm-vegetable,
.cust-account-address .addresses .cm-vegetable {
	max-width: 378px;
	margin: auto;
	padding: 0 1em;
	position: absolute;
	right: 150px;
	top: 150px;
}

@media only screen and (max-width: 1220px) {
	.order-process .addresses .cm-vegetable,
	.cust-account .addresses .cm-vegetable,
	.cm-compare .addresses .cm-vegetable,
	.cust-account-history .addresses .cm-vegetable,
	.cust-account-address .addresses .cm-vegetable {
		right: 50px;
		top: 150px;
		max-width: 300px;
	}
}

@media only screen and (max-width: 1000px) {
	.order-process .addresses .cm-vegetable,
	.cust-account .addresses .cm-vegetable,
	.cm-compare .addresses .cm-vegetable,
	.cust-account-history .addresses .cm-vegetable,
	.cust-account-address .addresses .cm-vegetable {
		top: 350px;
		max-width: 300px;
	}
}

@media only screen and (max-width: 800px) {
	.order-process .addresses .cm-vegetable,
	.cust-account .addresses .cm-vegetable,
	.cm-compare .addresses .cm-vegetable,
	.cust-account-history .addresses .cm-vegetable,
	.cust-account-address .addresses .cm-vegetable {
		top: 450px;
		max-width: 250px;
	}
}

@media only screen and (max-width: 500px) {
	.order-process .addresses .cm-vegetable,
	.cust-account .addresses .cm-vegetable,
	.cm-compare .addresses .cm-vegetable,
	.cust-account-history .addresses .cm-vegetable,
	.cust-account-address .addresses .cm-vegetable {
		top: 450px;
		max-width: 200px;
		right: 10px;
	}
}

@media only screen and (max-width: 400px) {
	.order-process .addresses .cm-vegetable,
	.cust-account .addresses .cm-vegetable,
	.cm-compare .addresses .cm-vegetable,
	.cust-account-history .addresses .cm-vegetable,
	.cust-account-address .addresses .cm-vegetable {
		display: none;
	}
}

.order-process .addresses .address_update,
.cust-account .addresses .address_update,
.cm-compare .addresses .address_update,
.cust-account-history .addresses .address_update,
.cust-account-address .addresses .address_update {
	margin-top: 1em;
}

.order-process .addresses .address_update .button.button-small,
.cust-account .addresses .address_update .button.button-small,
.cm-compare .addresses .address_update .button.button-small,
.cust-account-history .addresses .address_update .button.button-small,
.cust-account-address .addresses .address_update .button.button-small {
	font:
		bold 13px/17px Arial,
		Helvetica,
		sans-serif;
	color: #046a38;
	background: none;
	text-shadow: none;
	border: none;
	border-bottom: solid 1px #046a38;
}

.order-process .addresses .address_update .button.button-small:hover,
.cust-account .addresses .address_update .button.button-small:hover,
.cm-compare .addresses .address_update .button.button-small:hover,
.cust-account-history .addresses .address_update .button.button-small:hover,
.cust-account-address .addresses .address_update .button.button-small:hover {
	background: TRANSPARENT !important;
}

.order-process .addresses .address_update .button.button-small span:hover,
.cust-account .addresses .address_update .button.button-small span:hover,
.cm-compare .addresses .address_update .button.button-small span:hover,
.cust-account-history .addresses .address_update .button.button-small span:hover,
.cust-account-address .addresses .address_update .button.button-small span:hover {
	background: transparent;
	color: black;
}

.order-process .addresses .address_update span,
.cust-account .addresses .address_update span,
.cm-compare .addresses .address_update span,
.cust-account-history .addresses .address_update span,
.cust-account-address .addresses .address_update span {
	display: block;
	padding: 3px 8px 0 8px;
	border: none;
	font-weight: 400;
}

.order-process .addresses label,
.cust-account .addresses label,
.cm-compare .addresses label,
.cust-account-history .addresses label,
.cust-account-address .addresses label {
	margin-top: 3em;
	padding-bottom: 5px;
	font-weight: 500;
}

.order-process .addresses .form-control,
.cust-account .addresses .form-control,
.cm-compare .addresses .form-control,
.cust-account-history .addresses .form-control,
.cust-account-address .addresses .form-control {
	background: #f5f5f5;
	border: none;
	border-radius: 16px;
	max-width: 50%;
	margin: 0em auto 0 0;
	padding: 1em;
	font-size: 16px;
}

@media only screen and (max-width: 700px) {
	.order-process .addresses .form-control,
	.cust-account .addresses .form-control,
	.cm-compare .addresses .form-control,
	.cust-account-history .addresses .form-control,
	.cust-account-address .addresses .form-control {
		max-width: 100%;
	}
}

.order-process .addresses textarea::placeholder,
.cust-account .addresses textarea::placeholder,
.cm-compare .addresses textarea::placeholder,
.cust-account-history .addresses textarea::placeholder,
.cust-account-address .addresses textarea::placeholder {
	padding: 0 0 0 0.5em;
	font-size: 1em;
}

.order-process .addresses textarea:focus,
.cust-account .addresses textarea:focus,
.cm-compare .addresses textarea:focus,
.cust-account-history .addresses textarea:focus,
.cust-account-address .addresses textarea:focus {
	box-shadow: unset;
}

.order-process .addresses .check_address_delivery,
.cust-account .addresses .check_address_delivery,
.cm-compare .addresses .check_address_delivery,
.cust-account-history .addresses .check_address_delivery,
.cust-account-address .addresses .check_address_delivery {
	display: inline-flex;
}

.order-process h1,
.order-process h4,
.cust-account h4,
.cm-compare h4,
.cust-account-history h4,
.cust-account-address h4 {
	color: #046a38;
	margin-bottom: 2em;
}

.order-process .cm-red-p,
.cust-account .cm-red-p,
.cm-compare .cm-red-p,
.cust-account-history .cm-red-p,
.cust-account-address .cm-red-p {
	color: #ff5833;
	font-size: 1em;
	text-align: left;
	margin-bottom: 1em;
}

.order-process .std input.form-control,
.order-process .std select#id_country.form-control,
.order-process .std select#id_country_2.form-control,
.order-process .std .form-control,
.order-process .std #uniform-id_country,
.order-process .std #uniform-id_country_2,
.cust-account .std input.form-control,
.cust-account .std select#id_country.form-control,
.cust-account .std select#id_country_2.form-control,
.cust-account .std .form-control,
.cust-account .std #uniform-id_country,
.cust-account .std #uniform-id_country_2,
.cm-compare .std input.form-control,
.cm-compare .std select#id_country.form-control,
.cm-compare .std select#id_country_2.form-control,
.cm-compare .std .form-control,
.cm-compare .std #uniform-id_country,
.cm-compare .std #uniform-id_country_2,
.cust-account-history .std input.form-control,
.cust-account-history .std select#id_country.form-control,
.cust-account-history .std select#id_country_2.form-control,
.cust-account-history .std .form-control,
.cust-account-history .std #uniform-id_country,
.cust-account-history .std #uniform-id_country_2,
.cust-account-address .std input.form-control,
.cust-account-address .std select#id_country.form-control,
.cust-account-address .std select#id_country_2.form-control,
.cust-account-address .std .form-control,
.cust-account-address .std #uniform-id_country,
.cust-account-address .std #uniform-id_country_2 {
	max-width: 500px !important;
}

.order-process .cm-checkbox,
.cust-account .cm-checkbox,
.cm-compare .cm-checkbox,
.cust-account-history .cm-checkbox,
.cust-account-address .cm-checkbox {
	display: flex;
}

.order-process .cm-address-form,
.cust-account .cm-address-form,
.cm-compare .cm-address-form,
.cust-account-history .cm-address-form,
.cust-account-address .cm-address-form {
	column-count: 2 !important;
}

.order-process .cm-checkbox-label,
.cust-account .cm-checkbox-label,
.cm-compare .cm-checkbox-label,
.cust-account-history .cm-checkbox-label,
.cust-account-address .cm-checkbox-label {
	display: flex;
	align-items: flex-start;
}

.order-process .cm-checkbox-label label,
.cust-account .cm-checkbox-label label,
.cm-compare .cm-checkbox-label label,
.cust-account-history .cm-checkbox-label label,
.cust-account-address .cm-checkbox-label label {
	margin-left: 10px;
	font-size: 16px;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	color: #333;
}

.order-process .cm-padding-bottom,
.cust-account .cm-padding-bottom,
.cm-compare .cm-padding-bottom,
.cust-account-history .cm-padding-bottom,
.cust-account-address .cm-padding-bottom {
	padding-bottom: 1em;
}

.order-process input[type="checkbox"],
.cust-account input[type="checkbox"],
.cm-compare input[type="checkbox"],
.cust-account-history input[type="checkbox"],
.cust-account-address input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	outline: none;
	content: none;
}

.order-process input[type="checkbox"]:before,
.cust-account input[type="checkbox"]:before,
.cm-compare input[type="checkbox"]:before,
.cust-account-history input[type="checkbox"]:before,
.cust-account-address input[type="checkbox"]:before {
	font-family: "FontAwesome";
	content: "\f00c";
	font-size: 12px;
	color: transparent !important;
	background: #fff;
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #777777;
	border-radius: 4px;
	margin-right: 7px;
	text-align: center;
}

.order-process input[type="checkbox"].cm-black:before,
.cust-account input[type="checkbox"].cm-black:before,
.cm-compare input[type="checkbox"].cm-black:before,
.cust-account-history input[type="checkbox"].cm-black:before,
.cust-account-address input[type="checkbox"].cm-black:before {
	border: 1px solid #777777;
}

.order-process input[type="checkbox"]:checked:before,
.cust-account input[type="checkbox"]:checked:before,
.cm-compare input[type="checkbox"]:checked:before,
.cust-account-history input[type="checkbox"]:checked:before,
.cust-account-address input[type="checkbox"]:checked:before {
	color: #777777 !important;
}

@media only screen and (max-width: 980px) {
	.order-process .box {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 980px) {
	.order-process .cm-border-right {
		border-right: none;
	}
}

@media only screen and (max-width: 400px) {
	.order-process.cm-table .center_column {
		padding-left: 0;
		padding-right: 0;
	}
}

.user_account ul {
	margin-top: 2em;
}

.user_account ul a {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
}

.user_account ul a img {
	max-width: 24px;
	margin-right: 14px;
}

@media only screen and (max-width: 700px) {
	.user_account ul a {
		font-size: 16px;
	}
}

.user_account .footer_links {
	border: none !important;
	max-width: 1400px;
	margin-right: 0;
	margin-left: auto;
}

.user_account .footer_links a {
	border-radius: 16px 0 16px 0;
	border: solid 1px #000;
	background-color: transparent !important;
	background-image: none;
	margin-top: 1em;
	transition: all 0.3s ease;
}

.user_account .footer_links a span {
	border: none !important;
	color: #000;
	text-shadow: none;
	padding: 1em 1.5em;
	font-size: 16px;
	text-transform: uppercase;
}

.user_account .footer_links a:hover {
	background-image: none;
	background-color: #046a38 !important;
	border-color: transparent !important;
}

.user_account .footer_links a:hover span {
	background-color: transparent !important;
	background-image: none;
	color: #fff !important;
}

.cm-image-user_account {
	max-width: 606px;
	width: 60%;
	position: absolute;
	right: 14%;
	top: 35%;
}

@media only screen and (max-width: 1220px) {
	.cm-image-user_account {
		right: 10%;
		width: 40%;
	}
}

@media only screen and (max-width: 700px) {
	.cm-image-user_account {
		position: relative;
		top: 0;
		bottom: 0;
		right: 0;
		width: 80%;
		margin: 0 auto -100px auto;
	}
}

.cust-account-history #order-detail-content,
.cust-account-address #order-detail-content {
	border-top: 1px solid #d5d5d5;
}

.cust-account-history #block-history,
.cust-account-history #block-address,
.cust-account-address #block-history,
.cust-account-address #block-address {
	max-width: 1400px;
	margin-right: 0;
	margin-left: auto;
}

.cust-account-history #block-history .alert,
.cust-account-history #block-address .alert,
.cust-account-address #block-history .alert,
.cust-account-address #block-address .alert {
	border-radius: 16px;
}

.cust-account-history #block-order-detail,
.cust-account-address #block-order-detail {
	border-top: 1px solid #d6d4d4;
	padding-top: 2em;
	max-width: 1400px;
	margin-right: 0;
	margin-left: auto;
}

.cust-account-history span.label,
.cust-account-address span.label {
	color: #000;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

.cust-account-history .price,
.cust-account-address .price {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #046a38;
}

@media only screen and (max-width: 700px) {
	.cust-account-history .price,
	.cust-account-address .price {
		font-size: 14px;
	}
}

.cust-account-history .table-bordered > tbody > tr > td,
.cust-account-history .table-bordered > thead > tr > th,
.cust-account-history .table-bordered,
.cust-account-address .table-bordered > tbody > tr > td,
.cust-account-address .table-bordered > thead > tr > th,
.cust-account-address .table-bordered {
	border: none;
}

.cust-account-history .info-order p,
.cust-account-address .info-order p {
	font-size: 16px;
}

#create-account_form.box,
#login_form.box {
	border-radius: 16px;
	background-color: #fff;
}

#create-account_form {
	background-color: unset;
	border: none;
	margin-bottom: 4em;
}

@media (max-width: 980px) {
	#create-account_form {
		margin-bottom: 2em;
	}
}

#login_form {
	background-color: unset;
	border: none;
}

#create-account_form input.form-control,
#opc_account_form input.form-control,
#login_form input.form-control,
#customer-form input.form-control,
#add_address input.form-control,
#address input.form-control:not(#search_query_top),
#form_forgotpassword input.form-control,
.layer_cart_product input.form-control,
#checkout-personal-information-step .form-control,
#checkout-addresses-step .form-control {
	/* .form-control { */
	background-color: #f8f8f8;
	max-width: 350px;
	border: none;
	border-radius: 6px;
	height: 46px;
	font-size: 1em;
	color: #000;
	padding-left: 1em;
}

#address input.form-control:not(#search_query_top) {
	width: 100%;
	max-width: 100%;
}

#create-account_form input.form-control::placeholder,
#login_form input.form-control::placeholder,
#customer-form input.form-control::placeholder,
#add_address input.form-control::placeholder,
#address input.form-control::placeholder,
#form_forgotpassword input.form-control::placeholder,
.layer_cart_product input.form-control::placeholder,
#checkout-personal-information-step .form-control::placeholder,
#checkout-addresses-step .form-control .form-control::placeholder,
.form-control::placeholder {
	font-size: 1em;
}

#create-account_form input.form-control:focus,
#login_form input.form-control:focus,
#customer-form input.form-control:focus,
#add_address input.form-control:focus,
#address input.form-control:focus,
#form_forgotpassword input.form-control:focus,
.layer_cart_product input.form-control:focus,
#checkout-personal-information-step .form-control:focus,
#checkout-addresses-step .form-control .form-control:focus,
.form-control:focus {
	box-shadow: unset;
}

#create-account_form label,
#login_form label,
#customer-form label,
#add_address label,
#address label,
#form_forgotpassword label,
.layer_cart_product label {
	font-weight: 500;
	padding-bottom: 5px;
}

@media (max-width: 980px) {
	#order-detail-content #cart_summary td {
		border: none;
		position: relative;
		float: left;
		white-space: normal;
		padding: 7px 10px 7px 10px;
	}
	.cm-border-top-mobile {
		border-top: 1px solid black;
	}
}

@media only screen and (max-width: 980px) {
	.cm-extra-code {
		text-align: right;
	}
}

.cm-extra-code .cm-bony {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 980px) {
	.cm-extra-code .cm-bony {
		text-align: right;
	}
	.cm-extra-code .cm-bony input {
		margin-left: auto;
	}
}

.cm-extra-code .cm-bony .cm-input {
	width: 100%;
	display: flex;
	align-items: center;
}

.cm-extra-code .cm-bony .cm-input span,
.cm-extra-code .cm-bony .cm-input input {
	width: 50%;
	align-items: center;
}

@media only screen and (max-width: 400px) {
	.cm-extra-code .cm-bony .cm-input span,
	.cm-extra-code .cm-bony .cm-input input {
		width: 100%;
	}
}

.cm-extra-code .cm-bony .cm-input input {
	text-align: center;
}

@media only screen and (max-width: 1220px) {
	.cm-extra-code .cm-bony .cm-input {
		flex-direction: column;
		align-items: flex-end;
		text-align: right;
	}
	.cm-extra-code .cm-bony .cm-input input {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}

.cm-extra-code .cm-bony .cm-alert {
	text-align: right;
}

.price {
	color: #046a38 !important;
	font-weight: 600 !important;
}

.price.product-price {
	font-size: 20px;
}

.old-price {
	color: #666666 !important;
	font-weight: 300 !important;
	font-size: 16px;
}

.old-price.product-price {
	font-size: 18px;
}

.cm-warning {
	color: #ff5833;
}

.cm-price-box {
	position: relative;
	display: block;
	align-items: center;
	justify-content: center;
	margin-bottom: 1em;
}

.cm-price-box .cm-old-price {
	margin-right: 1em;
	margin-left: -1em;
	position: relative;
}

.cm-old-price {
	display: block;
	position: absolute;
	font-size: 18px;
	font-weight: 300 !important;
	color: #666666 !important;
	left: 0%;
	top: 0;
	text-decoration: line-through;
	text-decoration-color: #000;
}

.cm-current-price {
	color: #046a38;
	font-weight: 600;
	font-size: 20px;
	font-family: "Lato";
	line-height: 2;
}

.cm-product-prices {
	position: relative;
	display: flex;
	flex-direction: column;
}

.cm-product-prices .cm-calc-installment {
	max-width: 170px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cm-product-prices .cm-old-price {
	display: block;
	position: absolute;
	font-size: 18px;
	font-weight: 300;
	left: 0%;
	top: 0;
	text-decoration: line-through;
	text-decoration-color: #000;
}

.cm-product-prices .cm-current-price {
	color: #046a38;
	font-weight: 600;
	font-size: 20px;
	font-family: "Lato";
	line-height: 2;
}

.cm-border-right {
	border-right: 1px solid #d5d5d5;
	padding-right: 0;
}

@media only screen and (max-width: 980px) {
	.cm-border-right {
		border-right: none;
	}
}

@media only screen and (max-width: 980px) {
	.cm-border-bottom-mobile {
		border-bottom: 1px solid #d5d5d5 !important;
		padding-bottom: 4em;
		margin-bottom: 2em;
		padding-top: 3em;
	}
}

.cm-border-top {
	border-top: 1px solid #d5d5d5 !important;
}

@media only screen and (max-width: 700px) {
	ul.footer_links li + li {
		margin-left: 0px !important;
	}
	.footer_links p {
		padding-left: 0;
	}
	.address.item.box,
	.address.alternate_item.box {
		padding: 0;
	}
}

.page-heading {
	font-size: 20px;
}

@media only screen and (max-width: 980px) {
	.page-heading {
		font-size: 16px;
	}
}

.p-indent {
	font-size: 16px;
}

.cm-error {
	font-size: 80%;
	color: #f13340;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

.cm-ok {
	font-size: 80%;
	color: #046a38;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

.cm-attributes {
	margin-left: 0;
}

.cm-cuantity-box {
	margin-top: 1em !important;
}

@media only screen and (max-width: 998px) {
	.cm-cuantity-box {
		padding-left: 8px;
	}
}

.cm-cuantity-box label {
	color: #666666;
	padding-right: 4px;
	font-weight: 400;
}

.cm-cuantity-box input#quantity_wanted {
	max-width: 100px !important;
	border: solid 1px #d5d5d5;
	padding: 10px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	/* margin-right: 10px; */
}

input#quantity_wanted:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-inner-spin-button {
	opacity: 1 !important;
	pointer-events: auto !important;
}

.cm-cuantity-box a {
	margin-right: 5px;
}

@media (max-width: 998px) {
	.cm-cuantity-box .btn {
		margin-left: 0;
		width: 39px;
	}
	.cm-cuantity-box span {
		margin: 0 auto;
	}
}

@media (max-width: 998px) and (min-width: 980px) and (max-width: 998px) {
	.cm-cuantity-box .cm-cuantity-box {
		display: flex;
	}
}

.cm-cuantity-box input {
	background-color: unset;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	outline: none;
}

.cm-cuantity-box input:active,
.cm-cuantity-box input:focus,
.cm-cuantity-box input:hover {
	outline: none;
}

.cm-cuantity-box .cart_quantity_button {
	justify-content: center;
	display: flex;
}

.cm-cuantity-box a {
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 1px solid #d5d5d5;
}

.cm-cuantity-box a:active,
.cm-cuantity-box a:focus,
.cm-cuantity-box a:hover {
	outline: none;
}

.cm-cuantity-box a.btn-primary:hover,
.cm-cuantity-box a.btn-default:hover {
	background-color: transparent;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.cm-cuantity-box .btn.button-plus:hover span,
.cm-cuantity-box .btn.button-minus:hover span {
	background: transparent;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.cm-page-content {
	padding-left: 1em;
	padding-right: 1em;
}

@media only screen and (max-width: 400px) {
	.cm-page-content {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.cm-page-content .columns-container .container {
	max-width: 1710px;
}

.cm-quantity-box {
	display: flex;
	width: 100%;
	border: none;
}

@media only screen and (min-width: 1221px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}
}

.fancybox-opened {
	top: 15%;
	left: 50%;
}

@media only screen and (max-width: 400px) {
	.fancybox-opened {
		top: 5%;
	}
}

.fancybox-close::after {
	line-height: 1;
	font-weight: 700;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

#address .form-group,
#identity .form-group,
#customer-form .form-group,
#new_account_form .form-group,
#opc_account_form .form-group,
#authentication .form-group {
	margin-bottom: 15px;
}

#header .layer_cart_product input.form-control {
	background-color: #f8f8f8;
	border: none;
	border-radius: 6px;
	height: 46px;
	font-size: 1em;
	max-width: unset;
	color: #000;
	padding-left: 1em;
}

#header.cm-out-of-stock .layer_cart_product {
	padding: 30px;
}

.form-control:focus {
	box-shadow: none;
	border-color: #666666;
}

input::placeholder,
textarea::placeholder {
	color: #666666 !important;
	font-size: 1em;
	opacity: 0.5;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

p.required {
	color: #000 !important;
}

.cm-recipe-prev,
.cm-recipe-next {
	--swiper-navigation-size: 30px;
}

.cm-recipe-prev::after,
.cm-recipe-next::after {
	color: #046a38;
}

.cm-recipe-prev {
	left: -15px;
}

.cm-recipe-next {
	right: -15px;
}

.cm-recipe-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	border-radius: unset;
	width: 19px;
	height: 4px;
}

.swiper-pagination-bullet {
	background: #046a38;
}

.out-of-stock .product-image-container,
.out-of-stock #image-block {
	position: relative;
}

.out-of-stock .product-image-container:after,
.out-of-stock #image-block:after {
	content: "Brak w magazynie";
	height: 100%;
	width: 100%;
	display: flex;
	position: absolute;
	background: #fff;
	top: 0;
	opacity: 0.8;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #000;
	border-radius: 16px;
	font-size: 24px;
}

.cm-stars-box {
	color: #64a70b;
}

.cm-stars-box .cm-empty-star {
	opacity: 0.1;
}

.adresses_bloc_cust {
	display: flex;
	flex-direction: row;
	padding: 5px;
}

#block-history table tr th:nth-child(1),
#block-order-detail table tr th:nth-child(1),
#order-detail-content table tr th:nth-child(1) {
	padding-left: 5px;
}

#block-history table tr td:nth-child(1),
#block-order-detail table tr td:nth-child(1),
#order-detail-content table tr td:nth-child(1) {
	padding-left: 5px;
}

#block-order-detail .page-heading,
#block-order-detail p {
	padding-left: 5px;
}

.adresses_bloc_cust {
	display: flex;
	margin-top: 4em;
	margin-bottom: 4em;
}

.adresses_bloc_cust .cm-box {
	width: 50%;
}

.adresses_bloc_cust .page-subheading {
	color: #046a38;
	border-bottom: 0;
	padding-bottom: 0;
}

@media only screen and (max-width: 700px) {
	.adresses_bloc_cust .page-subheading {
		font-size: 14px;
	}
}

#layer_cart {
	max-width: 940px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
}

#layer_cart .cm-green {
	color: #046a38 !important;
	font-weight: 900;
}

#layer_cart .cm-title {
	background-color: #046a38;
	text-align: center;
	margin: 1em;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#layer_cart .cm-title span.title {
	border-radius: 8px;
	padding: 1em;
	min-height: 57px;
	color: #fff;
}

#layer_cart .cm-title span.title i {
	padding: 4px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-right: 1em;
}

#layer_cart .layer_cart_product {
	border-right: 1px solid #f5f5f5;
}

@media only screen and (max-width: 998px) {
	#layer_cart .layer_cart_product {
		padding-bottom: 0;
	}
}

#layer_cart .layer_cart_product .product-image-container {
	border: none;
	max-width: 230px;
}

#layer_cart .layer_cart_product .product-image-container .layer_cart_img {
	background-color: #f5f5f5;
	border-radius: 8px;
}

#layer_cart .layer_cart_product .layer_cart_product_info {
	padding-top: 0;
}

#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
	font-weight: 700;
	line-height: 2;
}

@media only screen and (max-width: 998px) {
	#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
		line-height: 1.4;
	}
}

#layer_cart .layer_cart_product .layer_cart_product_info .old-price {
	text-decoration: line-through;
	text-decoration-color: black;
	line-height: 1.7;
}

#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_price {
	font-size: 1em;
	font-weight: 700;
	margin-top: 1em;
	line-height: 1.7;
}

#layer_cart .layer_cart_cart {
	background: #fff;
	min-height: 430px;
	border: none;
}

@media only screen and (max-width: 998px) {
	#layer_cart .layer_cart_cart {
		min-height: unset;
	}
	#layer_cart .layer_cart_cart span.title {
		margin-bottom: 0;
		padding-bottom: 7px;
	}
	#layer_cart .layer_cart_cart .layer_cart_row .cm-current-price {
		font-size: 16px;
	}
	#layer_cart .layer_cart_cart .cm-mt-xs {
		margin-top: 0;
	}
}

#layer_cart .layer_cart_cart .title {
	font-size: 1em;
	border: none;
}

#layer_cart .layer_cart_cart .button-container {
	display: flex;
	flex-direction: column;
}

#layer_cart .layer_cart_cart .button-container a.btn-cm-cust {
	background-color: #fff;
	margin-bottom: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #000;
}

#layer_cart .layer_cart_cart .button-container a.btn-cm-cust:hover {
	background-color: #046a38;
	color: #fff;
}

#layer_cart .layer_cart_cart .button-container a.btn-cm-cust:active {
	color: #fff;
}

#layer_cart .layer_cart_cart .button-container a.btn-cm-cust .cm-rotate {
	transform: rotate(180deg);
	max-width: 10px;
}

#layer_cart .cross {
	position: absolute;
	right: -9px;
	top: -12px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	color: #333;
	z-index: 2;
}

#layer_cart .cross:before {
	content: "\f057";
	display: block;
	font-family: "FontAwesome";
	font-size: 26px;
	line-height: 26px;
	background: white;
	border-radius: 50%;
	text-align: center;
}

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
.cm-search-index .page-heading {
	text-transform: unset;
	color: #046a38;
}

.cm-search-index .sortPagiBar {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}

.cm-search-index .center_column .row {
	max-width: 1400px;
	margin-left: auto !important;
	margin-right: auto !important;
}

#search .flex-row,
.cm-search-index .flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
    justify-content: space-evenly;
	gap: 1rem;
}

#search .flex-row :nth-last-child(-n + 2),
.cm-search-index .flex-row :nth-last-child(-n + 2) {
	border-bottom: none !important;
}

#search .row.flex-row::after,
#search .row.flex-row::before {
    content: none;
}

#search .cm-recipe,
.cm-search-index .flex-row .cm-recipe {
	width: 100%;
	padding-bottom: 2em;
	border-bottom: 1px solid #d5d5d5;
	margin-right: 20px;
	color: #000;
}
@media screen and (min-width: 768px) {
	#search .cm-recipe {
		max-width: 45%;
		width: 50%;
	}
}

.cm-search-index .flex-row .cm-recipe .cm-breadcrumb {
	padding-bottom: 1em;
	padding-left: 0;
}

@media only screen and (max-width: 998px) {
	.cm-search-index .flex-row .cm-recipe .cm-breadcrumb {
		padding-left: 5px;
	}
}

@media (max-width: 998px) {
	.cm-search-index .flex-row .cm-recipe {
		max-width: 250px;
	}
}

@media only screen and (max-width: 600px) {
	.cm-search-index .flex-row .cm-recipe {
		max-width: 100%;
	}
}

.cm-search-index .flex-row .cm-recipe .cm-img img {
	border-radius: 64px 0;
	width: 100%;
}

.cm-search-index .flex-row .cm-recipe h4 {
	font-size: 1.25em;
}

.cm-search-index .flex-row .cm-recipe p {
	font-size: 1em;
}

#search .flex-row .cm-recipe p.cm-tags-blog,
.cm-search-index .flex-row .cm-recipe p.cm-tags-blog {
	color: #046a38;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 1px solid #046a38;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 0.875em;
}

#search .cm-recipe p.cm-small-blog,
.cm-search-index .flex-row .cm-recipe p.cm-small-blog {
	color: #046a38;
	padding-bottom: 5px;
	margin-top: 1.5em;
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: 400;
}

body {
	font-size: 16px;
	font-family: "Lato", sans-serif;
	box-sizing: border-box;
	background-image: none;
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: left;
	color: #000;
}

@media (max-width: 980px) {
	body {
		font-size: 14px;
	}
}

body > div:not(.zFsO),
body > #wrapper {
	max-width: 1710px !important;
	margin: auto;
}
p.payment_module img {
	display: none;
}
p.payment_module span.paylabel {
	padding: 0;
}

img.r8080 {
	width: 80px;
	height: 80px;
}

.cm-faq-accordion-item li {
	list-style: decimal;
	padding-left: 10px;
	margin-left: 20px;
}
.cm-faq-accordion-item li ol li {
	list-style: lower-alpha;
	padding-left: 10px;
	margin-left: 20px;
}
.layered_slider_container .ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #64a70b;
}
/*#selectProductSort{z-index: 101}*/

#cms ol li {
	list-style: lower-alpha;
	padding-left: 10px;
}
#cms ol {
	margin-left: 30px;
}

#cms ol li ol li {
	list-style-type: lower-roman;
	padding-left: 10px;
}
#cms ol li ol {
	margin-left: 30px;
	padding: 10px 0;
}
#cms ol li ol li ol {
	padding: 10px 0;
}
#cms ol li ol li ol li {
	list-style: decimal;
}

#cms .regulamin-serwisu ol li {
	list-style: decimal;
}
small {
	font-size: 85%;
	opacity: 0.5;
}

.cm-sort-products .select-items {
	z-index: 101;
}
#product img {
	width: initial;
}

#product .socialsharing_product img {
	width: 150px;
}
.price_discount_delete img {
	width: 20px !important;
}

#prices-drop .content_sortPagiBar .sortPagiBar {
	margin-left: 0;
}
#prices-drop .compare-form {
	margin-top: 40px;
}

#product_comparison .comparison_infos {
	position: relative;
}
.comparison_infos h5 {
	margin-bottom: 10px;
}
.comparison_infos .content_price {
	width: 100%;
}
.cart_discount_name {
	text-align: center;
}
.socialsharing_product p {
	font-size: 1.05em;
}
div.product_desc p.product_name strong {
	font-size: 18px;
}
.fancybox-overlay .fancybox-errorbox {
	max-width: 600px;
}
.fancybox-error {
	color: #444;
	font:
		20px/20px "Helvetica Neue",
		Helvetica,
		Arial,
		sans-serif;
	margin: 0;
	padding: 25px;
	white-space: normal;
}
.account_creation label {
	width: inherit;
}
#products-comparison .cm-compare {
	overflow: inherit;
}

#products-comparison .product-rating {
	width: 100px;
	margin: 0 auto;
}

#my-popup {
	text-align: center;
	background-color: #eee;
	opacity: 0.95;
	width: 400px;
	height: 200px;
	box-sizing: border-box;
	padding: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 102;
}
#my-popup img {
	width: 100px;
	height: 100px;
}

.cm-compare .product_image img {
	max-width: 600px;
	margin: 0 auto;
}
.history_invoice img {
	width: inherit;
}
.cm-bony .cm-input span {
	text-align: right;
	margin-right: 5px;
}

img.platnosc {
	width: 400px;
	float: right;
	margin-right: 30px;
}
@media (max-width: 1023px) {
	img.platnosc {
		display: none;
	}
}
.alert-danger .error {
	color: white;
}
#submitGuestAccount span {
	padding: 14px 0px;
}

.cm-box-email2 {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;
}
.cm-box-email2 .cm-row {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
.cm-box-email2 input[type="email"] {
	background-color: transparent;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom: 1px solid #64a70b;
	width: 100%;
	color: #000;
	margin-bottom: 0em;
	margin-right: 1em;
	transition: all 0.2s ease-in;
	height: 33px;
	font-size: 1em;
	font-family: "Lato";
	vertical-align: bottom;
	line-height: 1.1;
	padding-bottom: 0px;
}

.cm-box-email2 a {
	font-size: 14px;
	text-decoration: none;
	color: #000;
	font-family: "Lato";
	line-height: 1.7 !important;
	padding-bottom: 0;
	padding-top: 0;
	vertical-align: bottom;
	white-space: nowrap;
}
.cm-404-section .cm-box-email2 .cm-row {
	border-radius: 16px;
	max-width: 1500px;
	margin: 0 auto;
	margin-bottom: 0px;
	padding: inherit;
}

#new-products .cm-404-section .cm-row .cm-col,
#prices-drop .cm-404-section .cm-row .cm-col,
#category .cm-404-section .cm-row .cm-col {
	color: #000;
}
#new-products .cm-404-section .cm-row .cm-col .cm-text,
#prices-drop .cm-404-section .cm-row .cm-col .cm-text,
#category .cm-404-section .cm-row .cm-col .cm-text {
	font-size: 1em;
}
#new-products .cm-404-section .cm-row,
#prices-drop .cm-404-section .cm-row,
#category .cm-404-section .cm-row {
	padding: 0;
}
#product .cm-404-section .cm-row {
	padding: 0 0 20px 0;
}
.cm-single-blog img {
	width: inherit;
	height: inherit;
}
.cm-stars-box .reviews p {
	padding-top: 2px;
}

#oos_customer_email_result::before {
	content: "\A";
	white-space: pre;
}
@media (max-width: 950px) {
	.addresses .cm-vegetable {
		display: none;
	}
}
#product_comparison {
	min-width: 650px;
}
.zielonka {
	color: #046a38;
	font-weight: bold;
}

#oos_customer_email,
.js-mailalert input[type="email"] {
	background-color: transparent;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0;
	border-bottom: 1px solid #046a38;
	width: 100%;
	height: 33px;
	margin-bottom: 1rem;
	margin-right: 0;
	padding-bottom: 0;
	color: #046a38;
	font-size: 1em;
	font-family: "Lato";
	vertical-align: bottom;
	line-height: 1.1;
	transition: all 0.2s ease-in;
}

.btn.btn-primary.js-mailalert-add {
	font-size: 13px;
	text-decoration: none;
	color: #046a38;
	font-family: "Lato";
	line-height: 1.6 !important;
	padding: 8px 10px;
	vertical-align: bottom;
	background-color: white;
	border: none;
	border-radius: 20px;
	border: 0.5px solid #046a38;
	width: 100%;
}

.btn.btn-primary.js-mailalert-add:hover {
	color: #fff;
	background-color: #046a38;
}

#oos_customer_email:focus-visible,
.js-mailalert input[type="email"]:focus-visible {
	outline: none;
}

.btn-send2 {
	border: 0.5px solid #046a38;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	text-decoration: none;
	color: #fff;
	border-radius: 24px;
	padding: 0.5em 2em;
	text-transform: uppercase;
	transition: all 0.2s ease-in;
	display: inline-block;
	width: 100%;
	/*max-height: 33px;*/
	text-align: center;
	display: flex;
	align-items: center;
}
.btn-send2 button {
	font-size: 14px;
	text-decoration: none;
	color: #046a38;
	font-family: "Lato";
	line-height: 1.7 !important;
	padding-bottom: 3px;
	padding-top: 3px;
	vertical-align: bottom;
	background-color: white;
	border: none;
}
#oosHook {
	width: 260px;
}
.margintop-70 {
	margin-top: -72px;
}

@media (min-width: 800px) {
	#products-comparison .ajax_block_product {
		width: 25%;
	}
}

.product-container h5 {
	min-height: 70px;
	margin-bottom: 0.75em;
}

#faq .cm-content-section .cm-content ol li {
	font-size: 1.125em;
	line-height: 1.75em;
	font-family: "Lato", sans-serif;
	font-weight: 300;
}
#faq .cm-content-section .cm-content p {
	margin: 10px 0;
}

#oosHook .btn-send2:hover,
#mailalert_link:hover {
	background-color: #046a38;
	color: white;
}
#mailalert_link {
	font-size: 14px;
	text-decoration: none;
	color: #046a38;
	font-family: "Lato";
	line-height: 1.7 !important;
	padding: 8px 15px;

	vertical-align: bottom;
	background-color: white;
	border: none;
	border-radius: 20px;
	border: 0.5px solid #046a38;
}
.swiper-wrapper {
	display: flex;
	align-item: stretch;
}
.swiper-slide {
	display: flex;
	height: initial;
}

#product .cm-before-after .cm-before-after-content img {
	width: 100%;
	display: block;
}
@media (max-width: 800px) {
	.page-product-box > div {
		flex-direction: column;
	}
}
button#mailalert_link {
	width: 100%;
}

.page-product-box .table-data-sheet tr:nth-child(2n + 1) {
	background-color: #d9f2c3;
}
.page-product-box .table-data-sheet {
	width: initial;
	margin: 0 auto;
}

.table-data-sheet tr td:first-child {
	width: auto !important;
}

.advsm-map-info.advsm-map-info-push {
	padding-bottom: calc(3em);
}
#prices-drop .informacja_ustawowa_o_cenie {
	text-align: center;
}

/*  obrazek w opisie produktu */

.obrazfs01 {
	width: 100% !important;
}

.cm-body {
	max-width: 1710px !important;
	margin: 0 auto !important;
	padding-inline: 1rem;
}

#category .cm-body {
	padding-inline: 2rem;
	padding-top: 2rem;
}

.order-process #cart_title {
	font-size: 20px !important;
	font-weight: 600 !important;
}

#delivery textarea {
	display: block;
	width: 100%;
	height: auto;
	color: #9c9b9b;
	background: #f5f5f5;
	border: none;
	border-radius: 16px;
	margin: 0;
	padding: 1em;
	font-size: 16px;
	line-height: 1.42857;
}

.input-group {
	display: flex;
}

.input-group .input-group-btn > .btn[data-action="show-password"] {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	float: left;
	transition: 0.3s all ease-in;
	background-color: #eee;
	text-transform: uppercase;
	outline: none;
	color: #000;
	width: 70px;
}

#address .form-group .form-control,
#identity .form-group .form-control,
#customer-form .form-group .form-control {
	max-width: 100%;
}

#js-product-list-top .sort-by-row::after,
#js-product-list-top .sort-by-row:before {
	display: none !important;
}

#js-product-list-header h1 {
	margin: 0;
	padding: 0;
	padding-top: 1rem;
}

#js-product-list-top .row.sort-by-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 1rem;
	padding-block: 1rem;
}

#checkout button.btn-primary {
	padding: 0.625em 2.75em;
}

#cart .cart-message {
	border: 1px solid #046a38;
	padding-block: 1.5rem;
	margin-block: 2rem 1rem;
	border-radius: 16px 0;
}

#cart .cart-message p {
	font-weight: 400;
}

body#checkout section.checkout-step #login-form .form-control-label,
body#checkout section.checkout-step #customer-form .form-control-label {
	text-align: right;
}

#checkout .cm-col-menu.cm-show-desktop {
	display: none;
}

#checkout .cm-content-section .cm-row .cm-col-content {
	width: 100%;
	flex-basis: 100%;
}

#checkout .modal-dialog {
	max-width: 900px;
}