/*!
Theme Name: shop
Theme URI:
Author:
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: shop
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready



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

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

/**
 * 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: 'Archivo', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Istok Web', sans-serif;


}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {

	font-family: 'Istok Web', sans-serif;


}
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: 'Archivo', sans-serif;
	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: 15px 0;
	padding: 0 0 0 30px;
}

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;
}
ul li {
	margin-bottom: 10px;
	list-style: disc;
	font-size: 20px;
    line-height: 25px;
}
ol li {
	margin-bottom: 10px;
	list-style: decimal;
	font-size: 18px;
    line-height: 25px;
}
/* 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;
}


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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.entry-content li {
	font-size: 20px;
	line-height: 25px;
}
.entry-content iframe {
	margin: 0 auto;
	display: block;
}
.entry-content a {
	color: #005e15;
}
.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;
}




/* container and column */
.container {
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
  }
  
  @media (max-width: 1280px) {
	.container {
	  max-width: 90%;
	}
  }
  
  /* Basic styles */
  section {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
  }
  
  footer,
  header,
  nav,
  section {
	display: block;
	overflow: hidden;
  }

  * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  
  html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
  }
  
  body {
	font-family: 'Archivo', sans-serif;
	background-color: #fff;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: var(--text-color);
	line-height: 1;
  }
  
  :focus {
	outline: none;
  }
  
  :root {
	--primary-color: #0D2951;
	--secondary-color: #26C5D1;
  }
  
  a {
	text-decoration: none;
  }
  
  a:hover,
  a:active {
	outline: 0;
  }
  
  p {
	margin: 0;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 15px;
	color: #000
  }
  
  
  ul {
	list-style: disc inside;
  }
  
  ol {
	list-style: decimal inside;
  }
  
  li {
	font-size: 20px;
	line-height: 27px;
	list-style: none;
  
  }
  
  li ul,
  li ol {
	margin-left: 15px;
	margin-bottom: 0;
  }
  
  iframe,
  img {
	max-width: 100%;
  }
  h1 {
	font-size: 38px;
  line-height: 46px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
  h2 {
	font-weight: 500;
  font-size: 32px;
  line-height: 30px;
  color: #000;
  margin-bottom: 30px;

  }
  h3 {
	font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #000;
  margin-bottom: 15px;
  }
  h4 {
	font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #000;
  margin-bottom: 15px;
  }
  h5 {
	font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #000;
  margin-bottom: 15px;
  }
  h6 {
	font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 15px;
  }
  /*main style*/
  header#masthead {
	padding: 15px 0;
	overflow: visible;
	background-color: #532001;
	text-align: center;
  }
  header#masthead .logo {
	margin: 0 auto;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
  }
  .menu-bar {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;

  }
 
  
 
   /*menu*/
   .main-menu {
	overflow: visible;
	margin: 0;
   }
   .main-menu ul li {
	cursor: pointer;
   }
.main-menu ul li a {
	font-size: 20px;
	color: #000;
	transition: all .2s;
}
.main-menu ul li a:hover {
	color: #228F2D;
}
.main-menu ul {
	margin: 0;
}
.main-menu ul li {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 0;
	line-height: 50px;
}
  .menu.mobile {
	display: block;
  }
  .main-menu {
	display: none;
  }
  .menu-btn {
	display: flex;
	align-items: center;
	cursor: pointer;
	width: 50px;
	justify-content: flex-end;
  }
  
  .burger-icon {
	width: 30px;
	height: 18px;
	position: relative;
	cursor: pointer;
  }
  
  .burger-icon span {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000;
	transition: transform 0.3s ease;
  }
  
  .burger-icon span:nth-child(1) {
	top: 0;
  }
  
  .burger-icon span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
  }
  
  .burger-icon span:nth-child(3) {
	bottom: 0;
  }
  
  .burger-icon.change span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
  }
  
  .burger-icon.change span:nth-child(2) {
	opacity: 0;
  }
  
  .burger-icon.change span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -7px);
  }
  
  
  .burger-icon.change  {
   z-index: 9999;
  
  }
  
  
  .sliding-menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 0;
	background-color: #E3E8E7;
	overflow-x: hidden;
	transition: all 0.3s ease;
	z-index: 999;
	box-shadow: 3px 0px 8px -4px rgba(0,0,0,0.4);
  }
  
  .sliding-menu.open {
	width: 250px;
  }
  
  .sliding-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 70px 0 0 20px;
  }
 
  .sliding-menu ul li {
	margin-bottom: 25px;
	list-style: none;
  }
  
  .sliding-menu ul li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	display: block;
  }
  .sub-menu {
	display: none;
	margin: 15px 0 0 15px!important;
  }
  .sub-menu li {
	margin-bottom: 10px!important;
  }
  .sub-menu li a {
	font-size: 14px!important;
	font-weight: 400!important;
  }

  .menu-item-has-children a{
	display: inline-block;
  }
  /* Rotate the arrow when the sub-menu is open */
  .menu-item-has-children > a:after {
content: "";
display: inline-block;
border-style: solid;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 6px solid #333;
border-bottom: 0;
margin-left: 10px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 8px solid #404040;
margin-bottom: 2px;

  }

  /**HOME PAGE**/

