/*!
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: bolder;
}

/**
 * 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: #FFF;
}

body.home {
	background: #BAB0C0;
}

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 (min-width: 992px) {
	.owl-carousel .item > li.product .addToCart.showMobile{
		display: none !important;
	}
}

@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: auto !important;
	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;
	margin-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;
	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%;
}

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

.related.products .owl-dots,
.visited.products .owl-dots {
	display: none !important;
}

.related.products .owl-theme .owl-nav,
.visited.products .owl-theme .owl-nav {
	position: absolute;
	top: 205px;
	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;
}

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

body.single-product .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;
}

body.single-product .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;
}

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


body.single-product .owl-nav .owl-prev.disabled,
body.single-product .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: #FFF;
	padding-bottom: 48px;
}

.popular_products_section{
	background-color: #FFF;
	padding-top: 0;
}

.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: 0;
	border-top: solid 2px #000000;
	padding-top: 48px;
}

.popular_products_section{
	padding-bottom: 0;
}

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

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

.socialLinks a{
	margin: 14px 0;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.socialLinks a svg{
	margin-right: 5px;
}

.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;
	align-items: center;
}

.back_section .section_Wrapper span svg{
	margin: 0 10px;
	position: relative;
	top: -4px;
}

.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: 17px;
	font-weight: bold;
	color: #000;
	line-height: 120%;
	word-spacing: normal;
	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;
}

.taxanomy_sub_section a{
	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;
}

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

.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 .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;
	height: auto;
}

.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;
	max-width: 220px;
	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: 50%;
	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;
}

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

.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: #000 !important;
}

.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 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 .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.showingNewsletter .back_section{
	background: transparent;
}

.discoGiftLabel{
	width: 32px;
	height: 32px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	padding-bottom: 4px;
}

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


/*----------------------------------------------------------------------------------------------------------------------Eshop*/

.home_page_slider_section{
	margin: 48px auto;
}

.carousel_produt_slider .singleProductSlide .imageHolder{
	height: 556px;
	background-position: center;
	background-size: cover;
}

.carousel_produt_slider .singleProductSlide .slideContent{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.carousel_produt_slider .singleProductSlide .slideType{
	color: #000;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 120%;
	text-transform: uppercase;
	font-weight: 500;
}

.carousel_produt_slider .singleProductSlide p{
	margin: 0;
}

.carousel_produt_slider .singleProductSlide .slideText{
	font-family: 'Eklips', sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 58px;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 24px 0 16px;
}

.carousel_produt_slider .singleProductSlide .slideExplanation{
	color: #000;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
}

.carousel_produt_slider .singleProductSlide a{
	display: flex;
	color: #fff;
	font-weight: 700;
	background-color: #000;
	width: 160px;
	padding: 12px 16px;
	justify-content: space-between;
	align-items: center;
	margin-top: 32px;
}

.carousel_produt_slider .singleProductSlide a span{
	display: flex;
	color: #fff;
	font-weight: 700;
	background-color: #000;
}

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

.home_page_slider_section .owl-nav{
	position: absolute;
	bottom: 0;
	gap: 8px;
	margin: 0 !important;
	display: flex;
}

.home_page_slider_section .carousel_produt_slider .owl-nav .owl-next,
.home_page_slider_section .carousel_produt_slider .owl-nav .owl-prev{
	display: inline-table;
	padding: 15px 13px !important;
	border: solid 2px #000;
	height: 48px;
	width: 48px;
	line-height: 0;
	margin: 0;
	border-radius: 0;
}


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

.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;
	text-transform: none;
}

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

.popularServiceImage{
	height: 528px;
	background-size: cover;
	background-position: center;
}

.popularServicesHolder{
	margin-top: 48px;
}

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

.popular_services_section{
	background-color: #FFF;
	padding-top: 48px;
}

.new_products_section{
	background-color: #FFF;
	padding-bottom: 48px;
}

.home_coupon_section{
	background-color: #FFF;
}

.offers_products_section{
	background-color: #FFF;
}

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

.home_coupon_section .couponHolder{
	height: 648px;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.home_coupon_section .popular_services {
	padding-top: 58px;
}

.home_coupon_section .couponHolder .couponHolder_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	z-index: 1;
}

.home_coupon_section .couponHolder .couponImage{
	height: 364px;
	width: 580px;
	z-index: 2;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


.home_coupon_section .homeCouponBottomBlock{
	margin-top: 48px;
	display: flex;
	align-items: center;
}

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

.home_coupon_section .homeCouponBottomBlock a{
    width: 160px;
    float: right;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    height: 48px;
    padding: 16px;
    font-size: 17px;
    font-family: "Rethink Sans", sans-serif;
    line-height: 150%;
    font-weight: bold;
}

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

.productImageHolder .productDiscountPercentage{
	font-size: 14px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 120%;
	background-color: #000;
	color: #fff;
	padding: 4px;
	position: absolute;
	top: 16px;
	left: 16px;
}

.home_newsletter_section{
	background-color: #fff;
	padding-top: 48px;
}

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

.home_newsletter_section .newsletterBlockImage{
	height: 100%;
	background-size: cover;
	background-position: center;
}

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

.home_newsletter_section .newsletterHolder{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	margin-top: 24px;
}

.home_newsletter_section button{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	height: 48px;
	background-color: #000;
	color: #fff;
	width: 100%;
	font-weight: 700;
	margin-top: 52px;
	border-radius: 0;
}

.home_newsletter_section .newsletterInput{
	margin-top: 40px;
	margin-bottom: 52px;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	font-weight: 700;
}

.home_newsletter_section .newsletterInput input{
	height: 48px;
	border-radius: 0;
	border-color: hwb(0deg 0% 100% / 25%);
	padding: 0 16px;
}

.home_newsletter_section .checkBox.cb a{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	color: #000;
	text-decoration: underline;
}

.advices_section{
	background-color: #fff;
}

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

.advices_section .carousel_popular_services .singlePopularServices h3{
	font-size: 22px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 120%;
	margin-top: 24px;
	text-transform: none;
	font-weight: 500;
}

.advices_section .carousel_popular_services .owl-item{
	padding: 0 2px;
}

.manufacturersList .az {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(26, 1fr);
	list-style: none;
	margin: 0;
	padding: 16px 0;
}

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

.letterList a{
	cursor: pointer;
}

.manufacturersList .az li {
	text-align: center;
}

.ManufacturersByLetter > .singleLetter{
	padding-top: 16px;
	margin-top: 26px;
	border-top: solid 2px #000;
}

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

.ManufacturersByLetter > .singleLetter .manufacturersByLetter > div{
	height: 48px;
	border-bottom: solid 1px hsl(0deg 0% 0% / 25%);
	display: flex;
	align-items: center;
}

.ManufacturersByLetter > .singleLetter .manufacturersByLetter > div a{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.ManufacturersByLetter .byLetter{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	margin: 0;
	color: #000;
}

.brandLogo{
    max-height: 78px;
    width: auto;
}

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

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

body.tax-product_brand .Home_message_section p {
	opacity: 0.65;
}

body.tax-product_brand .filterBlock{
	margin-top: 32px;
}

.filter_attr_select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	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 25px center;
	background-size: 10px 6px;
	border: none;
	box-shadow: none;
	outline: none;
	margin-right: 8px;
	padding: 12px 50px 12px 25px;
	margin-bottom: 16px;
	background-color: rgb(0 0 0 / 5%);
	border-radius: 50px;
}

.sortOrder .sortOrder_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;
	padding: 12px 25px 12px 0;
}

body.tax-product_brand .filterBlock .section_Wrapper{
	border-bottom: solid 1px hsl(0deg 0% 0% / 25%);
}

body.tax-product_brand .brandProducts .sortOrder{
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

body.tax-product_brand ul.products li.product {
	float: left;
	padding: 0;
	position: relative;
	width: 25%;
	margin: 0;
	border-top: solid 1px rgb(0 0 0 / 25%);
}

body.tax-product_brand ul.products li.product:nth-child(1),
body.tax-product_brand ul.products li.product:nth-child(2),
body.tax-product_brand ul.products li.product:nth-child(3),
body.tax-product_brand ul.products li.product:nth-child(4) {
	margin: 0;
	border-top: none;
	padding: 0;
}

body.tax-product_brand .productCard {
	display: flex;
	flex-direction: column;
	padding: 32px 16px;
}

body.tax-product_brand .productCard .addToCart{
	display: none;
}

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

body.tax-product_brand h2 {
	color: #000;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	text-decoration: none;
	font-weight: 400;
	margin: 25px 0 25px;
	display: block;
	text-transform: none;
}

body.tax-product_brand h2 span{
	font-size: 20px !important;
	font-weight: 500 !important;
}

body.tax-product_brand h2 strong{
	font-size: 20px !important;
	font-weight: 500 !important;
}

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

.priceHolder del{
	opacity: 0.65;
	margin-right: 4px;
	text-decoration: none;
}

.priceHolder del bdi{
	text-decoration: line-through;
}

.priceHolder ins{
	background: none;
}

.productCard .productImage{
	text-align: center;
}

.productCard .productImage a .product_image{
	height: 300px;
	width: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.productCard .productImage a .product_image .labels{
	position: relative;
	height: 100%;
	display: flex;
	align-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	color: #000;
}

.productCard .productImage a .product_image .labels .discountPercentageLabel span{
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 120%;
	text-decoration: none;
	font-weight: 400;
	padding: 4px;
	margin-left: -32px;
}

.productCard .productImage a .product_image .labels .otherLabels{
	position: absolute;
	bottom: 0;
	margin-left: -32px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.productCard .productImage a .product_image .labels .otherLabels .singleLable{
	font-size: 14px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 120%;
	text-decoration: none;
	font-weight: 400;
	width: auto;
}

.productCard .productImage a .product_image .labels .otherLabels .singleLable p{
	background-color: #FFDDB5;
	white-space: nowrap;
	padding: 4px;
	display: block;
	width: auto;
	margin-bottom: 2px;
}

.productCard .productImage a{
	display: flex;
	justify-content: center;
	padding: 32px;
}

.productCard .productImage a img{
	width: auto !important;
	height: 300px !important;
	max-height: 300px;
}

header .menuIcon{
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

header .menuIcon svg{
	height: 20px;
	width: 20px;
}

#miniCart{
	position: relative;
}

#miniCart #miniCartCounter{
	position: absolute;
	top: 7px;
	right: 5px;
	background-color: red;
	color: #fff;
	border-radius: 50px;
	font-size: 12px;
	width: 18px;
	height: 18px;
	font-weight: 700;
	text-align: center;
}

body.forced-product-cat-template #masthead{
	background-color: #FFEBD8;
}

body.forced-product-cat-template .Home_message_section{
	background-color: #FFEBD8;
	padding: 72px 0;
}

body.forced-product-cat-template.discount-product-cat .Home_message_section,
body.forced-product-cat-template.discount-product-cat #masthead{
	background-color: #FFF;
}

