/*!
Theme Name: vdtheme
Theme URI: https://virtus-dizajn.com/
Author: Virtus dizajn
Author URI: https://virtus-dizajn.com/
Description: Design theme for Virtus dizajn.
Version: 1.0.0
Tested up to: 6.8.1
Requires PHP: 8.0
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
Screenshot: https://virtus-dizajn.com/wp-content/themes/vdtheme/screenshot.png

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

@import url("fonts/fonts.css");
/*===================== 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
14. Header
15. Intro
16. Brands
17. Products
18. Banner
19. Box Section
20. Reviews
21. Blog
22. About
23. Info Icons
24. Newsletter
25. Footer
26. Products Page
27. About Page
28. Contact Page

=============================================================*/
/* ================================================================================== 
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;
}
a,
a:active,
a:hover,
a:focus {
  outline: none;
  text-decoration: 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;
}
strong {
  font-weight: 700;
}

.fancybox__button--zoo,
.fancybox__button--slideshow,
.fancybox__button--fullscreen,
.fancybox__button--thumbs,
.fancybox__button--zoom {
  display: none;
}
input[type="button"],
input[type="submit"] {
  width: auto;
  transition: all 0.4s ease-in-out;
}
.none {
  display: none;
}
ul,
ol {
  padding-left: 4rem;
  margin: 2rem 0;
}
a {
  text-decoration: underline;
  color: inherit;
}
.go-back {
  position: fixed;
  right: 2rem;
  bottom: 5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #0cc0df;
  background-image: url(images/arrow-up-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  z-index: 10;
  display: none;
  cursor: pointer;
}
header a {
  text-decoration: none;
}
.image-404 img {
  display: block;
  width: 100;
  max-width: 80rem;
  height: auto;
  margin: 0 auto;
}
.image-404 {
  margin-bottom: 5rem;
}

/* ================================================================================== 
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: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
}
main {
  position: relative;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
  display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
}
::-moz-selection {
  background-color: #7ebb47;
  color: #fff;
}
::selection {
  background-color: #7ebb47;
  color: #fff;
}
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg {
  max-width: 160rem;
}
.container-2xl {
  max-width: 192rem;
  padding: 0;
}
.container-fluid {
  max-width: 100%;
}
.container-md {
  max-width: 120rem;
}
.container-sm {
  max-width: 100rem;
}
.container-xl {
  max-width: 180rem;
  padding: 0 2rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
  font-weight: 600;
  margin-top: 1rem;
}
h1 {
  font-size: 4.8rem;
  line-height: 1.4;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.2;
}
h4 {
  font-size: 2.2rem;
  line-height: 1.4;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}
h6 {
  font-size: 1.6rem;
  line-height: 1.5;
}
h1 {
  font-size: clamp(3.2rem, 4vw + 1rem, 4.8rem);
  line-height: 1.4;
}

h2 {
  font-size: clamp(2.4rem, 3vw + 0.8rem, 4rem);
  line-height: 1.2;
}

.title h1,
.title h2 {
  font-size: clamp(3.2rem, 4vw + 1rem, 4.6rem);
}
p {
  margin-bottom: 1.6rem;
}
.title {
  margin-bottom: 4rem;
}
.title-center {
  text-align: center;
}

/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
  display: inline-block;
  padding: 1rem 3rem;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  border-radius: 10rem;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-primary {
  background-color: #7ebb47;
  color: #fff;
}

.btn-primary:hover {
  background-color: #717176;
}
.btn-cart {
  background-image: url(images/cart-add-white.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: left 2rem center;
  padding-left: 6rem;
  font-size: 1.3rem;
  cursor: pointer;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p {
  margin-bottom: 0;
}
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 1.5rem 2rem;
  outline: none;
  background-color: #f2f2f2;
  font-family: inherit;
  font-size: 1.6rem;
  border-radius: 1rem;
}
textarea {
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #7ebb47;
}
input[type="button"] {
  width: auto;
}
label {
  display: block;
  margin-bottom: 0.5rem;
}
button {
  transition: all 0.4s ease-in-out;
  border: 0;
  font-family: inherit;
  font-size: 1.6rem;
  width: auto;
}
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: 0.75rem 1.25rem;
  margin-top: 1rem;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;
}
.wpcf7 form .wpcf7-response-output {
  position: relative !important;
  padding: 0.75rem 1.25rem !important;
  margin-top: 1rem !important;
  border: 1px solid transparent !important;
  border-radius: 0.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: 5.8rem !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: #000 !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: #fff !important;
  border: 1px solid #cecece !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.select2-dropdown {
  background-color: #fff !important;
  border: 1px solid #cecece !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-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	border-radius: 6px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #fff;
	color: #000;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background-color: #0c8c2a !important;
  color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 4rem 0;
}
.mt-5 {
  margin-top: 5rem;
}
.no-pt {
  padding-top: 0 !important;
}
.no-pb {
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .space {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 5rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs {
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.breadcrumbs ul{
  justify-content: flex-start;
  text-align: left;
}
.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
===================================================================================== */
.woocommerce-pagination{
  margin-top: 5rem;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	min-width: 3em;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrow {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.8rem;
  cursor: pointer;
  background-color: #fff;
  z-index: 2;
}
.custom-arrows {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
.custom-next {
  background-image: url(images/next.svg);
}
.custom-prev {
  background-image: url(images/prev.svg);
}

@media only screen and (min-width: 100.0625em) {
  /*1601px*/
}
/* pagination custom 1 */
.custom-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.swiper-pagination-bullet {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #fff;
}
/* pagination custom 2 */
.custom-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.swiper-pagination-bullet {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #001bcb;
}
/* ================================================================================== 
14. Header
===================================================================================== */

.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 0.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;
}
.woocommerce div.product div.social {
  margin: 0;
}
/*---------*/
.toggle {
  cursor: pointer;
  overflow: hidden;
  width: 26px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  padding: 0.6rem 1rem;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
}
.toggle-wrap p {
  margin: 0;
}
.line-toggle {
  position: absolute;
  display: block;
  width: 36px;
  height: 2px;
  background: #fff;
  border-radius: 20px;
  transition: all 0.6s;
  right: 0;
}

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

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

.line-toggle:last-child {
  transform: translateY(7px) translateX(0);
  transition-delay: 0s;
}
.toggle-wrap.activate .line-toggle:first-child {
  transform: translateY(0) translateX(0) rotate(45deg);
  width: 30px;
  height: 2px;
  transition-delay: 0.1s;
}

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

.toggle-wrap.activate .line-toggle:last-child {
  transform: translateY(0) translateX(0) rotate(314deg);
  width: 30px;
  height: 2px;
  transition-delay: 0.1s;
}
.nav-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
.close-nav {
  font-size: 2.3rem;
  color: #fff;
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #fff;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*-----------*/
header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 1.5rem 0;
}
header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo {
  display: block;
  margin: 0 auto;
}
.header-logo img {
  display: block;
  width: 12rem;
  height: auto;
}
header nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #000;
  padding: 2rem;
  padding-top: 3rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
  box-shadow: 0 0 57px 7px rgba(0, 0, 0, 0.05);
}
header nav.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header .btn {
  padding: 0.8rem 2rem;
  border-radius: 5px;
  font-size: 1.5rem;
}
header nav li {
  display: block;
}
header nav li a {
  display: block;
  padding: 0.3rem;
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-size: 2rem;
}

header nav li a:hover,
header nav li.current_page_item a {
  color: #7ebb47;
}

.menu-item-has-children {
  position: relative;
}

.mobile-info {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}

.sub-menu {
  display: none;
  padding-left: 3rem;
}

.sub-menu li {
  display: block;
}
.sub-menu li a {
  display: block;
  padding: 0.3rem;
}
.menu-toggle {
  position: absolute;
  right: 0;
  top: 1px;
  width: 5rem;
  height: 5.3rem;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem;
  cursor: pointer;
  transition: all.4s ease-in-out;
  z-index: 2;
  background-color: transparent;
}

.o.menu-toggle {
  transform: rotate(180deg);
}
header .sub-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #000;
  padding: 2rem;
  padding-top: 6rem;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.8s ease-in-out;
  z-index: 2;
  overflow-y: auto;

  display: block;
}
header .sub-menu.open-sub {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.back-nav {
  display: inline-block;
  opacity: 0.6;
  background-image: url(images/arrow-left-white.svg);
  padding-left: 4rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.5rem;
  cursor: pointer;
  margin-bottom: 3rem;
  font-weight: 600;
}
header .nav-search {
  width: calc(100% - 6rem);
  margin: 0 !important;
}
header .nav-search input {
  width: 100%;
  font-size: 1.4rem;
  padding: 1.2rem 2rem;
}
.header-brands {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 2%;
  width: 100%;
  margin: 0 auto;
  order: 3;
  padding-top: 2rem;
  justify-content: space-between;
}
.header-brands a {
  display: block;
  width: 10%;
}
.header-brands a img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: contain;
  /* filter: grayscale(100); */
  transition: all 0.4s ease-in-out;
}
.header-brands a:hover img {
  filter: none;
}

