/*
Theme Name: Good Mood Sport
Author: coolbrand
Author URI: http://coolbrand.pl/
Description: Good Mood Sport theme
Text Domain: goodmoodsport
Version: 1.0
*/


:root {
	--app-height: 100%;

    --white-100: #fff;
    --white-300: #FDF6EF;
    --white-500: #F8ECE1;
    --white-700: #EFDFD0;
    --white-900: #E4CFBD;

	--black-100: #555353;
	--black-300: #393939;
	--black-500: #222;
	--black-700: #141414;
	--black-900: #000;

	--gold-100: #EB9D4C;
	--gold-300: #DA8936;
	--gold-500: #C77826;
	--gold-700: #C06F1A;
	--gold-900: #B36410;

}




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

body {
    font-family:'Tinos',serif;
	font-size:16px;
	font-weight:400;
	color:var(--black-700);
	line-height:28px;
	margin:0;
	padding:0;
	position: relative;
    word-break: normal;
	word-wrap: break-word;
	/* overflow-x: hidden;  */
}



a {
	color:var(--gold-500);
	font-weight: 400;
	text-decoration: underline;
	transition:.2s all;
}

a:hover {
	color:var(--gold-100);
	text-decoration: underline;
}


p {
	font-size:16px;
	font-weight:400;
	color:var(--black-700);
	line-height:28px;
	margin:0;
	margin: 0 0 28px 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 {
		padding-left: 50px;
		padding-right: 50px;
	}
}
/* @media (min-width:1200px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
} */




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

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

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






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

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

.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-weight: 700;
	color: var(--black-900);
	padding: 0;
	margin: 0;
	position: relative;
}


h1 {
	font-size: 36px;
	line-height:42px;
	margin-bottom:42px;
}


h2 {
	font-size: 30px;
	line-height:34px;
	margin-bottom:34px;
}


h3 {
	font-size:24px;
	line-height:28px;
	margin-bottom:28px;
}


h4 {
	font-size:20px;
	line-height:24px;
	margin-bottom:24px;
}


h5 {
	font-size:16px;
	line-height:20px;
	margin-bottom:20px;
}


h6 {
	font-size:14px;
	line-height:18px;
	margin-bottom:18px;
}


.heading-bottom::after {
	content: '';
	width: 80px;
	height: 3px;
	background: var(--gold-500);
	margin:16px 0 0 0;
	border-radius: 50em;
	display: block;
}

.text-center.heading-bottom::after {
	margin:16px auto 0 auto;
}


.subtitle-1, .subtitle-2, .subtitle-3 {
	font-weight:400;
	color: var(--black-900);
	letter-spacing: .1em;
	padding: 0;
	margin: 0;
	position: relative;
}

.subtitle-1 {
	font-size: 24px;
	line-height: 30px;
}

.subtitle-2 {
	font-size: 20px;
	line-height: 26px;
}

.subtitle-3 {
	font-size: 16px;
	line-height: 22px;
}




