/*!
Theme Name: Geralda
Theme URI: http://underscores.me/
Author: Vytenis
Author URI: http://underscores.me/
Description: Description
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: geralda
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.

Geralda 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

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

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


html {
	overflow-x:hidden;
}

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

#primary {
	padding-top: 162px;
}

.page-id-311 .vc_row.wpb_row.vc_row-fluid,
.page-id-700 .vc_row.wpb_row.vc_row-fluid {
	margin-right: 0 !important;
}

.single-post .entry-content {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 55px;
}

.page-id-12 .vc_row,
.page-id-422 .vc_row {
	margin-right: 0 !important;
}

/**
 * 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
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500&display=swap');

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto', 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;
}

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%;
	max-width: 1320px;
	margin: 0 auto;
}

.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 0 1.5em;*/
/*}*/

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 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;
}

@font-face {
	font-family: "Brandon";
	src: url("fonts/Brandon_reg.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Brandon";
	src: url("fonts/Brandon_med.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

.site-header {
	text-align: center;
	/* height: 162px;
	line-height: 162px;
	position: relative;
	max-width: 1366px;
    margin: auto;
	padding: 0px 55px; */
}

.header-inner-wrapper {
	width: 100%;
	position: relative;
}

.site-nav-right {
	display: table;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
}

#primary-menu li a {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #9e6126;
	font-size: 16px;
	padding: 0 18px;
	outline: 0;
}

#primary-menu li a.active, #primary-menu li.current-menu-item a {
	font-weight: bold;
}

.header_logo img {
	max-width: 82px;
	margin-bottom: 20px;
}

.header_logo {
	position: absolute;
	left: 0;
	top: 10px;
}

.header_logo > a {
	outline: 0;
}

.nav-right-items {
	margin:0;
	padding:0;
	list-style:none;
	color:#9E6126;
}

.nav-right-txt {
	font-size: 15px;
	margin-left: 10px;
	position: absolute;
	left: 17px;
	top: 1px;
}

.wish_list_nav_item {
	min-width: 50px;
	text-align: left;
}

.nav-right-items li {
	display: inline-block;
	margin-right: 40px;
}

.font-s-15 {
	font-size:15px;
}

.nav-right-items li:last-child {
	margin-right: 0;
	position: relative;
	min-width: 43px;
}

h1 {
	font-size: 40px;
	font-family: 'Brandon', sans-serif !important;/*change font*/
	font-weight: normal;
	font-style: normal;
	color: #4d4e53;
	line-height: 57px;
	letter-spacing: 0;
}

h1.medium {
	font-weight: 500;
}

h2 {
	font-size: 25px;
	line-height: 25px;
	font-family: 'Brandon', sans-serif !important;/*change font*/
	font-weight: normal;
}

p {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #949599;
	letter-spacing: 0.16px;
	line-height: 30px;
}

body {
	background: #FAFAFA;
}

.entry-content {
	max-width: 1366px;
	margin: 0 auto;
	background: #FAFAFA;
}

.about-row {
	align-items: center;
}

.about-row img {
	height: 773px !important;
	object-fit: cover;
}

.about-row h1 {
	padding: 0 157px 0 125px;
}

.about-row p {
	padding: 0 125px;
}

.bgm-font {
	font-family: 'Brandon', sans-serif !important;
	font-style: normal;
	font-weight: 500;
}

.bgm-font-h2 {
	font-family: 'Brandon', sans-serif !important;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	letter-spacing: 0.25px;
	line-height: 26px;
}

.nav-right-items li i {
	font-size:17px;
}

.about-certificates .vc_inner {
	align-items: center;
}



.footer_logo {
	max-width: 140px;
	margin-left: 50px;
	width:100%;
}

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

.footer_col {
	width: 25%;
	display: table-cell;
	vertical-align: top;
}

.footer_copyright {
	font-size: 13px;
	color: #9E6126;
	display: block;
	margin-top: 35px
}

.footer_links_wrapper {
	display: block;
}

.footer_links_wrapper h2 {
	font-family: 'Roboto', sans-serif !important;
	color: #9E6126;
	font-size: 16px;
	margin-bottom: 40px;
	margin-top: 5px;
	font-weight: bold;
}

.footer_links_wrapper ul.menu {
	margin: 0;
	padding: 0;
}

.footer_links_wrapper ul.menu li {
	list-style: none;
}

.footer_links_wrapper ul.menu li a{
	font-size: 16px;
	text-decoration: none;
	color: #9E6126;
	line-height: 35px;
}

.footer_wrapper_links {
	max-width: 1366px;
	margin: auto;
	width: 100%;
	display: table;
	padding: 0 55px;
}

.site-footer {
	background: rgba(158, 97, 38, 0.05);
	padding: 45px 0px 35px 0px;
	width: 100%;
	display: table;
}


.main-navigation {
	display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
	text-align: center;
}

.page-id-12 .vc_column_container>.vc_column-inner {
	padding-left: 5px;
	padding-right: 5px; 
}

.vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
	margin-right: -150px !important;
}

.vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
	padding-right: 150px !important;
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
	background: #9E6126 !important;
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span, .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span {
	color:#fafafa !important;
}

.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
	background: none !important;
	border: 1px solid #9E6126 !important;
	border-radius: 0px !important;
	color: #9E6126;
	font-size: 16px;
	padding: 11px 41px !important;
	margin-right: 42px !important;
}

.vc_grid-filter {
	margin-bottom: 33px !important;
}