.menu-item-has-children {
  position: relative;
  background-image: url(images/arrow-right2.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.5rem;
  padding-right: 0rem;
  margin-right: 1rem;
}

@media only screen and (max-width: 30em) {
  /*480px*/
  .header-top {
    font-size: 1.4rem;
  }
  header {
    font-size: 1.5rem;
  }
  .header-logo img {
    width: 11rem;
  }
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  header nav {
    width: 40rem;
  }
  .btn-actions{
  margin-left: 2rem;
}
.toggle-wrap {
  gap: 2rem;
}
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .header-logo img {
    width: 20rem;
  }
}

@media only screen and (min-width: 71.25em) {
  /*1140px*/
  .header-brands {
    max-width: 83rem;
    margin: 0 auto;
    order: unset;
    padding: 0;
  }
  header .container {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .header-logo img {
    width: 31rem;
  }
}
/*-------*/
.header-top {
  background-color: #f7f7f7;
  padding: 1rem 0;
  font-weight: 500;
}
.header-top .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-top a {
  text-decoration: none;
}
.lang {
  margin-right: auto;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem;
  padding-right: 2rem;
}
.top-nav li {
  display: inline-block;
}
.top-nav {
  margin-right: 5rem;
  display: none;
}
.top-nav li a {
  display: inline-block;
  padding: 0 1rem;
  transition: all 0.4s ease-in-out;
}
.top-nav li a:hover,
.top-nav li.current_page_item a {
  color: #7ebb47;
}
.header-phone {
  background-image: url(images/phone.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1rem;
  padding-left: 2rem;
  display: none;
  align-items: center;
  gap: 2rem;
  margin-left: 1rem;
}
.header-phone a {
  position: relative;
}
.header-phone a:first-child::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 50%;
  background-color: #000;
}
.header-top .xoo-wsc-sc-cont .xoo-wsc-cart-trigger {

	flex-direction: row-reverse;
  gap:1rem
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .header-phone {
    display: flex;
  }
}
@media only screen and (min-width: 71.25em) {
  /*1140px*/
  .top-nav {
    display: block;
  }
}
/*-------*/
.header-search {
  position: relative;
  margin-right: 3rem;
  margin-left: 3rem;
}
.header-search input {
  width: 18rem;
  background-color: #fff;
}
.header-search button {
	background-color: #000;
	color: #fff;
	border-radius: 4px;
	padding: 0 2rem;
	margin-left: -1rem;
	cursor: pointer;
  transition: all .4s ease-in-out;
}
.header-search button:hover{
  opacity: 0.4;
}
.search-btn {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
}
.header-user {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
  margin-right: 2rem;
}
.header-user span {
  display: none;
}
.header-user img {
  display: block;
  width: 1.2rem;
  height: auto;
}
.header-cart {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  margin-left: 2rem;
}
.header-cart img {
  display: block;
  width: 1.2rem;
  height: auto;
}
.quant {
  position: absolute;
  top: -5px;
  left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #7ebb47;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
}
.desktop-search {
  display: none;
}
.mobile-search {
  margin: 0;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.mobile-search input {
  width: 100%;
}
.header-top .xoo-wsc-sc-subt{
  display: none;
}
.gtranslate_wrapper {
  margin-right: 1rem;
}
.gtranslate_wrapper select {
	width: 13rem;
	border-radius: 4px;
	padding: 1rem;
}
.xoo-wsc-sc-bkcont{
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 30em) {
  /*480px*/

  span.xoo-wsc-sc-count, span.xoo-wsch-items-count {
    height: 15px;
    width: 14px;
    font-size: 8px;
 
  }
}
@media only screen and (max-width: 56.25em) {
  /*900px*/
.header-search {
  order: 5;
  width: 100%;
  margin: 0;
  margin-top: 2rem;
}
.header-search input {
  width: 100%;
}
}
@media only screen and (max-width: 30em) {
  /*480px*/
  .header-top .xoo-wsc-sc-bki {
	font-size: 14px;
}
  .header-top span.xoo-wsc-sc-count, span.xoo-wsch-items-count {
	right: -11px;
}
.header-top .gt_selector{
  width: 13rem;
}
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/

  .header-user img {
    width: 2rem;
  }
  .header-cart img {
    width: 2rem;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .header-top .xoo-wsc-sc-subt{
  display: inline-block;
}
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .desktop-search {
    display: block;
  }
  .mobile-search {
    display: none;
  }
  .header-user {
    margin-left: 0;
  }
   
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .header-search {
    margin-left: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .header-cart {
    margin-left: 5rem;
  }
  .header-search input {
    width: 25rem;
  }
}


  @media only screen and (min-width: 85.4375em) {
  /*1367px*/
   .header-user span {
    display: inline-block;
  }
}
@media only screen and (min-width: 93.75em) {
  /*1500px*/
  .header-search input {
    width: 25rem;
  }
}
/* ================================================================================== 
15. Intro
===================================================================================== */

.intro-box:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}
.intro-box:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
}
.intro-box:nth-child(3) {
  grid-area: 2 / 3 / 3 / 4;
}
.intro-box {
  position: relative;
  display: block;
}
.intro-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-box .btn {
  position: absolute;
  left: 2rem;
  bottom: 3rem;
  z-index: 1;
}
@media only screen and (max-width: 30em) {
  /*480px*/
  .intro-box .btn {
    font-size: 1.2rem;
    padding: 0.6rem 2rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .intro-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .intro-box .btn {
    left: 5rem;
    bottom: 5rem;
  }
}
/* ================================================================================== 
16. Brands
===================================================================================== */
.home .brands{
  padding: 5rem 0 !important;
  padding-top: 0 !important;
}
.brands-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1%;
}
.brands-box {
	width: 49.5%;
	margin-bottom: 1rem;
	transition: all 0.4s ease-in-out;
	border: 1px solid #ccc;
	padding: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brands-box img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/4;
	object-fit: contain;
}
body .home .brands-box img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
	padding: 0 !important;
	margin: 0 !important;
  aspect-ratio: 16/4;
	transition: transform 0.25s ease !important;
}
.home .brands-box{
  padding: 0;
}
.brands-box:hover {
  opacity: 0.6;
  border-color: #7ebb47;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .brands-box {
    width: 24.2%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/ 
  .brands-box {
    width: 13.4%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .home .brands{
  padding: 10rem 0;
  padding-top: 0 !important;
}
}
/*----*/
.categories-home-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.categories-home-box{

} 
.categories-slider{
  overflow: hidden;
}
.categories-slider .swiper-slide {
	display: flex !important;
	flex-direction: column;
	text-align: center;
	align-items: center;
	padding: 0;
	background-color: #fff;
	margin: 0.2rem;
	transition: all .4s ease-in-out;
	position: relative;
	height: auto;
}
.categories-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.categories-slider .swiper-slide  h3 {
	font-size: 1.4rem;
	font-weight: 300;
	margin-bottom: 2rem;
  margin-bottom: 0px !important;
  height: 20px !important;
  text-transform: uppercase;
  font-weight: bold !important;
  	transition: all .4s ease-in-out;
}
.categories-slider .swiper-slide a{
  text-decoration: none;
}
.cat-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 3rem;
}
.cat-title h2{
  margin: 0;
}
.cat-title .title{
  margin-bottom: 0;
}
/* ================================================================================== 
17. Products
===================================================================================== */
.products-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1%;
}
.products-wrapper .products-box {
  width: 49.5%;
  margin-bottom: 5rem;
}
.products-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: auto;
  background-color: #fff;
  padding: 1rem;
}
.products-image {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
}
.sale-sticker {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 4;
  background-color: #7ebb47;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: contain;
}
.products-box a {
  text-decoration: none;
}
.products-box .btn {
  margin-top: auto;
  align-self: center;
}
.prod-price {
  margin-bottom: 3rem;
}
.products-box h3 {
  font-size: 1.5rem;
}
.prod-price del{
  opacity: 0.4;
} 
.prod-price ins{
  text-decoration: none;
  margin-left: 5px;
}
.pages-content-text{
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 30em) {
  /*480px*/
  .btn-cart {
    padding: 1rem 1.2rem;
    font-size: 1.2rem;
    padding-left: 5rem;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .products-wrapper .products-box {
    width: 32.6%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .products-wrapper .products-box {
    width: 24.2%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .products-wrapper .products-box {
    width: 15.8%;
  }
  .pages-content  .products-wrapper .products-box {
    width: 19.2%;
  }
}
/*-------*/
.products-slider {
  overflow: hidden;
}
.title-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 3rem;
}
.title-row .custom-arrows {
  justify-content: center;
}
.title-row .title {
  margin-bottom: 0;
}
.products-makita {
  background-color: #06727b;
  /* color: #fff; */
}
/* .products-makita .btn,
.products-milwaukee .btn {
  background-color: #fff;
  background-image: url(images/cart-add.svg);
  color: #000;
}
.products-makita .btn:hover,
.products-milwaukee .btn:hover,
.products-dewalt .btn:hover {
  opacity: 0.6;
} */
.products-milwaukee {
  background-color: #ce2d2b;
  /* color: #fff; */
}
.products-dewalt {
  background-color: #febd19;
}
.products-dewalt .btn {
  background-color: #000;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .title-row {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .title-row .custom-arrows {
    justify-content: flex-start;
  }
}
/* ================================================================================== 
18. Banner
===================================================================================== */
.banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  text-align: center;
}
.banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.banner-text {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.banner-text .btn {
  margin-top: 4rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner {
    background-attachment: fixed;
  }
}
/* ================================================================================== 
19. Box Section
===================================================================================== */

.boxes-wrapper a {
  width: 100%;
  display: block;
  margin-bottom: 3rem;
  transition: all 0.4s ease-in-out;
}
.boxes-wrapper a:last-child {
  width: 100%;
}
.boxes-wrapper a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boxes-wrapper a:hover {
  opacity: 0.6;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .boxes-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .boxes-wrapper a {
    width: 48.5%;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .boxes-wrapper a {
    margin-bottom: 5rem;
  }
}
/* ================================================================================== 
20. Reviews
===================================================================================== */
.reviews {
  background-color: #7ebb47;
  color: #fff;
}
.reviews-slider {
  overflow: hidden;
  text-align: center;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.reviews-slider img {
  display: block;
  margin: 0 auto;
  width: 4.5rem;
  height: auto;
  margin-bottom: 3rem;
}
.reviews .custom-arrow {
  position: absolute;
  background-color: transparent;
  filter: brightness(0) invert(100);
  top: 50%;
  display: none;
  transform: translateY(-50%);
}
.reviews .custom-prev {
  left: 0;
}
.reviews .custom-next {
  right: 0;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .reviews .custom-arrow {
    display: block;
  }
}
/* ================================================================================== 
21. Blog
===================================================================================== */

.blog-box {
  width: 100%;
  margin-bottom: 3rem;
}
.blog-image {
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
}
.blog-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out;
}
.blog-image:hover img {
  transform: scale(1.05);
}

.blog-box a {
  text-decoration: none;
}
.btn-sm {
  display: inline-block;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.btn-sm:hover {
  color: #7ebb47;
}
.article-wrapper {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.article-image {
  margin-bottom: 5rem;
}
.article-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .blog-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .blog-box {
    width: 48.5%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .blog-box h3 {
    font-size: 2.4rem;
  }
  .blog-box {
    width: 31.3%;
  }
}
/* ================================================================================== 
22. About
===================================================================================== */

.about-image {
  width: 100%;
  margin-bottom: 5rem;
}
.about-text {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.about-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
}
.about-text .btn {
  margin-top: 3rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .about-image {
    width: 50%;
    margin-bottom: 0;
  }
  .about-text {
    width: 50%;
    padding-left: 5rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .about-wrapper {
    align-items: center;
  }
  .about-text {
    padding-left: 10rem;
  }
}
/* ================================================================================== 
23. Info Icons
===================================================================================== */
.info-icons {
  color: #fff;
  background-color: #7ebb47;
  padding: 3rem 0;
}
.info-icons .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-icons-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
.info-icons-box img {
  display: block;
  width: 5rem;
  height: 4rem;
  object-fit: contain;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .info-icons-box {
    width: 48.5%;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .info-icons-box {
    width: auto;
    margin-bottom: 0;
  }
}
/* ================================================================================== 
24. Newsletter
===================================================================================== */
.newsletter {
  background-color: #383838;
  padding: 4rem 0;
  color: #fff;
}
.newsletter-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.newsletter input {
  width: 34rem;
  font-size: 1.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}
.newsletter form {
  position: relative;
}
.newsletter-btn {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 5rem;
  height: 2rem;
  background-image: url(images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem;
  cursor: pointer;
  background-color: transparent;
}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .newsletter input {
    width: 50rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .newsletter-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
/* ================================================================================== 
25. Footer
===================================================================================== */

.footer-box {
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer a {
  text-decoration: none;
}
footer h3 {
  font-size: 2.4rem;
}
.copyright {
  padding: 2rem 0;
}
.copyright .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.copyright-logo img {
  width: 20rem;
}
footer .social {
  justify-content: center;
}
.copyright-logo {
  padding: 2rem 0;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .copyright .container {
    flex-direction: row;
    justify-content: space-between;
  }
  .copyright-logo {
    padding: 0;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-box {
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  footer .social {
    justify-content: flex-start;
  }
}
/* ================================================================================== 
26. Products Page
===================================================================================== */

.pages-aside {
  width: 100%;
}
.pages-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.pages-content .products-wrapper{
  margin-top: 5rem;
}
.filter-wrap input {
	width: auto;
	margin-top: 5px;
}
.filter-group ul ul {
	padding: 7px;
	background-color: #e5e5e5;
	margin-top: 0;
}
/* .filter-group ul ul ul{
  	background-color: #dbd8d8;
} */
.filter-check {
	display: flex;
	flex-direction: row;
	/* flex-wrap: wrap; */
	align-items: flex-start;
	gap: 0.6rem;
  position: relative;
}
.filter-check.has-sub{
  padding-right: 2rem;
}
.filter-check.has-sub::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    transition: transform 0.3s ease;
}

.filter-check.has-sub.is-open::after {
    transform: rotate(225deg);
}
.input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.input-group input {
  width: 10rem;
}
.filter-box {
	margin-bottom: 3rem;
	padding: 2rem;
	background: #f2f2f2;
	font-size: 1.5rem;
}
.filter-toggle {
  font-size: 2.4rem;
}
.filter-box ul{
  padding: 0;
  list-style: none;
  margin-left: 0;

}
.filter-box input[type="number"]{
  background-color: #fff;
}
.filter-box ul .cat-sub-menu{
  display: none;
}
.filter-btns{
  display: flex;
  flex-direction: row;
  gap:2rem;
  align-items: center;

}
.btn-delete {
	background-color:transparent;
	color: #000;
	background-image: url(images/delete.svg);
	background-repeat: no-repeat;
	background-position: left 2rem center;
	background-size: 1.4rem;
	font-size: 1.4rem;
  padding: 0;
	padding-left: 4rem;
}
.btn-delete:hover{
  opacity: 0.5;
}
.btm-filter{
  cursor: pointer;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .pages-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .pages-aside {
    width: 30rem;
  }
  .pages-content {
    width: calc(100% - 35rem);
  }
}

@media only screen and (max-width: 100em) {
  /*1600px*/
  .pages-content .products-box {
    width: 24.2%;
  }
}
@media only screen and (max-width: 64em) {
  /*1024px*/
  .pages-content .products-box {
    width: 32.6%;
  }
}
@media only screen and (max-width: 56.25em) {
  /*900px*/
.filter-toggle {
	background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right 2rem center;
	background-size: 1.5rem;
	cursor: pointer;
	background-color: #eee;
	padding: 1rem 2rem;
	font-size: 1.8rem;
}
  .filter-wrap {
    display: none;
  }
}
@media only screen and (max-width: 42.5em) {
  /*680px*/
  .pages-content .products-box {
    width: 49.5%;
  }
}

/*---------*/
.single-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.single-images {
  width: 100%;
  overflow: hidden;
}
.single-text {
  width: 100%;
  margin-top: 5rem;
  padding: 3rem;
    background-color: #f8f8f8;
}
.single-text .product-price {
  margin-top: 3rem;
}
.single-text .btn {
  margin-top: 3rem;
}
.thumbs-gallery img {
  display: block;
  height: auto;
  width: 100%;
}
.single-gallery {
  position: relative;
}
.single-gallery .sticker {
  z-index: 2;
}
.single-gallery .sticker-wrapper {
  right: 0;
  top: 0;
  bottom: auto;
  left: auto;
  z-index: 2;
}
.single-gallery .swiper-slide {
  background: #fff;
  height: auto;
}
.single-gallery .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbs-gallery .swiper-slide {
  cursor: pointer;
}
.single-gallery {
  position: relative;
}
.single-gallery img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/13;
  padding: 3rem;
}
.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;
}
.single-text h1 {
  font-size: 2.4rem;
}
.thumbs-gallery {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.thumbs-gallery img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid #faf5f2;
  object-position: center;
  aspect-ratio: 16/10;
}
.swiper-slide {
  box-sizing: border-box;
}
.thumbs-gallery .swiper-slide-thumb-active img {
  border-color: #7ebb47;
}
.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-btns form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.2rem;
  width: 100%;
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
  content: " ";
  display: none;
}

.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: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;

  opacity: 0.5;
}
.plus {
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
}
.minus {
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
}
.desc2 {
  margin-top: 3rem;
}
.price-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
	color: #7ebb47;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock {
color: rgb(153, 44, 46);
}
.single-description {
  margin-top: 3rem;
}
.single-desc .btn-cart{
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.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;
}

.similar-products .custom-arrows {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.single-text .favorites-btn {
  width: 5rem;
  height: 5rem;
  background-color: #b8b7af;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.single-text .favorites-btn img {
  display: block;
  width: 2rem;
  height: 1.7rem;
  object-fit: contain;
}
.single-text .favorites-btn:hover {
  background-color: #fff;
}
.single-product-price {
  justify-content: flex-start;
  font-size: 3rem;
}
.single-btns .btn {
  width: 100%;
  text-align: center;
}

.products-slider {
  overflow: hidden;
}
.desc2 {
  margin-top: 2rem;
}
.aside-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  font-weight: 400;
  background-color: #f4f4ed4a;
  border-radius: 10rem;
}
.aside-toggle span {
  width: 4rem;
  height: 4rem;
  background-color: #7ebb47;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.aside-toggle span img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.aside-inner {
  position: fixed;
  width: 100%;
  background-color: #b7b8aa;
  height: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 3rem;
  padding-top: 4.5rem;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  overflow-y: auto;
}
.aside-inner.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.aside-close {
  position: absolute;
  top: 2rem;
  right: 3rem;
  font-size: 5rem;
  cursor: pointer;
}
.single-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5rem;
  margin-top: 5rem;
}
.single-icon-box img {
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.single-icon-box {
  text-align: center;
}
.single-icon-box p {
  margin-top: 0;
  text-align: center;
  font-weight: 400;
  color: #7ebb47;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .single-btns,
  .single-btns form {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .single-options select {
    width: 30rem;
  }
  .single-btns .btn {
    width: auto;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .single-wrapper {
    flex-direction: row;
  }
  .single-images {
    width: 37%;
  }
.single-text {
	width: 60%;
	margin-top: 0;
}
  .single-link {
    padding: 5rem;
    margin-top: 5rem;
  }
  .single-text h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .aside-toggle {
    display: none;
  }
  .aside-inner {
    display: block;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    background-color: transparent;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transition: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 0;
  }
  .aside-close {
    display: none;
  }
  .aside-toggle {
    display: none;
  }
  .aside-inner h2 {
    display: none;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
}
/*---------*/
.tabs {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  border-bottom: 1px solid #e7e7e7;
}
.tabs a {
  display: inline-block;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  padding: 2rem;
  width: 100%;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.tabs a:hover,
.tabs a.active-tab {
  border-color: #7ebb47;
  color: #7ebb47;
}
.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;
}

.tabs-container  img {
	width: 100%;
	max-width: 98rem;
	margin: 5rem 0;
	height: auto;
}
@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;
  }
}
/*------------*/
.single-icons{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  margin-top: 0;
}
.single-icon-box2{
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-icon-box2 img {
	display: block;
	width: 3.6rem;
	height: 2rem;
	object-fit: contain;
}
.single-icon-box2 p{
  width: calc(100% - 5rem);
  font-size: 1.4rem !important;
  color: #000 !important;
}
.single-icon-box2 p *{
   font-size: 1.6rem !important;
  color: #000 !important;
}
p.stock.in-stock{
  display: none;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .single-icon-box2{
    width: 48.5%;
  }
}
/*----------*/
.single-extras{
  padding: 3rem;
  background-color: #fff;
}
.single-extras ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-extras  ul li{
  display: block;
  margin-bottom: 2rem;
}
.single-extras  ul li > span{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  border: 1px solid #ccc;
  padding: 1.5rem;
  padding-left: 5rem;
}
.ncmwcp1802_product_upsells{
  float: none;
  clear: both;
}
.single-extras .lowest_price{
  display: none;
}
.single-extras > .lowest_price{
  display: block;
}
.single-extras .select-box input{
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: auto;

}
.single-extras .select-box label{
  display: none;
}
.single-extras .price-box{
  margin: 0 !important;

}
.single-extras .price-box *{
  text-decoration: none;
  font-size: 1.4rem;
  color: #000;
}
.single-extras .price-box del  bdi{
  text-decoration: line-through;
}
.single-extras  ul li img.attachment-woocommerce_thumbnail{
  width: 5rem;
  height: auto;
  display: block;
}
.single-extras ul li span .column-1 {
	width: 14%;
	padding-top: 5px;
}
.single-extras .title{
  margin-bottom: 0;
}
.single-text .button{
  float: none !important;
  background-color: #7ebb47 !important;
  color: #fff !important;
    border-radius: 0.5rem  !important;
    padding: 1.018em 1em !important;
}
.single-text .quantity .qty {
	width: 3.631em;
	text-align: center;
 padding: 1.4rem 0rem;
}
.single-extras .price *{
  color: #000;
}
.single-extras .price ins{
  text-decoration: none;
}
/*----------*/
.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__body_text {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.accordion {
  padding: 0.5rem 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 #ccc;
  margin-bottom: 2rem;
}
.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;
  font-size: 2rem;
}

.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 .custom-next {
  right: 1rem;
}
.single-gallery .custom-prev {
  left: 1rem;
}
.single-gallery .custom-next,
.single-gallery .custom-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
/*-----*/

.single-main-desc{
  background-color: #f8f8f8;
  padding: 2rem;
  margin-top: 5rem;
}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .single-main-desc{
  padding: 5rem;
}
}
/*---------*/
.single-main-desc .woocommerce-Reviews .woocommerce-Reviews-title{
  text-align: center;
  margin-bottom: 4rem;
  font-size: 3rem;
}
.single-main-desc .woocommerce-Reviews ol{
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce #reviews #comments .commentlist > li::before {
	content: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left: 0;
  padding: 3rem;
  background-color: #fff;
}
#reviews #comments {
	max-width: 80rem;
	margin: 0 auto;
	width: 100%;
}
.woocommerce .star-rating span::before {
	color: #7ebb47;
}
#review_form_wrapper {
	max-width: 80rem;
	width: 100%;
	margin: 0 auto;
  margin-top: 3rem;
}
#commentform {
	padding: 2rem;
  border-radius: 5px;
	background-color: #e3e3e3;
	margin-top: 3rem;
}
.woocommerce p.stars a::before{
  color: #7ebb47;
}
#commentform input, #commentform textarea{
  border-color: #ccc;
}
#commentform input:focus, #commentform textarea:focus{
    border-color: #7ebb47;
}
#commentform .form-submit input{
  display: inline-block !important;
  padding: 1rem 3rem !important;
  font-weight: 500 !important;
  transition: all 0.4s ease-in-out !important;
  border-radius: 10rem !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 0.8rem 2rem !important;
  border-radius: 5px !important;
  font-size: 1.5rem !important;
  background-color: #7ebb47 !important;
  color: #fff !important;
}
#commentform .form-submit input:hover{
  background-color: #000 !important;
}
.woocommerce #reviews #comment {
	height: 20rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  #commentform {
	padding: 4rem;
  }
}
/*---------*/
.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;
}
/*-----------*/
.fancybox__backdrop {
  background-color: #fff;
}
.fancybox__toolbar {
  background: #fff;
}

