/*------------------------
Author       : Dreambuzz
Template Name: Treaser - Book landing template
Author URI : https://themeturn.com/
Description: Treaser,creative,author,book,ebook,marketing,digital, agency, startup,onepage, clean, modern,business, company
Version      : 1.1
-------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Common
2. Typography
3. Navigation / #navbar
4. Banner
5. About
6. Chapter
7. Testimonials
8. Author
9. Contact
10. Footer / #footer
-------------------------------------------------------------------*/



@import url('https://fonts.googleapis.com/css2?family=Muli:wght@400;800&family=Roboto+Slab:wght@600;700;800&display=swap');

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-x: hidden;
}

body {
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	text-align: left;
	background-color: #F7F7F7;
	font-weight: 400;
	color: #464e63;
	display: flex;
	flex-direction: column;
}

body,
html {
	width: 100%;
	height: 100%;
	min-height: 100vh;
}

/*--------------------
TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 800;
	line-height: 1.35;
	margin-bottom: .5rem;
	color: #263b5e;
}

.h1,
h1 {
	font-size: 2.125rem;
	line-height: 40px;
}

.h2,
h2 {
	font-size: 32px;
}

.h3,
h3 {
	font-size: 28px;
}

.h4,
h4 {
	font-size: 22px;
}

.h5,
h5 {
	font-size: 18px;
}

.h6,
h6 {
	font-size: 16px;
}

.text-sm {
	font-size: 14px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #263b5e;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #F9C200;
}

.section-heading h2 {
	color: #263b5e;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 1.7rem;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.main-banner-content h1.page-title {
	font-size: 55px;
	line-height: 65px;
}

.screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/*--------------------
Common Styles
-----------------*/
.section-heading {
	margin-bottom: 80px;
}

.section {
	position: relative;
	padding: 50px 0;
}


.section-top {
	padding-top: 8.125rem;
}

.section-bottom {
	padding-bottom: 8.125rem;
}


.bg-grey {
	background: #F4F7FC;
}

.text-color {
	color: #4054B2;
}


ul li {
	list-style: none;
}

.form-control {
	border: 1px solid rgba(0, 0, 0, 0.04);
	background: #F4F7FC;
	height: 60px;
	border-radius: 5px;
}

.text-black {
	color: #222;
}

/* Wordpress */

.wp-block-image img {
	height: auto;
}

.wp-block-separator {
	margin-top: 40px;
	margin-bottom: 40px;
	display: block;
}

.book-lang {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	clear: both;
	margin-bottom: 40px;
}

.book-lang li {
	float: left;
	margin-right: 15px;
	width: 40px;
}

.book-lang li img {
	width: 100%;
}

.lang-box {
	float: left;
	width: 250px;
}

.lang-box img {
	width: 35px !important;
	height: auto;
}

#menu-flaggor {
	margin: 0;
	padding: 0;
	width: auto;
	padding-top: 5px;
}

#menu-flaggor li {
	float: left;
	margin-right: 20px;
}

#menu-flaggor li:last-child {
	margin-right: 0;
}

.lang-text {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
	padding-top: 7px;
	font-weight: bold;
	color: #fff;
}

.template-book-title {
	margin-bottom: 0;
	width: 80%;
	display: inline-block;
}

.book-order-btn,
.contact-btn {
	display: inline-block;
	border: 1px solid rgba(0, 23, 62, .9);
	text-decoration: none !important;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 30px;
	font-weight: bold;
	vertical-align: top;
}