.btn-primary {
	font-size: 15px;
	font-weight: 700;
	color: var(--white-100);
	text-decoration: none;
	text-align:center;
	line-height:20px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:var(--gold-500);
    border:none;
	border-radius:5px;
    outline: 0;
	padding:10px 20px;
	gap:10px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-primary:hover {
	color: var(--white-100);
	background: var(--gold-300);
	text-decoration: none;
}

.btn-primary:disabled {
	color: var(--white-100);
	background:var(--gold-500);
	text-decoration: none;
	opacity: .5;
}

.btn-primary:focus, .btn-primary:active {
	color: var(--white-100);
	background:var(--gold-700);
	text-decoration: none;
}

.btn-primary img {
	max-width: 20px;
	max-height: 20px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	transition: .6s all;
}


.btn-secondary {
	font-size: 15px;
	font-weight: 700;
	color: var(--white-100);
	text-decoration: none;
	text-align:center;
	line-height:20px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:var(--black-700);
    border:none;
	border-radius:5px;
    outline: 0;
	padding:10px 20px;
	gap:10px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-secondary:hover {
	color: var(--white-100);
	background: var(--black-500);
	text-decoration: none;
}

.btn-secondary:disabled {
	color: var(--white-100);
	background:var(--black-700);
	text-decoration: none;
	opacity: .5;
}

.btn-secondary:focus, .btn-secondary:active {
	color: var(--white-100);
	background:var(--black-900);
	text-decoration: none;
}

.btn-secondary img {
	max-width: 20px;
	max-height: 20px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	transition: .6s all;
}


.btn-ghost {
	font-size: 15px;
	font-weight: 700;
	color: var(--black-900);
	text-decoration: none;
	text-align:center;
	line-height:20px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:var(--white-100);
    border:1px solid var(--black-900);
	border-radius:5px;
    outline: 0;
	padding:9px 19px;
	gap:10px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-ghost:hover {
	color: var(--white-100);
	background: var(--black-700);
	border-color: var(--black-700);
	text-decoration: none;
}

.btn-ghost:disabled {
	color: var(--black-900);
	background:var(--white-100);
    border:1px solid var(--black-900);
	text-decoration: none;
	opacity: .5;
}

.btn-ghost:focus, .btn-ghost:active {
	color: var(--white-100);
	background:var(--black-900);
	border-color: var(--black-900);
	text-decoration: none;
}

.btn-ghost img {
	max-width: 20px;
	max-height: 20px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	transition: .6s all;
}


.btn-huge {
	font-size:16px;
	padding:15px 25px;
}

.btn-ghost.btn-huge {
	padding:14px 24px;
}

.btn-huge img {
	max-width: 24px;
	max-height: 24px;
}


/* header */

.topbar .container {
	min-height: 40px;
}

.topbar-contact { 
	margin: 0;
	padding: 0;
	gap:4px 24px;
}

.topbar-contact li { 
	margin: 0;
	padding: 0;
	list-style: none;
}

.topbar-contact li a {
	font-size: 12px;
	color: var(--black-900);
	text-decoration: none;
	gap:4px 8px;
}

.topbar-contact li a:hover {
	color: var(--gold-500);
	text-decoration: none;
}




.lang-currency-wrapper {
	font-size: 12px;
	color: var(--black-900);
	gap:10px 24px;
}

.lang-switcher {
	gap:8px;
	position: relative;
}

.lang-switcher button, .btn-lang-switcher {
	height: 100%;
	font-size: 12px;
	font-weight: 700;
	color: var(--black-900);
	margin: 0;
	padding: 0 16px 0 0;
	background:url('images/icon-chev-down.svg') center right no-repeat transparent;
	border: none;
	border-radius: 0;
	display: flex;
	align-items: center;
	gap:4px;
}

.lang-switcher .dropdown-menu {
	--bs-dropdown-min-width:1rem;
	padding: 4px;
}

.lang-switcher .dropdown-menu a {
	font-size: 12px;
	font-weight: 700;
	color: var(--black-900);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap:4px;
}

.lang-switcher .dropdown-menu a:hover {
	color: var(--black-500);
	text-decoration: none;
}

/* 
.lang-switcher select {
	width: 62px;
	height: 42px;
	font-size: 12px;
	font-weight: 700;
	color: var(--black-900);
	line-height: 1.2em;
	text-transform: lowercase;
	background: var(--white-100);
	border-radius: 0;
	border: none;
	margin: 0;
	padding:42px 16px 0 0;
	outline: none;
	position: absolute; 
	top:0;
	right:0;
	z-index: 994;

	border: 1px solid firebrick;
}
@media (min-width:768px) {
	.lang-switcher select {
		text-transform: uppercase;
	}
}

.lang-switcher select::after {
	content: 'teerre';

	display: block;
}
 */


.currency-switcher {
	gap:8px;
}

.currency-switcher select {
	height: 42px;
	font-size: 12px;
	font-weight: 700;
	color: var(--black-900);
	line-height: 1.2em;
	background:url('images/icon-chev-down.svg') center right no-repeat var(--white-100);
	border-radius: 0;
	border: none;
	margin: 0;
	padding: 0 16px 0 0;
	outline: none;
}
@media (min-width:768px) {
	.currency-switcher select {
	}
}


/* .header-pad {
	height: 80px;
}
@media (min-width:768px) {
	.header-pad {
		height: 85px;
	}
}
@media (min-width:1200px) {
	.header-pad {
		height: 90px;
	}
}
 */


.header {
	width: 100%;
	background: var(--white-100);
	z-index: 980;
	margin:0;
	padding: 0;
	position: relative;
	z-index: 996;
	transition: .4s all;
}


.site-scrolled .header {
/* 	background: var(--white-300); */
	top:0;
	position: sticky;
	position: -webkit-sticky;
}
@media (min-width:768px) {
	.site-scrolled .header {
		background: var(--white-100);
		-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	}
}


.header .container {
	height: 80px;
	gap:12px;
	transition: .4s all;
}
@media (min-width:768px) {
	.header .container {
		height: 85px;
	}
}
@media (min-width:1200px) {
	.header .container {
		height: 90px;
	}
}

.site-scrolled .header .container {
	height: 70px;
}


.top-brand {
	width: auto;
	max-width: 140px;
	height: 54px;
}
@media (min-width:768px) {
	.top-brand {
		max-width: 170px;
		height: 60px;
	}
}
@media (min-width:1200px) {
	.top-brand {
		max-width: 200px;
		height: 69px;
	}
}

.site-scrolled .top-brand {
	height: 40px;
}
@media (min-width:768px) {
	.site-scrolled .top-brand {
		height: 45px;
	}
}
@media (min-width:1200px) {
	.site-scrolled .top-brand {
		height: 50px;
	}
}

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




.header-icons-wrapper {
	margin: 0;
	padding: 0;
	gap:4px 12px;
}
@media (min-width:992px) {
	.header-icons-wrapper {
		gap:4px 30px;
	}
}

.header-icons-wrapper li {
	margin: 0;
	padding: 0;
	list-style: none;
}


.header-icons-wrapper li a svg, .header-icons-wrapper li button svg, .header-icons-wrapper li a img {
	transition: .2s all;
}

.header-icons-wrapper li a:hover svg, .header-icons-wrapper li button:hover svg, .header-icons-wrapper li a:hover img {
	opacity: .5;
}


a.wishlist_products_counter {
	display: block;
	position: relative;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img, a.wishlist_products_counter.top_wishlist-custom img, span.wishlist_products_counter.top_wishlist-custom img {
	width: auto;
	height: 30px;
	max-width: 33px;
	max-height: 30px;
}

.wishlist_products_counter_number {
	width: 18px;
	height: 18px;
	font-size: 12px;
	font-weight: 700;
	color: var(--white-100);
	text-align: center;
	line-height: 18px;
	background: var(--gold-500);
	border-radius: 50em;
	display: block;
	top:2px;
	right:0px;
	position: absolute;
}

.header-icons-wrapper button {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
}

.header-user-cart {
	position: relative;
}

.header-user-cart-total {
	width: 18px;
	height: 18px;
	font-size: 12px;
	font-weight: 700;
	color: var(--white-100);
	text-align: center;
	line-height: 18px;
	background: var(--gold-500);
	border-radius: 50em;
	display: block;
	top:2px;
	right:-7px;
	position: absolute;
}



.modal-content {
	border-radius: 0;
}

.searchModal h3 {
	margin: 0;
}

.searchModal .modal-body {
	padding: 30px 0;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    font-family:'Tinos',serif !important;
    padding: 13px 24px 13px 48px;
    line-height: 24px;
    font-size: 17px;
    border: 1px solid transparent;
  
    color: var(--black-900);
    background: var(--white-100);
/* 	border-radius: 5px; */

    background-color: #eee;
}

.dgwt-wcas-suggestions-wrapp {
	border-radius:0 !important;
}

.dgwt-wcas-suggestions-wrapp a {
	text-decoration: none;
}




.main-menu {
	min-width: 100%;
	margin: 0;
	padding:22px 20px;
}
@media (min-width:992px) {
	.main-menu {
		max-width: unset;
		width: auto;
		padding:0;
		display: flex;
		align-items: center;
		gap:12px;
	}
}
@media (min-width:1200px) {
	.main-menu {
		gap:24px;
	}
}
@media (min-width:1400px) {
	.main-menu {
		gap:48px;
	}
}

.main-menu > li {
	padding: 0px;
	margin:0 0 20px 0;
	list-style: none;
	position: relative;
}
@media (min-width:992px) {
	.main-menu > li {
		margin: 0;
		text-align: center;
	}
}

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

.main-menu li:hover > a {
	color:var(--black-900);
	text-decoration: none;
}

.main-menu li.current-menu-item a {
	color:var(--black-900);
}

@media (min-width:992px) {
	.main-menu li.menu-item-has-children  > a::after {
		content: '';
		width: 19px;
		height: 6px;
		background: url('images/icon-chev-down.svg') center no-repeat;
		margin: -2px 0 0 4px;
		display: inline-block;
	}
}

.main-menu > li > .sub-menu {
	padding:0;
	margin: 0;
	/* display: none; */
  display: flex;

	
/* 	display: flex;
  flex-direction: column; */
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;

}
@media (min-width:992px) {
	.main-menu > li > .sub-menu {
		top:100%;
		left: -24px;
		padding:24px;
		position: absolute;
		background: var(--white-100);
		-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	animation:fadeIn .5s;
	transition: .2s all; 

	overflow: visible;
	max-height: unset;
	display: none;
	}
}
@media (min-width:992px) {
	.main-menu > li:hover > .sub-menu {
		width: 300px;
		display: block;
		position:absolute;
	}
}

.main-menu > li > .sub-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-menu > li > .sub-menu li a {
	font-size: 16px;
	padding:0;
}
@media (min-width:992px) {
	.main-menu > li > .sub-menu li a {
		font-size: 14px;
		text-align: left;
	}
}
@media (min-width:1200px) {
	.main-menu > li > .sub-menu li a {
		font-size: 16px;
	}
}

@media (min-width:992px) {
	.main-menu > li > .sub-menu li a:hover {
		color: var(--gold-500);
	}
}

.main-menu li > a > img {
	display: none;
}

.main-menu > li:not(.has-image) .sub-menu li {
	margin: 0 0 10px 0;
}

.main-menu > li:not(.has-image) .sub-menu li:last-child {
	margin: 0;
}

@media (max-width:991.98px) {

	.main-menu > li {
		margin: 0;
		padding: 0;
	}

	.main-menu > li > a {
		text-align: center;
		padding: 15px 0;
		margin: 0;
	}

	.main-menu > li.menu-item-has-children {
		padding:0;
		border-bottom: 1px solid var(--white-900);
	}

	.main-menu > li.menu-item-has-children > a {
		padding: 20px 0;
		text-align: left;
	}
	

	.main-menu > li > .sub-menu {
		margin:  0;
	}

	.main-menu > li > .sub-menu::after {
		content: '';
		width: 100%;
		height: 0;
		display: block;
	}

	.main-menu > li.has-image .sub-menu {
		display: flex;
		flex-wrap: wrap;
		gap:26px 20px;
	}

	.main-menu > li:not(.has-image) .sub-menu {
		flex-direction: column;
		display: flex;
		gap:10px;
	}

	.main-menu > li:not(.has-image) .sub-menu li {
		margin: 0;
	}
		
}



@media (min-width:992px) {
	.main-menu > li.has-image:hover > .sub-menu {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		gap:10px;
	}
}
@media (min-width:1400px) {
	.main-menu > li.has-image:hover > .sub-menu {
		gap:20px;
	}
}

.main-menu > li.has-image .sub-menu li a > img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	display: block;
}
@media (min-width:992px) {
	.main-menu > li.has-image .sub-menu li a > img {
		width: 50px;
		height: 50px;
	}
}
@media (min-width:1400px) {
	.main-menu > li.has-image .sub-menu li a > img {
		width: 60px;
		height: 60px;
	}
}


.main-menu > li.has-image .sub-menu li a {
	width: 155px;
	max-width: 155px;
	text-align: center;
	line-height: 1.2em;
	display: flex;
	align-items: center;	
	gap:4px 0px;
	flex-direction: column-reverse;
	justify-content: flex-end;
}
@media (min-width:992px) {
	.main-menu > li.has-image .sub-menu li a {
		width: unset;
		max-width: unset;
		text-align: left;
		align-items: center;	
		gap:16px;
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
}

@media (max-width:370px) {
	.main-menu > li.has-image .sub-menu li {
		width: calc(50% - 10px);
	}
	.main-menu > li.has-image .sub-menu li a {
		width: 100%;
		max-width: 100%;
	}
	.main-menu > li.has-image .sub-menu li a > img {
		width: 100px;
		height: 100px;
	}

}



.main-menu li .main-submenu-toggle {
	width: 40px;
	height: 40px;
	border-radius: 0;
	border:none;
	background: none;
	padding: 0;
	right:0;
	top:12px;
	position: absolute;
	transition: .2s all;
}

.main-menu li .main-submenu-toggle::before {
	content: '';
	width: 14px;
	height: 8px;
	background:url('images/icon-chev-down.svg') center no-repeat;
	background-size: 14px 8px;
	right: 0;
	top:calc(50% - 4px);
	position: absolute;
	transition: .2s all;
}

.main-menu li.toggled > .main-submenu-toggle::before {
	transform: rotate(180deg);
}

@media (min-width:992px) {
	.main-submenu-toggle {
		display: none;
	}
}

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


.unclickable > a {
	pointer-events: none;
}






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

.burger:after,
.burger:before,
.burger div {
	background-color:var(--black-700);
	border-radius: 50em;
	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(--black-700);
}

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

/* .home.responsive .burger:before, .responsive .burger:before {
	background-color:var(--black-700);
	transform: translateY(7px) rotate(135deg);
	border-radius: 50em;
}

.home.responsive .burger:after, .responsive .burger:after {
	width: 100%;
	background-color:var(--black-700);
	transform: translateY(-12px) rotate(-135deg);
	border-radius: 50em;
}

.home.responsive .burger div, .responsive .burger div {
	background-color:var(--black-700);
	transform: scale(0);
	border-radius: 50em;
}
 */








.header-mobile-menu, .header-mobile-menu:hover {
	width: 100%;
	font-size: 30px;
	font-weight: 700;
	color: var(--black-700);
	text-decoration: none;
	background: var(--white-300);
	padding:10px 20px;
	gap:16px;
	position: relative;
}

.header-mobile-menu img {
	width: 80px;
	height: auto;
}

@media (min-width:992px) {
	.header-mobile-menu {
		display: none;
	}
}

.header-mobile-menu svg {
	margin: 0 0 0 auto;
}



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

	.responsive .topnav {
		width:100%;
		height: 100vh;
		padding:0;
		top:0px;
		left:0px;
		right:0px;
		position: fixed;
		display: flex !important;
		flex-direction: column;
		/* align-items: center; */
		justify-content: flex-start;
		z-index: 998;
		background: var(--white-100);
		overflow-y: auto;
		animation:top .5s;
	}
	@keyframes top {
		0% {
			top: -100vh;
			opacity: 0;
		}
		100% {
			top: 0;
			opacity: 1;
		}	
	}
}

.topnav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	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.8em;
	margin-bottom: .4em;
}

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;
}

@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:0 0 2em 0;
}

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

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