.hero {
	padding-bottom: 40px;
	padding-top: 20px;
	background-color: #f9f9f9;
}
.slider {
	overflow: hidden;
	position: relative;
	touch-action: pan-y;
  }
  .hero .slider {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	margin: 40px auto 10px auto;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, .15);
    box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, .15);
  }
  .slide-wrapper {
	display: flex;
	transition: transform 0.5s ease-in-out;
  }
  
  .slide {
	flex: 0 0 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;

  }
  .hero .slide {
	padding: 40px;
	text-align: left;

  }
  .hero .slide  img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	margin-right: 30px;
	width: 350px;
	height: 350px;
	object-fit: contain;
	flex: 1;
	border-radius: 8px;

  }
  .hero .slide .info {
	flex: 1;
  }
  .hero .slide p {
	max-width: 80%;
	display: inline-block;
  }
  .slide h2 {
	margin-bottom: 20px;
	text-align: left;
	text-transform: uppercase;
	color: #4B635F;
	transition: all .2s;
  }
  .slide h2:hover {
	color: #228F2D;
  }
  .hero .slide .learn-more {
	display: inline-block;
	font-size: 20px;
	color: #000;
	margin-top: 15px;
  }
  
  .slide .learn-more:hover {
color: #228F2D;
  }
  
  .slider .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 35px;
	padding: 10px;
	background-color: transparent;
	color: #4B635F;
	border: none;
	cursor: pointer;
	z-index: 1;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .slider .prev {
	left: 10px;
  }
  
  .slider .next {
	right: 10px;
  }
  .categories {
	margin: 40px 0;
  }
.categories .row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 1%;

}
.categories .category {
	width: 19%;
	margin: 1% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
	transition: all .2s;
}
.categories .category:hover .category-name {
	color: #228F2D;
}
.categories .category img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin-bottom: 10px;

}
.categories .category .category-name {
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	color: #3a3a3a;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	transition: all .2s;
}
.product-list {
	margin: 0 0 60px 0;
} 
.product-list h2 {
	display: block;
	width: 100%;
	margin-top: 60px;
	text-transform: uppercase;
	text-align: center;
}
.products {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	gap: 1%;
}
.product {
	width: 32%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
  }

  .product img {
	width: auto;
	max-width: 260px;
	max-height: 260px;
	height: auto;
	object-fit: contain;
	margin: 10px auto;
	display: block;
  }

  .product .title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	color: #000;
	transition: all .2s;
  }
  .product:hover .title {
	color: #228F2D;
  }
.product p {
	font-size: 16px;
}
  .product .old-price {
	color: #999;
	text-decoration: line-through;
	margin-right: 10px;
  }

  .product .new-price {
	color: #4B635F;
	font-weight: 900;
  }
  .page-template-blog {
	background-color: #f9f9f9;
  }
.blog-posts {
	padding: 60px 0;
	margin-top: 60px;
}
.home .blog-posts h2 {
	text-transform: uppercase;
}
.blog-post .entry-meta, .blog-posts .meta {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.blog-post .entry-meta .posted-on a  {
	position: relative;
	font-weight: 300;
	color: #404040;
	padding-bottom: 5px;
	display: inline-block;

}
.blog-posts .meta .date  {
	position: relative;
	font-weight: 300;
	color: #404040;
	padding-bottom: 5px;
	margin-right: 16px;
	padding-right: 8px;
	display: inline-block;
	position: relative;

}
.blog-posts .meta .date:after {
		content: '/';
		display: block;
		position: absolute;
		top: 50%;
		right: -8px;
		transform: translateY(-50%);
		color: #ccc;

}
.blog-post .entry-meta .author a{
	color: #000000;
	font-weight: 400;
	position: relative;
	padding-bottom: 5px;
	display: inline-block;
}
.blog-post .entry-meta .cat-links a {
	color: #000;
	font-weight: 400;
	padding-bottom: 5px;
	display: inline-block;

}
.blog-posts .meta .category {
	color: #000;
	font-weight: 400;
	padding-bottom: 5px;
	display: inline-block;

}
.blog-post .entry-meta .author:hover, .blog-post .entry-meta .cat-links:hover  {
	text-decoration: underline;
}
.blog-posts h2 {
	text-align: center;
}
.blog-post h2, .blog-post h2 a,
.blog-post h3, .blog-post h3 a  {
	color: #000;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}
.blog-post h2 a:hover, .blog-post h3 a:hover{
	text-decoration: underline;
}
.posts {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 1%;
	flex-wrap: wrap;
}
  .blog-post {
	width: 32%;
	margin-bottom: 20px;
	padding: 20px;
	-webkit-box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, .15);
    box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, .15);
	border-radius: 4px;
	background-color: #fff;
  }

  .blog-post img {
	width: 100%;
	object-fit: cover;
	margin-bottom: 20px;
	border-radius: 4px;
	aspect-ratio: 16 / 9;
  }

  .blog-post .title {
	margin-bottom: 15px;
	text-align: left;
	color: #000;
  }
  .blog-post .description {
	margin-bottom: 25px;
	line-height: 22px;
  }

  .blog-post .read-more {
	color: #4B635F;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
  }

  .blog-post .read-more:hover {
	text-decoration: underline;
  }


  /**PRODUCT SINGLE**/
  /*slider*/

  .product-info-top {
	padding: 40px 0 30px 0;
  }
  .product-info-top .desktop {
	display: none;
  }
  .product-info-top h1 {
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 20px;

  }
  .product-info-top .subheading {
	text-align: center;
	font-style: italic;
	font-size: 18px;
  }
  .product-info-top p {
	font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 15px;
  }
  .product-info-top ul {
	margin: 0 0 15px 0;
  }
  .product-info-top ul li {
	list-style: disc;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
  }