.rating-stars {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.rating-stars .star {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
}
.rating-stars .star::before {
	content: "\2605";
	font-size: 1.5rem;
	color: #f1c40f;
}
.rating-stars .full-star::before {
	content: "\2605";
	font-size: 1.5rem;
	color: #f1c40f;
}
.rating-stars .empty-star::before {
	content: "\2606";
	font-size: 1.5rem;
	color: #f1c40f;
}

.page-template-template-book-eng .menu-meny-container ul li,
.page-template-template-book-pol .menu-meny-container ul li,
.page-template-template-book-ger .menu-meny-container ul li {
	display: none;
}

.page-template-template-book-eng .menu-meny-container ul li:first-child,
.page-template-template-book-pol .menu-meny-container ul li:first-child,
.page-template-template-book-ger .menu-meny-container ul li:first-child {
	display: block;
}


.wpforms-field-container textarea {
	max-width: 666px;
}

/*-------------------
	BUTTONS STYLE
----------------=----*/
.btn {
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	padding: 16px 30px 16px 30px;
	border-radius: 45px;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid transparent;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	transition: all 0.3s ease-in-out !important;
}

.btn:focus {
	box-shadow: none !important;
}

.btn-main {
	border-color: #4054B2;
	color: #fff;
	background: #4054B2;
}

.btn-main:hover {
	background: #F9C200;
	color: #fff;
	border-color: #F9C200;
}

.btn-main-2 {
	background: #F9C200;
	color: #333;
	border-color: #F9C200;
}

.btn-main-2:hover {
	background: #4054B2;
	color: #fff;
	border-color: #4054B2;
}

.btn-white {
	background: #fff !important;
	color: #333;
	border-color: #fff;
}

.btn-white:hover {
	background: #4054B2 !important;
	color: #fff;
	border-color: #4054B2;
}

.btn-border {
	background: transparent;
	color: #333;
	border-color: #ddd;
}

.btn-border:hover {
	background: #4054B2;
	color: #fff;
	border-color: #4054B2;
}


.btn-small {
	padding: 12px 22px;
	font-size: 13px;
}

/*------------------------
BACKGROUND
----------------------------*/
a {
	color: #222;
	transition: all 0.3s ease-in-out;
}

.banner-main-3 a,
.banner-main-3 a:hover {
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #F9C200;
}

.border-top {
	border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}


.text-sm {
	font-size: 14px;
	color: #F9C200;
}

.bg-gray {
	background: #f5f5f5;
}


.lead {
	line-height: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

/*-------------------
	HEADER
----------------------*/
.header-top {
	background: rgba(0, 23, 62, .9);
	font-size: 13px;
}

.header-contact a,
.header-contact span {
	color: #fff;
	margin-right: 25px;
	opacity: .9;
	font-weight: 600;
	letter-spacing: .2px;
}

.header-contact a i,
.header-contact span i {
	margin-right: 6px;
	opacity: .4;
}

.header-mobile-links {
	display: none !important;
	float: right;
}

@media screen and (max-width: 991px) {
	.header-mobile-links {
		display: inline-block !important;
	}
}

.header-mobile-links a {
	color: #fff;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	opacity: .9;
	border-radius: 0;
	font-weight: 600;
	letter-spacing: .2px;
}

.header-mobile-links a:hover,
.header-mobile-links a:focus {
	background: none;
	border: none !important;
}

.header-socials {
	float: right;
}

.header-socials ul li {
	float: left;
}

.header-socials ul li a {
	color: #fff;
	width: 40px;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	background: rgba(255, 255, 255, .05);
	margin-left: 5px;
}

.header-socials ul li a:hover,
.header-socials ul li a:focus {
	background: #fff;
	color: rgb(54, 54, 54);
	outline: none;
}

/* Custom Menu */

.site-navigation {
	margin-top: -5px;
	float: left;
}

.site-navigation li {
	float: left;
	position: relative;
	margin-right: 10px;
}

.site-navigation li.menu-item-cart {
	margin-left: 20px;
}

.site-navigation li.menu-item-cart a {
	border: 1px solid #4054B2;
}

.site-navigation li.menu-item-cart a:focus {
	outline: none;
	border: 3px solid #4054B2;
}

.site-navigation ul.menu {
	padding-left: 10px;
}

.site-navigation a {
	color: #263b5e;
	font-weight: 700;
	font-size: 16px;
	padding: 8px 13px !important;
}

@media screen and (max-width: 1242px) and (min-width: 992px) {
	.site-navigation .menu-item a {
		padding: 8px 7px !important;
	}
}

.site-navigation ul.menu li.menu-item-has-children a {
	padding-right: 5px !important;
}

.site-navigation .menu-item-has-children {
	margin-right: 20px;
}

.site-navigation ul.menu li.menu-item-has-children:after {
	display: block;
	content: "\25BE";
	font-size: 1em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #666;
	position: absolute;
	top: 0;
	right: -10px;
}

.site-navigation ul.menu li ul {
	display: none;
}

.site-navigation a:hover {
	color: #000;
}

.site-navigation ul.menu li.menu-item-has-children:after {
	color: #000;
}

.site-navigation ul.menu li.menu-item-has-children a {
	padding-right: 5px;
}

.site-navigation ul.menu li ul {
	left: 15px;
	min-width: 200px;
}

.site-navigation .sub-menu a {
	color: #333;
	font-size: 13px;
	display: block;
	width: 100%;
	padding: 15px !important;
	text-decoration: none;
	font-weight: 600;
}

.site-navigation .sub-menu a:hover {
	background: #eee;
}

.sub-menu {
	position: absolute;
	z-index: 99;
	left: 0px;
	min-width: 200px;
	background: white;
	padding: 0;
	top: 30px;
	width: 250px;
}

.sub-menu ul {
	left: 0;
}

.sub-menu li,
.sub-menu ul li a {
	float: none;
	width: 100%;
	display: block;
}

.site-navigation .sub-menu a {
	padding: 0;
}

.menu-item-has-children:hover .sub-menu {
	display: block;
}

.menu-image-title-after.menu-image-title {
	padding-left: 0 !important;
}

@media screen and (max-width: 991px) {
	.navbar-collapse.show nav .site-navigation {
		border-top: 1px solid #eee;
	}

	.site-navigation {
		float: none;
		padding-top: 25px;
	}

	.site-navigation li a {
		display: block;
	}

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

	.site-navigation li {
		float: none;
		margin-bottom: 20px;
	}

	.site-navigation .menu li.menu-item-cart {
		margin-left: 0;
	}

	.sub-menu {
		position: relative;
		background: #eee;
		margin-bottom: 50px;
		width: 100%;
		padding-bottom: 20px;
		padding-top: 20px;
		padding-left: 20px;
	}

	.menu-item-has-children:hover .sub-menu {
		display: none;
	}

	.site-navigation ul.menu li.menu-item-has-children:after {
		top: 9px;
		left: 25%;
	}

}



/*-------------------
	MENU
----------------------*/
.main-navigation {
	padding: 10px 0px;
}

@media screen and (min-width: 992px) {
	.main-navigation > div {
		display: flex;
		justify-content: center;
		padding: 0px 25px;
	}
}

.navbar-nav .nav-link {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
	font-weight: 700;
	color: #051441 !important;
	text-transform: capitalize;
}

.navbar {
	position: relative;
	padding: 1rem 0px;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	content: "";
	vertical-align: middle;
	background: no-repeat 50%;
	background-size: 100% 100%;
}

.nav-item.dropdown .dropdown-menu {
	transition: all 300ms ease;
	display: block;
	visibility: hidden;
	opacity: 0;
	top: 120%;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	border: 0px;
	padding: 0px;
	position: absolute;
}

.nav-item.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}


.main-nav-3 {
	background: #fff;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

.main-nav-3 .navbar-nav .nav-link:focus {
	color: #F9C200 !important;
}


.menu_fixed {
	position: relative;
	z-index: inherit;
	width: 100%;
	background-color: #fff;
	box-shadow: inherit;
	top: inherit;
}

/*-------------------
	DROPDOWN MENU
----------------------*/
.dropdown-menu {
	opacity: 0;
}

.dropdown-menu.show {
	-webkit-animation: .2s forwards b;
	animation: .2s forwards b;
}

@-webkit-keyframes b {
	to {
		opacity: 1;
	}
}

@keyframes b {
	to {
		opacity: 1;
	}
}

.dropdown-item {
	font-size: .6875rem;
	font-weight: 500;
	padding-top: .5rem;
	padding-bottom: .5rem;
	transition: background-color .1s;
	text-transform: uppercase;
}

.dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #F9C200;
}

.header-white {
	background: #fff;
	transition: .0s all ease;
}


.navbar-collapse.collapse.show {
	background: #fff;
}


/*----------------------
BANNER STYLE
-----------------------*/
.py-7 {
	padding: 7.5rem 0;
}

/*
Main Banner 3

*/

.subtitle {
	color: #4054B2;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2.6px;
	font-weight: 600;
}


.banner-main-3 {
	background: #F7F7F7;
	padding: 50px 0px 50px 0px;
}

.main-banner-content h1 {
	font-size: 68px;
	line-height: 78px;
	margin: 0px 0px 20px;
}


.main-banner-content p {
	font-size: 20px;
}

.btn-container {
	margin-top: 35px;
}


/*  Feature home 3 section */

.heading {
	margin-bottom: 50px;
}

.heading span {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 600;
	font-size: 13px;
}

.heading h2 {
	font-size: 40px;
	margin: 10px 0px;
}

.features {
	padding-top: 100px;
	padding-bottom: 70px;
}

.feature-item {
	position: relative;
	padding-left: 60px;
}

.feature-icon {
	position: absolute;
	left: 0px;
	font-size: 35px;
}

.feature-icon i {
	color: #4054B2;
}

/*  CTA -3 */
.cta-3 {
	padding-top: 70px
}

.cta-wrapper {
	position: relative;
	background: #4054B2;
	background: url("../images/about/cta-bg.jpg") fixed 50% 50%;
	background-size: cover;
	border-radius: 15px;
	padding: 80px 40px 90px 40px;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.cta-wrapper:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #4054B2;
	opacity: .95;
	border-radius: 15px;
}


.cta-3 .cta-content span {
	color: rgba(255, 255, 255, 0.47);
	font-size: 18px;
}

.cta-3 .cta-content h2 {
	color: #fff;
	font-size: 48px;
	margin: 20px 0px 30px;
}

.cta-3 .cta-content .btn:hover {
	border-color: #fff;
}

.cta-3 .cta-content .btn:hover i {
	color: #F9C200;
}


/* Infobox Block */
.swekaz-infobox {
	background-color: #13864D;
	width: 100%;
}

.swekaz-infobox p {
	font-size: 1.125em !important;
	color: #fff;
	text-align: center;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
}

/*  About Section */
.author {
	position: relative;
}

.author .heading {
	margin-bottom: 30px;
}

.author .heading .follow {
	margin-top: 15px;
}

.about-img {
	position: relative;
	padding: 20px;
}

.about-img::before {
	position: absolute;
	content: "";
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border: 2px solid #263b5e;
	z-index: -1;
}

.about-img img {
	max-width: 100%;
}

.follow a {
	color: #999;
	margin: 0px 2px;
	font-size: 14px;
}

.featured-client img {
	margin: 0px 15px;
}


/*  Chapter Section */
.chapter-item {
	margin-bottom: 30px;
	border: 1px solid #eee;
	padding: 30px 40px 25px;
	background: #eee;
	border-radius: 5px;
}

.chapter-item h4 {
	text-transform: capitalize;
	font-size: 18px;
}

.chapter-item i {
	font-size: 20px;
}

.book-preview {
	display: inline-block;
	max-width: 400px;
	width: 100%;
	position: relative;
}

.book-preview .background-device {
	width: 100%;
	position: absolute;
}

/*  Book Info  */
.book-info ul li {
	padding: 8px 30px;
	margin-bottom: 5px;
	font-weight: 700;
}

.book-info ul li i {
	color: #F9C200;
}

.book-item {
	position: relative;
}

.book-item:hover .hover-item {
	opacity: 1;
	visibility: visible;
}

.book-item .hover-item {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	left: 0px;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all .35s ease;
}

.book-item .hover-item i {
	width: 60px;
	height: 60px;
	background: #fff;
	color: #222;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	padding-top: 20px;
	transition: all .35s ease;
}

.book-item .hover-item i:hover {
	background: #F9C200;
	color: #fff;
}


/*  Counter-3 */


.counter-3 {
	position: relative;
	background: #4054B2;
	background: url("../images/about/counter-bg.jpg") fixed 50% 50%;
	background-size: cover;
	padding: 100px 40px 90px 40px;
}

.counter-3:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #4054B2;
	opacity: .95;
}