.home_product_categories .wpb_column .vc_column-inner {
	background: rgba(158, 97, 38, 0.05);
	padding-top: 25px;
}

.home_product_categories .wpb_column .vc_column-inner .wpb_wrapper p {
	color:#4D4E53;
}

.home_product_categories .wpb_button, .home_product_categories .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 24px !important;
	margin-top: 35px;
}

/* Contact form */

.vc_custom_1593684363194 {
	max-width: 664px;
	margin-left: 0 !important;
}

.form-wrapper {
	padding: 15px 85px 35px 25px;
}

.form-wrapper input {
	margin-bottom: 15px;
}

.form-wrapper input[type=text],
.form-wrapper input[type=email] {
	font-family: 'Roboto', sans-serif !important;
    border: 1px solid rgba(77, 78, 83, 0.2);
	border-radius: 0;
    width: 100%;
    font-size: 16px;
    color: #4D4E53;
    letter-spacing: 0.16px;
    line-height: 40px;
    padding: 0 15px;
}

.form-wrapper input[type=submit] {
	font-family: 'Roboto', sans-serif !important;
	border: 1px solid #9E6126;
    background: transparent;
    border-radius: 0;
    padding: 15px 40px;
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 19px;
    color: #9E6126;
}

.form-wrapper textarea {
	font-family: 'Roboto', sans-serif !important;
    border: 1px solid rgba(77, 78, 83, 0.2);
	border-radius: 0;
	height: 100px;
	resize: none;
	font-size: 16px;
	color: #4D4E53;
	padding: 10px 15px;
}

span.wpcf7-form-control-wrap.email {
	width: 100%;
}

span.wpcf7-form-control-wrap.message {
	width: 100%;
}

.form-row {
	display: flex;
	padding: 0 10px;
	flex-direction: row;
	flex-wrap: wrap;
}

.form-col {
	/* width: 46%; */
	display: flex;
	flex-direction: column;
	flex-basis: 50%;
}

.form-col:first-of-type {
	padding-right: 20px;
}

.form-col:last-of-type {
	padding-left: 20px;
}

.form-wrapper p {
	display: none;
}

.form-wrapper .wpcf7-list-item {
	margin-left: 0;
}

.form-wrapper .wpcf7-list-item input {
	margin-bottom: 0;
}

.form-wrapper .privacy {
	display: flex;
	align-items: center;
	margin-top: 10px;
	font-size: 14px;
	color:#949599;
	margin-bottom: 40px;
}

.form-wrapper .privacy a{
	color:#4D4E53;
	margin-left:5px;
}

.vc_custom_1593694887628{
	margin-top:35px;
}

.featured_post_row {
	margin-top: 45px;
}

input[name="privacy-policy"] {
	margin-right: 20px;
}



.featured_show_more a {
	background: none !important;
	border: 1px solid #9E6126 !important;
	color: #9E6126 !important;
	font-size: 16px !important;
	padding: 15px 40px !important;
	margin-top: 20px;
}

.btn_general:hover, .featured_show_more a:hover {
	background:#9E6126 !important;
	color:#FAFAFA !important;
}

.btn_general {
	background: none !important;
	border: 1px solid #9E6126 !important;
	color: #9E6126 !important;
	font-size: 16px !important;
	padding: 13px 40px !important;
	text-decoration: none !important;
}


.home_page_posts_more {
	display: inline-block;
	margin-left: 63px;
	transform: translate(0px, -4px);
}

.home_page_news_wrapper {
	margin-top:-75px;
}
/* Props */
#props img.alignnone.size-thumbnail {
	margin-right: 15px;
}

#props p {
	font-family: 'Brandon', sans-serif !important;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.16px;
	line-height: 40px;
	color: #4D4E53;
}

#props p img {
	margin-right: 15px;
	margin-bottom: -1px;
	max-width: 13px
}
.social-icons {
	display: inline-flex;
}

/* Our team */
#our-team .wpb_single_image {
	margin-bottom: 20px !important;
}

#our-team .vc_column_container.vc_col-sm-3>.vc_column-inner {
	padding-left: 	0;
	padding-right: 107px;
}

#our-team .team_row_wrapper {
	margin-right: -107px !important;
	padding-left: 15px;
}


#our-team .wpb_text_column.wpb_content_element {
    margin-bottom: 5px !important;
}

#our-team h4 {
	margin-bottom: 30px;
}

#our-team {
	max-width: 1286px;
	margin: auto;
}

#props {
	max-width: 1284px;
	margin: auto;
}

.musu_komanda_title {
	margin-bottom: 60px;
	margin-top: 70px;
}

#our-team img.vc_single_image-img.attachment-full {
	width: 100%;
    height: 280px;
    object-fit: cover;
}

#our-team i.far {
	margin-right: 15px;
}

#our-team .size-thumbnail {
	margin-right: 15px;
}

.contact_form_susisiekite {
	margin-bottom: 60px;
}

.rekviz_row {
	padding-top: 20px;
}

#our-team .wpb_wrapper p {
	font-size: 14px;
	color: #949599;
	margin-top: 0;
}

#our-team .wpb_wrapper p a{
	text-decoration: none;
}

#our-team .wpb_wrapper h4{
	font-weight: 400;
}

.susisiekite_prisijunk {
	margin-bottom: 0px;
}