.star-rating {
	text-align: center;
	margin-top: 15px;
	display: flex;
    justify-content: center;
    align-items: center;
  }
  .star-rating span {
	color: #f29b0a;
	font-size: 26px;
	margin: 0 -1px;
  }
  .star-rating .rate {
	color: #000;
	font-size: 18px;
	margin-left: 5px;
	font-weight: bold;
  }
  .star-rating .number {
	color: #535353;
	font-size: 18px;
	margin-left: 5px;
	font-weight: 400;
	font-style: italic;
  }
  .price-block {
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-items: center;
	justify-content: center;

  }
  .product .price-block {
	justify-content: flex-start;
  }

  .price-block .old-price {
	font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration-line: line-through;
  text-transform: uppercase;
  color: #404040;
  margin-right: 10px;
  }
  .price-block .price {
	font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #0F7BA9;
  }
  .product-info-top  .price-block .price {
	font-weight: 900;
  }
  .product-info-top .image-block {
	position: relative;
	max-width: 350px;
	max-height: 350PX;
	height: 350px;
	margin: 0 auto;
  }
  .product-info-top .image-block img {
	object-fit: contain;
	aspect-ratio: 1 / 1;
	width: 100%;
  }
 .product-info-top .discount {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFE0A5;
	padding: 20px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 19px;
 }
 .product-info-top .discount span {
	color: #000;
	font-weight: 400;
	font-size: 19px;
	font-style: italic;
 }
  .button {
	background: #228F2D;
  border-radius: 4px;
  width: 100%;
  padding: 15px;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff!important;
  display: block;
  margin-top: 30px;
  transition: all .2s;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
	transform: scale(1);
  }
  50% {
	transform: scale(1.05);
  }
  100% {
	transform: scale(1);
  }
}
  .button:hover {
	opacity: 0.8;
  }


 .product-info h2, .order-now h2 {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #e6ebea;	
	font-weight: 700;
	text-align: center;
  }
  .product-info .flex p {
	text-align: center;
  }
  .product-info h3,  .product-info h4,  .product-info h5,  .product-info h6 {
	text-align: center;
	font-weight: 500;
  }
.product-info img {
	aspect-ratio: 1 /  1;
}
.product-info h2 {
	text-align: center;
  }
  .product-info .row.flex img {
	margin: 10px auto;
	display: block;
	max-width: 360px;
	max-height: 360px;
	object-fit: contain;
	aspect-ratio: 1 / 1;
	width: 100%;
	  }
	  .product-info .row.flex .button {
		margin: 0 auto 40px;
	  }
   .product-reviews {
	background: #f9f9f9;
	padding: 60px 0;
   }
   .product-reviews .review-box {
	background-color: #fff;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
	padding: 15px;
   }
   .product-reviews .review-box .reviewer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
   }
   .product-reviews .review-box .reviewer img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-right: 10px;
	object-fit: cover;
   }
   .product-reviews .review-box p {
	font-size: 20px;
	line-height: 28px;
   }
   .product-reviews .review-box .reviewer .star-rating {
	width: 100%;
   }
   .product-reviews .review-box:not(:last-child) {
	margin-bottom: 20px;
   }
   .product-reviews .review-box img {
	width: 100%;
	margin-bottom: 10px;
   }
   .product-reviews .review-box .name {
	font-style: italic;
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 10px;
  display: block;
   }
   .product-reviews .review-box .star-rating {
	margin-bottom: 10px;
   }
   .product-reviews .review-box p:last-child {
	margin-bottom: 0;
   }
   .faq {
	padding: 20px 0;

   }
