* {
	-webkit-overflow-scrolling: touch;
}

*::-moz-focus-inner {
	border: 0;
}

*,*:before,*:after {
	box-sizing: border-box;
}

input:focus,
input:active,
select:focus,
select:active,
a:focus,
a:active,
button:focus,
button:active {
	outline: none;
}

/* normalize */
button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight: 900;}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

input,
select,
textarea,
button {
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
	font-family: 'Merriweather', serif;
}

a, button {
	cursor: pointer;
}

html {
	--main-bg-color: brown;
	width: 100%;
	height: 100%;
}

body {
	background-color: #fff;
	color: #302624;
	width: 100%;
	height: 100%;
	line-height: 1.4;
	font-family: 'Merriweather', serif;
	font-weight: 300;
}

@media(max-width:991px) {
	body {
		font-size: 12px;
	}

	body.menu-showing {
		background: #fff!important;
		overflow: hidden;
	}
}

@media(min-width:992px) {
	body {
		font-size: 14px;
	}
}

body.home {
	background-color: #fff;
	background-image: url(../images/home-page-image.jpg);
	background-repeat: no-repeat; 
}

@media(max-width:991px) {
	body.home {
		background-position: center -230px;
	}
}

@media(min-width:992px) {
	body.home {
		background-position: center 40px;
	}
}

.loading-screen {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .85);
	width: 100%;
	height: 100%;
	opacity: 1;
	display: block;
	transition: opacity .2s ease-in-out;
	z-index: 2050;
}

.loading-screen svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 40px);
	max-width: 410px;
	height: auto;
	display: block;
	transform: translate(-50%, -50%);
}

body.loading{
	overflow: hidden;
}

body:not(.loading) .loading-screen {
	opacity: 0;
	pointer-events: none;
}

.hidden {
	display: none!important;
}

