/*!
Theme Name: Sugihara
Theme URI: http://underscores.me/
Author: KiroTech
Author URI: https://kiro.tech/
Description: Sugihara custom Wordpress theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sugihara
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sugihara is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');

/* Light (300) */
@font-face {
	font-family: 'Eklips';
	src: url('/wp-content/themes/sugihara/font/1d8e73ab030ea1d82ae65afe26c9dc82.eot');
	src: url('/wp-content/themes/sugihara/font/1d8e73ab030ea1d82ae65afe26c9dc82.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/sugihara/font/1d8e73ab030ea1d82ae65afe26c9dc82.woff2') format('woff2'),
	url('/wp-content/themes/sugihara/font/1d8e73ab030ea1d82ae65afe26c9dc82.woff') format('woff'),
	url('/wp-content/themes/sugihara/font/1d8e73ab030ea1d82ae65afe26c9dc82.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* Regular (400) */
@font-face {
	font-family: 'Eklips';
	src: url('/wp-content/themes/sugihara/font/74d8a0a141ae213de04a6c27f0d2f1d6.eot');
	src: url('/wp-content/themes/sugihara/font/74d8a0a141ae213de04a6c27f0d2f1d6.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/sugihara/font/74d8a0a141ae213de04a6c27f0d2f1d6.woff2') format('woff2'),
	url('/wp-content/themes/sugihara/font/74d8a0a141ae213de04a6c27f0d2f1d6.woff') format('woff'),
	url('/wp-content/themes/sugihara/font/74d8a0a141ae213de04a6c27f0d2f1d6.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Medium (500) */
@font-face {
	font-family: 'Eklips';
	src: url('/wp-content/themes/sugihara/font/c789870a1a608fbef44ed6c48b0213bf.eot');
	src: url('/wp-content/themes/sugihara/font/c789870a1a608fbef44ed6c48b0213bf.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/sugihara/font/c789870a1a608fbef44ed6c48b0213bf.woff2') format('woff2'),
	url('/wp-content/themes/sugihara/font/c789870a1a608fbef44ed6c48b0213bf.woff') format('woff'),
	url('/wp-content/themes/sugihara/font/c789870a1a608fbef44ed6c48b0213bf.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* Bold (700) */
@font-face {
	font-family: 'Eklips';
	src: url('/wp-content/themes/sugihara/font/b2433c7043c14be9f86fcbc2043496ca.eot');
	src: url('/wp-content/themes/sugihara/font/b2433c7043c14be9f86fcbc2043496ca.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/sugihara/font/b2433c7043c14be9f86fcbc2043496ca.woff2') format('woff2'),
	url('/wp-content/themes/sugihara/font/b2433c7043c14be9f86fcbc2043496ca.woff') format('woff'),
	url('/wp-content/themes/sugihara/font/b2433c7043c14be9f86fcbc2043496ca.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Black (900) */
@font-face {
	font-family: 'Eklips';
	src: url('/wp-content/themes/sugihara/font/59ffbba953337bc89db238c2a5ac6dc0.eot');
	src: url('/wp-content/themes/sugihara/font/59ffbba953337bc89db238c2a5ac6dc0.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/sugihara/font/59ffbba953337bc89db238c2a5ac6dc0.woff2') format('woff2'),
	url('/wp-content/themes/sugihara/font/59ffbba953337bc89db238c2a5ac6dc0.woff') format('woff'),
	url('/wp-content/themes/sugihara/font/59ffbba953337bc89db238c2a5ac6dc0.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background-color: #E3D7CB;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #F9F7EF;
}

body.home {
	background: #E3D7CB;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*KIRO*/

/*@media (min-width: 1300px) {*/
/*	.container, .container-lg, .container-md, .container-sm, .container-xl {*/
/*		max-width: 1280px;*/
/*	}*/
/*}*/

@media (min-width: 1680px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1680px;
        padding: 0;
	}
}

@media (max-width: 1680px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1280px;
        padding: 0;
	}
}

@media (max-width: 1280px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1024px;
        padding: 0;
	}
}

@media (max-width: 1024px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 768px !important;
        padding: 0;
	}
}

@media (max-width: 768px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 479px !important;
        padding: 0;
	}
}

@media (max-width: 479px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 375px !important;
        padding: 0;
	}
}

.container{
	margin: auto;
}

#masthead{
	height: 64px;
	border-bottom: solid 1px #000000;
    z-index: 2;
    position: relative;
}

#masthead .container{
	padding: 0;
}

#masthead .site-branding{
	display: flex;
	align-items: center;
	height: 64px;
}

#masthead .site-branding img{
	height: 26px;
	width: auto;
}

#masthead #site-navigation #primary-menu{
	display: flex;
	justify-content: center;
}

#masthead #site-navigation #primary-menu li{
	height: 64px;
	display: flex;
	align-items: center;
}

#masthead #site-navigation #primary-menu li a{
	font-family: "Rethink Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	line-height: 16px;
	margin-right: 24px;
	color: #000;
}

#masthead .menu-rightNavigation{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	height: 64px;
	align-items: center;
}

#masthead .menu-rightNavigation svg{
	height: 20px;
}

#masthead .menu-rightNavigation #menu-secondary-header{
	list-style: none;
	display: flex;
	padding: 0;
	margin-bottom: 0;
	position: relative;
	top: -2px;
}

#masthead .menu-rightNavigation #menu-secondary-header li a{
	font-family: "Rethink Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	line-height: 16px;
	margin-right: 24px;
	color: #000;
	text-decoration: none !important;
}

#masthead .menu-rightNavigation .eShopLink{
	font-family: "Rethink Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 17px;
	line-height: 16px;
	margin-right: 0;
	color: #000;
	text-decoration: none !important;
	height: inherit;
	display: flex
;
	align-items: center;
	border-left: solid 1px #000;
	padding-left: 16px;
}

#masthead .menu-rightNavigation .eShopLink span{
	margin-left: 16px;
}

/* KIRO BLOCKS */

.Home_logo_section svg{
    width: 100%;
    height: auto;
    padding-top: 184px;
}

.Home_video_section .section_Wrapper{
    margin-top: 24px;
    border-bottom: solid 2px #000;
    padding-bottom: 24px;
}

.Home_video_section video{
    width: 100%;
    height: auto;
}

.Home_video_section .video_text_block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.Home_video_section .video_text_block p{
    font-family: "Rethink Sans", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #000;
    line-height: 37px;
    margin: 0;
}

.Home_message_section{
    padding: 160px 0;
    text-align: center;
}

.Home_message_section p{
    font-family: "Rethink Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    max-width: 660px;
    margin: 32px auto 0;
	line-height: 150%;
}

.Home_message_section h2 {
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 96px;
	line-height: 100%;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
	color: #000;
}

.popular_services_section .section_Wrapper{
	padding-top: 24px;
    border-top: solid 2px #000;
}

.popular_services_section .serviceImage{
	height: 358px;
	background-size: cover;
	background-position: center;
}


.popular_services_section .moreServices{
    background-color: rgba(0, 0, 0, 0.1);
}

.popular_services_section .moreServices a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel_popular_services{
    margin: 48px 0;
}

.singlePopularServices a{
	text-decoration: none;
}

.singlePopularServices .arrowLink{
    display: inline-table;
    padding: 15px 13px;
    border: solid 2px #000;
    height: 48px;
    width: 48px;
    line-height: 0;
    margin: 24px 0;
}

.doctors_section .singlePopularServices .arrowLink{
	margin: 0px 0 24px 0;
}

.doctors_section .fieldText{
	font-family: "Rethink Sans", sans-serif;
	font-size: 16px;
	line-height: 120%;
	color: #000;
}

.singlePopularServices .arrowLink svg{
	width: 18px;
	height: 14px;
}

.popular_services_section h2{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #000;
	line-height: 21px;
	text-transform: uppercase;
	word-spacing: normal;
	white-space: break-spaces;
	margin: 0;
	width: 160px;
}

.popular_services_section h3{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 120%;
	color: #000;
	padding: 24px 0 16px 0;
	text-transform: uppercase;
    margin-bottom: 0;
}

.popular_services_section .owl-carousel .owl-stage {
    display: flex !important;
}

.popular_services_section .owl-carousel .owl-item {
    display: flex;
}

.popular_services_section .singlePopularServices {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: solid 1px rgb(0 0 0 / 20%);
}

.popular_services_section .singlePopularServices > div:first-child {
    flex: 1 1 auto;
}

.popular_services_section .owl-dots {
    display: none !important;
}

.popular_services_section .owl-theme .owl-nav {
    position: absolute;
    top: 155px;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.popular_services_section .owl-carousel .owl-nav button.owl-next {
    background-color: #000000;
    width: 48px;
    height: 48px;
    color: #fff;
    left: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 0;
}

.popular_services_section .owl-carousel .owl-nav button.owl-prev {
    background-color: #000000;
    width: 48px;
    height: 48px;
    color: #fff;
    right: 24px;
    rotate: 180deg;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 0;
}

.popular_services_section .owl-nav .owl-prev.disabled,
.popular_services_section .owl-nav .owl-next.disabled{
    opacity: 0;
}

.section_Wrapper{
    margin: 0 88px;
}

.doctors_section .popular_services_section .section_Wrapper{
    padding: 0;
    border: 0;
}

.doctors_section .popular_services_section .section_Wrapper .carousel_popular_services{
    margin: 0;
}

.doctors_section{
    background-color: #F9F7EF;
    padding-bottom: 48px;
}

.doctors_section .popular_services_section h3 {
    font-family: "Rethink Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
}

.products_section{
    background-color: #FFFFFF;
}

body.home footer{
	padding-top: 72px;
	padding-bottom: 64px;
}

footer{
	padding-bottom: 64px;
}

footer h4{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 24px;
}

footer .newsletterblock h4{
	margin-bottom: 0;
}

footer .newsletterblock p{
	font-size: 16px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	margin: 0;
}

footer .newsletterblock button{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: bold;
	background-color: transparent;
	line-height: 150%;
	padding: 10px 46px;
	border: solid 2px #000;
	margin-top: 48px;
}

body.home footer{
	background-color: #ffffff;
}

footer .section_Wrapper{
	margin-top: 72px;
	border-top: solid 2px #000000;
	padding-top: 48px;
}

.popular_products_section{
	padding-bottom: 48px;
}

.socialLinks{
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.socialLinks a{
	margin: 14px 0;
	text-decoration: none;
}

.socialLinks a span{
	font-family: "Rethink Sans", sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
}

.linkBlocks{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

.linkBlocks ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.linkBlocks ul li{
	padding: 16px 0;
}

.linkBlocks a{
	font-family: "Rethink Sans", sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 115%;
	text-decoration: none;
}

.linkBlocks.contactBlocks a, .linkBlocks.contactBlocks p{
	color: #000;
	margin: 0;
	opacity: 0.65;
}

footer .newsletterblock{
	margin-top: 48px;
}

a:focus {
	outline: none !important;
}

.contactBlocks.linkBlocks{
    height: 105px;
}

.workHours{
	max-width: 320px;
	margin-bottom: 48px;
}

.workHours div{
	border-bottom: solid 1px rgb(0 0 0 / 25%);
	display: flex;
	justify-content: space-between;
}

.workHours span{
	font-size: 16px;
	line-height: 150%;
	color: #000;
	opacity: 0.65;
	padding: 9px 0 10px;
}

.no-padding{
	padding: 0 !important;
}

#headerNotification{
	background-color: #000;
	height: 48px;
	display: flex;
	align-items: center;
}

#headerNotification p{
	font-size: 17px;
	line-height: 150%;
	color: #fff;
	margin: 0;
}

#headerNotification span{
	font-weight: bold;
	color: #FF9700;
	margin-right: 8px;
}

.serviceImage {
	height: 481px;
	background-size: cover;
	background-position: center;
}

.doctor_categories_section a:hover{
	text-decoration: none;
}

.doctor_categories_section h3{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 120%;
	color: #000;
	padding: 24px 0 24px 0;
	text-transform: uppercase;
	margin-bottom: 0;
	text-decoration: none;
}

.doctor_categories_section .arrowLink {
	display: inline-table;
	padding: 15px 13px;
	border: solid 2px #000;
	height: 48px;
	width: 48px;
	line-height: 0;
	margin: 24px 0;
}

.doctor_categories_section .section_Wrapper {
	padding-top: 48px;
	border-top: solid 2px #000;
	margin-top: 48px;
}

.doctor_categories_section .singleDoctorCategory{
	border-bottom: solid 1px rgb(0 0 0 / 20%);
}

body.tax-gydytojai-categories .Home_message_section p{
	opacity: 0.65;
	margin: 24px auto 0;
}

.doctors_from_category_section .doctorImage{
	height: 353px;
	background-size: cover;
	background-position: center;
}

