 /*
Theme Name: Smak witamin
Author:coolbrand.pl
Author URI: http://coolbrand.pl/
Description: Smak witamin theme
Text Domain: smakwitamin
Version: 1.0
*/


:root {
	--gray-100: #f1f2f4;
	--gray-200: #e5e7eb;
	--gray-400: #9ca3af;
	--gray-500: #6d7280;
	--gray-600: #4b5563;
	--gray-900: #111827;

	--green-100: #dcfce7;
	--green-200: #bbf7d0;
	--green-500: #22c55e;
	--green-800: #166534;

	--red-100: #ffe3e7;
	--red-300: #fca5a5;
	--red-500: #ef4444;
	--red-600: #dc2626;
	--red-800: #991b1b;

	--blue-400: #60a5fa;
	--blue-600: #2563eb;

	--orange-200: #fed7aa;
	--orange-600: #ea580c;

	--yellow-100: #fcfcc5;
	--yellow-500: #e3c20f;
	--yellow-hover: #C0A822;

	--white: #fff;
	--black: #000;
}





html {
	scroll-behavior:smooth;
/* 	overflow-x: hidden; */
}

body {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--gray-600);
    line-height: 1.4em;
	margin:0;
	padding:0;
	position: relative;
    word-break: normal;
	word-wrap: break-word;
}


a {
    color: var(--gray-600);
	font-weight: 400;
	text-decoration: underline;
    text-underline-offset: 1px;
    text-decoration-thickness: 1px;
	transition:.2s all;
}

a:hover {
	color:var(--blue-600);
	text-decoration: underline;
}


p {
	font-size: 16px;
    font-weight: 400;
    color: var(--gray-600);
    line-height: 1.5em;
	margin: 0 0 1.5em 0;
	padding:0;
}


strong {
	font-weight: 700;
}






/* .container-fluid {
	max-width: 1780px;
	padding-left: 20px;
	padding-right: 20px;
} */
@media (min-width:576px) {
	.container-fluid {
		/* padding-left: 35px;
		padding-right: 35px; */
	}
}
/* @media (min-width:1200px) {
	.container-fluid {
		max-width: 1830px;
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media (min-width:1800px) {
	.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
}
 */

.container {
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width:576px) {
	.container {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (min-width:1400px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width:1399.98px) {
	.container {
		max-width: 100%;
	}
}


@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1310px;
    }
}






.row-20 {
    height: 100%;
    margin-left: -10px;
    margin-right: -10px;
}

.row-20 > [class*="col-"] {
    padding-left:10px;
    padding-right:10px;
}