.faq h2 {
		margin-bottom: 10px;
		padding: 15px;
		background-color: #e6ebea;	
		font-weight: 700;
		text-align: center;
	  
}
   .faq .accordion {
	max-width: 800px;
	margin: 60px auto 30px;
   }
   .accordion .accordion-item {
	border-bottom: 1px solid #ddd;
  }
  
  .accordion .accordion-item button[aria-expanded='true'] {
	border-bottom: 1px solid #228F2D;
  }
  
  .accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 1em 0;
	color: #000;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
  }
  
  .accordion button:hover,
  .accordion button:focus {
	cursor: pointer;
	color: #228F2D;
  }
  
  .accordion button:hover::after,
  .accordion button:focus::after {
	cursor: pointer;
	color: #228F2D;
	border: 1px solid #228F2D;
  }
  
  .accordion button .accordion-title {
	padding: 0.5em 1.5em 0.5em 0;
	display: inline-block;
  }
  
  .accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 35%;
	right: 0;
	width: 22px;
	height: 22px;
	
  }
  
  .accordion button .icon::before {
	display: block;
	position: absolute;
	content: '';
	top: 9px;
	left: 5px;
	width: 10px;
	height: 2px;
	background: currentColor;

  }
  .accordion button .icon::after {
	display: block;
	position: absolute;
	content: '';
	top: 5px;
	left: 9px;
	width: 2px;
	height: 10px;
	background: currentColor;

  }
  
  .accordion button[aria-expanded='true'] {
	color: #228F2D;
  }
  .accordion button[aria-expanded='true'] .icon::after {
	width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
	opacity: 1;
	max-height: 100%;
	transition: all 200ms linear;
	will-change: opacity, max-height;
  }
  .accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
	font-size: 1rem;
	font-weight: 300;
	margin: 2em 0;
  }
  
   .customer-reviews {
	padding: 40px 0;
   }
   .customer-reviews h2 {
		margin-bottom: 10px;
		padding: 15px;
		background-color: #e6ebea;	
		text-align: center;
		font-weight: 700;
	  }
   .customer-reviews .review {
	padding-top: 15px;
   }
   .customer-reviews .review p:last-child {
	margin-bottom: 0;
   }
   .customer-reviews .review:not(:last-child) {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
   }
   .customer-reviews .customer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
   }
   .customer-reviews .customer img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 100%;
	margin-bottom: 15px;
   }
   .customer-reviews .name {
	font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: #000000;
  margin-top: 10px;
  display: block;
  text-align: center;
   }
   .customer-reviews p {
	text-align: center;
	font-size: 20px;
	line-height: 27px;
   }
   .order-now p {
	text-align: center;
   }
.order-now-box {
	padding: 30px 15px 15px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
	margin: 20px 0;
	position: relative;
}
.order-now-box .discount {
	position: absolute;
    top: -17px;
	left: 50%;
	margin-left:-70px;
    background-color: #13D13D;
	border-radius: 2px;
    color: #000;
    padding: 8px 20px;
    font-weight: 700;
	font-size: 20px;
	height: 35px;
	width: 140px;
	text-align: center;
}
.order-now-box span {
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
.order-now-box span.discount-text {
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
	text-transform: uppercase;
	color: #0F7BA9;
}
.order-now-box span.price-title, .order-now-box span.shipping {
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
	text-transform: uppercase;
	color: #000;
} 
.order-now-box img {
	margin: 15px auto;
	display: block;
	max-height: 300px;
	height: 100%;
	object-fit: contain;
}
span.saving {
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #000;
	display: none;
} 
body.product-template-default .order-now-box span.saving {
	display: block;
} 
.order-now-box span.best-price {
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	color: #000;
	font-style: italic;
} 
.order-now-box .button {
	max-width: 99%;
	margin: 15px auto 0;
	padding: 15px 5px;
}
.order-now-box .payment-info {
	display: flex;
	flex-direction: row;
	gap: 15px;
	justify-content: center;
	margin-top: 20px;
}
.order-now-box .payment-info span {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	font-weight: 700;
	margin-top: 5px;
}
.order-now-box .payment-info img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}
.order-now-box.bundle {
	border: 3px dashed #F6D526;
}
.order-now-box.bundle .image-block {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: stretch;
	margin-bottom: 15px;
}
.order-now-box.bundle .image-block .gratis-img {
	margin: 0 auto;
}
.order-now-box.bundle .image-block .gratis-img span {
	background-color: #13D13D;
	border-radius: 2px;
    color: #000;
    padding: 5px 20px;
    font-weight: 700;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: absolute;
	top: 5px;
	right: 5px;
	max-width: 250px;
}