.doctors_from_category_section .section_Wrapper{
	padding-top: 48px;
	border-top: solid 2px #000;
	margin-top: 50px;
}

.arrowLink {
	display: inline-table;
	padding: 15px 13px;
	border: solid 2px #000;
	height: 48px;
	width: 48px;
	line-height: 0;
	margin: 24px 0;
}

.doctors_from_category_section h3{
	font-family: "Rethink Sans", sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #000;
	line-height: 21px;
	text-transform: uppercase;
	word-spacing: normal;
	white-space: break-spaces;
	margin: 24px 0 16px;
}

.doctors_from_category_section .arrowLink{
	display: inline-table;
	padding: 15px 13px;
	border: solid 2px #000;
	height: 48px;
	width: 48px;
	line-height: 0;
	margin: 32px 0 24px;
}

.doctors_from_category_section .fieldText{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	word-spacing: normal;
	margin: 0;
	opacity: 0.65;
}

.back_section a{
	display: flex;
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	word-spacing: normal;
	margin: 24px 0 24px 0;
	flex-direction: row;
	align-items: center;
}

.back_section a span{
	margin: 0 10px;
}

.back_section .section_Wrapper{
	display: flex;
}

.doctors_from_category_section .singleDoctor{
	border-bottom: solid 1px rgb(0 0 0 / 20%);
	margin-bottom: 48px;
}

body.tax-gydytojai-categories footer .section_Wrapper{
	margin-top: 0;
}

.taxanomy_sub_section h2{
	font-family: "Rethink Sans", sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #000;
	line-height: 120%;
	word-spacing: normal;
	margin: 25px 0 0 0;
}

.taxanomy_sub_section h2:first-child{
	margin: 0;
}

.taxanomy_sub_section p{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	word-spacing: normal;
	margin: 0;
	opacity: 0.65;
	max-width: 940px;
}

.taxanomy_sub_section .section_Wrapper{
	padding: 98px 0;
	border-top: solid 2px #000;
	margin-top: 50px;
}

.faq_section{
	margin-bottom: 72px;
}

.faq_section .section_Wrapper{
	padding: 48px 0 0;
	border-top: solid 2px #000;
}

.faq_section h2{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 43px;
	line-height: 110%;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
	text-decoration: none;
}

.faq_section h3{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 43px;
	line-height: 110%;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
	text-decoration: none;
}

.faq_section .faqBlock{
	margin-top: 97px;
}

.doctors_from_category_section a{
	text-decoration: none;
}

.accordion-item{
	background-color: transparent;
	border-radius: 0 !important;
	border: none;
	border-top: solid 1px rgb(0 0 0 / 25%) !important;
}

.accordion-item h2 button{
	background-color: transparent;
	padding: 23px 0;
	border-radius: 0;
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	line-height: 120%;
	box-shadow: none !important;
}

.accordion-item .accordion-button:not(.collapsed){
	font-size: 17px;
	font-weight: bold;
	color: #000;
	background-color: transparent;
}

.faq_section .accordion{
	margin-top: 96px;
}

.accordion-button:not(.collapsed)::after {
	background-image: url('/wp-content/themes/sugihara/assets/images/minus_sign.svg');
	transform: rotate(-180deg);
	color: red;
	filter: grayscale(1);
}

.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url('/wp-content/themes/sugihara/assets/images/plus_sign.svg');
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s
	ease-in-out;
}

.gydytojai_top_section{
	margin-top: 48px;
}

.gydytojai_top_section{
	margin-top: 48px;
}

.gydytojai_top_section .doctorImage{
	height: 740px;
	background-size: cover;
	background-position: center;
}

.gydytojai_top_section .mainDoctorInformation{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gydytojai_top_section .mainDoctorInformation h1{
	font-size: 47px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: normal;
	line-height: 110%;
	margin: 0;
}

.gydytojai_top_section .mainDoctorInformation p{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	color: #000000;
	line-height: 150%;
	text-decoration: none;
	font-weight: normal;
	opacity: 0.65;
	margin: 8px 0 0;
}

.about_doctor_section .section_Wrapper{
	padding: 48px 0 0 0;
	border-top: solid 2px #000;
	margin-top: 50px;
}

.about_doctor_section .section_Wrapper h2{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 43px;
	line-height: 110%;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 31px;
	text-decoration: none;
}

body.single-gydytojai p{
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 150%;
	color: #000;
	opacity: 0.65;
	margin-bottom: 0;
}

body.single-gydytojai p.informationTitle{
	font-weight: bold;
	opacity: 1;
}


body.single-gydytojai .informationBlock{
	padding-bottom: 21px;
	border-bottom: solid 1px rgb(0 0 0 / 25%);
	margin-bottom: 20px;
}

body.single-gydytojai .consultationButton{
	margin-top: 48px;
}

body.single-gydytojai .consultationButton button{
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 150%;
	color: #ffffff;
	background-color: #000;
	width: 100%;
	padding: 12px 0;
}

body.single-gydytojai .popular_services_section h2{
	width: 100%;
}

body.single-gydytojai .popular_services_section{
	margin-top: 48px;
}

.doctor_past_section .section_Wrapper{
	padding-top: 43px;
	border-top: solid 2px #000;
	padding-bottom: 30px;
}

.doctor_past_section:last-child .section_Wrapper{
	padding-bottom: 0;
}

.doctor_past_section:last-child .informationBlock:last-child{
	margin-bottom: 0;
}

.doctor_past_section button.showMore{
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 150%;
	color: #000;
	opacity: 1;
	background-color: transparent;
	border-color: #000;
	border-radius: 0;
	padding: 12px 30px;
	border-width: 2px;
	margin: 30px 0 20px;
}

.doctor_past_section .section_Wrapper h2 {
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 43px;
	line-height: 110%;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 31px;
	text-decoration: none;
}

.Home_message_section.BlockPostList{
	padding: 72px 0;
}

.menu li .sub-menu{
	display: none;
}

li.preventDefault:hover .sub-menu{
	position: absolute;
	display: block;
	background-color: #fff;
}

.postFeaturedImage{
	height: 380px;
	background-size: cover;
	background-position: center;
}

.postFeaturedImage a{
	width: 100%;
	height: 100%;
	display: block;
}

.posts_list .postInfo{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.singlePostItem{
	padding: 48px 0;
	border-top: solid 1px rgb(0 0 0 / 25%);
}

.singlePostItem .singlePostTitle{
	font-size: 30px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 120%;
	margin: 0;
	color: #000;
}

.singlePostItem .singlePostPublishDate{
	font-size: 14px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 120%;
	margin: 0;
	opacity: 0.65;
	padding-top: 8px;
}

.paginateLinksBlock{
	padding-top: 24px;
	border-top: solid 1px rgb(0 0 0 / 25%);
}

.paginateLinksBlock .innerBlock{
	padding: 12px 0;
}

.pager{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:17px;
    gap:16px;
}

.pager_left,
.pager_right{
    display:flex;
    align-items:center;
    gap:14px;
}

.pager_range{
    color:#000;
}

.pager_select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    border:0;
    background:transparent;
    padding:2px 18px 2px 2px;
    font:inherit;
    color:inherit;
    cursor:pointer;
    background-size:5px 5px, 5px 5px;
    background-repeat:no-repeat;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	margin: 0;
}

.pager_arrows{
    display:flex;
    gap:8px;
    margin-left:6px;
}

.pager_btn{
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #000000;
	color: #000000;
	text-decoration: none;
	background: transparent;
	line-height: 1;
	font-size: 17px;
}

.pager_btn.is-disabled{
    opacity:.35;
    pointer-events:none;
}

.pager span{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	margin: 0;
}

.pager span.pager_range{
	opacity: 0.65;
}

.pager_select{
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:0;
	background-color:transparent;
	padding-right:22px;
	cursor:pointer;
	background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.332031 0.374023L4.83203 4.37402L9.33203 0.374023' stroke='black'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:right 6px center;
	background-size:10px 6px;
	border: none;
	box-shadow: none;
	outline: none;
}

.pager_select:focus{
	background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33203 4.37402L4.83203 0.374023L0.332031 4.37402' stroke='black'/%3E%3C/svg%3E");
}

.postInnerFeaturedImage{
	height: 400px;
	background-size: cover;
	background-position: center;
	margin: 48px 0;
}

.container-sm{
	max-width: 890px;
	margin: auto;
}

.container-sma .section_Wrapper{
	margin: 0;
}

.mainPostContent .singlePostTop{
	margin: 72px 0;
}

.mainPostContent .entry-title{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 67px;
	line-height: 100%;
	letter-spacing: 3px;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
	color: #000;
	margin: 0;
}

.mainPostContent .postMetaDate{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	word-spacing: normal;
	margin: 24px 0 0;
	text-align: center;
}

.mainPostContent h2,
.mainPostContent h3,
.mainPostContent h4,
.mainPostContent h5,
.mainPostContent h6{
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	font-weight: bold;
}

.mainPostContent .singleContent h2{
	font-family: "Rethink Sans", sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #000;
	line-height: 150%;
	word-spacing: normal;
	margin-bottom: 16px;
}

.mainPostContent .singleContent p{
	font-family: "Rethink Sans", sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	word-spacing: normal;
	margin-bottom: 48px;
	opacity: 0.65;
}

.singleContent img{
	margin-bottom: 48px;
}

.filter_theme_select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.332031 0.374023L4.83203 4.37402L9.33203 0.374023' stroke='black'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 6px center;
	background-size: 10px 6px;
	border: none;
	box-shadow: none;
	outline: none;
	margin-right: 32px;
	padding: 13px 25px 13px 0;
}

.filter_theme_select:focus{
	background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33203 4.37402L4.83203 0.374023L0.332031 4.37402' stroke='black'/%3E%3C/svg%3E");

}

.filter_source_select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.332031 0.374023L4.83203 4.37402L9.33203 0.374023' stroke='black'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 6px center;
	background-size: 10px 6px;
	border: none;
	box-shadow: none;
	outline: none;
	margin-right: 32px;
	padding: 13px 25px 13px 0;
}

.filter_source_select:focus{
	background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33203 4.37402L4.83203 0.374023L0.332031 4.37402' stroke='black'/%3E%3C/svg%3E");

}

.Clinic_contacts_block h2, .Shop_contacts_block h2, .Administration_contacts_block h2{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 43px;
	line-height: 110%;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
}

.Clinic_contacts_block a,
.Clinic_contacts_block p,
.Shop_contacts_block a,
.Shop_contacts_block p,
.Administration_contacts_block a,
.Administration_contacts_block p{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	opacity: 0.65;
	margin: 0;
}

.Clinic_contacts_block a,
.Shop_contacts_block a,
.Administration_contacts_block a{
	opacity: 1;
}

.page-template-page-kontaktai #primary > p{
	margin: 0;
}

.Clinic_contacts_block .section_Wrapper{
	padding-top: 43px;
	border-top: solid 2px #000;
	margin-top: 50px;
}

.Clinic_contacts_block .contactBlocks.linkBlocks{
	height: auto;
}

.Shop_contacts_block .contactBlocks.linkBlocks{
	height: auto;
}

.Shop_contacts_block .section_Wrapper{
	padding-top: 43px;
	border-top: solid 1px rgb(0 0 0 / 25%);
	margin-top: 50px;
}

.Administration_contacts_block .section_Wrapper{
	padding-top: 43px;
	border-top: solid 1px rgb(0 0 0 / 25%);
	margin-top: 50px;
}

.Administration_contacts_block .informationSubBlock:not(:first-child){
	margin-top: 24px;
}

.Administration_contacts_block .contactSubTitle{
	font-weight: bold;
	opacity: 1;
}

body.page-template-page-kontaktai .workHours p{
	font-weight: bold;
	margin: 18px 0 16px;
	opacity: 1;
}

body.page-template-page-kontaktai .showInMap{
	margin: 30px 0 60px;
	font-weight: bold;
	display: block;
}

body.page-template-page-kontaktai #primary .workHours{
	margin-bottom: 0;
}

.publicationsLink a{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	margin: 0;
	text-decoration: underline;
}

body.page-template-page-rules .Home_message_section{
	padding: 96px 0;
}

body.page-template-page-rules h1{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 56px;
	line-height: 110%;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	margin: 0;
}

body.page-template-page-rules h2{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 14px 0;
	color: #000;
	line-height: 120%;
	opacity: 1;
	margin: 0;
}

body.page-template-page-rules h3{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 120%;
	opacity: 1;
	margin: 0;
	text-transform: uppercase;
}

body.page-template-page-rules h4{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	line-height: 120%;
	opacity: 1;
	margin: 0;
}

body.page-template-page-rules #pills-tab{
	margin: 0;
}


