/*!
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. Info Section
17. Products
18. How it works
19. Why Us
20. Banner
21. Footer
22. Products Page
23. Products Single  Page
24. About Page
25. 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: "Nunito", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
}
main {
  position: relative;
}
/*----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: #009444;
  color: #fff;
}
::selection {
  background-color: #009444;
  color: #fff;
}
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 150rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg {
  max-width: 180rem;
}
.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: 160rem;
  padding: 0;
}
/* ================================================================================== 
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;
}
h3 {
  font-size: 2.1rem;
  line-height: 1.3;
}
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, 5.4rem);
}
p {
  margin-bottom: 1.6rem;
}
.title {
  margin-bottom: 4rem;
}
.title-center {
  text-align: center;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  h3 {
    font-size: 2.1rem;
  }
}
/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
  display: inline-block;
  padding: 1rem 2.6rem;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  text-align: center;
  border: 1px solid transparent;
}
.btn-primary {
  background-color: #8dc63f;
  color: #fff;
}
.btn-secondary {
  background-color: #009444;
  color: #fff;
}
.btn-primary:hover {
  background-color: #009444;
}
.btn-secondary:hover {
  background-color: #8dc63f;
}
.btn-tertiary {
  background-color: #f5f5f5;
}
.btn-tertiary:hover {
  background-color: #000;
  color: #fff;
}
.btn2 {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}
.btn2:hover {
  background-color: #000;
  color: #fff;
}
.btn-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white:hover {
  background-color: #fff;
  color: #000;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p {
  margin-bottom: 0;
}
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid #f5f5f5;
  padding: 0.8rem 1rem;
  outline: none;
  background-color: #f5f5f5;
  font-family: inherit;
  font-size: 1.4rem;
  border-radius: 5px;
}
textarea {
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #009444;
}
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: 4rem !important;
  display: flex !important;
  align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.5rem !important;
}
.select2-container {
  font-size: 1.6rem;
  color: #9c4126 !important;
  font-weight: 400 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  transform: translateY(-50%) !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
  background-color: #f2d8c3 !important;
  border: 1px solid #f2d8c3 !important;
  color: #9c4126 !important;
  font-weight: 400 !important;
}
.select2-dropdown {
  background-color: #f2d8c3 !important;
  border: 1px solid #f2d8c3 !important;
}
.select2-results__option {
  padding: 0.5rem 1.5rem !important;
  font-size: 1.6rem !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background-color: #9c4126 !important;
  color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5 {
  margin-top: 5rem;
}
.no-pt {
  padding-top: 0 !important;
}
.no-pb {
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs {
  background-color: #fff;
  padding: 1rem 0;
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.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: 2rem;
}
.list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
  background: #000 !important;
  border: 2px solid #000 !important;
}
.cky-btn-reject,
.cky-btn-customize,
.cky-btn-preferences {
  color: #000 !important;
  border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active) {
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper {
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current,
.page-numbers:hover {
  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current {
  cursor: text;
}
.page-numbers.next,
.page-numbers.prev {
  width: 10rem;
}

/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrow {
  width: 4rem;
  height: 4rem;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  cursor: pointer;
  background-color: transparent;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.custom-arrow:hover {
  border-color: #000;
}
.custom-next {
  background-image: url(images/next.svg);
}
.custom-prev {
  background-image: url(images/prev.svg);
}
.custom-arrows {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .custom-arrow {
    width: 6rem;
    height: 6rem;
    background-size: 1rem;
  }
}
/* 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
===================================================================================== */

/*--------*/
.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;
}
/*---------*/
.menu-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border-radius: 16px;
  transition: 0.3s ease;
  z-index: 4;
  order: 3;
  background-color: #e6f2d5;
  margin-left: 2rem;
}