.counter-3 .counter-item {
	text-align: center;
}

.counter-3 .counter-item h2 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 0px;
	font-family: "Muli", sans-serif;
	margin: 12px 0px 0px;
}

.counter-3 .counter-item p {
	color: #fff;
}

.counter-3 .counter-item i {
	color: #fff;
	font-size: 60px;
}


/*------------------------------------
SECTION TESTIMONIAL
-------------------------------------*/

.reviews {
	padding-bottom: 150px;
}

.testimonial {
	position: relative;
	background: #F4F7FC;
}

.testimonial-item-content {
	text-align: center;
	transition: all .7s ease;
	position: relative;
	padding: 40px 30px;
}

.testimonial-item-content:hover {
	cursor: pointer;
}

.test-author-thumb img {
	margin: 0 auto;
	width: 80px;
	height: 80px;
	border-radius: 100%;
}

.rating a {
	color: #F9C200;
}

.testimonial2 p {
	font-size: 20px;
	color: #000;
	line-height: 38px;
}

.testimonial2 .author {
	text-align: center;
}

.testimonial2 .author img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto;
}

.testimonial2 .author .author-info {
	margin-top: 20px;
}

.testimonial2 .author h4 {
	font-size: 18px;
	margin-bottom: 0;
}

.testimonial2 .author p {
	font-size: 14px;
}