body.forced-product-cat-template.new-product-cat .Home_message_section,
body.forced-product-cat-template.new-product-cat #masthead{
	background-color: #FFF;
}

body.forced-product-cat-template .Home_message_section h1{
	font-family: 'Eklips', sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 67px;
	line-height: 105%;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	max-width: 710px;
	margin: auto;
}



body.forced-product-cat-template .Home_message_section{
	padding: 72px 0;
}

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

body.forced-product-cat-template .Home_message_section p {
	opacity: 0.65;
}

body.forced-product-cat-template .filterBlock{
	margin-top: 32px;
	border-bottom: solid 1px rgb(0 0 0 / 25%);
	display: flex;
	align-items: center;
}

body.forced-product-cat-template .filterBlock .clearFilterButton{
	margin-bottom: 16px;
	cursor: pointer;
}


body.forced-product-cat-template .filterBlock .section_Wrapper{
	border-bottom: solid 1px hsl(0deg 0% 0% / 25%);
}

body.forced-product-cat-template .brandProducts .sortOrder{
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

body.forced-product-cat-template ul.products li.product {
	float: left;
	padding: 0;
	position: relative;
	width: 25%;
	margin: 0;
}

body.forced-product-cat-template ul.products li.product:nth-child(-n+24){
	border-bottom: solid 1px rgb(0 0 0 / 25%);
}

body.forced-product-cat-template ul.products{
	margin: 0;
}

body.forced-product-cat-template .productCard {
	display: flex;
	flex-direction: column;
	padding: 32px 16px 10px;;
}

body.forced-product-cat-template .productCard .addToCart{
	opacity: 0;
	position: relative;
	bottom: -25px;
	display: flex !important;
	width: 100%;
	transform: translateY(10px);
	visibility: hidden;
	transition: opacity 0.3s
	ease, transform 0.5s
	ease, visibility 0.3s
	ease;
}

body.tax-product_brand .productCard .addToCart{
	opacity: 0;
	position: relative;
	bottom: -25px;
	display: flex !important;
	width: 100%;
	transform: translateY(10px);
	visibility: hidden;
	transition: opacity 0.3s
	ease, transform 0.5s
	ease, visibility 0.3s
	ease;
}

body.tax-product_brand .productCard .addToCart.showCart{
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

body.forced-product-cat-template .productCard .addToCart.showCart{
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.productInformationHolder .addToCartHolder .addToCart.showCart{
	position: absolute;
	bottom: 10px;
	display: flex !important;
}

body.forced-product-cat-template .productCard .addToCart .yith-wcwl-add-to-wishlist-button__label{
	display: none;
}

body.forced-product-cat-template .productCard .yith-wcwl-custom-icon{
	margin: 0 !important;
}

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

body.forced-product-cat-template h2 {
	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;
	text-transform: none;
}

.categoryContainer .childCategories{
	margin-top: 32px;
	display: flex;
	flex-direction: column;
}

.categoryContainer .childCategories a{
	margin: 12px 0 13px 0;
	color: #000;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	text-decoration: none;
	font-weight: 400;
}

body.forced-product-cat-template .taxanomy_sub_section .section_Wrapper{
	margin: 0;
	padding: 48px 0;
	margin-top: 48px;
	border-top: solid 1px rgb(0 0 0 / 25%);
}

body.forced-product-cat-template .taxanomy_sub_section h2{
	height: auto;
	font-weight: 500;
}

body.forced-product-cat-template .faq_section .section_Wrapper{
	margin: 0;
}

body.forced-product-cat-template .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;
}

body.forced-product-cat-template.discount-product-cat .taxanomy_sub_section .section_Wrapper {
	margin: 48px 0 0;
	padding: 48px 0 24px;
	border-top: solid 1px rgb(0 0 0 / 25%);
}

.yith-wcwl-add-to-wishlist-button{
	margin: 0;
	height: 48px;
	width: 48px;
	border: solid 1px #000;
}

.yith-add-to-wishlist-button-block{
	padding-left: 8px;
}

.yith-wcwl-add-to-wishlist-button svg{
	width: 20px;
	height: 20px;
}

.yith-add-to-wishlist-button-block{
	margin: 0;
}

.addToCart .add_to_cart_button{
	margin: 0 !important;
	border-radius: 0 !important;
	background-color: #000 !important;
	color: #fff !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 48px !important;
	width: inherit;
	font-weight: 500;
}

.added_to_cart.wc-forward{
	display: none !important;
}

.singlePopularServices .productInformationHolder .addToCartHolder{
	display: block;
	position: relative;
	bottom: 0;
	height: 85px;
}

.singlePopularServices .productInformationHolder .addToCartHolder{
	display: block;
	position: relative;
	bottom: 0;
	height: 85px;
}

.yith-wcwl-add-to-wishlist-button__label{
	display: none;
}

.owl-carousel .item > li.product{
	list-style: none;
}

.owl-carousel .item > li.product .brandHolder{
	color: #000;
	font-size: 14px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	text-decoration: none;
	font-weight: 700;
}

.owl-carousel .item > li.product .addToCart{
	opacity: 0;
	position: relative;
	bottom: -25px;
	display: flex !important;
	width: 100%;
	transform: translateY(10px);
	visibility: hidden;
	transition: opacity 0.3s ease, transform 0.5s ease, visibility 0.3s ease;
}

.owl-carousel .item > li.product .productCard{
	padding: 0 16px;
}

.owl-carousel .item > li.product .addToCartHolder{
	height: 85px;
}

.owl-carousel .item > li.product .addToCart.showCart {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.productTitle{
	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: 72px;
	text-transform: none;
	width: 100%;
	overflow-y: hidden;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
	max-width: 20px !important;
}

body.forced-product-cat-template .productCard .priceHolder{
	margin-top: 16px;
}

body.forced-product-cat-template .productCard .addToCartHolder{
	height: 85px;
}

body.forced-product-cat-template .productCard .addToCartHolder{
	height: 85px;
}


body.single.single-product .wp-post-image{
	width: auto !important;
	height: 440px !important;
	margin: auto;
}

body.single.single-product .woocommerce-product-gallery__image img{
	width: auto !important;
	height: 440px !important;
	margin: auto;
}

body.single.single-product .mainProduct .product.type-product{
	margin-top: 48px;
}

body.single.single-product .mainProduct .product.type-product .woocommerce-product-gallery__image{
	padding: 64px;
}

body.single.single-product .mainProduct .product.type-product .flex-viewport{
	height: auto !important;
}

body.single.single-product .mainProduct .brandHolder{
	color: #000;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	text-decoration: none;
	font-weight: 700;
	height: 48px;
	display: flex;
	align-items: center;
}

body.single.single-product .mainProduct .brandHolder span{
	margin-right: 8px;
}

body.single.single-product .mainProduct .product_title.entry-title{
	color: #000;
	font-size: 38px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	text-decoration: none;
	font-weight: 400;
	margin: 0;
}

body.single.single-product .mainProduct .onsale{
	display: none;
}

body.single.single-product #masthead{
	background-color: #FFEBD8;
}

body.single.single-product .woocommerce-product-gallery__trigger{
	display: none;
}

body.single.single-product .p-badges-row .badge{
	color: #000;
	font-size: 14px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 120%;
	text-decoration: none;
	font-weight: 400;
	padding: 4px;
	background-color: #FFDDB5;
	border-radius: 0;
	margin-right: 2px;
}

body.single.single-product .p-badges-row .badge.badge-sale{
	color: #fff;
	background-color: #000;
}

body.single.single-product p.price{
	color: #000;
	font-size: 29px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 119%;
	margin: 32px 0 0;
	font-weight: 400;
}

body.single.single-product p.price del{
	opacity: 0.35;
}

body.single.single-product p.price bdi{
	font-weight: 400;
}

body.single.single-product .woocommerce-product-details__short-description{
	margin-top: 24px;
}

body.single.single-product .p-sku{
	padding: 50px 0 25px;
	border-bottom: solid 1px rgb(0 0 0 / 25%);
	margin-bottom: 32px;
	font-size: 14px;
	color: #000;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	font-weight: 400;
	opacity: 0.65;
}

body.single.single-product .stock.in-stock{
	color: #000;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	font-weight: 400;
	font-size: 17px;
}

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

.custom-breadcrumb-wrapper{
	background-color: #FFEBD8;
	height: 48px;
	display: flex;
	color: #000;
	font-size: 16px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 115%;
	text-decoration: none;
	font-weight: 400;
	align-items: center;
}

.custom-breadcrumb-wrapper a{
	color: #000;
	font-size: 16px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 115%;
	text-decoration: none;
	font-weight: 400;
}

.custom-breadcrumb-wrapper .wc-bc-delimiter{
	margin: 0 10px;
}

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

.aboutProductText 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: 4px;
}

body.single.single-product form.cart {
	display: flex;
	flex-direction: column;
	margin-top: 25px;
}

body.single.single-product .yith-wcwl-add-to-wishlist-button {
	justify-content: center !important;
	border-width: 2px;
}

body.single.single-product .yith-wcwl-add-to-wishlist-button img{
	width: 100%;
}

body.single.single-product .addTocartWrapper {
	margin-top: 32px;
}

body.single.single-product .addTocartWrapper button {
	display: flex;
	align-items: center;
	height: 48px;
	justify-content: center;
	border-radius: 0;
	background-color: #000;
	width: 160px;
	border: solid 1px #000;
}

body.single.single-product .productFeatures{
	margin: 0;
	list-style: none;
	padding: 0;
}

body.single.single-product .productFeatures li{
	display: flex;
	align-items: center;
	align-content: center;
	height: 40px;
}

body.single.single-product .productFeatures li img{
	margin-right: 16px;
}

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

body.single.single-product #accordionInformation{
	margin-top: 48px;
}

