/*!
Theme Name: vdtheme
Theme URI: http://underscores.me/
Author: Underscores.me
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: vdtheme
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.

vdtheme 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;
	margin-top: 0px;
}

/* 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; */
/* 	margin-bottom: 0rem !important; */
}
fieldset.w-100 br {
    display: none;
}
fieldset.w-100 label {
	 margin-bottom: 0.5rem !important;
}
/**
 * 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: #404040;
	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;
}

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


/* css-20/may/2025 */



/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider 
15. Header
16. Intro
17. Products
18. Categories
19. Brands
20. About
21. Footer
22. Products Page
23. Product Single Page
24. Contact Page
Woocommerce

=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  
}
main{
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::placeholder{
    font-weight: 300 !important;
    color: inherit !important;
    opacity: 0.7 !important;
}
textarea::placeholder{
    font-weight: 300 !important;
    color: inherit !important;
    opacity: 0.7 !important;
}
::-webkit-input-placeholder { color: inherit !important; opacity: 0.6 !important; }
:-moz-placeholder { color: inherit!important; opacity: 0.6!important; }
::-moz-placeholder { color: inherit!important; opacity: 0.6!important; }
:-ms-input-placeholder { color: inherit!important; }
::-moz-selection { background-color: #31479e!important;  color: #fff!important; }  
::selection { background-color: #31479e!important; color: #fff!important; }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-sm{
  max-width: 100rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 400;line-height:1.4;}
.title h1, .title h2{ font-size: 2.6rem; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 2.8rem; }
}


/* ================================================================================== 
6. Buttons
===================================================================================== */
.contact-form .wpcf7-submit {
padding: 14px 40px !important;
}
.btn {
	display: inline-block;
	padding: 1.2rem 4rem !important;
	font-weight: 400;
  border-radius: 10rem !important;
}
.btn-primary{
  background-color: #31479e !important;
  color: #fff !important;
}
.btn-primary:hover{
  background-color: #fff326 !important;
  color: #000 !important;
	border: none !important;
}
.btn-cart, .single_add_to_cart_button {
	background-image: url(images/cart-white.svg) !important;
	background-position: left 4.2rem center;
	background-size: 2rem;
	background-repeat: no-repeat;
	padding-left: 8rem !important;
}
button.woocommerce-Button.button, button.woocommerce-button.button,  a.button.wc-backward,   .woocommerce a.button.alt, button.button, button#place_order, a.woocommerce-Button.wc-forward.button, .woocommerce-MyAccount-content a.button, a.button.wc-forward{
	display: inline-block;
	padding: 1.2rem 4.6rem !important;
	font-weight: 400;
	border-radius: 10rem !important;
	border: 1px solid transparent;
	transition: all .4s ease-in-out;
	background-color: #31479e !important;
	color: #fff !important;
	border-color: #31479e;
	font-size: inherit;
}
button.woocommerce-Button.button:hover, button.woocommerce-button.button:hover,  a.button.wc-backward:hover,  .woocommerce a.button.alt:hover, button.button:hover, button#place_order:hover, a.woocommerce-Button.wc-forward.button:hover, .woocommerce-MyAccount-content a.button:hover, a.button.wc-forward:hover{
  background-color: #fff326 !important;
    color: #000 !important;
	border-color: #fff326;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
  font-size: inherit !important;
  width: auto !important;
}
.actions button.button{
  display: inline-block;
	padding: 1.2rem 4.6rem;
	font-weight: 400;
	border-radius: 10rem;
	border: 1px solid transparent;
  transition: all .4s ease-in-out;
  background-color: #e9e6ed;
  color: #515151;
  border-color: #e9e6ed;
  font-size: inherit;
}
.actions button.button:hover{
background-color: #c6c6c6;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #cacaca !important;
  padding: 1rem 1.6rem !important;
  outline: none;
  background-color: #ffffff;

}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #31479e;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

}
/*---------------*/
.select2-container .select2-selection--single {
	height: 4rem !important;
	display: flex !important;
	align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.5rem !important;

}
.select2-container{
  font-size: 1.6rem;
  color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%)  !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f2d8c3  !important;
	border: 1px solid #f2d8c3!important;
	color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #f2d8c3 !important;
	border: 1px solid #f2d8c3 !important;

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #ececec;
	color: #fff;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #f1f2f4;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, .page-numbers:hover{

  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 10rem;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
.swiper-pagination{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
}
.swiper-pagination-bullet{
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border:1px solid transparent;
  position: relative;
  background-color: transparent;
  transition: all .4s ease-in-out;
  cursor: pointer;
}
.swiper-pagination-bullet::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  width:6px;
  height: 6px;
  background-color: #000;

}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
  border-color: #000;
}

/* -----swiper--- */
.custom-arrows{
  display: flex;
  flex-direction: row;
  gap:1rem;
 
}
.custom-arrow{
  width:5rem;
  height:5rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem;
  cursor: pointer;
  z-index: 2;
}
.custom-next{
  background-image: url(images/next.svg);
}
.custom-prev{
  background-image: url(images/prev.svg);
}
.materials-prev, .materials-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.materials-prev{
  left: 0;
}
.materials-next{
  right: 0;
}