.fancybox__slide {
  padding: 0;
  justify-content: center;
}

.fancybox__carousel {
  z-index: 30;
}
.carousel__button svg {
  fill: #000;
  stroke: #000;
  filter: none;
}
.fancybox__nav .carousel__button svg {
  display: none;
}
.fancybox__nav .carousel__button.is-next {
  background-image: url(images/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}
.fancybox__nav .carousel__button.is-prev {
  background-image: url(images/prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}
/*-------------*/
.single-table table {
  width: 100%;
}
.single-table table td {
  border-bottom: 1px solid #e7e7e7;
  padding: 1rem 0;
}
.single-table table td:last-child {
  text-align: right;
}

.single-table table td:first-child {
  font-weight: 600;
}
/*--------*/
.single-price-box {
  font-size: 2.2rem;
  justify-content: flex-start;
}
.single-payment {
  background-color: #b7b8aa;
  border: 1px solid #7ebb47;
  padding: 2rem;
}
.single-payment .cards {
  margin-bottom: 2rem;
  max-width: 23rem;
}
.single-main-box {
  /* background-color: #eaf1f6; */
  padding: 3rem 0 2rem 0;
  margin-top: 3rem;
  border-top: 1px solid #ccc;
}
.single-main-box .price-box {
  padding: 0;
  margin-bottom: 3rem;
}
.stock {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.stock-icon {
  width: 2.4rem;
  height: 4rem;
  background-image: url(images/in-stock.svg);
  background-repeat: no-repeat;
  background-size: 2.4rem;
  background-position: center;
}
.out-of-stock .stock-icon {
  background-image: url(images/out-of-stock.svg);
}
.in-stock {
  color: #0c8c2a;
}
.out-of-stock {
  color: #992c2e;
}
.btn-cart2 {
  background-image: url(images/cart-add.svg);
}

.product-contact {
  background-color: #7ebb47;
  color: #000;
  padding: 3rem 3rem 1.3rem 3rem;
  margin-top: 3rem;
}
.product-contact .footer-mail,
.product-contact .footer-phone {
  justify-content: flex-start;
}
.product-contact-left h3 {
  margin-bottom: 1rem;
}
.single-images .product-contact {
  display: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .product-contact-left {
    width: 40%;
  }
  .product-contact-right {
    width: 40%;
  }
  .product-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .single-main-box {
    padding: 3rem 0 3rem 0;
  }
  .single-payment {
    padding: 3rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .product-contact-mobile {
    display: none;
  }
  .single-images .product-contact {
    display: flex;
  }
}
/*--------*/

.single-bottom-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  padding: 1rem 2rem;
  background-color: #7ebb47;
  border-radius: 1rem;
  color: #fff;
}
.single-bottom-wrap p {
  margin-bottom: 0;
}
.single-bottom-wrap .social img {
  filter: brightness(0) invert(100);
}
.single-bottom-wrap .social path{
  fill:#fff !important;
}
.products3-slider {
  overflow: hidden;
  padding-right: 1px;
}
.products3-slider .swiper-slide {
  height: auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 64em) {
  /*1024px*/
  .products3-slider .custom-arrow {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .products3-slider {
    padding: 0 2rem;
  }
}
/*----------*/
.cart-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #1e4562;
  padding: 2rem 0;
  z-index: 30;
  box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease-in-out;
  transform: translateY(100%);
  color: #fff;
  opacity: 0;
}
.scrolling .cart-bottom {
  transform: translateY(0);
  opacity: 1;
}
.cart-bottom-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cart-bottom-image img {
  display: block;
  width: 4rem;
  height: auto;
}
.cart-bottom h3 {
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-left: 2rem;
}
.cart-bottom .product-item-price {
  font-size: 1.5rem;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  flex-direction: revert;
  color: #fff;
}
.cart-bottom .product-item-price .price-old {
  color: #fff;
}
.single-price-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
.price-old {
  text-decoration: line-through;
  opacity: 0.6;
}
.cart-bottom-btns {
  margin-bottom: 0;
  margin-top: 0;
}

.cart-bottom-btns .btn {
  font-size: 1.6rem;
  background-color: #fff;
  color: #1e4562;
}
.cart-bottom-image,
.cart-bottom-title {
  display: none;
}
.cart-bottom .plus,
.cart-bottom .minus {
  width: 3.7rem;
  height: 3.7rem;
}
.cart-bottom .single-quantity input {
  width: 3.7rem;
  height: 3.7rem;
  color: #1e4562;
}
.cart-bottom-price {
  margin-right: 1rem;
}
@media only screen and (max-width: 37.5em) {
  /*600px*/
  .cart-bottom .product-item-price {
    margin-right: 3rem;
  }
  .cart-bottom-btns .btn span {
    font-size: 0;
  }
  .cart-bottom-btns .btn {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    text-align: center;
  }
  .cart-bottom-btns .btn span {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .cart-bottom-btns .btn-cart span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 3rem;
    background-image: url(images/cart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
    z-index: 2;
  }
  .cart-bottom-btns .btn-cart::before {
    content: none;
  }

  .cart-bottom-btns {
    flex-direction: row;
    gap: 1rem;
    align-items: center;
  }
  .cart-bottom-btns .plus,
  .cart-bottom-btns .minus {
    width: 3.7rem;
    height: 3.7rem;
  }
  .cart-bottom-btns .single-quantity input {
    width: 4.7rem;
    height: 3.7rem;
  }
  .cart-bottom-btns .btn span::before {
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .cart-bottom-image,
  .cart-bottom-title {
    display: block;
  }
  .cart-bottom-price {
    margin-left: auto;
  }
}
/*---------*/
table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;

  /* border-radius: 8px; */
  overflow: hidden;
}
th {
  background-color: #7ebb47;
  color: #ffffff;
  padding: 15px;
  font-size: 18px;
  text-align: left;
}
td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
}
tbody tr:hover {
  background-color: #f1f1f1;
}
thead th {
  text-align: center;
  font-size: 20px;
  background-color: #7ebb47;
}
/*---------*/
.bg-grey {
  background-color: #b7b8aa;
}
/*-------*/
.product-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 3rem;
}
.html-video {
  margin-top: 3rem;
}
.html-video video {
  width: 100%;
  height: auto;
  display: block;
}
.product-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.product-btns-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
/* ================================================================================== 
27. About Page
===================================================================================== */

.page-top-image {
  width: 100%;
}
.page-top-image img {
  display: block;
  width: 100%;
  height: auto;
}
.page-top-text {
  padding: 5rem 0 0 0;
  width: 100%;
}
.page-top-text .breadcrumbs ul,
.contact-text .breadcrumbs ul {
  justify-content: flex-start;
  text-align: left;
}
.text {
  max-width: 90rem;
  width: 100%;
}
.bg {
  background-color: #e0f1f2;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .page-top-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .page-top-image {
    width: 60%;
  }
  .page-top-text {
    padding: 5rem;
    width: 40%;
  }
}
/* ================================================================================== 
28. Contact Page
===================================================================================== */

.contact-text {
  width: 100%;
  margin-bottom: 5rem;
}
.contact-text .footer-phone,
.contact-text .footer-mail,
.contact-text .footer-location {
  justify-content: flex-start;
}
.contact-form {
  width: 100%;
}
.contact-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-box {
  width: 48%;
  padding: 3rem;
  background-color: #eaf1f6;
  margin-bottom: 3rem;
}

.contact-wrapper strong {
  font-weight: 500;
}
.contact-form form p {
  margin-bottom: 0;
}
.contact-form form br {
  display: none;
}

.contact-map iframe {
  width: 100%;
  height: 40rem;
  display: block;
}
.contact-form input.btn {
  transition: all 0.4s ease-in-out;
  width: auto;
}
.map iframe {
  width: 100%;
  height: 40rem;
  display: block;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .contact-form form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-form fieldset {
    width: 48%;
  }
  .contact-form fieldset.w-100 {
    width: 100%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .contact-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-text {
    width: 43%;
    margin-bottom: 0;
  }
  .contact-form {
    width: 55%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .contact-text {
    width: 48%;
  }
  .contact-form {
    width: 48%;
  }
}

.swiper-slide > div > span > span {
  display: none;
}
/*---------*/
.wc-block-cart *, .wp-block-woocommerce-cart-order-summary-block, .wc-block-cart-items * {
	font-size: 1.5rem !important;
}


.wc-block-cart-items__row .wc-block-cart-item__remove-link {
	position: absolute;
	left: 0;
	width: 3rem;
	height: 3rem;
	font-size: 0 !important;
	background-image: url(images/delete.svg) !important;
	background-repeat: no-repeat !important;
	background-size: 1.6rem !important;
	background-position: center !important;
	top: 10.6rem;
}
.wc-block-components-product-name {
	font-size: 1.7rem !important;
	font-weight: 600;
  text-decoration: none;
}
@media only screen and (min-width: 735px) {
.wc-block-cart-item__image {
	width: 17rem;
	padding-left: 4rem !important;
}
.wc-block-cart-items__row .wc-block-cart-item__remove-link {
	left: 0;
	top: 1.6rem;
}

}
.wc-block-components-sidebar-layout .wc-block-components-main {
	padding: 1rem;
	border: 1px solid #ccc;

}

 .wc-block-components-sidebar {
	padding: 1rem !important;
	margin-left: auto !important;
	border: 1px solid #ccc;
	width: 33%;
	position: sticky;
	top: 20rem;
	right: 0;
	margin-top: 4rem;
}
.wc-block-components-totals-item__label, .wc-block-components-totals-item__value,  .wc-block-formatted-money-amount{
  font-size: 2rem !important;
  margin-bottom: 2rem;
  font-weight: 600;
}
.wc-block-components-totals-item__description{
  line-height: 1.6;
}
.wc-block-cart-item__total{
  padding: 0 !important;
}
.wc-block-cart-item__prices .wc-block-formatted-money-amount{
  font-size: 1.5rem !important;
}
 .wc-block-cart-items, .wc-block-cart-items__row{
  position: relative !important;
}
.wc-block-components-sidebar-layout{
  align-items: flex-start;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
 .wc-block-components-sidebar {
	padding: 3rem !important;
 }

.wc-block-components-sidebar-layout .wc-block-components-main {
	padding: 3rem;

}
}
@media only screen and (min-width: 735px) {
.wc-block-components-sidebar{
	padding: 3rem;

  top: 20rem;
  right: 0;
  margin-top: 0;
}
}


.wc-block-components-product-metadata,
.wc-block-components-product-badge {
  display: none;
}
.wc-block-cart-items__header th{
  color: #000 !important;
}
body .wc-block-components-button {
	background-color: #53d76a;
	display: block;
	width: 100%;
background-color: #7ebb47;
  color: #fff;
	font-weight: 500;
	margin-top: 1rem;
	border-radius: 5px;
	padding: 1rem 2rem;
	border: 1px solid transparent;
  text-transform: uppercase;
  text-decoration: none;
	transition: all 0.4s ease-in-out;
	max-width: 30rem;
}
body .wc-block-components-button:hover{
  background-color: #717176;
}

/* ================================================================================== 
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%;
  }
}
/*----end detalji narudžbe / plaćanje----*/

.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: auto;
	left: auto;
}
.woocommerce form .form-row textarea {
	height: 20rem;
}
.wc_payment_methods.payment_methods.methods label{
    margin:0;
}
#order_review_heading {
	margin-top: 1.4rem;
	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;
}
.woocommerce-checkout-review-order-table thead th {
	background-color: #f6f5f8;
  color: #000;
}
.woocommerce-checkout-review-order-table th {
  	background-color: #f6f5f8;
  color: #000;
}
/* ------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: 45rem;
  }
}
@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: 45rem;
  }
}
#customer_login h2{
  text-transform: uppercase;
}
#customer_login .u-column1 form,  #customer_login .u-column1 form{
  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;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	font-family: inherit;
	font-weight: 400;
	letter-spacing: normal;
	padding: 1.8rem 2rem !important;
	display: block;
	background-color: #fff;
	border: 1px solid #cecece;
	border-radius: 1rem;
	color: #000;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	line-height: normal;
	height: auto;
}
body .woocommerce-button, body .woocommerce-Button, body .button, body .wc-block-components-button{
	display: inline-block !important;
	padding: 1rem 2rem !important;
	font-weight: 500 !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
  background-color: #7ebb47 !important;
  color: #fff !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	min-height: auto !important;
}
body .woocommerce-button:hover, body .woocommerce-Button:hover, body .button:hover, body .wc-block-components-button:hover{
  background-color: #717176 !important;
}
#customer_login .button{
  margin-top: 3rem;
}
.woocommerce-LostPassword {
	font-style: italic;
	text-decoration: underline;
	display: block;
	clear: both;
	margin-top: 4rem;
}
.woocommerce-LostPassword:hover{
  text-decoration: none;
}
/*-----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: #fff;
  margin-bottom: 3rem;
  border:1px solid #e7e7e7;
}
.woocommerce-MyAccount-navigation ul li{
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-navigation ul li a{
  padding-left: 5rem;
  position: relative;
  text-decoration: none;
}
.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(145, 145, 145, 0.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--lista-zelja a::before{
  background-image: url(images/favorites.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: #7ebb47;
}
.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: #7ebb47;
  color: #fff;
  float: left !important;
  margin-bottom: 2rem  !important;
}
header.woocommerce-Address-title{
  position: static;
  margin: 0;
  padding: 0;
  background-color: transparent !important;
  font-size: 1.7rem;
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
header.woocommerce-Address-title h2 {
	font-size: 2.1rem;
	color: #000;
	font-weight: 500;
}
#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: #fff;
}
#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(255, 255, 255,.1);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: none;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.woocommerce-MyAccount-content em{
  font-size: 1.4rem;
  opacity: 0.8;
}
.woocommerce-EditAccountForm  legend{
  font-weight: 500;
  margin: 2rem 0;
}
@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;
}
/*--------*/
.wc-block-checkout__shipping-method-option-title {
	text-wrap: balance;
	font-size: inherit;
	font-size: 1.6rem;
	font-weight: inherit;
	font-weight: 400;
	line-height: inherit;
	line-height: 28px;
}
/*------------*/

.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.wpcdt-timer-495 .wpcdt-clock {
	max-width: 400px;
	margin: 2rem 0 0 0 !important;
}
.woocommerce-no-products-found, .woocommerce-info{
  width: 100%;
}
/*----------*/
body .wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
	font-size: 1.6rem;
}
body .wc-block-checkout__shipping-method-option-title{
  font-size: 1.6rem;
}
body .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
  width: auto;
}
.wc-block-components-checkout-return-to-cart-button {
	font-weight: 600;
}
.wc-block-components-address-card__edit{
  font-weight: 600;
}
body .wc-block-components-form .wc-block-components-checkout-step {

	margin: 0 0 4px;

}
body .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label{
  font-weight: 500;
}
body .wc-block-components-sidebar {
	padding-left: 0;
	background: #fff;
}
@media only screen and (min-width: 700px) {
  .wc-block-checkout__sidebar {
    top: 104px !important;
  }
}
@media only screen and (max-width: 736px){
body .wc-block-components-totals-wrapper {
	padding: 16px 12px !important;
  border-left: 1px solid hsla(0,0%,7%,.11);
}
body .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
  margin-top: 0  ;
}
body .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
  padding-left: 12px;
  padding-right: 12px;
    border-left: 1px solid hsla(0,0%,7%,.11);
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open {
	    border-left: 1px solid hsla(0,0%,7%,.11);
}
} 