body.single.single-product .woocommerce-tabs.wc-tabs-wrapper{
	display: none !important;
}

body.single.single-product input[type="number"]::-webkit-outer-spin-button,
body.single.single-product input[type="number"]::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

body.single.single-product input[type="number"]{
	-moz-appearance: textfield;
}

body.single.single-product .productQuantityWrapper .quantity{
	display: flex;
	flex-direction: row;
	margin: 0;
	height: 48px;
}

body.single.single-product .productQuantityWrapper input{
	height: 48px;
	border: none;
	width: 41px;
	margin: 0;
	font-size: 17px;
	color: #000;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	font-weight: 400;
}

body.single.single-product .productQuantityWrapper button.minus,
body.single.single-product .productQuantityWrapper button.plus{
	height: 48px;
	width: 48px;
	background-color: transparent;
	border: solid 1px #000;
	display: flex;
	color: #000;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	padding: 0;
	font-size: 24px;
}

body.single.single-product .NoticeHolder{
	border: solid 2px #000;
	padding: 16px;
}

body.single.single-product .NoticeHolder p{
	margin: 0;
}

body.woocommerce-wishlist h1.page-title{
	font-family: 'Eklips', sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	margin: auto;
	padding: 72px 0;
}

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

body.woocommerce-wishlist .productCard .addToCartHolder {
	height: 85px;
}

body.woocommerce-wishlist .productCard .addToCart {
	opacity: 0;
	position: relative;
	bottom: -25px;
	display: flex !important;
	width: 100%;
	transform: translateY(10px);
	visibility: hidden;
	transition: opacity 0.3s
	ease, transform 0.5s
	ease, visibility 0.3s
	ease;
}

body.woocommerce-wishlist .productCard .addToCart.showCart{
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

body.woocommerce-wishlist .yith-wcwl-add-to-wishlist-button img{
	margin: 0 !important;
}

body.woocommerce-wishlist ul.products li.product{
	margin-bottom: 0;
}

#userAccountLogin{
	position: relative;
}

#userAccountLogin #accountMenu{
	position: absolute;
	top: 48px;
	background-color: #000;
	min-width: 160px;
}

#userAccountLogin #accountMenu .singleMenuItem{
	height: 48px;
	display: flex;
	align-items: center;
}

#userAccountLogin #accountMenu .singleMenuItem a{
	color: #fff;
	padding: 0 16px;
	min-width: 160px;
}

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