article ul > li::before {
	content: '';
	width: 8px;
	height: 8px;
	background:var(--gold-500);
	border-radius: 50%;
	left:0;
	top:10px;
	position: absolute;
}

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

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

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





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


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


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


article blockquote p {
	font-size:18px;
	font-weight:700;
	color: var(--black-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;
}


/* 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%;
}




/* sections */

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







/* hero */

.section-hero {
	width: 100%;
	height: 420px;
	max-height: 90vh;
	background: var(--white-900);
}
@media (min-width:768px) {
	.section-hero {
		height: 500px;
	}
}
@media (min-width:1200px) {
	.section-hero {
		height: 690px;
	}
}

.section-hero .swiper-slide::after {
	content: '';
	width: 100%;
	height: 100%;
	background: var(--white-100);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	left:0;
	bottom: 0;
	position: absolute;
	opacity: 0;
	z-index:930;
}
@media (min-width:1024px) {
	.section-hero .swiper-slide::after {
		opacity: 0 !important;
	}
}

.section-hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left:0;
	top:0;
	position: absolute;
	z-index:920;
}

.section-hero .container {
	position: relative;
	z-index: 990;
}

.container-content {
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (min-width:1200px) {
	.container-content {
		padding-bottom: 165px;
	}
}
@media (min-width:1400px) {
	.row-30 > [class*="col-"].container-content {
		padding-right: 8%;
	}
}

.section-hero .subtitle-2 {
	margin-bottom: 10px;
}

.section-hero h1 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 6px;
}
@media (min-width:768px) {
	.section-hero h1 {
		font-size: 46px;
		line-height: 52px;
		margin-bottom: 10px;
	}
}