.wishlist_table thead tr th, .wishlist_table tfoot td td, .widget_yith-wcwl-lists ul.dropdown li.current a, .widget_yith-wcwl-lists ul.dropdown li a:hover, .selectBox-dropdown-menu.selectBox-options li.selectBox-selected a, .selectBox-dropdown-menu.selectBox-options li.selectBox-hover a {
	background: #fff;
}
table.wishlist_table {
	font-size: 100%;
	color: #000;
	font-weight: 400;
	letter-spacing: 0;
}
.wishlist_table .product-add-to-cart a.add_to_cart_button {
		display: inline-block !important;
    margin: 0;
  font-size: 1.6rem;
	border-radius: 10rem;
	color: #fff;
  position: relative;
  font-weight: 600;
  background-color: #7ebb47;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(images/cart-white.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 2rem;
	padding: 0.8rem 3rem;
	padding-left: 6rem;
  margin: 0 !important;
}
.wishlist_table .product-add-to-cart a.add_to_cart_button:hover{
  background-color: #000;
}
.wishlist_table .product-add-to-cart a.remove_from_wishlist {
	padding: 0.8rem 3rem !important;
	display: inline-flex !important;
  background-color: #000!important;
}
.product-add-to-cart .dateadded{
  margin-bottom: 1rem;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart{
  text-align: left !important;
}
/*-------------*/

.wpfFilterWrapper .wpfFilterTitle {
	cursor: pointer;
	background-color: #e9d7f9;
	cursor: pointer;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 0;
	padding: 2rem 1.5rem;
	border-bottom: 1px solid #a1a1a1;
}
body .wpfFilterWrapper .wfpTitle {
	font-size: 2rem !important;
	font-weight: bold;
	height: auto;
	margin: inherit;
	padding: 0;
	color: inherit;
	line-height: inherit;
  font-weight: 400;
}
body .wpfFilterWrapper {
	margin-top: 0;
	margin-bottom: 0;
}
.wpfTitleToggle {
	font-size: 1.4rem !important;
}
.wpfFilterWrapper ul{
  padding: 2rem;
}
body .ui-slider-horizontal .ui-slider-handle {
	top: 0.2em;
	margin-left: -.6em;
}
body .wpfFilterButton.wpfButton{
  display: inline-block;
	padding: 0.8rem 4rem;
	font-weight: 500;
  border-radius: 10rem;
  text-transform: uppercase;
  background-color: #7ebb47;
  color: #fff;
  height: auto;
  width: auto;
}
body .wpfClearButton.wpfButton{
  background-color: transparent;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  border: 0;
  width: auto;
  height: auto;
  
}
body .wpfFilterButtons {
	min-width: 150px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 1rem;
  justify-content: center;
  padding: 1rem 2rem 2rem 2rem;
}
body .wpfFilterButton.wpfButton:hover{
  background-color: #000;
}
/*-------*/
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block{
  padding: 2rem;
}

body .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-wrapper {

	 border-left: 0;
}


/*--------*/
.brand-main-image img{
  display: block;
  margin: 0 auto;
  max-width: 30rem;
  width: 100%;
}
.bg-makita{
  background-color: #008290 ;
  color: #fff;
}
.bg-makita .products-box{
  color: #000;
  padding: 2rem;
  background-color: #fff;
}

.intro-box2{
  width: 100%;
  margin-bottom: 2rem;
}
.intro-box2 img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	/* aspect-ratio: 16/5.9; */
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .two-boxes{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
}
.intro-box2{
  width: 48.5%;
  margin-bottom: 0;
}
}
/*----------*/