body.woocommerce-account .entry-content .woocommerce{
	display: flex;
	flex-direction: column;
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation{
	float: none;
	width: 100%;
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul{
	list-style: none;
	padding: 0;
	margin: 0 0 48px;
	display: flex;
	border-bottom: solid 1px rgb(0 0 0 / 25%);
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li{
	margin-right: 16px;
	position: relative;
	bottom: -1px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation .is-active {
	border-bottom: 3px solid #000 !important;
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: bold;
	line-height: 150%;
	color: #000;
	height: 48px;
	display: flex;
	align-items: center;
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content{
	float: none;
	width: 100%;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row{
	border-bottom: 1px solid rgb(0 0 0 / 25%);
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row td{
    border: none;
    width: 25%;
    padding: 16px 0;
}

body.woocommerce-account .woocommerce-MyAccount-content .account-orders-table{
	border: none;
	border-collapse: collapse;
	margin-bottom: 72px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions{
	float: right;
    position: relative;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a{
	height: 48px;
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 2px #000;
    position: absolute;
    right: 0;
}


body.woocommerce-account .orderRowTitleHolder span{
	font-size: 16px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: bold;
	line-height: 150%;
	color: #000;
}

body.woocommerce-account table td{
	font-size: 16px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	color: #000;
}

body.woocommerce-account a{
	color: #000;
}

body.woocommerce-account .woocommerce-EditAccountForm{
	max-width: 550px;
}

body.woocommerce-account .woocommerce-MyAccount-content label{
    font-size: 14px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: bold;
    line-height: 150%;
    color: #000;
}

body.woocommerce-account .woocommerce-MyAccount-content input{
    border: solid 1px rgb(0,0,0,0.25) !important;
    border-radius: 0 !important;
    font-size: 17px !important;
    font-family: "Rethink Sans", sans-serif !important;
    font-weight: normal !important;
    line-height: 150% !important;
    color: #000 !important;
    margin-bottom: 32px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p button[name="save_account_details"]{
    border-radius: 0;
    width: 100%;
    height: 48px;
    font-size: 17px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: bold;
    line-height: 150%;
    color: #ffffff;
    background-color: #000;
    margin: 35px 0 50px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message{
    outline: none;
}

body.woocommerce-account .woocommerce-MyAccount-content fieldset{
    padding: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content fieldset legend{
    display: none;
}

body.woocommerce-account .woocommerce-MyAccount-content .show-password-input{
    display: none !important;
}

body.woocommerce-view-order .section_Wrapper > h1,
body.woocommerce-view-order .woocommerce-MyAccount-content > p,
body.woocommerce-view-order .woocommerce-MyAccount-navigation{
	display: none;
}

body.woocommerce-view-order .orderGeneralData{
	max-width: 355px;
}

body.woocommerce-view-order .orderGeneralData > div{
	margin-bottom: 25px;
}

body.woocommerce-view-order .myOrdersProductRow .order_item{
	display: flex;
}

body.woocommerce-view-order .customOrderView{
	padding-top: 48px;
	border-top: solid 2px #000;
}

body.woocommerce-view-order .customOrderView h2{
	font-size: 29px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 119%;
	margin-bottom: 20px;
}

body.woocommerce-view-order .customOrderView .orderGeneralData .orderDataRow {
	padding: 20px 0;
}

body.woocommerce-view-order .customOrderView .orderGeneralData .orderDataRow {
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
	margin: 0;
	border-bottom: solid 1px rgb(0 0 0 / 25%);
}

body.woocommerce-view-order .customOrderView .orderGeneralData .orderDataRow span{
	font-weight: 700;
}

body.woocommerce-view-order .customOrderView .downloadInvoice{
	margin-top: 44px;
}

body.woocommerce-view-order .customOrderView .downloadInvoice button{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 700;
	line-height: 150%;
	width: 100%;
	border: solid 2px #000;
	height: 48px;
	display: flex;
	border-radius: 0;
	background-color: transparent;
	align-items: center;
	justify-content: center;
}

body.woocommerce-view-order .customOrderView .orderProductRows{
	margin-top: 40px;
}

body.woocommerce-view-order .customOrderView .myOrdersProductRow{
	padding-bottom: 16px;
	border-bottom: solid 1px rgb(0 0 0 / 0.25);
	margin-bottom: 16px;
}

body.woocommerce-view-order .customOrderView .myOrdersProductRow a.productRowTitle{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
}

body.woocommerce-view-order .customOrderView .myOrdersProductRow .productRowQuantity span{
	font-size: 14px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
	color: #000;
	opacity: 0.65;
}

body.woocommerce-view-order .customOrderView .myOrdersProductRow .woocommerce-Price-amount{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 700;
	line-height: 120%;
	color: #000;
}

body.woocommerce-view-order .customOrderView .productRowBrand a{
	font-size: 14px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 700;
	line-height: 150%;
	color: #000;
}

body.single.single-product .NoticeHolder .NoticeTitle{
    font-size: 17px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 700;
    line-height: 150%;
}

body.single.single-product .NoticeHolder .NoticeText{
    font-size: 17px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    line-height: 150%;
}

body.single.single-product #productConsultationForm{
    margin-top: 32px;
}

body.single.single-product #productConsultationForm label,
body.single.single-product #productConsultationForm input,
body.single.single-product #productConsultationForm textarea{
    width: 100%;
}

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

body.single.single-product #productConsultationForm .wpcf7-email {
    height: 48px;
    border-radius: 0;
}

body.single.single-product #productConsultationForm textarea {
    height: 141px;
    border-radius: 0;
}

body.single.single-product #productConsultationForm .wpcf7-submit {
    width: auto;
    height: 48px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 700;
    line-height: 150%;
    padding: 0 16px;
    border-radius: 0;
}

body.single.single-product #productConsultationForm .wpcf7-response-output {
    margin: 0 0 25px;
}

body.single.single-product #productConsultationForm form > p:nth-child(4){
    margin: 0;
}

body.page-template-page-krepselis .cart-collaterals .cart_totals{
	max-width: 450px;
	float: right;
	width: 100%;
}

body.page-template-page-krepselis .woocommerce table.shop_table{
	border: none;
}

body.page-template-page-krepselis .cart-item-row .product-quantity{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

body.page-template-page-krepselis .cart-item-row .product-quantity .custom-qty{
	display: flex;
	height: 48px;
	margin-bottom: 18px;
	position: relative;
}

body.page-template-page-krepselis .cart-item-row .product-quantity .custom-qty input[type="number"]::-webkit-outer-spin-button,
body.page-template-page-krepselis .cart-item-row .product-quantity .custom-qty input[type="number"]::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

body.page-template-page-krepselis .cart-item-row .product-quantity .custom-qty input[type="number"]{
	-moz-appearance: textfield;
	padding: 15px 5px;
}

body.page-template-page-krepselis .cart-item-row .product-quantity .custom-qty input{
    height: 48px;
    border-radius: 0;
    width: 41px;
    border: none;
	color: #000;
}

body.page-template-page-krepselis .cart-item-row .product-quantity .custom-qty button{
	border-radius: 0;
	background-color: transparent;
    border-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.page-template-page-krepselis .cart-item-row .cart-item-actions-under{
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 48px;
	margin-top: 18px;
}

body.page-template-page-krepselis .cart-item-row .brandHolder{
    font-size: 14px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 700;
    line-height: 150%;
    color: #000;
}

body.page-template-page-krepselis .cart-item-row .cart-item-title{
	max-width: 570px;
}

body.page-template-page-krepselis .cart-item-row .cart-item-title a{
    font-size: 17px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    line-height: 150%;
    color: #000;
}

body.page-template-page-krepselis .cart-item-row .cart-item-price-wrap .old-price bdi {
    font-size: 17px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-decoration: line-through;
	margin-right: 8px;
}

body.page-template-page-krepselis .cart-item-row .cart-item-price-wrap .new-price bdi {
    font-size: 17px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 700;
    line-height: 120%;
    color: #000;
}

body.page-template-page-krepselis .cart-item-row .cart-item-price-wrap {
    margin-top: 8px;
}

body.page-template-page-krepselis .cart-item-row .product-thumbnail{
	padding: 24px 0 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
}

body.page-template-page-krepselis .cart-item-row .product-thumbnail .imageHodler{
	height: 98px;
	width: 98px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

body.page-template-page-krepselis .cart-item-row .yith-wcwl-add-to-wishlist-button{
	width: auto;
	height: auto;
	border: none;
	margin-right: 24px;
}

body.page-template-page-krepselis .cart-item-row .yith-wcwl-add-to-wishlist-button__label{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 700;
	line-height: 150%;
	color: #000;
	display: block;
}

body.page-template-page-krepselis .cart-item-row .custom-remove{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 700;
	line-height: 150%;
	color: #000;
	display: block;
}

body.page-template-page-krepselis .cart-item-row .yith-add-to-wishlist-button-block{
	padding: 0;
}


body.page-template-page-krepselis .cart-item-row .subtotal-price bdi{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 700;
	line-height: 120%;
	color: #000;
	padding-top: 19px;
}

body.page-template-page-krepselis .cart-item-row .product-name{
	padding-top: 18px;
	width: 100%;
}

body.page-template-page-krepselis .cart-item-row{
	position: relative;
}

body.page-template-page-krepselis .cart-item-row .product-quantity{
	position: absolute;
	top: 0;
	right: 0;
	border-top: 0;
	padding-top: 24px;
}

body.page-template-page-krepselis h1{
	font-size: 29px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 119%;
	color: #000;
	margin-top: 0;
	margin-bottom: 25px;
}

body.page-template-page-krepselis .cart_totals  h2{
	font-size: 29px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 119%;
	color: #000;
	margin-bottom: 25px;
}

body.page-template-page-krepselis .cartSection{
	margin-top: 48px;
}

body.page-template-page-krepselis .updateCartHolder{
	display: none !important;
}

body.page-template-page-krepselis.woocommerce-cart .cart_totals  .wc-proceed-to-checkout a.checkout-button{
	margin: 0;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 700;
	line-height: 150%;
	color: #ffffff;
	background-color: #000;
	border-radius: 0;
	height: 48px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

body.page-template-page-krepselis .cart_totals  .shop_table td{
	text-align: right;
	opacity: 1 !important;
}

body.page-template-page-krepselis .cart_totals  .shop_table td a.woocommerce-remove-coupon{
	color: #000;
	font-weight: bold;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
}

body.page-template-page-krepselis .cart_totals  .shop_table th,
body.page-template-page-krepselis .cart_totals  .shop_table td{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
	opacity: 0.65;
	color: #000;
	padding: 23px 0;
}

body.woocommerce-checkout #order_review .shop_table th,
body.woocommerce-checkout #order_review .shop_table td {
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
	opacity: 0.65;
	color: #000;
	padding: 23px 0;
	white-space: nowrap;
}

body.woocommerce-checkout #order_review .shop_table td{
	text-align: right;
	opacity: 1 !important;
}

body.woocommerce-checkout #order_review  .shop_table td a.woocommerce-remove-coupon{
	color: #000;
	font-weight: bold;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
}

body.woocommerce-checkout #order_review .order-addDiscount td span {
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	color: #000;
}

#order_review .wc_shipping_dpd_terminals {
	display: none !important;
}

body.woocommerce-checkout .order-total th {
	font-weight: 700 !important;
	opacity: 1 !important;
}

body.page-template-page-krepselis .cart_totals .shop_table .order-total th,
body.page-template-page-krepselis .cart_totals .shop_table .order-total td{
	border-top: solid 2px #000;
	opacity: 1;
	font-weight: 700;
}

body.page-template-page-krepselis .cart_totals .order-addDiscount th,
body.page-template-page-krepselis .cart_totals .order-addDiscount td{
	opacity: 1;
}

body.page-template-page-krepselis .cart_totals .order-addDiscount td a{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: 700;
	cursor: pointer;
}

body.page-template-page-krepselis .cart_totals .order-addDiscount td span{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
}

body.page-template-page-krepselis .cart_totals .order-addDiscount td a svg{
	margin-right: 10px;
}

body.page-template-page-krepselis .cart_totals .order-addDiscount th input{
	width: 300px;
	border: none;
	opacity: 1;
	padding: 0;
	outline: none;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
}

body.single-product .product .my-disco-highlight{
	margin-top: 24px;
	border: solid 2px #000;
	padding: 16px;
	max-width: 550px;
}

body.single-product .product .my-disco-highlight .my-disco-highlight__label{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 700;
	line-height: 150%;
	color: #000;
}

body.single-product .product .my-disco-highlight.htmlDisplay .disco-text-highlight{
	align-items: center !important;
	justify-content: flex-start !important;
	border-radius: 0 !important;
	box-sizing: border-box !important;
	width: 100% !important;
	padding: 0 !important;
	text-align: left !important;
	display: flex !important;
	height: auto !important;
	background-color: transparent !important;
	color: #000 !important;
	clip-path: none !important;
}

body.single-product .product .my-disco-highlight.htmlDisplay .disco-text-highlight .disco-text-highlight-title{
	font-size: 17px !important;
	font-family: "Rethink Sans", sans-serif !important;
	font-weight: 400 !important;
	line-height: 150%;
	color: #000 !important;
	opacity: 0.65;
	text-align: left !important;
}

body.single-product .product .my-disco-highlight .giftProductImage{
	width: 100%;
	height: 110px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}

body.single-product .product .my-disco-highlight p{
	margin: 0;
}

body.single-product .product .my-disco-highlight .giftHolder{
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

body.single-product .product .my-disco-highlight .giftProductBrand{
	font-size: 14px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 700;
	line-height: 150%;
	color: #000;
}

body.single-product .product .my-disco-highlight .giftProductName{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
	color: #000;
}

body.single-product .product .my-disco-highlight .giftProductPrice{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 700;
	line-height: 150%;
	color: #000;
}

body.woocommerce-checkout #mainNavigation,
body.woocommerce-checkout #secondaryNavigation{
	display: none !important;
}

body.woocommerce-checkout .shipping-calculator-button{
	display: none !important;
}

body.woocommerce-checkout h3.checkout-title{
	font-size: 29px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 119%;
	color: #000;
	margin-bottom: 32px;
}

body.woocommerce-checkout h3{
	font-size: 29px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 119%;
	color: #000;
	margin-bottom: 32px;
}

body.woocommerce-checkout #order_review #payment{
	display: none;
}

body.woocommerce-checkout .custom-checkout-left #shipping_method_display > div{
	display: none;
}

body.woocommerce-checkout .custom-checkout-left #shipping_method_display > div label div{
	display: flex !important;
	flex-direction: column;
}

body.woocommerce-checkout .custom-checkout-left #shipping_method_display > div.active{
	display: none;
}

body.woocommerce-checkout .custom-checkout-left #shipping_method_display > div img{
	display: none;
}

body.woocommerce-checkout .custom-checkout-left #shipping_method_display .shipperBlock{
	height: 94px;
	border: solid 1px #000;
	margin-bottom: 8px;
	cursor: pointer;
}

body.woocommerce-checkout .custom-checkout-left #shipping_method_display .shipperBlock label{
	width: 100%;
	height: auto;
	padding: 24px;
	display: flex;
	cursor: pointer;
	flex-direction: column;
}

body.woocommerce-checkout .custom-checkout-left #shipping_method_display .active .shipperBlock{
	border: solid 2px #000;
	background-color: #FEEBBF;
}

body.woocommerce-checkout .payment-box #payment div.payment_box{
	background: transparent;
	border: solid 1px #000;
	margin-top: 25px;
	padding: 16px;
	border-radius: 0;
}

body.woocommerce-checkout .payment_box .neopay-extra-info{
	margin: 0;
}

body.woocommerce-checkout .payment_box .neopay-extra-info p{
	margin: 0;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
	color: #000;
	margin-top: 8px;
}

body.woocommerce-checkout .payment_box .neopay-extra-info img{
	height: 35px;
	margin-bottom: 16px;
}

body.woocommerce-checkout form input{
	border-radius: 0 !important;
}

body.woocommerce-checkout button[name="woocommerce_checkout_place_order"]{
	border-radius: 0 !important;
	background-color: #000 !important;
	width: 100%;
	color: #fff !important;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.woocommerce-checkout button[name="woocommerce_checkout_place_order"]:hover{
	background-color: transparent !important;
	color: #000!important;
	border: solid 2px #000;
}

body.woocommerce-checkout .form-row.place-order{
	padding: 1em 48px !important;
}


body.woocommerce-checkout .custom-checkout-grid{
	gap: 250px;
}

body.woocommerce-checkout #billing_first_name_field{
	width: 100% !important;
}