.celalalt-font {
	font-family: 'Amatic SC', cursive;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.no-margin {
	margin: 0px!important;
}

.no-scroll {
	overflow: hidden;
}

@media(max-width:991px) {
	.no-scroll-mobile {
		overflow: hidden;
	}
}

@media(min-width:992px) {
	.no-scroll-desktop {
		overflow: hidden;
	}
}

.z-index-2 {
	position: relative;
	z-index: 2;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1 {
	color: #09817c;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
}

@media(max-width:991px) {
	h1 {
		margin-bottom: 20px;
		font-size: 36px;
	}
}

@media(min-width:992px) {
	h1 {
		margin-bottom: 40px;
		font-size: 72px;
	}
}

h1 span {
	color: #f1695d;
}

h1 img {
	display: inline-block;
	vertical-align: middle;
}

@media(max-width:991px) {
	h1 img {
		width: 36px;
		height: 36px;
	}
}

@media(min-width:992px) {
	h1 img {
		width: 64px;
		height: 64px;
	}
}

h1 small {
	font-size: 32px;
}

h2 {}

@media(max-width:991px) {
	h2 {
		font-size: 28px;
	}
}

@media(min-width:992px) {
	h2 {
		font-size: 36px;
	}
}

h2 small {
	font-size: 26px;
}

h3 {
	font-size: 28px;
}

h3 small {
	font-size: 22px;
}

h4 {
	font-size: 24px;
}

h4 small {
	font-size: 18px;
}

h5 {
	font-size: 20px;
}

h5 small {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

h6 small {
	font-size: 12px;
}

.display-1 {}

@media(max-width:991px) {
	.display-1 {
		font-size: 28px;
	}
}

@media(min-width:992px) {
	.display-1 {
		font-size: 72px;
	}
}

.display-2	{
	font-size: 82px;
}

.display-3 {
	font-size: 68px;
}

.display-4 {
	font-size: 52px;
}

.container-fluid {
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.container {
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container.container-small {
	max-width: 750px;
}

.img-responsive-block {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.unstyled-link {
	color: inherit;
	text-decoration: none;
}

.unstyled-link:hover {
	text-decoration: underline;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.text-green {
	color: #00ae98;
}

.text-red {
	color: #fd695c;
}

::-webkit-input-placeholder {
	color: #c9c9c9;
	opacity: 1;
}
:-moz-placeholder {
	color: #c9c9c9;
	opacity: 1;
}
::-moz-placeholder {
	color: #c9c9c9;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #c9c9c9;
	opacity: 1;
}

.action-btn {
	position: relative;
	display: inline-block;
	text-decoration: none;
	border: 0px;
	font-family: 'Merriweather', serif;
	font-weight: 900;
	text-align: center;
}

@media(max-width:991px) {
	.action-btn {
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 10px;
		font-size: 12px;
	}

	.action-btn.action-btn-with-icon {
		padding-right: 28px;
	}
}

@media(min-width:992px) {
	.action-btn {
		padding: 0px 12px;
		border-radius: 12px;
		font-size: 16px;
	}
}

.action-btn:not(.action-btn-submit) {}

@media(max-width:991px) {
	.action-btn:not(.action-btn-submit) {
		min-width: 150px;
		height: 40px;
		line-height: 40px;
	}
}

@media(min-width:992px) {
	.action-btn:not(.action-btn-submit) {
		min-width: 232px;
		height: 50px;
		line-height: 50px;
	}
}

.action-btn:before {
	content: '';
	position: absolute;
	top: 1px;
	display: block;
	z-index: 1;
}

@media(max-width:991px) {
	.action-btn:before {
		left: 1px;
		right: 1px;
		bottom: 2px;
		border-radius: 8px;
	}
}

@media(min-width:992px) {
	.action-btn:before {
		left: 2px;
		right: 2px;
		bottom: 3px;
		border-radius: 10px;
	}
}

.action-btn.action-btn-red {
	background-color: #302624;
	color: #fff;
	fill: #fff;
}

.action-btn.action-btn-red:before {
	background-color: #fd695c;
}

@media(min-width:992px) {
	.action-btn.action-btn-red:hover:before {
		background-color: #77df92;
	}
}

.action-btn.action-btn-green {
	background-color: #302624;
	color: #302624;
	fill: #302624;
}

.action-btn.action-btn-green:before {
	background-color: #77df92;
}

@media(min-width:992px) {
	.action-btn.action-btn-green:hover:before {
		background-color: #00ae98;
	}
}

.action-btn.action-btn-green-dark {
	background-color: #302624;
	color: #302624;
	fill: #302624;
}

.action-btn.action-btn-green-dark:before {
	background-color: #00ae98;
}

@media(min-width:992px) {
	.action-btn.action-btn-green-dark:hover:before {
		background-color: #77df92;
	}
}

.action-btn span {
	position: relative;
	z-index: 2;
}

.action-btn span.small {
	font-size: 85%;
}

.action-btn .icon {
	position: absolute;
	background-color: inherit;
	border-radius: 50%;
	z-index: 3;
}

@media(max-width:991px) {
	.action-btn .icon {
		top: 1px;
		right: -14px;
		width: 38px;
		height: 38px;
	}
}

@media(min-width:992px) {
	.action-btn .icon {
		top: 2px;
		right: -22px;
		width: 46px;
		height: 46px;
	}
}

.action-btn .icon:before {
	content: '';
	position: absolute;
	top: 1px;
	border-radius: 50%;
	display: block;
	z-index: 1;
}

@media(max-width:991px) {
	.action-btn .icon:before {
		left: 1px;
		right: 1px;
		bottom: 2px;
	}
}

@media(min-width:992px) {
	.action-btn .icon:before {
		left: 2px;
		right: 2px;
		bottom: 3px;
	}
}

.action-btn .icon.icon-green {
	color: #fff;
	fill: #fff;
}

.action-btn .icon.icon-green:before {
	background-color: #00ae98;
}

@media(min-width:992px) {
	.action-btn:not(.action-btn-green):hover .icon.icon-green:before {
		background-color: #77df92;
	}
}

.action-btn .icon img,
.action-btn .icon svg {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.action-btn.action-btn-submit {
	position: relative;
	background-color: #302624;
	fill: #fff;
	padding: 0px;
	border: 0px;
	border-radius: 50%;
	display: block;
}

@media(max-width:991px) {
	.action-btn.action-btn-submit {
		width: 25px;
		height: 25px;
	}
}

@media(min-width:992px) {
	.action-btn.action-btn-submit {
		width: 45px;
		height: 45px;
	}
}

.action-btn.action-btn-submit:before {
	content: '';
	position: absolute;
	top: 1px;
	background-color: #00ae98;
	border-radius: 50%;
	display: block;
	z-index: 1;
}

@media(max-width:991px) {
	.action-btn.action-btn-submit:before {
		left: 1px;
		right: 1px;
		bottom: 2px;
	}
}

@media(min-width:992px) {
	.action-btn.action-btn-submit:before {
		left: 2px;
		right: 2px;
		bottom: 3px;
	}

	.action-btn.action-btn-submit:hover:before {
		background-color: #77df92;
	}
}


.action-btn.action-btn-submit.red:before {
	background-color: #fd695c;
}

@media(min-width:992px) {
	.action-btn.action-btn-submit.red:hover:before {
		background-color: #ff917b;
	}
}

.action-btn.action-btn-submit svg,
.action-btn.action-btn-submit img {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
}

.price {
	display: block;
	text-align: center;
	font-weight: bold;
	font-family: 'Tahoma', sans-serif;
}

@media(max-width:991px) {
	.price {
		font-size: 20px;
	}
}

@media(min-width:992px) {
	.price {
		font-size: 30px;
	}
}

.price small {
	display: block;
	font-family: 'Merriweather', serif;
}

@media(max-width:991px) {
	.price small {
		font-size: 8px;
	}
}

@media(min-width:992px) {
	.price small {
		font-size: 14px;
	}
}

.price span {}

@media(max-width:991px) {
	.price span {
		font-size: 14px;
	}
}

@media(min-width:992px) {
	.price span {
		font-size: 25px;
	}
}

nav {
	position: relative;
	z-index: 1;
}

@media(max-width:991px) {
	.menu-showing nav {
		z-index: 2;
	}

	.menu-showing nav ~ * {
		display: none!important;
	}
}

@media(min-width:992px) {}

nav .container {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	display: grid;
	grid-gap: 10px;
}

@media(max-width:991px) {
	nav .container {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: 'logo button' 'links links';
	}
}

@media(min-width:992px) {
	nav .container {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: 'logo links';
	}
}

nav .container .logo {
	grid-area: logo;
	align-self: center;
}

nav .container .logo a {
	display: block;
}

@media(max-width:991px) {
	nav .container .logo a {
		width: 164px;
		height: 58px;
	}
}

@media(min-width:992px) {
	nav .container .logo a {
		width: 238px;
		height: 84px;
	}
}

nav .container .logo a .icon {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

nav .container .button {}

@media(max-width:991px) {
	nav .container .button {
		grid-area: button;
		align-self: start;
		text-align: right;
	}

	nav .container .button button {
		background-color: #00AE98;
		color: #fff;
		width: 36px;
		height: 36px;
		margin: 0px;
		padding: 0px;
		border: 1px solid #000;
		border-radius: 1px;
		font-size: 20px;
	}

	body.menu-showing nav .container .button button .menu-not-showing {
		display: none;
	}

	body:not(.menu-showing) nav .container .button button .menu-showing {
		display: none;
	}
}

@media(min-width:992px) {
	nav .container .button {
		display: none;
	}
}

nav .container .links {
	grid-area: links;
	align-self: center;
}

@media(max-width:991px) {
	nav .container .links {
		text-align: center;
		display: none;
	}

	.menu-showing nav .container .links {
		display: block;
	}
}

@media(min-width:992px) {
	nav .container .links {
		text-align: right;
	}
}

nav .container .links a {
	position: relative;
	width: 38px;
	height: 38px;
	display: inline-block;
	vertical-align: middle;
}

nav .container .links a.bigger {
	width: 66px;
	height: 66px;
}

nav .container .links a:not(:first-child) {
	margin-left: 14px;
}

nav .container .links a svg {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

nav .container .links a:hover svg .hover {
	fill: #77df92;
}

nav .container .links a .counter {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #fd695c;
	color: #fff;
	min-width: 18px;
	height: 18px;
	line-height: 1;
	padding: 0px 2px;
	border: 2px solid #000;
	border-radius: 9px;
	text-align: center;
	font-size: 12px;
	font-weight: 900;
	z-index: 2;
}

header {
	position: relative;
	z-index: 2;
	font-weight: 300;
}

header h1 {
	color: #fd695c;
	margin-bottom: 10px;
	font-family: 'Merriweather', serif;
}

header p {}

@media(max-width:991px) {
	header p {
		max-width: 185px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media(min-width:992px) {
	header p {
		margin-bottom: 0px;
	}
}

header a {
	color: inherit;
	text-decoration: none;
}

header a:hover {
	text-decoration: underline;
}

header .title {
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}

header .setup {
	max-width: 482px;
}

@media(max-width:991px) {
	header .setup {
		margin: 0 auto 15px auto;
	}
}

@media(min-width:992px) {
	header .setup {
		margin: 0 auto 70px auto;
	}
}

header .setup .top {
	margin-bottom: 18px;
	display: grid;
	grid-template-areas: 'boy-btn error girl-btn';
}

@media(max-width:991px) {
	header .setup .top {
		grid-template-columns: 50px auto 50px;
		grid-gap: 10px;
	}
}

@media(min-width:992px) {
	header .setup .top {
		grid-template-columns: 70px auto 70px;
		grid-gap: 38px;
	}
}

header .setup .top button {
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

@media(max-width:991px) {
	header .setup .top button {
		width: 50px;
		height: 50px;
	}
}

@media(min-width:992px) {
	header .setup .top button {
		width: 70px;
		height: 70px;
	}
}

header .setup .top button img,
header .setup .top button svg {
	width: 100%;
	height: 100%;
	display: block;
}

header .setup .top .boy-btn {
	grid-area: boy-btn;
}

header .setup .top .boy-btn button .hover {
	fill: #08827C;
}

header .setup .top .boy-btn button:hover .hover {
	fill: #00ae98;
}

header .setup .top .error {
	background-color: #fd695c;
	color: #fff;
	line-height: 34px;
	border-radius: 8px;
	grid-area: error;
	align-self: end;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	display: none;
}

header .setup .top .girl-btn {
	grid-area: girl-btn;
}

header .setup .top .girl-btn button .hover {
	fill: #FD695C;
}

header .setup .top .girl-btn button:hover .hover {
	fill: #ff917b;
}

header .setup .middle {
	margin-bottom: 10px;
	display: grid;
	grid-template-areas: 'boy-img dog girl-img';
	grid-gap: 5px;
}

@media(max-width:991px) {
	header .setup .middle {
		max-width: 310px;
		margin-left: auto;
		margin-right: auto;
		grid-template-columns: 100px 100px 100px;
	}
}

@media(min-width:992px) {
	header .setup .middle {
		grid-template-columns: 148px auto 148px;
	}
}

header .setup .middle button {
	background: transparent;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	transition: all .35s ease-in-out;
}

@media(max-width:991px) {
	header .setup .middle button {
		height: 216px;
	}
}

@media(min-width:992px) {
	header .setup .middle button {
		height: 316px;
	}
}

header .setup .middle button svg {
	width: 100%;
	height: 100%;
}

header .setup .middle button svg .skin {
	fill: #fff;
	transition: all .35s ease-in-out;
}

header .setup .middle button.deselected {
	opacity: .6;
}

header .setup .middle button.deselected svg .skin {
	fill: #0a7074;
}

header .setup .middle .boy-img {
	grid-area: boy-img;
}

header .setup .middle .dog {
	grid-area: dog;
	align-self: end;
}

header .setup .middle .girl-img {
	grid-area: girl-img;
}

header .setup .name input[type=text] {
	background-color: #fff;
	width: 100%;
	height: 45px;
	padding: 0px 15px;
	border: 2px solid #000;
	display: block;
	text-align: center;
	font-weight: 900;
	font-family: inherit;
}

@media(max-width:991px) {
	header .setup .name input[type=text] {
		font-size: 20px;
	}
}

@media(min-width:992px) {
	header .setup .name input[type=text] {
		font-size: 30px;
	}
}

header .setup .name button {
	width: 45px;
	height: 45px;
}

header .setup .name .form.form-with-submit {
	grid-template-columns: auto 45px;
}

header .setup .right {
	grid-area: right;
	align-self: end;
	display: grid;
	grid-template-areas: 'dog' 'button';
	grid-gap: 10px;
}

header .setup .right .dog {
	grid-area: dog;
	align-self: end;
}

header .setup .dog img:not(.hidden) {
	display: block;
}

@media(max-width:991px) {
	header .setup .right .dog img {
		width: 85px;
		height: 90px;
	}
}

@media(min-width:992px) {
	header .setup .right .dog img {
		width: 180px;
		height: 190px;
	}
}

header .setup .right .button {
	grid-area: button;
	align-self: end;
}

@media(max-width:991px) {
	header .setup .right .button {
		height: 32px;
	}
}

@media(min-width:992px) {
	header .setup .right .button {
		height: 40px;
	}
}

header .setup .right .button button {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
}

@media(max-width:991px) {
	header .setup .right .button button {
		width: 32px;
		height: 32px;
	}
}

@media(min-width:992px) {
	header .setup .right .button button {
		width: 40px;
		height: 40px;
	}
}

.packages {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}

@media(max-width:991px) {
	.packages {
		padding-top: 14px;
	}
}

@media(min-width:992px) {
	.packages {
		padding-top: 18px;
	}
}

.packages.packages-1 {}

@media(max-width:991px) {
	.packages.packages-1 {
		padding-bottom: 15px;
	}
}

@media(min-width:992px) {
	.packages.packages-1 {
		padding-bottom: 70px;
	}
}

.packages.packages-2 {
	background-color: #fff;
}

@media(max-width:991px) {
	.packages.packages-2 {
		padding-top: 26px;
		padding-bottom: 14px;
	}
}

@media(min-width:992px) {
	.packages.packages-2 {
		padding-top: 70px;
		padding-bottom: 78px;
	}
}

.packages:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	z-index: -1;
}

@media(max-width:991px) {
	.packages.packages-1:before {
		/*
		background-color: #ffdc7b;
		*/
		background-color: #00AD97;
		height: 86px;
	}
}

@media(min-width:992px) {
	.packages.packages-1:before {
		/*
		background: #ffdc7b url(../images/packages-bottom-thing.svg) center center no-repeat;
		*/
		background: #00AD97 url(../images/packages-bottom-thing.svg) center center no-repeat;
		background-size: auto 100%;
		height: 122px;
	}

	.packages.packages-2:before {
		top: 0px;
		background-color: #08827c;
		height: 550px;
	}
}

.packages .packages-wrapper {
	position: relative;
}

@media(max-width:991px) {
	.packages .packages-wrapper {
		width: auto;
		padding-top: 10px;
		overflow: auto;
	}
}

@media(min-width:992px) {}

.packages h2 {
	position: relative;
	font-weight: 700;
	font-family: 'Amatic SC', cursive;
	z-index: 2;
}

@media(max-width:991px) {
	.packages h2 {
		margin-bottom: 16px;
		font-size: 24px;
	}
}

@media(min-width:992px) {
	.packages h2 {
		/*
		color: #fff;
		*/
		margin-bottom: 12px;
		font-size: 72px;
	}
}

.packages .packages-grid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	z-index: 2;
}

@media(max-width:991px) {
	.packages .packages-grid {
		padding: 0 15px;
		width: 720px;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 18px;
	}
}

@media(min-width:992px) {
	.packages .packages-grid {
		max-width: 1000px;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 28px;
	}
}

.packages.packages-1 .packages-grid {}

.packages.packages-2 .packages-grid {}

@media(max-width:991px) {
	.packages.packages-2 .packages-grid {
		margin-bottom: 25px;
	}
}

@media(min-width:992px) {
	.packages.packages-2 .packages-grid {
		margin-bottom: 54px;
	}
}

.packages .package {
	position: relative;
	box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.15);
}

@media(max-width:991px) {
	.packages .package {
		border: 1px solid #000;
		border-radius: 3px;
	}
}

@media(min-width:992px) {
	.packages .package {
		border: 2px solid #000;
		border-radius: 10px;
	}
}

.packages.packages-1 .package {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.packages.packages-2 .package {}

@media(max-width:991px) {
	.packages.packages-2 .package {
		padding-left: 14px;
		padding-right: 14px;
		padding-bottom: 66px;
	}
}

@media(min-width:992px) {
	.packages.packages-2 .package {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 138px;
	}
}

.packages .package.package-1 {
	/*
	background-color: #00ae98;
	*/
	background-color: #08817C;
	color: #fff;
}

.packages .package.package-2 {
	/*
	background-color: #ffdc7b;
	*/
	background-color: #00AD97;
	color: #302624;
}

.packages .package.package-3 {
	/*
	background-color: #fd695c;
	*/
	background-color: #08817C;
	color: #fff;
}

.packages .package .smilie {
	position: absolute;
	top: -10px;
	left: -10px;
}

@media(max-width:991px) {
	.packages .package .smilie {
		width: 38px;
		height: 38px;
	}
}

@media(min-width:992px) {
	.packages .package .smilie {
		width: 60px;
		height: 60px;
	}
}

.packages .package .smilie img {
	width: 100%;
	height: 100%;
	display: block;
}

.packages .package .title {
	padding-left: 40px;
	margin-bottom: 22px;
	font-size: 36px;
	font-family: 'Amatic SC', cursive;
	font-weight: bold;
}

@media(max-width:991px) {
	.packages .package .title {
		padding-left: 22px;
		margin-bottom: 8px;
		font-size: 22px;
	}
}

@media(min-width:992px) {
	.packages .package .title {
		padding-left: 40px;
		margin-bottom: 22px;
		font-size: 36px;
	}
}

.packages.packages-1 .package .title {}

@media(max-width:991px) {
	.packages.packages-1 .package .title {
		padding-left: 22px;
	}
}

@media(min-width:992px) {
	.packages.packages-1 .package .title {
		padding-left: 40px;
	}
}

.packages.packages-2 .package .title {
	padding-left: 35px;
	text-align: left;
}

.packages .package .image {
	position: relative;
}

@media(max-width:991px) {
	.packages .package .image {
		/*
		margin-bottom: 15px;
		*/
		padding-bottom: 20px;
	}
}

@media(min-width:992px) {
	.packages .package .image {
		/*
		margin-bottom: 28px;
		*/
		padding-bottom: 45px;
	}
}

.packages .package .image .image-package {
	position: relative;
	margin: 0 auto;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}

@media(max-width:991px) {
	.packages .package .image .image-package {
		width: 165px;
		height: 165px;
	}
}

@media(min-width:992px) {
	.packages .package .image .image-package {
		width: 248px;
		height: 248px;
	}
}

.packages .package .image .image-package img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.packages .package .image .image-package-extra {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

@media(max-width:991px) {
	.packages .package .image .image-package-extra {
		max-width: 80px;
	}
}

@media(min-width:992px) {
	.packages .package .image .image-package-extra {}
}

.packages .package .text {}

.packages.packages-1 .package .text {
	font-weight: 900;
	text-align: center;
}

@media(max-width:991px) {
	.packages.packages-1 .package .text {
		margin-bottom: 6px;
		font-size: 12px;
	}
}

@media(min-width:992px) {
	.packages.packages-1 .package .text {
		margin-bottom: 10px;
		font-size: 16px;
	}
}

.packages.packages-2 .package .text {
	text-align: left;
}

.packages .package .text ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.packages .package .text ul li {
	position: relative;
	padding-right: 34px;
}

.packages .package .text ul li:not(:first-child) {
	margin-top: 14px;
}

.packages .package .text ul li:before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 25px;
	height: 20px;
	display: block;
}

.packages .package-1 .text ul li:before,
.packages .package-3 .text ul li:before {
	background-image: url(../images/icon-package-check-white.svg);
}

.packages .package-2 .text ul li:before {
	background-image: url(../images/icon-package-check-black.svg);
}

.packages .package .price {
	position: absolute;
	left: 0px;
	width: 100%;
}

@media(max-width:991px) {
	.packages .package .price {
		bottom: 25px;
	}
}

@media(min-width:992px) {
	.packages .package .price {
		bottom: 50px;
	}
}

.packages .package .action {}

.packages.packages-1 .package .action {
	font-size: 14px;
	font-weight: 300;
	text-align: right;
}

.packages.packages-2 .package .action-btn {
	position: absolute;
}

@media(max-width:991px) {
	.packages.packages-2 .package .action-btn {
		left: 50%;
		bottom: -20px;
		transform: translateX(-50%);
	}
}

@media(min-width:992px) {
	.packages.packages-2 .package .action-btn {
		right: 15px;
		bottom: -11px;
	}
}

.packages .note {
	position: relative;
	background-color: #77df92;
	color: #045466;
	max-width: 686px;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width:991px) {
	.packages .note {
		margin-top: 10px;
		margin-left: 15px;
		margin-right: 15px;
		padding: 5px 5px 5px 64px;
		border-radius: 10px;
		font-size: 10px;
	}
}

@media(min-width:992px) {
	.packages .note {
		padding: 15px 25px 15px 98px;
		border-radius: 26px;
	}
}

.packages .note .icon {
	position: absolute;
	top: 50%;
	display: block;
	transform: translateY(-50%);
}

@media(max-width:991px) {
	.packages .note .icon {
		left: 15px;
		width: 42px;
		height: 50px;
	}
}

@media(min-width:992px) {
	.packages .note .icon {
		left: 28px;
		width: 54px;
		height: 65px;
	}
}

.how-it-works {
	position: relative;
	background-color: #fff;
	padding-top: 10px;
	font-weight: 900;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}

@media(max-width:991px) {
	.how-it-works {
		font-size: 12px;
	}

	.how-it-works:before,
	.how-it-works:after {
		content: '';
		position: absolute;
		top: 0px;
		left: 50%;
		width: 100%;
		display: block;
		transform: translateX(-50%);
		z-index: 1;
	}

	.how-it-works:before {
		/*
		background-color: #ffdc7b;
		*/
		background-color: #00AD97;
		height: 38px;
	}

	.how-it-works:after {
		background-color: #fff;
		width: 180%;
		height: 0px;
		padding-bottom: 100%;
		border-top-left-radius: 100%;
		border-top-right-radius: 100%;
	}
}

@media(min-width:992px) {
	.how-it-works {
		padding-bottom: 110px;
		font-size: 18px;
	}
}

.how-it-works h2 {
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
}

@media(max-width:991px) {
	.how-it-works h2 {
		color: #302624;
		margin-bottom: 18px;
		font-size: 24px;
	}
}

@media(min-width:992px) {
	.how-it-works h2 {
		color: #045466;
		margin-bottom: 60px;
		font-size: 72px;
	}
}

.how-it-works p {
	margin: 0px;
}

@media(max-width:991px) {
	.how-it-works p {
		max-width: 120px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media(min-width:992px) {
	.how-it-works p {}
}

.how-it-works p:not(:last-child) {
	margin-bottom: 14px;
}

.how-it-works .video {
	position: relative;
}

.how-it-works .image:not(:last-child) {
	margin-bottom: 10px;
}

.how-it-works .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.how-it-works .content {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-gap: 34px;
}

@media(max-width:991px) {
	.how-it-works .content {
		grid-template-columns: 1fr;
		grid-template-areas: 'right' 'left';
	}
}

@media(min-width:992px) {
	.how-it-works .content {
		grid-template-columns: auto 245px;
		grid-template-areas: 'left right';
	}
}

.how-it-works .content .left {
	grid-area: left;
	align-self: start;
}

.how-it-works .content .left .video {}

.how-it-works .content .left .video .video-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 75%;
}

.how-it-works .content .left .video .video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.how-it-works .content .left .video .video-wrapper button {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #00AD97;
	color: #000;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: 2px solid #000;
	border-radius: 50%;
	display: block;
	font-size: 22px;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.how-it-works .content .left .video .video-wrapper button i {
	transform: translateX(2px);
}

.how-it-works .content .right {
	padding-left: 15px;
	padding-right: 15px;
	grid-area: right;
	align-self: start;
}

.how-it-works .content .right .image {
	height: 186px;
	margin-left: -15px;
	margin-right: -15px;
}

.adventures {
	position: relative;
	font-weight: 300;
}

@media(max-width:991px) {
	.adventures {
		background-color: #fff;
		padding: 10px 10px 15px 10px;
	}
}

@media(min-width:992px) {
	.adventures {
		background-color: #fd695c;
		color: #fff;
		padding-top: 20px;
	}

	.adventures:before {
		content: '';
		position: absolute;
		left: 0px;
		bottom: 0px;
		background-color: #fff;
		width: 100%;
		height: 74px;
		display: block;
		z-index: 1;
	}
}

.adventures h2 {
	font-family: 'Amatic SC', cursive;
	font-weight: normal;
}

@media(max-width:991px) {
	.adventures h2 {
		margin-bottom: 10px;
		font-size: 24px;
	}
}

@media(min-width:992px) {
	.adventures h2 {
		margin-bottom: 40px;
		font-size: 72px;
	}
}

.adventures p {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width:991px) {
	.adventures p {
		margin-bottom: 10px;
	}
}

@media(min-width:992px) {
	.adventures p {
		margin-bottom: 46px;
	}
}

.adventures .content {
	position: relative;
	display: grid;
	z-index: 2;
}

@media(max-width:991px) {
	.adventures .content {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-gap: 15px;
	}
}

@media(min-width:992px) {
	.adventures .content {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 112px;
		grid-gap: 26px;
	}
}

.adventures .adventure {
	grid-template-areas: 'icon title' 'icon text';
	display: grid;
}

@media(max-width:991px) {
	.adventures .adventure {
		grid-template-rows: min-content;
		grid-template-columns: 70px auto;
	}
}

@media(min-width:992px) {
	.adventures .adventure {
		grid-template-rows: 38px 74px;
		grid-template-columns: 112px auto;
	}
}

.adventures .adventure .icon {
	grid-area: icon;
}

@media(max-width:991px) {
	.adventures .adventure .icon {
		width: 70px;
		height: 70px;
	}
}

@media(min-width:992px) {
	.adventures .adventure .icon {
		width: 112px;
		height: 112px;
	}
}

.adventures .adventure .icon img {
	width: 100%;
	height: 100%;
	display: block;
}

.adventures .adventure .title {
	grid-area: title;
	align-self: end;
	font-weight: 900;
}

@media(max-width:991px) {
	.adventures .adventure .title {
		color: #fd695c;
	}
}

@media(min-width:992px) {
	.adventures .adventure .title {
		color: #fff;
		font-size: 18px;
	}
}

.adventures .adventure .text {
	color: #00ae98;
	grid-area: text;
	align-self: start;
}

.books {
	position: relative;
}

@media(max-width:991px) {
	.books {
		padding-bottom: 40px;
	}
}

@media(min-width:992px) {
	.books {
		padding-top: 112px;
		padding-bottom: 40px;
	}
}

.books h2 {
	font-family: 'Amatic SC', cursive;
	font-weight: normal;
}

@media(max-width:991px) {
	.books h2 {
		margin-bottom: 10px;
		font-size: 24px;
	}
}

@media(min-width:992px) {
	.books h2 {
		margin-bottom: 40px;
		font-size: 68px;
	}
}

.books h3 {
	color: #77df92;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 36px;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
}

.books .columns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

@media(max-width:991px) {
	.books .columns {
		margin-bottom: 30px;
		margin-left: -15px;
		margin-right: -15px;
		grid-gap: 40px;
	}

	.books .columns .column.span-mobile-2 {
		grid-column: span 2;
	}
}

@media(min-width:992px) {
	.books .columns {
		margin-bottom: 100px;
	}
}

.books .book {
	position: relative;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.books .book.book-1 {
	background-color: #ffdc7b;
}

@media(max-width:991px) {
	.books .book.book-1 {
		padding: 0px 36px 36px 36px;
	}
}

@media(min-width:992px) {
	.books .book.book-1 {
		max-width: 462px;
		padding: 0px 36px 50px 36px;
		border-radius: 6px;
	}
}

.books .book.book-2 {}

@media(max-width:991px) {
	.books .book.book-2 {
		max-width: 200px;
		padding: 20px 15px 24px 15px;
	}
}

@media(min-width:992px) {
	.books .book.book-2 {
		max-width: 400px;
		padding: 20px 15px 50px 15px;
	}
}

.books .book.book-2:before {
	content: '';
	position: absolute;
	top: 0px;
	background-color: #77df92;
	border-radius: 50%;
	z-index: -1;
}

@media(max-width:991px) {
	.books .book.book-2:before {
		left: 50%;
		width: 118px;
		height: 118px;
		transform: translateX(-50%);
	}
}

@media(min-width:992px) {
	.books .book.book-2:before {
		left: 35px;
		width: 252px;
		height: 252px;
	}
}

.books .book .cover {
	position: relative;
	outline: 3px solid #fff;
	box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.25);
	transform: rotate(-6deg);
	z-index: 2;
}

.books .book.book-1 .cover {
	margin: 0px auto;
	padding: 0px;
}

@media(max-width:991px) {
	.books .book.book-1 .cover {
		width: 200px;
		height: 178px;
	}
}

@media(min-width:992px) {
	.books .book.book-1 .cover {
		width: 360px;
		height: 320px;
	}
}

.books .book.book-2 .cover {
	padding: 0px;
}

@media(max-width:991px) {
	.books .book.book-2 .cover {
		width: 96px;
		height: 84px;
		margin: 0px auto;
	}
}

@media(min-width:992px) {
	.books .book.book-2 .cover {
		width: 214px;
		height: 188px;
		margin: 0px 0px 0px 35px;
	}
}

.books .book .cover svg {
	width: 100%;
	height: 100%;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
}

.books .book .cover svg .gender-select {
	transition: all .5s ease-in-out;
}

.books .book .rating {
	text-align: right;
}

.books .book.book-1 .rating {
	margin-bottom: 20px;
}

@media(max-width:991px) {
	.books .book.book-2 .rating {
		margin-bottom: 10px;
	}
}

@media(min-width:992px) {
	.books .book.book-2 .rating {
		margin-bottom: 35px;
	}
}

.books .book .rating img {}

@media(max-width:991px) {
	.books .book.book-1 .rating img {
		width: 24px;
		height: 22px;
	}

	.books .book.book-2 .rating img {
		width: 10px;
		height: 10px;
	}
}

@media(min-width:992px) {
	.books .book .rating img {
		width: 24px;
		height: 22px;
	}
}

.books .book.book-2 .description {}

@media(max-width:991px) {
	.books .book.book-2 .description {
		text-align: center;
	}
}

@media(min-width:992px) {}

.books .book .action-btn {
	position: absolute;
}

@media(max-width:991px) {
	.books .book .action-btn {
		left: 50%;
		bottom: -20px;
		transform: translateX(-50%);
	}
}

@media(min-width:992px) {
	.books .book .action-btn {
		right: 15px;
		bottom: -11px;
	}
}

.photos-carousel {
	position: relative;
	z-index: 3;
}

.photos-carousel .top,
.photos-carousel .top-shadow,
.photos-carousel .bottom,
.photos-carousel .bottom-shadow {
	position: absolute;
	width: 100%;
}

.photos-carousel .top,
.photos-carousel .bottom {
	background-repeat: repeat-x;
	z-index: 3;
}

@media(max-width:991px) {
	.photos-carousel .top,
	.photos-carousel .bottom {
		background-size: 17px 6px;
		height: 6px;
	}
}

@media(min-width:992px) {
	.photos-carousel .top,
	.photos-carousel .bottom {
		background-size: 40px 14px;
		height: 14px;
	}
}

.photos-carousel .top-shadow,
.photos-carousel .bottom-shadow {
	opacity: .6;
	z-index: 2;
}

@media(max-width:991px) {
	.photos-carousel .top-shadow,
	.photos-carousel .bottom-shadow {
		height: 16px;
	}
}

@media(min-width:992px) {
	.photos-carousel .top-shadow,
	.photos-carousel .bottom-shadow {
		height: 38px;
	}
}

.photos-carousel .top {
	bottom: 100%;
	background-image: url(../images/photos-carousel-top.svg);
}

.photos-carousel .bottom {
	top: 100%;
	background-image: url(../images/photos-carousel-bottom.svg);
}

.photos-carousel .top-shadow {
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	bottom: 100%;
}

.photos-carousel .bottom-shadow {
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	top: 100%;
}

.photos-carousel .content {
	position: relative;
	background-color: #fd695c;
	z-index: 1;
}

@media(max-width:991px) {
	.photos-carousel .content {
		height: 130px;
		height: 300px;
	}
}

@media(min-width:992px) {
	.photos-carousel .content {
		height: 300px;
	}

	.photos-carousel .content:before,
	.photos-carousel .content:after {
		content: '';
		position: absolute;
		top: 0;
		width: 600px;
		height: 100%;
		display: block;
		z-index: 2;
	}

	.photos-carousel .content:before {
		left: 0;
		background: linear-gradient(90deg, rgba(255,194,14,.3) 0%, rgba(255,219,123,0) 100%);
	}

	.photos-carousel .content:after {
		right: 0;
		background: linear-gradient(-90deg, rgba(255,194,14,.3) 0%, rgba(255,219,123,0) 100%);
	}
}



.photos-carousel .content .images {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	z-index: 1;
}

.photos-carousel .content .images .image {
	height: 100%;
	border: 4px solid #fff;
	display: inline-block;
}

.photos-carousel .content .images .image img {
	width: auto;
	display: block;
}

.tree-counter {
	padding-top: 50px;
	padding-bottom: 130px;
	font-size: 14px;
	font-weight: 300;
}

.tree-counter p {
	margin: 0px;
}

.tree-counter p:not(:last-child) {
	margin-bottom: 14px;
}

.tree-counter .container {
	max-width: 980px;
	display: grid;
	grid-template-columns: auto 556px;
	grid-template-areas: 'left right';
	grid-gap: 64px;
}

.tree-counter .container .left {
	position: relative;
	grid-area: left;
	align-self: center;
}

.tree-counter .container .right {
	grid-area: right;
	align-self: center;
}

.tree-counter .container .right {
	padding-right: 240px;
}

.tree-counter .container .right .mylo {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 225px;
	height: 180px;
	transform: translateY(-50%);
}

.newsletter {
	position: relative;
	background-color: #ffdc7b;
	font-weight: 900;
}

@media(max-width:991px) {
	.newsletter {
		padding-top: 10px;
		padding-bottom: 13px;
		font-size: 8px;
	}

	.newsletter .container {
		max-width: 260px;
	}
}

@media(min-width:992px) {
	.newsletter {
		padding-top: 26px;
		padding-bottom: 36px;
		font-size: 22px;
	}
}

.newsletter:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 100%;
	background: url(../images/newsletter-top.svg) center bottom repeat-x;
	width: 100%;
	display: block;
}

@media(max-width:991px) {
	.newsletter:before {
		background-size: 14px 2px;
		height: 2px;
	}
}

@media(min-width:992px) {
	.newsletter:before {
		background-size: 40px 6px;
		height: 6px;
	}
}

.newsletter input[type=text] {
	background-color: #fff;
	width: 100%;
	border: 2px solid #000;
	display: block;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}

@media(max-width:991px) {
	.newsletter input[type=text] {
		height: 25px;
		padding: 0px 10px;
		font-size: 14px;
	}
}

@media(min-width:992px) {
	.newsletter input[type=text] {
		height: 46px;
		padding: 0px 15px;
		font-size: 22px;
	}
}

.newsletter .container {
	display: grid;
	grid-gap: 10px;
}

@media(max-width:991px) {
	.newsletter .container {
		grid-template-columns: auto 25px;
		grid-template-areas: 'label label' 'input button';
	}
}

@media(min-width:992px) {
	.newsletter .container {
		grid-template-columns: auto 400px 46px;
		grid-template-areas: 'label input button';
	}
}

.newsletter .container .label {
	grid-area: label;
	align-self: center;
}

@media(max-width:991px) {
	.newsletter .container .label {
		text-align: center;
	}
}

@media(min-width:992px) {
	.newsletter .container .label {}
}

.newsletter .container .input {
	grid-area: input;
	align-self: center;
}

@media(max-width:991px) {
	.newsletter .container .input {
		height: 25px;
	}
}

@media(min-width:992px) {
	.newsletter .container .input {
		height: 46px;
	}
}

.newsletter .container .button {
	grid-area: button;
	align-self: center;
}

@media(max-width:991px) {
	.newsletter .container .button {
		height: 25px;
	}
}

@media(min-width:992px) {
	.newsletter .container .button {
		height: 46px;
	}
}

.book-preview {
	padding-top: 10px;
	overflow: hidden;
	transition: all .2s ease-in-out;
}

.book-loading .book-preview {
	opacity: 0;
}

@media(max-width:991px) {
	.book-preview {
		padding-bottom: 10px;
	}
}

@media(min-width:992px) {
	.book-preview {
		padding-bottom: 55px;
	}
}

.book-preview a {
	color: inherit;
	text-decoration: none;
}

.book-preview a:hover {
	text-decoration: underline;
}

.book-preview .container {
	max-width: 1200px;
}

.book-preview .back-link {
	margin-bottom: 16px;
}

.book-preview .book-contents {
	position: relative;
}

@media(max-width:991px) {
	.book-preview .book-contents {
		width: 100%;
		height: auto;
		overflow: auto;
	}
}

@media(min-width:992px) {
	.book-preview .book-contents {}
}

.book-preview .book-wraper {
	position: relative;
	z-index: 1;
	transition: all .5s ease-in-out;
}

.book-controls {}

@media(max-width:991px) {
	.book-controls {
		display: none;
	}
}

@media(min-width:992px) {
	.book-controls {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}

	.book-controls button {
		position: absolute;
		top: 0;
		background-color: transparent;
		width: 50%;
		height: 100%;
		border: 0;
	}

	.book-controls button:first-child {
		left: 0;
	}

	.start .book-controls button:first-child {
		display: none;
	}

	.end .book-controls button:first-child {
		left: 25%;
	}

	.book-controls button:last-child {
		right: 0;
	}

	.start .book-controls button:last-child {
		right: 25%;
	}

	.end .book-controls button:last-child {
		display: none;
	}
}

.character-setup {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media(max-width:991px) {
	.character-setup {}
}

@media(min-width:992px) {
	.character-setup {
		position: relative;
		background: linear-gradient(90deg, #08827c 50%, #77df92 50%);
	}

	.character-setup:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		background: url(../images/character-select-background.png) center center no-repeat;
		background-size: cover;
		width: 465px;
		height: 485px;
		max-height: 100%;
		display: block;
		z-index: 1;
	}
}

.character-setup .when-not-selected {}

.character-setup .when-not-selected button {
	position: relative;
	background-color: #302624;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	border-radius: 50%;
	display: block;
	font-size: 24px;
	font-family: 'Merriweather', serif;
}


@media(max-width:991px) {
	.character-setup .when-not-selected button {
		width: 88px;
		height: 88px;
	}
}

@media(min-width:992px) {
	.character-setup .when-not-selected button {
		width: 150px;
		height: 150px;
		margin-top: -72px;
	}

	.character-setup.has-selection .when-not-selected button {
		width: 88px;
		height: 88px;
		margin-top: 0;
	}
}

.character-setup .when-not-selected button:before {
	content: '';
	position: absolute;
	background-color: #FD695C;
	border-radius: 50%;
	z-index: 1;
}

@media(max-width:991px) {
	.character-setup .when-not-selected button:before {
		top: 1px;
		left: 2px;
		right: 2px;
		bottom: 3px;
	}
}

@media(min-width:992px) {
	.character-setup .when-not-selected button:before {
		top: 2px;
		left: 3px;
		right: 3px;
		bottom: 4px;
	}

	.character-setup .when-not-selected button:hover:before {
		background-color: #77df92;
	}

	.character-setup.has-selection .when-not-selected button:before {
		top: 1px;
		left: 2px;
		right: 2px;
		bottom: 3px;
	}
}

.character-setup .when-not-selected button span {
	position: relative;
	z-index: 2;
}

.character-setup.has-selection {}

.character-setup h3 {
	margin: 0px;
	font-family: 'Amatic SC', cursive;
	font-weight: bold;
}

@media(max-width:991px) {
	.character-setup h3 {
		font-size: 18px;
	}
}

@media(min-width:992px) {
	.character-setup h3 {
		font-size: 36px;
	}
}

.character-setup p {}

@media(max-width:991px) {
	.character-setup p {
		margin-bottom: 10px;
	}
}

@media(min-width:992px) {
	.character-setup p {
		margin-bottom: 20px;
	}
}

.character-setup .price {
	margin-bottom: 10px;
}

.character-setup .option {
	position: relative;
	z-index: 1;
}

@media(max-width:991px) {
	.character-setup .option {
		margin-bottom: 10px;
	}
}

@media(min-width:992px) {
	.character-setup .option {
		margin-bottom: 22px;
	}
}

.character-setup .option button {
	position: relative;
	z-index: 1;
}

@media(max-width:991px) {
	.character-setup .option button {
		width: 100%;
	}
}

@media(min-width:992px) {
	.character-setup .option button {}
}

.option-window {
	background-color: #fff;
	color: #302624;
	display: none;
	font-size: 10px;
	z-index: 1000;
}

.option-window.showing {
	display: block;
}

@media(max-width:991px) {
	.option-window {
		position: fixed;
		top: 0!important;
		left: 0!important;
		width: 100%;
		height: 100%;
		/*
		padding: 15px;
		*/
	}
}

@media(min-width:992px) {
	.option-window {
		position: absolute;
		padding: 15px 20px;
		margin-bottom: 12px;
		border: 2px solid #000;
		border-radius: 10px;
	}

	.option-window:after {
		content: '';
		position: absolute;
		bottom: -14px;
		left: 50%;
		background-color: #fff;
		width: 25px;
		height: 25px;
		border-color: #000;
		border-style: solid;
		border-width: 0px 2px 2px 0px;
		transform: translate(-50%) rotate(45deg);
	}

	.option-window.option-window-1 {
		width: 300px;
	}

	.option-window.option-window-2 {
		width: 565px;
	}
}

.option-window .option-window-close {
	position: absolute;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	border-radius: 50%;
	display: block;
	z-index: 2;
}

@media(max-width:991px) {
	.option-window .option-window-close {
		top: 5px;
		right: 5px;
		width: 36px;
		height: 36px;
		border: 1px solid #000;
		font-size: 22px;
	}
}

@media(min-width:992px) {
	.option-window .option-window-close {
		top: -6px;
		right: -6px;
		width: 24px;
		height: 24px;
		border: 2px solid #000;
		font-size: 14px;
	}
}

.option-window .option-window-content {
	position: relative;
}

@media(max-width:991px) {
	.option-window .option-window-content {
		height: 100%;
		padding: 15px;
		text-align: center;
		overflow: auto;
	}
}

@media(min-width:992px) {
	.option-window .option-window-content {}
}

.option-window .gender-select {
	background-color: #ffdc7b;
	width: 175px;
	height: 50px;
	border: 2px solid #000;
	text-align: center;
}

@media(max-width:991px) {
	.option-window .gender-select {
		margin: 15px auto;
		border-radius: 10px;
	}
}

@media(min-width:992px) {
	.option-window .gender-select {
		position: absolute;
		left: 50%;
		bottom: 100%;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		transform: translateX(-50%);
	}
}

.option-window .gender-select button {
	background-color: transparent;
	width: 48px;
	height: 48px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.option-window .gender-select button img,
.option-window .gender-select button svg {
	width: 100%;
	height: 100%;
	display: block;
}

.option-window .gender-select button.selected img,
.option-window .gender-select button.selected svg {
	/*
	filter: drop-shadow(0px 0px 5px #fff);
	*/
}

.option-window .gender-select button:not(.selected) img,
.option-window .gender-select button:not(.selected) svg {
	transform: scale(.6);
}

.option-window .preset-options {
	width: 236px;
	margin: 0 auto 5px auto;
	display: grid;
	grid-template-areas: 'hair-style-select hair-style-select hair-style-select' 'skin-tone-select image hair-color-select';
	grid-template-columns: 1fr 122px 1fr;
	grid-template-rows: 50px 225px;
	grid-gap: 10px 0;
}

.option-window .preset-options .image {
	grid-area: image;
}

.option-window .preset-options .image img {
	object-fit: contain;
}

.option-window .preset-options .skin-tone-select {
	position: relative;
	margin-top: 76px;
	padding-top: 20px;
	grid-area: skin-tone-select;
	text-align: center;
}

.option-window .preset-options .skin-tone-select:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 16px;
	border-style: solid;
	border-color: #000;
	border-width: 1px 0 0 1px;
	display: block;
}

.option-window .preset-options .skin-tone-select button {
	background-color: transparent;
	width: 34px;
	height: 34px;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	display: block;
}

.option-window .preset-options .skin-tone-select button:before {
	content: '';
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	border-radius: 50%;
	display: block;
	transform: scale(.6);
	transition: all .2s ease-in-out;
}

.option-window .preset-options .skin-tone-select button.white:before {
	background-color: #f9d5c7;
}

.option-window .preset-options .skin-tone-select button.midtone:before {
	background-color: #c9967f;
}

.option-window .preset-options .skin-tone-select button.black:before {
	background-color: #442c26;
}

.option-window .preset-options .skin-tone-select button.selected:before {
	transform: scale(1);
}

.option-window .preset-options .hair-color-select {
	position: relative;
	margin-top: 38px;
	padding-top: 20px;
	grid-area: hair-color-select;
	text-align: center;
}

.option-window .preset-options .hair-color-select:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 16px;
	border-style: solid;
	border-color: #000;
	border-width: 1px 1px 0 0;
	display: block;
}

.option-window .preset-options .hair-color-select button {
	background-color: transparent;
	width: 34px;
	height: 34px;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	display: block;
}

.option-window .preset-options .hair-color-select button:before {
	content: '';
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	border-radius: 50%;
	display: block;
	transform: scale(.6);
	transition: all .2s ease-in-out;
}

.option-window .preset-options .hair-color-select button.black:before {
	background-color: #442c26;
}

.option-window .preset-options .hair-color-select button.brown:before {
	background-color: #934d3a;
}

.option-window .preset-options .hair-color-select button.blond:before {
	background-color: #f9dd64;
}

.option-window .preset-options .hair-color-select button.selected:before {
	transform: scale(1);
}

.option-window .preset-options .hair-style-select {
	padding: 0 5px;
	grid-area: hair-style-select;
	display: grid;
	grid-template-columns: 58px auto 58px; 
	grid-template-areas: 'straight separator curly';
}

.option-window .preset-options .hair-style-select:before {
	content: '';
	grid-area: separator;
	display: block;
}

.option-window .preset-options .hair-style-select button {
	position: relative;
	background-color: transparent;
	width: 58px;
	height: 52px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

.option-window .preset-options .hair-style-select button.straight {
	grid-area: straight;
}

.option-window .preset-options .hair-style-select button.curly {
	grid-area: curly;
}

.option-window .preset-options .hair-style-select button svg {
	width: 100%;
	height: 100%;
	display: none;
}

.option-window .preset-options .hair-style-select button img {
	width: 100%;
	height: 100%;
	display: block;
}

.option-window .preset-options .hair-style-select button:not(.selected) img {
	transform: scale(.6);
}

.option-window p,
.option-window .action-btn {
	margin-bottom: 10px;
}

.option-window input[type=text] {
	background-color: #fff;
	color: #fd695c;
	font-weight: 900;
	display: block;
	text-align: center;
	font-family: 'Merriweather', serif;
}

@media(max-width:991px) {
	.option-window input[type=text] {
		width: 200px;
		height: 30px;
		margin: 0px auto 10px auto;
		border: 1px solid #000;
		font-size: 14px;
	}
}

@media(min-width:992px) {
	.option-window input[type=text] {
		width: 330px;
		border: 2px solid #000;
		font-size: 30px;
	}

	.option-window.option-window-1 input[type=text] {
		margin: 0px -35px 15px -35px;
	}

	.option-window.option-window-2 input[type=text] {
	}
}

.option-window textarea {
	position: relative;
	width: 100%;
	padding: 8px;
	margin-bottom: 10px;
	display: block;
	font-family: 'Merriweather', serif;
	resize: none;
	z-index: 1;
}


@media(max-width:991px) {
	.option-window textarea {
		height: 120px;
		border: 1px solid #000;
		font-size: 14px;
	}
}

@media(min-width:992px) {
	.option-window textarea {
		border: 2px solid #000;
		/*
		font-size: 30px;
		*/
		font-size: 16px;
	}

	.option-window.option-window-1 textarea {
		height: 70px;
	}

	.option-window.option-window-2 textarea {
		height: 300px;
	}
}

.option-window .character-count {
	position: relative;
	display: block;
}

.option-window .character-count .character-counter {
	position: absolute;
	right: 2px;
	bottom: 2px;
	background-color: #fff;
	padding: 2px 10px;
	z-index: 2;
}

.option-window button.submit {
	background-color: #00ae98;
	color: #fff;
	fill: #fff;
	border-radius: 50%;
}

@media(max-width:991px) {
	.option-window button.submit {
		width: 40px;
		height: 40px;
		border: 1px solid #000;
	}
}

@media(min-width:992px) {
	.option-window button.submit {
		width: 42px;
		height: 42px;
		border: 2px solid #000;
	}
}

.option-window button.skip {
	background-color: transparent;
	color: #77df92;
	border: 0px;
	font-weight: normal;
	font-family: 'Merriweather', serif;
	border-radius: 0px;
}

@media(max-width:991px) {
	.option-window button.skip {
		height: 25px;
		font-size: 14px;
	}
}

@media(min-width:992px) {
	.option-window button.skip {
		height: 42px;
		font-size: 18px;
	}
}

.option-window .name {
	margin: 0px auto 12px auto;
	max-width: 330px;
}

.option-window .option-window-grid {
	display: grid;
}

@media(max-width:991px) {
	.option-window .option-window-grid {
		margin-bottom: 10px;
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
}

@media(min-width:992px) {
	.option-window .option-window-grid {
		margin-bottom: 12px;
		grid-template-columns: 1fr 1fr;
		grid-gap: 22px;
	}
}

.option-window .option-window-submit-grid {
	display: grid;
	grid-template-columns: 1fr 42px 1fr;
	grid-gap: 15px;
}

.option-window .photo-edit {
	position: relative;
	margin: 0px auto;
}

.option-window .photo-edit .delete {
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: #fff;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: 2px solid #000;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	z-index: 2;
}

.option-window .photo-edit .photo-wrapper {
	position: relative;
	background-color: #c1c1c1;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000;
	margin-bottom: 12px;
	z-index: 1;
}

@media(max-width:991px) {
	.option-window .photo-edit .photo-wrapper {
		width: 300px;
		height: 300px;
	}
}

@media(min-width:992px) {
	.option-window .photo-edit .photo-wrapper {
		width: 256px;
		height: 256px;
	}
}

.option-window .photo-edit .photo-wrapper div {}

@media(max-width:991px) {
	.option-window .photo-edit .photo-wrapper div {
		width: 296px;
		height: 296px;
	}
}

@media(min-width:992px) {
	.option-window .photo-edit .photo-wrapper div {
		width: 252px;
		height: 252px;
	}
}

.option-window .photo-edit .photo-wrapper div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.option-window .photo-edit .photo-wrapper div img:not(.cropper-hidden) ~ * {
	display: none!important;
}

.option-window .photo-edit .photo-crop {
	width: 134px;
	margin: 0px auto;
	display: grid;
	grid-template-columns: 8px 88px 18px;
	grid-template-areas: 'small range big';
	grid-gap: 8px;
}

.option-window .photo-edit .photo-crop .small {
	width: 8px;
	height: 8px;
	grid-area: small;
	align-self: center;
	border: 2px solid #000;
}

.option-window .photo-edit .photo-crop .range {
	position: relative;
	width: 88px;
	height: 8px;
	grid-area: range;
	align-self: center;
}

.option-window .photo-edit .photo-crop .range .ui-widget.ui-widget-content {
	background-color: transparent;
	border: 0px;
}

.option-window .photo-edit .photo-crop .range .ui-widget.ui-widget-content:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	background-color: #000;
	width: 100%;
	height: 2px;
	display: block;
	transform: translateY(-50%);
}

.option-window .photo-edit .photo-crop .range .ui-slider-horizontal .ui-slider-range-min {
	position: absolute;
	top: 50%;
	height: 2px;
	background-color: #00ae98;
	transform: translateY(-50%);
}

.option-window .photo-edit .photo-crop .range .ui-slider-horizontal .ui-slider-handle {
	position: absolute;
	top: 50%;
	background-color: #00ae98;
	width: 8px;
	height: 8px;
	border: 2px solid #000;
	border-radius: 50%;
	transform: translateY(-50%);
}

.option-window .photo-edit .photo-crop .big {
	width: 18px;
	height: 18px;
	grid-area: big;
	align-self: center;
	border: 2px solid #000;
}

.character-setup .add-to-cart {
	position: absolute;
	left: 0px;
	width: 100%;
}

@media(max-width:991px) {
	.character-setup .add-to-cart {
		bottom: 15px;
		padding: 15px;
	}
}

@media(min-width:992px) {
	.character-setup .add-to-cart {
		bottom: 0px;
		padding: 25px;
	}
}

.character-setup .container {
	position: relative;
	display: grid;
	z-index: 1;
}

@media(max-width:991px) {
	.character-setup .container {
		margin: 0px;
		padding: 0px;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: 'left right' 'center center';
	}
}

@media(min-width:992px) {
	.character-setup .container {
		grid-template-columns: 1fr 430px 1fr;
		grid-template-areas: 'left center right';
	}
}

.character-setup .container .left {
	position: relative;
	color: #fff;
	grid-area: left;
	z-index: 1;
}

@media(max-width:991px) {
	.character-setup .container .left {
		background-color: #08827c;
		padding: 15px 15px 70px 15px;
	}
}

@media(min-width:992px) {
	.character-setup .container .left {
		padding: 25px 25px 75px 25px;
	}
}

.character-setup .container .center {
	position: relative;
	margin-top: -15px;
	border-color: transparent;
	border-style: solid;
	border-image: url(../images/zigzag-border.png) 20 round;
	grid-area: center;
	z-index: 2;
}

@media(max-width:991px) {
	.character-setup .container .center {
		margin-bottom: -15px;
		border-width: 20px 0px;
	}
}

@media(min-width:992px) {
	.character-setup .container .center {
		margin-bottom: -15px;
		border-width: 20px;
	}
}

.character-setup .container .center .wrapper {
	position: relative;
	background-color: #ffdc7b;
	height: 100%;
	padding: 0px 25px 115px 25px;
}

.character-setup .container .center .wrapper .footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 25px;
}

.character-setup .container .center .wrapper .footer a {
	color: #fd695c;
	font-weight: 900;
	text-decoration: none;
}

.character-setup .container .center .wrapper .footer a:hover {
	text-decoration: underline;
}

.character-setup .container .right {
	position: relative;
	grid-area: right;
	z-index: 1;
}

@media(max-width:991px) {
	.character-setup .container .right {
		background-color: #77df92;
		padding: 15px 15px 70px 15px;
	}
}

@media(min-width:992px) {
	.character-setup .container .right {
		padding: 25px 25px 75px 25px;
	}
}

.reviews {}

@media(max-width:991px) {
	.reviews {
		padding-top: 20px;
		padding-bottom: 15px;
	}
}

@media(min-width:992px) {
	.reviews {
		padding-top: 45px;
		padding-bottom: 40px;
	}
}

.reviews .reviews-slider {
	display: grid;
	grid-gap: 0px 36px;
}

@media(max-width:991px) {
	.reviews .reviews-slider {
		grid-template-columns: 1fr;
		grid-template-areas: 'content' 'dots';
	}
}

@media(min-width:992px) {
	.reviews .reviews-slider {
		grid-template-columns: 1fr 456px 1fr;
		grid-template-areas: '. content dog' '. dots .';
	}
}

.reviews .reviews-slider .content {
	position: relative;
	grid-area: content;
	align-self: end;
}

.reviews .reviews-slider .content .slide {
	position: relative;
	filter: drop-shadow(12.49px 12.49px 14.7px rgba(0, 0, 0, 0.15));
}

.reviews .reviews-slider .content .slide .user {}

@media(max-width:991px) {
	.reviews .reviews-slider .content .slide .user {
		display: none;
	}
}

@media(min-width:992px) {
	.reviews .reviews-slider .content .slide .user {
		position: absolute;
		right: 100%;
		bottom: 0px;
		padding-right: 40px;
		z-index: 2;
	}

	.reviews .reviews-slider .content .slide .user:before {
		content: '';
		position: absolute;
		top: 0px;
		right: -2px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 14px 30px;
		border-color: transparent transparent #000 transparent;
		display: block;
		z-index: 1;
	}

	.reviews .reviews-slider .content .slide .user:after {
		content: '';
		position: absolute;
		top: 2px;
		right: -2px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 10px 23px;
		border-color: transparent transparent #fff transparent;
		display: block;
		z-index: 2;
	}
}


.reviews .reviews-slider .content .slide .user img {
	width: 70px;
	height: 70px;
}

.reviews .reviews-slider .content .slide .text {
	position: relative;
	background-color: #fff;
	display: grid;
	grid-template-rows: min-content auto min-content;
	grid-template-columns: 1fr!important;
	grid-auto-flow: row;
	grid-gap: 10px;
	z-index: 1;
}

@media(max-width:991px) {
	.reviews .reviews-slider .content .slide .text {
		padding: 10px;
		border: 1px solid #000;
		border-radius: 5px;
	}
}

@media(min-width:992px) {
	.reviews .reviews-slider .content .slide .text {
		min-height: 224px;
		padding: 10px 30px;
		border: 2px solid #000;
		border-radius: 10px;
	}
}

.reviews .reviews-slider .content .slide .text .name {
	color: #08827c;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
}

@media(max-width:991px) {
	.reviews .reviews-slider .content .slide .text .name {
		font-size: 18px;
	}
}

@media(min-width:992px) {
	.reviews .reviews-slider .content .slide .text .name {
		font-size: 36px;
	}
}

.reviews .reviews-slider .content .slide .text .content {
	color: #302624;
}

.reviews .reviews-slider .content .slide .text .date {
	color: #77df92;
	text-align: right;
}

.reviews .reviews-slider .dots {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	grid-area: dots;
}

.reviews .reviews-slider .dots .dot {
	background-color: #ffdc7b;
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	border-radius: 50%;
	display: inline-block;
}

.reviews .reviews-slider .dots .dot:not(:first-child) {
	margin-left: 25px;
}

.reviews .reviews-slider .dots .dot.selected {
	background-color: #08827c;
}

.reviews .reviews-slider .dog {}

@media(max-width:991px) {
	.reviews .reviews-slider .dog {
		display: none;
	}
}

@media(min-width:992px) {
	.reviews .reviews-slider .dog {
		grid-area: dog;
		align-self: end;
	}
}

.reviews .reviews-slider .dog img {
	width: 152px;
	height: 161px;
	display: block;
}

.reviews .form {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-areas: 'title submit' 'name submit' 'email submit' 'text submit' 'rating submit';
	grid-gap: 10px;
}

@media(max-width:991px) {
	.reviews .form {
		grid-template-columns: auto 40px;
	}
}

@media(min-width:992px) {
	.reviews .form {
		grid-template-columns: auto 45px;
	}
}

.reviews .form input[type=text],
.reviews .form textarea {
	background-color: #fff;
	width: 100%;
	border: 1px solid #000;
	line-height: 38px;
	padding: 0px 12px;
	display: block;
	resize: none;
}

.reviews .form input[type=text] {
	max-width: 332px;
}

.reviews .form .title {
	color: #08827c;
	grid-area: title;
	font-weight: 700;
	font-family: 'Amatic SC', cursive;
}

@media(max-width:991px) {
	.reviews .form .title {
		font-size: 18px;
	}
}

@media(min-width:992px) {
	.reviews .form .title {
		font-size: 36px;
	}
}

.reviews .form .name {
	grid-area: name;
}

.reviews .form .email {
	grid-area: email;
}

.reviews .form .text {
	grid-area: text;
}

.reviews .form .rating {
	grid-area: rating;
}

.reviews .form .rating img {
	width: 40px;
	height: 40px;
	transition: all .2s ease-in-out;
}

.reviews .form .rating:not(.disabled):hover img {
	transform: scale(.75, .75);
}

.reviews .form .rating:not(.disabled) img:hover {
	cursor: pointer;
	transform: scale(1, 1);
}

.reviews .form .submit {
	grid-area: submit;
	align-self: end;
}

.reviews .form .submit button {}

@media(max-width:991px) {
	.reviews .form .submit button {
		width: 40px;
		height: 40px;
	}
}

@media(min-width:992px) {
	.reviews .form .submit button {}
}

.my-special-story {
	background: #c1c1c1 url(../images/book-page-footer.jpg) center center;
	background-size: cover;
	color: #fff;
}

@media(max-width:991px) {
	.my-special-story {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media(min-width:992px) {
	.my-special-story {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}

.my-special-story h3 {
	font-weight: 700;
	font-family: 'Amatic SC', cursive;
}

@media(max-width:991px) {
	.my-special-story h3 {
		font-size: 18px;
	}
}

@media(min-width:992px) {
	.my-special-story h3 {
		font-size: 36px;
	}
}

.my-special-story p {}

@media(max-width:991px) {
	.my-special-story p {
		margin-bottom: 10px;
	}
}

@media(min-width:992px) {
	.my-special-story p {
		margin-bottom: 25px;
	}
}

.my-special-story .container {}

@media(max-width:991px) {
	.my-special-story .container {
		max-width: 344px;
	}
}

@media(min-width:992px) {
	.my-special-story .container {
		max-width: 700px;
	}

	.my-special-story .content {
		max-width: 314px;
	}
}

.my-special-story .box {
	position: relative;
	background-color: #fd695c;
}

@media(max-width:991px) {
	.my-special-story .box {
		padding: 10px 15px 40px 15px;
		border: 1px solid #000;
		border-radius: 5px;
	}
}

@media(min-width:992px) {
	.my-special-story .box {
		padding: 10px 25px 50px 25px;
		border: 2px solid #000;
		border-radius: 10px;
	}
}

.my-special-story .box .action-btn {
	position: absolute;
	bottom: -8px;
}

@media(max-width:991px) {
	.my-special-story .box .action-btn {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media(min-width:992px) {
	.my-special-story .box .action-btn {
		right: 16px;
	}
}

.sidemenu h2,
.login h2,
.contact h2 {
	font-weight: 700;
	font-family: 'Amatic SC', cursive;
}

@media(max-width:991px) {
	.sidemenu h2,
	.login h2,
	.contact h2 {
		margin-bottom: 10px;
		font-size: 18px;
	}
}

@media(min-width:992px) {
	.sidemenu h2,
	.login h2,
	.contact h2 {
		margin-bottom: 15px;
		font-size: 36px;
	}
}

.sidemenu h2 span,
.login h2 span,
.contact h2 span {
	color: #f1695d;
}

.sidemenu p {
	margin: 0px;
}

@media(max-width:991px) {
	.sidemenu p:not(:last-child) {
		margin-bottom: 10px;
	}
}

@media(min-width:992px) {
	.sidemenu p:not(:last-child) {
		margin-bottom: 25px;
	}
}

.contact p {
	margin: 0px;
}

.contact p:not(:last-child) {
	margin-bottom: 10px;
}

.sidemenu article {}

@media(max-width:991px) {
	.sidemenu article {
		margin-bottom: 20px;
	}
}

@media(min-width:992px) {
	.sidemenu article {
		margin-bottom: 70px;
	}
}

.sidemenu article:before,
.sidemenu article:after {
	content: '';
	display: table;
	clear: both;
}

.sidemenu article h2 {
	color: #00ae98;
}

.sidemenu .graphic {
	width: 180px;
	height: 180px;
	display: block;
}

.sidemenu .sidemenu-grid {
	display: grid;
}

@media(max-width:991px) {
	.sidemenu .sidemenu-grid {
		grid-template-columns: 1fr;
		grid-template-areas: 'content';
	}
}

@media(min-width:992px) {
	.sidemenu .sidemenu-grid {
		grid-template-columns: 180px auto;
		grid-template-areas: 'menu content';
		grid-gap: 50px;
	}
}

.sidemenu .sidemenu-grid .menu {
	background-color: #fff;
	grid-area: menu;
	align-self: start;
	filter: drop-shadow(6.76px 6.76px 7.72px rgba(0, 0, 0, 0.15));
}

@media(max-width:991px) {
	.sidemenu .sidemenu-grid .menu {
		display: none;
	}
}

@media(min-width:992px) {
	.sidemenu .sidemenu-grid .menu {
		padding: 26px 15px;
		border-radius: 10px;
	}
}

.sidemenu .sidemenu-grid .menu a {
	color: #302624;
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
}

.sidemenu .sidemenu-grid .menu a:hover {
	text-decoration: underline;
}

.sidemenu .sidemenu-grid .content {
	grid-area: content;
	align-self: start;
}

.sidemenu .text {}

.sidemenu .text:before,
.sidemenu .text:after {
	content: '';
	display: table;
	clear: both;
}

.sidemenu .counter {
	padding-top: 35px;
}

.counter h3 {
	margin: 0px;
	font-size: 24px;
	font-weight: 900;
}

.counter h3:not(:last-child) {
	margin-bottom: 35px;
}

.counter {
	position: relative;
}

.counter ul {
	background-color: #fff;
	color: #fff;
	list-style: none;
	margin: 0px;
	padding: 2px;
	border: 3px solid #000;
	border-radius: 20px;
	display: inline-block;
	overflow: hidden;
	font-size: 52px;
	font-weight: bold;
	font-family: 'Tahoma', sans-serif;
	text-align: center;
}

.counter ul:before,
.counter ul:after {
	content: '';
	display: table;
	clear: both;
}

.counter ul li {
	background: -moz-linear-gradient(50% 3.06% -90deg,rgba(8, 130, 124, 1) 0%,rgba(8, 127, 123, 1) 35.31%,rgba(7, 118, 118, 1) 60.63%,rgba(6, 102, 111, 1) 82.76%,rgba(4, 84, 102, 1) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(8, 130, 124, 1) 0%, rgba(8, 127, 123, 1) 35.31%, rgba(7, 118, 118, 1) 60.63%, rgba(6, 102, 111, 1) 82.76%, rgba(4, 84, 102, 1) 100%);
	background: -webkit-gradient(linear,50% 3.06% ,50% 98.05% ,color-stop(0,rgba(8, 130, 124, 1) ),color-stop(0.3531,rgba(8, 127, 123, 1) ),color-stop(0.6063,rgba(7, 118, 118, 1) ),color-stop(0.8276,rgba(6, 102, 111, 1) ),color-stop(1,rgba(4, 84, 102, 1) ));
	background: -o-linear-gradient(-90deg, rgba(8, 130, 124, 1) 0%, rgba(8, 127, 123, 1) 35.31%, rgba(7, 118, 118, 1) 60.63%, rgba(6, 102, 111, 1) 82.76%, rgba(4, 84, 102, 1) 100%);
	background: -ms-linear-gradient(-90deg, rgba(8, 130, 124, 1) 0%, rgba(8, 127, 123, 1) 35.31%, rgba(7, 118, 118, 1) 60.63%, rgba(6, 102, 111, 1) 82.76%, rgba(4, 84, 102, 1) 100%);
	background: linear-gradient(180deg, rgba(8, 130, 124, 1) 0%, rgba(8, 127, 123, 1) 35.31%, rgba(7, 118, 118, 1) 60.63%, rgba(6, 102, 111, 1) 82.76%, rgba(4, 84, 102, 1) 100%);
	width: 48px;
	height: 66px;
	line-height: 66px;
	float: left;
}

.counter ul li:first-child {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}

.counter ul li:last-child {
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}

.counter ul li:not(:first-child) {
	margin-left: 2px;
}

.account-item {
	position: relative;
	background-color: #fff;
	filter: drop-shadow(12.49px 12.49px 14.7px rgba(0, 0, 0, 0.15));
}

@media(max-width:991px) {
	.account-item {
		padding: 5px;
		border-radius: 5px;
	}

	.account-item:not(:last-child) {
		margin-bottom: 15px;
	}

	.account-item:not(:first-child) {
		margin-top: 15px;
	}

	.account-item:last-child {
		margin-bottom: 40px;
	}
}

@media(min-width:992px) {
	.account-item {
		padding: 10px 15px;
		border-radius: 10px;
	}

	.account-item:not(:last-child) {
		margin-bottom: 45px;
	}

	.account-item:not(:first-child) {
		margin-top: 45px;
	}

	.account-item:last-child {
		margin-bottom: 120px;
	}
}

@media(max-width:991px) {
	.account-item.account-item-with-graphic-left {
		margin-left: 130px;
	}

	.account-item.account-item-with-graphic-right {
		margin-right: 130px;
	}
}

@media(min-width:992px) {
	.account-item.account-item-with-graphic-left {
		margin-left: 225px;
	}

	.account-item.account-item-with-graphic-right {
		margin-right: 225px;
	}
}

.account-item.account-item-with-graphic-left .graphic,
.account-item.account-item-with-graphic-right .graphic {
	position: absolute;
	bottom: 14px;
}

@media(max-width:991px) {
	.account-item.account-item-with-graphic-left .graphic,
	.account-item.account-item-with-graphic-right .graphic {
		width: 120px;
		height: 120px;
	}
}

@media(min-width:992px) {
	.account-item.account-item-with-graphic-left .graphic,
	.account-item.account-item-with-graphic-right .graphic {
		width: 195px;
		height: 195px;
	}
}

.account-item.account-item-with-graphic-left .graphic {}

.account-item.account-item-with-graphic-right .graphic {}

@media(max-width:991px) {
	.account-item.account-item-with-graphic-left .graphic {
		left: -130px;
	}

	.account-item.account-item-with-graphic-right .graphic {
		right: -130px;
	}
}

@media(min-width:992px) {
	.account-item.account-item-with-graphic-left .graphic {
		left: -225px;
	}

	.account-item.account-item-with-graphic-right .graphic {
		right: -225px;
	}
}

.account-item.account-item-with-action {}

@media(max-width:991px) {
	.account-item.account-item-with-action {
		padding-bottom: 35px;
	}
}

@media(min-width:992px) {
	.account-item.account-item-with-action {
		padding-bottom: 75px;
	}
}

.account-item.account-item-with-action .action {
	position: absolute;
	bottom: -8px;
}

.account-item.account-item-with-action .action.action-left {
	left: 35px;
}

.account-item.account-item-with-action .action.action-center {
	left: 50%;
	transform: translateX(-50%);
}

.account-item.account-item-with-action .action.action-right {}

@media(max-width:991px) {
	.account-item.account-item-with-action .action.action-right {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media(min-width:992px) {
	.account-item.account-item-with-action .action.action-right {
		right: 35px;
	}
}

.account-item .account-image {
	position: relative;
	margin-bottom: 15px;
}

.account-item .account-image:before {
	content: '';
	position: relative;
	background-color: #77df92;
	width: 200px;
	height: 200px;
	margin: 0px auto;
	border-radius: 50%;
	display: block;
	z-index: 1;
}

.account-item .account-image figure {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: red;
	width: 162px;
	height: 144px;
	margin: 0px;
	padding: 0px;
	filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.25));
	transform-origin: top left;
	transform: rotate(-6deg) translate(-50%, -50%);
	z-index: 2;
}

.account-item .book {
	text-align: center;
}

.account-item .book + .book {
	margin-top: 85px;
}

.account-item .title {
	margin-bottom: 0px;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
}

@media(max-width:991px) {
	.account-item .title {
		font-size: 18px;
	}
}

@media(min-width:992px) {
	.account-item .title {
		font-size: 36px;
	}
}

.account-item p {}

@media(max-width:991px) {
	.account-item p {
		margin-bottom: 10px;
	}
}

@media(min-width:992px) {
	.account-item p {
		margin-bottom: 25px;
	}
}

.account-item .actions {
	max-width: 238px;
}

.account-item .book .actions {
	margin: 0px auto;
}

.account-item .actions .action-btn {
	display: block;
}

@media(max-width:991px) {
	.account-item .actions .action-btn {
		margin-bottom: 10px;
	}
}

@media(min-width:992px) {
	.account-item .actions .action-btn {
		margin-bottom: 15px;
	}
}

.account-item .order {
	display: grid;
}

@media(max-width:991px) {
	.account-item .order {
		grid-template-columns: 1fr;
		grid-template-areas: 'image' 'content';
		grid-gap: 18px;
	}
}

@media(min-width:992px) {
	.account-item .order {
		grid-template-columns: 200px auto;
		grid-template-areas: 'image content';
		grid-gap: 36px;
	}
}

.account-item .order .image {
	grid-area: image;
	align-self: start;
}

.account-item .order .content {
	grid-area: content;
}

.account-item .form,
.cart .form {
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas: 'fields';
	grid-gap: 10px;
}

.account-item .form + .form,
.cart .form + .form {}

@media(max-width:991px) {
	.account-item .form + .form,
	.cart .form + .form {
		margin-top: 10px;
	}
}

@media(min-width:992px) {
	.account-item .form + .form,
	.cart .form + .form {
		margin-top: 20px;
	}
}

.form.form-with-submit {
	display: grid;
	grid-template-areas: 'fields submit';
	grid-gap: 14px;
}

@media(max-width:991px) {
	.form.form-with-submit {
		grid-template-columns: auto 40px;
	}
}

@media(min-width:992px) {
	.form.form-with-submit {
		grid-template-columns: auto 45px;
	}
}

.form.form-with-graphic {}

@media(max-width:991px) {
	.form.form-with-graphic {
		grid-template-columns: auto 120px;
		grid-template-areas: 'fields graphic';
	}
}

@media(min-width:992px) {
	.form.form-with-graphic {
		min-height: 50px;
		grid-template-columns: auto 188px;
		grid-template-areas: 'fields graphic';
	}
}

.account-item .form input[type=text],
.account-item .form input[type=password],
.account-item .form input[type=email],
.account-item .form textarea {
	width: 100%;
	padding: 0px 12px;
	border: 1px solid #000;
	font-weight: 900;
}

@media(max-width:991px) {
	.account-item .form input[type=text],
	.account-item .form input[type=password],
	.account-item .form input[type=email],
	.account-item .form textarea {
		height: 25px;
		line-height: 23px;
		font-size: 12px;
	}
}

@media(min-width:992px) {
	.account-item .form input[type=text],
	.account-item .form input[type=password],
	.account-item .form input[type=email],
	.account-item .form textarea {
		height: 45px;
		line-height: 43px;
		font-size: 22px;
	}
}

.cart .form input[type=text],
.cart .form input[type=password],
.cart .form input[type=email] {
	width: 100%;
	height: 28px;
	padding: 0px 12px;
	border: 1px solid #000;
}

.account-item .form textarea {
	height: 200px;
	resize: none;
}

.account-item .form label {
	margin-bottom: 10px;
	display: block;
}

.account-item .form label.checkbox {
	position: relative;
	cursor: pointer;
}

@media(max-width:991px) {
	.account-item .form label.checkbox {
		padding: 10px 0px 10px 20px;
	}
}

@media(min-width:992px) {
	.account-item .form label.checkbox {
		padding: 10px 0px 10px 24px;
	}
}

.account-item .form label.checkbox a {
	color: #00ae98;
	text-decoration: none;
}

.account-item .form label.checkbox a:hover {
	text-decoration: underline;
}

.account-item .form label.checkbox input[type=checkbox],
.account-item .form label.checkbox input[type=radio] {
	position: absolute;
	left: 0px;
}

@media(max-width:991px) {
	.account-item .form label.checkbox input[type=checkbox],
	.account-item .form label.checkbox input[type=radio] {
		top: 11px;
	}
}

@media(min-width:992px) {
	.account-item .form label.checkbox input[type=checkbox],
	.account-item .form label.checkbox input[type=radio] {
		top: 14px;
	}
}

.account-item .form label.file-upload {
	position: relative;
	font-weight: 900;
	cursor: pointer;
}

@media(max-width:991px) {
	.account-item .form label.file-upload {
		font-size: 14px;
		text-align: center;
	}
}

@media(min-width:992px) {
	.account-item .form label.file-upload {
		padding-right: 260px;
		font-size: 20px;
	}
}

.account-item .form label.file-upload input[type=file] {
	display: none;
}

.account-item .form label.file-upload .action-btn {}

@media(max-width:991px) {
	.account-item .form label.file-upload .action-btn {}
}

@media(min-width:992px) {
	.account-item .form label.file-upload .action-btn {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	}
}

.account-item .form .field {
	position: relative;
}

@media(max-width:991px) {
	.account-item .form .field:not(:last-child) {
		margin-bottom: 10px;
	}
}

@media(min-width:992px) {
	.account-item .form .field:not(:last-child) {
		margin-bottom: 20px;
	}
}

.account-item .form .field.field-with-remove {
	padding-right: 45px;
}

.account-item .form .fields,
.cart .form .fields,
.form.form-with-submit .fields {
	grid-area: fields;
	align-self: center;
}

.account-item .form .field .error {
	color: #fd695c;
	padding-top: 5px;
	display: block;
	font-size: 14px;
}

.text-danger {
	color: #fd695c;
}

.account-item .form .submit,
.cart .form .submit,
.form.form-with-submit .submit {
	grid-area: submit;
	align-self: end;
}

.account-item .form .graphic,
.cart .form .graphic {
	grid-area: graphic;
	align-self: start;
	text-align: right;
}

.account-item .form .graphic img,
.cart .form .graphic img {
	max-width: 142px;
	width: 100%;
	height: 150px;
}

.account-item .columns {
	display: grid;
	grid-template-columns: 1fr;
}

@media(max-width:991px) {
	.account-item .columns {
		grid-gap: 10px;
	}
}

@media(min-width:992px) {
	.account-item .columns {
		grid-gap: 20px;
	}
}

.account-item .columns.columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.account-item .columns.columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.account-item .columns .span-2 {
	grid-column: span 2;
}

.account-item .form .files {
	background-color: #fff;
	max-width: 450px;
	padding: 8px;
	border: 1px solid #000;
	display: grid;
	grid-gap: 8px;
}

.account-item .form .files .file {
	display: grid;
	grid-template-columns: 18px 46px auto;
	grid-template-rows: 46px;
	grid-template-areas: 'delete icon text';
	grid-gap: 8px;
}

.account-item .form .files .file .delete {
	grid-area: delete;
	align-self: center;
}

.account-item .form .files .file .delete button {
	background-color: #fff;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: 2px solid #000;
	border-radius: 50%;
	display: block;
	text-align: center;
	font-size: 10px;
}

.account-item .form .files .file .icon {
	background-color: red;
	width: 46px;
	height: 46px;
	grid-area: icon;
	align-self: center;
}

.account-item .form .files .file .text {
	grid-area: text;
	align-self: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cart-grid {
	display: grid;
}

@media(max-width:991px) {
	.cart-grid {
		grid-template-columns: 1fr;
		grid-template-areas: 'left' 'right';
		grid-gap: 10px;
	}
}

@media(min-width:992px) {
	.cart-grid {
		grid-template-columns: auto 330px;
		grid-template-areas: 'left right';
		grid-gap: 30px;
	}
}

.cart-item {
	position: relative;
	filter: drop-shadow(8.63px 8.63px 9.86px rgba(0, 0, 0, 0.15));
}

@media(max-width:991px) {
	.cart-item {
		padding: 8px;
		border-radius: 5px;
	}
}

@media(min-width:992px) {
	.cart-item {
		padding: 16px;
		border-radius: 10px;
	}
}

.cart-item.cart-total {
	padding-bottom: 50px;
}

@media(max-width:991px) {
	.cart-item:not(:first-child) {
		margin-top: 10px;
	}

	.cart-item:last-child {
		margin-bottom: 15px;
	}
}

@media(min-width:992px) {
	.cart-item:not(:first-child) {
		margin-top: 30px;
	}

	.cart-item:last-child {
		margin-bottom: 75px;
	}
}


.cart-item.cart-product {
	background-color: #fff;
}

.cart-item.cart-shipping {
	background-color: #ffdc7b;
}

.cart-item.cart-total {
	background-color: #00ae98;
	color: #fff;
}

.cart-item .delete {
	position: absolute;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	border-radius: 50%;
	display: block;
}

@media(max-width:991px) {
	.cart-item .delete {
		top: -4px;
		right: -4px;
		width: 22px;
		height: 22px;
		line-height: 20px;
		border: 1px solid #000;
		font-size: 12px;
	}

	.cart-item .delete.delete-small {
		width: 12px;
		height: 12px;
		line-height: 10px;
		font-size: 8px;
	}
}

@media(min-width:992px) {
	.cart-item .delete {
		top: -6px;
		right: -6px;
		width: 28px;
		height: 28px;
		line-height: 24px;
		border: 2px solid #000;
		font-size: 14px;
	}

	.cart-item .delete.delete-small {
		width: 18px;
		height: 18px;
		line-height: 14px;
		font-size: 10px;
	}
}

.cart-item .delete:hover {
	background-color: #77df92;
}

.cart-item .cart-product-grid {
	display: grid;
}

@media(max-width:991px) {
	.cart-item .cart-product-grid {
		grid-template-rows: auto 1px auto;
		grid-template-columns: 1fr;
		grid-template-areas: 'image' 'separator' 'details';
		grid-gap: 8px;
	}

	.cart-item .cart-product-grid:before {
		content: '';
		background-color: #000;
		height: 1px;
		grid-area: separator;
		display: block;
	}
}

@media(min-width:992px) {
	.cart-item .cart-product-grid {
		grid-template-columns: 125px 1px auto;
		grid-template-areas: 'image separator details';
		grid-gap: 16px;
	}

	.cart-item .cart-product-grid:before {
		content: '';
		background-color: #000;
		width: 1px;
		grid-area: separator;
		display: block;
	}
}

.cart-item .cart-product-grid .image {
	position: relative;
	grid-area: image;
	align-self: start;
}

.cart-item .cart-product-grid .image:before {
	content: '';
	position: relative;
	background-color: #77df92;
	width: 125px;
	height: 125px;
	margin: 0px auto;
	border-radius: 50%;
	display: block;
	z-index: 1;
}

.cart-item .cart-product-grid .image figure {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: red;
	width: 104px;
	height: 92px;
	margin: 0px;
	padding: 0px;
	filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.25));
	transform-origin: top left;
	transform: rotate(-6deg) translate(-50%, -50%);
	z-index: 2;
}

.cart-item .cart-product-grid .details {
	position: relative;
	grid-area: details;
	align-self: start;
	display: grid;
	grid-template-columns: auto auto;
	grid-template-areas: 'title price-book' 'options options' 'price-options price-options' 'edit edit';
	grid-gap: 15px;
}

.cart-item .cart-product-grid .details .title {
	grid-area: title;
}

@media(max-width:991px) {
	.cart-item .cart-product-grid .details .title {
		align-self: center;
	}
}

@media(min-width:992px) {
	.cart-item .cart-product-grid .details .title {}
}

.cart-item .cart-product-grid .details .price-book {
	color: #00ae98;
	grid-area: price-book;
	text-align: right;
	font-family: 'Tahoma', sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.cart-item .cart-product-grid .details .options {
	grid-area: options;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

@media(max-width:991px) {
	.cart-item .cart-product-grid .details .options {
		grid-gap: 5px;
	}
}

@media(min-width:992px) {
	.cart-item .cart-product-grid .details .options {
		grid-gap: 10px;
	}
}

.cart-item .cart-product-grid .details .options .option {
	position: relative;
	background-color: #fff;
}

@media(max-width:991px) {
	.cart-item .cart-product-grid .details .options .option {
		padding: 2px 5px;
		border: 1px solid #000;
		border-radius: 5px;
	}
}

@media(min-width:992px) {
	.cart-item .cart-product-grid .details .options .option {
		padding: 0px 15px;
		border: 2px solid #000;
		border-radius: 10px;
	}
}

.cart-item .cart-product-grid .details .price-options {
	color: #00ae98;
	grid-area: price-options;
	text-align: right;
	font-family: 'Tahoma', sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.cart-item .cart-product-grid .details .edit {
	grid-area: edit;
	text-align: right;
}

.cart-item .cart-product-grid .details .edit img {
	display: inline-block;
	vertical-align: middle;
}

@media(max-width:991px) {
	.cart-item .cart-product-grid .details .edit img {
		width: 20px;
		height: 20px;
	}
}

@media(min-width:992px) {
	.cart-item .cart-product-grid .details .edit img {
		width: 46px;
		height: 46px;
	}
}

.cart-item .cart-shipping-grid {
	display: grid;
}

@media(max-width:991px) {
	.cart-item .cart-shipping-grid {
		grid-template-rows: auto 1px auto;
		grid-template-columns: 1fr;
		grid-template-areas: 'location' 'separator' 'fees';
		grid-gap: 8px;
	}

	.cart-item .cart-shipping-grid:before {
		content: '';
		background-color: #000;
		height: 1px;
		grid-area: separator;
		display: block;
	}
}

@media(min-width:992px) {
	.cart-item .cart-shipping-grid {
		grid-template-columns: 1fr 1px 1fr;
		grid-template-areas: 'location separator fees';
		grid-gap: 16px;
	}

	.cart-item .cart-shipping-grid:before {
		content: '';
		background-color: #000;
		width: 1px;
		grid-area: separator;
		display: block;
	}
}

.cart-item .cart-shipping-grid .location {
	grid-area: location;
}

.cart-item .cart-shipping-grid label.custom-select {
	position: relative;
	background-color: #fff;
	line-height: 22px;
	padding-right: 22px;
	border: 1px solid #000;
	display: block;
	cursor: pointer;
}

.cart-item .cart-shipping-grid label.custom-select:after {
	content: '\f078';
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #00ae98;
	color: #fff;
	width: 22px;
	height: 22px;
	line-height: 20px;
	border-left: 1px solid #000;
	display: block;
	text-align: center;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}

.cart-item .cart-shipping-grid label.custom-select:hover:after {
	background-color: #77df92;
}

.cart-item .cart-shipping-grid label:not(:first-child) {
	margin-top: 14px;
}

.cart-item .cart-shipping-grid label.custom-select select {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
}

.cart-item .cart-shipping-grid label.custom-select span {
	padding: 0px 6px;
	display: block;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cart-item .cart-shipping-grid label.custom-input,
.cart-item .cart-shipping-grid label.custom-textarea {
	position: relative;
	display: block;
}

.cart-item .cart-shipping-grid label.custom-input input,
.cart-item .cart-shipping-grid label.custom-textarea textarea {
	background-color: #fff;
	width: 100%;
	line-height: 22px;
	margin: 0;
	padding: 0 12px;
	border: 1px solid #000;
	display: block;
}

.cart-item .cart-shipping-grid label.custom-input input {
	height: 22px;
}

.cart-item .cart-shipping-grid label.custom-textarea textarea {
	min-height: 88px;
	max-height: 220px;
	height: 88px;
	resize: vertical;
}

.cart-item .error {
	color: #fd695c;
	padding: 5px 0;
	display: block;
	font-size: 12px;
}

.cart-item .cart-shipping-grid .fees {
	grid-area: fees;
}

.cart-item .cart-shipping-grid .fees .fee {
	line-height: 22px;
}

.cart-item .cart-shipping-grid .fees .fee:not(:first-child) {
	margin-top: 14px;
}

.cart-total .row {
	margin-bottom: 5px;
	display: grid;
	grid-template-columns: 2fr 1fr;
}

.cart-total .row.margin {
	margin-left: 30px;
}

.cart-total .row .thing {
	align-self: end;
	text-align: left;
}

.cart-total .total .thing {
	align-self: center;
}

.cart-total .row .value {
	text-align: right;
	font-family: 'Tahoma', sans-serif;
	font-weight: bold;
}

@media(max-width:991px) {
	.cart-total .total .value {
		font-size: 16px;
	}
}

@media(min-width:992px) {
	.cart-total .subtotal .value {
		font-size: 18px;
	}

	.cart-total .total .value {
		font-size: 18px;
	}
}

.cart-total .subtotal {
	border-bottom: 1px solid #fff;
}

@media(max-width:991px) {
	.cart-total .subtotal {
		margin-bottom: 5px;
	}
}

@media(min-width:992px) {
	.cart-total .subtotal {
		min-height: 168px;
		margin-bottom: 10px;
	}
}

.cart-total .total {
	font-weight: 900;
}

.cart-total .action {
	position: absolute;
	bottom: -11px;
}

@media(max-width:991px) {
	.cart-total .action {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media(min-width:992px) {
	.cart-total .action {
		right: 15px;
	}
}

.cart .form {
	padding-top: 26px;
	padding-bottom: 26px;
}

.login {
	margin-top: 40px;
}

.text-with-graphic {
	position: relative;
}

.text-with-graphic:before,
.text-with-graphic:after {
	content: '';
	display: table;
	clear: both;
}

.success-message {
	max-width: 330px;
	text-align: center;
}

@media(max-width:991px) {
	.success-message {
		margin: 10px auto;
		font-size: 18px;
	}
}

@media(min-width:992px) {
	.success-message {
		margin: 20px auto;
		font-size: 22px;
	}
}

.success-message p:last-child {
	margin: 0px;
}

.success-message small {}

@media(max-width:991px) {
	.success-message small {
		font-size: 12px;
	}
}

@media(min-width:992px) {
	.success-message small {
		font-size: 14px;
	}
}

.under-construction {
	text-align: center;
}

@media(max-width:991px) {
	.under-construction {
		font-size: 16px;
	}
}

@media(min-width:992px) {
	.under-construction {
		font-size: 22px;
	}
}

.under-construction .text {
	max-width: 420px;
	margin: 0px auto
}

.under-construction .text p {}

@media(max-width:991px) {
	.under-construction .text p {
		margin-bottom: 15px;
	}
}

@media(min-width:992px) {
	.under-construction .text p {
		margin-bottom: 26px;
	}
}

.under-construction .form {
	max-width: 455px;
	margin: 0px auto;
}

.patru-sute-patru {
	position: relative;
	margin-bottom: 15px;
	text-align: center;
}

.patru-sute-patru .text {}

@media(max-width:991px) {
	.patru-sute-patru .text {
		font-size: 16px;
	}
}

@media(min-width:992px) {
	.patru-sute-patru .text {
		position: absolute;
		top: 40px;
		right: 190px;
		width: 330px;
		font-size: 22px;
	}
}

.modal {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	z-index: 2019;
}

.modal .modal-window {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	width: 100%;
	max-width: 1000px;
	transform: translate(-50%, -50%);
}

@media(max-width:991px) {
	.modal .modal-window {
		height: 100%;
		padding: 15px;
		overflow: auto;
	}
}

@media(min-width:992px) {
	.modal .modal-window {
		padding: 25px;
	}
}

.modal .modal-content {}

@media(max-width:991px) {
	.modal .modal-content {
		padding: 15px;
		/*
		height: 100%;
		overflow: auto;
		*/
	}
}

@media(min-width:992px) {
	.modal .modal-content {}
}

.modal .modal-close {
	position: absolute;
	background-color: #fff;
	width: 24px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border-radius: 50%;
	display: block;
	font-size: 14px;
	z-index: 2;
}

@media(max-width:991px) {
	.modal .modal-close {
		top: 5px;
		right: 5px;
		border: 1px solid #000;
	}
}

@media(min-width:992px) {
	.modal .modal-close {
		top: -6px;
		right: -6px;
		border: 2px solid #000;
	}
}

.modal .modal-next {
	background-color: #302624;
	color: #fff;
	fill: #fff;
	padding: 0px;
	border: 0px;
	border-radius: 50%;
	display: block;
}

@media(max-width:991px) {
	.modal .modal-next {
		position: relative;
		width: 60px;
		height: 60px;
		margin: 0px auto;
	}
}

@media(min-width:992px) {
	.modal .modal-next {
		position: absolute;
		top: 50%;
		left: 100%;
		width: 106px;
		height: 106px;
		transform: translate(-50%, -50%);
	}
}

.modal .modal-next:before {
	content: '';
	position: absolute;
	top: 1px;
	background-color: #00AE98;
	display: block;
	border-radius: 50%;
	z-index: 1;
}

@media(max-width:991px) {
	.modal .modal-next:before {
		left: 2px;
		right: 2px;
		bottom: 3px;
	}
}

@media(min-width:992px) {
	.modal .modal-next:before {
		left: 3px;
		right: 3px;
		bottom: 5px;
	}
}

.modal .modal-next:hover:before {
	background-color: #77df92;
}

.modal .modal-next img,
.modal .modal-next svg {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.modal .action-with-graphic {
	display: grid;
	grid-template-areas: '. graphic button';
	grid-gap: 15px;
}

@media(max-width:991px) {
	.modal .action-with-graphic {
		grid-template-columns: auto 60px auto;
	}
}

@media(min-width:992px) {
	.modal .action-with-graphic {
		grid-template-columns: auto 132px auto;
	}
}

.modal .action-with-graphic .graphic {
	grid-area: graphic;
	align-self: start;
}

@media(max-width:991px) {
	.modal .action-with-graphic .graphic {}
}

@media(min-width:992px) {
	.modal .action-with-graphic .graphic {
		margin-bottom: 34px;
	}
}

.modal .action-with-graphic .graphic img {
	display: block;
}

@media(max-width:991px) {
	.modal .action-with-graphic .graphic img {
		width: 100%;
		height: auto;
	}
}

@media(min-width:992px) {
	.modal .action-with-graphic .graphic img {
		width: 132px;
		height: 132px;
	}
}

.modal .action-with-graphic .button {
	grid-area: button;
	align-self: start;
}

.modal .columns {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 15px;
}

@media(max-width:991px) {
	.modal .columns {
		grid-template-rows: auto;
	}
}

@media(min-width:992px) {
	.modal .columns.columns-2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.modal .columns.columns-3 {
		grid-template-columns: repeat(3, 1fr);
	}
}

.modal h1 {}

@media(max-width:991px) {
	.modal h1 + p {
		margin-bottom: 15px;
	}
}

@media(min-width:992px) {
	.modal h1 + p {
		margin-bottom: 45px;
	}
}

.modal2 {
	position: fixed;
	height: auto;
	z-index: 2019;
}

@media(max-width:991px) {
	.modal2 {
		right: 10px;
		bottom: 10px;
		width: calc(100% - 20px);
	}
}

@media(min-width:992px) {
	.modal2 {
		right: 40px;
		bottom: 40px;
		width: 340px;
	}
}

.modal2 .modal-window {
	position: relative;
	background-color: #fff;
	width: 100%;
	border: 2px solid #000;
	border-radius: 10px;
}

@media(max-width:991px) {
	.modal2 .modal-window {
		height: 100%;
		padding: 10px;
		overflow: auto;
	}
}

@media(min-width:992px) {
	.modal2 .modal-window {
		padding: 25px;
	}
}

.modal2 .modal-content {}

@media(max-width:991px) {
	.modal2 .modal-content {
		padding: 15px;
	}
}

@media(min-width:992px) {
	.modal2 .modal-content {}
}

.modal2 .modal-close {
	position: absolute;
	background-color: #fff;
	width: 24px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border-radius: 50%;
	display: block;
	font-size: 14px;
	z-index: 2;
}

@media(max-width:991px) {
	.modal2 .modal-close {
		top: 5px;
		right: 5px;
		border: 1px solid #000;
	}
}

@media(min-width:992px) {
	.modal2 .modal-close {
		top: -6px;
		right: -6px;
		border: 2px solid #000;
	}
}

.modal2 .ok-btn {
	background-color: #00ae94;
	color: #fff;
	width: 120px;
	height: 45px;
	border: 0;
	border-radius: 10px;
}

.evenimente-content {
	width: 100%;
}

.evenimente-wrapper {
	margin-bottom: 15px;
}

@media(max-width:991px) {
	.evenimente-wrapper {
		max-width: calc(100vw - 40px);
		margin-left: auto;
		margin-right: auto;
		overflow: auto;
	}
}

@media(min-width:992px) {
	.evenimente-wrapper {}
}

.evenimente {
	display: grid;
	text-align: center;
}

@media(max-width:991px) {
	.evenimente {
		width: 1310px;
		grid-template-columns: repeat(12, 200px);
		grid-gap: 10px;
	}
}

@media(min-width:992px) {
	.evenimente {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
	}
}

.evenimente table {
	width: 100%;
}

.evenimente table th {
	font-weight: bold;
}

.evenimente table td {
	padding: 2px;
}

.evenimente .event {
	position: relative;
	background-color: #fd695c;
	color: #fff;
}

.evenimente a {
	color: inherit;
	text-decoration: none;
}

.evenimente .event p {
	position: absolute;
	top: 100%;
	left: 50%;
	background-color: #00ae98;
	color: #fff;
	width: 100px;
	margin: 0;
	padding: 5px 10px;
	display: none;
	font-size: 12px;
	transform: translateX(-50%);
}

.evenimente .event:hover p {
	display: block;
}

.add_extra_field {
	background-color: transparent;
	color: #000;
	height: 40px;
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
	display: block;
}

.remove_extra_field {
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	color: #fd695c;
	width: 45px;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 20px;
	font-weight: bold;
}

footer {
	position: relative;
	background-color: #08827c;
	color: #fff;
}

@media(max-width:991px) {
	footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media(min-width:992px) {
	footer {
		padding-top: 36px;
		padding-bottom: 42px;
	}
}

footer:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 100%;
	background: url(../images/footer-top.svg) center bottom repeat-x;
	width: 100%;
	display: block;
}

@media(max-width:991px) {
	footer:before {
		background-size: 14px 2px;
		height: 2px;
	}
}

@media(min-width:992px) {
	footer:before {
		background-size: 40px 6px;
		height: 6px;
	}
}

footer .container {
	display: grid;
}

@media(max-width:991px) {
	footer .container {
		grid-template-columns: auto auto;
		grid-template-areas: 'links social';
		grid-gap: 10px;
	}
}

@media(min-width:992px) {
	footer .container {
		grid-template-columns: min-content auto 34px;
		grid-template-areas: 'links text social';
		grid-gap: 120px;
	}
}

footer .container .links {
	grid-area: links;
	align-self: start;
}

footer .container .links a {
	color: inherit;
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

footer .container .links a:hover {
	text-decoration: underline;
}

footer .container .text {
	grid-area: text;
}

@media(max-width:991px) {
	footer .container .text {
		align-self: center;
	}
}

@media(min-width:992px) {
	footer .container .text {
		align-self: start;
	}
}

footer .container .social {
	grid-area: social;
}

@media(max-width:991px) {
	footer .container .social {
		align-self: center;
		text-align: right;
	}
}

@media(min-width:992px) {
	footer .container .social {
		align-self: start;
	}
}

footer .container .social a {
	width: 34px;
	height: 34px;
}

@media(max-width:991px) {
	footer .container .social a {
		display: inline-block;
	}
}

@media(min-width:992px) {
	footer .container .social a {
		display: block;
	}
}

footer .container .social a img {
	width: 100%;
	height: 100%;
	display: block;
}

.cu-buton-aliniat {
	position: relative;
}

@media(max-width:991px) {
	.cu-buton-aliniat {}
}

@media(min-width:992px) {
	.cu-buton-aliniat {
		padding-bottom: 60px;
	}
}

.cu-buton-aliniat .butonul-aliniat {}

@media(max-width:991px) {
	.cu-buton-aliniat .butonul-aliniat {}
}

@media(min-width:992px) {
	.cu-buton-aliniat .butonul-aliniat {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
}

/* Mobile + Tablet */
@media(max-width: 991px) {
	.hidden-mobile {display: none!important;}
	.mobile-right {text-align: right;}
	.mobile-left {text-align: left;}
	.mobile-center {text-align: center;}
}

/* Mobile + Tablet on LANDSCAPE */
@media screen and (max-width: 991px) and (orientation: landscape){
	.hidden-landscape {display: none;}
}
 
/* Laptop + Desktop */
@media(min-width: 992px) {
	.hidden-desktop {display: none!important;}
	.desktop-right {text-align: right;}
	.desktop-left {text-align: left;}
	.desktop-center {text-align: center;}
}