.order-now-box.bundle span.price-title {
	color: #005e15;
}
.order-now-box.bundle span.delivery {
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
	text-transform: uppercase;
	color: #000;
}
.order-now-box.bundle span.saving {
	color: #005e15;
	font-weight: 700;
}
footer.site-footer {
	padding: 0;
	background-color: #000;

}
footer .top-footer {
	background-color: #121212;
	padding: 40px 0;
	margin-bottom: 40px;
}
footer .top-footer h4 {
	color: #fff;
	margin-bottom: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
footer .top-footer .product-category-list {
	margin-bottom: 40px;
}
footer .top-footer .product-category-list ul, footer .top-footer .blog-category-list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1%;
	margin: 0;

}
footer .top-footer .product-category-list ul li, footer .top-footer .blog-category-list ul li {
	width: 18%;
	margin: 0 0 2% 0;
}
footer .top-footer .product-category-list ul li a, footer .top-footer .blog-category-list ul li a{
	text-transform: none;
	font-size: 18px;
}
footer.site-footer .logo {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
}
footer.site-footer ul {
	padding: 0;
	margin: 20px 0;
	display: flex;
	flex-direction: column;
 align-items: flex-start;
}
footer.site-footer ul li {
	list-style: none;
}
footer.site-footer ul li a{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}
footer.site-footer ul li a:hover {
	text-decoration: underline;
}
footer.site-footer .copyright {
	border-top: 1px solid #3c3c3c;
	padding-top: 20px;
	text-align: center;
}
footer.site-footer .copyright img {
	width: 25px;
	margin-bottom: 10px;
	opacity: 0.8;
	transition: all .2s;
}
footer.site-footer .copyright img:hover {
	opacity: 1;
}
footer.site-footer .copyright p {
	color: #fff;
	font-size: 14px;
}
footer.site-footer .copyright a {
	color: #fff;
	font-weight: 600;
}
footer.site-footer .copyright a:hover {
	text-decoration: underline;
	color: #fff;
}
/*single post*/
.single-post article {
	max-width: 960px;
	margin: 40px auto 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.single-post article .entry-content img {
	width: 100%;
	object-fit: cover;
	margin-bottom: 15px;
}
.single-post article h1 {
	text-align: left;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.single-post article .post-thumbnail img {
	width: 100%;
}
.single-post .entry-meta {
	margin-bottom: 30px;
}
.single-post .entry-meta a {
	color: #000;
	font-weight: 400;
}
.single-post .navigation.post-navigation, .single-post #comments {
	display: none;
}
.single-post .entry-footer {
	display: none;
}

  .author-box {
    display: flex;
	flex-direction: column;
    gap: 20px;
	max-width: 960px;
	margin: 0 auto 40px;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 4px;
  }
  .author-image {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
  .author-info {
	color: #404040;
    font-size: 16px;
	line-height: 20px;
  }
  .author-name {
	color: #000;
	font-size: 22px;
    font-weight: bold;
	margin-bottom: 10px;
	transition: all .2s;
  }
  .author-name:hover {
	color: #005e15;
  }
  .entry-meta .published, .entry-meta .byline {
	position: relative;
	padding-right: 8px;
    margin-right: 16px;
	margin-bottom: 5px;
	display: inline-block;

  }
  .entry-meta .published:after, .entry-meta .byline:after {
    content: '/';
    display: block;
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    color: #ccc;
}
/*page default*/
.page-template-default #primary {
	padding: 40px 0;
}
#post-34 .wp-block-separator {
	border: none;
}
#post-34 p strong {
	font-weight: 900;
	display: block;
	margin-bottom: 5px;
}
.page-template-blo,  .page-template-category {
	background-color: #f5f5f5;
  }
  .blog-posts.page,  .product-list.page {
	padding: 40px 0;
	margin-top: 0;
}
.blog-posts.page h1, .product-list.page h1 {
	font-size: 52px;
	line-height: 60px;
	margin-bottom: 20px;
	font-weight: 400;
	color: #000;
	text-align: center;
}
.blog-posts.page p.centered, .product-list.page p.centered {
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 40px;
}
.blog-posts.page .posts, .product-list.page .products {
	flex-wrap: wrap;
}
.blog-posts.page .center, .product-list.page .center {
	text-align: center;
	margin-top: 60px;
	width: 100%;
  }
  
  .blog-posts.page .pagination, .product-list.page .pagination {
	display: inline-block;
  }
  
  .blog-posts.page .pagination a, .product-list.page .pagination a,
  .blog-posts.page .pagination span, .product-list.page .pagination span {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	background-color: #fff;
	margin: 4px;
  }
  
  .blog-posts.page .pagination span.current, .product-list.page .pagination span.current {
	background-color: #228F2D;
	color: white;
	border: 1px solid #228F2D;
  }
  
  .blog-posts.page .pagination a:hover:not(.active),
  .product-list.page .pagination a:hover:not(.active)
   {background-color: #ddd;}
   .order-btn-first {
	display: none;
   }

/*order*/
.order {
	padding: 40px 0;
	background-color: #f9f9f9;
	min-height: 55vh;

}
.order .row {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.order .ordered-product {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px;
	border: 1px solid #ddd;
	align-items: center;
	background-color: #fff;
}
.order .ordered-product img {
width: 50px;
height: 50px;
object-fit: contain;
vertical-align: middle;

}
.order .ordered-product .product-name {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
.order .ordered-product .old-price {
	font-size: 16x;
	line-height: 20px;
	font-weight: 400;
	text-decoration: line-through;
	color: #ff0000;
}
.order .ordered-product .new-price {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #000;
	margin-left: 5px;
}
.order table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ddd;
	margin: 20px auto;
	background-color: #fff;
}

.order td {
	padding: 10px;
	text-align: left;
}
.order  tr td:nth-child(2) {
	text-align: right;
}
.order .totalsum {
	border-top: 1px solid #ddd;
	padding: 15px 0 0 0;
}
.order .totalsum td {
	font-weight: 500;
	color: #005e15;
}
.order .discount td {
	font-weight: 300;
	color: #ff0000;
}
.order  .totalsum td:nth-child(2) {
	font-weight: bold;
	font-size: 18px;
}
.order form {
	box-shadow: 0px -4px 15px -5px rgba(0,0,0,0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 20px;
}
.order form label {
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}
.order form input, .order form select {
	display: block;
	width: 100%;
	border-radius: 2px;
	border: 1px solid #7a7979;
	margin-bottom: 20px;
	height: 40px;
	padding: 10px;
}
.order form input[type="submit"] {
	background: #228F2D;
    border-radius: 4px;
    width: 100%;
    padding: 10px;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #fff!important;
    display: block;
    margin-top: 20px;
	cursor: pointer;
	transition: all .2s;
	height: auto;
	margin-bottom: 0;
	border: none;
}
.order form input[type="submit"]:hover {
	opacity: 0.8;
}
/*archive*/
.archive {
	background-color: #f9f9f9;
}
.archive #primary .container {
	padding: 40px 0;
}
.archive .archive-description {
	text-align: center;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
}
.archive .wrap {
	display: flex;
    flex-direction: row;
    justify-content: stretch;
    gap: 1%;
    flex-wrap: wrap;
}
.archive article {
    width: 100%;
    padding: 15px;
	margin-bottom: 20px;
    -webkit-box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, .15);
    box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, .15);
    border-radius: 8px;
    background-color: #fff;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}
.archive article img {
	margin-bottom: 20px;
    border-radius: 8px;
	width: 100%;
}
.archive article .entry-header {
	display: flex;
	flex-direction: column-reverse;
}
.archive article .entry-content, .archive article .entry-footer {
	display: none;
}
.archive article h2 {
	margin-bottom: 5px;
}
.archive article h2 a, .archive article h2{
	color: #000;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
}
.archive article h2:hover {
	text-decoration: underline;
}
.archive article .entry-meta {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px dashed #ddd;
	}
.archive article .entry-meta a {
	color: #000;
	font-weight: 400;
}
.archive article .entry-meta a:hover {
	text-decoration: underline;
}
/*thank you*/
.thankyou {
	padding: 40px 0;
	text-align: center;
}
.thankyou ul li {
	list-style: none;
	font-weight: bold;
}

/*share*/
.share-buttons {
    display: flex;
	margin: 0 auto 60px;
	flex-wrap: wrap;
	max-width: 960px;
}
.share-buttons span {
	width: 100%;
	display: block;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.share-buttons a {
    display: inline-flex;
	flex-direction: row;
	align-items: center;
    margin: 1%;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
	width: 48%;
	transition: all .2s;
}

.share-buttons a img {
	width: 25px;
	height: 25px;
	object-fit: contain;
	margin-right: 10px;
}
.share-buttons .facebook {
    background-color: #1877f2; /* Facebook blue */
	
}
.share-buttons .facebook:hover {
    background-color: #166bda; /* Facebook blue */
}
.share-buttons .twitter {
    background-color: #1da1f2; /* Twitter blue */
}
.share-buttons .twitter:hover {
    background-color: #1a91da; /* Facebook blue */
}
.share-buttons .viber {
    background-color: #8F5DB7;	/* Viber purple */
}
.share-buttons .viber:hover {
    background-color: #8154a5; /* Facebook blue */
}
.share-buttons .whatsapp {
    background-color: #25d366; /* WhatsApp green */
}
.share-buttons .whatsapp:hover {
    background-color: #21be5c; /* WhatsApp green */
}


  @media (min-width: 1023px) {
	h1 { 
		font-size: 44px;
    line-height: 52px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #000;
    text-align: center;
}
	h2 {
	  font-size: 35px;
	  line-height: 42px;
	  margin-bottom: 25px;
  }
  h3 {
	font-size: 27px;
	line-height: 34px;
	margin-bottom: 20px;
  }
  .menu-bar {
	padding: 10px 20px;
  }
  .menu.mobile {
	display: none;
  }
  .main-menu {
	display: block;
  }
  /* Hide the sub-menu by default */
  .sub-menu {
	display: none;
	z-index: 999;
  }
  .menu-item-has-children {
	position: relative;
  }
  /* Show the sub-menu on hover */
  .menu-item-has-children:hover .sub-menu {
	display: block;
  }
  .menu-item-has-children > a:after {
	margin-left: 5px;
  }
  /* Style the sub-menu as a box-like list */
  .sub-menu {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px;
	list-style-type: none;
	position: absolute;
	left: 0;
	top: 30px;
	padding: 0;
	margin: 0;
	max-width: 220px;
	min-width: 220px;
  }
  
  .sub-menu li {
	padding: 10px;
	display: block!important;
	margin: 0!important;
	line-height: 25px!important;
  }
  .sub-menu li:not(:last-child) {
	border-bottom: 1px solid #ddd;
  }
  .sub-menu li a {
	color: #000;
	text-decoration: none;
	transition: all .2s;
	font-size: 16px!important;
	line-height: 18px!important;
  }
  
  .sub-menu li a:hover {
	color: #228F2D;
  }

  .hero-block {
background-size: cover;
background-position: center;
height: 550px;
padding: 60px 30px;
}
.product-info-top .discount {
 font-size: 24px;
    left: 10px;
    top: 10px;
    width: 90px;
    height: 90px;

}
  .product-info-top .row {
	display: flex;
	flex-direction: row;
	align-items: center;
  
  }
  .product-info-top .image-block {
	min-width: 500px;
	max-width: 500px;
	max-height: 500px;
	height: 500px;

	margin-right: 60px;
  }
  .product-info-top img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
  }
  .product-info-top h1 {
	text-align: left;
	margin-top: 0px;
	font-size: 40px;
	line-height: 58px;
	text-align: center;
  }
  .product-info-top .subheading {
	font-size: 20px;
	text-align: center;
	display: block;
  }
  .product-info-top p {
	font-size: 20px;
	line-height: 26px;
	text-align: left;
  }
  .product-info-top .star-rating {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0;
  }
  .product-info-top .button {
	margin-top: 0;
  }

.price-block .old-price {
	font-size: 22px;
	line-height: 26px;

	}
	.price-block .price {
	  font-size: 26px;
	  line-height: 30px;
	}

  .blog-post h2, .blog-post h2 a,
.blog-post h3, .blog-post h3 a  {
   color: #000;
	font-size: 27px;
	line-height: 32px;
	font-weight: 400;
	text-transform: uppercase;
}
  .button {
	width: 100%;
	padding: 15px 20px;
	font-size: 32px;
	line-height: 34px;
  max-width: 450px;
  }
  ul.listing {
	max-width: 65%;
  }

  .product-info-top .star-rating {
	justify-content: flex-start;
  }
  .product-info-top .flex {
	display: flex;
	flex-direction: column-reverse;
  }
  .product-info h2, .order-now h2, .faq h2, .customer-reviews h2 {
    padding: 25px;

}
  .product-info {
	padding: 20px 0;
  }
.product-info ul, .product-info ol {
	max-width: 800px;
	margin: 25px auto;
}
  .product-info h2, .order-now h2 {
	margin-bottom: 40px;
  }
  .product-info .block {
	padding: 0 15px;
  }
  .product-info p {
	font-size: 20px;
	line-height: 26px;
  }

  .product-info .flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;

  }
  .product-info .flex p {
	text-align: center;
	margin-bottom: 30px;
  }
  .product-info .flex .button {
	margin: 0;
  }
  .product-info p {
	text-align: center;
	margin-bottom: 20px;
  }
  .product-info .button {
	margin: 0 auto;
	display: block;
  }
  .product-reviews {
	padding: 40px 0;
  }
  .product-reviews h2 {
	text-align: center;

  }
  .product-reviews .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  .product-reviews .review-box {
	width: 32%;
	margin-bottom: 2%!important;
  }
  .product-info .row.flex img {
	max-width: 100%;
	max-height: 500px;

	  }
  .customer-reviews .customer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}