/* ================================================================================== 
14. Woocommerce
===================================================================================== */
.woocommerce-checkout input[type="checkbox"], .woocommerce-checkout input[type="radio"] {
	position: static !important;
	width: 100%;
	left: auto;
	top: auto;
}
.woocommerce-checkout-payment  li,  .woocommerce-shipping-methods li{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
.woocommerce-checkout-payment  li input, .woocommerce-shipping-methods li input{
    width:auto;
    margin-right:1rem;
}
.woocommerce-shipping-methods li label{
    margin:0;
}
.woocommerce-shipping-methods li, .woocommerce ul#shipping_method li{
    margin:0;
    padding:0 !important;
    
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
      display:flex;
    align-items:center;
    flex-wrap:wrap; 
      margin:0;
    padding:0 !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input{
      width:auto;
    margin-right:1rem;
}
.woocommerce ul#shipping_method li input {
	position: static !important;
	width: 100%;
	left: auto;
}
.woocommerce form .form-row textarea {
	height: 20rem;

}
.wc_payment_methods.payment_methods.methods label{
    margin:0;
}
#order_review_heading {
	margin-top: 3rem;
	clear: both;
	display: block;
	float: left;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	content: none !important;
	display: none !important;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f6f9f7;
	border-radius: 5px;
}
/* ------login------- */
#customer_login h2{
  text-transform: uppercase;
}
#customer_login .u-column1 form,  #customer_login .u-column2 form{
  /* background-color: #f7f4f1;
  border: 0 !important; */
  padding:2.5rem;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap:1rem
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input{
  width: auto;


}
#customer_login  .form-row{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.password-input{
  width: 100%;
}
#customer_login .button{
  align-self: flex-start;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	content: none !important;
	display: none !important;
}
#customer-login {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  #customer_login .u-column1 form,  #customer_login .u-column2 form{
    height: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  #customer_login .u-column1 form,  #customer_login .u-column2 form{
    padding:5rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  #customer_login .u-column1 form,  #customer_login .u-column2 form{
    height: 100%;
  }
}
/* ------remember me------- */
#customer_login h2{
  text-transform: uppercase;
}
#customer_login .u-column1 form,  #customer_login .u-column1 form{
  background-color: #f7f4f1;
  border: 0 !important;
  padding:5rem;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap:1rem
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input{
  width: auto;


}
#customer_login  .form-row{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.password-input{
  width: 100%;
}
#customer_login .button{
  align-self: flex-start;
}