body.woocommerce-checkout #billing_last_name_field{
	width: 100% !important;
}

body.woocommerce-checkout form input:not([type="radio"]){
	outline: none !important;
	border-color: rgb(0 0 0 / 25%) !important;
	border-radius: 0 !important;
	font-size: 17px !important;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
	height: 48px;
}

body.woocommerce-checkout form .select2-selection--single{
	outline: none !important;
	border-color: rgb(0 0 0 / 25%) !important;
	border-radius: 0 !important;
	font-size: 17px !important;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
	height: 48px;
}

body.woocommerce-checkout form .form-row label{
	font-size: 14px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 0;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
}

body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr:first-child th,
body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr:first-child td{
	border: none;
}

body.woocommerce-checkout #order_review .woocommerce-shipping-totals.shipping{
	display: none;
}

body.woocommerce-checkout #order_review .order-addDiscount th,
body.woocommerce-checkout #order_review .order-addDiscount td{
	opacity: 1;
}

body.woocommerce-checkout #order_review .order-addDiscount td a{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: 700;
	cursor: pointer;
}

body.woocommerce-checkout #order_review .order-addDiscount td span{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
}

body.woocommerce-checkout #order_review .order-addDiscount td a svg{
	margin-right: 10px;
}

body.woocommerce-checkout #order_review .order-addDiscount th input{
	width: 300px;
	border: none;
	opacity: 1;
	padding: 0;
	outline: none;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
}

body.woocommerce-checkout #order_review tr th,
body.woocommerce-checkout #order_review tr td{
	height: 36px;
}

body.woocommerce-checkout #order_review tr td{
	text-align: right;
}

body.woocommerce-checkout #order_review tr td svg{
	text-align: right;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle{
	display: none;
}

#checkout-login-popup-close {
	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;
}

#checkout-login-popup h2{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 45px;
	line-height: 100%;
	letter-spacing: 4px;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
	color: #000;
	max-width: 450px;
	margin: auto;
}

#checkout-login-popup .loginInformationBlock{
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	opacity: 0.65;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 550px;
	margin: auto;
}

#checkout-login-popup .loginInformationBlock p{
	margin: 0;
}

#checkout-login-popup .row > div:nth-child(1){
	border-right: solid 1px rgb(0 0 0 / 25%);
}

#checkout-login-popup .checkout-guest-wrap{
	display: flex;
	justify-content: center;
}

#checkout-login-popup .containerHolder{
	padding: 72px 0 110px;
}

#checkout-login-popup .checkout-guest-wrap .guest-checkout-btn{
	width: 355px;
	background-color: #000;
	color: #fff;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 150%;
}


#checkout-login-popup .checkout-login-wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#checkout-login-popup .checkout-login-wrap .login_btn{
	width: 355px;
	background-color: #000;
	color: #fff;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 150%;
}

#checkout-login-popup .checkout-login-wrap .register_btn{
	width: 355px;
	background-color: #ffffff;
	color: #000000;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 150%;
	margin-top: 10px;
	border: solid 2px;
}

body.search-results ul.products li.product {
	float: left;
	padding: 0;
	position: relative;
	width: 25%;
	margin: 0;
}

body.search-results .Home_message_section{
	background-color: #FFEBD8;
	padding: 72px 0;
}


body.search-results .Home_message_section h1{
	font-family: 'Eklips', sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 67px;
	line-height: 105%;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	max-width: 710px;
	margin: auto;
}

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

body.search-results .Home_message_section p {
	opacity: 0.65;
}

body.search-results .filterBlock{
	margin-top: 32px;
	border-bottom: solid 1px rgb(0 0 0 / 25%);
}


body.search-results .filterBlock .section_Wrapper{
	border-bottom: solid 1px hsl(0deg 0% 0% / 25%);
}

body.search-results .brandProducts .sortOrder{
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

body.search-results ul.products li.product {
	float: left;
	padding: 0;
	position: relative;
	width: 25%;
	margin: 0;
}

body.search-results ul.products li.product:nth-child(-n+24){
	border-bottom: solid 1px rgb(0 0 0 / 25%);
}

body.search-results ul.products{
	margin: 0;
	list-style: none;
	display: inline-block;
	padding: 0;
	width: 100%;
}

body.search-results .productCard {
	display: flex;
	flex-direction: column;
	padding: 32px 16px 45px;
}

body.search-results .productCard .addToCart{
	opacity: 0;
	position: relative;
	bottom: -25px;
	display: flex !important;
	width: 100%;
	transform: translateY(10px);
	visibility: hidden;
	transition: opacity 0.3s
	ease, transform 0.5s
	ease, visibility 0.3s
	ease;
}

body.search-results .productCard .addToCart.showCart{
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.productInformationHolder .addToCartHolder .addToCart.showCart{
	position: absolute;
	bottom: 10px;
	display: flex !important;
}

body.search-results .productCard .addToCart .yith-wcwl-add-to-wishlist-button__label{
	display: none;
}

body.search-results .productCard .yith-wcwl-custom-icon{
	margin: 0 !important;
}

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

body.search-results h2 {
	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;
	text-transform: none;
}

body.search-results .Home_message_section{
	background-color: #fff;
}

body.showingExtendedMenu .Home_message_section{
	background-color: #000;
}

body.showingExtendedMenu .custom-breadcrumb-wrapper,
body.showingExtendedMenu .mainProduct{
	display: none;
}



/* Checkout layout */
.custom-checkout-layout {
	margin-top: 30px;
}

.custom-checkout-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.9fr);
	gap: 40px;
	align-items: start;
}

.checkout-box {
	background: #fff;
	padding: 0;
	margin-bottom: 0;
}

.checkout-title {
	font-size: 34px;
	line-height: 1.2;
	font-weight: 500;
	margin: 0 0 28px;
	color: #1f1f1f;
}

/* Delivery selector */
.delivery-types {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-bottom: 24px;
}

.delivery-type {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	cursor: pointer;
}

/* Shipping method cards */
.custom-shipping-methods-box ul#shipping_method {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	display: grid;
	grid-template-columns: repeat(2, minmax(180px, 1fr));
	gap: 16px;
}

.custom-shipping-methods-box ul#shipping_method li {
	margin: 0;
	padding: 0;
	position: relative;
}

.custom-shipping-methods-box ul#shipping_method li input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.custom-shipping-methods-box ul#shipping_method li label {
	display: block;
	border: 1px solid #1f1f1f;
	padding: 18px 16px;
	min-height: 92px;
	cursor: pointer;
	font-size: 15px;
	line-height: 1.4;
	background: #fff;
	transition: 0.2s ease;
}

.custom-shipping-methods-box ul#shipping_method li input:checked + label {
	background: #f2e4b8;
	border-color: #1f1f1f;
}

.custom-shipping-methods-box .woocommerce-shipping-destination,
.custom-shipping-methods-box .shipping-calculator-button,
.custom-shipping-methods-box .shipping-calculator-form {
	display: none !important;
}

/* Billing / fields */
.customer-details-grid {
	display: block;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 18px;
	row-gap: 18px;
}

.woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-shipping-fields__field-wrapper .form-row-wide {
	grid-column: 1 / -1;
}

.woocommerce form .form-row {
	margin: 0 0 10px;
	padding: 0;
}

.woocommerce form .form-row label {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #1f1f1f;
}

.woocommerce form .input-text,
.woocommerce form select,
.select2-container--default .select2-selection--single {
	min-height: 48px;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.woocommerce form .input-text,
.woocommerce form select {
	padding: 10px 8px;
}

.select2-container--default .select2-selection--single {
	display: flex;
	align-items: center;
	padding: 0 10px;
}

/* Right column / order */
.sticky-order-box {
	position: sticky;
	top: 30px;
}

.custom-review-order-table {
	border: 0 !important;
}

.custom-review-order-table th,
.custom-review-order-table td {
	padding: 18px 0 !important;
	border-top: 1px solid #e5e5e5;
	font-size: 15px;
	vertical-align: top;
}

.custom-review-order-table tfoot th,
.custom-review-order-table tfoot td {
	font-weight: 400;
}

.custom-review-order-table .order-total th,
.custom-review-order-table .order-total td {
	font-weight: 700;
	font-size: 18px;
	border-top: 2px solid #1f1f1f;
}

/* Payment */
.payment-box #payment {
	background: transparent;
	border: 0;
}

.payment-box #payment ul.payment_methods {
	border-bottom: 0;
	padding: 0;
}

.payment-box #payment ul.payment_methods li {
	margin-bottom: 12px;
}

.payment-box #payment div.payment_box {
	background: #f7f7f7;
	border: 0;
}

.payment-box #payment div.payment_box::before {
	display: none;
}

.payment-box #place_order {
	width: 100%;
	min-height: 52px;
	border-radius: 0;
	font-size: 16px;
}

/* Hide shipping address section if you only want billing on this page */
.shipping-column {
	display: none;
}


.carousel_produt_slider .owl-nav button:hover svg{
	filter: invert(1);
}

body.single-product .related.products h2{
	border-top: solid 2px #000;
	padding-top: 24px;
	color: #000;
	font-weight: 500;
	font-size: 17px;
	line-height: 120%;
	text-transform: uppercase;
	font-family: "Rethink Sans", sans-serif;
}

body.single-product .visited.products h2{
	border-top: solid 2px #000;
	padding-top: 24px;
	color: #000;
	font-weight: 500;
	font-size: 17px;
	line-height: 120%;
	text-transform: uppercase;
	font-family: "Rethink Sans", sans-serif;
}

body.page .addToCart.showMobile{
	display: none !important;
}

body.forced-product-cat-template .productCard .addToCart.showMobile{
	display: none !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{
	color: #000;
	background-color: transparent;
	border-width: 2px;
}

#accordionInformation .accordion-body p{
	opacity: 0.65;
}

.extendedMenuSection .closeMenuButton{
	position: absolute;
	right: 0;
	top: 24px;
	height: 48px;
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}

.extendedMenuSection > .section_Wrapper{
	position: relative;
}