body.page-template-page-rules #pills-tab .nav-item .nav-link{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 14px 0;
	color: #000;
	line-height: 120%;
	opacity: 1;
	margin: 0;
	background-color: transparent;
	border-radius: 0;
}

body.page-template-page-rules #pills-tab .nav-item .nav-link.active{
	border-bottom: solid 3px;
}

.tab-content .tab-pane > .rulesblock{
	border-top: solid 1px rgb(0 0 0 / 25%);
	position: relative;
	top: -1px;
	padding: 48px 0;
}

.tab-content .tab-pane > .rulesblock:last-child{
	padding-bottom: 0;
}

.tab-content .tab-pane .rulesblock p{
	opacity: 0.65;
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	margin-bottom: 30px;
}

.tab-content .tab-pane .rulesblock:last-child p:last-child{
	margin-bottom: 0;
}

#pills-tab > li{
	margin-right: 16px;
}

.newsletterInputBlock .section_Wrapper{
	display: flex;
	flex-direction: column;
	max-width: 500px;
	margin: auto;
}

body .newsletterSection .Home_message_section {
	padding: 72px 0;
}

.newsletterSection{
    background-color: transparent;
}

.newsletterSection .Home_message_section h2{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 96px;
	line-height: 100%;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
	color: #000;
	padding: 0;
}

.newsletterSection .Home_message_section p{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #000;
	line-height: 150%;
	opacity: 0.65;
	margin: 24px auto 0;
}

.newsletterSection .Home_message_section{
	padding: 96px 0;
}

.inputNewsletter{
	display: flex;
	flex-direction: column;
	font-family: "Rethink Sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 150%;
}

.inputNewsletter input{
	background-color: transparent;
	font-family: "Rethink Sans", sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 48px;
	border-radius: 0;
	margin-bottom: 22px;
	border-color: rgb(0 0 0 / 25%);
}

.checkboxSelection{
	background-color: transparent;
	font-family: "Rethink Sans", sans-serif;
	font-size: 16px;
	font-weight: normal;
	border-radius: 0;
	margin: 22px 0;
	display: flex;
	align-items: center;
}

.subscribeButton{
	font-family: "Rethink Sans", sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 150%;
	color: #ffffff;
	background-color: #000;
	width: 100%;
	padding: 12px 0;
	margin-top: 30px;
}

#newsletterConfirmation, #e-shopConfirmation{
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.newsletterConfirmationSection .Home_message_section h2{
	font-size: 22px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: normal;
	line-height: 120%;
	margin-bottom: 24px;
	text-transform: inherit;
	letter-spacing: normal;
}

.newsletterConfirmationSection .Home_message_section .ContinueSurfingButton{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: bold;
	background-color: transparent;
	line-height: 150%;
	padding: 10px 46px;
	border: solid 2px #000;
	margin-top: 48px;
}

.pageTopSection .featuredImage{
    height: 740px;
    background-size: cover;
    background-position: center;
    position: relative;
    bottom: -48px;
}

.pageTopSection .pageTopTextHolder{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

body[data-color="true"] .pageTopSection{
    margin-top: -48px;
    margin-bottom: 48px;
}

.pageTopSection h1{
    font-family: 'Eklips', sans-serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 105%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.pageTopSection p{
    font-family: "Rethink Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 150%;
    margin-bottom: 44px;
}

.customizable_text_section h2{
    font-family: 'Eklips', sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.blockTextHolder{
    font-family: "Rethink Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 150%;
    margin-bottom: 0;

}

.blockTextHolder p{
    margin-bottom: 0;
    opacity: 0.65;
}

.blockTextHolder li, .blockTextHolder span{
    opacity: 0.65;
}

.customizable_block{
    padding-top: 96px;
    border-top: solid 1px rgb(0 0 0 / 50%);
    margin-top: 48px;
}

.customizable_block .customLink{
    padding: 16px 0;
    display: block;
    color: #000;
}

.customizable_block:last-child{
    padding-bottom: 48px;
}

.customizable_block:first-child{
    border: none;
    padding-top: 48px;
}

.services_categories_section h3 {
    font-family: 'Eklips', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #000;
    padding: 24px 0 24px 0;
    text-transform: uppercase;
    margin-bottom: 0;
    text-decoration: none;
}

.services_categories_section .singleServiceCategory {
    border-bottom: solid 1px rgb(0 0 0 / 20%);
    padding-top: 48px;
}

body.single-paslaugos .back_section a svg{
    margin:  0 18px;
}

body.single-paslaugos .singlePostTop p{
	font-family: "Rethink Sans", sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	word-spacing: normal;
	margin: 24px auto 0;
	align-items: center;
	opacity: 0.65;
	text-align: center;
	max-width: 750px;
}

body.single-paslaugos .popular_services_section h3{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 120%;
	word-spacing: normal;
	margin: 0;
	padding: 0;
}

body.single-paslaugos .popular_services_section h4{
	font-family: "Rethink Sans", sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #000;
	line-height: 120%;
	word-spacing: normal;
	margin: 0;
	padding: 24px 0 16px;
}

body.single-paslaugos .taxanomy_sub_section .section_Wrapper{
	border-top: 0;
	margin-top: 0;
	padding: 72px 0 98px;
}

body.single-paslaugos .innerCategories{
	padding-top: 18px;
	border-top: solid 2px;
	margin-top: 50px;
}

body.single-paslaugos .innerCategories h2{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 43px;
	line-height: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
}

body.single-paslaugos .innerCategories .innerService a{
	display: flex;
	justify-content: space-between;
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	padding: 13px 0;
	border-bottom: solid 1px rgb(0 0 0 / 25%);
}

body.single-paslaugos .popular_services_section{
	margin-top: 50px;
}

body[data-patern="patern-a"] .pageTopSection,
body[data-patern="patern-b"] .pageTopSection,
body[data-patern="patern-c"] .pageTopSection,
body[data-patern="patern-d"] .pageTopSection,
body[data-patern="patern-none"] .pageTopSection{
	margin-top: -122px;
	margin-bottom: 48px;
}

body[data-patern="patern-a"] .back_section,
body[data-patern="patern-b"] .back_section,
body[data-patern="patern-c"] .back_section,
body[data-patern="patern-d"] .back_section,
body[data-patern="patern-none"] .back_section{
	z-index: 2;
	position: relative;
}

body[data-patern="patern-a"] header#masthead, body[data-patern="patern-a"] .pageTopSection {
	background-color: #F5D6C0;
}

body[data-patern="patern-b"] header#masthead, body[data-patern="patern-b"] .pageTopSection {
	background-color: #DED1C4;
}

body[data-patern="patern-c"] header#masthead, body[data-patern="patern-c"] .pageTopSection {
	background-color: #FEEBBF;
}

body[data-patern="patern-d"] header#masthead, body[data-patern="patern-d"] .pageTopSection {
	background-color: #F2DFDE;
}

body.single-paslaugos .innerServiceTitle{
	margin-bottom: 48px;
}

.aboutProcedureText .apt-paragraph.is-hidden {
	display: none;
}

.aboutServiceHolder h2{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 45px;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	padding: 48px 0 0;
}

.aboutServiceHolder > .row{
	margin-top: 37px;
}

.aboutProcedureText p{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	opacity: 0.65;
}

.aboutProcedureText button{
	background-color: transparent;
	border: none;
	padding: 0;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	font-weight: 700;
	margin-top: 20px;
}

.service_facts{
	max-width: 415px;
	float: right;
	width: 415px;
}

.service_facts .serviceFact{
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: solid 1px rgb(0 0 0 / 25%);
}

.service_facts .serviceFact:first-child{
	padding-top: 0;
}

.service_facts .serviceFact span{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	font-weight: 400;
}

.service_facts .serviceFact span.fact_text{
	opacity: 0.65;
}

.service_facts .serviceFact span.fact_value{
	font-weight: 700;
}

.serviceButtons{
	margin-top: 48px;
	display: flex;
	gap: 8px;
}

.serviceButtons button{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
	padding: 14px 0;
	width: 100%;
}

.serviceButtons .allPricesButton{
	border: solid 2px #000;
	color: #000;
	background-color: transparent;
}

.serviceButtons .showFullService{
	border: solid 2px #000;
	color: #000;
	background-color: transparent;
}

.serviceButtons .serviceRegisterButton{
	background-color: #000;
	border: solid 2px #000;
	color: #fff;
}

.servicesTypesSection{
	padding-top: 48px;
	border-top: solid 2px #000;
	margin-top: 48px;
}

.servicesTypesSection h2{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 45px;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
}

.servicesTypesSection h3{
	font-size: 19px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 120%;
	color: #000;
	font-weight: 700;
}

.servicesTypesSection .sectionTextHolder p{
	font-size: 19px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	color: #000;
	opacity: 0.65;
}

.servicesTypesSection .sectionTextHolder:not(:first-child){
	padding-top: 48px;
	border-top: solid 1px rgb(0 0 0 / 25%);
	margin-top: 20px;
}

.servicesTypesSection .sectionTextHolder:last-child p:last-child{
	margin-bottom: 0;
}

.yt-video {
	position: relative;
	max-width: 100%;
}

.yt-video__overlay {
	all: unset;
	cursor: pointer;
	display: block;
	position: relative;
	width: 100%;
	background-size: cover;
	height: 846px;
}

.yt-video__img {
	display:block;
	width:100%;
	height:auto;
}

.yt-video__play{
	position: absolute;
	inset: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	background: rgba(0, 0, 0, .50);
	color: #fff;
}