.section-hero-price {
	font-size: 30px;
	font-weight: 700;
	color: var(--gold-500);
	line-height: 34px;
	margin-bottom: 6px;
	gap:4px 13px;
}
@media (min-width:768px) {
	.section-hero-price {
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 12px;
	}
}

.section-hero-price span {
	font-size: 20px;
	font-weight: 700;
	color: var(--black-700);
	line-height: 24px;
	position: relative;
}
@media (min-width:768px) {
	.section-hero-price span {
		font-size: 24px;
		line-height: 28px;
	}
}

.section-hero-price span::after {
    content: "";
    border-top: 2px solid var(--black-900);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    left: 0;
    top: 50%;
    right: 0;
    position: absolute;
}

.section-hero .btn-primary {
	width:unset !important;
}






.heroSwiper-prev, .heroSwiper-next {
	width: 40px;
	height: 40px;
	border:none;
	border-radius: 50em;
	background: var(--white-300);
	position: absolute;
	z-index: 994;
	opacity: .5;
	transition: .2s all;
}


.heroSwiper-prev:hover, .heroSwiper-next:hover {
	background: var(--black-700);
	opacity: 1;
}

.heroSwiper-prev {
	top:calc(50% - 20px);
	left: 10px;
}
@media (min-width:768px) {
	.heroSwiper-prev {
		left: 30px;
	}
}