.darbo_pozicijos {
	max-width: 1286px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.darbo_pozicijos .vc_tta-panel-heading {
	background:#F5F2EF !important;
}

.darbo_pozicijos .vc_tta-panel-heading h4{
	font-size: 25px;
	font-weight: 400;
	font-family: "Brandon";
	padding: 26px 10px;

}
.darbo_pozicijos .vc_tta-panel-heading h4 span {
	color: #4D4E53 !important;
}

.darbo_pozicijos .vc_tta-controls-icon.vc_tta-controls-icon-plus {
	display: none !important;
}

.darbo_pozicijos .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus {
	display: block !important;
}

.darbo_pozicijos .vc_tta-controls-icon-plus {
	width: 22px !important;
	height: 22px !important;
	background: url(img/accordion_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.darbo_pozicijos .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
	padding-left: 36px !important;
}

.darbo_pozicijos .vc_tta-panel.vc_active .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
	padding-left: 80px !important;
}

.darbo_pozicijos .vc_tta-panel.vc_active .vc_tta-controls-icon-position-left.vc_tta-panel-title>a span{
	font-weight: bold !important;
}

.darbo_pozicijos .vc_tta-controls-icon-plus:before {
	content: none !important;
}

.darbo_pozicijos .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	left: 36px !important;
}
.darbo_pozicijos .vc_tta-panel.vc_active .vc_tta-panel-heading {
	border:none !important;
	border-radius: 0px !important;
}

.darbo_pozicijos .vc_tta-panel .vc_tta-panel-body {
	border:none  !important;
	background: #F5F2EF !important
}

.darbo_pozicijos  .wpb_wrapper p {
	color: #4D4E53;
	font-size: 16px;
	line-height: 40px;
}

.darbo_pozicijos  .wpb_wrapper {
	padding: 0px 25px;
}

.darbo_pozicijos .vc_col-sm-3 .vc_column-inner .wpb_wrapper {
	padding: 0px 10px;
}

.darbo_pozicijos .vc_col-sm-3 .vc_column-inner .wpb_wrapper p a{
	text-decoration: none;
}

.darbo_pozicijos .vc_col-sm-3 .vc_column-inner .wpb_wrapper p .fa-envelope {
	color:#949599;
}

.darbo_pozicijos_devider {
	max-width: 1112px;
	margin: auto;
	margin-bottom: 58px !important;
}

.prisijungk_accordion_wrapper > .vc_column-inner > .wpb_wrapper{
	padding: 0;
}

span.wpcf7-not-valid-tip {
	color: #9E6126;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: -10px;
}

.wpcf7-form-control-wrap input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #949599;
	opacity: 1; /* Firefox */
}

.wpcf7-form-control-wrap input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #949599;
}

.wpcf7-form-control-wrap input::-ms-input-placeholder { /* Microsoft Edge */
	color: #949599;
}

.product_image_wrapper {
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	background-size: contain;
	background-position: 50% 50%;
	display: none;
}

.product_image_wrapper.active {
	display: block;
}

.add_to_wishlist_btn {
	position: absolute;
	top: 26px;
	right: 30px;
	font-size: 22px;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background: #F5F2EF;
}

.add_to_wishlist_btn i{
	color: #9E6126;
	width: 44px;
	height: 44px;
	position: absolute;
	margin-right: 0 !important;
	top: 12px;
	padding-left: 11px;
}

.color_btn {
	width: 17px;
	height: 17px;
	border: 1px solid rgb(112 112 112 / 0.2);
	border-radius: 9px;
	position: relative;
	cursor: pointer;
}

.color_btn.active {
	border: 1px solid #000000;
}

.product_color_buttons {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.product_color_buttons ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.product_grid_icons {
	position: absolute;
	left: 40px;
	top: 20px;
}

.product_grid_icons img {
	height: 43px;
	width: 43px;
	margin-bottom: 10px;
	filter: invert(37%) sepia(10%) saturate(5907%) hue-rotate(357deg) brightness(95%) contrast(72%);
}

.product_color_buttons ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	margin-right: 9px;
}

.color_inside_btn  {
	width: 9px;
	height: 9px;
	border-radius: 5px;
	position: absolute;
	background: #ccc;
	top: 3px;
	left: 3px;
}

.color_inside_btn.Juoda {
	background: #000;
}
.color_inside_btn.Raudona {
	background: #E33232;
}
.color_inside_btn.Auksinė {
	background: #F8BC35;
}
.color_inside_btn.Violetinė {
	background: #aa36f8;
}

.color_inside_btn.Mėlyna {
	background: #293df8;
}

a.product_grid_title {
	font-family: "Brandon";
	font-size: 21px;
	color: #4D4E53;
	margin-top: 20px;
	text-decoration: none;
	display: block;
}
a.product_grid_title:hover {
	text-decoration: underline;
}

a.product_grid_title:focus {
	outline: none;
}

.grid_products_color_name {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	color:#949599;
	font-size:14px;
	padding: 20px 15px;
}

.dropbtn {
	border: none;
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #9E6126;
    text-transform: uppercase;
    outline: 0;
	padding: 0 20px;
	background: transparent;
	display: flex;
    align-items: center;
}