/*---------------------------
CSubscribe Section
-----------------------------*/

.bg-main {
	background: #4054B2;
	padding: 60px 50px 50px;
	border-radius: 10px;
}

.cta-home {
	margin-top: -90px;
	z-index: 1;
	position: relative;
	border-radius: 15px;
}

.cta-home h2 {
	color: #fff;
}

.cta-home p {
	color: rgba(255, 255, 255, .7)
}

.subscribe-form .btn:hover {
	background: #fff;
	color: #333;
}

.subscribe-form .form-control {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: transparent;
}

.subscribe-form ::placeholder {
	color: #fff;
}

.subscribe-form ::-moz-placeholder {
	color: #fff;
}

.subscribe-form ::-o-placeholder {
	color: #fff;
}

/*---------------------------
CONTACT PAGE
-----------------------------*/
.contact-info-block h4 {
	margin-bottom: 0px;
}

.contact-info-block i {
	font-size: 40px;
	margin-bottom: 20px;
	display: block;
}

.contact-form .form-control {
	border: 1px solid rgba(0, 0, 0, 0.04);
	background: #F4F7FC;
	height: 60px;
	padding-left: 30px;
	border-radius: 50px;
}

.contact-form textarea.form-control {
	border-radius: 15px;
	padding-top: 20px;
	height: auto;
}