.menu-icon span {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #8dc63f;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

/* Dots layout */
.menu-icon span:nth-child(1) {
  top: 18px;
  left: 18px;
}
.menu-icon span:nth-child(2) {
  top: 18px;
  right: 18px;
}
.menu-icon span:nth-child(3) {
  bottom: 18px;
  left: 18px;
}
.menu-icon span:nth-child(4) {
  bottom: 18px;
  right: 18px;
}

.menu-icon.active span {
  width: 4px;
  height: 24px;
  border-radius: 3px;
  background: linear-gradient(135deg, #8dc63f, #8dc63f);
}

.menu-icon.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.menu-icon.active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.menu-icon.active span:nth-child(3),
.menu-icon.active span:nth-child(4) {
  opacity: 0;
  transform: scale(0.5);
}
/*-----------*/
header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 1.5rem 0;
  transition: all 0.4s ease-in-out;
  font-size: 1.6rem;
}
header.scrolled {
  box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.05);
}
header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo {
  display: block;
  position: relative;
  z-index: 20;
}
.header-logo img {
  display: block;
  width: 8.4rem;
  height: auto;
}
header nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem 0;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
header nav.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header nav li {
  display: block;
}
header nav li a {
  display: block;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

header nav li a:hover,
header nav li.current_page_item a {
  color: #8dc63f;
}

.search-mobile {
  padding: 0;
}
.btn-mobile {
  margin-left: 2rem;
}
.mobile-info {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
  padding-left: 2rem;
  padding-right: 2rem;
}
.menu-item-has-children {
  position: relative;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right top 2rem;
  background-size: 0.7rem;
  padding-right: 0;
}
.menu-item-has-children.active {
  background-image: url(images/arrow-up.svg);
}
.sub-menu {
  display: none;
  padding-left: 0;
  background-color: #f5f5f5;
}

.sub-menu li {
  display: block;
}
.sub-menu li a {
  display: block;
  padding: 1rem 2rem;
  border: 0;
}
.btn-header {
  margin-left: auto;
}
.btn-desktop {
  display: none;
}
.search-desktop {
  display: none;
}
.mobile-nav {
  margin-top: 5rem;
}
.mobile-nav a {
  background-color: #fff;
}
nav h3 {
  display: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  header nav {
    width: 40rem;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .btn-desktop {
    display: inline-block;
    margin-right: 3rem;
  }
}
@media only screen and (min-width: 72.5em) {
  /*1160px*/
  .search-desktop {
    display: block;
  }
  .menu-item-has-children {
    background-position: right center;
  }
  .search-mobile {
    display: none;
  }
  .btn-header {
    margin-left: 0;
  }
  .menu-icon {
    display: none;
  }
  header nav {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-right: auto;
    margin-left: auto;
  }
  header nav li {
    display: inline-block;
  }
  header nav li a {
    display: inline-block;
    padding: 2rem 1.6rem;
    border-bottom: 0;
  }
  .mobile-info {
    display: none;
  }
  .sub-menu {
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 1rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .btn-mobile {
    display: none;
  }
  .mobile-nav {
    display: none;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  header nav li a {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  header nav li a {
    padding: 2rem;
  }
}
@media only screen and (min-width: 92.5em) {
  /*1480px*/
}
@media only screen and (max-width: 72.4375em) {
  /*1159px*/
  header nav li:first-child a {
    border-top: 1px solid #ccc;
  }
  .search-mobile input {
    padding: 2rem;
  }
  .menu-toggle {
    position: absolute;
    right: 0;
    top: 1px;
    width: 5rem;
    height: 4.3rem;
    background-image: url(images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.9rem;
    cursor: pointer;

    z-index: 2;
    background-color: #f9f9f9;
  }
  .sub-menu .menu-toggle {
    height: 3.5rem;
  }
  .o.menu-toggle {
    background-image: url(images/arrow-up.svg);
  }
  nav h3 {
    display: block;
    padding: 0 2rem;
  }
  nav > ul li:nth-last-child(2),
  nav > ul li:nth-last-child(1) {
    display: none;
  }
}
/*---------*/
.btn-header {
  padding: 0.6rem 2.6rem;
}
.header-search {
  margin-right: 3rem;
}
.header-search form {
  position: relative;
}
.header-search input {
  width: 15rem;
}
.search-mobile input {
  width: 100%;
}
.header-search input.btn-search {
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  padding: 0;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
}
.header-user {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  margin-right: 3rem;
  margin-left: auto;
}
.header-user img {
  display: block;
  width: 1.5rem;
  height: auto;
}
.header-user:hover {
  opacity: 0.7;
}
.header-cart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
.header-cart img {
  display: block;
  width: 1.5rem;
  height: auto;
}
.header-cart:hover {
  opacity: 0.7;
}
.header-user span {
  display: none;
}
.search-mobile {
  margin: 0;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.btn-mobile {
  margin: 3rem 0;
  margin-left: 2rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .header-user {
    margin-left: 0;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .header-user span {
    display: inline-block;
  }
}
@media only screen and (min-width: 92.5em) {
  /*1480px*/
  .header-search input {
    width: 22rem;
  }
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro {
  position: relative;
  overflow: hidden;
  height: 80vh;
}

.intro img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.intro-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.intro-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
}
.intro-text h1 {
  color: #fff;
}
.intro-text .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: center;
}
.intro-inner {
  max-width: 60rem;
  width: 100%;
  text-align: center;
}
.intro-inner p {
  font-size: 1.8rem;
}
.intro-btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: center;
}

.intro-desc {
  color: #fff;
  font-style: italic;
  font-size: 1.6rem;
  margin-top: 3rem;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro-inner p {
    width: 70%;
  }
  .intro-inner {
    text-align: left;
  }
  .intro-btns {
    justify-content: flex-start;
  }
  .intro-desc p {
    width: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro-desc {
    position: absolute;
    right: 10rem;
    bottom: 10rem;
    max-width: 40rem;
    width: 100%;
    margin-top: 0;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .intro {
    height: 80rem;
  }
}
/* ================================================================================== 
16. Info Section
===================================================================================== */
.info-section {
  background-color: #f5f5f5;
  padding: 2rem 0;
}
.bg {
  background-color: #f5f5f5;
}
.info-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.info-box span {
  font-size: 1.6rem;
}
.info-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.info-box img {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}
.info-section-lg .info-wrapper {
  justify-content: space-between;
}
.info-section-lg .info-box {
  width: 100%;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.info-section-lg .info-box img {
  width: 6rem;
  height: 3.5rem;
}
.info-section-lg .info-box:last-child {
  margin-bottom: 0;
}
.info-text {
  width: calc(100% - 7rem);
}
.info-text h3 {
  margin-top: 0;
}
.info-text p {
  margin-bottom: 0;
}

.info-section {
  display: none;
}
.info-section-lg {
  padding: 5rem 0;
  display: block;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .info-section-lg .info-box {
    width: 48%;
  }
  .info-section-lg .info-box:last-child {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .info-section {
    display: block;
  }
  .info-section-lg .info-box {
    width: 24%;
    margin-bottom: 0;
  }
  .info-section-lg .info-box:last-child {
    margin-bottom: 0;
  }
}
/* ================================================================================== 
17. Products
===================================================================================== */
.products-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.products-slider {
  overflow: hidden;
}
.products-box {
  display: flex;
  flex-direction: column;
  position: relative;
}
.products-image {
  border: 1px solid #cecece;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
}
.products-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/18;
  object-fit: contain;
  transition: all 0.4s ease-in-out;
}
.products-image:hover img {
  transform: scale(1.05);
}
.sticker {
  position: absolute;
  top: 2rem;
  left: 2rem;
  border-radius: 5px;
  z-index: 1;
  font-size: 1.4rem;
}
.sale-sticker {
  background-color: #b91616;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: 600;
}
.products-box a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.products-box h3 {
  font-size: 2rem;
}
.prod-btns {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  gap: 1rem;
}
.prod-btns .btn {
  padding: 0.6rem 0.6rem;
}
.btn-cart,
.prod-btns .btn-cart {
  background-image: url(images/cart-white.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: left 1.2rem center;
  padding-left: 4rem;
}
.prod-price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  font-size: 4rem;
}
.prod-price span {
  font-weight: 600;
}
.prod-price sub,
.prod-price sup {
  font-size: 1.5rem;
}
.prod-price sub {
  bottom: 0;
  left: -25px;
}
.prod-price sup {
  top: -17px;
  left: -10px;
}
.prod-price .price-old {
  opacity: 0.4;
}
.prod-price .price-old span {
  text-decoration: line-through;
}
.prod-price .price-old sub,
.prod-price .price-old sup {
  text-decoration: line-through;
}
.prod-price .price-new {
  color: #b91616;
}
.bg .btn-tertiary {
  background-color: #fff;
}
.bg .btn-tertiary:hover {
  background-color: #000;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .products-box h3 {
    width: 50%;
  }
  .prod-btns {
    width: 10rem;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
  }
  .products-image img {
    aspect-ratio: 16/16;
  }
  .products-image {
    padding: 3rem;
  }
  .products-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .products-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-content .products-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*--------*/
.prod-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.prod-title .title {
  margin-bottom: 0;
}
/* ================================================================================== 
18. How it works
===================================================================================== */
.text-center {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}
.how-it-works-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
  counter-reset: numb;
}
.how-box {
  border-radius: 10px;
  background-color: #f5f5f5;
  position: relative;
  padding: 3rem;
}
.how-icon {
  border-radius: 5px;
  background-color: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 9rem;
  margin-bottom: 2rem;
}
.how-icon img {
  display: block;
  width: 4rem;
  height: 3.5rem;
  object-fit: contain;
}
.how-box h3 {
  font-size: 2.4rem;
}

.how-box::before {
  counter-increment: numb;
  content: counter(numb) ".";
  position: absolute;
  top: 2rem;
  right: 2rem;
  opacity: 0.05;
  font-size: 9rem;
  font-weight: 600;
}
.btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5rem;

  gap: 1rem;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .how-it-works-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .btn-wrapper {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .how-it-works-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .how-it-works-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
/* ================================================================================== 
19. Why Us
===================================================================================== */

.whyus-image {
  width: 100%;
  position: relative;
}
.whyus-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.whyus-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/12;
}
.whyus-text {
  width: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  padding-top: 5rem;
}
.whyus-inner {
  max-width: 50rem;
  width: 100%;
}
.whyus-text .btn {
  margin-top: 3rem;
}
.whyus-text h3 {
  margin-bottom: 4rem;
}
.whyus-image-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 70%;
}
.whyus-image-text .btn {
  color: #000;
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .whyus-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .whyus-image {
    width: 45%;
  }
  .whyus-text {
    width: 55%;
    padding: 2rem;
    padding-left: 10rem;
  }
}
/* ================================================================================== 
20. Banner
===================================================================================== */
.banner {
  padding: 10rem 0;
  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.4);
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner {
    padding: 20rem 0;
    background-attachment: fixed;
  }
}
/* ================================================================================== 
21. Footer
===================================================================================== */
footer {
  padding: 5rem 0;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.footer-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer-box {
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.footer-logo img {
  display: block;
  width: 10rem;
  height: auto;
  margin: 0 auto;
}
.footer-contact a {
  display: inline-block;
  margin-bottom: 1rem;
  padding-left: 3rem;
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: left center;
}
.whatsapp-link {
  background-image: url(images/whatsapp.svg);
}
.phone-link {
  background-image: url(images/phone.svg);
}
.mail-link {
  background-image: url(images/mail.svg);
}
.newsletter-form form {
  position: relative;
}
input.btn-newsletter {
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  padding: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(images/mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
}
.newsletter-form {
  width: 22rem;
  margin: 0 auto;
}
.copyright {
  padding-bottom: 1rem;
}
.copyright .container {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-box {
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  .footer-logo img {
    width: 14rem;
    margin: 0;
  }
  .newsletter-form {
    margin: 0;
  }
  .copyright .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}
/* ================================================================================== 
22. Products Page
===================================================================================== */

.title-sm {
  margin-bottom: 3rem;
}
.page-aside {
  width: 100%;

  background-color: #f5f5f5;
}
.events-text-mobile {
  margin-top: 2rem;
}
.filter-btn-wrap {
  padding: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.filter-btn-wrap .btn-sm {
  background-color: transparent;
  font-weight: 600;
  text-transform: uppercase;
}
.page-content {
  width: 100%;
  margin-top: 3rem;
}
.page-aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}

.page-aside ul li a {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  position: relative;
  padding: 0.6rem 2rem;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.page-aside ul li:last-child a {
  border-bottom: 0;
}
.page-aside ul.sub {
  padding-left: 2rem;
  padding-top: 1rem;
}
.page-aside ul.sub li a {
  text-transform: none;
  border-bottom: 0;
  background-color: transparent;
}
.page-aside li a:hover,
.page-aside li.current_page_item a {
  background-color: #fff;
  color: #155724;
}

.page-aside h3 {
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 1rem;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0;
  padding: 1.5rem;
  border-bottom: 1px solid #b3b1b1;
}
.page-aside h3.opened {
  background-image: url(images/arrow-up.svg);
}

.aside-content {
  padding-top: 1rem;
}

.page-aside li a img {
  display: block;
  width: 4rem;
  height: 5rem;
  object-fit: contain;
  margin-right: 2rem;
}
.aside-content .menu-item-has-children {
  position: relative;
}
.aside-content .sub-menu {
  display: none;
}
.page-aside .menu-toggle2 {
  top: 1px;
}
.check-wrap {
  display: none;
}
.page-top {
  margin-bottom: 5rem;
  font-size: 1.6rem;
  color: #000;
  border-top: 1px solid #e7e7e7;
  padding-top: 3rem;
}
.page-top p {
  margin-bottom: 0;
}

.top-filter form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2rem;
}
.top-filter select {
  appearance: none;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  background-size: 1rem;
}

.top-filter select:last-of-type {
  margin-top: 0;
}

.product-accordion {
  margin-top: 2rem !important;
}
.product-accordion h3 {
  font-weight: 600;
  font-size: 1.8rem;
}
.check-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 0 2rem;
  font-weight: 400;
}
.check-box input {
  width: auto;
}
.check-wrap {
  padding: 1rem 0;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .page-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .filter-view select {
    width: 10rem !important;
  }
  .top-filter {
    margin-top: 0;
  }
  .filter-view {
    margin-right: 3rem;
  }
  .top-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top-filter select {
    margin-left: 2rem;
    margin-top: 0;
    width: 30rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/

  .page-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .page-top {
    border-top: 0;
    padding-top: 0;
  }
  .page-aside {
    width: 31rem;
  }
  .page-content {
    width: calc(100% - 36rem);
    margin-top: 0;
  }
  .aside-content {
    display: block;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .page-aside {
    width: 33rem;
  }
  .page-content {
    width: calc(100% - 40rem);
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
}
@media only screen and (min-width: 93.75em) {
  /*1500px*/
}
/*----------*/
.price-filter {
  padding: 1.5rem;
  display: none;
}
.price-filter input {
  color: #000 !important;
}

.price-filter-wrap .btn {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.btn-sm-delete {
  background-image: url(images/delete.svg);
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: left 1rem center;
  background-color: #fff;
  text-transform: none;
  padding: 1.2rem;
  padding-left: 3.8rem;
  border-color: #000;
  font-size: 1.4rem !important;
  cursor: pointer;
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
}

/*-------------*/

.price-filter input {
  color: #000 !important;
  margin-bottom: 2rem;
}
.ui-slider {
  height: 4px;
  background: #e0e0e0;
  border: none;
  border-radius: 2px;
  position: relative;
}

.ui-slider-range {
  background: #155724;
  height: 100%;
  top: 0;
  border-radius: 2px;
}

.ui-slider-handle {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #155724;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.ui-slider-handle:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(144, 19, 255, 0.3);
}
.ui-slider-horizontal .ui-slider-handle {
  top: 0.1em;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #155724;
  background: #155724;
  font-weight: normal;
  color: #ffffff;
}
/* ================================================================================== 
23. Products Single  Page
===================================================================================== */
/*---------*/
.single-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-images {
  width: 100%;
  overflow: hidden;
}
.single-text {
  width: 100%;
  margin-top: 5rem;
  font-size: 1.6rem;
}
.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;
}
.thumbs-gallery .swiper-slide {
  cursor: pointer;
}
.single-gallery {
  position: relative;
}
.single-gallery img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.single-price {
  font-size: 2.6rem;
  margin: 3rem 0;
}
.single-selection {
  padding-top: 3rem;
  border-top: 1px solid #e7e7e7;
}
.single-link {
  padding: 2.5rem;
  background-color: #eef2ee;
  margin-top: 2.5rem;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.single-text .title h1 {
  padding-left: 0;
  margin-bottom: 0;
}
.single-text .title {
  margin-bottom: 2rem;
}
.single-text .breadcrumbs ul {
  justify-content: flex-start;
}
.single-text .price-wrap {
  font-size: 2.3rem;
  border-right: 0;
}
.single-gallery .swiper-button-next {
  right: 1rem;
}
.single-gallery .swiper-button-prev {
  left: 1rem;
}

.thumbs-gallery {
  margin-top: 2rem;
}
.thumbs-gallery img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid #faf5f2;
  object-position: center;
}
.swiper-slide {
  box-sizing: border-box;
}
.thumbs-gallery .swiper-slide-thumb-active img {
  border-color: #155724;
}
.single-category {
  opacity: 0.57;
  margin-bottom: 2rem;
}
.single-text .btn {
  margin-top: 0;
}
.single-quantity {
  position: relative;
  padding-right: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.single-btns {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  gap: 2.2rem;
  align-items: flex-start;
}
.single-quantity input {
  width: 4.7rem;
  height: 4.7rem;
  border: 1px solid #f5f5f5;
  padding: 0;
  text-align: center;
  border-radius: 0;
  background-color: #ffff;
}
.plus,
.minus {
  width: 4.7rem;
  height: 4.7rem;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  opacity: 0.5;
}
.desc2 {
  margin-top: 3rem;
}
.price-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.single-description {
  margin-top: 3rem;
}
.single-options span {
  color: #000;
}
.single-options select {
  width: 100%;
  border: 1px solid #cacaca;
  padding: 1rem 1.6rem;
  appearance: none;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  background-size: 1rem;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.similar-products .custom-arrows {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.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: #f4f4f4;
}
.aside-toggle span {
  width: 4rem;
  height: 4rem;
  background-color: #277cbd;
  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: #fff;
	height: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 3rem;
  padding-top: 4.5rem;
  transition: all .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; */
/* } */
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .single-btns {
    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: 41%;
  }
  .single-text {
    width: 59%;
    padding-left: 5rem;
    margin-top: 0;
  }
  .single-link {
    padding: 5rem;
    margin-top: 5rem;
  }
}
@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;
  border-bottom: 1px solid #e7e7e7;
}
.tabs a {
  display: inline-block;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  padding: 2rem;
  width: 100%;
}
.tabs a:hover,
.tabs a.active-tab {
  border-color: #3e9bb1;
  color: #3e9bb1;
}
.tabs-container {
  width: 100%;
  display: none;
  padding: 2rem 0;
}
.tabs-container.active-tab {
  display: block;
}
.single-bottom {
  margin-top: 5rem;
  padding: 3rem;
  background-color: #f1f1f1;
  border-radius: 3.1rem;
}

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

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

.accordion-wrapper {
  counter-reset: accordion-counter;
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
}
.accordion__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;
}
/*-----*/
.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-main-box {
  padding: 3rem 0 2rem 0;
  margin-top: 3rem;
  border-top: 1px solid #ccc;
}

.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 !important;
}
.out-of-stock {
  color: #992c2e !important;
}

.product-contact {
  background-color: #f5f5f5;
  padding: 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*/
}
@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: block;
  }
}
/*--------*/

.products-slider {
  overflow: hidden;
}
.products-slider .swiper-slide {
  height: auto;
}
@media only screen and (max-width: 64em) {
  /*1024px*/
  .products-slider .custom-arrow {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .products-slider {
    padding: 0 2rem;
  }
}
/* ================================================================================== 
24. About Page
===================================================================================== */
.about-page-wrapper {
  margin-top: 5rem;
}
.about-page-image {
  display: block;
  width: 100%;
  margin-bottom: 5rem;
}
.about-page-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.about-page-text {
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-page-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 8rem;
  }
  .about-page-text {
    width: 48%;
  }
  .about-page-image {
    width: 48%;
    margin-bottom: 0;
  }
}
/* ================================================================================== 
25. Contact Page
===================================================================================== */
.contact-page-form {
  width: 100%;
  margin-top: 5rem;
  padding: 5rem 2.5rem;
  margin-top: 5rem;
  border: 1px solid #ccc;
  background-color: #fff;
}
.contact-page-map iframe {
  width: 100%;
  height: 40rem;
  display: block;
}
.contact-page-text {
  width: 100%;
}
.contact-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .contact-page-form {
    padding: 5rem;
    margin-top: 0;
    width: 47%;
  }
  .contact-page-text {
    width: 40%;
  }
}
/* ================================================================================
   1. ORDER DETAILS & CHECKOUT PAYMENT
   ================================================================================ */

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

#order_review_heading {
  margin-top: 3rem;
  clear: both;
  display: block;
  float: left;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f6f9f7;
  border-radius: 5px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #f9f9f9;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: rgba(246, 137, 2, 0.1);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-color: rgba(246, 137, 2, 0.1);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

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

/* Order Details Responsive */
@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%;
  }
}

/* ================================================================================
   2. CHECKOUT & SHIPPING METHODS
   ================================================================================ */

.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 ul#shipping_method li input {
  position: static !important;
  width: 100%;
  left: auto;
}

.woocommerce ul#shipping_method li {
  justify-content: flex-end;
}

.woocommerce-shipping-methods li:first-child {
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: right;
  justify-content: flex-end;
}

.wc_payment_methods.payment_methods.methods label {
  margin: 0;
}

.woocommerce-checkout-payment {
  background-color: transparent !important;
  padding: 2rem;
  border: 1px solid #ccc;
  margin-top: 5rem;
}

.woocommerce-checkout-payment .wc_payment_methods.payment_methods {
  padding: 0 !important;
}

#box_now_selected_locker_details,
#box_now_selected_locker_details_blocks {
  margin-left: auto;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  overflow-x: auto;
}

/* ================================================================================
   3. FORMS & INPUTS
   ================================================================================ */

.woocommerce form .form-row textarea {
  height: 20rem;
}

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

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  font-family: inherit;
  font-weight: 400;
  letter-spacing: normal;
  display: block;
  width: 100%;
  border: 1px solid #f5f5f5;
  padding: 1rem 2rem !important;
  outline: none;
  background-color: #f5f5f5;
  font-family: inherit;
  font-size: 1.6rem;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  line-height: normal;
  height: auto;
}

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

.password-input {
  width: 100%;
}

.checkout-layout input,
.checkout-layout textarea {
  border-color: #ccc !important;
  padding: 1rem !important;
}

.checkout-layout input:focus {
  border-color: #33a646 !important;
}

.checkout-layout .form-row label {
  margin-bottom: 0 !important;
}

.checkout-layout h3 {
  padding-bottom: 2rem !important;
  border-bottom: 1px solid #ccc !important;
  font-size: 2.4rem !important;
}

.checkout-layout .select2-container .select2-selection--single {
  border-color: #ccc;
}

.checkout-layout #mx_custom_checkout_field h3 {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

#mx_custom_checkout_field,
.woocommerce-additional-fields {
  margin-top: 4rem;
}

.wc-blocks-components-select__container {
  margin-top: 12px;
}

/* ================================================================================
   4. BUTTONS
   ================================================================================ */

body .woocommerce-button,
body .woocommerce-Button,
body .button,
body .wc-block-components-button {
  display: inline-block !important;
  padding: 1.6rem 5rem !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
  text-transform: none !important;
  background-color: #02754a !important;
  color: #fff !important;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.wc-block-components-totals-coupon__form
  .wc-block-components-totals-coupon__button {
  padding: 0 !important;
  background-color: #fe8208 !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: #fe8208 !important;
}

/* ================================================================================
   5. LOGIN & AUTHENTICATION
   ================================================================================ */

#customer_login h2 {
  text-transform: uppercase;
}

#customer_login .u-column1 form,
#customer_login .u-column2 form {
  padding: 2.5rem;
}

#customer_login .u-column1 form,
#customer_login .u-column1 form {
  padding: 5rem;
}

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