.grid_product_wrapper {
	cursor: pointer;
	position: relative;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.additional_product_info {
	position: absolute;
	width: calc(100% - 30px);
	bottom: 13px;
	left: 15px;
	background: #F5F2EF;
}

.additional_product_info ul, .additional_product_info li{
	margin:0;
	padding: 0;
	list-style: none;
}

.additional_product_info ul {
	display: table;
	margin: auto;
}

.additional_product_info li {
	display: inline-flex;
	align-items: center;
	color:#949599;
	font-size: 14px;
	padding: 17px;
}

.additional_product_info {
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.add_to_wishlist_btn.exists {
	background:#9E6126;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
	left: 8px;
	top: 14px;
}

.add_to_wishlist_btn_single_page .yith-wcwl-add-to-wishlist .ajax-loading {
	left: 15px;
	top: 21px;
}

.add_to_wishlist_btn_single_page {
	position: absolute;
	right: 10px;
	top: 24px;
	z-index: 2;
}

.add_to_wishlist_btn_single_page .add_to_wishlist_btn {
	width: 57px;
	height: 57px;
	border-radius: 30px;
}



.featured_post_row {
	margin-left: -45px !important;
	margin-right: -20px !important;
}

.add_to_wishlist_btn_single_page .add_to_wishlist_btn i{
	top: 18px;
	padding-left: 17px;
}

.wish_list_nav_item a {
	color:#9e6126;
}

.susisiekite_contact_form {
	margin-top: 60px;
	padding-left: 30px;
	padding-right: 10px;
}

.contact_form_susisiekite h1 {
	padding: 0 14px;
}

.woocommerce-message {
	display: none;
}

.position-initial {
	position: initial;
}

.product_grid_link {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
}

#yith-wcwl-popup-message {
	display: none !important;
}

.add_to_wishlist_btn.exists i {
	color:#F5F2EF;
}

.products_grid {
	margin-bottom:150px !important;
}

.grid_product_wrapper:hover .additional_product_info {
	opacity: 1;
}

a.download_catalog_btn {
	color: #9E6126;
	display: flex;
	vertical-align: middle;
	border:1px solid #9E6126;
	padding: 12px 40px;
	cursor: pointer;
	margin-top: 45px;
}

.yith-wcwl-add-button.hide {
	display: none;
}

a.download_catalog_btn:hover {
	color:#9E6126;
	text-decoration: underline;
}

.download_catalog_btn img {
	margin-right: 20px;
}

.additional_product_info li img{
	max-height: 15px;
	margin-right: 10px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fcfcfc;
	z-index: 1;
}

.dropdown-content a {
	color: #9E6126;
	text-decoration: none;
	display: block;
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    outline: 0;
    padding: 12px 20px;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.language-switcher img {
	margin-left: 15px;
}

.single-product .entry-content {
	padding: 0 55px;
}

.single-product .product-img {
	margin: 0;
	background: #fff;
}

.single-product .product_image_wrapper {
	margin-bottom: 40px;
}

.single-product .product-img .post-thumbnail img {
	max-height: 550px;
	height: 100%;
	object-fit: contain;
}

.single-product .grid_products_color_name {
padding: 0 15px;
}



.single-product .product-img .icon img {
	height: 55px;
	width: 55px;
	margin-bottom: 20px;
	filter: invert(37%) sepia(10%) saturate(5907%) hue-rotate(357deg) brightness(95%) contrast(72%);
}

.single-product .product-img .icons {
	padding-top: 50px;
	padding-left: 55px;
}

.single-product .product-img .wishlist-btn {
	padding-top: 50px;
	padding-right: 55px;
}

.single-product .specs-row {
	margin: 0;
	background: #F5F2EF;
	padding: 25px 20px;
	margin: 30px 0;
}

.more_padding {
	padding-left: 50px;
	padding-right: 50px;
}

.production_top_h1 {
	margin-top: 60px;
	margin-bottom: 65px;
}

.single-product .specs-single-wrapper img {
	margin-right: 25px;
	width: 55px;
	height: 49px;
}

input:focus, a:focus {
outline: none !important;
}

.single-product .specs-single-wrapper .specs-heading-wrapper .specs-heading {
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 10;
	line-height: 22px;
	color: #4D4E53;
}

.single-product .specs-single-wrapper .specs-heading-wrapper .specs-subHeading {
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 10;
	line-height: 22px;
	color: #949599;
}

.single-product .specs-single-space {
	margin-right: 70px;
}

.single-product .specs-code-wrapper .specs-code-title {
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 10;
	line-height: 22px;
	color: #4D4E53;
}

.single-product .specs-code-wrapper .specs-code {
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 10;
	line-height: 22px;
	color: #949599;
}

.single-product .mark-guide {
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 10;
	line-height: 30px;
	color: #4D4E53;
	margin-left: 30px;
	text-decoration: underline;
}

.single-product .mark-guide:hover {
	text-decoration: underline;
	cursor: pointer;
}

.single-product tr td {
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 21px;
	padding: 15px 0;
	border-bottom: 1px solid rgba(77, 78, 83, 0.1);
}

.page-id-12 #primary,
.page-id-422 #primary {
	margin: 0;
}



.about-row .vc_column-inner {
	padding: 0;
}

.vc_custom_heading.bgm-font.vc_custom_1595404634788 {
	margin-left: 55px;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
	color: #979aa0 !important;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
	background: #f5f2ef !important;
	border: 1px solid #bc7626 !important;
	border-radius: 5px !important;
}

#ajaxsearchlite1 .probox .proinput > form > input {
	color: #949599 !important;
}

#ajaxsearchlite1 .probox .proinput > form > input::-webkit-input-placeholder { /* Edge */
	color: #949599 !important;
}

#ajaxsearchlite1 .probox .proinput > form > input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #949599 !important;
}

#ajaxsearchlite1 .probox .proinput > form > input::placeholder {
	color: #949599 !important;
}

.asl_nores_header {
	color: #949599 !important;
	font-size: 14px !important;
}