.row-25 {
    height: 100%;
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.row-25 > [class*="col-"] {
    padding-left:-12.5px;
    padding-right:-12.5px;
}


.row-30 {
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

.row-30 > [class*="col-"] {
    padding-left:15px;
    padding-right:15px;
}




h1,h2,h3,h4,h5,h6 {
    font-family: 'Raleway',sans-serif;
	font-weight: 700;
	color: var(--gray-900);
	line-height: 1.2em;
	padding: 0;
	margin: 0 0 20px 0;
	position: relative;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size:22px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:14px;
}



.caption, .meta {
  font-size: 14px;
  font-weight: 600;
}

.small, .legal {
  font-size: 12px;
  font-weight: 400;
}

  
.btn-primary {
	font-size: 16px;
	font-weight: 700;
	color: var(--gray-200);
	text-decoration: none;
	text-align:center;
	line-height:1.4em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:var(--blue-600);
    border:none;
	border-radius:16px;
    outline: 0;
	padding:13px 20px;
	gap:8px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-primary:hover {
	color: var(--white);
	background:var(--green-800);
	text-decoration: none;
}

.btn-secondary {
	font-size: 16px;
	font-weight: 700;
	color: var(--gray-900);
	text-decoration: none;
	text-align:center;
	line-height:1.4em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:var(--gray-200);
    border:none;
	border-radius:16px;
    outline: 0;
	padding:13px 20px;
	gap:8px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-secondary:hover {
	color: var(--gray-900);
	background:var(--gray-400);
	text-decoration: none;
}


.btn-yellow {
	font-size: 16px;
	font-weight: 700;
	color: var(--gray-900);
	text-decoration: none;
	text-align:center;
	line-height:1.4em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:var(--yellow-500);
    border:none;
	border-radius:16px;
    outline: 0;
	padding:13px 20px;
	gap:8px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-yellow:hover {
	color: var(--gray-900);
	background:var(--orange-600);
	text-decoration: none;
}

.btn-yellow a, .btn-yellow a:hover {
	font-size: 16px;
	font-weight: 700;
	color: var(--gray-900);
	text-decoration: none;
}


.btn-ghost {
	font-size: 16px;
	font-weight: 700;
	color: var(--blue-600);
	text-decoration: none;
	text-align:center;
	line-height:1.4em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:var(--white);
    border:1px solid var(--blue-600);
	border-radius:16px;
    outline: 0;
	padding:12px 20px;
	gap:8px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-ghost:hover {
	color: var(--blue-600);
	background:var(--gray-200);
	text-decoration: none;
}


.btn-primary:disabled, .btn-secondary:disabled, .btn-ghost:disabled {
	color: var(--gray-400);
	background:var(--gray-200);
}


/* .btn-primary img, .btn-ghost img, .btn-ghost-light img,
.btn-primary svg, .btn-ghost svg, .btn-ghost-light svg {
	width: auto;
	height: auto;
	max-width: 24px;
	max-height: 24px;
	margin:0;
	border-radius: 0;
	transition: .6s all;
}

.btn-primary img, .btn-primary svg, .btn-ghost:hover img, .btn-ghost:hover svg, .btn-ghost-light:not(:hover) {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
 */

.btn-delete {
	font-size: 16px;
	font-weight: 700;
	color: var(--red-800);
	text-decoration: none;
	text-align:center;
	line-height:1.4em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:transparent;
    border:none;
	border-radius:16px;
    outline: 0;
	padding:13px 20px;
	gap:8px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-delete:hover {
	color: var(--red-800);
	background:var(--gray-100);
	text-decoration: none;
}





.btn-small {
	padding:8px 12px;
}





.btn-info {
	font-size: 14px;
	font-weight: 600;
	color: var(--blue-600);
	text-decoration: none;
	text-align:center;
	line-height:1.4em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:var(--gray-100);
    border:none;
	border-radius:8px;
    outline: 0;
	padding:4px 6px;
	gap:8px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-info:hover {
	color: var(--blue-600);
	background:var(--gray-200);
	text-decoration: none;
}

.btn-info img {
	margin: 0;
	border-radius: 0;
}




/* header */



.header-pad {
	height: 141px;
}
@media (min-width:768px) {
	.header-pad {
		height: 182px;
	}
}
@media (min-width:1200px) {
	.header-pad {
		height: 203px;
	}
}

.buycoffe {
	font-size: 14px;
	gap:10px;
}

.buycoffe-header {
	margin-top: -20px;
	margin-bottom: 20px;
}

.header {
	width: 100%;
	background: var(--white);
	z-index: 980;
	margin:0;
	padding:10px 0;
	top:0;
	position: fixed;
/* 	position: -webkit-sticky; */
	z-index: 996;
	transition: .4s all;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width:768px) {
	.header {
		margin:0;
	}
}

.site-scrolled .header {
	transform: translateY(-150px);
}

.scrollup .header, .responsive .header {
  transform: translateY(0);
}



.header .container {
	gap:12px;
	transition: .4s all;
}
@media (min-width:768px) {
	.header .container {
		gap:24px;
	}
}
/* @media (min-width:1200px) {
	.header .container {
		gap:50px;
	}
} */


.top-brand {
	width: 80px;
	min-width: 80px;
	height: 81px;
	display: block;
}
@media (min-width:768px) {
	.top-brand {
		width: 100px;
		min-width: 100px;
		height: 102px;
	}
}
@media (min-width:1200px) {
	.top-brand {
		width: 120px;
		min-width: 120px;
		height: 122px;
	}
}


.site-scrolled .top-brand {
	width: 46px;
	min-width: 46px;
	height: 50px;
}
@media (min-width:768px) {
	.site-scrolled .top-brand {
		width: 64px;
		min-width: 64px;
		height: 70px;
	}
}
@media (min-width:1200px) {
	.site-scrolled .top-brand {
		width: 73px;
		min-width: 73px;
		height: 80px;
	}
}


.top-brand img {
	width: 100%;
	height: 100%;
	transition: .2s all;
}




.main-menu {
	width: 250px;
	margin: 0;
	padding:0;
	display: flex;
	align-items: center;
	gap:20px;
	flex-direction: column;
}

@media (min-width:992px) {
	.main-menu {
		width: unset;
		width: auto;
		flex-direction: row;
		gap:14px;
	}
}
@media (min-width:1200px) {
	.main-menu {
		gap:24px;
	}
}
@media (min-width:1400px) {
	.main-menu {
		gap:30px;
	}
}

.main-menu > li {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

@media (min-width:992px) {
	.main-menu > li {
		width: unset;
	}
}

.main-menu li a {
	font-size:16px;
	font-weight:700;
	color:var(--gray-900);
	text-decoration: none;
	text-align: center;
	line-height: 1.2em;
	background:transparent;
	margin: 0;
	padding: 0;
	position: relative;
	transition: .3s all;
	display: block;
}
@media (min-width:992px) {
	.main-menu > li > a {
		font-size:14px;
	}
}
@media (min-width:1200px) {
	.main-menu > li > a {
		font-size:16px;
	}
}

.main-menu li a:hover {
	color: var(--blue-600);
	text-decoration: none;
}
 

.main-menu li a[data-bs-toggle=modal] {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
	justify-content: center;
    gap: 8px;
}



.main-menu li.btn-primary a {
	font-size: 16px;
	font-weight: 700;
	color: var(--gray-200);
	text-decoration: none;
	text-align:center;
	line-height:1.4em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:var(--blue-600);
    border:none;
	border-radius:16px;
    outline: 0;
	padding:13px 20px;
	gap:8px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}
@media (min-width:992px) {
	.main-menu li.btn-primary a {
		font-size:14px;
		padding:12px 12px;
	}

}@media (min-width:1200px) {
	.main-menu li.btn-primary a {
		font-size:16px;
		padding:13px 20px;
	}
}

.main-menu li.btn-primary a:hover {
	color: var(--white);
	background:var(--green-800);
	text-decoration: none;
}






.button-menu {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap:12px 20px;
}

.button-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.button-menu li a {
	font-size: 14px;
	font-weight: 700;
	color: var(--gray-200);
	text-decoration: none;
	text-align:center;
	line-height:1.4em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:var(--blue-600);
    border:none;
	border-radius:16px;
    outline: 0;
	padding:12px 12px;
	gap:8px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}
@media (min-width:1200px) {
	.button-menu li a {
		font-size:16px;
		padding:13px 20px;
	}
}

.button-menu li a:hover {
	color: var(--white);
	background:var(--green-800);
	text-decoration: none;
}



.top-menu {
	width: 250px;  
	margin:30px 0 0 0;
	padding:0;
	display: flex;
	align-items: center;
	gap:16px;
	flex-wrap: wrap;
	justify-content: center;
}

@media (min-width:992px) {
	.top-menu {
		width: auto;
		margin: 0;
		flex-wrap: nowrap;
	}
}

.top-menu > li { 
	width: unset;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

@media (min-width:992px) {
	.top-menu > li {
		width: unset;
	}
}
/* start: ukryte */
li.vendor-menu-hide-until-unread{
  display: none !important;
}

/* pokaż gdy JS stwierdzi unread */
li.vendor-menu-hide-until-unread.is-unread-visible{
  display: list-item !important; /* dla menu <ul><li> */
}

.top-menu li a {
	font-size:16px;
	font-weight:700;
	color:var(--gray-900);
	text-decoration: none;
	text-align: center;
	line-height: 1.2em;
	background:transparent;
	margin: 0;
	padding: 0;
	position: relative;
	transition: .3s all;
	display: block;
}

.top-menu li a:hover {
	color: var(--blue-600);
	text-decoration: none;
}

.top-menu li.btn-yellow {
	width: 100%;
}
@media (min-width:992px) {
	.top-menu li.btn-yellow {
		width: unset;
	}
}

.top-menu li.btn-yellow a, .top-menu li.btn-yellow a:hover {
	width: 100%;
	font-size:16px;
	font-weight:700;
	color:var(--gray-900);
	text-decoration: none;
	padding:10px 10px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	gap:8px;
}
@media (min-width:992px) {
	.top-menu li.btn-yellow a, .top-menu li.btn-yellow a:hover {
		width:unset;
	}
}

li.icon-only a {
	font-size: 0;
	color: transparent;
}

.burger {
	width: 27px;
	height: 27px;
	background:none;
	border:none;
	border-radius:0px;
	margin:-14px 0px 0px 0px;
	padding:0px;
	z-index: 978 !important;
	display: block;
}
@media (min-width:992px) {
	.burger {
		display: none;
	}
}

.burger:after,
.burger:before,
.burger div {
	background-color:var(--gray-900);
	border-radius: 0px;
	content: '';
	display: block;
	height: 2px;
	margin: 8px 0;
	transition: all .2s ease-in-out;
}

.home:not(.site-scrolled) .burger:after, .home:not(.site-scrolled) .burger:before, .home:not(.site-scrolled) .burger div {
	background-color:var(--gray-900);
}

.burger::after {
	width: 50%;
}


.responsive .burger:before {
	background-color:var(--gray-900);
	transform: translateY(7px) rotate(135deg);
	border-radius:0%;
}

.responsive .burger:after {
	width: 100%;
	background-color:var(--gray-900);
	transform: translateY(-12px) rotate(-135deg);
	border-radius:0%;
}

.responsive .burger div {
	background-color:var(--gray-900);
	transform: scale(0);
	border-radius:0%;
}



@media (max-width:991.98px) {
	.topnav {
		display: none !important;
	}

	.responsive .topnav {
		width:100%;
		height: 100vh;
		padding:140px 20px 60px 20px;
		top:0px;
		left:0px;
		right:0px;
		position: fixed;
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		z-index: 978;
		background: var(--white);
		overflow-y: auto;
		animation:top .5s;

		visibility: visible;
	}
	@keyframes top {
		0% {
			top: -100vh;
			opacity: 0;
		}
		100% {
			top: 0;
			opacity: 1;
		}	
	}
}

.topnav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:20px;
}
@media (min-width:992px) {
	.topnav {
	/* 	width: 100%; */
		gap:20px;
	}
}









/* 404 */

.page-404 {
	min-height: 60vh;
	margin: 0 0 80px 0;
}

.page-404 h1 {
	margin: 0;
}

.page-404 h3 {
	color:var(--gray-light);
	margin: 0 0 30px 0;
}




/* page / blog all */

article h1, article h2, article h3, article h4, article h5, article h6 {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}



article h1:first-child, article h2:first-child, article h3:first-child, article h4:first-child, article h5:first-child, article h6:first-child {
	padding-top: 0;
}

article img {
	max-width: 100%;
	height: auto;
	margin:10px 0 1em 0;
	border-radius: 16px;
}

@media (min-width: 576px) {
	article img.alignleft {
		max-width: 50%;
		float: left;
		margin:0px 20px 20px 0px;
	}
}

@media (min-width: 576px) {
	article img.alignright {
		max-width: 50%;
		float: right;
		margin:0px 0px 20px 20px;
	}
}

article img.aligncenter {
	margin:2em 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

article ul {
	padding:0;
	margin:2.2em 0 2.4em 0;
}

/* article p + ul {
	margin-top: -1.4em;
} */

article ul > li {
	margin:0px 0px 16px 12px;
	padding:0px 0px 0px 20px;
	list-style: none;
	position: relative; 
}

article ul > li::before {
	content: '';
	width: 6px;
	height:6px;
	background:var(--blue-600);
	border-radius: 50em;
	left:0;
	top:8px;
	position: absolute;
}

article ul > li:last-child {
	margin-bottom: 0;
}

article ol {
	margin:0 0 2em 10px;
	padding:0px 0px 0px 20px;
}

article ol > li {
	margin:0px 0px 10px 0px;
	padding:0px;
}





article blockquote {
	font-size:18px;
	font-weight:500;
	color: var(--gray-900);
	line-height: 24px;
	margin:2.5em 0;
	padding: 0 0 0 22px;
	position: relative;
}


article blockquote::before {
	content: '"';
	font-size: 120px;
	color: var(--blue-600);
	margin:0 0 10px -40px;
	padding-top: 10px;
	display: block;
}


article blockquote::after {
	content: '';
	width: 2px;
	height:calc(100% - 36px);
	background: var(--blue-400);
	border-radius: 0;
	left:0;
	top:42px;
	position: absolute;
}


article blockquote p {
	font-size:18px;
	font-weight:500;
	color: var(--gray-900);
	line-height: 24px;
}



article > *:first-child {
	margin-top: 0;
}

article > p:last-child, article > ul:last-child, article > img:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}


article table {
	margin: 22px 0;
}

article table td, article table th, article table tr {
	border-width: 1px;
	padding: 5px;
}

hr {
	margin: 26px 0;
    border: 0;
    border-top:1px var(--gray-200) solid;
    opacity:1;

}


/* youtube responsive */
article .embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	margin-bottom:40px;
	overflow: hidden;
	border-radius:0;
}
article .embed-responsive .embed-responsive-item,
article .embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
article .embed-responsive-16by9 {
	padding-bottom: 56.25%;
}



/* pathway / breadcrumbs */

.breadcrumbs {
	font-size: 16px;
	font-weight: 700;
	color: var(--gray-900);
	margin: 0 0 8px 0;
}
@media (min-width: 768px) {
	.breadcrumbs {
		margin: 0 0 14px 0;
	}
}

.breadcrumbs a {
	font-size: 16px;
	font-weight: 700;
	color: var(--gray-900);
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: var(--gray-500);
	text-decoration: none;
}




/* section-home-product-search-wrapper */

.section-home-product-search-wrapper {
	width:100%;
	padding:44px 20px;
	background: url('images/home-search.avif') center no-repeat;
	background-size: cover;
	border-radius: 24px;
}
@media (min-width:768px) {
	.section-home-product-search-wrapper {
		padding: 64px;
	}
}


.section-home-product-search-wrapper h1 {
	font-size: 38px;
	color: var(--white);
	margin: 0 0 15px 0;
}
@media (min-width:768px) {
	.section-home-product-search-wrapper h1 {
		font-size: 48px;
	}
}

.section-home-product-search-wrapper p {
	color: var(--white);
	margin: 0 0 16px 0;
}

.cb-search-row--top {
	max-width: 780px;
	margin:24px auto 0 auto;
	position: relative;
	display: flex;

	flex-direction: column;

	background: var(--white);
	border-radius: 16px;

	border: none;
}
@media (min-width:576px) {
	.cb-search-row--top {
		flex-direction: row;
	}
}

.cb-search-row--top input, .cb-search-row--top input:active, .cb-search-row--top input:focus, .cb-search-row--top select {
	background-color:transparent !important;
	border-radius: 0 !important;
	margin: 0 !important;
	border: none !important;
	border-bottom: 1px solid var(--gray-200) !important;
	outline: none !important;
	box-shadow: none !important;
}
@media (min-width:576px) {
	.cb-search-row--top input, .cb-search-row--top input:active, .cb-search-row--top input:focus, .cb-search-row--top select {
		border-bottom: none !important;
		border-right: 1px solid var(--gray-200) !important;
	}
}

.cb-search-row--top select {
	border: none !important;
}

@media (min-width:576px) {
	.cb-search-row--top select {
		width: 120px;
	}
}
@media (min-width:768px) {
	.cb-search-row--top input {
		min-width: 150px;
	}
}
@media (min-width:992px) {
	.cb-search-row--top input {
		min-width: 200px;
	}
}
@media (min-width:1200px) {
	.cb-search-row--top input {
		min-width: 250px;
	}
}



#woocommerce-product-search-field {
	border-radius: 16px 0 0 16px;
	border-color: var(--gray-200) !important;
}


.cb-search-row--top button {
	min-height: 50px;
	font-size: 16px;
	font-weight: 700;
	color: var(--gray-900);
	background: var(--gray-200);
	border: none;
	border-radius: 0 0 16px 16px;
	margin: 0;
	padding:4px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:8px;
	transition: .2s ease-in-out;
}
@media (min-width:576px) {
	.cb-search-row--top button {
		min-height: unset;
		border-radius: 0 16px 16px 0;
	}
}

.cb-search-row--top button:hover {
	background: var(--gray-100);
}

.cb-loc-suggest {
	position:absolute;
	z-index:9999;
	background:var(--white);
	border:1px solid #e5e7eb;
	border-radius:14px;
	box-shadow:0 12px 30px rgba(0,0,0,.12);
	overflow:hidden;
	margin-top:6px;
	width:min(320px, 92vw);
}


.cb-loc-suggest button {
	font-weight: 400 !important;
	background: transparent !important;
	border: none !important;
	border-radius: none !important;
}



.archive-product-search  .cb-search-row--top {
	border: 1px solid var(--gray-200) !important;
}

.archive-product-search  .cb-search-row--top button[type=submit] {
	display: none;
}

.cb-search-advanced {
	margin: 36px 0 0 0;
	padding: 36px 0 0 0;
	border-top: 1px solid var(--gray-200);
}

.cb-search-advanced input, .cb-search-advanced select {
/* 	background-color:transparent !important; */
/* 	border-radius: 0 !important; */
	/* margin: 0 !important; */
	border:1px solid var(--gray-200) !important;
	outline: none !important;
	box-shadow: none !important;
}
@media (min-width:576px) {
	.cb-search-advanced input, .cb-search-advanced input:active, .cb-search-advanced input:focus, .cb-search-advanced select {
	/* 	border-bottom: none !important;
		border-right: 1px solid var(--gray-200) !important; */
	}
}



.cb-adv-grid-categories {
	display: flex;
	gap:17px;
	flex-direction: column;
	margin: 0 0 36px 0;
}
@media (min-width:576px) {
	.cb-adv-grid-categories {
		flex-direction: row;
	}
}

.cb-adv-grid-categories  .cb-field {
	flex: 1 0 calc(33.3333% - 11.34px);
}


.cb-adv-grid-more {
	display: flex;
	flex-direction: column;
	gap:17px;
}
@media (min-width:576px) {
	.cb-adv-grid-more {
		flex-direction: row;
		flex-wrap: wrap;
	}
}
@media (min-width:992px) {
	.cb-adv-grid-more {
		flex-wrap: nowrap;
	}
}

.cb-adv-grid-more > div {
	flex: 1 0 auto;
}

.cb-field-price .cb-price-row {
	display: flex;
	gap:17px;
}


/* ====== MultiSelect (Certyfikaty) ====== */
.cb-multiselect-native{ position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; overflow:hidden !important; }

.cb-multiselect{ position:relative; }

.cb-multiselect__control{
/*   width:100%;
  min-height:52px;
  border:1px solid rgba(17,24,39,.16);
  border-radius:16px;
  background:#fff;
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 44px 10px 14px;
  cursor:pointer;
  line-height:1.2;
  text-align:left;
  position:relative; */
	width: 100%;
	min-height: 48px;
	text-align: left;
  	border:1px solid var(--gray-200) !important;
	background: var(--white);
	outline: none !important;
	box-shadow: none !important;
  	border-radius:16px;
	padding: 5px 34px 5px 10px;
	margin:10px 0 0 0;
	position: relative;
  transition:border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.cb-multiselect__control:focus,
.cb-multiselect__control:focus-visible{
  outline:none;
  border-color:rgba(37,99,235,.7);
  box-shadow:0 0 0 4px rgba(37,99,235,.15);
}

.cb-multiselect__control.is-open{
  border-color:rgba(37,99,235,.7);
  box-shadow:0 0 0 4px rgba(37,99,235,.12);
}

.cb-multiselect__placeholder{
  color:rgba(17,24,39,.55);
  white-space:nowrap;
}

.cb-multiselect__tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-left:0;
  flex:1;
}

.cb-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:12px;
  background:rgba(17,24,39,.06);
  border:1px solid rgba(17,24,39,.10);
  font-size:14px;
  color:rgba(17,24,39,.92);
}

.cb-tag__x{
  width:18px;
  height:18px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  background:rgba(17,24,39,.10);
  cursor:pointer;
  line-height:1;
}

.cb-tag__x:hover{ background:rgba(17,24,39,.18); }

.cb-multiselect__chev{
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  width:10px;
  height:10px;
  border-right:2px solid rgba(17,24,39,.75);
  border-bottom:2px solid rgba(17,24,39,.75);
  transform:translateY(-50%) rotate(45deg);
  transition:transform .15s ease;
}
.cb-multiselect__control.is-open .cb-multiselect__chev{
  transform:translateY(-50%) rotate(-135deg);
}

/* Dropdown */
.cb-multiselect__dropdown{
  position:absolute;
  left:0; right:0;
  top:calc(100% + 8px);
  background:#fff;
  border:1px solid rgba(17,24,39,.12);
  border-radius:16px;
  box-shadow:0 14px 36px rgba(17,24,39,.12);
  z-index:9999;
  overflow:hidden;
}

.cb-multiselect__search{
  padding:10px;
  border-bottom:1px solid rgba(17,24,39,.08);
  background:rgba(17,24,39,.02);
}

.cb-multiselect__search-input{
  width:100%;
  height:42px;
  border-radius:12px;
  border:1px solid rgba(17,24,39,.12);
  padding:0 12px;
}

.cb-multiselect__list{
  max-height:260px;
  overflow:auto;
  padding:8px;
}

.cb-multiopt{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 10px;
  border-radius:12px;
  cursor:pointer;
  user-select:none;
}

.cb-multiopt:hover{ background:rgba(17,24,39,.04); }

.cb-multiopt input{
  width:18px; height:18px;
}

.cb-multiopt__label{
  font-size:14px;
  color:rgba(17,24,39,.92);
}

.cb-hint{ display:block; margin-top:8px; color:rgba(17,24,39,.55); }



.cb-search-advanced--submit {
	display: flex;
	justify-content: center;
	margin: 36px 0 0 0;
}

.cb-search-advanced--submit .btn-primary {
	min-width: 100%;
}
@media (min-width:576px) {
	.cb-search-advanced--submit .btn-primary {
		min-width: 216px;
	}
}


/* section-home-categories */

.category-menu {
	margin: 0;
	padding: 0;
	gap:20px;
}
@media (min-width:1200px) {
	.category-menu {
		gap:40px;
	}
}

.category-menu > li {
	width: 100%;
	max-width:100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (min-width:768px) {
	.category-menu > li {
		width: calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
}

.category-menu > li {
	border-radius: 16px;
	background: var(--blue-600);
}

.category-menu > li.menu-category-green {
	color: var(--gray-100);
	background: var(--green-500);
}

.category-menu > li.menu-category-yellow {
	background: var(--yellow-500);
}

.category-menu > li > a {
	font-size: 18px;
	font-weight: bold;
	color: var(--white);
	text-align: center;
	text-decoration: none;
	padding: 20px 10px 20px 10px;
	display: block;
	transition: .2s ease-in-out;
}
@media (min-width:768px) {
	.category-menu > li > a {
		font-size: 20px;
	}
}

.category-menu > li > a:hover {
	opacity: .8;
}

.category-menu > li.menu-category-yellow > a {
	color: var(--gray-900);
}

.category-menu > li > .sub-menu {
	padding:0 20px 20px 20px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}

.category-menu > li > .sub-menu > li {
	margin: 0;
	padding: 0;
	list-style: none;
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}

.category-menu > li > .sub-menu > li > a {
	height: 100%;
	min-height: 100px;
	font-size: 16px;
	font-weight: 700;
	color: var(--gray-900);
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	border-radius: 8px;
	background: var(--white);
	padding:20px 10px;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	gap:10px;
	transition: .2s ease-in-out;
}

@media (min-width:768px) {
	.category-menu > li > .sub-menu > li > a {
		min-height: 160px;
		gap:20px;
	}
}
@media (min-width:1200px) {
	.category-menu > li > .sub-menu > li > a {
		font-size: 20px;
		line-height: 22px;
		aspect-ratio: 1.6 / 1;
		padding:30px 10px;
	}
}

.category-menu > li > .sub-menu > li > a:hover {
	text-decoration: none;
	background:#EBF1FF;
}

.category-menu > li.menu-category-green > .sub-menu > li > a:hover {
	background: var(--green-100);
}

.category-menu > li.menu-category-yellow > .sub-menu > li > a:hover {
	background: var(--yellow-100);
}

.category-menu > li > .sub-menu > li > a img {
	width: auto;
	height: auto;
	max-width: 40px;
	max-height: 40px;
}
@media (min-width:768px) {
	.category-menu > li > .sub-menu > li > a img {
		max-width: 48px;
		max-height: 48px;
	}
}
@media (min-width:1200px) {
	.category-menu > li > .sub-menu > li > a img {
		max-width: 100px;
		height: 58px;
	}
}


/* blog listing */

@media (min-width:992px) {
	.blog-listing-header {
		margin-bottom: 145px;
	}
}

.blog-listing-wrapper {
	gap:20px;
}

.blog-listing-item, .blog-listing-item:hover {
	width: 100%;
	color: var(--gray-900);
	text-decoration: none;
	background: var(--white);
	border-radius: 26px;
	padding: 20px 20px 60px 20px;
	position: relative;
	-webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media (min-width:576px) {
	.blog-listing-item, .blog-listing-item:hover {
		width: calc(50% - 10px);
		max-width:calc(50% - 10px);
	}
}
@media (min-width:992px) {
	.blog-listing-item, .blog-listing-item:hover {
		width: calc(33.3333% - 13.34px);
		max-width:calc(33.3333% - 13.34px);
		border-radius: 36px;
		padding: 30px 30px 60px 30px;
	}
}

.blog-listing-image-wrapper {
	width: 100%;
	height: auto;
	background:url('images/smakwitamin.svg') center no-repeat var(--white);
	background-size: 40%;
	aspect-ratio: 1.3 / 1;
	border-radius: 16px;
	margin: 0 0 24px 0;
	-webkit-box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width:992px) {
	.blog-listing-image-wrapper {
		margin: 0 0 28px 0;
	}
}

.blog-listing-image {
	width: 100%;
	height: auto;
	aspect-ratio: 1.3 / 1;
	border-radius: 16px;
	object-fit: cover;
}

.blog-listing-item-date {
	font-weight: 400;
	color: var(--gray-600);
	gap:8px;
	margin: 0 0 14px 5px;
}


.blog-listing-item-btn {
	font-size: 16px;
	font-weight:700;
	color: var(--blue-600);
	transition: .2s all;
	bottom:34px;
	position: absolute;
}
@media (min-width:992px) {
	.blog-listing-item-btn {
		bottom:44px;
	}
}

.blog-listing-item-btn:hover {
	color: var(--blue-400);
}


.pagination {
	margin: 0;
	padding:60px 0 0 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:15px;
}

.pagination li {
	min-width:38px;
	height: 38px;
	font-size: 16px;
	font-weight: 700;
	color:var(--gray-500);
	border-radius: 10px;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width:992px) {
	.pagination li {
		min-width:48px;
		height: 48px;
		border-radius: 16px;
	}
}

.pagination li.current {
	min-width:38px;
	height: 38px;
	font-weight: 700;
	color: var(--blue-600);
	line-height: 38px;
	border:1px solid var(--blue-600);
}
@media (min-width:992px) {
	.pagination li.current {
		min-width:48px;
		height: 48px;
	}
}

.pagination li a {
	min-width:38px;
	height: 38px;
	color: var(--gray-500);
	font-weight: 700;
	line-height: 38px;
	text-decoration: none;
	border: 1px solid var(--gray-500);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width:992px) {
	.pagination li a {
		min-width:48px;
		height: 48px;
		line-height: 48px;
		border-radius: 16px;
	}
}

.pagination li a:hover {
	color: var(--blue-400);
	border-color: var(--blue-400);
}

.pagination li.special-c, .pagination li.special-c a, .pagination li.special-d, .pagination li.special-d a {
	min-width:13px;
	border: none;
}

.pagination li.special-d1 a.special {
	background: url('images/icon-pagination-out.svg') no-repeat center;
	transform: rotate(180deg);
}

.pagination li.special-d2 a.special {
	background: url('images/icon-pagination-out.svg') no-repeat center;
}

.pagination li.special-c1 a.special {
	background: url('images/icon-pagination.svg') no-repeat center;
	transform: rotate(180deg);
	padding: 0;
}

.pagination li.special-c2 a.special {
	background: url('images/icon-pagination.svg') no-repeat center;
	padding: 0;
}



/* single */

@media (min-width:992px) {
	.blog-single-header {
		margin-bottom: 115px;
	}
}

.section-blog-content {
	max-width: 1020px;
}

.section-blog-image {
	width: 100%;
	height: auto;
	border-radius: 16px;
	margin: 0 0 60px 0;
}
@media (min-width:992px) {
	.section-blog-image {
		border-radius: 36px;
		margin: 0 0 80px 0;
	}
}









/* sections */

section {
	margin:0 0 80px 0;
	position: relative;
}
@media (min-width:768px) {
	section {
		margin:0 0 100px 0;
	}
}



/* page-header */







.section-padding-anch {
	width: 10px;
	height:calc(100% + 40px);
	margin-top: -80px;
	opacity: 0;
	position: absolute;
}
@media (min-width:768px) {
	.section-padding-anch {
		margin-top: -120px;
		height:calc(100% + 60px);
	}
}



/* section-content */


/* section-contentimage */

.section-contentimage-wrapper {
	gap:30px
}

.section-contentimage-image {
	width: 100%;
}
@media (min-width:768px) {
	.section-contentimage-image {
		width: 37%;
		max-width: 37%;
	}
}

.section-contentimage-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 16px;
}

.section-contentimage-content {
	width:100%;
}
@media (min-width:768px) {
	.section-contentimage-content {
		width: 58%;
		max-width: 58%;
	}
}

.section-contentimage-content h1, .section-contentimage-content h2, .section-contentimage-content h3, .section-contentimage-content h4, .section-contentimage-content h5, .section-contentimage-content h6 {
	margin-bottom: 12px;
}


/* section-form */

.section-form h2 {
	max-width: 764px;
	margin: 0 0 60px 0;
}
@media (min-width:768px) {
	.section-form h2 {
		margin: 0 0 90px 0;
	}
}

.section-form form {
	max-width: 500px;
}


/* section-contact */

.section-contact {
	gap:30px;
}
@media (min-width:1200px) {
	.section-contact {
		gap:55px;
	}
}

.col-section-contact {
	width: 100%;
}
@media (min-width:768px) {
	.col-section-contact {
		width: calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
}
@media (min-width:1200px) {
	.col-section-contact {
		width: calc(50% - 27.5px);
		max-width: calc(50% - 27.5px);
	}
}

.section-contact-details h4 {
	margin:25px 0 3px 0;
}

.section-contact-details h4:first-child {
	margin: 0 0 3px 0;
}

.section-contact-details p {
	font-size: 14px;
	font-weight: 600;
	color: var(--gray-500);
	margin: 0;
}

.section-contact-details a {
	font-size: 14px;
	font-weight: 600;
	color: var(--gray-500);
	text-decoration: none;
}

.section-contact-details a:hover {
	color: var(--black);
	text-decoration: none;
}

.section-contact-details iframe {
	width: 100%;
	height:357px;
	margin: 30px 0 0 0;
	display: block;
}
@media (min-width:1200px) {
	.section-contact-details iframe {
		margin: 54px 0 0 0;
	}
}

@media (min-width:1200px) {
	.section-contact-form form label {
   		margin: 0 0 38px 0;
	}
}


/* form */

form label {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: var(--gray-900);
	margin: 0 0 18px 0;
}

/* .required {
	color: var(--gold-500);
} */

form p {
	font-size: 16px;
	font-weight: 400;
	color: var(--gray-900);
	margin: -10px 0 18px 0;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size:16px;
	font-weight: 400;
	color:var(--gray-500);
}
::-moz-placeholder { /* Firefox 19+ */
	font-size:16px;
	font-weight: 400;
	color:var(--gray-500);
}
:-ms-input-placeholder { /* IE 10+ */
	font-size:16px;
	font-weight: 400;
	color:var(--gray-500);
}
:-moz-placeholder { /* Firefox 18- */
	font-size:16px;
	font-weight: 400;
	color:var(--gray-500);
}


input:not([type=submit], [type=checkbox], [type=radio], [type=range]), select {
	width:100%;
	height:48px;
	font-size:16px;
	font-weight: 400;
	color:var(--gray-500);
	line-height:48px;
	background:var(--white);
	border: 1px solid var(--gray-400);
	border-radius:16px;
	padding:0 10px;
	margin:10px 0 0 0;
	appearance: none;	
}

select {
	background-image: url('images/icon-select.svg');
	background-size:12px 6px;
	background-position: right 15px top 50%;
	background-repeat: no-repeat;
	padding-right: 40px;
}

input[disabled=disabled], input:disabled, textarea:disabled {
	opacity: .5;
}

textarea, textarea:active, textarea:focus  {
	width: 100%;
	height: 120px;
	font-size:16px;
	font-weight: 400;
	color:var(--gray-500);
	line-height: 20px;
	background:transparent;
	border: 1px solid var(--gray-400);
	border-radius:16px;
	padding:10px;
	margin:10px 0 0 0;
	outline: none;
	overflow: hidden;
}

.wpcf7-list-item {
	margin: 0 !important;
}

.form-message {
	padding-top: 22px;
}






/* .wpcf7-not-valid-tip {
	font-size: 14px !important;
	margin-top: 4px;
} */
 
/* .wpcf7-not-valid .wpcf7-list-item-label:before {
	border-bottom: 2px solid #f00 !important;
}
 
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid {
	border-bottom:2px solid #f00;
}
 */

.wpcf7-not-valid .wpcf7-list-item-label:before {
	border: 1px solid var(--red-500) !important;
}
 
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid {
	border:1px solid var(--red-500);
}

.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label:before {
	border: 1px solid var(--red-500) !important;
}


.wpcf7-not-valid-tip {
    font-size: 14px !important;
    font-weight: 400 !important;
	color: var(--red-500) !important;
    line-height: 14px;
    margin: 4px 0px 0px 0px !important;
    padding:8px 10px;
    position: relative;
	background: var(--red-300);
	border-radius: 8px;
    z-index: 974;
	display: block !important;
}

.wpcf7-spinner {
	display:none !important;
}

.wpcf7-response-output {
	color: var(--black);
}




form.wpcf7-form input[type=submit] {
	font-size: 16px;
	font-weight: 700;
	color: var(--gray-200);
	text-decoration: none;
	text-align:center;
	line-height:1.4em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:var(--blue-600);
    border:none;
	border-radius:16px;
    outline: 0;
	padding:13px 32px;
	gap:8px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

form.wpcf7-form input[type=submit]:hover {
	color: var(--white);
	background:var(--green-800);
	text-decoration: none;
}




/* agree */

form.wpcf7-form .agree {
	font-size: 14px;
	font-weight:600;
	color: var(--gray-900);
	line-height: 22px;
	padding: 0 0 0 27px;
	margin: 0 0 20px 0;
}

form.wpcf7-form .agree label {
	font-size: 14px;
	font-weight:600;
	color: var(--gray-900);
	line-height: 22px;
	margin: 0;
	position: relative;
}

form.wpcf7-form .agree label a {
	color: var(--blue-600);
	font-weight: 600;
	text-decoration: none;
	text-decoration-thickness: 1px;
	text-underline-offset:1px; 
}

form.wpcf7-form .agree label a:hover {
	color: var(--black);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:1px; 
}



.form-bottom {
	gap:24px;
}

/* checkbox */
.wpcf7-form input[type=checkbox] {
	width:14px;
	height:14px;
	line-height:16px;
	margin:0px 0px 0px -24px;
	z-index:9996;
	position:absolute;
	opacity:0;
	top:4px;
	cursor:pointer;
}

.wpcf7-form input[type=checkbox] + span:before {
	content: '';
	width:14px;
	height:14px;
	line-height:16px;
	background:var(--white);
	border-radius:2px;
	border:1px solid var(--gray-400);
	cursor:pointer;
	top:4px;
	left: -24px;
	position: absolute;
}

.wpcf7-form input[type=checkbox]:checked + span:before {
	content: '';
	width:14px;
	height:14px;
	background:url('images/icon-checked.svg') no-repeat center var(--black);
	border-color: var(--black);
	background-size:9px 7px;
	background-position:50%;
}







/* custom upload */

/* .addfile {
	display: flex;
	gap:10px 25px;
	padding-top: 10px;
}

.addfile-h {
	padding-top: 8px;	
} */

.codedropz-upload-wrapper {
	display: flex;
	gap:8px;
	align-items: center;
	flex-wrap: wrap;
}

.codedropz-upload-handler {
	border: none !important;
}

.codedropz-upload-container {
    padding: 0 !important;
}

.codedropz-upload-inner {
	text-align: left !important;
}

.codedropz-upload-inner > * {
	display: none;
}

.codedropz-btn-wrap {
	display: block;
}

.cd-upload-btn {
	font-size: 16px;
	font-weight: 400;
	color: var(--gray-200);
	text-decoration: none;
	text-align:center;
	line-height:1.4em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin:10px 0 0 0;
	background:var(--blue-600);
    border:none;
	border-radius:16px;
    outline: 0;
	padding:13px 10px;
	gap:8px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
	white-space: nowrap;
}

.cd-upload-btn:hover {
	color: var(--white);
	background:var(--green-800);
	text-decoration: none;
}

.cd-upload-btn::before {
	content: '';
	width: 24px;
	height: 22px;
	background: url('images/icon-upload.svg') no-repeat;
}



.codedropz-upload-wrapper {
	margin-bottom: 10px;
}

.has-error {
	font-size: 14px;
}

.dnd-upload-status {
    width:auto;
    display: flex;
    padding: 0;
}

.dnd-upload-counter {
	display: none;
}

.dnd-upload-image {
	display: none;
}

.dnd-upload-status .dnd-upload-details {
/* 	min-height: 48px; */
    padding-left:0px;
    width:auto !important;
	display: flex;
	align-items: center;
	flex-wrap: wrap !important;
	gap:8px;
	margin: 5px 0;
}

.dnd-upload-status .dnd-upload-details .name {
	font-size: 16px;
	font-weight: 400;
	color:var(--pink-dark) !important;
	padding:0;
}

.dnd-upload-status .dnd-upload-details .name span {
	word-break: break-all;
}

.dnd-upload-details .name em {
	display: none !important;
}

.dnd-upload-status.complete .dnd-progress-bar {
	display: none !important;
}

.dnd-upload-status .dnd-upload-details .remove-file {
    width: 48px;
    height: 48px;
    position: relative;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    opacity: 1;
	display: block;
	top:unset;
	right:unset;
	margin-top: 5px;
}

/* .dnd-upload-status .dnd-upload-details .remove-file span:after {
    content: '';
    width: 41px;
    height: 41px;
	border-radius: 50%;
    display: block;
	background: var(--white) url('images/icon-trash.svg') center no-repeat;
	top:0;
	position: absolute;
} */



.codedropz-upload-wrapper span.has-error-msg {
	font-size: 14px;
}



/* wishlist */


.tinv-wishlist .tinv-modal .tinv-modal-inner {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    max-width: 460px;
    padding: 40px;
	border-radius: 16px;
}

.tinv-overlay {
    background-color: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    --bs-backdrop-bg: unset;
    --bs-backdrop-opacity: unset;
	opacity: 1 !important;
}


.tinv-wishlist .tinv-modal .tinv-modal-inner button {
	font-size: 16px;
	font-weight: 700;
	color: var(--gray-200);
	text-decoration: none;
	text-align:center;
	line-height:1.4em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin:6px 0 0 0;
	background:var(--blue-600);
    border:none;
	border-radius:16px;
    outline: 0;
	padding:13px 20px;
	gap:8px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.tinv-wishlist .tinv-modal .tinv-modal-inner button:hover {
	color: var(--white);
	background:var(--green-800);
	text-decoration: none;
}

/* 
.btn-secondary {
	font-size: 16px;
	font-weight: 700;
	color: var(--gray-900);
	text-decoration: none;
	text-align:center;
	line-height:1.4em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:var(--gray-200);
    border:none;
	border-radius:16px;
    outline: 0;
	padding:13px 20px;
	gap:8px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-secondary:hover {
	color: var(--gray-900);
	background:var(--gray-400);
	text-decoration: none;
}
 */


/* .single .product-single-col-2 .tinvwl_add_to_wishlist_button {
    justify-content: center;
}

.single .tinv-wishlist * {
    font-size: 16px;
    font-weight: 700;
    color: var(--blue-600);
    line-height: 1em;
    text-decoration: none;
}

.single .tinv-wishlist .tinvwl_add_to_wishlist_button:hover * {
    color: var(--blue-400);
    transition: .3s all;
}

.single .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 32px;
    color: var(--blue-600);
} */



/* featured-pagination-bar */

.featured-pagination-bar {
	padding: 60px 0 0 0;
	gap:20px;
}

.featured-pagination-bar .pagination {
	padding: 0;
}

/* product-search-notfound */

.product-search-notfound h3 {
	font-size: 26px;
}
@media (min-width:768px) {
	.product-search-notfound h3 {
		font-size: 32px;
	}
}

.product-search-notfound-block {
	max-width: 600px;
	border-radius: 16px;
	padding:26px 20px;
	margin: 40px auto 0 auto;
	-webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media (min-width:768px) {
	.product-search-notfound-block {
		padding:36px 26px;
		margin-top: 60px;
	}
}

.product-search-notfound h4 {
	font-size: 22px;
}
@media (min-width:768px) {
	.product-search-notfound h4 {
		font-size: 26px;
	}
}

.product-search-notfound p strong {
	color: var(--yellow-500);
}

.product-search-notfound-block-small {
	font-size: 14px;
	margin:10px 0 0 0;
}




/* dashboard */

.dashboard-product-list {
	gap:25px;
}

.dashboard-product-list img {
	margin: 0;
	border-radius: 0;
}


.dashboard-product-list-item {
    width: 100%;
    text-align: left;
    text-decoration: none;
	border-radius: 26px;
    padding: 20px;
	-webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    gap:30px;
    background: var(--white);
    border: 2px solid transparent;
    display: block;
}

@media (min-width:992px) {
	.dashboard-product-list-item {
        border-radius: 36px;
        padding: 30px;
    }
}


.dashboard-product-list-item-image {
	width: 250px;
	height: auto;
	overflow: hidden;

	background:url('images/smakwitamin.svg') no-repeat center var(--white);
	background-size: 40%;
	border-radius: 16px;

    -webkit-box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
}


.dashboard-product-list-item-image img {
	width: 100%;
	height: auto !important;
	object-fit: cover;
	border-radius: 16px;
	margin: 0;
}

.dashboard-product-list-item-content {
/* 	width: calc(100% - 290px); */
	flex: 2 1 auto; 
}

.dashboard-product-list-item-content a {
	text-decoration: none;
}

.dashboard-product-list-item .product-listing-a-share a {
	width: unset;
}


.dashboard-product-list-item-buttons {
	width: 100%;
	gap:12px;
	/* border-top: 1px solid var(--gray-200); */
	padding: 0;
	margin: 0 0 -15px 0;
}
/* @media (min-width:768px) {
	.dashboard-product-list-item-buttons {
		width: 200px;
		max-width: 200px;
		border-top: none;
		border-left: 1px solid var(--gray-200);
		padding: 0 0 0 20px;
	}
} */
/* @media (min-width:992px) {
	.dashboard-product-list-item-buttons {
		width: 250px;
		max-width: 250px;
		padding: 0 0 0 30px;
	}
}
@media (min-width:1200px) {
	.dashboard-product-list-item-buttons {
		width: 300px;
		max-width: 300px;
	}
} */


.dashboard-product-list-item-buttons, .dashboard-product-list-item-buttons form {
	gap:10px 16px;
}

.dashboard-product-list-item-buttons a, .dashboard-product-list-item-buttons button {
	font-size: 16px;
	font-weight: 700;
	color: var(--blue-600);
	text-decoration: none;
	background: none;
	border:none;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.dashboard-product-list-item-buttons a:hover, .dashboard-product-list-item-buttons button:hover {
	color: var(--blue-400);
	text-decoration: none;
}

.dashboard-product-list-item-buttons a::after, .dashboard-product-list-item-buttons button::after {
	content: '|';
	color: var(--gray-200);
	margin: 0 0 0 16px;
}

.dashboard-product-list-item-buttons button:last-child::after, .dashboard-product-list-item-buttons a:last-child::after {
	display: none;
}

.dashboard-product-list-item-buttons .dashboard-product-list-item-button-share {
	color: var(--gray-600);
}

.dashboard-product-list-item-buttons .dashboard-product-list-item-button-share:hover {
	color: var(--gray-900);
}

.dashboard-product-list-item-buttons img {
	margin: 0;
	border-radius: 0;
}

.dashboard-product-list .modal-share ul li::before {
	display: none;
}



.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    /* --bs-backdrop-zindex: 1050; */
    --bs-backdrop-bg: unset;
    --bs-backdrop-opacity: unset;
}


@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 740px;
    }
}

.modal-content {
	border-radius: 16px;
}

.editModal .modal-body {
	padding:40px 25px;
}
@media (min-width: 992px) {
	.editModal .modal-body {
		padding: 50px;
	}
}

.msg-green {
	font-size: 16px;
	font-weight: 400;
	color: var(--green-800);
	background: var(--green-100);
	border-radius: 8px;
	padding: 6px;
}


/* dashboard.php */

.smw-dashboard-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 6px;
   	margin: 0;
    border-radius: 999px;
    background: #d63638;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
	left:8px;
	top:-7px;
	position: absolute;
}

.vendor-menu-unread-badge {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:18px;
	height:18px;
	padding:0 6px;
	margin-left:6px;
	border-radius:999px;
	background:#d63638;
	color:#fff;
	font-size:11px;
	line-height:1;
	font-weight:700;
	vertical-align:middle
}

.smw-notifications {
	margin-top:28px
}

.smw-notifications-header {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap: wrap;
	gap:16px;
	margin-bottom:16px
}

.smw-notifications-list {
	list-style:none;
	margin:0;
	padding:0
}

.smw-notifications-list li::before {
	display: none;
}

.smw-notification {
	padding:16px 18px;
	border:1px solid #e5e7eb;
	border-radius:12px;
	background:#fff;
	margin:0 0 12px 0;
}

.smw-notification.is-unread {
	background:#fff8e1;
	border-color:#f0c36d;
	box-shadow:inset 0 0 0 1px rgba(240,195,109,.25)
}

.smw-notification-top {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	gap:16px;
	margin-bottom:8px
}

.smw-notification-title{
	font-size:16px;
	font-weight: 700;
	line-height:1.4
}

.smw-notification-title a {
	text-decoration:none;
	font-weight: 700;
}

.smw-notification-date {
	font-size:13px;
	white-space:nowrap;
	opacity:.75
}

.smw-notification-message {
	font-size: 14px;
	margin:0 0 12px
}

.smw-notification-read {
	display:inline-block
}
		
.button-dashboard {
	font-size: 12px;
	font-weight: 700;
	border-radius: 8px;
	background: transparent;
	border: none;
	padding:0;
}






/* order form */

.order-form form {
	max-width: 768px;
	width: 100%;
	padding: 25px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width:992px) {
	.order-form form {
		width: 768px;
		padding: 50px;
		border-radius: 24px;
	}
}

.order-form form label {
	margin: 0;
}

.order-form form p, .order-form form .form-add {
	margin: 0 0 18px 0;
}

.order-form form .form-add .d-flex {
	gap:10px;
}

.order-form form .form-add .d-flex div {
	margin-top: 10px;
}

.modal-order-btn {
	margin: 50px 0 0 0;
}



/* interest form */

.interest-form form {
	max-width: 768px;
	width: 100%;
	padding: 25px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width:992px) {
	.interest-form form {
		width: 768px;
		padding: 50px;
		border-radius: 24px;
	}
}

.interest-form form label {
	margin: 0;
}

.interest-form form p {
	margin: 0 0 18px 0;
}

.modal-interest-btn {
	margin: 50px 0 0 0;
}





/* add item  */

.form-shadow {
	max-width: 760px;
	width: 100%;
	padding: 25px;
	border-radius: 16px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width:992px) {
	.form-shadow {
		width: 760px;
		padding: 50px;
		border-radius: 24px;
	}
}


.form-shadow label {
	margin: 0 0 8px 0;
}

.form-shadow p {
	margin: 0 0 16px 0;
}

.form-shadow input, 
.form-shadow select, 
.form-shadow textarea {
	margin:0;
}

.form-shadow img {
	margin: 0;
	border-radius: 0;
}

.product_cert .d-flex {
	gap:12px 24px;
}

.product_cert .d-flex > * {
	display: flex;
	align-items: center;
	gap:8px;
}


form.form-shadow .product_cert label {
	width: auto;
	font-size: 14px;
	font-weight: 700;
	color: var(--green-500);
}



.product-images input {
	width: 100px;
	height: 100px;
	border:none;
	border-radius: 0;
	position: relative;
	opacity: 0;
}

.product-images {
	content: '';
	width: 100px;
	height: 100px;
	background: url('images/add-image.svg') no-repeat center;
	/* left:0;
	top:0;
	position: absolute; */
}




.product-box {
	background: var(--gray-100);
	padding: 20px;
	border-radius: 16px;
	margin: 0 0 16px 0;
}
@media (min-width: 768px) {
	.product-box {
		padding: 30px;
	}
}

.product-box input {
	background: transparent;
}


.product-box .btn-info {
	background: var(--white);
}

.product-box .btn-info:hover {
	background: var(--gray-200);
}

#product-leaflet-map {
	z-index: 900;
}

label.product-agree {
	font-size: 14px;
	font-weight: 600;
	color: var(--gray-900);
	margin: 0 0 16px 0;
}

.product-agree a {
	font-size: 14px;
	font-weight: 600;
	color: var(--blue-600);
	text-decoration: none;
}

.product-agree a:hover {
	color:var(--blue-400);
}






.modal-map .modal-lg, .modal-map .modal-xl {
        --bs-modal-width:calc(100% - 20px);
    }
@media (min-width: 1200px) {
   	.modal-map .modal-lg, .modal-map .modal-xl {
        --bs-modal-width: 1100px;
    }
}

@media (min-width: 1200px) {
	.modal-map .modal-header, .modal-map .modal-body, .modal-map .modal-footer {
		padding: 50px;
	}
}

.modal-map .btn-secondary {
	color: var(--blue-600);
}

.modal-map h2, .modal-map p {
	margin: 0 0 8px 0;
}

.modal-map-share {
	display: flex;
}

.modal-map-share::after {
	content: '';
	width: 28px;
	height: 28px;
	background: url('images/icon-share-600.svg') no-repeat;
	margin: 10px 0 0 0;
	display: block;
}

.modal-map p a {
	font-weight: 700;
	color: var(--blue-600);
}

.modal-map img {
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 0;
}
@media (min-width: 768px) {
	.modal-map img {
		width: 50%;
		min-width: 50%;
		max-width: 50%;
	}
}
@media (min-width: 1200px) {
	.modal-map img {
		width: 60%;
		min-width: 60%;
		max-width: 60%;
	}
}

.modal-map .modal-body > .d-flex {
	gap:20px;
	margin-bottom: 44px;
}

.modal-map .modal-body > .d-flex:last-child {
	margin-bottom: 0;
}





/* woocommerce/myaccount/orders-seller.php */


.vendor-orders-wrap {
	width:100%;
}

.vendor-orders-table {
	width:100%;
	border-collapse:separate;
	border-spacing:0;
	table-layout:auto;
	background:var(--white);
	margin:0 0 34px 0;
	border:1px solid transparent;
	border-radius:16px;
	overflow:hidden;
	box-shadow:0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.vendor-orders-table thead th {
  background:var(--white);
  color:var(--gray-900);
  font-weight:700;
  font-size:13px;
  line-height:1.25;
  padding:12px 5px;
  border-bottom:1px solid var(--gray-200);
  text-align:center;
  vertical-align:middle;
}

.vendor-orders-table thead tr:nth-child(2) th {
	background-color: var(--gray-100);
}

.vendor-orders-table tbody td{
  padding:12px 5px;
  border-bottom:1px solid var(--gray-200);
  color:var(--v-text);
  font-size:14px;
  line-height:1.35;
  vertical-align:middle;
  text-align:center;
}

.vendor-orders-table tbody tr:last-child td{
	border-bottom:0
}

.vendor-orders-table__title{
  background: var(--gray-200);
  font-size:18px !important;
  color:var(--blue-600) !important;
  font-weight:700;
  padding:14px 5px !important;
  border-bottom:1px solid var(--gray-200);
}


.vendor-orders-table__title-btns {
	gap:12px;
	padding: 12px 12px 0 12px;
}
@media (max-width: 820px) {
	.vendor-orders-table__title-btns {
		padding: 12px 0 0 0 ;
	}
}


.vendor-orders-table__title-btns .btn {
	margin: 0 !important;
}
@media (max-width: 820px) {
	.vendor-orders-table__title-btns .btn {
		font-size: 14px;;
	}
}


.vendor-orders-table__title-cat {
    font-size:14px !important;
    margin:12px 0 0 0;
    color:var(--gray-900) !important;
    display: block;
}

.vendor-orders-table__product-address {
    margin:12px 0 0 0;
    font-size:14px !important;
    font-weight:400 !important;
    color:var(--gray-900) !important;
    
}

.vendor-orders-table__product-link {
  font-size:18px !important;
  color:var(--blue-600) !important;
  font-weight:700;
  text-decoration:none;
}
.vendor-orders-table__product-link:hover {
  color:var(--green-800) !important;
  text-decoration:none;
}


/* sell */
.vendor-orders-table-sell .vendor-orders-table__product-link {
	color:var(--green-500) !important;
}
.vendor-orders-table-sell .vendor-orders-table__product-link:hover {
	color:var(--green-800) !important;
}

.vendor-orders-table-sell .btn-primary {
	background:var(--green-800) !important;
}
.vendor-orders-table-sell .btn-primary:hover {
	background:var(--green-500) !important;
}

.vendor-orders-table-sell .product-direction {
	color: var(--green-800);
}

button#sell-tab {
	color: var(--green-500);
}

/* buy */
.vendor-orders-table-buy .vendor-orders-table__product-link {
	color:var(--yellow-500) !important;
}
.vendor-orders-table-buy .vendor-orders-table__product-link:hover {
	color:var(--yellow-hover) !important;
}

.vendor-orders-table-buy .btn-primary {
	background:var(--yellow-hover) !important;
}
.vendor-orders-table-buy .btn-primary:hover {
	background:var(--yellow-500) !important;
}

.vendor-orders-table-buy .product-direction {
	color: var(--yellow-hover);
}

button#buy-tab {
	color: var(--yellow-500);
}


.vendor-orders-table__th a{
  color:var(--gray-900);
  font-weight:700;
  text-decoration:none;
}
.vendor-orders-table__th a:hover{
	color:var(--gray-600);
  font-weight:700;
  text-decoration:none;
}

.status-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 5px;
  border-radius:999px;
  font-weight:700;
  font-size:12px;
  border:1px solid var(--v-border);
  background:#fff;
  white-space:nowrap;
}

.status-processing{background:#eef2ff;border-color:#c7d2fe}
.status-cancelled{background:#fef2f2;border-color:#fecaca}
.status-completed{background:#ecfdf5;border-color:#bbf7d0}


.vendor-orders-table__status-top{margin-bottom:10px}
.vendor-orders-table__status-form{
  display:flex;
  gap:8px;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
}

.vendor-orders-table__muted{
  color:var(--gray-500);
  font-size:13px;
}

.vendor-maplink{
  display:inline-block;
  margin-top:6px;
  padding:6px 5px;
  border-radius:999px;
  border:1px solid var(--gray-200);
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  color:var(--v-text);
  background:#fff;
}
.vendor-maplink:hover{background:var(--gray-200)}

@media (max-width: 820px){
  .vendor-orders-table{border-radius:16px;}
 /*  .vendor-orders-table thead{display:none} */

  .vendor-orders-table,
  .vendor-orders-table thead,
  .vendor-orders-table tbody,
  .vendor-orders-table tr,
  .vendor-orders-table td{
    display:block;
    width:100%;
  }

	.vendor-orders-table__tr {
		display: none !important;
	}

	.vendor-orders-table__title {
		display: block;
	}
	

  .vendor-orders-table tbody tr{
    padding:12px 5px;
    border-bottom:1px solid var(--gray-200);
  }
  .vendor-orders-table tbody tr:last-child{border-bottom:0}

  .vendor-orders-table tbody td{
    text-align:left;
    border:0;
    padding:8px 0;
    gap:12px;
  }

  .vendor-orders-table tbody td::before{
    content: attr(data-label);
    font-weight:800;
   /*  color:var(--gray-200); */
    min-width:42%;
  }

  .vendor-orders-table__status-form{
    justify-content:flex-start;
  }
  .vendor-orders-table__select{width:100%}
  .vendor-orders-table__btn{width:100%}

  .vendor-orders-table__td--notes{white-space:normal;}
}

.vendor-orders-table .btn { padding:5px 10px; }
.vendor-orders-table select {
  height:30px;
  line-height:30px;
  font-size:14px;
}

.vendor-orders-table--type-order {
	color:var(--green-800);
  	font-weight:700;
}

.vendor-orders-table--type-interest {
	color:var(--gray-600);
  	font-weight:700;
}


@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }
}
.vendor-print-table-wrap {
  width: 100%;
}

#vendorPrintModal .modal-footer, #vendorAddOrderModal .modal-footer {
	gap:10px;
}

#vendorPrintModal .modal-footer .btn-primary, #vendorAddOrderModal .modal-footer .btn-primary {
	margin: 0;
}



.archive-nav-tabs {
	margin-bottom: 20px;
}

.archive-nav-tabs li {
	margin: 0;
	padding: 0;
}
.archive-nav-tabs li::before {
	display: none;
}

.archive-nav-tabs li button {
	font-size: 14px;
	font-weight: 700;
}


.editaccount-avatar {
	width: 100px;
	height: auto;
	object-fit: cover;
}


/* footer */

.footer {
	padding-top: 24px;
	gap:40px 24px;
	margin-bottom: 24px;
}

footer .buycoffe {
	margin: 0 0 20px 0;
}

@media (min-width:576px) {
	.col-footer {
		width: 46%;
		max-width: 50%;
	}
}

@media (min-width:992px) {
	.col-footer {
		width: unset;
		max-width: 25%;
	}
}

@media (min-width:992px) {
	.col-footer-content {
		max-width: 27%;
	}
}

.footer h3 {
	margin-bottom: 17px;
}

.footer p {
	margin-bottom: 14px;
}

.footer-menu {
	margin: 0;
	padding: 0;
}

.footer-menu li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

.footer-menu li:last-child {
	margin-bottom: 0;
}

.footer-menu li a {
	font-size: 16px;
	font-weight: 700;
	color:var(--gray-900);
	text-decoration: none;
}

.footer-menu li a:hover {
	color:var(--gray-500);
	text-decoration: none;
}

.footer-contact li {
	font-size: 16px;
	font-weight: 700;
	color:var(--gray-900);
}

.copyrights {
	color: var(--gray-900);
	border-top: 1px solid var(--gray-400);
	padding:24px 0;
}

.copyrights a, .copyrights a:hover {
	font-weight: 600;
	color: var(--blue-600);
	text-decoration: none;
}




@media (max-width:767.98px) {
	.margin-bottom--200 { margin-bottom: -200px !important; }
	.margin-bottom--199 { margin-bottom: -199px !important; }
	.margin-bottom--198 { margin-bottom: -198px !important; }
	.margin-bottom--197 { margin-bottom: -197px !important; }
	.margin-bottom--196 { margin-bottom: -196px !important; }
	.margin-bottom--195 { margin-bottom: -195px !important; }
	.margin-bottom--194 { margin-bottom: -194px !important; }
	.margin-bottom--193 { margin-bottom: -193px !important; }
	.margin-bottom--192 { margin-bottom: -192px !important; }
	.margin-bottom--191 { margin-bottom: -191px !important; }
	.margin-bottom--190 { margin-bottom: -190px !important; }
	.margin-bottom--189 { margin-bottom: -189px !important; }
	.margin-bottom--188 { margin-bottom: -188px !important; }
	.margin-bottom--187 { margin-bottom: -187px !important; }
	.margin-bottom--186 { margin-bottom: -186px !important; }
	.margin-bottom--185 { margin-bottom: -185px !important; }
	.margin-bottom--184 { margin-bottom: -184px !important; }
	.margin-bottom--183 { margin-bottom: -183px !important; }
	.margin-bottom--182 { margin-bottom: -182px !important; }
	.margin-bottom--181 { margin-bottom: -181px !important; }
	.margin-bottom--180 { margin-bottom: -180px !important; }
	.margin-bottom--179 { margin-bottom: -179px !important; }
	.margin-bottom--178 { margin-bottom: -178px !important; }
	.margin-bottom--177 { margin-bottom: -177px !important; }
	.margin-bottom--176 { margin-bottom: -176px !important; }
	.margin-bottom--175 { margin-bottom: -175px !important; }
	.margin-bottom--174 { margin-bottom: -174px !important; }
	.margin-bottom--173 { margin-bottom: -173px !important; }
	.margin-bottom--172 { margin-bottom: -172px !important; }
	.margin-bottom--171 { margin-bottom: -171px !important; }
	.margin-bottom--170 { margin-bottom: -170px !important; }
	.margin-bottom--169 { margin-bottom: -169px !important; }
	.margin-bottom--168 { margin-bottom: -168px !important; }
	.margin-bottom--167 { margin-bottom: -167px !important; }
	.margin-bottom--166 { margin-bottom: -166px !important; }
	.margin-bottom--165 { margin-bottom: -165px !important; }
	.margin-bottom--164 { margin-bottom: -164px !important; }
	.margin-bottom--163 { margin-bottom: -163px !important; }
	.margin-bottom--162 { margin-bottom: -162px !important; }
	.margin-bottom--161 { margin-bottom: -161px !important; }
	.margin-bottom--160 { margin-bottom: -160px !important; }
	.margin-bottom--159 { margin-bottom: -159px !important; }
	.margin-bottom--158 { margin-bottom: -158px !important; }
	.margin-bottom--157 { margin-bottom: -157px !important; }
	.margin-bottom--156 { margin-bottom: -156px !important; }
	.margin-bottom--155 { margin-bottom: -155px !important; }
	.margin-bottom--154 { margin-bottom: -154px !important; }
	.margin-bottom--153 { margin-bottom: -153px !important; }
	.margin-bottom--152 { margin-bottom: -152px !important; }
	.margin-bottom--151 { margin-bottom: -151px !important; }
	.margin-bottom--150 { margin-bottom: -150px !important; }
	.margin-bottom--149 { margin-bottom: -149px !important; }
	.margin-bottom--148 { margin-bottom: -148px !important; }
	.margin-bottom--147 { margin-bottom: -147px !important; }
	.margin-bottom--146 { margin-bottom: -146px !important; }
	.margin-bottom--145 { margin-bottom: -145px !important; }
	.margin-bottom--144 { margin-bottom: -144px !important; }
	.margin-bottom--143 { margin-bottom: -143px !important; }
	.margin-bottom--142 { margin-bottom: -142px !important; }
	.margin-bottom--141 { margin-bottom: -141px !important; }
	.margin-bottom--140 { margin-bottom: -140px !important; }
	.margin-bottom--139 { margin-bottom: -139px !important; }
	.margin-bottom--138 { margin-bottom: -138px !important; }
	.margin-bottom--137 { margin-bottom: -137px !important; }
	.margin-bottom--136 { margin-bottom: -136px !important; }
	.margin-bottom--135 { margin-bottom: -135px !important; }
	.margin-bottom--134 { margin-bottom: -134px !important; }
	.margin-bottom--133 { margin-bottom: -133px !important; }
	.margin-bottom--132 { margin-bottom: -132px !important; }
	.margin-bottom--131 { margin-bottom: -131px !important; }
	.margin-bottom--130 { margin-bottom: -130px !important; }
	.margin-bottom--129 { margin-bottom: -129px !important; }
	.margin-bottom--128 { margin-bottom: -128px !important; }
	.margin-bottom--127 { margin-bottom: -127px !important; }
	.margin-bottom--126 { margin-bottom: -126px !important; }
	.margin-bottom--125 { margin-bottom: -125px !important; }
	.margin-bottom--124 { margin-bottom: -124px !important; }
	.margin-bottom--123 { margin-bottom: -123px !important; }
	.margin-bottom--122 { margin-bottom: -122px !important; }
	.margin-bottom--121 { margin-bottom: -121px !important; }
	.margin-bottom--120 { margin-bottom: -120px !important; }
	.margin-bottom--119 { margin-bottom: -119px !important; }
	.margin-bottom--118 { margin-bottom: -118px !important; }
	.margin-bottom--117 { margin-bottom: -117px !important; }
	.margin-bottom--116 { margin-bottom: -116px !important; }
	.margin-bottom--115 { margin-bottom: -115px !important; }
	.margin-bottom--114 { margin-bottom: -114px !important; }
	.margin-bottom--113 { margin-bottom: -113px !important; }
	.margin-bottom--112 { margin-bottom: -112px !important; }
	.margin-bottom--111 { margin-bottom: -111px !important; }
	.margin-bottom--110 { margin-bottom: -110px !important; }
	.margin-bottom--109 { margin-bottom: -109px !important; }
	.margin-bottom--108 { margin-bottom: -108px !important; }
	.margin-bottom--107 { margin-bottom: -107px !important; }
	.margin-bottom--106 { margin-bottom: -106px !important; }
	.margin-bottom--105 { margin-bottom: -105px !important; }
	.margin-bottom--104 { margin-bottom: -104px !important; }
	.margin-bottom--103 { margin-bottom: -103px !important; }
	.margin-bottom--102 { margin-bottom: -102px !important; }
	.margin-bottom--101 { margin-bottom: -101px !important; }
	.margin-bottom--100 { margin-bottom: -100px !important; }
	.margin-bottom--99 { margin-bottom: -99px !important; }
	.margin-bottom--98 { margin-bottom: -98px !important; }
	.margin-bottom--97 { margin-bottom: -97px !important; }
	.margin-bottom--96 { margin-bottom: -96px !important; }
	.margin-bottom--95 { margin-bottom: -95px !important; }
	.margin-bottom--94 { margin-bottom: -94px !important; }
	.margin-bottom--93 { margin-bottom: -93px !important; }
	.margin-bottom--92 { margin-bottom: -92px !important; }
	.margin-bottom--91 { margin-bottom: -91px !important; }
	.margin-bottom--90 { margin-bottom: -90px !important; }
	.margin-bottom--89 { margin-bottom: -89px !important; }
	.margin-bottom--88 { margin-bottom: -88px !important; }
	.margin-bottom--87 { margin-bottom: -87px !important; }
	.margin-bottom--86 { margin-bottom: -86px !important; }
	.margin-bottom--85 { margin-bottom: -85px !important; }
	.margin-bottom--84 { margin-bottom: -84px !important; }
	.margin-bottom--83 { margin-bottom: -83px !important; }
	.margin-bottom--82 { margin-bottom: -82px !important; }
	.margin-bottom--81 { margin-bottom: -81px !important; }
	.margin-bottom--80 { margin-bottom: -80px !important; }
	.margin-bottom--79 { margin-bottom: -79px !important; }
	.margin-bottom--78 { margin-bottom: -78px !important; }
	.margin-bottom--77 { margin-bottom: -77px !important; }
	.margin-bottom--76 { margin-bottom: -76px !important; }
	.margin-bottom--75 { margin-bottom: -75px !important; }
	.margin-bottom--74 { margin-bottom: -74px !important; }
	.margin-bottom--73 { margin-bottom: -73px !important; }
	.margin-bottom--72 { margin-bottom: -72px !important; }
	.margin-bottom--71 { margin-bottom: -71px !important; }
	.margin-bottom--70 { margin-bottom: -70px !important; }
	.margin-bottom--69 { margin-bottom: -69px !important; }
	.margin-bottom--68 { margin-bottom: -68px !important; }
	.margin-bottom--67 { margin-bottom: -67px !important; }
	.margin-bottom--66 { margin-bottom: -66px !important; }
	.margin-bottom--65 { margin-bottom: -65px !important; }
	.margin-bottom--64 { margin-bottom: -64px !important; }
	.margin-bottom--63 { margin-bottom: -63px !important; }
	.margin-bottom--62 { margin-bottom: -62px !important; }
	.margin-bottom--61 { margin-bottom: -61px !important; }
	.margin-bottom--60 { margin-bottom: -60px !important; }
	.margin-bottom--59 { margin-bottom: -59px !important; }
	.margin-bottom--58 { margin-bottom: -58px !important; }
	.margin-bottom--57 { margin-bottom: -57px !important; }
	.margin-bottom--56 { margin-bottom: -56px !important; }
	.margin-bottom--55 { margin-bottom: -55px !important; }
	.margin-bottom--54 { margin-bottom: -54px !important; }
	.margin-bottom--53 { margin-bottom: -53px !important; }
	.margin-bottom--52 { margin-bottom: -52px !important; }
	.margin-bottom--51 { margin-bottom: -51px !important; }
	.margin-bottom--50 { margin-bottom: -50px !important; }
	.margin-bottom--49 { margin-bottom: -49px !important; }
	.margin-bottom--48 { margin-bottom: -48px !important; }
	.margin-bottom--47 { margin-bottom: -47px !important; }
	.margin-bottom--46 { margin-bottom: -46px !important; }
	.margin-bottom--45 { margin-bottom: -45px !important; }
	.margin-bottom--44 { margin-bottom: -44px !important; }
	.margin-bottom--43 { margin-bottom: -43px !important; }
	.margin-bottom--42 { margin-bottom: -42px !important; }
	.margin-bottom--41 { margin-bottom: -41px !important; }
	.margin-bottom--40 { margin-bottom: -40px !important; }
	.margin-bottom--39 { margin-bottom: -39px !important; }
	.margin-bottom--38 { margin-bottom: -38px !important; }
	.margin-bottom--37 { margin-bottom: -37px !important; }
	.margin-bottom--36 { margin-bottom: -36px !important; }
	.margin-bottom--35 { margin-bottom: -35px !important; }
	.margin-bottom--34 { margin-bottom: -34px !important; }
	.margin-bottom--33 { margin-bottom: -33px !important; }
	.margin-bottom--32 { margin-bottom: -32px !important; }
	.margin-bottom--31 { margin-bottom: -31px !important; }
	.margin-bottom--30 { margin-bottom: -30px !important; }
	.margin-bottom--29 { margin-bottom: -29px !important; }
	.margin-bottom--28 { margin-bottom: -28px !important; }
	.margin-bottom--27 { margin-bottom: -27px !important; }
	.margin-bottom--26 { margin-bottom: -26px !important; }
	.margin-bottom--25 { margin-bottom: -25px !important; }
	.margin-bottom--24 { margin-bottom: -24px !important; }
	.margin-bottom--23 { margin-bottom: -23px !important; }
	.margin-bottom--22 { margin-bottom: -22px !important; }
	.margin-bottom--21 { margin-bottom: -21px !important; }
	.margin-bottom--20 { margin-bottom: -20px !important; }
	.margin-bottom--19 { margin-bottom: -19px !important; }
	.margin-bottom--18 { margin-bottom: -18px !important; }
	.margin-bottom--17 { margin-bottom: -17px !important; }
	.margin-bottom--16 { margin-bottom: -16px !important; }
	.margin-bottom--15 { margin-bottom: -15px !important; }
	.margin-bottom--14 { margin-bottom: -14px !important; }
	.margin-bottom--13 { margin-bottom: -13px !important; }
	.margin-bottom--12 { margin-bottom: -12px !important; }
	.margin-bottom--11 { margin-bottom: -11px !important; }
	.margin-bottom--10 { margin-bottom: -10px !important; }
	.margin-bottom--9 { margin-bottom: -9px !important; }
	.margin-bottom--8 { margin-bottom: -8px !important; }
	.margin-bottom--7 { margin-bottom: -7px !important; }
	.margin-bottom--6 { margin-bottom: -6px !important; }
	.margin-bottom--5 { margin-bottom: -5px !important; }
	.margin-bottom--4 { margin-bottom: -4px !important; }
	.margin-bottom--3 { margin-bottom: -3px !important; }
	.margin-bottom--2 { margin-bottom: -2px !important; }
	.margin-bottom--1 { margin-bottom: -1px !important; }
	.margin-bottom-0 { margin-bottom: 0px !important; }
	.margin-bottom-1 { margin-bottom: 1px !important; }
	.margin-bottom-2 { margin-bottom: 2px !important; }
	.margin-bottom-3 { margin-bottom: 3px !important; }
	.margin-bottom-4 { margin-bottom: 4px !important; }
	.margin-bottom-5 { margin-bottom: 5px !important; }
	.margin-bottom-6 { margin-bottom: 6px !important; }
	.margin-bottom-7 { margin-bottom: 7px !important; }
	.margin-bottom-8 { margin-bottom: 8px !important; }
	.margin-bottom-9 { margin-bottom: 9px !important; }
	.margin-bottom-10 { margin-bottom: 10px !important; }
	.margin-bottom-11 { margin-bottom: 11px !important; }
	.margin-bottom-12 { margin-bottom: 12px !important; }
	.margin-bottom-13 { margin-bottom: 13px !important; }
	.margin-bottom-14 { margin-bottom: 14px !important; }
	.margin-bottom-15 { margin-bottom: 15px !important; }
	.margin-bottom-16 { margin-bottom: 16px !important; }
	.margin-bottom-17 { margin-bottom: 17px !important; }
	.margin-bottom-18 { margin-bottom: 18px !important; }
	.margin-bottom-19 { margin-bottom: 19px !important; }
	.margin-bottom-20 { margin-bottom: 20px !important; }
	.margin-bottom-21 { margin-bottom: 21px !important; }
	.margin-bottom-22 { margin-bottom: 22px !important; }
	.margin-bottom-23 { margin-bottom: 23px !important; }
	.margin-bottom-24 { margin-bottom: 24px !important; }
	.margin-bottom-25 { margin-bottom: 25px !important; }
	.margin-bottom-26 { margin-bottom: 26px !important; }
	.margin-bottom-27 { margin-bottom: 27px !important; }
	.margin-bottom-28 { margin-bottom: 28px !important; }
	.margin-bottom-29 { margin-bottom: 29px !important; }
	.margin-bottom-30 { margin-bottom: 30px !important; }
	.margin-bottom-31 { margin-bottom: 31px !important; }
	.margin-bottom-32 { margin-bottom: 32px !important; }
	.margin-bottom-33 { margin-bottom: 33px !important; }
	.margin-bottom-34 { margin-bottom: 34px !important; }
	.margin-bottom-35 { margin-bottom: 35px !important; }
	.margin-bottom-36 { margin-bottom: 36px !important; }
	.margin-bottom-37 { margin-bottom: 37px !important; }
	.margin-bottom-38 { margin-bottom: 38px !important; }
	.margin-bottom-39 { margin-bottom: 39px !important; }
	.margin-bottom-40 { margin-bottom: 40px !important; }
	.margin-bottom-41 { margin-bottom: 41px !important; }
	.margin-bottom-42 { margin-bottom: 42px !important; }
	.margin-bottom-43 { margin-bottom: 43px !important; }
	.margin-bottom-44 { margin-bottom: 44px !important; }
	.margin-bottom-45 { margin-bottom: 45px !important; }
	.margin-bottom-46 { margin-bottom: 46px !important; }
	.margin-bottom-47 { margin-bottom: 47px !important; }
	.margin-bottom-48 { margin-bottom: 48px !important; }
	.margin-bottom-49 { margin-bottom: 49px !important; }
	.margin-bottom-50 { margin-bottom: 50px !important; }
	.margin-bottom-51 { margin-bottom: 51px !important; }
	.margin-bottom-52 { margin-bottom: 52px !important; }
	.margin-bottom-53 { margin-bottom: 53px !important; }
	.margin-bottom-54 { margin-bottom: 54px !important; }
	.margin-bottom-55 { margin-bottom: 55px !important; }
	.margin-bottom-56 { margin-bottom: 56px !important; }
	.margin-bottom-57 { margin-bottom: 57px !important; }
	.margin-bottom-58 { margin-bottom: 58px !important; }
	.margin-bottom-59 { margin-bottom: 59px !important; }
	.margin-bottom-60 { margin-bottom: 60px !important; }
	.margin-bottom-61 { margin-bottom: 61px !important; }
	.margin-bottom-62 { margin-bottom: 62px !important; }
	.margin-bottom-63 { margin-bottom: 63px !important; }
	.margin-bottom-64 { margin-bottom: 64px !important; }
	.margin-bottom-65 { margin-bottom: 65px !important; }
	.margin-bottom-66 { margin-bottom: 66px !important; }
	.margin-bottom-67 { margin-bottom: 67px !important; }
	.margin-bottom-68 { margin-bottom: 68px !important; }
	.margin-bottom-69 { margin-bottom: 69px !important; }
	.margin-bottom-70 { margin-bottom: 70px !important; }
	.margin-bottom-71 { margin-bottom: 71px !important; }
	.margin-bottom-72 { margin-bottom: 72px !important; }
	.margin-bottom-73 { margin-bottom: 73px !important; }
	.margin-bottom-74 { margin-bottom: 74px !important; }
	.margin-bottom-75 { margin-bottom: 75px !important; }
	.margin-bottom-76 { margin-bottom: 76px !important; }
	.margin-bottom-77 { margin-bottom: 77px !important; }
	.margin-bottom-78 { margin-bottom: 78px !important; }
	.margin-bottom-79 { margin-bottom: 79px !important; }
	.margin-bottom-80 { margin-bottom: 80px !important; }
	.margin-bottom-81 { margin-bottom: 81px !important; }
	.margin-bottom-82 { margin-bottom: 82px !important; }
	.margin-bottom-83 { margin-bottom: 83px !important; }
	.margin-bottom-84 { margin-bottom: 84px !important; }
	.margin-bottom-85 { margin-bottom: 85px !important; }
	.margin-bottom-86 { margin-bottom: 86px !important; }
	.margin-bottom-87 { margin-bottom: 87px !important; }
	.margin-bottom-88 { margin-bottom: 88px !important; }
	.margin-bottom-89 { margin-bottom: 89px !important; }
	.margin-bottom-90 { margin-bottom: 90px !important; }
	.margin-bottom-91 { margin-bottom: 91px !important; }
	.margin-bottom-92 { margin-bottom: 92px !important; }
	.margin-bottom-93 { margin-bottom: 93px !important; }
	.margin-bottom-94 { margin-bottom: 94px !important; }
	.margin-bottom-95 { margin-bottom: 95px !important; }
	.margin-bottom-96 { margin-bottom: 96px !important; }
	.margin-bottom-97 { margin-bottom: 97px !important; }
	.margin-bottom-98 { margin-bottom: 98px !important; }
	.margin-bottom-99 { margin-bottom: 99px !important; }
	.margin-bottom-100 { margin-bottom: 100px !important; }
	.margin-bottom-101 { margin-bottom: 101px !important; }
	.margin-bottom-102 { margin-bottom: 102px !important; }
	.margin-bottom-103 { margin-bottom: 103px !important; }
	.margin-bottom-104 { margin-bottom: 104px !important; }
	.margin-bottom-105 { margin-bottom: 105px !important; }
	.margin-bottom-106 { margin-bottom: 106px !important; }
	.margin-bottom-107 { margin-bottom: 107px !important; }
	.margin-bottom-108 { margin-bottom: 108px !important; }
	.margin-bottom-109 { margin-bottom: 109px !important; }
	.margin-bottom-110 { margin-bottom: 110px !important; }
	.margin-bottom-111 { margin-bottom: 111px !important; }
	.margin-bottom-112 { margin-bottom: 112px !important; }
	.margin-bottom-113 { margin-bottom: 113px !important; }
	.margin-bottom-114 { margin-bottom: 114px !important; }
	.margin-bottom-115 { margin-bottom: 115px !important; }
	.margin-bottom-116 { margin-bottom: 116px !important; }
	.margin-bottom-117 { margin-bottom: 117px !important; }
	.margin-bottom-118 { margin-bottom: 118px !important; }
	.margin-bottom-119 { margin-bottom: 119px !important; }
	.margin-bottom-120 { margin-bottom: 120px !important; }
	.margin-bottom-121 { margin-bottom: 121px !important; }
	.margin-bottom-122 { margin-bottom: 122px !important; }
	.margin-bottom-123 { margin-bottom: 123px !important; }
	.margin-bottom-124 { margin-bottom: 124px !important; }
	.margin-bottom-125 { margin-bottom: 125px !important; }
	.margin-bottom-126 { margin-bottom: 126px !important; }
	.margin-bottom-127 { margin-bottom: 127px !important; }
	.margin-bottom-128 { margin-bottom: 128px !important; }
	.margin-bottom-129 { margin-bottom: 129px !important; }
	.margin-bottom-130 { margin-bottom: 130px !important; }
	.margin-bottom-131 { margin-bottom: 131px !important; }
	.margin-bottom-132 { margin-bottom: 132px !important; }
	.margin-bottom-133 { margin-bottom: 133px !important; }
	.margin-bottom-134 { margin-bottom: 134px !important; }
	.margin-bottom-135 { margin-bottom: 135px !important; }
	.margin-bottom-136 { margin-bottom: 136px !important; }
	.margin-bottom-137 { margin-bottom: 137px !important; }
	.margin-bottom-138 { margin-bottom: 138px !important; }
	.margin-bottom-139 { margin-bottom: 139px !important; }
	.margin-bottom-140 { margin-bottom: 140px !important; }
	.margin-bottom-141 { margin-bottom: 141px !important; }
	.margin-bottom-142 { margin-bottom: 142px !important; }
	.margin-bottom-143 { margin-bottom: 143px !important; }
	.margin-bottom-144 { margin-bottom: 144px !important; }
	.margin-bottom-145 { margin-bottom: 145px !important; }
	.margin-bottom-146 { margin-bottom: 146px !important; }
	.margin-bottom-147 { margin-bottom: 147px !important; }
	.margin-bottom-148 { margin-bottom: 148px !important; }
	.margin-bottom-149 { margin-bottom: 149px !important; }
	.margin-bottom-150 { margin-bottom: 150px !important; }
	.margin-bottom-151 { margin-bottom: 151px !important; }
	.margin-bottom-152 { margin-bottom: 152px !important; }
	.margin-bottom-153 { margin-bottom: 153px !important; }
	.margin-bottom-154 { margin-bottom: 154px !important; }
	.margin-bottom-155 { margin-bottom: 155px !important; }
	.margin-bottom-156 { margin-bottom: 156px !important; }
	.margin-bottom-157 { margin-bottom: 157px !important; }
	.margin-bottom-158 { margin-bottom: 158px !important; }
	.margin-bottom-159 { margin-bottom: 159px !important; }
	.margin-bottom-160 { margin-bottom: 160px !important; }
	.margin-bottom-161 { margin-bottom: 161px !important; }
	.margin-bottom-162 { margin-bottom: 162px !important; }
	.margin-bottom-163 { margin-bottom: 163px !important; }
	.margin-bottom-164 { margin-bottom: 164px !important; }
	.margin-bottom-165 { margin-bottom: 165px !important; }
	.margin-bottom-166 { margin-bottom: 166px !important; }
	.margin-bottom-167 { margin-bottom: 167px !important; }
	.margin-bottom-168 { margin-bottom: 168px !important; }
	.margin-bottom-169 { margin-bottom: 169px !important; }
	.margin-bottom-170 { margin-bottom: 170px !important; }
	.margin-bottom-171 { margin-bottom: 171px !important; }
	.margin-bottom-172 { margin-bottom: 172px !important; }
	.margin-bottom-173 { margin-bottom: 173px !important; }
	.margin-bottom-174 { margin-bottom: 174px !important; }
	.margin-bottom-175 { margin-bottom: 175px !important; }
	.margin-bottom-176 { margin-bottom: 176px !important; }
	.margin-bottom-177 { margin-bottom: 177px !important; }
	.margin-bottom-178 { margin-bottom: 178px !important; }
	.margin-bottom-179 { margin-bottom: 179px !important; }
	.margin-bottom-180 { margin-bottom: 180px !important; }
	.margin-bottom-181 { margin-bottom: 181px !important; }
	.margin-bottom-182 { margin-bottom: 182px !important; }
	.margin-bottom-183 { margin-bottom: 183px !important; }
	.margin-bottom-184 { margin-bottom: 184px !important; }
	.margin-bottom-185 { margin-bottom: 185px !important; }
	.margin-bottom-186 { margin-bottom: 186px !important; }
	.margin-bottom-187 { margin-bottom: 187px !important; }
	.margin-bottom-188 { margin-bottom: 188px !important; }
	.margin-bottom-189 { margin-bottom: 189px !important; }
	.margin-bottom-190 { margin-bottom: 190px !important; }
	.margin-bottom-191 { margin-bottom: 191px !important; }
	.margin-bottom-192 { margin-bottom: 192px !important; }
	.margin-bottom-193 { margin-bottom: 193px !important; }
	.margin-bottom-194 { margin-bottom: 194px !important; }
	.margin-bottom-195 { margin-bottom: 195px !important; }
	.margin-bottom-196 { margin-bottom: 196px !important; }
	.margin-bottom-197 { margin-bottom: 197px !important; }
	.margin-bottom-198 { margin-bottom: 198px !important; }
	.margin-bottom-199 { margin-bottom: 199px !important; }
	.margin-bottom-200 { margin-bottom: 200px !important; }
}

@media (min-width:768px) {
	.margin-bottom-large--200 { margin-bottom: -200px !important; }
	.margin-bottom-large--199 { margin-bottom: -199px !important; }
	.margin-bottom-large--198 { margin-bottom: -198px !important; }
	.margin-bottom-large--197 { margin-bottom: -197px !important; }
	.margin-bottom-large--196 { margin-bottom: -196px !important; }
	.margin-bottom-large--195 { margin-bottom: -195px !important; }
	.margin-bottom-large--194 { margin-bottom: -194px !important; }
	.margin-bottom-large--193 { margin-bottom: -193px !important; }
	.margin-bottom-large--192 { margin-bottom: -192px !important; }
	.margin-bottom-large--191 { margin-bottom: -191px !important; }
	.margin-bottom-large--190 { margin-bottom: -190px !important; }
	.margin-bottom-large--189 { margin-bottom: -189px !important; }
	.margin-bottom-large--188 { margin-bottom: -188px !important; }
	.margin-bottom-large--187 { margin-bottom: -187px !important; }
	.margin-bottom-large--186 { margin-bottom: -186px !important; }
	.margin-bottom-large--185 { margin-bottom: -185px !important; }
	.margin-bottom-large--184 { margin-bottom: -184px !important; }
	.margin-bottom-large--183 { margin-bottom: -183px !important; }
	.margin-bottom-large--182 { margin-bottom: -182px !important; }
	.margin-bottom-large--181 { margin-bottom: -181px !important; }
	.margin-bottom-large--180 { margin-bottom: -180px !important; }
	.margin-bottom-large--179 { margin-bottom: -179px !important; }
	.margin-bottom-large--178 { margin-bottom: -178px !important; }
	.margin-bottom-large--177 { margin-bottom: -177px !important; }
	.margin-bottom-large--176 { margin-bottom: -176px !important; }
	.margin-bottom-large--175 { margin-bottom: -175px !important; }
	.margin-bottom-large--174 { margin-bottom: -174px !important; }
	.margin-bottom-large--173 { margin-bottom: -173px !important; }
	.margin-bottom-large--172 { margin-bottom: -172px !important; }
	.margin-bottom-large--171 { margin-bottom: -171px !important; }
	.margin-bottom-large--170 { margin-bottom: -170px !important; }
	.margin-bottom-large--169 { margin-bottom: -169px !important; }
	.margin-bottom-large--168 { margin-bottom: -168px !important; }
	.margin-bottom-large--167 { margin-bottom: -167px !important; }
	.margin-bottom-large--166 { margin-bottom: -166px !important; }
	.margin-bottom-large--165 { margin-bottom: -165px !important; }
	.margin-bottom-large--164 { margin-bottom: -164px !important; }
	.margin-bottom-large--163 { margin-bottom: -163px !important; }
	.margin-bottom-large--162 { margin-bottom: -162px !important; }
	.margin-bottom-large--161 { margin-bottom: -161px !important; }
	.margin-bottom-large--160 { margin-bottom: -160px !important; }
	.margin-bottom-large--159 { margin-bottom: -159px !important; }
	.margin-bottom-large--158 { margin-bottom: -158px !important; }
	.margin-bottom-large--157 { margin-bottom: -157px !important; }
	.margin-bottom-large--156 { margin-bottom: -156px !important; }
	.margin-bottom-large--155 { margin-bottom: -155px !important; }
	.margin-bottom-large--154 { margin-bottom: -154px !important; }
	.margin-bottom-large--153 { margin-bottom: -153px !important; }
	.margin-bottom-large--152 { margin-bottom: -152px !important; }
	.margin-bottom-large--151 { margin-bottom: -151px !important; }
	.margin-bottom-large--150 { margin-bottom: -150px !important; }
	.margin-bottom-large--149 { margin-bottom: -149px !important; }
	.margin-bottom-large--148 { margin-bottom: -148px !important; }
	.margin-bottom-large--147 { margin-bottom: -147px !important; }
	.margin-bottom-large--146 { margin-bottom: -146px !important; }
	.margin-bottom-large--145 { margin-bottom: -145px !important; }
	.margin-bottom-large--144 { margin-bottom: -144px !important; }
	.margin-bottom-large--143 { margin-bottom: -143px !important; }
	.margin-bottom-large--142 { margin-bottom: -142px !important; }
	.margin-bottom-large--141 { margin-bottom: -141px !important; }
	.margin-bottom-large--140 { margin-bottom: -140px !important; }
	.margin-bottom-large--139 { margin-bottom: -139px !important; }
	.margin-bottom-large--138 { margin-bottom: -138px !important; }
	.margin-bottom-large--137 { margin-bottom: -137px !important; }
	.margin-bottom-large--136 { margin-bottom: -136px !important; }
	.margin-bottom-large--135 { margin-bottom: -135px !important; }
	.margin-bottom-large--134 { margin-bottom: -134px !important; }
	.margin-bottom-large--133 { margin-bottom: -133px !important; }
	.margin-bottom-large--132 { margin-bottom: -132px !important; }
	.margin-bottom-large--131 { margin-bottom: -131px !important; }
	.margin-bottom-large--130 { margin-bottom: -130px !important; }
	.margin-bottom-large--129 { margin-bottom: -129px !important; }
	.margin-bottom-large--128 { margin-bottom: -128px !important; }
	.margin-bottom-large--127 { margin-bottom: -127px !important; }
	.margin-bottom-large--126 { margin-bottom: -126px !important; }
	.margin-bottom-large--125 { margin-bottom: -125px !important; }
	.margin-bottom-large--124 { margin-bottom: -124px !important; }
	.margin-bottom-large--123 { margin-bottom: -123px !important; }
	.margin-bottom-large--122 { margin-bottom: -122px !important; }
	.margin-bottom-large--121 { margin-bottom: -121px !important; }
	.margin-bottom-large--120 { margin-bottom: -120px !important; }
	.margin-bottom-large--119 { margin-bottom: -119px !important; }
	.margin-bottom-large--118 { margin-bottom: -118px !important; }
	.margin-bottom-large--117 { margin-bottom: -117px !important; }
	.margin-bottom-large--116 { margin-bottom: -116px !important; }
	.margin-bottom-large--115 { margin-bottom: -115px !important; }
	.margin-bottom-large--114 { margin-bottom: -114px !important; }
	.margin-bottom-large--113 { margin-bottom: -113px !important; }
	.margin-bottom-large--112 { margin-bottom: -112px !important; }
	.margin-bottom-large--111 { margin-bottom: -111px !important; }
	.margin-bottom-large--110 { margin-bottom: -110px !important; }
	.margin-bottom-large--109 { margin-bottom: -109px !important; }
	.margin-bottom-large--108 { margin-bottom: -108px !important; }
	.margin-bottom-large--107 { margin-bottom: -107px !important; }
	.margin-bottom-large--106 { margin-bottom: -106px !important; }
	.margin-bottom-large--105 { margin-bottom: -105px !important; }
	.margin-bottom-large--104 { margin-bottom: -104px !important; }
	.margin-bottom-large--103 { margin-bottom: -103px !important; }
	.margin-bottom-large--102 { margin-bottom: -102px !important; }
	.margin-bottom-large--101 { margin-bottom: -101px !important; }
	.margin-bottom-large--100 { margin-bottom: -100px !important; }
	.margin-bottom-large--99 { margin-bottom: -99px !important; }
	.margin-bottom-large--98 { margin-bottom: -98px !important; }
	.margin-bottom-large--97 { margin-bottom: -97px !important; }
	.margin-bottom-large--96 { margin-bottom: -96px !important; }
	.margin-bottom-large--95 { margin-bottom: -95px !important; }
	.margin-bottom-large--94 { margin-bottom: -94px !important; }
	.margin-bottom-large--93 { margin-bottom: -93px !important; }
	.margin-bottom-large--92 { margin-bottom: -92px !important; }
	.margin-bottom-large--91 { margin-bottom: -91px !important; }
	.margin-bottom-large--90 { margin-bottom: -90px !important; }
	.margin-bottom-large--89 { margin-bottom: -89px !important; }
	.margin-bottom-large--88 { margin-bottom: -88px !important; }
	.margin-bottom-large--87 { margin-bottom: -87px !important; }
	.margin-bottom-large--86 { margin-bottom: -86px !important; }
	.margin-bottom-large--85 { margin-bottom: -85px !important; }
	.margin-bottom-large--84 { margin-bottom: -84px !important; }
	.margin-bottom-large--83 { margin-bottom: -83px !important; }
	.margin-bottom-large--82 { margin-bottom: -82px !important; }
	.margin-bottom-large--81 { margin-bottom: -81px !important; }
	.margin-bottom-large--80 { margin-bottom: -80px !important; }
	.margin-bottom-large--79 { margin-bottom: -79px !important; }
	.margin-bottom-large--78 { margin-bottom: -78px !important; }
	.margin-bottom-large--77 { margin-bottom: -77px !important; }
	.margin-bottom-large--76 { margin-bottom: -76px !important; }
	.margin-bottom-large--75 { margin-bottom: -75px !important; }
	.margin-bottom-large--74 { margin-bottom: -74px !important; }
	.margin-bottom-large--73 { margin-bottom: -73px !important; }
	.margin-bottom-large--72 { margin-bottom: -72px !important; }
	.margin-bottom-large--71 { margin-bottom: -71px !important; }
	.margin-bottom-large--70 { margin-bottom: -70px !important; }
	.margin-bottom-large--69 { margin-bottom: -69px !important; }
	.margin-bottom-large--68 { margin-bottom: -68px !important; }
	.margin-bottom-large--67 { margin-bottom: -67px !important; }
	.margin-bottom-large--66 { margin-bottom: -66px !important; }
	.margin-bottom-large--65 { margin-bottom: -65px !important; }
	.margin-bottom-large--64 { margin-bottom: -64px !important; }
	.margin-bottom-large--63 { margin-bottom: -63px !important; }
	.margin-bottom-large--62 { margin-bottom: -62px !important; }
	.margin-bottom-large--61 { margin-bottom: -61px !important; }
	.margin-bottom-large--60 { margin-bottom: -60px !important; }
	.margin-bottom-large--59 { margin-bottom: -59px !important; }
	.margin-bottom-large--58 { margin-bottom: -58px !important; }
	.margin-bottom-large--57 { margin-bottom: -57px !important; }
	.margin-bottom-large--56 { margin-bottom: -56px !important; }
	.margin-bottom-large--55 { margin-bottom: -55px !important; }
	.margin-bottom-large--54 { margin-bottom: -54px !important; }
	.margin-bottom-large--53 { margin-bottom: -53px !important; }
	.margin-bottom-large--52 { margin-bottom: -52px !important; }
	.margin-bottom-large--51 { margin-bottom: -51px !important; }
	.margin-bottom-large--50 { margin-bottom: -50px !important; }
	.margin-bottom-large--49 { margin-bottom: -49px !important; }
	.margin-bottom-large--48 { margin-bottom: -48px !important; }
	.margin-bottom-large--47 { margin-bottom: -47px !important; }
	.margin-bottom-large--46 { margin-bottom: -46px !important; }
	.margin-bottom-large--45 { margin-bottom: -45px !important; }
	.margin-bottom-large--44 { margin-bottom: -44px !important; }
	.margin-bottom-large--43 { margin-bottom: -43px !important; }
	.margin-bottom-large--42 { margin-bottom: -42px !important; }
	.margin-bottom-large--41 { margin-bottom: -41px !important; }
	.margin-bottom-large--40 { margin-bottom: -40px !important; }
	.margin-bottom-large--39 { margin-bottom: -39px !important; }
	.margin-bottom-large--38 { margin-bottom: -38px !important; }
	.margin-bottom-large--37 { margin-bottom: -37px !important; }
	.margin-bottom-large--36 { margin-bottom: -36px !important; }
	.margin-bottom-large--35 { margin-bottom: -35px !important; }
	.margin-bottom-large--34 { margin-bottom: -34px !important; }
	.margin-bottom-large--33 { margin-bottom: -33px !important; }
	.margin-bottom-large--32 { margin-bottom: -32px !important; }
	.margin-bottom-large--31 { margin-bottom: -31px !important; }
	.margin-bottom-large--30 { margin-bottom: -30px !important; }
	.margin-bottom-large--29 { margin-bottom: -29px !important; }
	.margin-bottom-large--28 { margin-bottom: -28px !important; }
	.margin-bottom-large--27 { margin-bottom: -27px !important; }
	.margin-bottom-large--26 { margin-bottom: -26px !important; }
	.margin-bottom-large--25 { margin-bottom: -25px !important; }
	.margin-bottom-large--24 { margin-bottom: -24px !important; }
	.margin-bottom-large--23 { margin-bottom: -23px !important; }
	.margin-bottom-large--22 { margin-bottom: -22px !important; }
	.margin-bottom-large--21 { margin-bottom: -21px !important; }
	.margin-bottom-large--20 { margin-bottom: -20px !important; }
	.margin-bottom-large--19 { margin-bottom: -19px !important; }
	.margin-bottom-large--18 { margin-bottom: -18px !important; }
	.margin-bottom-large--17 { margin-bottom: -17px !important; }
	.margin-bottom-large--16 { margin-bottom: -16px !important; }
	.margin-bottom-large--15 { margin-bottom: -15px !important; }
	.margin-bottom-large--14 { margin-bottom: -14px !important; }
	.margin-bottom-large--13 { margin-bottom: -13px !important; }
	.margin-bottom-large--12 { margin-bottom: -12px !important; }
	.margin-bottom-large--11 { margin-bottom: -11px !important; }
	.margin-bottom-large--10 { margin-bottom: -10px !important; }
	.margin-bottom-large--9 { margin-bottom: -9px !important; }
	.margin-bottom-large--8 { margin-bottom: -8px !important; }
	.margin-bottom-large--7 { margin-bottom: -7px !important; }
	.margin-bottom-large--6 { margin-bottom: -6px !important; }
	.margin-bottom-large--5 { margin-bottom: -5px !important; }
	.margin-bottom-large--4 { margin-bottom: -4px !important; }
	.margin-bottom-large--3 { margin-bottom: -3px !important; }
	.margin-bottom-large--2 { margin-bottom: -2px !important; }
	.margin-bottom-large--1 { margin-bottom: -1px !important; }
	.margin-bottom-large-0 { margin-bottom: 0px !important; }
	.margin-bottom-large-1 { margin-bottom: 1px !important; }
	.margin-bottom-large-2 { margin-bottom: 2px !important; }
	.margin-bottom-large-3 { margin-bottom: 3px !important; }
	.margin-bottom-large-4 { margin-bottom: 4px !important; }
	.margin-bottom-large-5 { margin-bottom: 5px !important; }
	.margin-bottom-large-6 { margin-bottom: 6px !important; }
	.margin-bottom-large-7 { margin-bottom: 7px !important; }
	.margin-bottom-large-8 { margin-bottom: 8px !important; }
	.margin-bottom-large-9 { margin-bottom: 9px !important; }
	.margin-bottom-large-10 { margin-bottom: 10px !important; }
	.margin-bottom-large-11 { margin-bottom: 11px !important; }
	.margin-bottom-large-12 { margin-bottom: 12px !important; }
	.margin-bottom-large-13 { margin-bottom: 13px !important; }
	.margin-bottom-large-14 { margin-bottom: 14px !important; }
	.margin-bottom-large-15 { margin-bottom: 15px !important; }
	.margin-bottom-large-16 { margin-bottom: 16px !important; }
	.margin-bottom-large-17 { margin-bottom: 17px !important; }
	.margin-bottom-large-18 { margin-bottom: 18px !important; }
	.margin-bottom-large-19 { margin-bottom: 19px !important; }
	.margin-bottom-large-20 { margin-bottom: 20px !important; }
	.margin-bottom-large-21 { margin-bottom: 21px !important; }
	.margin-bottom-large-22 { margin-bottom: 22px !important; }
	.margin-bottom-large-23 { margin-bottom: 23px !important; }
	.margin-bottom-large-24 { margin-bottom: 24px !important; }
	.margin-bottom-large-25 { margin-bottom: 25px !important; }
	.margin-bottom-large-26 { margin-bottom: 26px !important; }
	.margin-bottom-large-27 { margin-bottom: 27px !important; }
	.margin-bottom-large-28 { margin-bottom: 28px !important; }
	.margin-bottom-large-29 { margin-bottom: 29px !important; }
	.margin-bottom-large-30 { margin-bottom: 30px !important; }
	.margin-bottom-large-31 { margin-bottom: 31px !important; }
	.margin-bottom-large-32 { margin-bottom: 32px !important; }
	.margin-bottom-large-33 { margin-bottom: 33px !important; }
	.margin-bottom-large-34 { margin-bottom: 34px !important; }
	.margin-bottom-large-35 { margin-bottom: 35px !important; }
	.margin-bottom-large-36 { margin-bottom: 36px !important; }
	.margin-bottom-large-37 { margin-bottom: 37px !important; }
	.margin-bottom-large-38 { margin-bottom: 38px !important; }
	.margin-bottom-large-39 { margin-bottom: 39px !important; }
	.margin-bottom-large-40 { margin-bottom: 40px !important; }
	.margin-bottom-large-41 { margin-bottom: 41px !important; }
	.margin-bottom-large-42 { margin-bottom: 42px !important; }
	.margin-bottom-large-43 { margin-bottom: 43px !important; }
	.margin-bottom-large-44 { margin-bottom: 44px !important; }
	.margin-bottom-large-45 { margin-bottom: 45px !important; }
	.margin-bottom-large-46 { margin-bottom: 46px !important; }
	.margin-bottom-large-47 { margin-bottom: 47px !important; }
	.margin-bottom-large-48 { margin-bottom: 48px !important; }
	.margin-bottom-large-49 { margin-bottom: 49px !important; }
	.margin-bottom-large-50 { margin-bottom: 50px !important; }
	.margin-bottom-large-51 { margin-bottom: 51px !important; }
	.margin-bottom-large-52 { margin-bottom: 52px !important; }
	.margin-bottom-large-53 { margin-bottom: 53px !important; }
	.margin-bottom-large-54 { margin-bottom: 54px !important; }
	.margin-bottom-large-55 { margin-bottom: 55px !important; }
	.margin-bottom-large-56 { margin-bottom: 56px !important; }
	.margin-bottom-large-57 { margin-bottom: 57px !important; }
	.margin-bottom-large-58 { margin-bottom: 58px !important; }
	.margin-bottom-large-59 { margin-bottom: 59px !important; }
	.margin-bottom-large-60 { margin-bottom: 60px !important; }
	.margin-bottom-large-61 { margin-bottom: 61px !important; }
	.margin-bottom-large-62 { margin-bottom: 62px !important; }
	.margin-bottom-large-63 { margin-bottom: 63px !important; }
	.margin-bottom-large-64 { margin-bottom: 64px !important; }
	.margin-bottom-large-65 { margin-bottom: 65px !important; }
	.margin-bottom-large-66 { margin-bottom: 66px !important; }
	.margin-bottom-large-67 { margin-bottom: 67px !important; }
	.margin-bottom-large-68 { margin-bottom: 68px !important; }
	.margin-bottom-large-69 { margin-bottom: 69px !important; }
	.margin-bottom-large-70 { margin-bottom: 70px !important; }
	.margin-bottom-large-71 { margin-bottom: 71px !important; }
	.margin-bottom-large-72 { margin-bottom: 72px !important; }
	.margin-bottom-large-73 { margin-bottom: 73px !important; }
	.margin-bottom-large-74 { margin-bottom: 74px !important; }
	.margin-bottom-large-75 { margin-bottom: 75px !important; }
	.margin-bottom-large-76 { margin-bottom: 76px !important; }
	.margin-bottom-large-77 { margin-bottom: 77px !important; }
	.margin-bottom-large-78 { margin-bottom: 78px !important; }
	.margin-bottom-large-79 { margin-bottom: 79px !important; }
	.margin-bottom-large-80 { margin-bottom: 80px !important; }
	.margin-bottom-large-81 { margin-bottom: 81px !important; }
	.margin-bottom-large-82 { margin-bottom: 82px !important; }
	.margin-bottom-large-83 { margin-bottom: 83px !important; }
	.margin-bottom-large-84 { margin-bottom: 84px !important; }
	.margin-bottom-large-85 { margin-bottom: 85px !important; }
	.margin-bottom-large-86 { margin-bottom: 86px !important; }
	.margin-bottom-large-87 { margin-bottom: 87px !important; }
	.margin-bottom-large-88 { margin-bottom: 88px !important; }
	.margin-bottom-large-89 { margin-bottom: 89px !important; }
	.margin-bottom-large-90 { margin-bottom: 90px !important; }
	.margin-bottom-large-91 { margin-bottom: 91px !important; }
	.margin-bottom-large-92 { margin-bottom: 92px !important; }
	.margin-bottom-large-93 { margin-bottom: 93px !important; }
	.margin-bottom-large-94 { margin-bottom: 94px !important; }
	.margin-bottom-large-95 { margin-bottom: 95px !important; }
	.margin-bottom-large-96 { margin-bottom: 96px !important; }
	.margin-bottom-large-97 { margin-bottom: 97px !important; }
	.margin-bottom-large-98 { margin-bottom: 98px !important; }
	.margin-bottom-large-99 { margin-bottom: 99px !important; }
	.margin-bottom-large-100 { margin-bottom: 100px !important; }
	.margin-bottom-large-101 { margin-bottom: 101px !important; }
	.margin-bottom-large-102 { margin-bottom: 102px !important; }
	.margin-bottom-large-103 { margin-bottom: 103px !important; }
	.margin-bottom-large-104 { margin-bottom: 104px !important; }
	.margin-bottom-large-105 { margin-bottom: 105px !important; }
	.margin-bottom-large-106 { margin-bottom: 106px !important; }
	.margin-bottom-large-107 { margin-bottom: 107px !important; }
	.margin-bottom-large-108 { margin-bottom: 108px !important; }
	.margin-bottom-large-109 { margin-bottom: 109px !important; }
	.margin-bottom-large-110 { margin-bottom: 110px !important; }
	.margin-bottom-large-111 { margin-bottom: 111px !important; }
	.margin-bottom-large-112 { margin-bottom: 112px !important; }
	.margin-bottom-large-113 { margin-bottom: 113px !important; }
	.margin-bottom-large-114 { margin-bottom: 114px !important; }
	.margin-bottom-large-115 { margin-bottom: 115px !important; }
	.margin-bottom-large-116 { margin-bottom: 116px !important; }
	.margin-bottom-large-117 { margin-bottom: 117px !important; }
	.margin-bottom-large-118 { margin-bottom: 118px !important; }
	.margin-bottom-large-119 { margin-bottom: 119px !important; }
	.margin-bottom-large-120 { margin-bottom: 120px !important; }
	.margin-bottom-large-121 { margin-bottom: 121px !important; }
	.margin-bottom-large-122 { margin-bottom: 122px !important; }
	.margin-bottom-large-123 { margin-bottom: 123px !important; }
	.margin-bottom-large-124 { margin-bottom: 124px !important; }
	.margin-bottom-large-125 { margin-bottom: 125px !important; }
	.margin-bottom-large-126 { margin-bottom: 126px !important; }
	.margin-bottom-large-127 { margin-bottom: 127px !important; }
	.margin-bottom-large-128 { margin-bottom: 128px !important; }
	.margin-bottom-large-129 { margin-bottom: 129px !important; }
	.margin-bottom-large-130 { margin-bottom: 130px !important; }
	.margin-bottom-large-131 { margin-bottom: 131px !important; }
	.margin-bottom-large-132 { margin-bottom: 132px !important; }
	.margin-bottom-large-133 { margin-bottom: 133px !important; }
	.margin-bottom-large-134 { margin-bottom: 134px !important; }
	.margin-bottom-large-135 { margin-bottom: 135px !important; }
	.margin-bottom-large-136 { margin-bottom: 136px !important; }
	.margin-bottom-large-137 { margin-bottom: 137px !important; }
	.margin-bottom-large-138 { margin-bottom: 138px !important; }
	.margin-bottom-large-139 { margin-bottom: 139px !important; }
	.margin-bottom-large-140 { margin-bottom: 140px !important; }
	.margin-bottom-large-141 { margin-bottom: 141px !important; }
	.margin-bottom-large-142 { margin-bottom: 142px !important; }
	.margin-bottom-large-143 { margin-bottom: 143px !important; }
	.margin-bottom-large-144 { margin-bottom: 144px !important; }
	.margin-bottom-large-145 { margin-bottom: 145px !important; }
	.margin-bottom-large-146 { margin-bottom: 146px !important; }
	.margin-bottom-large-147 { margin-bottom: 147px !important; }
	.margin-bottom-large-148 { margin-bottom: 148px !important; }
	.margin-bottom-large-149 { margin-bottom: 149px !important; }
	.margin-bottom-large-150 { margin-bottom: 150px !important; }
	.margin-bottom-large-151 { margin-bottom: 151px !important; }
	.margin-bottom-large-152 { margin-bottom: 152px !important; }
	.margin-bottom-large-153 { margin-bottom: 153px !important; }
	.margin-bottom-large-154 { margin-bottom: 154px !important; }
	.margin-bottom-large-155 { margin-bottom: 155px !important; }
	.margin-bottom-large-156 { margin-bottom: 156px !important; }
	.margin-bottom-large-157 { margin-bottom: 157px !important; }
	.margin-bottom-large-158 { margin-bottom: 158px !important; }
	.margin-bottom-large-159 { margin-bottom: 159px !important; }
	.margin-bottom-large-160 { margin-bottom: 160px !important; }
	.margin-bottom-large-161 { margin-bottom: 161px !important; }
	.margin-bottom-large-162 { margin-bottom: 162px !important; }
	.margin-bottom-large-163 { margin-bottom: 163px !important; }
	.margin-bottom-large-164 { margin-bottom: 164px !important; }
	.margin-bottom-large-165 { margin-bottom: 165px !important; }
	.margin-bottom-large-166 { margin-bottom: 166px !important; }
	.margin-bottom-large-167 { margin-bottom: 167px !important; }
	.margin-bottom-large-168 { margin-bottom: 168px !important; }
	.margin-bottom-large-169 { margin-bottom: 169px !important; }
	.margin-bottom-large-170 { margin-bottom: 170px !important; }
	.margin-bottom-large-171 { margin-bottom: 171px !important; }
	.margin-bottom-large-172 { margin-bottom: 172px !important; }
	.margin-bottom-large-173 { margin-bottom: 173px !important; }
	.margin-bottom-large-174 { margin-bottom: 174px !important; }
	.margin-bottom-large-175 { margin-bottom: 175px !important; }
	.margin-bottom-large-176 { margin-bottom: 176px !important; }
	.margin-bottom-large-177 { margin-bottom: 177px !important; }
	.margin-bottom-large-178 { margin-bottom: 178px !important; }
	.margin-bottom-large-179 { margin-bottom: 179px !important; }
	.margin-bottom-large-180 { margin-bottom: 180px !important; }
	.margin-bottom-large-181 { margin-bottom: 181px !important; }
	.margin-bottom-large-182 { margin-bottom: 182px !important; }
	.margin-bottom-large-183 { margin-bottom: 183px !important; }
	.margin-bottom-large-184 { margin-bottom: 184px !important; }
	.margin-bottom-large-185 { margin-bottom: 185px !important; }
	.margin-bottom-large-186 { margin-bottom: 186px !important; }
	.margin-bottom-large-187 { margin-bottom: 187px !important; }
	.margin-bottom-large-188 { margin-bottom: 188px !important; }
	.margin-bottom-large-189 { margin-bottom: 189px !important; }
	.margin-bottom-large-190 { margin-bottom: 190px !important; }
	.margin-bottom-large-191 { margin-bottom: 191px !important; }
	.margin-bottom-large-192 { margin-bottom: 192px !important; }
	.margin-bottom-large-193 { margin-bottom: 193px !important; }
	.margin-bottom-large-194 { margin-bottom: 194px !important; }
	.margin-bottom-large-195 { margin-bottom: 195px !important; }
	.margin-bottom-large-196 { margin-bottom: 196px !important; }
	.margin-bottom-large-197 { margin-bottom: 197px !important; }
	.margin-bottom-large-198 { margin-bottom: 198px !important; }
	.margin-bottom-large-199 { margin-bottom: 199px !important; }
	.margin-bottom-large-200 { margin-bottom: 200px !important; }
}





::-moz-selection {
	color:var(--red-800);
	background:var(--green-200) !important;
}

::selection {
	color:var(--red-800);
	background:var(--green-200) !important;
}

::-moz-selection {
	color:var(--red-800);
	background:var(--green-200) !important;
}



:root {
	scrollbar-color: var(--blue-600) var(--gray-200) !important;
	scrollbar-width: thin !important;
}

::-webkit-scrollbar {
   width:7px;
}

::-webkit-scrollbar-track {
   background:var(--gray-200);
}

::-webkit-scrollbar-thumb {
   background:var(--blue-600); 
}

::-webkit-scrollbar-thumb:hover {
	background:var(--blue-400);
}

@media (max-width: 991.98px) {
	::-webkit-scrollbar {
		display: none;
	}
}







/* .grecaptcha-badge {
	display: none !important;
	visibility: hidden !important;
	content-visibility: hidden !important;
}
 */




.load-delay {
	content-visibility: hidden;
	display: none;
	transition: .2s;  
}

.load-delay-active {
	content-visibility: visible;
	display: block;
	transition: .2s; 
}







@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Italic.woff2') format('woff2'),
        url('fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Medium.woff2') format('woff2'),
        url('fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-MediumItalic.woff2') format('woff2'),
        url('fonts/OpenSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Bold.woff2') format('woff2'),
        url('fonts/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-BoldItalic.woff2') format('woff2'),
        url('fonts/Raleway-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Italic.woff2') format('woff2'),
        url('fonts/Raleway-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Regular.woff2') format('woff2'),
        url('fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('fonts/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Medium.woff2') format('woff2'),
        url('fonts/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-MediumItalic.woff2') format('woff2'),
        url('fonts/Raleway-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/Raleway-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}



.input-error {
    border: 2px solid #f87171 !important;
}

.helper-text {
    background-color: #fda4af;
    color: #b91c1c;
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: none;
}
.helper-text.show {
    display: block;
}



/* end */