.yt-video__play .innerPlayButton{
	font-size: 1px;
	width: 96px;
	height: 96px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.yt-video__frame {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.yt-video__frame iframe{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	border:0;
}

.VideoSection{
	padding-top: 48px;
	border-top: solid 2px #000;
	margin-top: 48px;
}

.VideoSection h2{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 45px;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	max-width: 790px;
	margin-bottom: 48px;
}


.beforeAndAfterSection{
	padding-top: 48px;
	border-top: solid 2px #000;
	margin-top: 48px;
}

.beforeAndAfterSection h2{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 45px;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	max-width: 790px;
	margin-bottom: 48px;
}

.beforeAndAfterSection h2 span{
	opacity: 0.65;
}

.beforeAfterCompare{
	display: flex;
	gap: 4px;
}

.singleBeforeAfter .singleImage{
	height: 750px;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.carousel_before_after .owl-dots{
	display: none;
}

.beforeAndAfterSection .carousel_before_after .owl-nav{
	float: right;
	margin-top: 24px;
	gap: 4px;
	display: flex;
	position: relative;
	top: -72px;
}

.beforeAndAfterSection .carousel_before_after .imageCounter{
	height: 48px;
	display: flex;
	align-items: center;
	margin-top: 24px;
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	color: #000000;
	line-height: 150%;

}

.beforeAndAfterSection .carousel_before_after .owl-nav .owl-prev, .beforeAndAfterSection .carousel_before_after .owl-nav .owl-next{
	margin: 0 !important;
	padding: 10px 13px !important;
	border: solid 2px #000;
	background-color: #f9f7ef;
}

.beforeAndAfterSection .carousel_before_after .owl-nav .owl-prev:hover, .beforeAndAfterSection .carousel_before_after .owl-nav .owl-next:hover{
	background-color: transparent;
}

.aboutServiceSection .faq_section{
	padding-top: 48px;
	margin-top: 50px;
	border-top: solid 2px #000;
}


.relatedServicesection {
	margin-top: 50px;
	border-top: solid 2px #000;
}

.relatedServicesection h3 {
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 120%;
	color: #000;
	padding: 24px 0 24px 0;
	text-transform: uppercase;
	margin-bottom: 0;
	text-decoration: none;
	height: 95px;
}

.relatedServicesection .singleRelatedService {
	border-bottom: solid 1px rgb(0 0 0 / 20%);
}

.relatedServicesection > span {
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #000;
	line-height: 21px;
	text-transform: uppercase;
	word-spacing: normal;
	white-space: break-spaces;
	margin: 0 0 48px;
	padding: 24px 0;
	display: block;
}

.serviceTextSection{
	padding: 160px 0;
	margin-top: 50px;
	border-top: solid 2px #000;
}

.serviceTextSection h2{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 62px;
	line-height: 105%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	max-width: 790px;
	text-align: center;
	margin: auto;
}

.serviceTextSection p{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	margin: 0;
	padding-top: 24px;
	text-align: center;
}

.serviceTextSection .contactsWrapper{
	margin-top: 24px;
	text-align: center;
}

.serviceTextSection .contactsWrapper a{
	display: block;
	width: fit-content;
	margin: auto;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	text-align: center;
	font-weight: bold;
	color: #000;
}

.procedureDoctorsSection{
	padding-top: 48px;
	border-top: solid 2px #000;
	margin-top: 48px;
}


.procedureDoctorsSection h2{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 45px;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	max-width: 790px;
	margin-bottom: 48px;
}

.carousel_service_doctor .owl-dots{
	display: none;
}

.carousel_service_doctor .owl-nav{
	margin: 0;
	position: absolute;
	top: calc(50% - 24px);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.procedureDoctorsSection .carousel_service_doctor .owl-nav .owl-prev, .procedureDoctorsSection .carousel_service_doctor .owl-nav .owl-next{
	border: solid 2px #000;
	margin: 0;
	height: 48px;
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.procedureDoctorsSection .doctorImageHolder{
	height: 644px;
	background-size: cover;
	background-position: center top;
}

.procedureDoctorsSection .doctorSlide{
	padding: 0 96px;
}

.procedureDoctorsSection .doctorDataHolder{
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}

.procedureDoctorsSection .doctorDataHolder p{
	margin: 0;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	font-weight: 400;
	opacity: 0.65;
}

.procedureDoctorsSection .doctorDataHolder h3{
	display: block;
	font-size: 49px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 110%;
	font-weight: 400;
	color: #000;
}

.procedureDoctorsSection .doctorDataHolder a{
	position: absolute;
	bottom: 0;
	display: block;
	width: fit-content;
	margin: auto;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	text-align: center;
	font-weight: bold;
	color: #000;
}

.procedureDoctorsSection .doctorDataHolder a svg{
	margin-left: 8px;
}

/*.owl-theme .owl-nav [class*=owl-]:hover{*/
/*	background-color: transparent !important;*/
/*	border: solid 2px #000 !important;*/
/*	border-radius: 0;*/
/*}*/

/*.owl-theme .owl-nav [class*=owl-]:hover svg{*/
/*	filter: invert(1);*/
/*}*/

.arrowLink:hover{
	background-color: #000 !important;
}

.arrowLink:hover svg{
	filter: invert(1);
}

body.single-paslaugos #pills-tab .nav-item .nav-link {
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 14px 0;
	color: #000;
	line-height: 120%;
	opacity: 1;
	margin: 0;
	background-color: transparent;
	border-radius: 0;
}


body.single-paslaugos .tabSection{
	margin-top: 48px;
}

body.single-paslaugos #pills-tab .nav-item .nav-link.active {
	border-bottom: solid 3px;
}

body.single-paslaugos #pills-tab {
	margin: 0;
}

body.single-paslaugos .tab-content .tab-pane > .proceduresBlocks {
	border-top: solid 1px rgb(0 0 0 / 25%);
	position: relative;
	top: -1px;
	padding: 68px 0 0;
}

.proceduresBlocks .singleProcedureBlock:not(:first-child){
	padding-top: 68px;
	border-top: solid 1px rgb(0 0 0 / 25%);
	margin-top: 49px;
}

.proceduresBlocks .singleProcedureBlock h3{
	font-size: 29px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 8px;
}

.proceduresBlocks .singleProcedureBlock h2{
	font-size: 29px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 8px;
}

.proceduresBlocks .singleProcedureBlock p{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
	opacity: 0.65;
}

.tab-pane{
	outline: none !important;
}

.servicePricesSection{
	padding-top: 48px;
	border-top: solid 2px #000;
	margin-top: 48px;
}

.servicePricesSection h2{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 45px;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	max-width: 790px;
	margin-bottom: 96px;
}

.singlePriceActionBlock{
	text-align: right;
}

.servicePricesBlock .singlePriceBlock p{
    font-size: 17px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
    color: #000;
}

.singlePriceActionBlock .priceButton{
	background-color: #000;
	color: #fff;
	padding: 0;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	font-weight: 400;
	height: 48px;
	width: 160px;
}

.servicePricesBlock .singlePriceBlock{
    padding: 12px 0;
    border-bottom: solid 1px rgb(0 0 0 / 25%);
}

.servicePricesBlock .singlePriceBlock .serviceName{
    display: flex;
    align-items: center;
}

.servicePricesBlock .singlePriceBlock .singlePriceActionBlock span{
    font-size: 17px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 0;
    color: #000;
    margin-right: 16px;
}

/*ExtendedMenuOverwrites*/
body.showingExtendedMenu{
	overflow-y: scroll;
	height: 100%;
	background-color: #000;
}

body.showingExtendedMenu #masthead{
	background-color: #000 !important;
	border-top: solid 1px rgb(255 255 255 / 25%);
	border-bottom: solid 1px rgb(255 255 255 / 25%);
}

body.showingExtendedMenu #masthead .custom-logo{
	filter: invert(1);
}

body.showingExtendedMenu #masthead #site-navigation a{
	color: #fff !important;
	opacity: 0.65;
}

body.showingExtendedMenu #masthead .menu-rightNavigation a{
	color: #fff !important;
	opacity: 0.65;
	border-color: rgb(255 255 255 / 25%);
}

body.showingExtendedMenu #masthead a.active{
	opacity: 1 !important;
}


body.showingExtendedMenu #masthead .menu-rightNavigation svg {
	height: 20px;
	filter: invert(1);
	opacity: 0.65;
}

body.showingExtendedMenu .extendedMenuSection .menuColumns{
	gap: 33px;
	padding-top: 72px;
	display: grid;
	grid-auto-flow: column;
}

body.showingExtendedMenu .extendedMenuSection .menuColumns .singleMenuColumn > p{
	font-family: "Rethink Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	line-height: 120%;
	color: #ffffff;
	opacity: 0.65;
	margin-bottom: 32px;
}

body.showingExtendedMenu .extendedMenuSection .menuColumns .singleMenuColumn .mainMenuCat{
	font-family: "Rethink Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	line-height: 120%;
	color: #ffffff;
	opacity: 0.65;
	margin-bottom: 32px;
}

body.showingExtendedMenu .extendedMenuSection .menuColumns .singleMenuColumn .menuChildren{
	display: block;
	color: #fff;
}

body.showingExtendedMenu .extendedMenuSection .menuColumns .singleMenuColumn .menuChildren a{
	display: block;
	color: #fff;
	font-family: "Rethink Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	line-height: 115%;
	margin-top: 24px;
}

body.showingExtendedMenu .extendedMenuSection .menuColumns .singleMenuColumn > a{
	display: block;
	color: #fff;
	font-family: "Rethink Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	line-height: 115%;
	margin-top: 24px;
}

body.showingExtendedMenu .extendedMenuSection .menuColumns .singleMenuColumn > a:first-child{
	margin-top: 0;
}

body.showingExtendedMenu .extendedMenuSection{
	height: inherit;
}

body.showingExtendedMenu .extendedMenuSection .section_Wrapper{
	height: inherit;
}

body.showingExtendedMenu .extendedMenuSection .section_Wrapper .extendedMenuBlock{
	height: inherit;
	display: flex;
	flex-direction: column;
	position: relative;
}

body.showingExtendedMenu .extendedMenuSection .section_Wrapper .extendedMenuBlock .closeMenuButton{
	position: absolute;
	top: 22px;
	right: 0;
	cursor: pointer;
}

body.showingExtendedMenu .extendedMenuSection .section_Wrapper .extendedMenuBlock .menuColumns{
	height: inherit;
}

body.showingExtendedMenu .extendedMenuSection .section_Wrapper .extendedMenuBlock .menuColumns .singleMenuColumn{
	border-left: solid 1px rgb(255 255 255 / 25%);
	padding-left: 16px;
}

body.showingExtendedMenu .extendedMenuBottom a{
	display: block;
	height: 69px;
	color: #fff;
	font-family: "Rethink Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	line-height: 115%;
	margin-top: 24px;
	padding: 24px 0;
	border-top: solid 1px rgb(255 255 255 / 25%);
}

body.showingExtendedMenu .extendedMenuBottom a svg{
	margin-left: 8px;
}

body.showAllPrices #masthead{
	background-color: #F9F7EF !important;
}

body.showAllPrices #AllPrices .Home_message_section{
	padding: 72px 0;
}

body.showAllPrices #AllPrices .Home_message_section p{
	margin-top: 24px;
}

body.showAllPrices #AllPrices .singlePrice{
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: solid 1px rgb(0 0 0 / 25%);
}


body.showAllPrices #AllPrices .singlePrice p{
	font-family: "Rethink Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	line-height: 150%;
	opacity: 0.65;
	border-bottom: solid 1px rgb(255 255 255 / 25%);
	margin: 0;
}

body.showAllPrices #AllPrices .singlePrice .singlePriceActionButtons span{
	font-family: "Rethink Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	font-size: 17px;
	line-height: 150%;
	margin-right: 24px;
	color: #000;
}

body.showAllPrices #AllPrices .singlePrice .singlePriceActionButtons a{
	font-family: "Rethink Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	font-size: 17px;
	line-height: 150%;
	color: #000;
}

body.showAllPrices #AllPrices .singlePrice .singlePriceActionButtons a svg{
	margin-left: 8px;
}

body.showAllPrices #AllPrices .registerButton{
	text-align: right;
	padding-top: 48px;
}

body.showAllPrices #AllPrices .registerToServiceButton{
	background-color: #000;
	border: solid 2px #000;
	color: #fff;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	width: 160px;
}

body.individualRegisterForm #masthead{
	background-color: #F9F7EF !important;
}

body.individualRegisterForm .Home_message_section{
	padding: 72px 0;
}

body.individualRegisterForm #registrationForm{
	max-width: 500px;
	margin: auto;
}

body.individualRegisterForm #registrationForm label{
	display: flex;
	flex-direction: column;
	padding-top: 38px;
}

body.individualRegisterForm #registrationForm label.checkBox{
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	color: #000;
}

body.individualRegisterForm #registrationForm label.checkBox a{
	color: #000;
	font-weight: 500;
	padding: 0 5px;
}

body.individualRegisterForm #registrationForm #registerForm{
	width: 100%;
	background-color: #000;
	color: #fff;
	border-radius: 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 150%;
	padding: 10px 0;
}

body.individualRegisterForm #registrationForm .privacyPolicyHolder{
	margin-bottom: 48px;
}

body.individualRegisterForm #registrationForm label span{
	font-family: "Rethink Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	line-height: 150%;
}

body.individualRegisterForm #registrationForm label input{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	height: 48px;
	background-color: transparent;
	border-radius: 0;
	margin-top: 4px;
	padding: 0 16px;
}

body.individualRegisterForm #registrationForm label input[type="checkbox"]{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	padding: 0 9px;
	height: 20px;
	width: 20px;
	min-width: 20px;
	margin-top: 2px;
	margin-right: 8px;
	border: 1px solid #999;
	border-radius: 4px;
	background: #f9f7ef;
}

.flatpickr-calendar.animate.open.hasTime{
	max-width: 237px;
}

.flatpickr-calendar.animate.open .flatpickr-time-separator{
	display: none;
}

.flatpickr-calendar.animate.open .numInputWrapper{
	display: none;
}

.flatpickr-calendar .flatpickr-time .numInputWrapper:first-child{
	display: block;
}

.flatpickr-time .flatpickr-minute {
	display: none;
}

/* Optional: center hours nicely */
.flatpickr-time {
	justify-content: center;
}

#errorMessages{
	color: #ff0000;
}

.RegistrationConfirmationSection h2{
	font-family: "Rethink Sans", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 120%;
}

.RegistrationConfirmationSection .confirmation{
	text-align: center;
	padding: 216px 0;
}

.RegistrationConfirmationSection .ContinueSurfingButton{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: bold;
	background-color: transparent;
	line-height: 150%;
	padding: 10px 46px;
	border: solid 2px #000;
	margin-top: 48px;
}

.PaymentConfirmationSection h2{
	font-family: "Rethink Sans", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 120%;
}

.PaymentConfirmationSection .confirmation{
	text-align: center;
	padding: 216px 0;
}

.PaymentConfirmationSection .ContinueSurfingButton{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: bold;
	background-color: transparent;
	line-height: 150%;
	padding: 10px 46px;
	border: solid 2px #000;
	margin-top: 48px;
}

.floatingRegister{
	position: fixed;
	bottom: 32px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
}

body.showingExtendedMenu #expandedMenu{
	z-index: 9999;
	position: relative;
}

.floatingRegister button{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	width: 160px;
	background-color: #000;
	border: solid 2px #000;
	color: #fff;
}

body.generalRegisterForm .floatingRegister{
	display: none !important;
}

body.generalRegisterForm .newsletterSection{
	display: none !important;
}

body.showingNewsletter{
	background: inherit !important;
}

body.generalRegisterForm{
	background: #F9F7EF !important;
}

body.generalRegisterForm footer{
	background: #F9F7EF !important;
}

body.generalRegisterForm #masthead{
	background-color: #F9F7EF !important;
}

body.generalRegisterForm .Home_message_section{
	padding: 72px 0 110px;
}