.form-control:focus,
.form-control:hover {
	box-shadow: none;
}

/*----------------------
FOOTER
-----------------------*/
.footer {
	background: rgba(0, 23, 62, .97);
	margin-top: auto;
}

.footer p {
	color: #fff;
	opacity: .79;
}

.footer-widget,
.footer-about {
	padding: 80px 50px 60px 0px;
}

.right-border {
	border-right: 1px solid rgba(255, 255, 255, .04);
}

.footer-widget ul {
	margin-bottom: 0px;
}

.footer-widget ul li,
.footer-widget div {
	padding: 6px 0px;
}

.footer-widget ul li a {
	color: #fff;
	opacity: .79;
	text-transform: capitalize;
	display: inline-block;
}

.footer-about h4,
.contact-item h5,
.footer-widget h5 {
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-family: "Muli", sans-serif;
}


.footer-socials a {
	margin-right: 10px;
}

.footer-copy {
	font-size: 16px;
}

.current-year {
	color: #F9C200 !important;
}


.footer-btm {
	text-align: center;
	background: rgba(0, 23, 62, .97);
	padding: 20px 0px;
	border-top: 1px solid rgba(255, 255, 255, .04);
}


.footer-links a {
	background: rgba(0, 23, 62, .97);
	padding: 13px 20px;
	border-radius: 5px;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, .8);
}