.custom-box{
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 2rem;
  text-decoration: none;
}
.custom-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/7;
  object-fit: cover;
}
.custom-box h3{
  margin: 0;
  padding: 1rem;
  background-color: #7ebb47;
  color: #fff;
  text-align: center;
}
.custom-box:hover{
  opacity: 0.6;
}
 
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .custom-boxes{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.custom-box{
  width: 48.5%;
}
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .custom-box{
    width: 31.3%;
  }
}
/*-------*/
.sub-category-box {
	width: 100%;
	margin-bottom: 2rem;
	display: flex;
	color: #000;
	background-color: #fff;
	flex-direction: row;
	padding-right: 4rem;
	background-image: url(images/arrow-right2.svg);
	background-repeat: no-repeat;
	background-size: 0.7rem;
	text-decoration: none;
	align-items: center;
	background-position: right 2rem center;
  transition: all .4s ease-in-out;
}
.sub-category-box:hover{
  opacity: 0.6;
}
.sub-category-box img{
  width: 7.5rem;
  height: 7.5rem;
  object-fit: contain;
  background-color: #fff;
  margin-left: 1.2rem;
  flex-shrink: 0;
}

.sub-category-box h3{
  width: calc(100% - 9.5rem);
  padding-left: 1.6rem;
  text-decoration: none;
  margin: 0;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .subcategory-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .sub-category-box {
    width: 48.5%;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
.sub-category-box {
	width: 31.3%;
}
}
/*----*/
.makita-section .accordion__head_text p{
  font-size: 1.6rem !important;
  margin-top: 0;
}
.makita-section img{
  display: block;
  width: 30rem;
  height: auto;
  margin-bottom: 3rem;
}
.wc-block-components-button:not(.is-link) {
	align-items: center;
	display: inline-flex;
	height: auto;
	justify-content: center;
	position: relative;
	text-align: center;
	transition: box-shadow .1s linear;
	width: 100% !important;
	max-width: 100%;
}
.single-text form.cart div.quantity input{
    height: 42px;
   border-radius: 5.4px !important;
}
.single-text form.cart .button {
	height: 42px;
	display: flex !important;
	align-items: center;
}



/*------------------*/
.video-holder{
  margin-top: 5rem
}

.video-holder iframe{
  aspect-ratio: 16/9;
  object-fit: contain;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 3rem;

}
/*--------------*/
body .checkout-button {
	padding: 1.7rem 5rem !important;
	font-size: 1.6rem !important;
	margin: 0 !important;
  width: 100%;
}
body .wcpay-express-checkout-wrapper {
	width: 100% !important;
	margin: 0 !important;
}
.wc-proceed-to-checkout::before{
  content: none !important;
}
.wc-proceed-to-checkout{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:2rem
}
.woocommerce table.shop_table th{
 background-color: #f7f7f7 !important;
 color: #000 !important;
 font-size: 1.6rem;
 text-align: left;
}
.woocommerce-cart table.cart img{
  width: 6rem;
}
.woocommerce table.shop_table td{
  background-color: #fff;
}
#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: #ccc;
  border-radius: 5px;
}
body .coupon button{
  padding: 1.2rem 2rem !important;
  background-color: #000 !important; 
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
  width: 100%;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/

}
.woocommerce form .form-row textarea{
  height: 16rem !important;
}
/*--------*/