div.asl_r .results .item {
	background: transparent !important;
}

.asl_nores {
	background: transparent !important;
}

div.asl_w .probox .promagnifier .innericon svg {
	fill: #bc7626 !important;
}

#ajaxsearchliteres1 {
	background: #f5f2ef !important;
	border: 1px solid #bc7626 !important;
	border-radius: 5px !important;
}


span.wpcf7-form-control-wrap.errored:before {
	position: absolute;
	content: "";
	width: 19px;
	height: 19px;
	top: 10px;
	left: 20px;
	background: url(img/errora.svg);
}

span.wpcf7-form-control-wrap.errored > input {
padding-left:51px;
}
div.asl_m .probox .proclose svg {
	background: #bc7626 !important;
	box-shadow: none !important;
}

div.asl_r .results .item {
	background: transparent;
}

.promagnifier {
	background: transparent !important;
}

.single-product tr td:first-of-type {
	color: #949599;
	width: 20%;
}

.single-product tr td:last-of-type {
	color: #4D4E53;
	width: 80%;
}

.single-product tr:last-of-type td {
	border-bottom: none;
}

.single-product td a {
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 21px;
	color: #4D4E53;
	text-decoration: none;
}

.single-product td a:hover {
	text-decoration: none;
	cursor: pointer;
}

.single-product .specs-table {
	margin: 15px 20px;
}

.vc_custom_1595446180989 {
	padding-top: 34px !important;
	padding-right: 55px !important;
	padding-bottom: 28px !important;
	padding-left: 55px !important;
}

.vc_custom_1595404957330 {
	padding-top: 34px !important;
	padding-right: 55px !important;
	padding-bottom: 28px !important;
	padding-left: 55px !important;
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	margin: 0 auto;
}

.related .price {
	display: none;
}

.related .button.add_to_cart_button {
	display: none !important;
}

.related .woocommerce-LoopProduct-link.woocommerce-loop-product__link h2 {
	font-family: 'Brandon', sans-serif !important;
	font-size: 21px;
	font-weight: normal;
	line-height: 35px;
	color: #4D4E53;
}

.related .woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover {
	text-decoration: none;
}

.certificates {
	margin-bottom: 135px;
}

.featured_post .vc_gitem_row.vc_row.vc_gitem-row-position-middle {
	display: flex;
	align-items: center;
}

#primary {
	margin: 0 30px;
}

#our-team .wpb_single_image.vc_align_center {
	text-align: left;
}

.prod_cat_list_item {
	background: rgb(158 97 38 / 0.05);
	padding: 60px 0px 30px 0px;
}

.prod_cat_img {
	margin-bottom:40px;
}

.prod_cat_text {
color:#4D4E53;
}

.less_space_col {
	padding-left:5px;
	padding-right: 5px;
}

#sub_category_select {
	font-size: 16px;
	font-family: Roboto;
	color: #9E6126;
	border: 1px solid #9e6126;
	background:none;
	-moz-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 10px 20px;
	padding-left: 70px;
	position:relative;
}
.filter_container {
	margin-top:40px;
}

.filter_select_wrapper select{
	font-size: 16px;
	font-family: 'Brandon';
	color: #4D4E53;
	border: none;
	background:none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position:relative;
	padding-left: 10px;
	z-index: 5;
}

.filter_select_wrapper select:focus {
outline: none;
}

.filter_select_wrapper {
	position: relative;
}

.filter_select_wrapper:before {
	content: "";
	width: 15px;
	height: 10px;
	background: url(img/filter_drop.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 5;
}

.select-wrapper {
	margin-top: 40px;
}

.prod_filter_wrapper {
	background: rgb(158 97 38 / 0.05);
	padding: 38px 50px 60px 50px;
}

.prod_filter_wrapper h2 {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-left: 25px;
	margin-bottom: 40px;
}

.select-wrapper:before {
	content: "";
	width: 15px;
	height: 10px;
	background: url(img/arrow_down.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: 19px;
	left: 36px;
	z-index: 5;
}

.prod_cat_list_item.active .prod_cat_img {
	opacity: .35;
}


.prod_cat_list_item.active .prod_cat_text {
	opacity: .35;
}

.zero-margin {
	margin:0
  }

.select-wrapper.open:before {
	background:none;
}

#sub_category_select:focus {
outline: none;
}

.select-wrapper #sub_category_select:focus .select-wrapper:before {
	background:none;
}

.product_grid_padding {
	padding-right: 40px;
	padding-left: 40px;
}

.select-wrapper {
	display: inline-block;
	position: relative;
}

.filter_item label{
	display: inline-block;
	font-size: 16px;
	color:#949599;
	font-family: 'Brandon', sans-serif !important;/*change font*/
	font-weight: normal;
	font-style: normal;
	width:150px;
}

.filter_item > div{
	display: inline-block;
}

.filter_item > div > select{
	width:120px;
}

.products_grid .col-md-4 {
	padding: 10px;
}

/* #our-team .wpb_single_image .vc_single_image-wrapper {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

#our-team .team_row_wrapper {
	margin-right: 0 !important;
} */

@media only screen and (max-width: 767px) {
	#our-team .wpb_column.vc_column_container.vc_col-sm-3 {
		width: 50% !important;
	}
}

.vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
	margin-right: 0 !important;
}

.vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
	padding-right: 0 !important;
}

.vc_pageable-slide-wrapper .vc_grid-item.vc_col-sm-6:first-of-type {
    padding-right: 75px !important;
}