.footer-links a:hover {
	background: #F9C200;
	color: #222;
}

.footer a {
	color: #fff;
	text-decoration: underline;
}

/*-----------------------------
SCROLL TO TOP
--------------------------------*/
.scroll-to-top {
	position: fixed;
	content: "";
	right: 30px;
	bottom: 50px;
	z-index: 999;
	background: #F9C200;
	color: #fff !important;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
}


.scroll-to-top i {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 60px;
	display: block;
	box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.scroll-to-top:hover,
.scroll-to-top:focus {
	text-decoration: none;
}

.scroll-to-top.reveal {
	opacity: 1;
	visibility: visible;
}

/* Mobile */

@media screen and (max-width: 991px) {
	.header-top {
		display: block;
	}

	.main-banner-content h1 {
		font-size: 45px;
		line-height: 55px;
	}

	.main-banner-content h1.page-title {
		font-size: 40px;
		line-height: 50px;
	}
}

@media screen and (max-width: 768px) {
	.header-socials {
		display: none;
	}

	.lang-box {
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.lang-text {
		padding-top: 6px;
	}

	.book-order-btn,
	.contact-btn {
		display: inline-block;
		float: none;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.banner-main-3 {
		padding-top: 15px;
	}
}

/*--------------------
	WooCommerce
----------------------*/

.front-page-product-image {
	position: relative;
}
.front-page-product-image img {
	width: 362px !important;
	height: 516px !important;
}
.front-page-product-image .product-review {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #00173ef7;
	color: #fff;
	padding: 0.5rem;
	font-size: 1.5rem;
	font-weight: bold;
}
.front-page-product-image .product-review a {
	color: #fff;
	text-decoration: none;
}
.front-page-product-image .product-review a:hover {
	color: #fff;
	text-decoration: underline;
}

div.type-product {
	margin: 20px auto;
	width: 70%;
}

.woocommerce .content-area {
	margin-left: auto;
	margin-right: auto;
}

.woocommerce p {
	font-size: 14px;
}

.product-archive-page .book-products .book-product {
	max-width: 300px;
}

.product-archive-page .book-products .book-product .card-img-top {
	max-width: 300px;
	width: 100%;
	max-height: 437px;
	aspect-ratio: 300/437;
}

.product-archive-page .book-products .book-product .card-img-top img {
	width: 100%;
	height: auto;
}

.product-archive-page .book-products .book-product .card-title {
	margin-bottom: 0;
}

.product-archive-page .book-products .book-product .author {
	font-size: 12px;
}

.product-archive-page .book-products .book-product .card-text {
	margin-bottom: 5px;
}

.product-archive-page .book-products .book-product a:hover,
.product-archive-page .book-products .book-product a:hover .author {
	color: #4054B2;
}

.product-archive-page p.big-order {
	font-size: 16px !important;
}

.product-archive-page p.big-order a {
	text-decoration: underline;
}

.woocommerce-notices-wrapper {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-product-gallery {
	float: left;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	float: right;
	width: 100% !important;
	max-width: 350px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.woocommerce .product .price {
	margin-bottom: 0;
}

.woocommerce .product .price-eur {
	font-size: 14px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: #e9e9e9;
}

.woocommerce .button {
	background-color: rgba(2, 50, 133, 0.9) !important;
	color: #fff !important;
	border-color: #4054B2 !important;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 160px;
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
	float: left;
}

.woocommerce .checkout_coupon.woocommerce-form-coupon .input-text,
.woocommerce .checkout_coupon.woocommerce-form-coupon button {
	height: 30px;
	font-size: 14px;
}

.woocommerce .woocommerce-Input--text {
	height: 35px;
	font-size: 14px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	max-width: none;
}

.woocommerce .form-row {
	display: block;
}

.woocommerce .woocommerce-billing-fields input[type="text"],
.woocommerce .woocommerce-billing-fields input[type="email"],
.woocommerce .woocommerce-billing-fields input[type="tel"] {
	font-size: 14px;
	width: 100%;
	outline-style: none;
	padding: 10px;
	letter-spacing: normal;
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: inline;
	box-sizing: border-box;
}

.woocommerce .woocommerce-billing-fields .select2 {
	font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #5868b2;
	color: #fff;
}

.woocommerce label {
	font-size: 14px;
	margin-bottom: 0;
}

.woocommerce .woocommerce-billing-fields label {
	font-weight: 600;
}

.woocommerce .woocommerce-terms-and-conditions-wrapper p {
	font-size: 15px;
}

/* Mobile */
@media screen and (max-width: 780px) {
	div.type-product {
		width: 90%;
	}

	.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
		width: 100% !important;
		float: none !important;
	}
}

/*--------------------
	Swekaz Reviews
----------------------*/
.swekaz-reviews {
	padding: 0;
}

.swekaz-reviews .review-item {
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.swekaz-reviews .review-item .review-header {
	display: flex;
	justify-content: space-between;
	align-items: self-start;
	margin-bottom: 15px;
}

.swekaz-reviews .review-item .review-header .rating-author {
	font-size: 1.1rem;
	font-weight: 600;
}

.swekaz-reviews .review-item .review-header .rating-stars .full-star::before,
.swekaz-reviews .review-item .review-header .rating-stars .empty-star::before {
	font-size: 1.3rem;
	color: #686868;
}

.swekaz-reviews .review-item .review-content {
	margin-bottom: 15px;
}

#swekaz-review-form .error-message {
	padding: 10px;
	border-radius: 5px;
	background: #fffbfb;
	border: 2px solid #ff0000;
	margin: 20px 0;
}

#swekaz-review-form .error-message p {
	margin: 0;
	font-size: 1.1em;
}

#swekaz-review-form .form-group {
	margin-bottom: 20px;
}

#swekaz-review-form .form-group label {
	font-weight: 600;
	display: block;
}

#swekaz-review-form .form-group p.description {
	font-size: 14px;
	margin-top: 0;
}

#swekaz-review-form .form-group input,
#swekaz-review-form .form-group textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

#swekaz-review-form .form-group .rating-stars {
	display: flex;
	flex-direction: row-reverse;
	justify-content: start;
}

#swekaz-review-form .form-group .rating-stars .star {
	position: relative;
	text-indent: -9999px;
}

#swekaz-review-form .form-group .rating-stars .star::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	color: #686868;
}

#swekaz-review-form .form-group .rating-stars .star:hover::before,
#swekaz-review-form .form-group .rating-stars .star:hover ~ .star::before {
	content: "\2605";
	color: #f1c40f;
}

#swekaz-review-form input[type="submit"] {
	background: #e9e6ed;
	color: #333;
	border: 1px solid #e9e6ed;
	padding: 10px 20px;
	font-weight: 600;
}

/*--------------------
	Accessibility
----------------------*/
a:focus {
	outline: 2px solid #4054B2;
	outline-offset: 2px;
}

header a:focus,
footer a:focus {
	outline: 2px solid #fff;
	outline-offset: 5px;
}