.single-extras{
  position: relative;
}

.single-extras .cart-form{
  margin-top: 2rem;
}
.single-extras p.price{
  margin-bottom: 2rem !important;
}
.single-text .desc{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 70.9375em) {
  /*1135px*/
.leanpay-product-price-wrapp {
	position: absolute !important;
	right: 2rem;
	top: 2rem;
	width: 41rem;
}
.single-main-box .cart{
  margin-top: 10rem !important;
}
body .single-extras .wcpay-express-checkout-wrapper {
	position: absolute;
	right: 2rem;
	bottom: 6rem;
  width: auto !important;
}

}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .single-main-box .cart{
  margin-top: 5rem !important;
}
}
@media only screen and (max-width: 75em) {
  /*1200px*/
  
.leanpay-banner-logo img {
	width: 56px !important;
}
}

/*------------*/
.kosarica-wrapper .woocommerce-cart-form{
  width: 100%;
}
.kosarica-wrapper .cart-collaterals{
  width:100%;
  padding: 2rem;
  border: 1px  solid #ccc;
  border-radius: 5px;
  font-size: 1.5rem;
}
.cart-collaterals h2{
  font-size: 1.6rem;
  text-transform: uppercase;
}
.cart-collaterals table.shop_table td{
  border: 0;
}
.cart-collaterals table.shop_table{
  border: 0;
}
.cart-collaterals table.shop_table td, .cart-collaterals table.shop_table th{
  background-color: transparent !important;
  padding: 1rem 0;
}

.cart-collaterals table.shop_table tr:hover{
  background-color: transparent;
}
.cart-collaterals .includes_tax{
  display: block;
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .kosarica-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kosarica-wrapper .woocommerce-cart-form{
  width: calc(100% - 50rem);
}
.kosarica-wrapper .cart-collaterals{
  width:45rem;
}
}
@media only screen and (max-width: 48em) {
  /*768px*/

  .kosarica-wrapper #shipping_method {
    display: block;
    padding-top: 3rem !important;
  } 
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
    text-align: left !important;
  }
}
/*--------------*/

.woocommerce-checkout .checkout.woocommerce-checkout .col-1, .woocommerce-checkout .checkout.woocommerce-checkout .col-2{
  float: none;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .woocommerce-checkout .checkout.woocommerce-checkout{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

}
.checkout-col-left{
  width: 49%;
}
.checkout-col-right{
  width: 49%;
}
}
.nav-title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
/* =========================================
   MISARON HEADER MENU - Werkteh style look
   Dodaj na ČISTO DNO style.css
========================================= */

/* gumb ORODJE */
.toggle-wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.9rem 1.4rem;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

.toggle-wrap p {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* glavni panel */
header nav {
  position: fixed;
  left: 0;
  top: 0;
  width: min(92vw, 560px);
  max-width: 560px;
  height: 100%;
  min-height: 100vh;
  background-color: #000;
  padding: 2.4rem 2.6rem 3.4rem;
  padding-top: 2.6rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.35s ease-in-out;
  z-index: 9999;
  overflow-y: auto;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

/* odprt meni */
header nav.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* naslov v meniju */
.nav-title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 1.8rem 0;
  padding: 0 0 1.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

/* zgornji del menija */
.nav-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.6rem;
}

.close-nav {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 6px;
  cursor: pointer;
}

/* seznam kategorij */
header nav ul,
header .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* vrstice kategorij */
header nav li,
header .sub-menu li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  background: none;
}

header nav li:last-child,
header .sub-menu li:last-child {
  border-bottom: 0;
}

/* linki kategorij */
header nav li a,
header .sub-menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 2.1rem;
  line-height: 1.25;
  font-weight: 500;
  padding: 1.45rem 0;
  padding-right: 3.8rem;
  transition: color 0.2s ease;
}

header .sub-menu li a {
  font-size: 1.95rem;
  padding: 1.35rem 0;
  padding-right: 3.8rem;
}

header nav li a:hover,
header .sub-menu li a:hover,
header nav li.current_page_item > a {
  color: #7ebb47;
}

/* odstrani staro bg puščico */
header nav .menu-item-has-children,
header .sub-menu .menu-item-has-children {
  background-image: none;
  margin-right: 0;
  padding-right: 0;
}

/* nova večja puščica */
header nav .menu-item-has-children > a,
header .sub-menu .menu-item-has-children > a {
  position: relative;
}

header nav .menu-item-has-children > a::after,
header .sub-menu .menu-item-has-children > a::after {
  content: "›";
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  opacity: 0.95;
  transition: color 0.2s ease, opacity 0.2s ease;
}

header nav .menu-item-has-children > a:hover::after,
header .sub-menu .menu-item-has-children > a:hover::after {
  color: #7ebb47;
  opacity: 1;
}