/* .vc_pageable-slide-wrapper .vc_grid-item.vc_col-sm-6:last-of-type {
    padding-left: 75px !important;
} */

/*//////////////////////////////////
.vc_pageable-slide-wrapper .vc_grid-item.vc_col-sm-6:nth-child(odd) {
    padding-right: 75px !important;
}

.vc_pageable-slide-wrapper .vc_grid-item.vc_col-sm-6:nth-child(even) {
    padding-left: 75px !important;
}
}/////////////////////////////////////////////*/
/*
.vc_pageable-slide-wrapper .vc_grid-item.vc_col-sm-6.vc_visible-item:first-of-type {
    padding-right: 75px !important;
}

.vc_pageable-slide-wrapper .vc_grid-item.vc_col-sm-6.vc_visible-item:last-of-type {
    padding-left: 75px !important;
}*/
/*//////////////////////////////////
.vc_pageable-slide-wrapper .vc_grid-item.vc_col-sm-6.vc_visible-item:nth-child(2n+2) {
    padding-right: 0 !important;
    padding-left: 75px !important;
}

.vc_pageable-slide-wrapper .vc_grid-item.vc_col-sm-6.vc_visible-item:first-of-type {
    padding-right: 75px !important;
}/////////////////////////////////////////////*/


.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
	display: inline-block;
	padding: 0 75px !important;
}

.vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
	margin: 0 -75px !important;
}

.featured_post_row .vc_grid-item.vc_clearfix.vc_col-sm-12.vc_visible-item.fadeIn.animated {
	padding: 0 !important;
}

.vc_custom_1593694435266 {
	padding: 0 55px !important;
}

.home_page_news_wrapper {
	padding: 0 40px !important;
	margin-top: 0 !important;
}

.page-id-14 #primary,
.page-id-16 #primary,
.page-id-431 #primary,
.page-id-428 #primary {
	margin: 0;
}


.contact_form_susisiekite {
	padding: 0 22px !important;
}

#wishlist {
	padding: 0 55px 85px 45px;
}

.post-311 h1,
.post-700 h1 {
	padding-left: 55px;
}
/*
.vc_custom_1594021681945 .vc_custom_1595841487283 {
	margin-left: -30px !important;
	margin-right: 0 !important;
}

.vc_custom_1594021681945 .vc_custom_1595841655011 {
	margin-left: -30px !important;
	margin-right: 0 !important;
}*/

#primary {
	margin: 0;
}

.contact_form_susisiekite {
	padding: 0 20px !important;
}
/* Wishlist */

.woocommerce .wishlist-title {
	display: none;
}

table.wishlist_table thead tr:first-of-type {
	display: none;
}
table.wishlist_table .product-thumbnail {
	width: 100px;
}

.yith-wcwl-share {
	display: none;
}

table.wishlist_table {
	background: #F5F2EF;
}

.wishlist_table .product-thumbnail img {
	max-width: 72px;
	max-height: 72px;
	width: 100%;
	height: 100%;
}

table.wishlist_table tbody td {
	padding: 26px 0;
	border-bottom: 1px solid rgba(77, 78, 83, 0.2);
}

#yith-wcwl-form {
	padding: 25px 45px;
	background: #F5F2EF;
}

.wishlist-remove-icon {
	width: 10px;
	height: 10px;
}

.wishlist_table .product-name a {
	color: #4D4E53;
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
}

.wishlist_table .product-name a:hover {
	text-decoration: none;
}

.wishlist_table .product-name a:visited {
	color: #4D4E53;
}

#wishlist .form-wrapper {
	padding: 0;
	padding-right: 55px;
}

#wishlist {
	padding-bottom: 85px;
}

.form-wrapper .privacy a {
	text-decoration: underline;
}

.form-wrapper input,
.form-wrapper textarea {
	outline: 0;
	background: transparent;
}

.search-wrapper {
	display: none;
	position: absolute;
	width: 200px;
	left: -90px;
	bottom: 20px;
}

.wpcf7-list-item.asd {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-top: -18px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wpcf7-list-item.asd input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background: url('img/check-nepazymetas.svg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.wpcf7-list-item.asd:hover input ~ .checkmark {

}

.wpcf7-list-item.asd input:checked ~ .checkmark {
	height: 20px;
	width: 20px;
	background: url('img/check-pazymetas.svg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.wpcf7-list-item.asd input:checked ~ .checkmark:after {
	display: block;
}

.wpcf7-list-item.asd .checkmark:after {

}

div.asl_w .probox .promagnifier .innericon svg {
	position: absolute;
	top: 1px;
	right: 5px;
}

.probox {
	/* background-image: none !important;
	background: #f5f2ef !important; */
}

#search-btn:hover {
	cursor: pointer;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	display: none !important;
}

.specs-row > div:nth-child(2) > .specs-single-space {
	margin-right: 40px;
}

/* STICKY HEADER */
.site-header {
	background: #fafafa;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 0px 55px;
}


.header-inner-wrapper {
	text-align: center;
	height: 162px;
	line-height: 162px;
	max-width: 1366px;
	margin: auto;
	padding: 0px 55px;
}


.mob-standard-logo { margin-top: 20px; }

  @media only screen and (min-width: 1366px) {

.featured_post > .vc_column-inner > .wpb_wrapper > .vc_grid-container-wrapper {
    max-width: 1361px;
    margin: auto;
}
	

  }
  
@media only screen and (max-width: 1200px) {
	.nav-right-items li {
		margin-right: 15px;
	}
}

@media only screen and (max-width: 1000px) {
	#primary {
		padding-top: 0px;
	}
}