.heroSwiper-next {
	top:calc(50% - 20px);
	right: 10px;
}
@media (min-width:768px) {
	.heroSwiper-next {
		right: 30px;
	}
}

.heroSwiper-prev svg, .heroSwiper-next svg {
	transition: .2s all;
}

.heroSwiper-prev:hover svg, .heroSwiper-next:hover svg {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.heroSwiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	display: flex;
	align-items: center;
	justify-content: center;
	gap:18px;
	margin: 0;
	bottom:22px;
	position: absolute;
	z-index: 994;
}

.heroSwiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height:12px;
	background: var(--white-100);
	border-radius: 50%;
	opacity: 1;
	margin: 0 !important;
	padding: 0;
	opacity: .7;
	transition: .2s all;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}

.heroSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--gold-500);
	opacity: 1;
}






/* page-header */

.page-header {
	min-height: 260px;
	padding: 10px 0;
	margin-bottom: 40px;
	background: var(--white-900);
}
@media (min-width:768px) {
	.page-header {
		min-height: 360px;
		padding: 40px 0;
		margin-bottom: 60px;
	}
}
@media (min-width:1200px) {
	.page-header {
		min-height: 410px;
	}
}

.page-header::after {
	content: '';
	width: 100%;
	height: 65%;
	background: var(--white-100);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	bottom:0;
	left:0;
	position: absolute;
	opacity: .9;
	z-index: 920;
}
@media (min-width:768px) {
	.page-header::after {
		height: 50%;
	}
}

.page-header-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left:0;
	top:0;
	position: absolute;
	z-index: 900;
}

.page-header .container {
	position: relative;
	z-index: 994;
}

.page-header h1 {
	margin: 0;
}

.breadcrumbs {
	margin:8px 0 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:0 17px;
}