#customer_login .button {
  align-self: flex-start;
  margin-top: 3rem;
}

#customer-login {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-LostPassword {
  font-style: italic;
  text-decoration: underline;
}

.woocommerce-LostPassword:hover {
  text-decoration: none;
}

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

/* ================================================================================
   6. MY ACCOUNT & NAVIGATION
   ================================================================================ */

.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: #02754a;
}

.woocommerce-MyAccount-content .edit {
  display: inline-block;
  padding: 1rem 3.6rem;
  font-weight: 400;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #02754a;
  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;
}

.woocommerce-MyAccount-content em {
  font-size: 1.4rem;
  opacity: 0.8;
}

.woocommerce-EditAccountForm legend {
  font-weight: 500;
  margin: 2rem 0;
}

/* My Account Responsive */
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
  }
}

/* ================================================================================
   7. CART
   ================================================================================ */

.woocommerce .woocommerce-result-count {
  margin: 0;
  float: none;
}

.woocommerce .woocommerce-ordering {
  margin: 0;
  float: none;
}

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

.order-review-wrapper-custom {
  padding: 2rem;
  border: 1px solid #ccc;
}

.order-review-wrapper-custom h3 {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

.order-review-wrapper-custom table.shop_table {
  padding: 0;
  margin: 0;
  border: 0;
}

.order-review-wrapper-custom thead th:first-child {
  width: 40%;
}

.order-review-wrapper-custom thead th:last-child {
  text-align: right;
}

.order-review-wrapper-custom tfoot td:first-child {
  width: 40%;
}

.order-review-wrapper-custom tfoot td {
  text-align: right;
}

.order-review-wrapper-custom tbody td:last-child {
  text-align: right;
}

.order-review-wrapper-custom .cart-subtotal td {
  text-align: right;
}

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

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .woocommerce-terms-and-conditions-wrapper
    .woocommerce-terms-and-conditions
    table {
    width: 100%;
  }

  #customer_details,
  #order_review {
    width: 48%;
  }
}