@media only screen and (max-width: 990px) {
	.more_padding{
	  padding-left: 0px;
	  padding-right: 0px;
	}
  
	.product_grid_padding .col-md-4 {
	  flex: 0 0 50%;
	  max-width: 50%;
	}
  }
  
  @media only screen and (max-width: 767px) {

	  .page-id-16 .wpb_wrapper, .page-id-428 .wpb_wrapper{
		  padding: 0 30px;
	  }

	  .vc_custom_1593608830888 {
		  padding: 0 !important;
	  }

	  .page-id-239 .vc_row {
		  margin-left:0px;
		  margin-right:0px;
	  }

	  .page-id-239 .vc_btn3-container, .page-id-424 .vc_btn3-container{
		  margin-bottom: 70px;
	  }

	  .vc_row .vc_custom_1593694435266 {
		  padding-top: 0px !important;
		  padding-bottom: 10px !important;
		  padding-left: 47px !important;
		  padding-right: 47px !important;
	  }

	  .page-id-239 .vc_row .vc_custom_1593694435266 {
		  padding-top: 0px !important;
		  padding-bottom: 10px !important;
		  padding-left: 32px !important;
		  padding-right: 32px !important;
	  }

	  .home_page_news_wrapper {

	  }



	  h1 {
	  font-size: 34px;
	  line-height: 1;
  }
  #primary {
	  padding-top: 0;
  }

	  .featured_post_row {
		  margin-top:0px;
	  }


  .wpb_wrapper .vc_custom_1593692429507 {
	  padding-right: 0 !important;
	  padding-left: 0 !important;
  }


  .page-id-488 #primary,
  .page-id-10 #primary,
  .single-product #primary {
	  margin: 0 30px;
  }
  .product_grid_padding .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

	  .products_grid .col-md-4 {
		  padding: 0;
	  }

  .post-422,
  .post-12 {
	  padding: 0 30px;
  }

  .post-422 .vc_video-bg-container,
  .post-12 .vc_video-bg-container {
	  display: none !important;
  }

  .featured_post .vc_gitem_row.vc_row.vc_gitem-row-position-middle {
	  flex-wrap: wrap;
  }

  .vc_custom_1593692358604 {
	  padding-left: 10px;
	  padding-right: 10px;
  }
	.specs-row .d-flex{
	  display: block !important;
	}
  
	.specs-single-wrapper {
	width: 100%;
	  display: inline-block !important;
	}
  
	.specs-heading-wrapper {
	  display: inline-block;
	}
  
	.specs-single-wrapper img {
	  display: inline-block;
	  margin-bottom: 31px;
	}
  
	.specs-row span {
	  display: inline-block;
	}
  
	.single-product .entry-content {
	padding: 0;
	}
	.mark-guide {
	  margin-left: 0 !important;
	  margin-top: 20px;
	  display: block;
	}
	.single-product .specs-table {
	  margin: 0;
	}
	#specs-table td{
	width: 50%;
	}
  }

@media only screen and (max-width: 767px) {

	.contact_form_susisiekite {
		padding: 0 20px 0 0 !important;
	}

	#props {
		padding: 60px 30px 0 30px;
	}

	#our-team { padding: 0 30px; }

	.footer_col {
		width: 100%;
		display: table-footer-group;
	}
	.home_page_news_wrapper {
		padding: 0 15px !important;
	}

	#our-team .wpb_column.vc_column_container.vc_col-sm-3 {
		width: 100% !important;
		margin-bottom:30px;
	}
	.add_to_wishlist_btn_single_page .add_to_wishlist_btn {
		position: absolute;
		top: 26px;
		right: 30px;
		font-size: 22px;
		width: 44px;
		height: 44px;
		border-radius: 22px;
		background: #F5F2EF;
	}
	.add_to_wishlist_btn i {
		color: #9E6126;
		width: 25px;
		height: 25px; }

	.add_to_wishlist_btn_single_page .add_to_wishlist_btn i {
		top: 12px;
		padding-left: 11px;
	}

	.grid_product_wrapper:hover .additional_product_info {
		opacity: 0;
	}

	.post-311 h1, .post-700 h1 {
		padding-left: 30px;
	}

	#wishlist {
		padding: 0 25px 85px 25px;
		padding-bottom: 85px;
	}
	#yith-wcwl-form {
		padding: 20px 25px;
	}
	.wishlist_table .product-name a { line-height: 1px; }

	.add_to_wishlist_btn_single_page .yith-wcwl-add-to-wishlist .ajax-loading {
		left: 5px;
		top: 12px;
	}

	.single-product .product-img .icons {
		position: absolute;
	}

	.wishlist_table .product-name a {
		line-height: 20px;
	}

	.single-product #primary {
		padding: 0 10px !important;
	}
	.single-product .product-img .icon img {
		height: 35px;
		width: 35px;
	}

	.prisijungk_accordion_wrapper > .vc_column-inner {
		padding: 0 30px !important;
		margin-top: 30px;
	}

	.wpb_wrapper > .vc_custom_1595841487283, .wpb_wrapper > .vc_custom_1595841655011 {
		margin: 0px 23px;
	}



	.prisijungk_accordion_wrapper {
		padding: 0 30px;
	}

	.page-id-424 .home_page_news_wrapper {
		padding: 0 30px !important;
	}