body.generalRegisterForm #registrationForm{
	max-width: 500px;
	margin: auto;
}

body.generalRegisterForm #registrationForm label{
	display: flex;
	flex-direction: column;
	padding-top: 38px;
}

body.generalRegisterForm #registrationForm label.checkBox{
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	color: #000;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	margin: 0;
	font-weight: 400;
}

body.generalRegisterForm #registrationForm label.checkBox a{
	color: #000;
	font-weight: 500;
	padding: 0;
}

body.generalRegisterForm #registrationForm #registerForm{
	width: 100%;
	background-color: #000;
	color: #fff;
	border-radius: 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 150%;
	padding: 10px 0;
}

body.generalRegisterForm #registrationForm .privacyPolicyHolder{
	margin-bottom: 48px;
}

body.generalRegisterForm #registrationForm label span{
	font-family: "Rethink Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	line-height: 150%;
}

body.generalRegisterForm #registrationForm label input{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	height: 48px;
	background-color: transparent;
	border-radius: 0;
	margin-top: 4px;
	padding: 0 16px;
	width: 100%;
}

body.generalRegisterForm #registrationForm textarea{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	background-color: transparent;
	border-radius: 0;
	margin-top: 4px;
	padding: 10px 16px;
	height: 141px;
}

body.generalRegisterForm #registrationForm label input[type="checkbox"]{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	padding: 0 9px;
	height: 20px;
	width: 20px;
	margin-top: 2px;
	margin-right: 8px;
	border: 1px solid #999;
	border-radius: 4px;
	background: #f9f7ef;
}
body.generalRegisterForm #registrationForm{
	max-width: 500px;
	margin: auto;
}

body.generalRegisterForm #registrationForm label{
	display: flex;
	flex-direction: column;
	padding-top: 38px;
}

body.generalRegisterForm #registrationForm label.checkBox{
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	color: #000;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	margin: 0;
	font-weight: 400;
}

body.generalRegisterForm #registrationForm label.checkBox a{
	color: #000;
	font-weight: 400;
	padding: 0 5px;
}

body.generalRegisterForm #registrationForm #registerForm{
	width: 100%;
	background-color: #000;
	color: #fff;
	border-radius: 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 150%;
	padding: 10px 0;
}

body.generalRegisterForm #registrationForm .privacyPolicyHolder{
	margin-bottom: 48px;
}

body.generalRegisterForm #registrationForm label span{
	font-family: "Rethink Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	line-height: 150%;
}

body.generalRegisterForm #registrationForm label input{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	height: 48px;
	background-color: transparent;
	border-radius: 0;
	margin-top: 4px;
	padding: 0 16px;
	width: 100%;
}

body.generalRegisterForm #registrationForm textarea{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	background-color: transparent;
	border-radius: 0;
	margin-top: 4px;
	padding: 10px 16px;
	height: 141px;
}

body.generalRegisterForm #registrationForm label input[type="checkbox"]{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	padding: 0 9px;
	height: 20px;
	width: 20px;
	margin-top: 2px;
	margin-right: 8px;
	border: 1px solid #999;
	border-radius: 4px;
	background: #f9f7ef;
}

body.generalRegisterForm #payRegistrationForm{
	max-width: 500px;
	margin: auto;
}

body.generalRegisterForm #payRegistrationForm label{
	display: flex;
	flex-direction: column;
	padding-top: 38px;
}

body.generalRegisterForm #payRegistrationForm label.checkBox{
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	color: #000;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	margin: 0;
	font-weight: 400;
}

body.generalRegisterForm #payRegistrationForm label.checkBox a{
	color: #000;
	font-weight: 400;
	padding: 0 5px;
}

body.generalRegisterForm #payRegistrationForm #registerForm{
	width: 100%;
	background-color: #000;
	color: #fff;
	border-radius: 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 150%;
	padding: 10px 0;
}

body.generalRegisterForm #payRegistrationForm .privacyPolicyHolder{
	margin-bottom: 48px;
}

body.generalRegisterForm #payRegistrationForm label span{
	font-family: "Rethink Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	line-height: 150%;
}

body.generalRegisterForm #payRegistrationForm label input{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	height: 48px;
	background-color: transparent;
	border-radius: 0;
	margin-top: 4px;
	padding: 0 16px;
	width: 100%;
}

body.generalRegisterForm #payRegistrationForm textarea{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	background-color: transparent;
	border-radius: 0;
	margin-top: 4px;
	padding: 10px 16px;
	height: 141px;
}

body.generalRegisterForm #payRegistrationForm label input[type="checkbox"]{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	padding: 0 9px;
	height: 20px;
	width: 20px;
	margin-top: 2px;
	margin-right: 8px;
	border: 1px solid #999;
	border-radius: 4px;
	background: #f9f7ef;
}

body.generalRegisterForm .tabsHolder{
	border-top: solid 1px rgb(0 0 0 / 25%);
}

body.generalRegisterForm .tabText{
	font-family: "Rethink Sans", sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #000;
	margin: 72px auto 0;
	line-height: 120%;
	max-width: 750px;
	text-align: center;
}

body.generalRegisterForm #pills-tab{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -50px 0 0;
}

body.generalRegisterForm .Home_message_section h2 {
	max-width: 900px;
	margin: auto;
}

body.generalRegisterForm #pills-tab .nav-item .nav-link {
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 14px 0;
	color: #000;
	line-height: 120%;
	opacity: 1;
	margin: 0;
	background-color: transparent;
	border-radius: 0;
}

body.generalRegisterForm #pills-tab .nav-item .nav-link.active {
	border-bottom: solid 3px;
}

.price-input {
	position: relative;
	display: inline-block;
}

.price-input .prefix {
	left: 10px;
	transform: translateY(-50%);
	pointer-events: none;
	font-weight: normal !important;
	font-size: 17px !important;
	position: absolute;
	top: 55%;
}

body.generalRegisterForm .price-input input {
	padding-left: 24px !important;
}

body.generalRegisterForm .radioBox{
	display: flex;
	align-items: flex-start;
	flex-direction: row !important;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	margin: 0;
	color: #000;
	font-weight: 400;
}

body.generalRegisterForm #payRegistrationForm .radioBox input{
	width: 20px;
	margin-right: 8px;
	height: 20px;
	margin-top: 2px;
}

body.generalRegisterForm select{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	height: 48px;
	background-color: transparent;
	border-radius: 0;
	margin-top: 4px;
	padding: 0 16px;
	width: 100%;
}

body.generalRegisterForm .paymentDisplayHolder{
	border: solid 1px #000;
	margin-top: 25px;
	padding: 16px;
}

body.generalRegisterForm .paymentDisplayHolder img{
	height: 35px;
	margin-bottom: 16px;
}

body.generalRegisterForm .paymentDisplayHolder p{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	margin-bottom: 0;
}

#payRegistrationButton{
	width: 100%;
	background-color: #000;
	color: #fff;
	border-radius: 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 150%;
	padding: 10px 0;
}

.couponDisplaySection .doubleCouponImage .section_Wrapper{
	margin-top: 0;
	border-top: solid 2px #000000;
	padding-top: 78px;
}


.couponDisplaySection p{
	font-family: "Rethink Sans", sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #000;
	line-height: 119%;
	margin-bottom: 0;
	margin-top: 46px;
}

.servicesCouponsSection .section_Wrapper{
	margin-top: 30px;
	border-top: solid 2px #000000;
	padding: 72px 0 0;
}

.servicesCouponsSection h2{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 96px;
	line-height: 100%;
	letter-spacing: 2px;
	vertical-align: bottom;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 72px;
}

.servicesCouponsSection ul li button.nav-link{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 14px 0;
	color: #000 !important;
	line-height: 120%;
	opacity: 1;
	margin: 0;
	background-color: transparent !important;
	border-radius: 0;
}

.servicesCouponsSection ul li button.nav-link.active{
	border-bottom: solid 3px;
}

.servicesCouponWrapper #pills-tab{
	margin: 0;
}

.servicesCouponsSection .arrowLink{
	margin: 12px 0 12px 16px;
}

.servicesCouponWrapper .singleCoupon{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px rgb(0 0 0 / 25%);
}

.servicesCouponWrapper .singleCoupon p{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	margin: 0;
}

.servicesCouponWrapper .singleCoupon span{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	font-weight: bold;
	margin: 0;
}

.servicesCouponWrapper .proceduresBlocks{
	padding-top: 48px;
	border-top: solid 1px rgb(0 0 0 / 25%);
	position: relative;
	top: -2px;
}

body.single-dovanu_kuponai .couponsSection{
	padding-top: 48px;
}

body.single-dovanu_kuponai h1{
	font-size: 40px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 105%;
	margin: 0 0 24px;
}

body.single-dovanu_kuponai .mainCouponInformation p{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	color: #000000;
	line-height: 150%;
	opacity: 0.65;
}

body.single-dovanu_kuponai .mainCouponInformation p.couponPresetPrice{
	font-size: 29px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 119%;
	margin: 0;
	opacity: 1;
}

body.single-dovanu_kuponai .gift-fields button.buy-btn {
	width: 160px;
	background-color: #000;
	color: #fff;
	border-radius: 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 150%;
	padding: 12px 0;
}

body.single-dovanu_kuponai .gift-fields input {
	background-color: transparent;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: normal;
	color: #000;
}

body.single-dovanu_kuponai .gift-fields input.qty-value {
	border: none;
	outline: none;
	text-align: center;
	width: 59px;
	height: 48px;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	margin: 0;
	color: #000;
}

body.single-dovanu_kuponai .gift-fields textarea {
	background-color: transparent;
}

body.single-dovanu_kuponai .qty-btn {
	height: 48px;
	background-color: transparent;
	border-color: #000;
	border-radius: 0;
	width: 48px;
	padding: 5px;
}

body.single-dovanu_kuponai .label {
	font-size: 14px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: bold;
	line-height: 150%;
}

body.single-dovanu_kuponai .couponType {
	display: flex;
	flex-direction: column;
	margin-top: 50px;
	gap: 41px;
}

body.single-dovanu_kuponai .couponPrice,
body.single-dovanu_kuponai .couponReceiver,
body.single-dovanu_kuponai .couponGreetingText {
	display: flex;
	flex-direction: column;
	margin-bottom: 38px;
}

body.single-dovanu_kuponai .couponPrice input,
body.single-dovanu_kuponai .couponReceiver input{
	height: 48px;
	padding: 0 16px;
}

body.single-dovanu_kuponai .couponType{
	margin-bottom: 29px;
}

body.single-dovanu_kuponai .price-input{
	display: flex;
	align-items: center;
}
body.single-dovanu_kuponai .price-input .prefix{
	left: 17px;
	transform: translateY(-50%);
	pointer-events: none;
	font-weight: normal !important;
	font-size: 17px !important;
	position: absolute;
	top: 50%;
}

body.single-dovanu_kuponai #gift_amount{
	width: 184px;
	padding-left: 27px;
}

body.single-dovanu_kuponai .couponType .help{
	padding-left: 17px;
}

body.single-dovanu_kuponai .couponDescriptionHolder{
	margin-top: 24px;
}

body.single-dovanu_kuponai .mainCouponInformation a{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	color: #000000;
	line-height: 150%;
	margin-bottom: 45px;
	display: block;
	font-weight: bold;
}

body.single-dovanu_kuponai .mainCouponInformation a svg{
	margin-left: 8px;
}


body.single-dovanu_kuponai .couponDeliveryForm .cartHolder{
	width: 355px;
	float: right;
}

body.single-dovanu_kuponai .paymentDisplayHolder{
	border: solid 1px #000;
	margin-top: 25px;
	padding: 16px;
}

body.single-dovanu_kuponai .paymentDisplayHolder img{
	height: 35px;
	margin-bottom: 16px;
}

body.single-dovanu_kuponai .paymentDisplayHolder p{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	margin-bottom: 0;
}

body.single-dovanu_kuponai .couponDeliveryForm h2{
	font-family: "Rethink Sans", sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #000;
	line-height: 119%;
	margin-bottom: 0;
}

body.single-dovanu_kuponai .couponDeliveryForm{
	margin-top: 48px;
}

body.single-dovanu_kuponai .couponDeliveryForm p{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	color: #000000;
	line-height: 150%;
	opacity: 0.65;
}

body.single-dovanu_kuponai #recipient_email {
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	height: 48px;
	background-color: transparent;
	border-radius: 0;
	margin-top: 4px;
	padding: 0 16px;
	width: 100%;
}

body.single-dovanu_kuponai .couponDeliveryForm .couponReceiver{
	padding-bottom: 47px;
	margin: 0;
	border-bottom: solid 1px rgb(0 0 0 / 25%);
}

body.single-dovanu_kuponai .couponDeliveryForm .paymentMethod{
	margin-top: 48px;
	margin-bottom: 36px;
}