/* podmeni */
header .sub-menu {
  position: fixed;
  right: auto;
  left: 0;
  top: 0;
  width: min(92vw, 560px);
  max-width: 560px;
  height: 100%;
  min-height: 100vh;
  background-color: #000;
  padding: 2.4rem 2.6rem 3.4rem;
  padding-top: 2.4rem;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.35s ease-in-out;
  z-index: 10000;
  overflow-y: auto;
  display: block;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

header .sub-menu.open-sub {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Nazaj */
.back-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
  padding-left: 0;
  background-image: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
}

.back-nav::before {
  content: "‹";
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  position: relative;
  top: -1px;
}

/* responsive */
@media only screen and (max-width: 480px) {
  header nav,
  header .sub-menu {
    width: 92vw;
    padding: 2rem 2rem 3rem;
  }

  header nav li a,
  header .sub-menu li a {
    font-size: 1.8rem;
  }

  header nav .menu-item-has-children > a::after,
  header .sub-menu .menu-item-has-children > a::after {
    font-size: 2.6rem;
  }
}
/* AKCIJA - posebej izpostavljena v meniju */
header nav li.menu-item-akcija,
header .sub-menu li.menu-item-akcija {
  background: rgba(220, 38, 38, 0.16);
  border: 1px solid rgba(255, 70, 70, 0.35);
  border-radius: 8px;
  margin: 0.8rem 0;
  padding: 0;
}

header nav li.menu-item-akcija a,
header .sub-menu li.menu-item-akcija a {
  color: #ff5a5a;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-left: 1.4rem;
}

header nav li.menu-item-akcija a::before,
header .sub-menu li.menu-item-akcija a::before {
  content: "🔥";
  display: inline-block;
  margin-right: 0.9rem;
  font-size: 1.7rem;
  line-height: 1;
  vertical-align: middle;
}

header nav li.menu-item-akcija a:hover,
header .sub-menu li.menu-item-akcija a:hover {
  color: #ffffff;
  background: rgba(255, 70, 70, 0.12);
}
header nav .menu-item-has-children,
header .sub-menu .menu-item-has-children {
  position: relative;
}

header nav .menu-item-has-children > .menu-link,
header .sub-menu .menu-item-has-children > .menu-link {
  display: block;
  padding-right: 5.2rem;
}

.submenu-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4.4rem;
  height: 4.4rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 3;
}

.submenu-toggle::before {
  content: "›";
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  display: block;
  text-align: center;
}

.submenu-toggle:hover::before {
  color: #7ebb47;
}
.filter-box li.is-current > .filter-check {
    font-weight: 700;
    color: #7ebb47;
}

.filter-box .filter-check.is-open {
    font-weight: 600;
}

/* accordion filtri */
.filter-box h3 {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  padding-right: 2.4rem;
}

.filter-box h3::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.filter-box.filter-box-open h3::after {
  content: "−";
}

.filter-box .filter-group,
.filter-box .input-group,
.filter-box.filter-btns {
  display: none;
  margin-top: 1.5rem;
}

.filter-box.filter-box-open .filter-group,
.filter-box.filter-box-open .input-group,
.filter-box.filter-box-open.filter-btns {
  display: block;
}

/* gumbi v zadnjem filter-boxu naj ostanejo normalni */
.filter-box.filter-btns {
  display: flex !important;
  margin-top: 0;
}
/* =========================
   FILTER PANEL - desktop
========================= */

@media only screen and (min-width: 1025px) {
  .pages-wrapper {
    align-items: flex-start;
  }

  .pages-aside {
    width: 32rem;
    position: sticky;
    top: 14rem;
  }

  .pages-content {
    width: calc(100% - 37rem);
  }

  .filter-wrap {
    display: block !important;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 2rem;
    max-height: 78vh;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .filter-toggle {
    display: none;
  }

  /* lep naslov zgoraj */
  .filter-wrap > form {
    display: block;
  }

  .filter-box {
    margin-bottom: 2.2rem;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .filter-box h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
    color: #333333;
    background: transparent;
    padding: 0;
  }

  /* notranje grupe */
  .filter-group,
  .input-group {
    margin-top: 1rem;
  }

  /* scrollbar */
  .filter-wrap::-webkit-scrollbar {
    width: 10px;
  }

  .filter-wrap::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-radius: 10px;
  }

  .filter-wrap::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

  .filter-wrap::-webkit-scrollbar-thumb:hover {
    background: #666;
  }

  /* gumbi spodaj */
  .filter-box.filter-btns {
    position: sticky;
    bottom: -2rem;
    background: #f5f5f5;
    padding-top: 1.5rem;
    margin-top: 2rem;
    border-top: 1px solid #ddd;
    z-index: 2;
  }
}

/* =========================
   MOBILE/TABLET
========================= */

@media only screen and (max-width: 1024px) {
  .filter-toggle {
    display: block;
  }

  .filter-wrap {
    max-height: none;
    overflow: visible;
  }
}
/* =========================
   PRODUCT CARDS - Misaron grey
========================= */

/* samo archive / kategorije / shop strani */
.post-type-archive-product .products-box,
.tax-product_cat .products-box,
.tax-product_brand .products-box {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 1.6rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.post-type-archive-product .products-box:hover,
.tax-product_cat .products-box:hover,
.tax-product_brand .products-box:hover {
  border-color: #d9d9d9;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  transform: translateY(-2px);
}

/* VRTNO ORODJE - posebej izpostavljeno v meniju */
header nav li.menu-item-vrtno,
header .sub-menu li.menu-item-vrtno {
  background: rgba(80, 170, 60, 0.18);
  border: 1px solid rgba(120, 210, 90, 0.45);
  border-radius: 8px;
  margin: 0.8rem 0;
  padding: 0;
}

header nav li.menu-item-vrtno a,
header .sub-menu li.menu-item-vrtno a {
  color: #7ebb47;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-left: 1.4rem;
}

header nav li.menu-item-vrtno a::before,
header .sub-menu li.menu-item-vrtno a::before {
  content: "🌿";
  display: inline-block;
  margin-right: 0.9rem;
  font-size: 1.7rem;
  line-height: 1;
  vertical-align: middle;
}

header nav li.menu-item-vrtno a:hover,
header .sub-menu li.menu-item-vrtno a:hover {
  color: #ffffff;
  background: rgba(126, 187, 71, 0.12);
}
/* AKUMULATORJI - posebej izpostavljeno v meniju */
header nav li.menu-item-akumulatorji,
header .sub-menu li.menu-item-akumulatorji {
  background: rgba(37, 99, 235, 0.16);
  border: 1px solid rgba(96, 165, 250, 0.35);
  border-radius: 8px;
  margin: 0.8rem 0;
  padding: 0;
}

header nav li.menu-item-akumulatorji a,
header .sub-menu li.menu-item-akumulatorji a {
  color: #60a5fa;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-left: 1.4rem;
}

header nav li.menu-item-akumulatorji a::before,
header .sub-menu li.menu-item-akumulatorji a::before {
  content: "🔋";
  display: inline-block;
  margin-right: 0.9rem;
  font-size: 1.7rem;
  line-height: 1;
  vertical-align: middle;
}

header nav li.menu-item-akumulatorji a:hover,
header .sub-menu li.menu-item-akumulatorji a:hover {
  color: #ffffff;
  background: rgba(96, 165, 250, 0.12);
}


.variations > tbody > tr > td  {
    padding-left: 1rem !important;
    padding-right: 0 !important;
}

@media only screen and (max-width: 48em) {
  /*768px*/

.variations > tbody > tr {
    display: flex;
    flex-direction: column;
}

.variations > tbody > tr > td  {
    padding-right: 0;
    padding-left: 0 !important;
}

.variations > tbody > tr > td > select  {
    margin: 0;
}
}


.tax-excl {
  margin-left: 1rem;
}
/* =========================================
   SINGLE PRODUCT - večji levi, širši desni
========================================= */

@media only screen and (min-width: 75.0625em) {
  /* 1201px+ */

  .single-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .single-images {
    width: 43%;
    flex: 0 0 43%;
  }

  .single-text {
    width: 56%;
    flex: 0 0 56%;
    max-width: none;
    margin-top: 0;
    padding: 2.4rem;
  }

  .single-text h1 {
    font-size: 3.1rem;
    line-height: 1.18;
    margin-bottom: 1.4rem;
  }

  .single-text .title {
    margin-bottom: 1.4rem;
  }

  .desc.list {
    margin-bottom: 1rem;
  }

  .desc-top-text p {
    margin-bottom: 0.7rem;
  }

  .single-main-box {
    padding: 2rem 0 1.8rem 0;
    margin-top: 2rem;
  }

  .single-extras {
    padding: 2.2rem;
  }

  .single-icons {
    gap: 1.8rem 2%;
    margin-top: 1rem;
  }

  .single-icon-box2 {
    margin-bottom: 1.4rem;
  }

  .single-gallery img {
    padding: 2rem;
  }

  .video-holder {
    margin-top: 3rem;
  }

  .single-main-desc {
    padding: 3rem 3rem 4rem;
  }
}

@media only screen and (min-width: 90em) {
  /* 1440px+ */

  .single-images {
    width: 44%;
    flex: 0 0 44%;
  }

  .single-text {
    width: 55%;
    flex: 0 0 55%;
    max-width: none;
  }
}

/* =========================================
   SINGLE PRODUCT - manj navpične praznine
========================================= */

@media only screen and (min-width: 70.9375em) {
  /* 1135px+ */

  .single-text {
    padding-bottom: 1.6rem;
  }

  .single-main-box {
    margin-top: 1.4rem;
    padding: 1.4rem 0 1rem 0;
  }

  .single-extras {
    padding: 1.8rem;
  }

  .single-extras p.price {
    margin-bottom: 0.8rem !important;
  }

  .tax-excl {
    display: block;
    margin: 0.2rem 0 0.8rem 0;
  }

  .single-extras .cart-form {
    margin-top: 1rem;
  }

  .single-main-box .cart {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
  }

  .single-icons {
    margin-top: 0.8rem;
    gap: 0.8rem 2%;
  }

  .single-icon-box2 {
    margin-bottom: 0.8rem;
    align-items: flex-start;
  }

  .single-icon-box2 p,
  .single-icon-box2 p * {
    margin-bottom: 0 !important;
    line-height: 1.45;
  }

  .single-main-desc {
    margin-top: 0;
    padding-top: 2.2rem;
    border-top: 1px solid #e3e3e3;
  }
}

/* =========================================
   LEANPAY - širši vodoravno, manj visok
========================================= */

@media only screen and (min-width: 70.9375em) {
  .leanpay-product-price-wrapp {
    position: absolute !important;
    right: 1.2rem !important;
    top: 7.2rem !important;
    width: 45rem !important;
  }

  #leanpay_product_price_wrapper.leanpay-banner-button {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.8rem !important;
    padding: 1rem 1.2rem !important;
    min-height: unset !important;
    width: 100% !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
  }

  #leanpay_product_price_wrapper .lp_top_text,
  #leanpay_product_price_wrapper .lp_text,
  #leanpay_product_price_wrapper > div:first-child {
    flex: 1 1 auto;
    min-width: 0;
  }

  #leanpay_product_price_wrapper button,
  #leanpay_product_price_wrapper .lp_button,
  #leanpay_product_price_wrapper select,
  #leanpay_product_price_wrapper .lp_bottom {
    flex: 0 0 auto;
    margin: 0 !important;
  }

  .single-extras ul {
    margin-top: 2.4rem !important;
  }
}
/* =========================================
   MEGA MENU FINAL - 3 stolpci + banner
========================================= */