.breadcrumbs li {
	font-size: 16px;
	font-weight: 400;
	color: var(--black-900);
	line-height: 22px;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs li a {
	font-size: 16px;
	font-weight: 400;
	color: var(--black-900);
	line-height: 22px;
	letter-spacing: .1em;
	text-decoration: none;
}

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

.breadcrumbs li strong {
	font-weight: 400;
}





.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 {
	overflow: hidden;
}

.section-contentimage .subtitle-2 {
	color: var(--gold-500);
	margin: 0 0 12px 0;
}

.section-contentimage-heading {
	margin: 0 0 20px 0;
}

.section-contentimage article {
	padding: 0 0 0 30px;
}
@media (min-width:992px) {
	.section-contentimage article {
		padding: 0 30px;
	}
}

@media (min-width:768px) {
	.section-contentimage-2imgs.section-contentimage article {
		padding-right: 60px;
	}
}

.section-contentimage .btn-primary {
	margin:30px 0 0 30px;
}

.section-contentimage-image {
	padding:80px 23px 0 23px;
	display: block;
}
@media (min-width:768px) {
	.section-contentimage-image {
		padding: 20px 18%;
	}
}

.section-contentimage-image img {
	width: 100%;
	height: auto;
}

.section-contentimage-image-bottom {
	width:60%;
	height: auto;
	margin: -27% 0 0 10px;
	display: block;
}
@media (min-width:768px) {
	.section-contentimage-image-bottom {
		width:100%;
		margin: -45% 0 0 -10%;
	}
}

.section-contentimage-image-bottom img {
	width: 100%;
	height: auto;
}

.section-contentimage-image-side {
	width: calc(78% + 20px);
	height: auto;
	margin: 40px 0 0 22%;
	display: block;
}
@media (min-width:576px) {
	.section-contentimage-image-side {
		width: calc(78% + 40px);
	}
}
@media (min-width:768px) {
	.section-contentimage-image-side {
		margin: 0 0 0 22%;
	}
}
@media (min-width:1200px) {
	.section-contentimage-image-side {
		width: 30vw;
	}
}
@media (min-width:1770px) {
	.section-contentimage-image-side {
		width: 31.3vw;
	}
}

.section-contentimage-image-side img {
	width: 100%;
	height: auto;
}


/* section-contentimage-2  */

.section-contentimage-2.section-contentimage-2-light {
	background: var(--white-300);
	padding: 70px 0;
}
@media (min-width:768px) {
	.section-contentimage-2.section-contentimage-2-light {
		background: var(--white-300);
		padding: 80px 0;
	}
}

.section-contentimage-2-heading {
	margin: 0 0 20px 0;
}

@media (min-width:768px) {
	.row-30 > [class*="col-"].section-contentimage-2-content {
		padding-right: 10%;
	}
}

@media (min-width:768px) {
	.flex-row-reverse.row-30 > [class*="col-"].section-contentimage-2-content {
		padding-right: 5%;
		padding-left: calc(5% - 10px);
	}
}

.section-contentimage-2 article.section-contentimage-2-article {
	padding: 0 0 0 30px;
}

.row-30 > [class*="col-"].section-contentimage-2-image {
	padding-top: 20px;
}
@media (min-width:768px) {
	.row-30 > [class*="col-"].section-contentimage-2-image {
		padding-left: 0;
		padding-top: 0;
	}
}

.flex-row-reverse.row-30 > [class*="col-"].section-contentimage-2-image {
	padding-top: 0;
	padding-bottom: 20px;

}
@media (min-width:768px) {
	.flex-row-reverse.row-30 > [class*="col-"].section-contentimage-2-image {
		padding-left: 20px;
		padding-right: 0;
		padding-bottom: 0;
	}
}

.section-contentimage-2-image img {
	width: 100%;
	height: auto;
}


/* section-payment */

.section-payment-inner {
	padding-bottom: 60px;
}
@media (min-width:768px) {
	.section-payment-inner {
		padding-bottom: 84px;
	}
}

.section-payment-logo {
	width: 100%;
	height: 72px;
	margin: 0 0 20px 0;
}

.section-payment-logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.section-payment-inner h4 {
	margin: 0 0 2px 0;
}
@media (min-width:768px) {
	.section-payment-inner h4 {
		margin: 0 0 14px 0;
	}
}

.section-payment-inner p {
	margin: 0;
}


/* section-delivery */

.section-delivery-inner {
	padding-bottom: 60px;
}
@media (min-width:768px) {
	.section-delivery-inner {
		padding-bottom: 84px;
	}
}

.section-delivery-logo {
	width: 100%;
	height:40px;
	margin: 0 0 20px 0;
}

.section-delivery-logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.section-delivery-inner h4 {
	margin: 0 0 2px 0;
}
@media (min-width:768px) {
	.section-delivery-inner h4 {
		margin: 0 0 14px 0;
	}
}

.section-delivery-inner p {
	margin: 0;
}


/* section-products */

.section-products h2 {
	margin: 0;
}
.section-products-light {
	padding:70px 0 40px 0;
	background: var(--white-300);
}
@media (min-width:768px) {
	.section-products-light {
		padding: 90px 0 60px 0;
	}
}

.productsSwiper-wrapper {
	width: calc(100% + 40px);
	padding: 30px 20px;
	margin: -10px 0 0 -20px;
	overflow: hidden;
}
@media (min-width:768px) {
	.productsSwiper-wrapper {
		margin: 0 0 0 -20px;
	}
}

.swiper.productsSwiper {
	overflow: visible;
}

.woocommerce ul.products.swiper-wrapper {
	margin:0;
	padding: 0;
	flex-wrap: nowrap;
	gap:0;
	overflow: visible;
}

.woocommerce ul.products li.product.swiper-slide, .woocommerce ul.products[class*=columns-] li.product.swiper-slide {
	width: unset;
	max-width: unset;
	min-width: unset;
}

.productsSwiper-prev {
	width:40px;
	height:40px;
	background:var(--white-300);
	border: none;
	border-radius: 50%;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	top:calc(50% - 20px);
	left:-10px;
	position: absolute;
	z-index: 994;
	transition: .3s all;
}
@media (min-width:768px) {
	.productsSwiper-prev {
		left:-20px;
	}
}

.productsSwiper-next {
	width:40px;
	height:40px;
	background:var(--white-300);
	border: none;
	border-radius: 50%;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	top:calc(50% - 20px);
	right:-10px;
	position: absolute;
	z-index: 994;
	transition: .3s all;
}
@media (min-width:768px) {
	.productsSwiper-next {
		right:-20px;
	}
}

.productsSwiper-prev:hover, .productsSwiper-next:hover {
	background-color: var(--black-700);
}

.productsSwiper-prev::after {
	content: '';
	width: 9px;
	height: 15px;
	background:url('images/icon-prev.svg') center no-repeat;
	background-size: 9px 15px;
	display: block;
}

.productsSwiper-next::after {
	content: '';
	width: 9px;
	height: 15px;
	background:url('images/icon-next.svg') center no-repeat;
	background-size: 9px 15px;
	display: block;
}

.productsSwiper-prev:hover::after, .productsSwiper-next:hover::after {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);

}


/* section-boxes */

.section-boxes-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-auto-rows: 300px;
	gap: 30px;
}
@media (min-width:576px) {
	.section-boxes-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width:768px) {
	.section-boxes-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
  
.section-boxes-item, .section-boxes-item:hover {
	text-decoration: none;
	position: relative;
	background: var(--white-300);
	overflow: hidden;
	display: flex;
	align-items:flex-end;
	justify-content: center;
	-webkit-box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
}

.section-boxes-item:hover {
	-webkit-box-shadow: 10px 4px 35px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 4px 35px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 4px 35px 0px rgba(0, 0, 0, 0.25);
}

.section-boxes-item-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	position: absolute;
}

.section-boxes-item-large {
	grid-row: span 2;
}

.section-boxes-item-content {
	width: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.19);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
	padding:25px 10px;
	position: relative;
	transition: .2s all;
}