.customer-reviews .customer img {
	width: 100px;
	height: 100px;
}
.customer-reviews p {
	font-size: 20px;
	line-height: 26px;
	max-width: 80%;
	margin: 0 auto 15px;
}
.customer-reviews .name {
	font-size: 24px;
}
  .customer-reviews .review:not(:last-child) {
	padding-bottom: 25px;
  }
  .customer-reviews .review {
	padding-top: 25px;
  }

  .customer-reviews .row {
	max-width: 920px;
	margin: 0 auto;
  }
  .page-template-default #primary {
	padding: 40px 0;
}
.single-post article {
	margin: 60px auto 30px;
}
.order-now .row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 40px;
}
.order-now-box {
	flex: 1;
	max-width: 50%;
}
.order-now-box img {
	max-width: 300px;
	margin: 0 auto 15px;
	display: block;
	aspect-ratio: 4 / 3;
}
.order-now-box.bundle img {
	max-width: 100%;
}
.order-now-box.bundle .image-block {
max-width: 100%;
	margin: 0 auto;
	display: block;
}
.order-now-box .button {
	margin: 10px auto;
}
.order {
	padding: 60px 0;
	margin: 0 auto;
}
.order .row {
	flex-direction: row;
	align-items: flex-start;
	gap: 20px;
}
.order .ordered-product, .order .total, .order form {
	flex: 1;
	margin-top: 0;
	margin-bottom: 0;
}
.order .ordered-product, .order .total {
	background-color: transparent;
}
.order table {
	margin: 0;
}
.order form {
	position: relative;
	box-shadow: none;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, .15);
    box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, .15);
	border: navajowhite;
}
.order .ordered-product img {
	width: 70px;
	height: 70px;
	
	}
	.order .ordered-product .product-name {
		font-size: 20px;
		line-height: 24px;
	}
	.order .ordered-product .old-price {
		font-size: 20x;
		line-height: 24px;
	}
	.order .ordered-product .new-price {
		font-size: 22px;
		line-height: 25px;

	}
	.order .total td {
		font-size: 18px;
		padding: 25px 10px;
	}
	.order .totalsum td:nth-child(2) {
		font-size: 22px;
	}
	.order form label {
		font-size: 14px;
	}
	.order form input, .order form select {
		height: 50px;
	}
	.order form input[type="submit"] {
		padding: 15px;
	}