@media only screen and (min-width: 71.25em) {
  /* 1140px+ */
  header nav {
  width: min(96vw, 1320px);
  max-width: 1320px;
  padding: 2rem;
  padding-top: 2rem;
  max-height: calc(100vh - 8rem);
  overflow: hidden;
  background: rgba(10, 10, 10, 0.94);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
  .mega-nav-layout {
    display: grid;
    grid-template-columns: 35rem minmax(0, 1fr);
    gap: 1.4rem;
    align-items: start;
    height: auto;
    max-height: calc(100vh - 18rem);
    min-height: 0;
  }

  .desktop-mega-sidebar {
    border-right: 1px solid rgba(255,255,255,0.08);
    padding-right: 0.8rem;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 18rem);
  }

  .desktop-mega-content {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 18px;
  padding: 1.6rem;
  min-height: 0;
  height: auto;
  max-height: calc(100vh - 18rem);
  overflow-y: auto;
  overflow-x: hidden;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

  .mega-panel-head {
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }

  .mega-panel-title {
    display: inline-block;
    font-size: 2.2rem;
    line-height: 1.15;
    font-weight: 800;
    text-decoration: none;
    color: #111;
  }

  /* banner */
  .mega-panel-banner {
    margin-bottom: 1.3rem;
  }

  .mega-panel-banner-link {
    position: relative;
    display: block;
    min-height: 0;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    background: rgba(255,255,255,0.08);
  }

  .mega-panel-banner-link img {
    display: block;
    width: 100%;
    height: 12rem;
    object-fit: cover;
    object-position: center center;
  }

  .mega-panel-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      rgba(0,0,0,0.58) 0%,
      rgba(0,0,0,0.26) 52%,
      rgba(0,0,0,0.08) 100%
    );
  }

  .mega-panel-banner-text {
    position: absolute;
    left: 2rem;
    bottom: 1.4rem;
    z-index: 2;
    color: #fff;
    max-width: 52rem;
  }

  .mega-panel-banner-text strong {
    display: block;
    font-size: 2.5rem;
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 0.6rem;
  }

  .mega-panel-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.4rem;
    border-radius: 999px;
    background: #7ebb47;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  /* 3 stolpci */
  .mega-panel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
    align-items: start;
  }

  .mega-group {
  min-width: 0;
  padding: 1.3rem 1.4rem;
  border-radius: 14px;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(0,0,0,0.06);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

  .mega-group-title {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    color: #111;
    margin-bottom: 1rem;
  }

  .mega-group-icon {
    width: 3.8rem;
    height: 3.8rem;
    flex: 0 0 3.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mega-group-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .mega-links {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mega-links li {
    margin-bottom: 0.55rem;
  }

  .mega-link-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
    color: #222;
    font-size: 1.52rem;
    line-height: 1.25;
    padding: 0.18rem 0;
    transition: all 0.2s ease;
  }

  .mega-link-item:hover {
    color: #7ebb47;
    transform: translateX(2px);
  }

  .mega-link-thumb {
    width: 3.8rem;
    height: 3.8rem;
    flex: 0 0 3.8rem;
    border-radius: 8px;
    background: rgba(255,255,255,0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .mega-link-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.35rem;
  }

  .mega-link-text {
    display: block;
    min-width: 0;
  }

  /* levi meni ostane kompakten */
  .desktop-root-cats > li {
    position: relative;
    margin-bottom: 0.7rem;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 10px;
    transition: all 0.25s ease;
  }

  .desktop-root-cats > li > a {
    display: block;
    padding: 1.35rem 4.6rem 1.35rem 1.5rem;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.25;
  }

  .desktop-root-cats > li.has-mega::after {
    content: "›";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 2.3rem;
    line-height: 1;
    opacity: 0.9;
  }

  .desktop-root-cats > li:hover,
  .desktop-root-cats > li.is-active {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.24);
  }

  nav #primary-menu {
    display: none !important;
  }

  .desktop-mega-sidebar::-webkit-scrollbar,
  .desktop-mega-content::-webkit-scrollbar {
    width: 8px;
  }

  .desktop-mega-sidebar::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.18);
    border-radius: 10px;
  }

  .desktop-mega-content::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.18);
    border-radius: 10px;
  }
}

@media only screen and (min-width: 71.25em) {
  .desktop-mega-content {
    position: relative;
    min-height: 0;
  }

  .desktop-mega-content .mega-panel {
    display: none !important;
    height: auto;
    min-height: 0;
  }

  .desktop-mega-content .mega-panel.is-active {
    display: block !important;
    height: auto;
    min-height: 0;
  }
}

@media only screen and (min-width: 71.25em) {
  .mobile-category-nav {
    display: none !important;
  }

  .mega-nav-layout {
    align-items: flex-start;
  }

  .desktop-mega-content {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
  }

  .desktop-mega-content .mega-panel {
    display: none !important;
    height: auto;
    min-height: 0;
  }

  .desktop-mega-content .mega-panel.is-active {
    display: block !important;
    height: auto;
    min-height: 0;
  }

  .mega-panel-grid {
    align-items: flex-start;
  }

  .desktop-root-cats > li.is-active > a {
    color: #7ebb47;
  }
}

@media only screen and (max-width: 71.24em) {
  .mega-nav-layout {
    display: none !important;
  }

  .mobile-category-nav {
    display: block !important;
  }
}

@media only screen and (min-width: 71.25em) {
  /* aktivna vrstica v levem meniju */
  .desktop-root-cats > li {
    transition:
      background-color 0.22s ease,
      border-color 0.22s ease,
      transform 0.22s ease,
      box-shadow 0.22s ease;
  }

  .desktop-root-cats > li:hover,
  .desktop-root-cats > li.is-active {
    background: rgba(255,255,255,0.10);
    border-color: rgba(255,255,255,0.30);
    transform: translateX(3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.14);
  }

  .desktop-root-cats > li > a {
    transition: color 0.22s ease;
  }

  .desktop-root-cats > li:hover > a,
  .desktop-root-cats > li.is-active > a {
    color: #9ad35d;
  }

  /* desni panel - mehak glow */
  .desktop-mega-content {
    transition:
      background 0.22s ease,
      box-shadow 0.22s ease,
      border-color 0.22s ease;
  }

  /* kartice */
  .mega-group {
    transition:
      transform 0.22s ease,
      box-shadow 0.22s ease,
      background-color 0.22s ease,
      border-color 0.22s ease;
  }

  .mega-group:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.42);
    border-color: rgba(255,255,255,0.46);
    box-shadow:
      0 10px 24px rgba(0,0,0,0.10),
      inset 0 1px 0 rgba(255,255,255,0.34);
  }

  /* naslovi skupin */
  .mega-group-title {
    transition: color 0.22s ease;
  }

  .mega-group:hover .mega-group-title {
    color: #7ebb47;
  }

  /* linki znotraj skupin */
  .mega-link-item {
    border-radius: 8px;
    padding: 0.45rem 0.55rem;
    margin: 0 -0.55rem;
    transition:
      color 0.18s ease,
      background-color 0.18s ease,
      transform 0.18s ease;
  }

  .mega-link-item:hover {
    color: #7ebb47;
    background: rgba(255,255,255,0.30);
    transform: translateX(4px);
  }

  /* banner malo oživi */
  .mega-panel-banner-link {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .mega-panel-banner-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.16);
  }

  .mega-panel-banner-link img {
    transition: transform 0.35s ease;
  }

  .mega-panel-banner-link:hover img {
    transform: scale(1.03);
  }

  .mega-panel-banner-btn {
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  .mega-panel-banner-link:hover .mega-panel-banner-btn {
    background: #8ac84f;
    transform: translateY(-1px);
  }
}
@media only screen and (min-width: 71.25em) {
  .mega-menu-search {
    margin: 0 0 1.2rem 0;
  }

  .mega-menu-search input {
  width: 100%;
  height: 4.8rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.20);
  background: rgba(255,255,255,0.08);
  color: #fff;
  padding: 0 1.6rem;
  font-size: 1.5rem;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

  .mega-menu-search input::placeholder {
    color: rgba(255,255,255,0.72);
  }

  .mega-menu-search input:focus {
    outline: none;
    border-color: rgba(126,187,71,0.9);
    box-shadow: 0 0 0 3px rgba(126,187,71,0.15);
  }
}
@media only screen and (min-width: 71.25em) {
  .mega-search-hit {
    background: rgba(255, 221, 87, 0.92);
    color: #111;
    padding: 0.08rem 0.32rem;
    border-radius: 4px;
    font-weight: 800;
    box-shadow: 0 1px 0 rgba(255,255,255,0.3);
  }
}

.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message:empty {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.misaron-predracun-note-row td {
	background: #f6fff6;
	border-top: 1px solid #d9edd9;
}