body.single-dovanu_kuponai .couponDeliveryForm .paymentMethod .radioBox{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	margin: 0;
	color: #000;
	font-weight: 400;
}

body.single-dovanu_kuponai .couponDeliveryForm .paymentMethod .radioBox input{
	margin-right: 8px;
}

body.single-dovanu_kuponai #payCouponButton{
	width: 100%;
	padding: 48px 48px 0 48px;
}

body.single-dovanu_kuponai #payCouponButton button{
	width: 100%;
	background-color: #000;
	color: #fff;
	border-radius: 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 150%;
	padding: 10px 0;
}

body.single-dovanu_kuponai .isConpany{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	margin: 48px 0 0;
	color: #000;
}

body.single-dovanu_kuponai .physicalForm > .row {
	margin-top: 46px;
}

body.single-dovanu_kuponai .physicalForm input[type='text'] {
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	height: 48px;
	background-color: transparent;
	border-radius: 0;
	margin-top: 4px;
	padding: 0 16px;
	width: 100%;
}

body.single-dovanu_kuponai .physicalForm select {
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	height: 48px;
	background-color: transparent;
	border-radius: 0;
	margin-top: 4px;
	padding: 0 16px;
	width: 100%;
}

body.single-dovanu_kuponai .physicalForm .deliveryType {
	margin-top: 38px;
}

body.single-dovanu_kuponai .physicalForm .deliveryType .radio-row{
	margin-right: 16px;
}

body.single-dovanu_kuponai .couponDeliveryForm .cartHolder h2{
	margin-bottom: 44px;
}

body.single-dovanu_kuponai .couponDeliveryForm .cartHolder .orderRow{
	display: flex;
	justify-content: space-between;
	padding: 24px 0;
}

body.single-dovanu_kuponai .couponDeliveryForm .cartHolder .totalOrderRow{
	display: flex;
	justify-content: space-between;
	padding: 24px 0;
	border-top: solid 2px #000;
	font-weight: bold;
}

body.single-dovanu_kuponai .couponDeliveryForm .cartHolder .orderRow:not(:last-child){
	border-bottom: solid 1px rgb(0 0 0 / 25%);
}

body.single-dovanu_kuponai .couponNumber{
	font-family: "Rethink Sans", sans-serif;
	font-size: 20px !important;
	color: #000000;
	line-height: 150%;
	opacity: 1 !important;
	margin-bottom: 5px;
	font-weight: bold;
}

.PaymentCancaled, .procesingPayment{
	margin: 216px 0;
	text-align: center;
}

.PaymentCancaled p, .procesingPayment p{
	text-align: center;
	font-size: 22px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	margin: 0;
	font-weight: 500;
}

.PaymentCancaled a, .procesingPayment a {
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: bold;
	background-color: transparent;
	line-height: 150%;
	padding: 10px 46px;
	border: solid 2px #000;
	margin: 72px auto 0 auto;
	color: #000000;
	display: block;
	width: max-content;
}

body.generalRegisterForm #registrationForm label input[name="agreeNewsletter"]{
	min-width: 20px;
}


.blockTextHolder ul{
	margin: 0;
}

.customizable_block .customLink {
	font-size: 14px;
}

body.tax-gydytojai-categories .Home_message_section{
	padding: 72px 0;
}

.doctorInformationHolder{
	max-width: 415px;
	width: 415px;
	float: right;
}

#IndividualServiceRegister .Home_message_section p.serviveName {
	font-weight: 500;
}

.spinner-border{
	position: absolute;
	top: 50%;
	margin: auto;
	width: 50px;
	height: 50px;
	text-align: center;
	left: 49%;
}

.spinnerOpacity{
	opacity: 0.25;
}

body.page-template-page-rules .rulesblock a{
	color: #000;
	font-weight: 500;
}

.cookiesBlock .customSingleCookie{
	padding-top: 24px;
	border-top: solid 2px #000;
	margin-bottom: 48px;
	margin-top: 24px;
	display: block;
	position: relative;
}

.cookiesBlock .customSingleCookie .cookieNameAndType{
	display: flex;
	justify-content: space-between;
}

.cookiesBlock .customSingleCookie span{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
}

.cookiesBlock .customSingleCookie .cookieName,
.cookiesBlock .customSingleCookie .cookieType{
	width: 50%;
}

.cookiesBlock .customSingleCookie .cookieDescription,
.cookiesBlock .customSingleCookie .cookielink,
.cookiesBlock .customSingleCookie .cookieName,
.cookiesBlock .customSingleCookie .cookieType
{
	display: flex;
	flex-direction: column;
}

.cookiesBlock .customSingleCookie .cookieName span:first-child,
.cookiesBlock .customSingleCookie .cookieType span:first-child,
.cookiesBlock .customSingleCookie .cookieDescription span:first-child,
.cookiesBlock .customSingleCookie .cookielink span:first-child{
	font-size: 15px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 8px;
}

.cookiesBlock .customSingleCookie .cookieDescription{
	padding-top: 24px;
	margin-top: 24px;
	border-top: solid 1px rgba(0, 0, 0, 0.25);
}

.cookiesBlock .customSingleCookie .cookielink{
	padding-top: 24px;
	margin-top: 24px;
	border-top: solid 1px rgba(0, 0, 0, 0.25);
}

.cb{
	display:inline-flex;
	align-items:center;
	gap:.5rem;
	cursor:pointer;
	user-select:none;
}

.cb__input{
	position:absolute;
	opacity:0;
	width:1px;
	height:1px;
}

.cb__icon{
	width:20px;
	height:20px;
	display:inline-grid;
	place-items:center;
	position: relative;
	top: 1px;
}

.cb__svg{
	grid-area:1/1;
	width:20px;
	height:20px;
	display:block;
}

.cb__svg--on{ opacity:0; transform:scale(.95); }
.cb__svg--off{ opacity:1; }

.cb__input:checked + .cb__icon .cb__svg--on{
	opacity:1;
	transform:scale(1);
}
.cb__input:checked + .cb__icon .cb__svg--off{
	opacity:0;
}

.cb__input:focus-visible + .cb__icon{
	outline:2px solid currentColor;
	outline-offset:3px;
	border-radius:6px;
}

.cb__input:disabled + .cb__icon,
.cb__input:disabled ~ .cb__label{
	opacity:.5;
	cursor:not-allowed;
}

.cb .cb__label{
	color: #000;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	margin: -3px 0 0;
	font-weight: 400;
}

#searchIcon{
	cursor: pointer;
}

#expandedMenu .searchExtended{
	height: inherit;
}

#expandedMenu .searchExtended .searchHolder{
	height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
}

#expandedMenu .searchExtended .searchHolder > span{
	position: absolute;
	right: 16px;
	z-index: 2;
}

#expandedMenu .searchExtended .searchHolder #searchInput{
	width: 100%;
	height: 48px;
	background-color: transparent;
	color: #fff;
	padding: 0 16px;
	border-radius: 0;
	border-color: rgb(255 255 255 / 25%);
}

body.search-results .Home_message_section {
	padding: 96px 0 24px;
}

body.search-results .Home_message_section .searchHolder {
	margin-top: 48px;
	position: relative;
}

body.search-results #searchInput {
	width: 100%;
	height: 48px;
	padding: 0 16px;
	border-radius: 0;
	background-color: transparent;
	border-color: rgb(0 0 0 / 25%);
	color: #000;
}

body.search-results article{
	padding: 48px 0;
	border-bottom: solid 1px rgb(0 0 0 / 25%);
}

body.search-results article header h2{
	margin: 0;
}

body.search-results article header h2 a{
	color: #000;
	font-size: 17px;
	font-weight: 700;
	font-family: "Rethink Sans", sans-serif;
	line-height: 120%;
}

body.search-results article header p{
	color: #000;
	font-size: 16px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 115%;
	opacity: 0.65;
	margin: 0;
}


body.search-results .searchHolder > span{
	position: absolute;
	top: 0;
	right: 16px;
	height: 100%;
	display: flex;
	align-items: center;
}

.searchHolder > span svg{
	cursor: pointer;
}

.singlePopularServices .productImageHolder{
	padding: 32px;
	height: 358px;
}

.singlePopularServices .productImageHolder .serviceImage{
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.singlePopularServices .productInformationHolder{
	text-align: left;
	color: #000;
	padding: 16px 16px 0;
}

.singlePopularServices .productInformationHolder .brandHolder{
	color: #000;
	font-size: 14px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	text-decoration: none;
	font-weight: 700;
}

.singlePopularServices .productInformationHolder .productHolder{
	color: #000;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	text-decoration: none;
	font-weight: 400;
}

.singlePopularServices .productInformationHolder .productHolder h3{
	color: #000;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	text-decoration: none;
	font-weight: 400;
	margin: 0;
	display: block;
	height: 48px;
	overflow-y: hidden;
}

.singlePopularServices .productInformationHolder .priceHolder {
	margin-top: 16px;
}

.singlePopularServices .productInformationHolder .regularPrice {
	color: #000;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	font-weight: 700;
}

.singlePopularServices .productInformationHolder .regularPrice.oldPrice {
	opacity: 0.65;
	text-decoration: line-through;
	margin-right: 4px;
}

.singlePopularServices .productInformationHolder .salePrice {
	color: #000;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	font-weight: 700;
}

.products_section .owl-nav{

}

.products_section .owl-dots{
	display: none;
}

.products_section .Home_message_section{
	padding-bottom: 0;
}

.products_section .carousel_popular_services{
	margin-bottom: 0;
}


.products_section .owl-theme .owl-nav {
	position: absolute;
	top: 155px;
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.products_section .owl-carousel .owl-nav button.owl-prev {
	background-color: #000000;
	width: 48px;
	height: 48px;
	color: #fff;
	right: 24px;
	rotate: 180deg;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
}

.products_section .owl-carousel .owl-nav button.owl-next {
	background-color: #000000;
	width: 48px;
	height: 48px;
	color: #fff;
	left: 24px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
}

.products_section .owl-nav .owl-prev.disabled, .products_section .owl-nav .owl-next.disabled {
	opacity: 0;
}

.singlePopularServices.RedirectToEshop .productImageHolder{
	background-color: rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-theme .owl-nav{
	pointer-events: none;
}

.shipperSelection{
	margin-top: 25px;
}

.shipperSelection .shipperContainer{
	padding: 24px;
	border: solid 1px #000;
	margin: 0 0 30px;
	cursor: pointer;
}

.shipperSelection .row .active .shipperContainer{
	border: solid 2px #000;
	background-color: #FEEBBF;
}

#ifIsCompany > div{
	display: flex;
	flex-direction: column;
	margin-top: 25px;
}

#ifIsCompany > div{
	display: flex;
	flex-direction: column;
	margin-top: 25px;
}

#ifIsCompany > div input{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	height: 48px;
	background-color: transparent;
	border-radius: 0;
	margin-top: 4px;
	padding: 0 16px;
	width: 100%;
}

body .owl-carousel .owl-nav button.owl-next,
body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel button.owl-dot{
	pointer-events: auto;
}