.author-box {
	margin: 0 auto 60px;
	flex-direction: row;
}
.archive #primary .container {
	padding: 40px 0;
}
.archive article h2, .archive article h2 a {
	font-size: 28px;
	line-height: 33px;
}
.archive article {
    width: 32%;
    padding: 20px;
}
footer.site-footer {
	text-align: center;
}
footer.site-footer ul {
	padding: 0;
	margin: 20px 0;
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: center;
}
  }
 
   @media (max-width: 1023px) {
	h1 {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 25px;
	}
	h2 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	h3 {
		font-size: 25px;
		line-height: 30px;
	}
.order-btn-first {
	display: block;
	margin-bottom: 25px;
	margin-top: 15px;
}
	.hero .slider {
		margin: 20px 0 10px 0;
	}
	.slide {
		flex-direction: column;
	}
	.hero .slide img {
		margin-right: 0;
		margin-bottom: 15px;
		width: 250px;
		height: 250px;
	}
	.slide h2 {
		text-align: center;
		margin-bottom: 15px;
	}
	.hero .slide p {
		max-width: 100%;
		display: inline-block;
	}
	.hero .slide {
		text-align: center;
		padding: 30px 20px;
	}
	.hero .slide .learn-more {
		margin-top: 5px;
	}
	.categories .category {
		width: 32%;
	
   }
   .product-list {
    margin: 0 0 40px 0;
}
.product-list h2 {
	display: block;
	width: 100%;
	margin-top: 40px;
}
   .product {
	width: 100%;
   }
   .blog-posts {
    padding: 40px 0;
    margin-top: 40px;
}
.blog-post {
    width: 100%;
	padding: 15px;
}
.blog-posts.page h1, .product-list.page h1 {
    font-size: 40px;
    line-height: 40px;

}

.blocks .block img {
	width: 100%;
	margin-bottom: 15px;
	object-fit: cover;
}

.faq .accordion {
    margin: 40px auto 0;
}
.product-reviews {
    padding: 40px 0;
}
.product-info-top {
    padding: 10px 0 20px 0;
}
footer .top-footer .product-category-list ul li, footer .top-footer .blog-category-list ul li {
	width: 100%;
	margin: 0 0 1% 0;
}

   }
    /* Spinner container */
	#form-spinner {
		margin: 0 auto;
		width: 40px;
		height: 40px;
		position: relative;
		border: 4px solid rgba(255, 255, 255, 0.3);
		border-radius: 50%;
		border-top: 4px solid black;
		animation: spin 1s linear infinite;
	}

	/* Spinner animation */
	@keyframes spin {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(360deg);
		}
	}