.vc_grid-styled-select select {
	font-size: 16px;
	font-family: Roboto;
	color: #9E6126;
	border: 1px solid #9e6126;
	background: none;
	-moz-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 10px 20px;
	padding-left: 20px;
	position: relative;
}

.vc_grid-styled-select {
	position: relative;
	display: table;
}
.vc_grid-styled-select:before {
	content: "";
	width: 15px;
	height: 10px;
	background: url(img/arrow_down.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: 19px;
	right: 16px;
	z-index: 5;
}


	.about-row img {
		height: auto !important;
	}

	.entry-content .vc_custom_1593513085091 {
		padding-right: 55px !important;
		padding-left: 55px !important;
	}

	.vc_custom_heading.bgm-font.vc_custom_1595404634788 {
		margin-left:0;
	}

	.prod_filter_wrapper {
		background: rgb(158 97 38 / 0.05);
		padding: 20px 10px 20px 10px;
		margin: 0px;
	}

	.less_space_col {
		padding: 0;
	}

	.filter_item {
		height: 50px;
	}

	.filter_item > div > select {
		width: 150px;
	}

	.products_grid {
		margin-bottom: 0px !important;
	}

	.download_catalog_wrapper {
		margin:auto !important;
	}

	a.download_catalog_btn {
		padding: 12px 20px;
	}

	.production_top_h1 {
		padding: 0 6px;
	}







	.footer_wrapper_links {
		padding: 0 30px;
	}

	.footer_links_wrapper {
		margin-bottom: 50px;
	}

	.footer_links_wrapper > .rounded {
		margin-bottom: 15px;
	}

	.vc_pageable-slide-wrapper .vc_grid-item.vc_col-sm-6:first-of-type {
		padding-right: 0 !important;
	}
	
	.vc_pageable-slide-wrapper .vc_grid-item.vc_col-sm-6:last-of-type {
		padding-left: 0 !important;
	}

	.vc_pageable-slide-wrapper .vc_grid-item.vc_col-sm-6:nth-child(odd) {
		padding-right: 0 !important;
	}
	
	.vc_pageable-slide-wrapper .vc_grid-item.vc_col-sm-6:nth-child(even) {
		padding-left: 0 !important;
	}

	.vc_grid-container-wrapper.vc_clearfix > .vc_custom_1593672172306 {
		padding: 0px 30px !important;
	}
	
	.vc_column-inner .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
		padding: 0 !important;
	}
	
	.wpb_wrapper > .vc_custom_1593608830888 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.page-id-16 .wpb_wrapper > .vc_custom_1593608830888, .page-id-16 .wpb_wrapper > .vc_custom_1593608830888 .wpb_wrapper{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.page-id-428 .wpb_wrapper > .vc_custom_1595446180989, .page-id-428 .wpb_wrapper > .vc_custom_1595446180989 .wpb_wrapper{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.single-post .entry-content {
		padding: 0px 30px;
		padding-bottom:50px;
	}
	
	.wpb_wrapper > .vc_custom_1595446180989 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.wpb_wrapper > .vc_custom_1595404957330 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.vc_grid-container-wrapper > .vc_custom_1595933847274 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
	.wpb_wrapper > .vc_custom_1593510659936 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.wpb_wrapper .vc_custom_1593671796623 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.wpb_wrapper .vc_custom_1593516350295 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.wpb_wrapper > .vc_custom_1593511543110 {
		padding-left: 10px !important;
	}

	.about-row h1 {
		padding: 0 10px;
	}

	.about-row p {
		padding: 0 10px;
	}

	.post-12 img {
		padding: 0 10px;
	}

	.home_page_posts_more {
		width: max-content;
		display: block;
		margin-left: 0;
	}

	.form-wrapper {
		padding: 15px;
	}

	.form-wrapper .form-col {
		width: 100%;
		flex-basis: 100%;
	}

	.form-wrapper .form-col:first-of-type {
		padding: 0;
	}

	.form-wrapper .form-col:last-of-type {
		padding: 0;
	}

	#props > div > .vc_column-inner {
		padding: 0;
	}

	#our-team > div > .vc_column-inner {
		padding: 0;
	}

	.entry-content > .vc_custom_1594021681945 {
		padding: 0 !important;
	}

	.wpb_wrapper > .vc_custom_1594021726735 {
		padding: 0 !important;
	}

	.prisijungk_accordion_wrapper > .vc_column-inner {
		padding: 0;
	}

	#our-team .vc_empty_space {
		display: none;
	}

	#our-team .vc_column_container.vc_col-sm-3>.vc_column-inner {
		padding: 0 15px;
	}

	#our-team .team_row_wrapper {
		margin-right: -15px !important;
		padding: 0;
	}

	#our-team .wpb_column.vc_column_container.vc_col-sm-3.vc_col-xs-12 {
		margin-bottom: 50px !important;
	}

	#our-team i.far {
		display: none;
	}

	.more_padding {
		padding: 0;
	}

	.product_grid_padding {
		padding: 0;
	}

	.prod_cat_list_item {
		margin-bottom: 30px;
	}

	.single-product .entry-content {
		padding: 0;
	}

	.single-product .specs-table {
		margin: 15px 0;
	}

	.single-product .specs-table > div {
		padding: 0;
	}

	.specs-row > div {
		display: block !important;
	}

	.specs-row > div:first-of-type {
		margin-bottom: 30px;
	}

	.single-product .mark-guide {
		margin-left: 0;
		margin-top: 15px;
	}

	#wishlist .form-wrapper {
		padding: 0;
	}

	#wishlist .form-col {
		margin: 0 !important;
	}
}