/* ================================================================================
   8. PRODUCT PAGES
   ================================================================================ */

.woocommerce div.product .product_title {
  margin: 3rem 0;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 2rem !important;
}

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

.wpcdt-timer-495 .wpcdt-clock {
  max-width: 400px;
  margin: 2rem 0 0 0 !important;
}

/* ================================================================================
   9. WISHLIST (YITH)
   ================================================================================ */

.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: #02754a;
  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;
}

/* ================================================================================
   10. FILTERS (WPF)
   ================================================================================ */

.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: -0.6em;
}

body .wpfFilterButton.wpfButton {
  display: inline-block;
  padding: 0.8rem 4rem;
  font-weight: 500;
  border-radius: 10rem;
  text-transform: uppercase;
  background-color: #02754a;
  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;
}

/* ================================================================================
   11. WOOCOMMERCE BLOCKS - CART & CHECKOUT
   ================================================================================ */

.woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-no-products-found,
.woocommerce-info {
  width: 100%;
}

body .woocommerce-NoticeGroup {
  width: 100% !important;
}

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;
  font-size: 1.6rem;
}

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

.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;
}
.price.wc-block-components-product-price .wc-block-formatted-money-amount {
  margin-bottom: 0;
}
.wc-block-components-totals-item__description {
  line-height: 1.6;
}
.wp-block-woocommerce-cart .wc-block-cart-item__total {
  padding: 2rem !important;
}
/* WooCommerce Blocks - Cart Items */
.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-cart-item__remove-link svg {
  display: none;
}