.faq_section .accordion-item{
	position: relative;
	display: block;
	min-height: 65px;
}

.categoryContainer > .section_Wrapper .row{
	margin: 0;
}

.categoryContainer .col-lg-2{
	padding: 0;
}

.categoryContainer .mobileChildCategories{
	padding: 0;
	margin: 0 -18px;
	background-color: #ffebd8;
}

.categoryContainer .mobileChildCategories{
	padding: 0 18px;
	background-color: #ffebd8;
}

.categoryContainer .mobileChildCategories .categoryOpener{
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.categoryContainer .mobileChildCategories .categoryOpener span:first-child svg{
	margin-right: 8px;
}

.categoryContainer .categoryContent a {
	margin: 12px 0 13px 0;
	color: #000;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	text-decoration: none;
	font-weight: 400;
	height: 48px;
	display: block;
}

.categoryContainer .categoryContent {
	margin-top: 35px;
}

.yith-add-to-wishlist-button-block a img{
	margin: 0 !important;
}

.productSearchCount{
	color: #000;
	font-size: 16px;
	font-family: "Rethink Sans", sans-serif;
	line-height: 150%;
	text-decoration: none;
	font-weight: 400;
	opacity: 0.65;
	text-align: left;
	padding: 16px 0;
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Address{
	margin-bottom: 50px;
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
	color: #000;
	border: solid 1px;
	padding: 24px 24px 20px;
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-notices-wrapper{

}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Address h2{
	font-size: 24px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 500;
	line-height: 150%;
	color: #000;
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content h2{
	font-size: 24px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 500;
	line-height: 150%;
	color: #000;
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Address a{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 700;
	line-height: 150%;
	color: #000;
}

.woocommerce-message{
	border-top-color: #000000;
}

.woocommerce-message::before{
	color: #000000;
}

.woocommerce-MyAccount-content button[name="save_address"]{
	background-color: #000;
	color: #fff;
	border-radius: 0;
	width: 350px;
	height: 48px;
	text-align: center;
	margin: auto;
}

.woocommerce-MyAccount-content button[name="save_address"]:hover{
	color: #000;
	background-color: transparent;
	border: solid 2px;
}

.giftLabel{
	font-size: 17px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
	background-color: #000;
	color: #fff;
	height: fit-content;
	padding: 4px;
	position: absolute;
	bottom: 0;
	right: 0;
	white-space: nowrap;
}

body.page-template-page-krepselis .cart_totals .shop_table .order-total th, body.page-template-page-krepselis .cart_totals .shop_table .order-total td{
	font-weight: 500;
}

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

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

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after{
	top: 16px !important;
}

.loginRegisterSection #customer_login .u-column1,
.loginRegisterSection #customer_login .u-column2{
	float: none;
	margin: auto;
	width: 500px;
}

.loginRegisterSection #customer_login .u-column1 form,
.loginRegisterSection #customer_login .u-column2 form{
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.loginRegisterSection #customer_login .u-column1 form button[type="submit"],
.loginRegisterSection #customer_login .u-column2 form button[type="submit"]{
	color: #fff;
	border-radius: 0;
	height: 48px;
	background-color: #000;
	width: 100%;
	transition: background-color 0.25s ease;
}

.loginRegisterSection #customer_login .u-column1 form button[type="submit"]:hover,
.loginRegisterSection #customer_login .u-column2 form button[type="submit"]:hover{
	color: #000;
	border-radius: 0;
	border: solid 2px #000;
	background-color: transparent;
}

.loginRegisterSection #customer_login .u-column1 h2,
.loginRegisterSection #customer_login .u-column2 h2{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 56px;
	line-height: 100%;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
	color: #000;
	margin: 72px 0;
}

.loginRegisterSection #customer_login .u-column1 form input,
.loginRegisterSection #customer_login .u-column2 form input{
	border-radius: 0;
	border-width: 1px;
	border-color: rgb(0 0 0 / 25%);
	outline: none;
}

.loginRegisterSection #customer_login .u-column1 form label,
.loginRegisterSection #customer_login .u-column2 form label{
	font-size: 14px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 0;
}

.loginRegisterSection #customer_login .u-column1 form .woocommerce-form-row,
.loginRegisterSection #customer_login .u-column2 form .woocommerce-form-row{
	margin-bottom: 38px;
}

.loginRegisterSection #customer_login .u-column2 .woocommerce-form__label-for-checkbox span{
	font-size: 15px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
	color: #000;
}

.loginRegisterSection #customer_login .u-column2 .woocommerce-form__label-for-checkbox span a{
	text-decoration: underline;
	color: #000;
}

.loginRegisterSection #customer_login .u-column2 .woocommerce-form__label-for-checkbox span a:hover{
	text-decoration: none;
}

.loginRegisterSection #customer_login .woocommerce-form-login__rememberme{
	display: none;
}

.loginRegisterSection #customer_login .woocommerce-LostPassword{
	font-size: 15px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
	color: #000;
	text-decoration: underline;
}

.loginRegisterSection #customer_login .u-column2 .woocommerce-privacy-policy-text{
	display: none;
}

body.showingNewsletter .Home_message_section{
	background-color: transparent;
}

body.showingNewsletter .newsletterInputBlock{
	margin-bottom: 72px;
}

body.woocommerce-lost-password .woocommerce-ResetPassword{
	max-width: 550px;
	margin: 0 auto 72px;
}

body.woocommerce-lost-password .woocommerce-form-row--first{
	float: none;
	width: 100%;
}

body.woocommerce-lost-password .woocommerce-form-row--first label{
	font-size: 14px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 0;
}

body.woocommerce-lost-password .woocommerce-ResetPassword input{
	border-radius: 0 !important;
	border-width: 1px !important;
	border-color: rgb(0 0 0 / 25%) !important;
	outline: none !important;
}

body.woocommerce-lost-password h1{
	text-align: center;
}

body.woocommerce-lost-password .woocommerce-ResetPassword button.woocommerce-Button{
	width: 100%;
	margin-top: 25px;
	color: #fff;
	background-color: #000;
	border-radius: 0;
	height: 48px;
}

body.woocommerce-account #customer_login{
	display: none;
	margin-bottom: 50px;
}

body.woocommerce-account #login-register-popup{
	max-width: 550px;
	margin: 0 auto 55px;
}

body.woocommerce-account #login-register-popup h2{
	text-align: center;
	font-family: 'Eklips', sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 67px;
	line-height: 105%;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	padding: 72px 0;
}

body.woocommerce-account .checkout-login-wrap .login_btn {
	width: 355px;
	background-color: #000;
	color: #fff;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 150%;
	margin: auto;
}

body.woocommerce-account .checkout-login-wrap .login_btn:hover {
	border: solid 2px;
}

body.woocommerce-account .checkout-login-wrap .register_btn {
	width: 355px;
	background-color: #ffffff;
	color: #000000;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Rethink Sans", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 150%;
	margin: 10px auto 0;
	border: solid 2px;
}


body.woocommerce-account #customer_login > .u-column1,
body.woocommerce-account #customer_login > .u-column2{
	float: none;
	margin: auto;
	width: 500px;
}

body.woocommerce-account #customer_login > .u-column1 form,
body.woocommerce-account #customer_login > .u-column2 form{
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

body.woocommerce-account #customer_login > .u-column1 form button[type="submit"],
body.woocommerce-account #customer_login > .u-column2 form button[type="submit"]{
	color: #fff;
	border-radius: 0;
	height: 48px;
	background-color: #000;
	width: 100%;
	transition: background-color 0.25s ease;
}

body.woocommerce-account #customer_login > .u-column1 form button[type="submit"]:hover,
body.woocommerce-account #customer_login > .u-column2 form button[type="submit"]:hover{
	color: #000;
	border-radius: 0;
	border: solid 2px #000;
	background-color: transparent;
}

body.woocommerce-account #customer_login > .u-column1 form input,
body.woocommerce-account #customer_login > .u-column2 form input{
	border-radius: 0;
	border-width: 1px;
	border-color: rgb(0 0 0 / 25%);
	outline: none;
}

body.woocommerce-account #customer_login > .u-column1 form label,
body.woocommerce-account #customer_login > .u-column2 form label{
	font-size: 14px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 0;
}

body.woocommerce-account #customer_login > .u-column1 form .woocommerce-form-row,
body.woocommerce-account #customer_login > .u-column2 form .woocommerce-form-row{
	margin-bottom: 38px;
}


body.woocommerce-account #customer_login .woocommerce-form-login__rememberme{
	display: none;
}

body.woocommerce-account #customer_login > .u-column1 h2,
body.woocommerce-account #customer_login > .u-column2 h2{
	font-family: 'Eklips', sans-serif;
	font-weight: 400;
	font-size: 56px;
	line-height: 100%;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
	color: #000;
	margin: 72px 0;
}

body.woocommerce-account .woocommerce-privacy-policy-text{
	display: none;
}

body.woocommerce-account .woocommerce-form__label-for-checkbox span{
	font-size: 15px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
	color: #000;
}

body.woocommerce-account .woocommerce-form__label-for-checkbox span a{
	text-decoration: underline;
	color: #000;
}

body.woocommerce-account .woocommerce-form__label-for-checkbox span a:hover{
	text-decoration: none;
}

body.woocommerce-checkout .create-account{
	display: none;
}

body.woocommerce-cart #login-register-popup{
	display: none;
}

.rules_block.container{
	margin-bottom: 48px;
}

#shipping_terminal_selection_dpd .wc_shipping_dpd_terminals > th{
	display: none;
}

#shipping_terminal_selection_dpd .wc_shipping_dpd_terminals{
	width: 100%;
	display: block;
}

#shipping_terminal_selection_dpd .wc_shipping_dpd_terminals td{
	width: 100%;
	display: block;
}

.custom-shipping-methods-box > tr{
	display: none !important;
}

#percelSelectHolder > p{
	font-size: 14px;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 0;
	margin-top: 38px;
}