@media (max-width: 1680px) {
	.section_Wrapper {
		margin: 0 48px;
	}

	.Home_message_section p{
		font-size: 15px;
		max-width: 580px;
		line-height: 150%;
	}

    .popular_services_section .featuredImage{
        height: 278px;
    }

	.popular_services_section h2 {
		font-family: "Rethink Sans", sans-serif;
		font-size: 15px;
		line-height: 150%;
	}

	.popular_services_section .serviceImage {
		height: 278px;
	}

	.popular_services_section .owl-theme .owl-nav {
		top: 107px;
	}

	.doctors_section .fieldText {
		font-size: 12px;
	}

	#masthead .site-branding img {
		height: 20px;
	}

	#masthead #site-navigation #primary-menu li a {
		font-size: 14px;
		line-height: 115%;
	}

	#masthead .menu-rightNavigation #menu-secondary-header li a {
		font-size: 14px;
		line-height: 115%;
	}

	#masthead .menu-rightNavigation .eShopLink {
		font-size: 14px;
		line-height: 115%;
	}

	footer h4 {
		font-size: 14px;
	}

	footer .newsletterblock p {
		font-size: 14px;
	}

	.linkBlocks a {
		font-size: 14px;
	}

	.linkBlocks.contactBlocks a, .linkBlocks.contactBlocks p {
		font-size: 14px;
	}

	.workHours span {
		font-size: 14px;
	}

	footer .newsletterblock button {
		font-size: 15px;
	}

	.floatingRegister button {
		font-size: 15px;
	}

	#headerNotification p {
		font-size: 15px;
	}

	.socialLinks a span {
		font-size: 15px;
	}

	body.generalRegisterForm .tabText{
		font-size: 20px;
	}

	body.generalRegisterForm #pills-tab .nav-item .nav-link{
		font-size: 15px;
	}

	body.generalRegisterForm #pills-tab {
		margin: -48px 0 0;
	}

	body.generalRegisterForm #registrationForm label span {
		font-size: 12px;
	}

	body.generalRegisterForm #registrationForm label.checkBox {
		font-size: 15px;
	}

	body.generalRegisterForm #registrationForm label input[type="checkbox"] {
		height: 16px;
		width: 16px;
	}

	body.generalRegisterForm #registrationForm label input[name="agreeNewsletter"] {
		min-width: 16px;
	}

	body.generalRegisterForm #registrationForm #registerForm {
		font-size: 15px;
		padding: 12px 0;
	}

	body.generalRegisterForm footer {
		padding-top: 0;
	}

	body.generalRegisterForm #payRegistrationForm label span {
		font-size: 12px;
	}

	body.generalRegisterForm .radioBox {
		font-size: 15px;
	}

	body.generalRegisterForm #payRegistrationForm .radioBox input {
		width: 16px;
		height: 16px;
	}

	body.generalRegisterForm .paymentDisplayHolder p {
		font-size: 15px;
	}

	#payRegistrationButton {
		font-size: 15px;
		padding: 12px 0;
	}

	.inputNewsletter {
		font-size: 12px;
	}

	.checkboxSelection {
		font-size: 15px;
	}

	.newsletterSection .Home_message_section p {
		font-size: 15px;
	}

	.subscribeButton {
		font-size: 15px;
	}

	.back_section a {
		font-size: 14px;
	}

	.serviceImage {
		height: 378px;
	}

	.pageTopSection .featuredImage {
		height: 580px;
	}

	body.single-paslaugos .pageTopSection .featuredImage {
		margin-top: 64px;
	}

	.pageTopSection p {
		font-size: 15px;
	}

	.blockTextHolder {
		font-size: 15px;
	}

	.Clinic_contacts_block a, .Clinic_contacts_block p, .Shop_contacts_block a, .Shop_contacts_block p, .Administration_contacts_block a, .Administration_contacts_block p {
		font-size: 15px;
	}

	body.single-paslaugos .singlePostTop p {
		font-size: 20px;
	}

	body.single-paslaugos .innerCategories .innerService a {
		font-size: 15px;
	}

	body.single-paslaugos .popular_services_section h3{
		font-size: 15px;
	}

	body.single-paslaugos .popular_services_section h4 {
		font-size: 20px;
	}

	body.single-paslaugos .popular_services_section p.fieldText {
		font-size: 12px;
	}

	.taxanomy_sub_section h2 {
		font-size: 15px;
	}

	.taxanomy_sub_section p {
		font-size: 15px;
	}

	.accordion-item h2 button {
		font-size: 15px;
	}

	.pageTopSection h1 {
		font-size: 60px;
	}

	.aboutServiceHolder h2 {
		font-size: 43px;
	}

	.aboutProcedureText p {
		font-size: 15px;
	}

	.aboutProcedureText button {
		font-size: 15px;
	}

	.service_facts .serviceFact span{
		font-size: 15px;
	}

	.serviceButtons button {
		font-size: 15px;
	}

	.servicesTypesSection h2 {
		font-size: 43px;
	}

	.servicesTypesSection h3 {
		font-size: 17px;
	}

	.servicesTypesSection .sectionTextHolder p {
		font-size: 17px;
	}

	.VideoSection h2 {
		font-size: 43px;
	}

	.beforeAndAfterSection h2 {
		font-size: 43px;
	}

	.beforeAndAfterSection .carousel_before_after .imageCounter {
		font-size: 15px;
	}

	.procedureDoctorsSection h2 {
		font-size: 43px;
	}

	.procedureDoctorsSection .doctorDataHolder h3 {
		font-size: 47px;
	}

	.procedureDoctorsSection .doctorDataHolder a {
		font-size: 15px;
	}

	.procedureDoctorsSection .doctorDataHolder p {
		font-size: 15px;
	}

	.serviceTextSection h2 {
		font-size: 60px;
	}

	.serviceTextSection p {
		font-size: 15px;
	}

	.relatedServicesection > span {
		font-size: 15px;
	}

	.yt-video__overlay {
		height: 666px;
	}

	.singleBeforeAfter .singleImage {
		height: 590px;
	}

	.procedureDoctorsSection .doctorImageHolder {
		height: 484px;
	}

	body.page-template-page-rules #pills-tab .nav-item .nav-link{
		font-size: 15px;
	}

	body.page-template-page-rules h3 {
		font-size: 15px;
	}

	.tab-content .tab-pane .rulesblock p {
		font-size: 15px;
	}


	body.page-template-page-rules h4 {
		font-size: 15px;
	}

	.doctors_from_category_section h3 {
		font-size: 20px;
	}

	.doctors_from_category_section .fieldText {
		font-size: 12px;
	}

	.doctors_from_category_section .doctorImage {
		height: 278px;
	}

	.gydytojai_top_section .doctorImage {
		height: 580px;
	}

	.gydytojai_top_section .mainDoctorInformation p {
		font-size: 15px;
	}

	body.single-gydytojai p {
		font-size: 15px;
	}

	body.single-gydytojai .consultationButton button {
		font-size: 15px;
	}

	.doctor_past_section button.showMore {
		font-size: 15px;
	}

    #IndividualServiceRegister .Home_message_section p {
        font-size: 20px;
    }

    #IndividualServiceRegister .Home_message_section p.serviveName {
        font-weight: 500;
    }

	body.generalRegisterForm .Home_message_section h2{
		font-size: 67px;
	}

	.couponDisplaySection p {
		font-size: 27px;
	}

	.servicesCouponsSection ul li button.nav-link {
		font-size: 15px;
	}

	.servicesCouponWrapper .singleCoupon p {
		font-size: 15px;
	}

	.servicesCouponWrapper .singleCoupon span {
		font-size: 15px;
	}

	.servicesCouponsSection h2 {
		font-size: 43px;
	}

	body.single-dovanu_kuponai h1 {
		font-size: 36px;
	}

	body.single-dovanu_kuponai .mainCouponInformation p.couponPresetPrice {
		font-size: 27px;
	}

	body.single-dovanu_kuponai .mainCouponInformation p {
		font-size: 15px;
	}

	body.single-dovanu_kuponai .mainCouponInformation a {
		font-size: 15px;
	}

	body.single-dovanu_kuponai .label {
		font-size: 12px;
	}

	body.single-dovanu_kuponai .couponType .radio-text{
		font-size: 15px;
	}

	body.single-dovanu_kuponai .gift-fields button.buy-btn {
		font-size: 15px;
		padding: 12px 0;
	}

	.cookiesBlock .customSingleCookie span{
		font-size: 15px;
	}

	.cookiesBlock .customSingleCookie .cookieName span:first-child,
	.cookiesBlock .customSingleCookie .cookieType span:first-child,
	.cookiesBlock .customSingleCookie .cookieDescription span:first-child,
	.cookiesBlock .customSingleCookie .cookielink span:first-child{
		font-size: 12px;
	}

	.singlePopularServices .productImageHolder {
		height: 278px;
	}

	.singlePopularServices .productInformationHolder .brandHolder {
		font-size: 12px;
	}

	.singlePopularServices .productInformationHolder .productHolder {
		font-size: 15px;
	}

	.singlePopularServices .productInformationHolder .regularPrice {
		font-size: 15px;
	}

	.singlePopularServices .productInformationHolder .salePrice {
		font-size: 15px;
	}

}

@media (max-width: 1399px) {
	.doctors_from_category_section .doctorImage {
		height: 378px;
	}
}

@media (max-width: 1280px) {
	.popular_services_section .serviceImage {
		height: 292px;
	}

	.owl-theme .owl-nav [class*=owl-]:hover svg {
		filter: none;
	}

	.Home_logo_section svg {
		padding-top: 130px;
	}

	.popular_services_section .owl-theme .owl-nav {
		top: 115px;
	}

	.Home_video_section .video_text_block p {
		font-size: 32px;
	}

	.Home_message_section h2 {
		font-size: 80px;
	}

	.popular_services_section h3 {
		font-size: 28px;
		padding: 15px 0 10px 0;
	}

	.serviceImage {
		height: 293px;
	}

	.pageTopSection .featuredImage {
		height: 452px;
	}

	.yt-video__overlay {
		height: 522px;
	}

	.singleBeforeAfter .singleImage {
		height: 462px;
	}

	.procedureDoctorsSection .doctorImageHolder {
		height: 356px;
	}

	.singlePostItem .singlePostTitle {
		font-size: 27px;
	}

	.singlePostItem .singlePostPublishDate {
		font-size: 12px;
	}

	.pager span {
		font-size: 15px;
	}

	.pager_select {
		font-size: 15px;
	}

	.postFeaturedImage {
		height: 300px;
	}

	.doctors_from_category_section .doctorImage {
		height: 293px;
	}

	.gydytojai_top_section .doctorImage {
		height: 452px;
	}

}