/*-----woo result-----*/
.woocommerce .woocommerce-result-count{
  margin: 0;
  float: none;
}
.woocommerce-notices-wrapper{
  width: 100%;
}
.woocommerce .woocommerce-ordering{
  margin: 0;
  float: none;
}
/*-----woo cart-----*/
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 1rem 2rem;
	width: 23rem;
  border-color: transparent;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
	border-color: #eaaa28;
}
.woocommerce .quantity .qty {
	width: 8rem;
	padding: 1rem 1.5rem 1rem 1.5rem;
}
.woocommerce a.remove{
  font-size: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(images/delete.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center;
}
.woocommerce a.remove:hover{
  background-color: transparent;
  background-image: url(images/delete.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center;
}

@media only screen and (max-width: 48em) {
  /*768px*/
  .woocommerce .quantity .qty {
    margin-left: auto;
  }
}
 
@media only screen and (max-width: 37.5em) {
  /*600px*/
  #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width:100%;
  }
  .actions .coupon  button.button{
    width: 100% !important;
    margin-top: 1rem;
  }
 
}
/*----my account---*/

.woocommerce-MyAccount-navigation ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation{
  padding: 3rem;
  border-radius: 1rem;
  background-color: #f9f9f9;
  margin-bottom: 3rem;
}
.woocommerce-MyAccount-navigation ul li{
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-navigation ul li a{
  padding-left: 5rem;
  position: relative;

}
.woocommerce-MyAccount-navigation ul li a::before{
  content: '';
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(246, 137, 2,.1);
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before{
  background-image: url(images/home.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before{
  background-image: url(images/orders.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before{
  background-image: url(images/downloads.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before{
  background-image: url(images/address.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before{
  background-image: url(images/payment.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before{
  background-image: url(images/details.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before{
  background-image: url(images/logout.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.woocommerce-MyAccount-navigation ul li a:hover,  .woocommerce-MyAccount-navigation ul li.is-active a{
  color: #e97600;
}
.woocommerce-MyAccount-content .edit{
  display: inline-block;
  padding: 1rem 3.6rem;
  font-weight: 400;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #f68902;
  color: #fff;
}
header.woocommerce-Address-title{
  position: static;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 1.7rem;


}
.woocommerce-MyAccount-content .woocommerce-Addresses{
  border-radius: 1rem;
  background-color: #f9f9f9;
  padding: 2rem;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background-color: #f9f9f9;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
  background-color: rgba(246, 137, 2,.1);
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {

	border-color:rgba(246, 137, 2,.1);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;

}
.woocommerce-MyAccount-content em{
  font-size: 1.4rem;
  opacity: 0.8;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .woocommerce-MyAccount-navigation{
    margin-bottom: 0;
  }
}
.woocommerce div.product .product_title {
	margin: 3rem 0;

}
.woocommerce-product-details__short-description p{
  margin-bottom: 2rem !important;
}
/* ================================================================================== 
15. Header
===================================================================================== */
.lang{
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 3;
  margin-left: 3rem;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.8rem;
  padding-right: 2rem;
  position: relative;
	z-index: 9999;
}
#Language-Menu ul.sub-menu {
    z-index: 9999999999;
    top: 22px;
    width: auto;
    padding: 10px 0 0;
	border: 0;
}
.lang a{
  display: flex;
  align-items: center;
  gap:1rem
}
.lang img{
  display: block;
  width: 1.8rem;
}
.wpml-ls-legacy-dropdown{
  width: auto;
}
.wpml-ls-legacy-dropdown a{
  border: 0;
  color: #497ca9;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 1px solid transparent;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: inline-block;
	border: 0.25em solid transparent;
	border-top: 0.3em solid;
	right: 0;
	top: 50%;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative;
	padding-right: 16px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
	visibility: visible;
  opacity: 1;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	color: #0d3e66;
	background: transparent;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 5px 6px 6px;

}
.wpml-ls-legacy-list-horizontal li:last-child a{
  padding-right: 0;
}
.wpml-ls-legacy-list-horizontal{
  padding: 0;
}
/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
.header-top-text p {
    margin-bottom: 0px;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 3rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #30373e;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}

.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {

	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 15;
  padding: 1.5rem 0;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo, .custom-logo-link{
  display: block;
}
.header-logo img, .custom-logo-link img{
  display: block;
  width: 8.3rem;
}
header nav, .header-bottom nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 1rem;
  padding-top: 8rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
header nav.open, .header-bottom nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header nav li, .header-bottom nav li{
  display: block;
}
header nav li a,.header-bottom nav li a{
  display: block;
  padding: 1rem 1.6rem;
  font-weight: 400;
}

header nav li a:hover, header nav li.current_page_item a,.header-bottom nav li a:hover, .header-bottom nav li.current_page_item a{
  color: #31479e;
}



.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.menu-item-has-children{
  position: relative;
}
header nav .sub-menu, .header-bottom nav .sub-menu{

  display: none;
  padding-left: 3rem;
}

header nav .sub-menu li, .header-bottom nav .sub-menu li{
  display: block;
}
header nav .sub-menu li a, .header-bottom nav .sub-menu li a{
  display: block;
  padding: 1rem;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  header nav, .header-bottom nav{
    width: 40rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  header nav,  .header-bottom nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-right: auto;

  }
 header  nav li, .header-bottom  nav li{
    display: inline-block;
  }
 header  nav li a,  .header-bottom  nav li a{
    display: inline-block;
    padding: 1rem 1.6rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
 header  nav li a,  .header-bottom  nav li a{
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/*-------*/
.header-top{
  padding: 1rem 0;
  font-size: 1.4rem;
  border-bottom: 1px solid #cfd5db;
}
.header-top .container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header-top ul{
  list-style: none;
  padding: 0;
	margin: 0;
}
.top-nav li{
  display: inline-block;
  margin-right: 1rem;
}
.top-nav li a{
  display: inline-block;
  font-size: 1.4rem;
}
.top-nav {
  margin-right: auto;
}
.top-nav li a:hover{
  color: #31479e;
}
.header-top-text a{
  color: #31479e;
}
.header-top-text{
  display: none;
}

@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .header-top-text{
    display: block;
  }
}

/*-------------*/
.header-search{
  margin-right: auto;
  max-width: 40rem;
  width: 100%;
  position: relative;
  display: none;
  margin-left: 3rem;
}
.header-search input{
  border-radius: 1rem;
  background-color: #fff;
  border:1px solid #cfd5db;
  padding: 1.5rem 2rem !important;
  width: 100%;
  font-size: 1.4rem;
}
.header-search input.search-btn{
  width: 1.6rem;
  height: 1.6rem;
  border: 0 !important;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);

}
.mobile-search{
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .header-search{
    margin-left: 0;
    display: block;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .mobile-search{
    display: none;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .header-search{
    max-width: 64rem;
  }
}
/*-------------*/
.home-link{
  display: none;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
  background-color: #f1f2f4;
  margin: 0 3rem 0 5rem ;
}
.home-link img{
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  object-fit: contain;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .home-link{
    display: flex;
  }
}  
/*---------*/
.header-user{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 3rem;
  margin-left: auto;
}
.header-user img{
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  object-fit: contain;
  margin-right: 1rem;

}
.header-cart{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-cart img{
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain;
  margin-right: 1rem;

}
.header-q{
  font-size: 1.3rem;
  font-weight: 400;
  color: #9d9d9d;
}
.header-cart-price{
  font-weight: 400;
  color: #31479e;
}
.mobile-user {
	padding: 2rem;
	margin-bottom: 2rem;
	border-radius: 1rem;
	background-color: #f1f2f4;
	max-width: 100%;
	margin-right: auto;
	margin-left: 0;
}
.desktop-user{
  display: none;
}
.header-cart{
  margin-left: auto;
}
.mobile-user  img{
  width: 1.8rem;
  height: 1.8rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .desktop-user{
    display: flex;
  }
  .header-cart{
    margin-left: 0;
  }
  .mobile-user {
    max-width: 18rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .header-user{
    margin-left: 0;
  
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .mobile-user{
    display: none;

  }
}
/*---------*/
.header-bottom{
  position: relative;
  z-index: 20;
  padding-bottom: 2rem;
}
.header-bottom .container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.main-nav{
  margin-right: auto;
}
ul#primary-menu {
    margin: 0px;
}
/*-------*/
.send-inquiry{
  display: none;
  color: #c9000b !important;
  background-image: url(images/info.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.5rem;
  padding-left: 3rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .send-inquiry{
    display: inline-block;
  }

}  
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .header-bottom{
    z-index: 10;
  }
}
.toggle.activate{
  position: absolute;
  top: 2rem;
  right: 2rem;
}
nav ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
/*-----------*/

.categories-nav{
  max-width: 32rem;
  width: 100%;
  position: relative;
  background-color: #fff;
}
.categories-toggle{
  background-color: #31479e;
  border-radius: 1rem;
  width: 100%;
  cursor: pointer;
  display: block;
  color: #fff;
  padding: 1rem 2rem;
  position: relative;
  z-index: 1;
  height: 4.56rem;


}
.categories-toggle::before{
  content: '';
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-image: url(images/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  z-index: 1;
}
.categories-nav ul{
  list-style: none;
  margin: 0;

}
.categories-nav ul li a{
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
  line-height: 1.2;
  border-radius: 1rem;
  background-image: url(images/arrow-right2.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 0.5rem;


}
.categories-nav ul li:hover a{
  background-color: #f1f2f4;
}
.categories-nav ul li:hover .sub-menu li a{
  background-color: #fff;
}
.categories-nav ul li a img{
  display: block;
  width: 2.8rem;
  height: 2.5rem;
  object-fit: contain;
  margin-right: 1rem;
}

.categories-nav .sub-menu{

  display: none;
  padding-left: 3rem;
}

.categories-nav .sub-menu li{
  display: block;
}
.categories-nav .sub-menu li a{
  display: block;
  padding: 1rem;
  background-color: #fff;
  background-image: none;
}

.categories-nav .menu-item-has-children{
  position: static;
}
.categories-nav ul li .sub-menu li a:hover{
  background-color: #f1f2f4;
}
.categories-menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.categories-desktop .categories-menu{
 display: none;
}
body.home  .categories-desktop .categories-menu{
  display: block;
 }
.categories-menu{
  border:1px  solid #cfd5db;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1rem;
  padding: 2rem 1rem;
  position: absolute;
  top: 4.56rem;
  left: 0;
  background-color: #fff;
	width: 100%;
}
  .categories-desktop{
  display: none;
}

.mobile-menu {
	width: 100%;
	margin-bottom: 3rem;
	max-width: 100%;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 4rem;
}
.menu-toggle {
	position: absolute;
	right: 0;
	top: 1px;
	width: 5rem;
	height: 3.9rem;
	background-image: url(images/arrow-down2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.2rem;
	cursor: pointer;
	transition: all.4s ease-in-out;
	z-index: 2;
}
.o.menu-toggle{
  transform: rotate(180deg);
}
.mobile-menu .menu-item-has-children{
  position: relative;
}
.mobile-menu .menu-item-has-children a{
  background-image: none;
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
 
 .categories-desktop{
    display: block;
  }
  
}  
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .mobile-menu{
    display: none;
  }
  .menu-toggle{
    display: none;
  }
  .categories-nav .sub-menu{
    position: absolute;
    left: 0;
    top: 0.56rem;
    width: 100%;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
    transform: translateX(98%);
    transition: all .4s ease-in-out;
    background-color: #fff;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    height: 100%;


  }
  .categories-nav .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    transform: translateX(100%);
  }
}
/* ================================================================================== 
16. Intro
===================================================================================== */
.intro{
  position: relative;
}
.intro-slider{
  overflow: hidden;
}
.intro-slider img{
  display: block;
  width: 100%;
  height: 70rem;
  object-fit: cover;
  border-radius: 2rem;
}
.intro-slider .swiper-slide{
  position: relative;
  box-sizing: border-box;
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
}

.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
  border-radius: 2rem;
}
.intro-inner{
  max-width: 60rem;
  width: 100%;
  padding: 0 2rem;

}
.intro-inner .btn{
  margin-top: 3rem;
}
.intro-pagination{
  position: absolute;
  right: 6rem;
  bottom: 3rem;
  z-index: 1; 
  filter: brightness(0) invert(100);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro-slider img{
    height: auto;
    aspect-ratio: 16/7.72;
  }
}
 
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .intro-wrapper{
    padding-left: 35rem;
  }
  .intro-inner{
    margin-left: 5rem;
    padding: 0;
  
  }
}
/* ================================================================================== 
17. Products
===================================================================================== */
.products-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
}
.products-box{
  width: 48.5%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
.products-image{
  overflow: hidden;
  border-radius: 2rem;
  border:1px  solid #cfd5db;
  padding: 2rem;
  aspect-ratio: 16/17;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.products-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: contain;
}
.products-image:hover{
  border-color: #31479e;
}
.products-box h3{
  font-size: 2rem;
  transition: all .4s ease-in-out;
  margin-bottom: 0.5rem;
}
.products-box h3:hover{
  color: #31479e;
}
.products-box p{
  font-size: 1.4rem;
  opacity: 0.52;
}
.products-box-wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.products-box-price{
  display: flex;
  flex-direction: column;
  font-weight: 700;
}
.price-old{
  font-size: 1.4rem;
  opacity: 0.3;
  text-decoration: line-through;
}
.price-normal{
  font-size: 2rem;
}
.price-sale{
  color: #f04444;
}
.cart-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
  background-color: #f1f2f4;
  margin-left: auto;
}
.cart-btn img, .cart-btn svg {
    display: block !important;
    width: 1.9rem !important;
    height: 1.9rem !important;
    object-fit: contain;
    margin: 0 !important;
}
.lager{
  margin-top: 2rem;
}
.lager-badge{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
}
.lager-badge img{
  display: block;
  width: 1.8rem;
  height: auto;
}
.sold-badge{
  color: #b81313;
}
.in-stock-badge{
  color:#228e17
}
 

@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .products-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .products-box{
    width: 22.7%;
  }
  .page-content .products-box{
    width: 31.3%;
  }
} 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .page-content .products-box{
    width: 22.7%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .products-box{
    width: 17.6%;
  }
  .page-content .products-box{
    width: 22.7%;
  }
}
/*-----------*/
.products-slider{
  overflow: hidden;
}
.products-slider .swiper-slide{
  height: auto;
}
.title-row{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
}
.title-row .title{
  margin-bottom: 0;
}

.btn-arrow{
  display: inline-block;
  color: #31479e;
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: right center;
  padding-right: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title-row{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .btn-arrow{
    margin: 0;
    padding-right: 3rem;
    margin-left: auto;
    margin-right: 5rem;
  }
  .title-row .title h2{
    margin-bottom: 0;
  }
}
/* ================================================================================== 
18. Categories
===================================================================================== */
.categories  .container{
  border-radius: 2rem;
  background-color: #f5f5f6;
  padding: 2rem;
}

.categories-wrapper a{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;
  padding: 1rem 1rem;
  line-height: 1.2;
  border-radius: 1rem;
  background-color: #fff;
  margin-bottom: 2rem;
  background-image: url(images/arrow-right2.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 0.5rem;
  padding-right: 3.5rem;
  border:1px solid  #fff;

}
.categories-wrapper a:hover{
  border:1px solid #31479e
}

.categories-wrapper a img{
	display: block;
	width: 2.8rem;
	height: 2.5rem;
	object-fit: contain;
	margin-right: 1rem;
}
 
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .categories-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  
  }
  .categories-wrapper a{
    width: 48.5%;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .categories-wrapper a{
    width: 31.3%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .categories-wrapper a{
    width: 22.7%;
  }
  .categories  .container{
    padding: 3rem;
  }
}  
/* ================================================================================== 
19. Brands
===================================================================================== */
.brands-slider{
  overflow: hidden;
}
.brands-slider img{
  display: block;
  margin: 0 auto;
  width: 80%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.brands .container {
	border-radius: 2rem;
	background-color: #f5f5f6;
	padding: 2rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .brands .container {
    padding: 3rem;
  }
}
/* ================================================================================== 
20. About
===================================================================================== */

.about-image{
  width: 100%;
}
.about-image img{
  width: 100%;
  height: auto;
  border-radius: 2rem;
  aspect-ratio: 16/13;
}
.about-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about-image{
    width: 40%;
  }
  .about-text{
    width: 50%;
    margin-bottom: 0;
  }
}
/* ================================================================================== 
21. Footer
===================================================================================== */   
footer{
  background-color: #f5f5f6;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.footer-box:last-child{
  margin-bottom: 0;
}
.footer-logo img{
  display: block;
  width: 8.3rem;
  height: auto;
  margin: 0 auto;
}
.footer-logo{
  width: 100%;
}
.copyright{
  padding:1rem 0;
  background-color: #fff;
  font-size: 1.4rem;

}
.copyright .container{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;

}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-box{
    width: 48%;
    text-align: left;
    margin-bottom: 3rem;
  }
  .footer-box:last-child{
    margin-bottom: 3rem;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .footer-box{
    width: auto;
    margin-bottom: 0;
  }
  .footer-logo{
    width: auto;
  }
  .footer-logo img{
    margin: 0;
  }
} 
/* ================================================================================== 
23. Products Page
===================================================================================== */
.text-center{
  margin: 0 auto;
  max-width: 70rem;
  width: 100%;
  text-align: center;
  margin-bottom: 5rem;
}
.title-sm{
  margin-bottom: 3rem;
}
.page-aside{
  width: 100%;
}
.page-content{
  width: 100%;
  margin-top: 3rem;
}
.page-aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-aside h3 {
	background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 1rem;
	cursor: pointer;
	font-size: 2rem;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	margin-bottom: 0;

}
.aside-content{
  padding-top: 1rem;
  display: none;
}
.page-top{
 
  margin-bottom: 5rem;
  font-size: 1.6rem;
  color: #000;
}
.page-top p{
  margin-bottom: 0;
}
.top-filter{
  margin-top: 2rem;
}

.top-filter select {
	width: 100%;
	border: 1px solid #cacaca;
	padding: 1rem 1.6rem;
  appearance: none;
  background-image: url(images/arrow-down2.svg);
	background-repeat: no-repeat;
	background-position: right 1.6rem center;
	background-size: 1rem;
  font-size: 1.6rem;
  margin-top: 2rem;
}
.categories-aside .sub-menu{
  position: static;
  top: auto;
  right: auto;
  transform: none;
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 0;
  padding-left: 4rem;
  border: 0;
  display: none;
} 
.categories-aside .menu-item-has-children{
  position: relative;
}
.categories-aside .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.categories-aside ul li a {
	background-image: none;
	background-size: 1.2rem;
}
.categories-aside .categories-menu{
  position: static;
  top: auto;
  left: auto;
  margin-top: 1rem;
}
.categories-aside .sub-menu{
  transition: none;
}
.menu-toggle2 {
	position: absolute;
	right: 0;
	top: 1px;
	width: 5rem;
	height: 3.9rem;
	background-image: url(images/arrow-down2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.2rem;
	cursor: pointer;
	transition: all.4s ease-in-out;
	z-index: 2;
}
.o.menu-toggle2{
  transform: rotate(180deg);
}
.page-aside .categories-nav{
  max-width: 100%;
}
@media only screen and (max-width: 61.25em) {
  /*980px*/
  .page-aside h3 {
    background-color: #f1f2f4;
    padding: 1rem 1rem;
  }
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .top-filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top-filter select {
    margin-left: 2rem;
    margin-top: 0;
    width: 30rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .page-top{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .top-filter{
    margin-top: 0;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .page-aside{
    position: sticky;
    top: 15rem;
    width: 33rem;

  }
  .page-content{
    width: calc(100% - 36rem);
    margin-top: 0;
  }
  .aside-content{
    display: block;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .page-aside{
    width: 30rem;
  }
  .page-content{
    width: calc(100% - 40rem);
  }
}
/* ================================================================================== 
24. Product Page
===================================================================================== */

/*---------*/
.single-wrapper{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-images{
  width: 100%;
  overflow: hidden;
}
.single-text{
  width: 100%;
  margin-top: 5rem;
}
.single-text .product-price{
  margin-bottom: 3rem;
}
.single-text .btn{
  margin-top: 3rem;
}
.thumbs-gallery img{
  display: block;
  height: auto;
  width: 100%;
}
.single-gallery .sticker-wrapper {
	right: 0;
	top: 0;
  bottom: auto;
  left: auto;
  z-index: 2;
	
}
.single-gallery .swiper-slide{
  background: #fff;
}
.thumbs-gallery .swiper-slide {
  cursor: pointer;
}
.single-gallery{
  position: relative;
}
.single-gallery img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	aspect-ratio: 4/4;
}
.single-price{
  font-size: 2.6rem;
  margin: 3rem 0;
}
.single-selection{
  padding-top: 3rem;
  border-top:1px solid #e7e7e7;
}
.single-link{
  padding: 2.5rem;
  background-color: #eef2ee;
  margin-top: 2.5rem;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.single-text .title h1{
  padding-left: 0;
  margin-bottom: 0;
}
.single-text .title{
  margin-bottom: 2rem;
}
.single-text .breadcrumbs ul{
  justify-content: flex-start;
}
.single-text .price-wrap{
  font-size: 2.3rem;
  border-right: 0;
}
.single-gallery  .swiper-button-next{
  right: 1rem;
}
.single-gallery  .swiper-button-prev{
  left: 1rem;
}

.thumbs-gallery{
  margin-top: 2rem;
}
.thumbs-gallery img {
	width: 100%;
	height: auto;
	object-fit: contain;
	aspect-ratio: 3/3;
	border: 1px solid #faf5f2;
	object-position: center;
}
.swiper-slide{
  box-sizing: border-box;
}
.thumbs-gallery .swiper-slide-thumb-active img{
  border-color: #31479e;
}
.single-category {
	opacity: 0.57;
	margin-bottom: 2rem;
}
.single-text .btn{
  margin-top: 0;
}
.single-quantity {
	position: relative;
	padding-right: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.single-btns {
	display: flex;
	flex-direction: column;
	margin-top: 3rem;
	gap: 2.2rem;
	align-items: flex-start;
}
.single-quantity input {
	width: 4.7rem;
	height: 4.7rem;
	border: 1px solid #c9c9c9;
	padding: 0;
	text-align: center;
  border-radius: 0;
}
.plus, .minus {
	width: 4.7rem;
	height: 4.7rem;
	background-color: #f1f2f4;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.desc2{
  margin-top: 3rem;
}
.price-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
}
.price-old{
  color: #ccc;
  text-decoration: line-through;
}
.single-description{
  margin-top: 3rem;
}
.single-options span{
  color: #000;
}
.single-options  select{
  width: 100%;
	border: 1px solid #cacaca;
	padding: 1rem 1.6rem;
  appearance: none;
  background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right 1.6rem center;
	background-size: 1rem;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.single-text .social{
  margin-top: 3rem;
}

.similar-products .custom-arrows{
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.favorites-btn {
	width: 5rem;
	height: 5rem;
	background-color: #eff4f0;
	display: flex;
	align-items: center;
	justify-content: center;
  margin-right: 1rem;
}
.favorites-btn img {
	display: block;
	width: 2rem;
	height: 1.7rem;
	object-fit: contain;
}
.favorites-btn:hover{
  background-color: #faf5f2;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .single-btns{
    flex-direction: row;
    align-items: center;
    gap:1rem
  }
  .single-options  select{
    width: 30rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .single-wrapper{
    flex-direction: row;
  }
  .single-images{
    width: 35%;

  }
  .single-text{
    width: 63%;
    padding-left: 5rem;
    margin-top: 0;
  }
  .single-link{
    padding: 5rem;
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/

}
/*---------*/
.tabs {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #e7e7e7;
}
.tabs a {
  display: inline-block;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  padding: 2rem;
  width: 100%;
}
.tabs a:hover,
.tabs a.active-tab {
  border-color: #3e9bb1;
  color: #3e9bb1;
}
.tabs-container {
	width: 100%;
	display: none;
	padding: 2rem 0;
}
.tabs-container.active-tab {
  display: block;
}
.single-bottom{
  margin-top: 5rem;
  padding: 3rem;
  background-color: #f1f1f1;
  border-radius: 3.1rem;

}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .tabs a {
    width: auto;
    border-bottom: 1px solid transparent;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .single-bottom{
    padding: 3rem  5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .tabs-container {
    padding: 2rem 0;
  }
}
/*----------*/
.share{
  background-color: #f7f7f7;
  margin-top: 5rem;
  padding: 2rem;
}

.share-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  gap:1rem
}
.share a{
  display: inline-block;
}
.share a  img{
  display: block;
  width: 4rem;
  height: auto;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .share h3{
    margin-bottom: 0;
  }
  .share{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: space-between;
  }
}
/*-------*/

.accordion-wrapper {
  counter-reset: accordion-counter;
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;

}

.accordion {
	padding: 1rem 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	counter-increment: accordion-counter;
	border-bottom: 1px solid #e7e7e7;
}
.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.accordion__head_text {
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  width: 80%;
  color: #000;
}

.accordion__head_btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: transparent;
  }
  .accordion__head_btn:before, .accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 1.8;

}

.accordion--active .accordion__head_btn {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.single-gallery .swiper-button-next {
	right: 1rem;
}
.single-gallery .swiper-button-prev {
	left: 1rem;
}
.single-gallery  .swiper-button-next, .single-gallery .swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
  filter: brightness(0) invert(100);
}
/*-----*/
.docs{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3rem;
}
.docs a {
	display: inline-block;
	font-weight: 600;
	background-image: url(images/downloads.svg);
	background-repeat: no-repeat;
	background-size: 2rem;
	background-position: left center;
	padding-left: 4.2rem;
}

/* ================================================================================== 
25. Contact Page
===================================================================================== */
.contact-form{
  max-width: 70rem;
  width: 100%;
  padding: 5rem 2rem;
  background-color: #f1f2f4;
  margin: 0 auto;
  position: relative;
  margin-top: 8rem;
}
.contact-form input.btn{
  width: auto;
  transition: all  .4s ease-in-out;
  border: unset !important;
}
.contact-form::before {
	content: '';
	width: 10rem;
	height: 10rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -5rem;
	background-image: url(images/mail.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 3rem;
	z-index: 1;
	background-color: #f1f2f4;
	border-radius: 50%;
}
.contact-form .btn{
  border-bottom: 0;
  width: auto;
  transition: all .4s ease-in-out;
}


  @media only screen and (min-width: 64.0625em) {
    /*1025px*/
    .contact-form{
      padding: 5rem;
    }
  }
/* ====
/* ================================================================================== 
Woocommerce
===================================================================================== */

/*----start detalji narudžbe / plaćanje----*/
body .woocommerce ul.order_details {
	margin: 0;
	list-style: none;
	padding: 0;
	margin-bottom: 3rem;
}
body .woocommerce ul.order_details li {
	float: none;
	margin-right: 0;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1;
	border-right:0;
  border-bottom: 1px solid #e7e7e7;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background: #fff;
	padding: 2rem;
	width: 100%;
}
body .woocommerce ul.order_details li strong {
	display: block;
	font-size: 1.4rem;
	text-transform: none;
	line-height: 1.5;
  margin-top: 5px;
}
body.woocommerce-order-received .woocommerce-order-details{
  padding: 2rem;
}
body.woocommerce-order-received .woocommerce-columns{
  display: flex;
  flex-direction: column;
  gap:2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem;
}
body.woocommerce-order-received .woocommerce-column--2,body.woocommerce-order-received .woocommerce-column--1{
  float: none;
  width: 100%;
}
body  .woocommerce .woocommerce-customer-details address {
	border: 0; 
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  body .woocommerce ul.order_details {
    display: flex;
    flex-direction: row;
  }
  body .woocommerce ul.order_details li {

    width: 25%;
    border-right: 1px solid #e7e7e7;
    border-bottom: 0;
  }
  body.woocommerce-order-received .woocommerce-columns{
    flex-direction: row;
    gap:0
  }
  body.woocommerce-order-received .woocommerce-column--2,body.woocommerce-order-received .woocommerce-column--1{
    width: 48%;
  }
}
a.added_to_cart.wc-forward[title="View cart"] {
    display: none;
}
.cart-btn.add_to_cart_button.ajax_add_to_cart.added {
  background-color: #228e17;
}

.cart-btn.add_to_cart_button.ajax_add_to_cart.added svg#Layer_1 {
    fill: #fff;
}
.home .woocommerce.columns-5 {
    width: 100%;
}
/*----end detalji narudžbe / plaćanje----*/

.search-page .page-content {
    width: 100%;
}
.search-page .products-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
}
.woocommerce nav.woocommerce-pagination ul {
    display: flex !important;
    width: 100%;
    background-color: transparent;
    border: 0;
}

.search-page .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.search-page nav.navigation.pagination {
    text-align: center;
    max-width: max-content;
    margin: auto;
}

button.single_add_to_cart_button {
    display: inline-block!important;
    padding: 1.7rem 4rem!important;
    font-weight: 400!important;
	padding-left: 8rem !important;
    border-radius: 10rem!important;
    background-color: #31479e!important;
    color: #fff!important;
    text-decoration: none !important;
    -webkit-transition: all 0.6s ease !important;
    -o-transition: all 0.6s ease !important;
    transition: all 0.6s ease !important;
}
button.single_add_to_cart_button:hover {
	background-color: #fff326 !important;
	color: #000 !important;
}
.single-btns form.cart, .woocommerce-variation-add-to-cart  {
    display: flex;
}
span.price-oldx {
    text-decoration: line-through;
}
.single_variation_wrap {
    clear: both;
    width: 100%;
}

form.variations_form.cart {
    display: block;
    width: 100%;
}

table.variations {
    text-align: left;
}
table.variations td.value select {
    margin-top: 10px;
}
.xoo-wsc-sc-cont {
    display: none;
    opacity: 0;
}
.woocommerce-message, .woocommerce-info{
    border-top-color: #31479e;
}

.woocommerce-message::before, .woocommerce-info::before {
    color: #31479e;
}

.woocommerce-error {
    border-top-color: #b81313;
}

.woocommerce-error::before {
    color: #b81313;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
	    margin-top: 20px;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    border-radius: 1rem;
}
.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"], form#add_payment_method input[type="radio"]{
    width: auto !important;
}
input#delivery_checkbox {
    width: auto !important;
}
@media (max-width: 1024px){
	#Language-Menu ul.sub-menu {
		display: none;
		position: absolute;
	}
}
@media (max-width: 480px){
	.single-btns form.cart, .woocommerce-variation-add-to-cart  {
		display: block;
	}
	.woocommerce .quantity .qty {
        margin-left: 0;
    }
	.single-quantity {
		margin-bottom: 20px;
	}
}


/* coomment form css */

p.comment-form-author {
    width: 50%;
    float: left;
    padding-right: 10px !important;
}

p.comment-form-email {
    width: 50%;
    float: right;
    padding-left: 10px !important;
}

p.form-submit {
    clear: both;
}

form#commentform > p {
    padding: 12px 0;
}

.woocommerce ul#shipping_method li input {
    width: auto;
}