@media (min-width: 641px) {
	.share-buttons a {
		margin: 0 1% 0 0;
		 width: auto;
	 }
}

  @media (max-width: 640px) {
	.product-info .container {
		max-width: 100%;
	}
	.product-info .container p {
			padding: 0 15px;
		}
		.product-info .row.flex img {
			margin: -20px auto 10px auto;
			display: block;
			max-width: 100%;
			max-height: 100%;
			object-fit: contain;
			width: 100%;
			aspect-ratio: auto;
		}
		.product-info .button {
			margin-left: 15px;
			margin-right: 15px;
			max-width: 100%;
			width: auto;
		}
		.product-info p .button {
			margin-left: 0;
			margin-right: 0;
			max-width: 100%;
			width: 100%;
		}
		.categories .category {
			width: 49%;
			margin: 2% 0;
		
	   }
	
  }


  .categories-slider {
	padding: 40px 0;
	background-color: #f9f9f9;
}

.carousel-container {
	overflow: hidden;
	position: relative;
	width: 95%;
	margin: 0 auto;
}

.carousel-track {
	display: flex;
	transition: transform 0.6s ease-in-out;

}

.carousel-slide {
	min-width: calc(100% / 5);
	/* Adjust based on number of visible slides */
	box-sizing: border-box;
}
.carousel-slide img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin: 0 auto 10px;
	display: block;
}

.carousel-slide .category-name {
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	color: #3a3a3a;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	transition: all .2s;
	text-decoration: none;
	display: block;
}

.carousel-slide:hover .category-name {
	color: #228F2D;
}

.carousel-button.prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 35px;
	padding: 10px;
	background-color: transparent;
	color: #4B635F;
	border: none;
	cursor: pointer;
	z-index: 1;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: -10px;
}

.carousel-button.next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 35px;
	padding: 10px;
	background-color: transparent;
	color: #4B635F;
	border: none;
	cursor: pointer;
	z-index: 1;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: -10px;
}

@media (max-width: 768px) {
	.carousel-slide {
		min-width: calc(100% / 1);
		box-sizing: border-box;
	}
	.carousel-track {
		display: flex;
		transition: transform 0.3s ease-in-out;
	}
	.carousel-slide img {
		width: 100px;
		height: 100px;
		object-fit: contain;
		margin: 0 auto 10px;
		display: block;
	}
}
@media (min-width: 769px) {
	.carousel-button {
		display: none!important;
	}
}