.wc-block-components-product-name {
  font-size: 2rem !important;
  font-weight: 600;
  text-decoration: none;
}

.wc-block-components-product-metadata,
.wc-block-components-product-badge {
  display: none;
}

.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 .wc-block-components-main {
  padding: 1rem;
  border: 1px solid #ccc;
}

.wc-block-components-sidebar-layout {
  align-items: flex-start;
}

.woocommerce-cart.woocommerce-page .container,
.woocommerce-checkout .container {
  max-width: 150rem;
}

/* WooCommerce Blocks - Checkout */
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"] {
  width: auto;
  padding: 0;
}

.wc-block-components-checkbox {
  margin-bottom: 2rem;
}

.wp-block-woocommerce-checkout-order-summary-block,
.wc-block-components-totals-footer-item
  .wc-block-components-totals-footer-item-tax {
  font-size: 1.6rem;
}

.wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-product-name {
  font-size: 1.6rem !important;
  font-weight: 600;
}

.wp-block-woocommerce-checkout-pickup-options-block {
  display: none;
}

.wp-block-woocommerce-checkout-shipping-method-block {
  display: none;
}

/* Blocks Responsive */
@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: 700px) {
  .wc-block-checkout__sidebar {
    top: 104px !important;
  }
}

@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 {
    padding: 3rem;
    top: 20rem;
    right: 0;
    margin-top: 0;
  }
}

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

  body
    .wp-block-woocommerce-checkout-order-summary-block
    .wc-block-components-checkout-order-summary__title {
    margin-top: 0;
    padding-left: 12px;
    padding-right: 12px;
    border-left: 1px solid hsla(0, 0%, 7%, 0.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%, 0.11);
  }
}

/* ================================================================================
   12. SINGLE PRODUCT CUSTOMIZATION
   ================================================================================ */

/* Sakrij WooCommerce elemente na svim proizvodima */
.single-product .variants-product > p {
  display: none;
}

.single-product .variants-product .woocommerce-variation-price {
  display: none;
}

.single-product .variants-product .variations_button {
  display: none;
}

/* ================================================================================
   13. MISCELLANEOUS
   ================================================================================ */

/* Sakrij WooCommerce gumb gore */
.variants-product .single_add_to_cart_button {
  display: none !important;
}



.wc-block-checkout__billing-fields {
    display: none !important;
}

#payment-method {
    display: none !important;
}

.yith_wcarc_gained_roles-section {
  display: none;
}