@media (max-width: 1024px) {
	.section_Wrapper {
		margin: 0 32px;
	}

	.owl-carousel.owl-drag .owl-item{
		padding: 0 5px;
	}

	.hideMobile{
		display: none !important;
	}

	.showMobile{
		display: block !important;
		overflow: hidden;
	}

	footer .showMobile .newsletterblock button {
		margin-top: 24px;
	}

	.showMobile .socialLinks {
		border-bottom: solid 2px #000000;
		margin: 40px 0 48px;
		padding: 0 15px 66px;
	}

	.showMobile .contactBlocks.linkBlocks {
		height: auto;
		padding: 24px 0;
		border-top: solid 1px rgb(0 0 0 / 25%);
		border-bottom: solid 1px rgb(0 0 0 / 25%);
		margin: 24px 0;
	}

	.showMobile .workHours {
		max-width: 100%;
		margin-bottom: 64px;
	}

	.showMobile .footerLayer > .linkBlocks{
		padding: 48px 15px 0;
		border-top: solid 2px #000;
	}

	.Home_video_section .video_text_block p {
		font-size: 20px;
		line-height: 105%;
	}

	.Home_message_section {
		padding: 96px 0;
	}

	.Home_message_section h2 {
		font-size: 43px;
	}

	.popular_services_section .serviceImage {
		height: 269px;
	}

    #site-navigation, .menu-rightNavigation{
		display: none !important;
	}

	#mobileMenu{
		display: flex !important;
		justify-content: flex-end;
		align-items: center;
		height: 64px;
	}

	#mobileMenu .mobileSearch, #mobileMenu .mobileBurger{
		height: 64px;
		display: flex	;
		align-items: center;
		border-left: solid 1px #000;
		cursor: pointer;
	}

	#mobileMenu .mobileSearch svg, #mobileMenu .mobileBurger svg{
		height: 64px;
		width: 64px;
		padding: 0 22px;
	}

	#mobileMenu .mobileBurger svg{
		padding: 0 0 0 22px;
		width: 42px;
	}

	body.showingExtendedMenu #mobileMenu .mobileSearch{
		border-left: solid 1px #545353;
	}

	body.showingExtendedMenu #mobileMenu .mobileBurger{
		border-left: solid 1px #545353;
	}

	body.showingExtendedMenu #mobileMenu .mobileSearch svg{
		filter: invert(1);
		height: 64px;
		width: 64px;
		padding: 0 22px;
	}

	body.showingExtendedMenu #mobileMenu .mobileSearch svg{
		filter: invert(1);
		height: 64px;
		width: 64px;
		padding: 0 22px;
		opacity: 0.65;
	}

	body.showingExtendedMenu #mobileMenu .mobileBurger svg.openBurger{
		filter: invert(1);
		height: 64px;
		width: 64px;
		padding: 0 22px;
	}

	body.showingExtendedMenu .mobileExtended{
		padding-top: 16px;
	}

	body.showingExtendedMenu .mobileExtended ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}

	body.showingExtendedMenu .mobileExtended ul li{
		padding: 16px 0;
		border-bottom: solid 1px rgb(255 255 255 / 25%);
	}

	body.showingExtendedMenu .mobileExtended ul li a{
		font-family: "Rethink Sans", sans-serif;
		font-size: 14px;
		font-weight: normal;
		color: #fff;
		opacity: 0.65;
		line-height: 115%;
		display: flex;
		justify-content: space-between;
	}

	#wp-admin-bar-top-secondary{
		display: none !important;
	}

	#menu-item-37 .menu-glyph{
		display: none !important;
	}

	.mobileExtendedMain{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: inherit;
	}

	.mobileExtendedMain .mobileMenuBottom{
		background-color: #BAB0C0;
		margin: 0;
		width: 100%;
		max-width: 100%;
		display: block;
		position: relative;
	}

	.mobileExtendedMain .mobileMenuBottom .eshopLinkHolder{
		height: 64px;
		display: flex;
		align-items: center;
	}

	.mobileExtendedMain .mobileMenuBottom .eshopLinkHolder .eShopLink{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.mobileExtendedMain .mobileMenuBottom .eshopLinkHolder .eShopLink span{
		font-family: "Rethink Sans", sans-serif;
		font-size: 14px;
		font-weight: 700;
		color: #000;
	}

	body.showingExtendedMenu #masthead .custom-logo{
		opacity: 0.65;
	}

	.newsletterSection .Home_message_section h2 {
		font-size: 43px;
	}

	body.home.showingNewsletter footer {
		padding-top: 0;
	}

	.mobileMenuColumns.menuColumns{
		display: block !important;
		padding-top: 24px !important;
	}

	.mobileMenuColumns.menuColumns .backMenuButton{
		margin-bottom: 24px !important;
	}

	.mobileMenuColumns.menuColumns h2{
		color: #fff;
		font-family: 'Eklips', sans-serif;
		font-weight: 400;
		font-size: 36px;
		line-height: 105%;
		letter-spacing: 2px;
		text-transform: uppercase;
		margin-bottom: 32px;
	}

	.mobileMenuColumns.menuColumns .singleMenuColumn{
		padding: 0 !important;
		border: none !important;
		margin-bottom: 48px;
	}

	body.showingExtendedMenu .extendedMenuSection .menuColumns .singleMenuColumn > p {
		font-size: 20px;
		color: #ffffff;
		opacity: 1;
		margin-bottom: 16px;
		display: block;
	}

	.mainMenuCat{
		font-size: 20px;
		color: #ffffff;
		opacity: 1;
		margin-bottom: 16px;
		display: block;
	}

	body.showingExtendedMenu .extendedMenuSection .menuColumns .singleMenuColumn .menuChildren a {
		font-weight: 400;
		font-style: normal;
		font-size: 14px;
		line-height: 115%;
		margin: 0;
		padding: 16px 0;
		opacity: 0.65;
		border-bottom: solid 1px rgb(255 255 255 / 20%);
		display: flex;
		justify-content: space-between;
	}

	body.showingExtendedMenu .extendedMenuSection .section_Wrapper .extendedMenuBlock .menuColumns {
		height: auto !important;
	}

	body.showingExtendedMenu .extendedMenuBottom a {
		display: flex;
		justify-content: space-between;
	}

	.PaymentCancaled p, .procesingPayment p {
		font-size: 20px;
	}

	.PaymentCancaled a, .procesingPayment a {
		font-size: 15px;
		padding: 12px 46px;
	}

	.Clinic_contacts_block h2, .Shop_contacts_block h2, .Administration_contacts_block h2 {
		margin-bottom: 48px;
	}

	body.page-template-page-kontaktai #primary .workHours {
		max-width: 100%;
	}

	.Clinic_contacts_block a, .Clinic_contacts_block p, .Shop_contacts_block a, .Shop_contacts_block p, .Administration_contacts_block a, .Administration_contacts_block p {
		font-size: 15px;
	}

	.Administration_contacts_block .contactSubTitle {
		font-size: 12px;
	}

	.serviceImage {
		height: 343px;
	}

	.mainPostContent .entry-title {
		font-size: 43px;
	}

	body.single-paslaugos .innerCategories h2 {
		margin-bottom: 53px;
	}

	.mainPostContent .singlePostTop {
		padding: 0 16px;
	}

	.faq_section h2 {
		font-size: 28px;
	}

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

	.faq_section .accordion {
		margin-top: 64px;
	}

	.relatedServicesection .serviceImage {
		height: 704px;
	}

	.relatedServicesection .singleRelatedService {
		margin-bottom: 32px;
	}

	.serviceTextSection {
		padding: 96px 0;
	}

	.singleBeforeAfter .singleImage {
		height: 694px;
		width: 100%;
	}

	.procedureDoctorsSection .doctorSlide {
		padding: 0;
	}

	.procedureDoctorsSection .doctorImageHolder {
		height: 694px;
	}

	.carousel_service_doctor .owl-nav{
		position: relative;
		display: flex;
		justify-content: flex-start;
		gap: 4px;
		margin-top: 32px !important;
	}

	.procedureDoctorsSection .doctorDataHolder h3 {
		font-size: 24px;
		margin-top: 24px;
	}

	.procedureDoctorsSection .doctorDataHolder a {
		font-size: 15px;
		position: relative;
		text-align: left;
		display: flex;
		justify-content: flex-start;
		margin: 36px 0 0;
	}

	.yt-video__overlay {
		height: 396px;
	}

	.VideoSection h2 {
		font-size: 28px;
	}

	.pageTopSection .pageTopTextHolder {
		margin-top: 75px;
	}

	.pageTopSection .featuredImage {
		height: 704px;
	}

	.pageTopSection h1 {
		font-size: 36px;
	}

	.aboutServiceHolder h2 {
		font-size: 28px;
	}

	.service_facts{
		max-width: 100%;
		width: 100%;
		margin-top: 48px;
	}

	.servicesTypesSection h2 {
		font-size: 28px;
		margin-bottom: 48px;
	}

	.servicesTypesSection h3 {
		font-size: 15px;
		max-width: 100%;
	}

	.servicesTypesSection .sectionTextHolder p {
		font-size: 15px;
	}

	.beforeAndAfterSection h2 {
		font-size: 28px;
	}

	.procedureDoctorsSection h2 {
		font-size: 28px;
	}

	.serviceTextSection h2 {
		font-size: 40px;
	}

	.relatedServicesection h3 {
		font-size: 24px;
	}

	.beforeAfterCompare {
		display: flex;
		gap: 4px;
		flex-direction: column;
	}

	body.single-paslaugos #pills-tab {
		display: flex;
		flex-direction: row;
		overflow-x: scroll;
		width: max-content;
	}

	.navigationHolder{
		overflow-x: scroll;
	}

	body.single-paslaugos .tabSection .navigationHolder #pills-tab{
		margin: 0;
		width: max-content;
	}

	body.page-template-page-rules .navigationHolder #pills-tab{
		margin: 0;
		width: max-content;
	}

	body.page-template-page-rules .navigationHolder #pills-tab{
		margin: 0;
		width: max-content;
	}

	.servicePricesSection h2 {
		font-size: 28px;
	}

	.singlePriceActionBlock {
		text-align: right;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 0;
	}

	body.showAllPrices #AllPrices .singlePrice {
		flex-direction: column;
	}

	body.showAllPrices #AllPrices .singlePrice .singlePriceActionButtons{
		display: flex;
		flex-direction: column;
	}

	body.showAllPrices #AllPrices .singlePrice .singlePriceActionButtons span {
		font-size: 15px;
	}

	body.showAllPrices #AllPrices .singlePrice .singlePriceActionButtons a {
		font-size: 15px;
		margin-top: 16px;
	}

	body.showAllPrices #AllPrices .registerToServiceButton {
		font-size: 15px;
		padding: 12px 0;
	}

	.Home_message_section p.serviveName {
		font-size: 15px;
		font-weight: 500;
	}

	.customizable_text_section h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.customizable_block {
		padding-top: 48px;
		margin-top: 48px;
	}

	.customizable_block:last-child {
		padding-bottom: 0;
	}

	body.page-id-21 .pageTopSection h1 {
		font-size: 36px;
		margin-bottom: 15px;
	}

	.singlePostItem .singlePostTitle {
		font-size: 27px;
	}

	body.page-template-page-rules h3 {
		margin-bottom: 20px;
	}

	body.page-template-page-rules h4 {
		margin-bottom: 10px;
	}

	body.page-template-page-rules h1 {
		font-size: 28px;
	}

	.doctor_categories_section .section_Wrapper{
		margin-top: 0;
	}

	.doctor_categories_section .singleDoctorCategory {
		margin-bottom: 24px;
	}

	.doctors_from_category_section .doctorImage {
		height: 704px;
	}

	.gydytojai_top_section .mainDoctorInformation h1 {
		font-size: 24px;
		margin-top: 32px;
	}

	.about_doctor_section .section_Wrapper h2 {
		font-size: 28px;
	}

	.doctorInformationHolder {
		max-width: 100%;
		width: 100%;
		margin-top: 48px;
	}

	.doctor_past_section .section_Wrapper h2 {
		font-size: 28px;
	}

	.gydytojai_top_section .doctorImage {
		height: 704px;
	}

	.singleServiceCategory .serviceImage{
		height: 218px;
	}

	.services_categories_section h3 {
		font-size: 24px;
	}

	body.single-paslaugos .singlePostTop p {
		font-size: 18px;
	}

	body.single-paslaugos .innerCategories h2 {
		font-size: 28px;
	}

	.procedureDoctorsSection .doctorSlide {
		padding: 0;
	}

	.procedureDoctorsSection .doctorImageHolder {
		height: 335px;
	}

	body.generalRegisterForm .Home_message_section h2 {
		font-size: 43px;
	}

	.servicesCouponWrapper .singleCoupon {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.servicesCouponWrapper .singleCoupon .couponPriceLink{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.servicesCouponWrapper .singleCoupon .couponPriceLink .arrowLink{
		margin: 24px 0;
	}

	.servicesCouponWrapper .navigationHolder #pills-tab{
		margin: 0;
		width: max-content;
	}

	body.single-dovanu_kuponai h1 {
		font-size: 30px;
		margin-top: 48px;
	}

	body.single-dovanu_kuponai .mainCouponInformation p.couponPresetPrice {
		font-size: 25px;
	}

	body.single-dovanu_kuponai .couponDeliveryForm h2 {
		font-size: 27px;
	}

	body.single-dovanu_kuponai .couponDeliveryForm p {
		font-size: 15px;
	}

	body.single-dovanu_kuponai .couponDeliveryForm h2 {
		font-size: 27px;
	}

	.couponDeliveryForm.container > .section_Wrapper > .row{
		display: flex;
		flex-direction: column-reverse;
	}

	body.single-dovanu_kuponai .couponDeliveryForm .cartHolder {
		width: 100%;
		margin-bottom: 48px;
		float: none;
	}

	body.single-dovanu_kuponai .physicalForm .deliveryType {
		margin-top: 38px;
		display: flex;
		flex-direction: column;
	}

	body.single-dovanu_kuponai .physicalForm .deliveryType .radio-row {
		padding: 12px 0;
		font-size: 15px;
	}

	body.single-dovanu_kuponai .physicalForm .deliveryType .radio-row input {
		margin-right: 8px;
	}

	body.single-dovanu_kuponai .physicalForm > .row {
		margin-top: 0;
	}

	body.single-dovanu_kuponai .physicalForm input, body.single-dovanu_kuponai .physicalForm select{
		margin-bottom: 38px;
	}

	body.single-dovanu_kuponai .physicalForm #postCode{
		width: 160px;
		display: block;
	}

	body.single-dovanu_kuponai .physicalForm input[type='text'] {
		font-size: 17px;
	}




}

@media (max-width: 991px) {
	.singleServiceCategory .serviceImage{
		height: 704px;
	}

	.procedureDoctorsSection .doctorImageHolder {
		height: 694px;
	}

	.singlePriceActionBlock {
		margin-top: 24px;
	}

}

@media (max-width: 768px) {
	.section_Wrapper {
		margin: 0 24px;
	}

	.relatedServicesection .serviceImage {
		height: 431px;
	}

	.procedureDoctorsSection .doctorImageHolder {
		height: 421px;
	}

	.yt-video__overlay {
		height: 242px;
	}

	.pageTopSection .featuredImage {
		height: 431px;
	}

	.singleBeforeAfter .singleImage {
		height: 421px;
	}

	.doctors_from_category_section .doctorImage {
		height: 431px;
	}

	.gydytojai_top_section .doctorImage {
		height:  431px;
	}

	.singleServiceCategory .serviceImage {
		height: 431px;
	}

	.posts_list .postInfo {
		margin-top: 48px;
		display: block;
	}

	.paginateLinksBlock .pager{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.paginateLinksBlock .pager .pager_left span:first-child,
	.paginateLinksBlock .pager .pager_left select{
		display: none;
	}

	.paginateLinksBlock .pager .pager_right{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

}

@media (max-width: 479px) {
	.section_Wrapper {
		margin: 0 16px;
	}

	.pageTopSection .featuredImage {
		height: 343px;
	}

	.newsletterInputBlock .section_Wrapper {
		padding: 0 16px;
	}

	.doctors_from_category_section .doctorImage {
		height: 343px;
	}

	.gydytojai_top_section .doctorImage {
		height: 343px;
	}

	.singleServiceCategory .serviceImage {
		height: 343px;
	}
}