#shipping_terminal_selection_itella .selected-option{
	border-radius: 0;
}

#percelSelectHolder{
	display: none;
	margin-bottom: 38px;
}

.itella-select .dropdown{
	background-color: transparent !important;
	height: 48px !important;
	display: flex;
	align-items: center;
	padding: 0 10px !important;
	font-size: 15px;
	border-radius: 0 !important;
}

.woo_lithuaniapost_lpexpress_terminal_id{
	font-size: 15px;
}

.wc_shipping_dpd_terminals .selected-option{
	font-size: 15px;
}

#couponResponceTxt .woocommerce-error{
	background-color: transparent;
	padding: 0;
	border: none;
	color: red;
	margin: 0;
}

#couponResponceTxt .woocommerce-error li{
	padding-top: 15px;
}

#couponResponceTxt .woocommerce-error:before{
	display: none;
}

#couponResponceTxt .woocommerce-error:after{
	display: none;
}

.order-addDiscount #coupon-error-notice{
	display: none;
}

#payment-section-anchor .payment-section-anchor button[name="woocommerce_checkout_place_order"]:hover{
	color: #fff !important;
}

.giftProductPrice .old-price{
	text-decoration: line-through;
	font-weight: 400;
	opacity: 0.6;
	margin-right: 10px;
}

.forced-product-cat-template .back_section{
	background-color: #ffebd8;
}

.cwginstock-subscribe-form .cwginstock-panel-primary{
	border: 0 !important;
	border-radius: 0 !important;
}

.cwginstock-subscribe-form .cwginstock-panel-primary .cwginstock-panel-heading{
	background-color: transparent !important;
	border: 0;
	color: #000 !important;
	padding: 0;
}

.cwginstock-subscribe-form .cwginstock-panel-primary .cwginstock-panel-heading h4{
	color: #000;
	text-align: left !important;
	border-radius: 0;
	font-family: "Rethink Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	box-shadow: none !important;
}

.cwginstock-subscribe-form .cwginstock-panel-primary .cwginstock-panel-body{
	padding: 0;
}

.cwginstock-subscribe-form .cwginstock-panel-primary .cwginstock-panel-body div{
	padding: 0;
	margin: 0;
}

.cwginstock-subscribe-form .cwginstock-panel-primary .cwginstock-panel-body input{
	height: 44px;
	border-radius: 0;
	text-align: left !important;
	padding: 0 15px;
	outline: none;
}

.cwginstock-subscribe-form .cwginstock-panel-primary .cwginstock-panel-body .cwgstock_button {
	height: 44px;
	border-radius: 0;
	background-color: transparent !important;
	text-align: center !important;
	padding: 0 15px;
	border: solid 2px #000;
	font-weight: 500;
	transition: transform .2s
}

.cwginstock-subscribe-form .cwginstock-panel-primary .cwginstock-panel-body .cwgstock_button:hover {
	height: 44px;
	border-radius: 0;
	background-color: #000 !important;
	text-align: center !important;
	padding: 0 15px;
	border: solid 2px #000;
	font-weight: 500;
	color: #fff;

}

.cwginstock-subscribe-form .cwginstock-panel-primary .cwginstock-panel-body .cwgstock_output {
	margin-top: 10px;
}

.current-category{
	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;
}

/* Responsive */
@media (max-width: 991px) {
	.custom-checkout-grid {
		grid-template-columns: 1fr;
	}

	.sticky-order-box {
		position: static;
	}

	.custom-shipping-methods-box ul#shipping_method,
	.woocommerce-billing-fields__field-wrapper,
	.woocommerce-shipping-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
	:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,
	:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,
	:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,
	:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after{
		margin: 0 !important;
	}
}

/*----------------------------------------------------------------------------------------------------------------------Eshop Full Width END*/


@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: 38px;
	}

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

	/*----------------------------------------------------------------------------------------------------------------------Eshop*/
	.carousel_produt_slider .singleProductSlide .slideText{
		font-size: 56px;
	}

	.carousel_produt_slider .singleProductSlide .slideType {
		font-size: 15px;
	}

	.carousel_produt_slider .singleProductSlide .slideExplanation {
		font-size: 15px;
	}

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

	.carousel_produt_slider .singleProductSlide .imageHolder {
		height: 509px;
	}

	.productImageHolder .productDiscountPercentage {
		font-size: 12px;
	}

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

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

	.singlePopularServices .productImageHolder {
		padding: 16px;
		height: 277px;
	}

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

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

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

	.popularServiceImage {
		height: 442px;
	}

	.popularServicesHolder .PopularServiceName {
		font-size: 43px;
	}

	.home_coupon_section .couponHolder {
		height: 509px;
	}

	.home_coupon_section .homeCouponBottomBlock h2 {
		font-size: 43px;
	}

	.home_coupon_section .homeCouponBottomBlock a {
		font-size: 15px;
	}

	.home_newsletter_section h2 {
		font-size: 56px;
	}

	.home_newsletter_section .newsletterHolder {
		font-size: 15px;
	}

	.home_newsletter_section .newsletterInput {
		font-size: 12px;
		margin-bottom: 35px;
	}

	.cb {
		font-size: 15px;
	}

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

	.advices_section .carousel_popular_services .singlePopularServices h3 {
		font-size: 20px;
	}

	.productCard .productImage a img {
		height: auto !important;
	}

	body.page-template-page-krepselis .cart-item-row .cart-item-title {
		max-width: 385px;
	}

	/*----------------------------------------------------------------------------------------------------------------------Eshop END*/
}

@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;
		display: none;
	}

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

	.carousel_produt_slider .singleProductSlide .imageHolder {
		height: 425px;
	}

	.popularServiceImage {
		height: 349px;
	}

	.home_coupon_section .couponHolder {
		height: 440px;
	}

	body.woocommerce-wishlist ul.products li.product {
		margin: 0 2.3% 2.992em 0;
		clear: none;
		width: 31%;
	}

	body.forced-product-cat-template ul.products li.product {
		float: left;
		padding: 0;
		position: relative;
		width: 33%;
		margin: 0;
		clear: none;
	}

	body.page-template-page-krepselis .cart-item-row .cart-item-title {
		max-width: 240px;
	}

}

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

	.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{
		border-right: solid 1px #000;
	}

	#mobileMenu .mobileCart{
		width: 64px;
	}

	#mobileMenu .mobileCart .menuIcon{
		width: 100%;
		position: relative;
	}

	#mobileMenu .mobileCart .menuIcon span{
		position: absolute;
		top: 7px;
		right: 9px;
		background-color: red;
		color: #fff;
		border-radius: 50px;
		font-size: 12px;
		width: 20px;
		height: 20px;
		font-weight: 700;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#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 .mobileCart{
		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 .mobileCart svg{
		filter: invert(1);
		height: 64px;
		width: 64px;
		padding: 0 22px;
		opacity: 0.65;
	}

	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: 42px;
		padding: 0 0 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;
	}

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