.section-boxes-item-content h3 {
	margin: 0 0 2px 0;
}

.section-boxes-item-content p {
	font-size: 14px;
	margin: 0 0 2px 0;
}

a.section-boxes-item .section-boxes-item-btn {
	transition: .2s all;
	position: relative;
	margin-bottom: -40px;
	opacity: 0;
}

a.section-boxes-item:hover .section-boxes-item-btn {
	margin-bottom: 0;
	opacity: 1;
}


/* section-contact */

.section-contact h3 {
	margin: 0 0 8px 0;
}

.section-contact-details {
	margin: 0;
	padding:6px 0 0 0;
}

.section-contact-details li {
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
}

.section-contact-details lii:last-child {
	margin: 0;
}

.section-contact-details li a {
	font-size: 14px;
	color: var(--black-900);
	text-decoration: none;
	gap:17px;
}

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

.section-contact-form {
	padding-top:18px;
}
@media (min-width:768px) {
	.section-contact-form {
		padding-top:0;
	}
}

.section-contact-form form.wpcf7-form input[type=submit] {
	width: 100%;
}
@media (min-width:576px) {
	.section-contact-form form.wpcf7-form input[type=submit] {
		width: auto;
	}
}





/* page woo */

.woo-breadcrumbs {
	background: var(--white-500);
	padding: 8px 0;
}

.woo-breadcrumbs .breadcrumbs {
	justify-content: flex-start;
	margin: 0;
}




/* form */


form label {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: var(--black-700);
	margin: 0 0 16px 0;
}

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

form p {
	font-size: 14px;
	font-weight: 400;
	color: var(--black-700);
	margin: -10px 0 18px 0;
}



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


input:not([type=submit], [type=checkbox], [type=radio], [type=range]), select {
	width:100%;
	height:40px;
	font-size:14px;
	font-weight: 400;
	color:var(--black-900);
	line-height:40px;
	background:var(--white-100);
	border:1px solid #ccc;
	border-radius:5px;
	padding:0 15px;
	margin:2px 0 0 0;
	appearance: none;	
}

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

input[disabled=disabled] {
	color:var(--black-900);
	background: var(--white);
	opacity: .7;
}


.wpcf7-form textarea, .wpcf7-form textarea:active, .wpcf7-form textarea:focus  {
	width: 100%;
	height: 100px;
	font-size:14px;
	font-weight: 400;
	color:var(--black-900);
	line-height: 24px;
	background:var(--white-100);
	border:1px solid #ccc;
	border-radius:5px;
	padding:15px;
	margin:2px 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 #f00 !important;
}
 
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid {
	border:1px solid #f00;
}