/*----------------------------------------------------------------------------------------------------------------------Eshop*/

	.carousel_produt_slider .singleProductSlide .slideText {
		font-size: 36px;
	}

	.carousel_produt_slider .singleProductSlide a{
		width: 100%;
	}

	.home_page_slider_section .owl-nav {
		position: relative;
		padding: 48px 5px 0;
	}

	.home_page_slider_section {
		margin: 24px auto 48px;
	}

	.carousel_produt_slider .singleProductSlide .slideType {
		margin-bottom: 32px;
	}

	.carousel_produt_slider .singleProductSlide .slideText {
		margin: 32px 0 16px;
	}

	.popular_products_section {
		padding-top: 0;
	}

	.singlePopularServices .productInformationHolder .productHolder h3 {
		padding: 0;
	}

	.singlePopularServices .productImageHolder {
		padding: 0;
	}

	.singlePopularServices .productInformationHolder {
		padding: 0;
	}

	.productImageHolder .productDiscountPercentage {
		top: 0;
		left: 0;
	}

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

	.home_coupon_section .couponHolder .couponImage {
		height: 250px;
	}

	.home_newsletter_section .newsletterBlockImage{
		height: 257px;
	}

	.newsletterContentHolder{
		margin-top: 48px;
	}

	.home_newsletter_section h2 {
		font-size: 28px;
	}

	body.home footer .section_Wrapper{
		margin-top: 0;
	}

	body.forced-product-cat-template .Home_message_section h1 {
		font-size: 43px;
		letter-spacing: 4px;
	}

	body.forced-product-cat-template .productCard .addToCart.showMobile{
		display: flex !important;
	}

	body.forced-product-cat-template ul.products:has(li.product:nth-child(even):last-child)
	li.product:nth-last-child(-n+2) {
		border: none;
		margin: 0;
	}

	/* ODD number of products → last 1 */
	body.forced-product-cat-template ul.products:has(li.product:nth-child(odd):last-child)
	li.product:last-child {
		border: none;
		margin: 0;
	}

	body.forced-product-cat-template .faq_section h2 {
		font-size: 28px;
	}

	.categoryContainer .productCategory .filterBlock{
		width: 50%;
		display: inline-block;
		margin-top: 16px;
	}

	.categoryContainer .productCategory .filterBlock{
		width: 50%;
		display: inline-block;
		margin-top: 16px;
		border: none;
	}

	.categoryContainer .productCategory .sortOrder{
		width: 50%;
		display: inline-block !important;
		float: right;
		margin-top: 16px;
	}

	.categoryContainer .productCategory .sortOrder .sortOrder_select{
		padding: 12px 35px 12px 0;
		text-align: right;
	}

	.categoryContainer .productCategory .sortOrder.hideMobile {
		display: none !important;
	}

	.categoryContainer .categoryOpener span {
		color: #000;
		font-size: 15px;
		font-family: "Rethink Sans", sans-serif;
		line-height: 150%;
		text-decoration: none;
		font-weight: 700;
	}

	.categoryContainer .categoryOpener > span:nth-child(2) svg.rotateSvg {
		transform: rotate(180deg);
	}

	.sortOrder.showMobile{
		overflow: initial;
	}

	.categoryContainer .productCategory{
		padding: 0;
	}

    .mobileFilterBlock.showMobile{
		width: 50%;
		display: inline-block !important;
		margin-top: 16px;
	}

	.mobileFilterBlock.showMobile .filterOpenner{
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 150px;
		color: #000;
		font-size: 15px;
		font-family: "Rethink Sans", sans-serif;
		line-height: 150%;
		text-decoration: none;
		font-weight: 700;
		background-color: rgb(0 0 0 / 5%);
		border-radius: 53px;
		padding: 0 16px;
	}

	.mobileFilterBlock.showMobile .filterContent{
		display: block;
		position: absolute;
		width: auto;
		background-color: #E2E1E1;
		z-index: 2;
		padding: 16px;
	}

	.mobileFilterBlock.showMobile .filterContent .filter_attr_select{
		margin: 0;
	}

	.mobileFilterBlock .showMobile > span:nth-child(2) svg.rotateSvg {
		transform: rotate(180deg);
	}

	body.single.single-product .mainProduct .product.type-product .woocommerce-product-gallery__image{
		padding: 0 !important;
	}

	.woocommerce div.product div.images img {
		height: auto !important;
		margin-bottom: 50px;
		max-height: 350px;
	}

	.manufacturersList h1 {
		font-size: 43px;
	}

	.manufacturersList .az li {
		text-align: center;
		height: 40px;
		width: 40px;
		margin-right: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.manufacturersList .az {
		overflow-x: scroll;
	}

	.ManufacturersByLetter > .singleLetter .singleLetter {
		font-size: 28px;
		line-height: 110%;
		margin-bottom: 48px;
		display: block;
	}

	.ManufacturersByLetter > .singleLetter {
		margin-top: 0;
		padding-bottom: 32px;
	}

	body.tax-product_brand h1 {
		font-size: 43px;
	}

	.brandLogo {
		max-width: 240px !important;
	}

	body.tax-product_brand .yith-add-to-wishlist-button-block img{
		margin: 0 !important;
	}

	.woocommerce-MyAccount-navigation ul{
		display: flex	;
		flex-direction: row;
		width: auto;
		overflow-x: scroll;
	}

	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
		margin-right: 30px;
		white-space: nowrap;
	}

	.accountSection h1 {
		font-size: 46px;
		line-height: 110%;
		letter-spacing: 4px;
	}

	body.page-template-page-krepselis #mobileMenu{
		display: none;
	}

	body.page-template-page-krepselis .cart-item-row .product-quantity{
		position: relative;
	}

	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
		display: none;
	}

	body.woocommerce-checkout .woocommerce-checkout{
		gap: 0;
		display: flex;
		flex-direction: column-reverse;
	}

	body.page-template-page-krepselis .cart-item-row .product-thumbnail{
		width: 30%;
		float: left;
	}

	body.page-template-page-krepselis .cart-item-row .product-name{
		width: 70%;
		float: right;
		padding-right: 0;
		text-align: left !important;
		padding-bottom: 16px;
		padding-top: 24px;
	}

	body.page-template-page-krepselis .cart-item-row .product-quantity{
		width: 70%;
		margin-left: 30%;
		display: flex	;
		align-items: flex-start;
		padding-top: 0;
		padding-bottom: 16px;
	}

	body.page-template-page-krepselis .cart-item-row .product-quantity .giftLabel{
		right: auto;
	}

	body.page-template-page-krepselis .cart_totals h2 {
		font-size: 27px;
	}

	body.page-template-page-krepselis .cart-collaterals .cart_totals tr th{
		width: 50%;
		display: inline-block;
	}

	body.page-template-page-krepselis .cart-collaterals .cart_totals tr td{
		width: 50%;
		display: inline-block;
		float: right;
	}

	body.page-template-page-krepselis .cart-collaterals .cart_totals {
		border-top: solid 1px rgb(0 0 0 / 25%);
		padding-top: 48px;
		margin-bottom: 74px;
	}

	body.woocommerce-checkout .custom-checkout-grid{
		gap: 0;
		display: flex;
		flex-direction: column-reverse;
	}

	body.woocommerce-checkout .woocommerce-checkout .sticky-order-box .wc_shipping_dpd_terminals{
		display: none;
	}

	body.woocommerce-checkout .woocommerce-checkout .sticky-order-box .wc_shipping_dpd_terminals .shippingPrice td{
		display: flex;
	}

	body.woocommerce-checkout .woocommerce-checkout .sticky-order-box .wc_shipping_dpd_terminals .shippingPrice td svg{
		padding-right: 15px;
		min-width: 35px;
	}

	body.woocommerce-checkout #order_review tr td{
		white-space: nowrap;
	}

	body.woocommerce-checkout #order_review tr.shippingPrice td span.shippingPrice {
		position: relative;
		right: 5px;
	}

	body.woocommerce-checkout #order_review .order-addDiscount th input{
		width: auto;
	}

	.productCard .productImage a img {
		height: 123px !important;
	}

	/*----------------------------------------------------------------------------------------------------------------------Eshop END*/
}

@media (max-width: 991px) {
	.singleServiceCategory .serviceImage{
		height: 704px;
	}

	.procedureDoctorsSection .doctorImageHolder {
		height: 694px;
	}

	.singlePriceActionBlock {
		margin-top: 24px;
	}

	.productCard .productImage a{
		padding: 0;
	}

	.productCard .productImage a img{
		height: 160px !important;
		max-height: none;
	}

	.owl-carousel .item > li.product .productCard{
		padding: 0 3px;
	}

	.productTitle {
		height: 54px;
		line-height: 135%;
		text-transform: none;
		width: 100%;
		overflow: hidden;
	}

	.priceHolder bdi {
		font-size: 15px;
	}

	.productTitle {
		color: #000;
		font-size: 13px;
		font-family: "Rethink Sans", sans-serif;
		line-height: 150%;
		text-decoration: none;
		font-weight: 400;
		margin: 0;
		display: block;
		height: 55px;
		text-transform: none;
		width: 100%;
		overflow: hidden;
		padding-right: 15px;
	}

	.productCard .productImage a .product_image .labels .otherLabels {
		margin-left: 0;
	}

	body.search-results .productCard .addToCart.hideMobile{
		display: none !important;
	}

	body.search-results  .productTitle {
		margin: 0 0 10px 0;
		height: 37px;

	}

	.productCard .productImage {
		margin-bottom: 35px;
	}

	.owl-carousel .item > li.product .addToCart.showMobile{
		position: relative;
		bottom: 0;
		display: flex !important;
		width: 100%;
		transform: translateY(0);
		visibility: visible;
		transition: none;
		opacity: 1;
		margin-top: 24px;
	}

	body.forced-product-cat-template .productCard .addToCart.hideMobile{
		display: none !important;
	}

	li.product .addToCart.showMobile{
		position: relative;
		bottom: 0;
		display: flex !important;
		width: 100%;
		transform: translateY(0);
		visibility: visible;
		transition: none;
		opacity: 1;
		margin-top: 24px;
	}

	.owl-carousel .item > li.product .addToCartHolder {
		height: auto;
	}

	.owl-carousel .item > li.product .addToCart.hideMobile {
		display: none !important;
	}

	.addToCart.showMobile .add_to_cart_button {
		width: 48px;
	}

	.carousel_produt_slider .owl-nav button:hover svg{
		filter: invert(1);
	}

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

	.woocommerce div.product div.images img{
		height: auto !important;
	}

	.paginateLinksBlock .pager_left{
		display: none !important;
	}

	.related.products .owl-theme .owl-nav, .visited.products .owl-theme .owl-nav{
		display: none !important;
	}

	body.page .addToCart.hideMobile{
		display: none !important;
	}

	body.single.single-product .mainProduct .product_title.entry-title {
		font-size: 30px;
		line-height: 105%;
		margin: 0;
	}

	body.single.single-product .mainProduct .p-badges-row {
		padding-top: 16px;
	}

	body.search-results ul.products{
		padding: 0;
	}

	body.search-results ul.products li.product{
		width: 50%;
	}

	body.search-results .Home_message_section h1 {
		font-size: 43px;
	}

	body.page-template-page-krepselis .cart-item-row .cart-item-title {
		max-width: 100%;
	}

	body.page-template-page-krepselis .cart-collaterals .cart_totals{
		float: none;
		max-width: none;
	}

	.home_newsletter_section .row.gx-5{
		margin: 0;
	}

	.home_newsletter_section .row.gx-5 > div{
		padding: 0;
	}

	body.woocommerce-orders table.shop_table_responsive tr td,
	body.woocommerce-orders table.shop_table_responsive tr td{
		text-align: left !important;
	}
}

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

/*----------------------------------------------------------------------------------------------------------------------Eshop*/
	.carousel_produt_slider .singleProductSlide .imageHolder {
		height: 257px;
	}

	.popularServiceImage {
		height: 257px;
	}

	.popularServicesHolder .PopularServiceName {
		font-size: 28px;
		margin-bottom: 38px;
	}

	.home_coupon_section .couponHolder {
		height: 147px;
	}

	.home_coupon_section .couponHolder .couponImage {
		height: 107px;
	}

	.home_coupon_section .homeCouponBottomBlock h2 {
		font-size: 28px;
	}

	.home_coupon_section .homeCouponBottomBlock a {
		font-size: 15px;
		width: 100%;
		margin-top: 24px;
	}

	.advices_section .carousel_popular_services .singlePopularServices h3 {
		font-size: 15px;
	}

	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
		width: 50%;
	}

	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row td {
		border: none;
		width: 100%;
		padding: 16px 0 0;
	}

	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions{
		float: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 25px;
	}

	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a{
		position: relative;
	}

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}

    body.woocommerce-view-order .orderGeneralData {
        margin-bottom: 50px !important;
    }

	#masthead .site-branding img {
		height: 38px !important;
	}

/*----------------------------------------------------------------------------------------------------------------------Eshop*/
}

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

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