.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label:before {
	border: 1px solid #f00 !important;
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
    font-weight: 400 !important;
	color: #f00 !important;
    line-height: 14px;
    margin: 6px 0px 0px 0px !important;
    padding:0;
    position: relative;
    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: 15px;
	font-weight: 700;
	color: var(--white-100);
	text-decoration: none;
	text-align:center;
	line-height:20px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: auto;
	margin: 0;
	background:var(--gold-500);
	border:none;
	border-radius:5px;
	outline: 0;
	padding:10px 20px;
	gap:10px;
	cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

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








/* agree */

form.wpcf7-form .agree {
	font-size: 14px;
	font-weight:400;
	color: var(--gray-light);
	line-height: 16px;
	padding: 0 0 0 27px;
	margin: -6px 0 15px 0;
}

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

form.wpcf7-form .agree strong {
	font-weight: 700;
}

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

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



.form-bottom {
	gap:24px;
}

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

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

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






/* newsletter */

.section-newsletter {
	background:url('images/newsletter.avif') center no-repeat var(--white-900);
	background-size: cover;
	padding:60px 0 50px 0;
	margin: 0;
}
@media (min-width:768px) {
	.section-newsletter {
		padding: 80px 0 90px 0;
	}
}

.section-newsletter form {
	max-width: 460px;
	margin: 0 auto;
}
@media (min-width:576px) {
	.section-newsletter form {
		margin: 0 0 0 auto;
	}
}
@media (min-width:768px) {
	.section-newsletter form {
		max-width: 660px;
		margin: 0 0 0 25%;
	}
}
@media (min-width:992px) {
	.section-newsletter form {
		margin: 0 0 0 35%;
	}
}
@media (min-width:1200px) {
	.section-newsletter form {
		margin: 0 0 0 43.5%;
	}
}

.section-newsletter h4 {
	font-size: 16px;
	font-weight: 400;
	color: var(--gold-900);
	line-height: 22px;
	letter-spacing: .1em;
	margin: 0 0 4px 0;
}
@media (min-width:768px) {
	.section-newsletter h4 {
		font-size: 20px;
		line-height: 26px;
	}
}

.section-newsletter h3 {
	font-size: 28px;
	color: var(--black-900);
	line-height: 32px;
	margin: 0 0 32px 0;
}
@media (min-width:768px) {
	.section-newsletter h3 {
		font-size: 46px;
		line-height: 52px;
	}
}

.section-newsletter p {
	font-size: 12px;
	color: var(--black-700);
	line-height: 16px;
	margin: 0;
}

.section-newsletter p a {
	font-weight: 700;
	color: var(--black-700);
	text-decoration: none;
}

.section-newsletter p a:hover {
	text-decoration: underline;
}

.newsletter-line {
	gap:12px;
	margin: 0 0 16px 0;
}
@media (min-width:768px) {
	.newsletter-line {
		gap:24px;
	}
}

.newsletter-line label, .newsletter-line input {
	margin: 0;
}




/* footer */

footer {
	font-size: 14px;
	color:var(--black-700);
	line-height: 24px;
	background: var(--white-300);
	position: relative;
}

.footer {
	padding-top:50px;
	padding-bottom: 30px;
	gap: 30px;
}
@media (min-width:1200px) {
	.footer {
		gap: 50px;
	}
}

.footer-content {
	width: 100%;
}
@media (min-width:1200px) {
	.footer-content {
		width: auto;
	}
}

.footer-brand {
	display: block;
	margin:0 0 15px 0;
}

.footer-brand img {
	width: 140px;
	height: auto;
}

.footer-menu {
	min-width: 100%;
}
@media (min-width:576px) {
	.footer-menu {
		min-width: 44%;
	}
}
@media (min-width:768px) {
	.footer-menu {
		min-width: auto;
	}
}
@media (min-width:1200px) {
	.footer-menu {
		min-width: 15.3%;
	}
}

.footer-menu > a {
	text-decoration: none;
	position: relative;
}
@media (min-width:576px) {
	.footer-menu > a {
		pointer-events: none;
	}
}

.footer-menu > a svg {
	right: 0;
	top:calc(50% - 5px);
	position: absolute;
	transition: .2s all;
}
@media (min-width:576px) {
	.footer-menu > a svg {
		display: none;
	}
}

.footer-menu > a[aria-expanded=true] svg {
	transform: rotate(180deg);
}

.footer-menu h5 {
	padding-right: 20px;
}
@media (min-width:576px) {
	.footer-menu h5 {
		padding-right: 0;
	}
}

.footer-menu ul {
	margin: 0;
	padding: 0;
}
@media (min-width:576px) {
	.footer-menu ul {
		display: block !important;
	}
}

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

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

.footer-menu ul li a {
	color:var(--black-700);
	text-decoration: none;
}

.footer-menu ul li a:hover {
	color:var(--gold-100);
	text-decoration: none;
}

.footer-menu ul.footer-contact li {
	margin: 0 0 20px 0;
}

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

.footer-menu ul.footer-contact li a {
	gap:17px;
}

.copyrights {
	padding-bottom: 30px;
}

.copyrights::before {
	content: '';
	width: 100%;
	height: 1px;
	background: var(--white-900);
	display: block;
	margin-bottom: 20px;
}

.copyrights a, .copyrights a:hover {
	color:var(--black-700);
	text-decoration: none;
} 

.goup {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--gold-500);
	bottom: 100px;
	right: 20px;
	position: fixed;
	z-index: 992;
	visibility: hidden;
	opacity: 0;
	transition: .4s all;
}
@media (min-width:1200px) {
	.goup {
		bottom: 100px;
	}
}

.site-scrolled .goup {
    visibility: visible;
    opacity: 1;
}










@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(--gold-100);
	background:var(--black-100) !important;
}

::selection {
	color:var(--gold-100);
	background:var(--black-100) !important;
}

::-moz-selection {
	color:var(--gold-100);
	background:var(--black-100) !important;
}



:root {
	scrollbar-color: var(--black-300) var(--white-300) !important;
	scrollbar-width: thin !important;
}

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

::-webkit-scrollbar-track {
   background:var(--white-300);
}

::-webkit-scrollbar-thumb {
   background:var(--black-300); 
}

::-webkit-scrollbar-thumb:hover {
	background:var(--black-900);
}

@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: 'Tinos';
    src: url('fonts/Tinos-Regular.woff2') format('woff2'),
        url('fonts/Tinos-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

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



input[type=password], input[name=password], input[id=password], input[name=billing_first_name], input[id=billing_first_name], input[name=billing_last_name], input[id=billing_last_name], input[name=billing_address_1], input[id=billing_address_1], input[name=billing_address_2], input[id=billing_address_2], input[name=billing_city], input[id=billing_city], input[name=shipping_first_name], input[id=shipping_first_name], input[name=shipping_last_name], input[id=shipping_last_name], input[name=shipping_address_1], input[id=shipping_address_1], input[name=shipping_address_2], input[id=shipping_address_2], input[name=shipping_city], input[id=shipping_city] {
	text-transform: none !important;
}




/* accessibility-toolbar */

.a11y-toolbar.custom-location {
	position: relative;
}

.a11y-toolbar ul {
	display: flex;
	border: 0 0 5px 5px;
}



.a11y-toolbar ul li {
	border-radius: 0 !important;
}


.a11y-toolbar ul li button {
	background: var(--white-500);
	border: none;
	border-radius: 0 !important;
}

.a11y-toolbar ul li button:hover, .a11y-toolbar ul li button:active, .a11y-toolbar ul li button:focus {
	background: var(--white-900);
}

[class^="aticon-"]:before, [class*=" aticon-"]:before {
	color:var(--gold-500);
	border-radius: 0;
}


.a11y-toolbar .offscreen {
	background: var(--white-500);
	z-index: 9999;
}





/* test: tylko do diagnozy */
/* .cfvsw-swatches-disabled,
.cfvsw-swatches-blur-disable { opacity:1; filter:none; pointer-events:auto; background: pink !important; } */
.cfvsw-swatches-blur-disable::before, .cfvsw-swatches-blur::before {
	display: none !important;
}
/* end */

