/*!
Theme Name: vdtheme
Theme URI: https://virtus-dizajn.com/
06Author: 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.
*/



/*===================== 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. Pagination
12. Slider
13. Header
14. Intro
15. Products
16. Home Icons
17. Desingers
18. Workshops
19. Services
20. Blog
21. Banner
22. Newsletter
23. Footer
24. Products Page
25. Product Page
26. Blog Page
27. About Page
28. Workshops Page
29. Designers Page
30. Interior Page
31. Project Page
32. Contact Page
33. 404 Page
34. New Page
35. Reviews

=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
input[type="button"], input[type="submit"]{
  width: auto;
  transition: all .4s ease-in-out;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }
a{
  text-decoration: underline;
}
/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
	scroll-behavior: smooth;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  
}
main{
  position: relative;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
	display: none !important;
}
.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;
}
/* ================================================================================== 
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: #edeee9;  color: #000; }  
::selection { background-color: #edeee9; color: #000 }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-sm{
  max-width: 80rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 400;line-height:1.4; font-family: 'Lustria',serif;letter-spacing: -0.5px;}
.title h1, .title h2{ font-size: 3.2rem;text-transform: uppercase; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:5rem; }
.title-center{text-align: center;}
.intro .title h1{
  text-transform: none;    
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 3.6rem; }
  .intro .title h1{
    font-size: 4rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 4rem; }
  .intro .title h1{
    font-size: 5rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 4.6rem; }
  .intro .title h1{
    font-size: 6rem;
  }
}


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

.btn {
	display: inline-block;
	padding: 1rem 2.6rem;
	font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.6rem;
}
.btn-primary{
  background-color: transparent;
  color: #000;
  border:1px solid #000
}

.btn-primary:hover{
  background-color: #000;
  color: #fff;
}
.btn-white{
  background-color: transparent;
  border:1px solid #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 #43515a;
	padding: 1.8rem 2rem !important;
	outline: none;
	background-color: #ffffff;
	font-size: 1.6rem;
	letter-spacing: 1px;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #d6cfc8;

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

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

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

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

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

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #ececec;
	color: #fff;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
.no-mb{
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 7rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #edeee9;
  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;
}
.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(/wp-content/uploads/2025/08/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Pagination
===================================================================================== */


/* ================================================================================== 
12. Slider
===================================================================================== */
.custom-arrows{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2rem;
}
.custom-arrow{
  width: 5rem;
  height: 5rem;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
  background-color: transparent;
  z-index: 2;
  cursor: pointer;
}
.custom-next{
  background-image: url(/wp-content/uploads/2025/08/next.svg);

}
.custom-prev{
  background-image: url(/wp-content/uploads/2025/08/prev.svg);

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
    .custom-arrow{
    width: 6.2rem;
    height: 6.2rem;
    background-size: 2rem
  }

}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/

  
}

/* ================================================================================== 
13. 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;
}
.social2{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap:1rem
}
.social2 a{
  display: block;
}
.social2 a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 2rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #fff;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}
header.scrolled .line-toggle, .toggle.activate .line-toggle, header.header-pages .line-toggle{
  background: #000;
}
.line-toggle:first-child {
  transform: translateY(-10px) translateX(0);
  transition-delay: 0s;
}

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

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

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

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

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

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 20;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  color: #fff;
    font-weight: 400;
  letter-spacing: 1.7px;
}
header.header-pages{
  position: sticky;
  background-color: #fff;
}
header.scrolled, header.header-pages{
  color: #000;
  box-shadow: 0 0 40px 5px rgba(0,0,0,0.1);
}
header::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;

}
header.scrolled::before{
  height: 100%;
  opacity: 1;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 180rem !important;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
header a{
  text-decoration: none;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width:12.9rem;
  height: auto;
  filter: brightness(0) invert(100);
  transition: all .4s ease-in-out;
}
header.scrolled .header-logo img, header.header-pages .header-logo img{
  filter: none;
}
header nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .8s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
body.o nav{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header nav li{
  display: block;
}
header nav li a{
  display: block;
  padding: 1rem 0;
  text-transform: uppercase;
  font-size: 1.4rem;

}
.nav-overlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  cursor: pointer;
  transition: all .8s ease-in-out;
  opacity: 0;
  visibility: hidden;

}
body.o .nav-overlay{
  opacity: 1;
  visibility: visible;
  width: 100%;
}
header.scrolled nav li a,  body.o nav li a, header.header-pages nav li a{
  color: #000;
}
header nav li a:hover, header nav li.current_page_item a{
  color: #c4ad8d;
}



.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
  text-transform: none;
}
.mobile-info h3{
  font-size: 2.1rem;
}
.menu-item-has-children{
  position: relative;
}
header .sub-menu{

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

header .sub-menu li{
  display: block;
}
header .sub-menu li a{
  display: block;
  padding: 1rem;
}
.header-user {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
	text-transform: uppercase;
	font-weight: 500;
	filter: brightness(0) invert(100);
	margin-left: 0;
	transition: all .4s ease-in-out;
	letter-spacing: 0;
	margin-right: 0.2rem;
  margin-left: auto;
}
.header-user img{
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  object-fit: contain;
}
.header-user span{
  display: none;
}
.header-cart{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;
  text-transform: uppercase;
  font-weight: 500;
  filter: brightness(0) invert(100);
  margin: 0 2rem;
  transition: all .4s ease-in-out;
}
header.scrolled .header-cart, header.scrolled .header-user, header.header-pages .header-cart, header.header-pages .header-user{
  filter: none;
}
.header-cart img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.lang{
  font-weight: 500;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  header nav{
    width: 40rem;
  }
  .header-user span{
    display: inline-block;
  }
  .header-cart{
    margin: 0 3rem;
  }
  .header-logo img{
    width:15.9rem;
  }
  .header-user {
	margin-right: 2rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .toggle{
    display: none;
  }
  header{
    padding: 3rem 0;
  }
.header-user {
  margin-left: 0;
}
.header-user.zelje {
  margin-left: 0;
}
  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: 0 auto;
}
  header nav li{
    display: inline-block;
  }
  header nav ul{
    display: flex;
    flex-direction: row;
  }
  header nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  header .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  header .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
 
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  header nav li a{
    padding: 2rem 1.4rem;
  }
}

@media only screen and (min-width: 93.75em) {
  /*1500px*/
    .header-logo img{
    width:24.9rem;
  }
 
  

 header nav li a{
    padding: 2rem;
  }
   .header-logo{
    left: 46%;
   }
}
@media only screen and (min-width: 105em) {
  /*1680px*/

    .header-logo{

    left: 50%;
    }
  
  }
/* ================================================================================== 
14. Intro
===================================================================================== */
.intro img{
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
}
.intro{
  position: relative;
  overflow: hidden;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro-text .container{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.intro-inner{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.intro-btns{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap:1rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  /* Your styles here */
  .intro img{
    height: 80rem;
  }

}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .intro-btns{
    flex-direction: row;
    gap:2rem;
    align-items: center;
  } 

}
/* ================================================================================== 
15. Products
===================================================================================== */
.product-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1%;
  margin-top: 8rem;
}
.product-box{
  width: 49.5%;
  margin-bottom: 5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  border:1px solid transparent
}
.product-image {
	background-color: #edeee9;
	display: block;
	margin-bottom: 2rem;
	position: relative;
	padding: 1rem;
	aspect-ratio: 16/28;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-image:hover{
	background-color: #d6cfc8;
}
.product-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/18;
  object-fit: contain;
}
.stickers{
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
   

}
.stickers div{
 padding: 0.5rem 2rem;
 text-align: center;
}
.sticker-new{
  background-color: #000;
  color: #fff;
  margin-bottom: 1rem;

}
.sticker-sale{
  background-color: transparent;
  border:1px solid #000;
}
.favorites-btn{
  position: absolute;
  top: 2rem;
  z-index: 1;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  background-image: url(/wp-content/uploads/2025/08/favorites.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}
.product-box a{
  text-decoration: none;
}
.product-box h3{
  font-family: 'Outfit', sans-serif;
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: 0;
}
.product-box  p{
  font-size: 1.4rem;
  opacity: 0.8;
}
.product-box  p a:hover{
  text-decoration: underline;
}
.product-bottom{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: auto;
  align-items: center;
}
.product-price{
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  gap:0;
  font-weight: 400;
  margin-bottom: 2rem;
}
.price-old{
  text-decoration: line-through;
  opacity: 0.6;
}
.btn-more{
  display: inline-block;
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-right: 1rem;
}
.btn-more:hover{
  opacity: 0.6;
}
.btn-cart{
  width: 4rem;
  height: 4rem;
  background-color: #edeee9;
  background-image: url(/wp-content/uploads/2025/08/add-cart.svg);
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center;
}
.btn-cart:hover{
  background-color: #d6cfc8;
}
.product-box-cat{
  width: 100%;
	background-color: #d6cfc8;
  padding: 5rem;
  text-align: center;
  transition: all .4s ease-in-out;
}
.product-box-cat img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}
.product-box-cat h2{
  font-size: 3.6rem;
  text-transform: uppercase;
}
.product-box-cat p{
  font-size: 2rem;
  text-transform: uppercase;
  opacity: 0.59;
}
.product-box-cat a{
  display: block;
}
.product-box-cat:hover{
  background-color: #edeee9;
  border-color: #000;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .product-image {
    padding: 1rem;
    aspect-ratio: 16/19;
  }
  .product-image img{
    aspect-ratio: 16/13;
  }
  .product-price{
    flex-direction: row;
    gap:2rem;
  }
  .product-box h3{
    font-size: 2rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .product-price{
    width: auto;
    margin-bottom: 0;
  }
  .btn-more{
    margin-left: auto;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .product-box{
    width: 32.6%;
  }
}  
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .product-box{
    width: 24.2%;
  }
  .product-box-cat{
    width: 49.6%;
  }
}
/* ================================================================================== 
16. Home Icons
===================================================================================== */
.home-icons-wrapper{
  margin-top: 5rem;
}
.home-icons-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.home-icons-box:last-child{
  margin-bottom: 0;
}
.text-center{
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;

}
.home-icon{
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  border:1px solid #000
}
.home-icon img{
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .home-icons-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
    margin-top: 7rem;
  }
  .home-icons-box{
    width: 48.5%;
    padding: 0 1rem;
  }
  .home-icons-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .home-icons-box{
    width: 22.7%;
    margin-bottom: 0;
  }
  .home-icons-box:last-child{
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .home-icon{
    width: 12.5rem;
    height: 12.5rem;
  }
  .home-icon img{
    width: 6rem;
    height: 6rem;
  }
  .home-icons-box{
    padding: 0 2rem;
  }
}
/* ================================================================================== 
17. Desingers
===================================================================================== */
.designers{
  position: relative;
  background-color: #d6cfc8;
}
.designers-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45rem;
  background-color: #d6cfc8;
  display: none;
}

.designers-text{
  width: 100%;
  padding: 5rem 0 5rem 0;
  text-align: center;
  
}
.designers-text .title{
  margin-bottom: 3rem;
}
.designers-text .custom-arrows{
  margin-top: 5rem;
  margin-bottom: 0;
  justify-content: center;
}
.designers-image{
  width: 100%;
}
.home-slider{
  overflow: hidden;
}
.designers-text .btn{
  margin-top: 3rem;
}
.designers-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/19;
  object-fit: cover;

}
.home-slider .swiper-slide{
  position: relative;
  box-sizing: border-box;
}
.designer-slide-text{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 2.5rem;
  color: #fff; 
}
.designer-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);

}
.designer-slide-text h3 {
	font-size: 3rem;
	background-image: url(/wp-content/uploads/2025/08/arrow-right-white.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 4rem;
	padding-right: 8rem;
	display: inline-block;
}


.designers2 .designers-bg{
  background-color: #edeee9;
}
.designers2{
   background-color: #edeee9;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .designer-slide-text{
    padding: 5rem;
  }
  .designers-image img{
    aspect-ratio: 16/15;
  }
  .designer-slide-text h3 {
    padding-right: 12rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .designers{
    background-color: #fff;
  }
  .designers-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .designers-text{
    width: 50%;
    padding: 5rem 5rem 0 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .designer-slide-text h3 {
	  font-size: 4rem;
  }
  .designers-image{
    width: 45%;
  }
  .designers2 .designers-wrapper{
    flex-direction: row;
    justify-content: flex-start;
  }
  .designers2 .custom-arrows{
    margin-left: auto;
    justify-content: flex-start;
  }
  .designers-bg{
    display: block;
  }
  .designers-image img{
    aspect-ratio: 16/18;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .designers-bg{
    height: 48rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .designers-text{
    padding: 10rem 10rem 0 10rem;
  }
  .designers-bg{
    height: 53rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .designers-bg{
    height: 58rem;
  }
}
@media only screen and (min-width: 105em) {
  /*1680px*/
 .designers-bg{
    height: 68rem;
  }
}
  
/* ================================================================================== 
18. Workshops
===================================================================================== */
.workshops{
  border-top: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  padding: 5rem 0;

}

.workshops-title{
  width: 100%;
  text-align: center;
  margin-bottom: 4rem;
  display: none;
  
}
.workshops-text{
  width: 100%;
  text-align: center;
  padding:0 2rem;
  margin-bottom: 5rem;
}
.workshops-image{
  width: 100%;
}
.workshops-image img{
  display: block;
  width: 100%;
  height: auto;
}
.workshops-title h2{
  font-size: 4rem;
  margin-bottom: 0;
}
.workshops-text .btn{
  margin-top: 3rem;
}
.workshops-text .title {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .workshops{
    padding: 0;
  }
  .workshops-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    padding-left: 2rem;
  }
  .workshops-text{
    width: 48%;
    padding: 2rem 0;
    text-align: left;
    margin-bottom: 0;
  }
  .workshops-image{
    width: 48%;
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .workshops-title{
    width: 30%;
    text-align: left;
    margin-bottom: 0;
    display: block;
    
  }
  .workshops{
    padding: 0;
  }
  .workshops-title h2{
    font-size: 4.65vw;
  }
  .workshops-text{
    width: 30%;
  }
  .workshops-image{
    width: 30%;
  }
  .workshops-wrapper{
    padding-left: 5rem;
  }


}
@media only screen and (min-width: 100em) {
  /*1600px*/
.workshops-wrapper{
  padding-left: 10rem;

}
}
/* ================================================================================== 
19. Services
===================================================================================== */
.services{
  position: relative;
}
.services-bg{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30rem;
  background-color: #d6cfc8;
  display: none;
}
.services-wrapper{
  margin-top: 5rem;
}
.services-box{
  width: 100%;
  margin-bottom: 3rem;
  display: block;
  position: relative;
  overflow: hidden;
}
.services-box:last-child{
    margin-bottom: 0;
}
.services-box h3{
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  padding: 3rem;
  font-size: 2.1rem;
	background-image: url(/wp-content/uploads/2025/08/arrow-right-white.svg);
	background-repeat: no-repeat;
	background-position: right 2rem center;
	background-size: 4rem;
  width: 100%;

}
.services-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/17;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.services-overlay{
   position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}

.services-box:hover img{
  transform: scale(1.1);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .services-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .services-box:last-child{
    width: 100%;
  }
  .services-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .services-box h3{
    font-size: 2.6rem;
  }
  .services-box{
    width: 31.3%;
  }
  .services-box:last-child{
    width: 31.3%;
    margin-bottom: 3rem;
  }
  .services-box:nth-child(2){
    margin-top: 10rem;
  }
  .services-bg{
    display: block;
  }
  .services-wrapper{ 
    margin-top: 0;
  }
 
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .services-bg{
    height: 45rem;
  }
  .services-box h3{
    font-size: 3rem;
    background-position: right 1rem center;
    background-size: 6rem;
    padding-right: 12rem;
    display: inline-block;
    width: auto;
  }
  
}
/* ================================================================================== 
20. Blog
===================================================================================== */
.blog-wrapper{
  margin-top: 4rem;
}
.blog-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.blog-box:last-child{
  margin-bottom: 0;
}
.blog-image{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
}
.blog-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/17;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.blog-image:hover img{
  transform: scale(1.1);
}
.blog-box a{
  text-decoration: none;
}
.blog-box .btn{
  margin-top: auto;
  text-align: center;
}
.date{
  padding-left: 5rem;
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.date::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 1px;
  background-color: #000;
}
.blog-box h3{
  font-size: 2.1rem;
}
.btn-sm{
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
}
.btn-sm:hover{
  opacity: 0.6;
}
@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%;
  }
  .blog-box:last-child{
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .blog-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .blog-box h3{
    font-size: 2.6rem;
  }
  .blog-wrapper{
    margin-top: 7rem;
  }

}
/* ================================================================================== 
21. Banner
===================================================================================== */
.banner{
  background-size: cover;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  color: #fff;
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.banner-text{
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.banner-text .btn{
  margin-top: 3rem;
}
.banner-text .title{
  margin-bottom: 3rem;
}
.banner2 .btn{
  margin-top: 0;
}
/* ================================================================================== 
22. Newsletter
===================================================================================== */

.newsletter-title{
  width: 100%;
}
.newsletter-content{
  width: 100%;
}
.newsletter-form, .mc4wp-form-fields {
  position: relative;
  margin-top: 5rem;
}
.btn-newsletter{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  border: 0;
  width: 5rem;
  height: 5rem;
  background-image: url(/wp-content/uploads/2025/08/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .newsletter-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 134rem;
    width: 100%;
    margin: 0 auto;
  }
  .newsletter-title{
    width: 42rem;
  }
  .newsletter-content{
    width: 50%;
  }
}
/* ================================================================================== 
23. Footer
===================================================================================== */
footer{
  background-color: #181818;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.1;
  padding-bottom: 0 !important;
}
footer a{
  text-decoration: none;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .social{
  justify-content: center;
}
.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.footer-box:last-child{
  margin-bottom: 0;
}
.footer-logo img{
  display: block;
  width: 20rem;
  margin: 0 auto;
}
footer h3{
  font-family: 'Outfit', sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.copyright{
  margin-top: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 1px solid rgba(255,255,255,.2);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cards{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:2rem;
  margin: 1rem 0;
}
.cards img{
  width: 5rem;
  height: auto;
  display: block;
 
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-box{
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  .footer-box.footer-logo{
    width: 100%;
    margin-bottom: 3rem;
  }
  .footer-box:last-child{
    margin-bottom: 0;
  }
  footer .social{
    justify-content: flex-start;
  }
  .copyright{
    justify-content: space-between;
    text-align: left;
    flex-direction: row;
  }
  .cards{
    margin: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-box.footer-logo{
    width: auto;
    margin-bottom: 0;
  }
  .footer-logo img{
    margin: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-logo img{
    width: 24rem;
  }
}
/* ================================================================================== 
24. Products Page
===================================================================================== */
.top-height{
  width: 100%;
  height: 5.78rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .top-height{
    height: 7.43rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .top-height{
    height: 9.88rem;
  }
}
.text-center{
  margin: 0 auto;
  max-width: 70rem;
  width: 100%;
  text-align: center;
  margin-bottom: 5rem;
}
.title-sm{
  margin-bottom: 3rem;
}
.page-aside{
  width: 100%;
  font-size: 1.4rem;
}
.filter-btn-wrap{
  padding: 1.5rem 0;
  /* 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-content .title h1{
  font-size: 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.4rem;
  text-decoration: none;
	text-transform: uppercase;
	position: relative;
	padding: 0.6rem 2rem;
	border-bottom: 1px solid #e7e7e7;
}
.page-aside ul li:last-child a{
  border-bottom: 0;
} 
.page-aside ul.sub-menu{
  padding-left: 0;
  padding-top: 1rem;
}
.page-aside ul.sub-menu li a{
  text-transform: none;
  border-bottom: 0;
  background-color: transparent;
}
.page-aside li a:hover, .page-aside li.current_page_item a{
  opacity: 0.5;
}
.page-aside h3 {
	background-image: url(/wp-content/uploads/2025/08/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right 2rem center;
	background-size: 1rem;
  font-family: 'Outfit', sans-serif;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 0;
	padding: 1.5rem 0;
  border-bottom: 1px solid #a1a1a1;
}
.page-aside h3.opened{
	background-image: url(/wp-content/uploads/2025/08/arrow-up.svg);
}
.aside-content{
  padding-top: 1rem;
  display: none;
}
.aside-content.open{
  display: block;
}
.aside-content .menu-item-has-children{
  position: relative;
}
.page-aside .btn-sm{
  margin-top: 0;
  margin-left: 1rem;
}
.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 {
	width: 100%;
	border: 1px solid #cacaca;
	padding: 1rem 1.6rem;
  appearance: none;
  background-image: url(/wp-content/uploads/2025/08/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right 1.6rem center;
	background-size: 1rem;
  font-size: 1.6rem;
  margin-top: 2rem;
}
.top-filter select:focus{
  border-color: #000;
}
.top-filter select:last-of-type{
  margin-top: 0;
}
.products-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
}
.products-wrapper .product-box{
  width: 48.5%;
  margin-bottom: 3rem;
}
.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;
}
.grid-change{
  display: none;
  flex-direction: row;
  align-items: center;
  gap:1rem;
  margin-bottom: 3rem;
  width: 100%;
}
.grid-change p{
  margin-bottom: 0;
}
.grid-change a {
	display: flex;
  opacity: 0.3;
}
.grid-change  a img{
  display: block;
  width: 2.4rem;
  height: 1.9rem;
  object-fit: contain;
}
.grid-change  a:hover, .grid-change a.active{
  opacity: 1;
}
.filter-view {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .grid-change{
    display: flex;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .products-wrapper .product-box{
    width: 31.3%;
  }
}
@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;
  }
  .grid-change{
    margin-right: auto;
  }
  .filter-view {
    margin-bottom: 2rem;
  }
} 
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .filter-view {
    margin-bottom: 3rem;
  }
  .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{
    /*position: sticky;
    top: 15rem;*/
    width: 31rem;
  }
  .page-content{
    width: calc(100% - 36rem);
    margin-top: 0;
  }
  .aside-content{
    display: none;
  }
   .aside-content.open{
    display: block;
   }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .page-aside{
    width: 33rem;
  }
  .page-content{
    width: calc(100% - 40rem);
  }
  .products-wrapper .product-box{
    width: 22.7%;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .filter-view {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 93.75em) {
  /*1500px*/
  .grid-change{
    width: auto;
    margin-bottom: 0;
  }
  .filter-view{
    margin-bottom: 0;
  }
}
/*----------*/
.price-filter{
  padding: 1.5rem;
    display:none;
}
.price-filter input{
  color: #000 !important;
}
.price-filter-wrap .btn{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
}
/*-------------*/
.list-wrapper .product-box {
	width: 100%;
	padding-left: 15rem;
	position: relative;
	padding-top: 12rem;
	padding-bottom: 1rem;
	overflow: hidden;
	transition: none;
}
.product-image{
  transition: none;
}
.list-wrapper .product-box .product-image {
	position: absolute;
	left: 0;
	top: 50%;
	width: 13rem;
	transform: translateY(-50%);
  transition: none;
}
.list-wrapper .product-box .product-image img {
	display: block;
	width: 100%;
	height: 21rem;
  transition: none;
	object-fit: contain;
}
.list-wrapper .product-box .product-image:hover img{
  transition: transform .4s ease-in-out;
}
.list-wrapper .product-box .bottom-btns {
	flex-direction: row;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .list-wrapper .product-box .product-image {
    width: 30rem;
  }
  .list-wrapper .product-box {
    padding-left: 35rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .list-wrapper .product-box {
    width: 100%;
  }
}
@media only screen and (min-width: 92.5em) {
  /*1480x*/
  .list-wrapper .product-box .product-image {
    width: 50rem;
    aspect-ratio: unset;
  }
  .list-wrapper .product-box {
    padding-left: 55rem;
  }
}
/*-------------*/
.price-filter input {
	color: #000 !important;
	margin-bottom: 2rem;
  padding: 0;
}
.ui-slider {
  height: 4px;
  background: #e0e0e0; 
  border: none;
  border-radius: 2px;
  position: relative;
}
.ui-slider-range {
  background: #000;
  height: 100%;
  top: 0;
  border-radius: 2px;
}
.ui-slider-handle {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #000;
  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(0, 0, 0, 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 #000;
	background: #000;
	font-weight: normal;
	color: #ffffff;
}
/* ================================================================================== 
25. Product Page
===================================================================================== */
/*---------*/
.single-wrapper{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-images{
  width: 100%;
  overflow: hidden;
}
.single-text{
  width: 100%;
  margin-top: 5rem;
  padding:  0;
  	background-color: #edeee9;
}
.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;
}

.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/11;
}
.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 h1{
  font-size: 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 #ccc;
	object-position: center;
	aspect-ratio: 16/14;
	padding: 0;
	box-sizing: border-box;
	object-fit: cover;
}
.swiper-slide{
  box-sizing: border-box;
}
.thumbs-gallery .swiper-slide-thumb-active img{
  border-color: #000;
}
.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: 1rem;
	gap: 2.2rem;
	align-items: flex-start;
}
.single-btns .favorites-btn{
  margin-left: 1rem;
  position: static;
  top: auto;
  left: auto;
  right: auto;
}
.single-quantity input {
	width: 4.7rem;
	height: 4.7rem;
	border: 1px solid #c9c9c9;
	padding: 0 !important;
	text-align: center;
  border-radius: 0;
}
.plus, .minus {
	width: 4.7rem;
	height: 4.7rem;
	background-color: #d6cfc8;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #000;
  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(/wp-content/uploads/2025/08/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;
  padding-top: 1rem;
}
.desc2{
  margin-top: 2rem
}
.relative {
	position: relative;
	padding: 0 2rem;
}
.aside-toggle {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 2rem;
	font-weight: 400;
	background-color: #f4f4f4;
	font-size: 1.6rem;
	text-decoration: none;
}
.aside-toggle span{
  width: 4rem;
  height: 4rem;
  background-color: #000;
  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: 5rem;
	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;
}
.custom-arrows2{
  justify-content: center;
  margin-bottom: 5rem;
}
.single-text .variations{
  display: block;
  width: 100%;
}
.single-text .variations tr, .single-text .variations th,  .single-text .variations td{
  display: block;
  width: 100%;
}
.single-text  .variations select {
  padding: 0.8rem 2rem;
}
.single-text .price  {
	color: #000 !important;
	font-size: 1.25em;
  margin-bottom: 2rem;
}
.single-text .variations_button{
  margin-top: 2rem;
}
.single-text .variations_form {
  width: 100%;
}
.single-text .single_variation_wrap .quantity{
  display: none !important;
}
.single-text .single_add_to_cart_button{
  display: inline-block !important;
	padding: 1.4rem 2.6rem !important;
	font-weight: 500 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 1.6rem !important;
  background-color: transparent !important;
  color: #000 !important;
  border:1px solid #000 !important;
  border-radius: 0 !important;
}
.single-text .dokan-store-support-btn-product{
  border-radius: 0 !important;
  padding: 1.4rem 2.6rem !important;
}
.single-text .dokan-store-support-btn-product:hover{
  opacity: 0.6;
}

.single-text .single_add_to_cart_button:hover{
  background-color: #000 !important;
  color: #fff !important;
}
@media only screen and (max-width: 30em) {
  /*480px*/

.single-text .dokan-store-support-btn-product, .single-text .single_add_to_cart_button{
  width: 100% !important;
  margin-bottom: 1rem !important;
  text-align: center !important;
  display: block !important;
  margin-left: 0 !important;
}
}
@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: 55%;
	margin-top: 0;

	padding: 5rem;
}
  .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;
  justify-content: center;
}
.tabs a {
  display: inline-block;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  padding: 2rem 0;
  width: 100%;
  text-decoration: none;
}
.tabs a:hover,
.tabs a.active-tab {
  border-color: #000;
  color: #000;
}
.tabs-container {
	width: 100%;
	display: none;
	padding: 2rem 0;
  padding-top: 5rem;
}
.tabs-container.active-tab {
  display: block;
}
.single-bottom{
  margin-top: 5rem;
  padding: 3rem;
  background-color: #f1f1f1;
  border-radius: 3.1rem;
}

.tabs-text{
  width: 100%;
  margin-bottom: 5rem;
}
.tabs-container ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs-image{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs-image img{
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .tabs a {
    width: auto;
    border-bottom: 1px solid transparent;
    padding: 2rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .single-bottom{
    padding: 3rem  5rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .tabs-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tabs-image{
    width: 48%;
  }
  .tabs-text{
    width: 48%;
    margin-bottom: 0;
  }
  .tabs-image img{
    width: 70%;
  }
}  
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .tabs-container {
    padding: 2rem 0;
    padding-top: 5rem;
  }
}
/*----------*/
.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: 1rem;
}
.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;
}
/*-----*/
.similar-slider{
  overflow: hidden;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/

  .similar-slider{
    padding: 0 2rem;
  }
}
/*-----*/
.docs{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3rem;
}
.docs a {
	display: inline-block;
	font-weight: 600;
	background-image: url(/wp-content/uploads/2025/08/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(/wp-content/uploads/2025/08/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}
.fancybox__nav .carousel__button.is-prev{
  background-image: url(/wp-content/uploads/2025/08/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: 2rem;
	justify-content: flex-start;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1rem;
	font-weight: 400;
	color: #000;
	flex-wrap: wrap;
	margin-bottom: 1.4rem;
	line-height: 1.1;
	margin-top: 1rem;
	display: flex;
	gap: 2rem;
}
.lowest-price{
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
}
.single-main-box{
  background-color: #fff;
  padding: 1rem 1rem 2rem 2rem;
  margin-top: 3rem;
}
.stock{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
}
.stock-icon {
	width: 3.4rem;
	height: 3rem;
	background-image: url(/wp-content/uploads/2025/08/in-stock.svg);
	background-repeat: no-repeat;
	background-size: 2.4rem;
	background-position: center;
}
.out-of-stock .stock-icon{
  background-image: url(/wp-content/uploads/2025/08/out-of-stock.svg);
}
.single-delivery{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
}
.single-delivery img {
	display: block;
	width: 3.4rem;
	height: 4rem;
	object-fit: contain;
}
.in-stock{
  color: #0c8c2a;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{
  color: #0c8c2a;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock.out-of-stock {
  color: #f00 !important;
}
.out-of-stock{
  color: #992c2e;
}
.btn-cart2 {
	display: inline-block;
  font-size: 1.6rem;
	color: #000;
  border:1px solid #000;
  position: relative;
  font-weight: 600;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/wp-content/uploads/2025/08/add-cart.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 2rem;
	padding: 0.9rem 3rem;
	padding-left: 6rem;
  width: auto;
  height: auto;
  text-decoration: none;
}
.btn-cart2:hover{
  background-color: #d6cfc8;
  border-color: #d6cfc8;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/

}
/*--------*/
.single-bottom-wrap{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  padding: 2rem;
  background-color: #fff;
}
.single-bottom-wrap p{
  margin-bottom: 0;
}
/*----------*/
.cart-bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	padding: 2rem 0;
	z-index: 30;
	box-shadow: 0 0 13px 3px rgba(0,0,0,.05);
  transition: all .4s ease-in-out;
  transform: translateY(100%);
  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.8rem;
  margin-right: 3rem;
  margin-top: 0;
  margin-bottom: 0;
}
.cart-bottom-btns{
  margin-bottom: 0;
  margin-top: 0;
}
.cart-bottom-btns .btn{
  font-size: 1.6rem;
}
.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;
}
@media only screen and (max-width: 37.5em) {
  /*600px*/
  .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(/wp-content/uploads/2025/08/cart-white.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: 3.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;
  }
}
/* ================================================================================== 
26. Blog Page
===================================================================================== */
.blog-page-wrapper{
  margin-top: 5rem;
}
.blog-page-wrapper .blog-wrapper{
  margin-top: 0;
}

.blog-aside{
  width: 100%;
  margin-top: 5rem;
  font-size: 1.6rem;
}
.article-image{
  margin-bottom: 5rem;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
}
.article-title h1{
  font-size: 3rem;
}
.aside-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.article-text img{
  width: 100%;
  height: auto;
  margin-top:2rem;
  aspect-ratio: unset;
}
.article-text figure{
  width: 100% !important;
}
.article-text figcaption{
  margin-bottom: 2rem;
  outline-style: 1.4rem;
  font-style: italic;
}
.aside-box .blog-image{
  width: 8rem;
  height: 8rem;
}
.aside-box .blog-image img{
  aspect-ratio: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aside-box h3{
  width: calc(100% - 10rem);
  font-size: 1.6rem;
}
.aside-box a{
  text-decoration: none;
}
.social-media{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #ccc;
}
.social-media ul{
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.social-media a{
  text-decoration: none;
}
.social-media li{
  margin-bottom: 0.5rem;
}
.aside-tags{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #ccc;

}
.tags-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.tags-wrapper a {
	display: inline-block;
	border: 1px solid #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.4rem;
	padding: 0rem 0.7rem;
}
.tags-wrapper a:hover{
  background-color: #000;
  color: #fff;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .blog-content .blog-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .blog-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 7rem;
  }
  .blog-content{
    width: calc(100% - 45rem);
  }
  .blog-aside{
    width: 40rem;
    margin-top: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .blog-content .blog-box{
    width: 31.3%;
  }
}
/* ================================================================================== 
27. About Page
===================================================================================== */
.top-image{
  position: relative;
}
.top-image img{
  display: block;
  width: 100%;
  height: 40rem;
  object-fit: cover;
}

.about-page-text{
  width: 100%;
  margin-top: 5rem;
  padding-left: 2rem ;
  padding-right: 2rem;
}
.about-page-image{
  width: 100%;
}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.about-page-text .btn{
  margin-top: 3rem;
}
.text-center-lg{
  max-width: 100rem;
}
.bg{
  background-color: #e0ecf5;
}


.mission-box{
  width: 100%;
  margin-bottom: 3rem;
  padding: 2.5rem;
  border:1px solid #ccc;
  text-align: center;
}
.mission-box h2{
  font-size: 2.8rem;
}
.mission-box:last-child{
  margin-bottom: 0;
}
.bg1{
  background-color: #edeee9;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .about-page-text{
    width: 50%;
    margin-top: 0;
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .about-page-image{
    width: 50%;
  }
  .text{
    max-width: 130rem;
    column-count: 2;
    gap: 5rem;
  }
  .mission-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mission-box{
    width: 48%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
    .mission-box h2{
  font-size: 3.6rem;
}
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .mission-box{
    padding: 5rem;
  }


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

}
@media only screen and (min-width: 90.0625em) {
  /*1441px*/
 .about-page-text{
    padding-right: 5rem;
    padding-left: 10rem;
  }
    .about-page-text{
    width: 42%;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
   .about-page-text{
    padding-right: 10rem;
    padding-left: 10rem;
  }
  
}
/* ================================================================================== 
28. Workshops Page
===================================================================================== */
.top-image img{
  height: 70rem;
}
.workshop-row-image{
  width: 100%;
  margin-bottom: 5rem;
}
.workshop-row-image img{
  display: block;
  width: 100%;
  height: auto;
}
.workshop-row-text{
  width: 100%;
}
.workshop-row:not(:last-child){
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ccc;
}

.info-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2rem;
  width: 100%;
}
.info-box p{
  width: calc(100% - 8rem);
}
.info-box-icon{
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border:1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-box-icon img{
  display: block;
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}
.workshop-row-text .btn{
  margin-top: 3rem;
}
.workshop-info{
  margin-top: 3rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .workshop-info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }

  .info-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .workshop-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .workshop-row-image{
    width: 48%;
    margin-bottom: 0;
  }
  .workshop-row-text{
    width: 48%;
  }
  .workshop-row:nth-child(2n+2){
    flex-direction: row-reverse;
  }
} 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .workshop-row{
    align-items: center;
  }
}
/*-------------*/
.popup-workshop{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;

}
.popup-workshop.open-popup{
  opacity: 1;
  visibility: visible;
  z-index:3;
}
.popup2{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;

}
.popup2.open-popup{
  opacity: 1;
  visibility: visible;
  z-index:3;
}
.popup1{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;

}
.popup1.open-popup{
  opacity: 1;
  visibility: visible;
  z-index:3;
}
.popup-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
}
.popup-inner{
  max-width: 70rem;
  width: 100%;
  background-color: #fff;
  max-height: 70rem;
  overflow-y: auto;
  padding: 2.5rem;
  position: relative;
  z-index: 1;
}
.popup-close{
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
  font-size: 4rem;
  color: #000;
  z-index: 2;
}
body.z header{
  z-index: 5;
}
body.z main{
  z-index: 6;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .popup-inner{
    padding: 5rem;
  }
}
/* ================================================================================== 
29. Designers Page
===================================================================================== */
.designer-page-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:3%
}
.designer-page-box:not(:last-child){
  margin-bottom: 10rem;
}
.designer-page-text{
  width: 48.5%;
  position: relative;
  padding-left: 11rem;
}
.designer-page-text a{
  text-decoration: none;
}

.designer-page-image{
  width: 48.5%;
}
.designer-page-image img{
  display: block;
  width: 100%;
  height: auto;
}
.designer-profile {
	width: 20rem;
	height: 20rem;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: -14rem;
	top: 0;
	border: 14px solid #fff;
}
.designer-profile img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.designer-page-text .btn{
  margin-top: 3rem;
}
.designer-page-text2 .btn{
  margin-top: 3rem;
}
 .designer-page-text2 a{
  text-decoration: none;
 }
/*------------*/
.designer-page-box2{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  height: 90rem;
  color: #fff;

}
.designer-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.designer-page-text2{
  height: 100%;
}
.designer-page-text2 .container{
  display: flex;
  align-items: center;
  height: 100%;
}
.designer-inner{
  max-width: 80rem;
  width: 100%;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .designer-page-box2{
    height: 100vh;
    background-attachment: fixed;
  }
}
/*----------*/
blockquote{
  font-size: 2.6rem;
  font-style: italic;
  margin-bottom: 5rem;
}
.desiner-profile-image{
  margin-bottom: 5rem;
}
.desiner-profile-image img{
  display: block;
  width: 100%;
  height: auto;
}
.bio-box{
  padding: 5rem;
  background-color: #edeee9;
  margin-top: 5rem;
}
/*-------*/
.gallery-wrapper{
  column-count: 2;
  column-gap: 1rem;
}
.gallery-wrapper a{
  display: block;
  overflow: hidden;
  margin-bottom: 1rem;
}
.gallery-wrapper a img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
}
.gallery-wrapper a:hover img{
  transform: scale(1.1);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .gallery-wrapper{
    column-count: 3;
  }
}
/* ================================================================================== 
30. Interior Page
===================================================================================== */
.interior{
  background-color: #d6cfc8;
}
.interior-wrapper{
  margin-top: 5rem;

}
.interior-text{
  width: 100%;
  margin-top: 5rem;
}
.interior-image{
  width: 100%;
}
.interior-image img{
  display: block;
  width: 100%;
  height: auto;
}
.interior-services-wrapper{
  margin-top: 5rem;
}
.interior-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.interior-box:last-child{
  margin-bottom: 0;
}
.interior-box ul{
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.interior-box h3{
  font-size: 2.4rem;
}
.interior-box ul li{
  margin-bottom: 1rem;
}
.interior-icon{
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  border:1px solid #000
}
.interior-icon img{
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .interior-services-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
    margin-top: 7rem;
  }
  .interior-box{
    width: 48.5%;
    padding: 0 1rem;
  }
  .interior-box:last-child{
    margin-bottom: 3rem;
  }

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .interior-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 7rem;
  }
  .interior-text{
    width: 50%;
    margin-top: 0;
  }
  .interior-image{
    width: 43%;
  }
  .interior-box h3{
  font-size: 3rem;
}

}   
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .interior-icon{
    width: 12.5rem;
    height: 12.5rem;
  }
  .interior-icon img{
    width: 6rem;
    height: 6rem;
  }
  .interior-box{
    padding: 0 2rem;
  }
}

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

.portfolio-image{
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 5rem;
}
.portfolio-image img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
}
.portfolio-image:hover img{
  transform: scale(1.05);
}
.portfolio-text{
  width: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-inner{
  max-width: 60rem;
  width: 100%;
  text-align: center;
}
.portfolio-text .btn{
  margin-top: 3rem;
}
.space.interior{
  margin-top: 5rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .portfolio-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .portfolio-wrapper:nth-child(2n+2){
    flex-direction: row;
  }
  .portfolio-image{
    width: 50%;
    margin-bottom: 0;
  }
  .portfolio-text{
    width: 50%;
    padding: 5rem;
  }

} 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
 .space.interior{
    margin-top: 7rem;
  }
}
/* ================================================================================== 
31. Project Page
===================================================================================== */
.project-wrapper{
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  position: relative;
}
.project-image{
  width: 100%;
}
.project-image a{
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.project-image img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
}
.project-image a:hover img{
  transform: scale(1.05);
}
.project-text{
  width: 100%;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .project-wrapper{
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .project-text{
    width: 55%;
    position: sticky;
    top: 17rem;
    right: 0;
    margin-bottom: 0;
  }
  .project-image{
    width: 40%;

  }

}
/* ================================================================================== 
32. Contact Page
===================================================================================== */
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-text{
    width: 43%;
    margin-bottom: 0;
  }
  .contact-form{
    width: 48%;
  }
}
/* ================================================================================== 
33. 404 Page
===================================================================================== */
.image-404{
  max-width:28rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.image-404 img{
  display: block;
  width: 100%;
  height: auto;
}
/* ================================================================================== 
34. New Page
===================================================================================== */
.page-new-image{
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}
.page-new-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1rem;
	aspect-ratio: 16/9;
	object-fit: cover;
}
.page-new-text{
  margin: 5rem 0;
}
.page-new-text .title{
  margin-bottom: 2rem;
}
.page-new-wrap{
  margin-bottom: 5rem;
}
.page-new-box{
  width: 100%;
  margin-bottom: 0;
  border-radius: 1rem;
  padding: 2.5rem;
  background-color: #edeee9;
  margin-bottom: 3rem;
}
.page-new-box:last-child{
  width: 100%;
  margin-bottom: 0;
}
.page-new-box h3{
  font-family: "Outfit", sans-serif;
  font-size: 2.1rem;
}
.banner-new{
  background-color: #d6cfc8;
}
.banner-home-new .text-center .btn{
  margin-top: 2rem;
}
.banner-home-new{
  margin-top: 5rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .page-new-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .page-new-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .page-new-box h3{
    font-size: 2.4rem;
  }
  .page-new-box{
    width: 31.3%;
    margin-bottom: 0;
  }
  .page-new-box:last-child{
    width: 31.3%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .page-new-text{
    margin: 7rem 0;
  }
  .page-new-wrap{
    margin-bottom: 7rem;
  }
  .banner-home-new{
    margin-top: 7rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .page-new-box{
    padding: 5rem;
  }
}
/* ================================================================================== 
Woocommerce
===================================================================================== */
/*----start detalji narudžbe / plaćanje----*/
body .woocommerce ul.order_details {
	margin: 0;
	list-style: none;
	padding: 0;
	margin-bottom: 3rem;
}
body .woocommerce ul.order_details li {
	float: none;
	margin-right: 0;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1;
	border-right:0;
  border-bottom: 1px solid #e7e7e7;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background: #fff;
	padding: 2rem;
	width: 100%;
}
body .woocommerce ul.order_details li strong {
	display: block;
	font-size: 1.4rem;
	text-transform: none;
	line-height: 1.5;
  margin-top: 5px;
}
body.woocommerce-order-received .woocommerce-order-details{
  padding: 2rem;
}
body.woocommerce-order-received .woocommerce-columns{
  display: flex;
  flex-direction: column;
  gap:2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem;
}
body.woocommerce-order-received .woocommerce-column--2,body.woocommerce-order-received .woocommerce-column--1{
  float: none;
  width: 100%;
}
body  .woocommerce .woocommerce-customer-details address {
	border: 0; 
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  body .woocommerce ul.order_details {
    display: flex;
    flex-direction: row;
  }
  body .woocommerce ul.order_details li {
    width: 25%;
    border-right: 1px solid #e7e7e7;
    border-bottom: 0;
  }
  body.woocommerce-order-received .woocommerce-columns{
    flex-direction: row;
    gap:0
  }
  body.woocommerce-order-received .woocommerce-column--2,body.woocommerce-order-received .woocommerce-column--1{
    width: 48%;
  }
}
/*----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: 100%;
	left: auto;
}
.woocommerce form .form-row textarea {
	height: 20rem;
}
.wc_payment_methods.payment_methods.methods label{
    margin:0;
}
#order_review_heading {
	margin-top: 3rem;
	clear: both;
	display: block;
	float: left;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	content: none !important;
	display: none !important;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f6f9f7;
	border-radius: 5px;
}
/* ------login------- */
#customer_login h2{
  text-transform: uppercase;
}
#customer_login .u-column1 form,  #customer_login .u-column2 form{
  /* background-color: #f7f4f1;
  border: 0 !important; */
  padding:2.5rem;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap:1rem
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input{
  width: auto;
}
#customer_login  .form-row{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.password-input{
  width: 100%;
}
#customer_login .button{
  align-self: flex-start;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	content: none !important;
	display: none !important;
}
#customer-login {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  #customer_login .u-column1 form,  #customer_login .u-column2 form{
    height: 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 #000;
	border-radius: 0;
	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: 1.6rem 5rem !important;
	font-weight: 500 !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  background-color: #000 !important;
  color: #fff !important;
  font-size: 1.6rem !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: #000 !important;
}
#customer_login .button{
  margin-top: 3rem;
}
.woocommerce-LostPassword{
  font-style: italic;
  text-decoration: underline;
}
.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(/wp-content/uploads/2025/08/delete.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center;
}
.woocommerce a.remove:hover{
  background-color: transparent;
  background-image: url(/wp-content/uploads/2025/08/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(/wp-content/uploads/2025/08/home.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before{
  background-image: url(/wp-content/uploads/2025/08/orders.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before{
  background-image: url(/wp-content/uploads/2025/08/downloads.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before{
  background-image: url(/wp-content/uploads/2025/08/address.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before{
  background-image: url(/wp-content/uploads/2025/08/payment.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before{
  background-image: url(/wp-content/uploads/2025/08/details.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before{
  background-image: url(/wp-content/uploads/2025/08/logout.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--lista-zelja a::before{
  background-image: url(/wp-content/uploads/2025/08/favorites.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--rma-requests a::before{
  background-image: url(/wp-content/uploads/2025/10/returns.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--support-tickets a::before{
  background-image: url(/wp-content/uploads/2025/10/tickets.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--following a::before{
  background-image: url(/wp-content/uploads/2025/10/vendors.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: #000;
}
.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: #000;
  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: rgba(246, 137, 2,.1);
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border-color:rgba(246, 137, 2,.1);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce-MyAccount-content em{
  font-size: 1.4rem;
  opacity: 0.8;
}
.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: 0;
	color: #fff;
  position: relative;
  font-weight: 600;
  background-color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/wp-content/uploads/2025/10/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{
  border: 0 !important;
}
table.wishlist_table thead th{
  border-color: transparent;
}
.wishlist_table .product-add-to-cart a.add_to_cart_button:hover{
  background-color: #000;
  opacity: 0.6;
}
.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: #000;
  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;
}

/* Mare CSS fix */
article.article-text {
    overflow: hidden;
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0;
}

.yith-add-to-wishlist-button-block {
    margin: 0;
    padding: 1rem;
	background: #b8b7af;
	transition: 0.6s;
}
.yith-add-to-wishlist-button-block:hover {
	background: transparent;
}
.yith-add-to-wishlist-button-block {
	position: absolute;
    top: 2rem;
    z-index: 1;
    right: 3.5rem;
    width: 2rem;
    height: 2rem;
    background: transparent;
}
body.post-type-archive-product .yith-add-to-wishlist-button-block {
    top: 1rem;
    right: 2rem;
}

.xoo-wsc-sc-cont {
    margin-left: 2rem;
    margin-right: 2rem;
}

div#dokan-store-listing-filter-wrap {
    display: none;
}
body.home header.scrolled .xoo-wsc-icon-bag2:before, body.dokan-store header.scrolled .xoo-wsc-icon-bag2:before {
    color: #000;
}
body.home header .xoo-wsc-icon-bag2:before, body.dokan-store header .xoo-wsc-icon-bag2:before {
    color: #fff;
}

.single-delivery.umjetnikk img {
    height: 2rem;
}

@media only screen and (min-width: 61.3125em) {
    body.page-template-template-usluge .blog-content, body.page-template-template-umjetnici .blog-content {
        width: 100%;
    }
}

body.page-template-template-usluge a.btn.btn-primary {
    text-align: center;
}
/*----------*/
.wishlist-items-wrapper .product-price{
  display: table-cell;
  gap:0;
  text-align: left;
}
.dokan-dashboard-wrap .dokan-form-group #insert-media-button, input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme {
	color: #FFFFFF !important;
	background-color: #000000 !important;
	border-color: #000000 !important;
	font-size: 1.6rem !important;
	text-decoration: none;
	padding: 1rem 2rem !important;
	border-radius: 0 !important;
}
/*-----*/
.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 2px !important;
	background: #000 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
  background-color: #000 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	top: -0.5px !important;
	background-color: #000 !important;
	border: 0 !important;
}
/*--------*/
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review, .cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review {

	background-color: #000  !important;
}
.cr-all-reviews-shortcode .cr-review-form-item, .cr-ajax-reviews-review-form .cr-review-form-item, .cr-reviews-grid .cr-review-form-item, .cr-qna-block .cr-review-form-item, .cr-onsite-ratings .cr-review-form-rating, .cr-review-form-rating-overall .cr-review-form-rating, .cr-all-reviews-shortcode .cr-review-form-comment, .cr-ajax-reviews-review-form .cr-review-form-comment, .cr-reviews-grid .cr-review-form-comment, .cr-qna-block .cr-review-form-comment, .cr-all-reviews-shortcode .cr-review-form-ne, .cr-ajax-reviews-review-form .cr-review-form-ne, .cr-reviews-grid .cr-review-form-ne, .cr-qna-block .cr-review-form-ne, .cr-all-reviews-shortcode .cr-review-form-buttons, .cr-ajax-reviews-review-form .cr-review-form-buttons, .cr-reviews-grid .cr-review-form-buttons, .cr-qna-block .cr-review-form-buttons {
	max-width: 100rem;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit, .cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit, .cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit, .cr-qna-block .cr-review-form-buttons .cr-review-form-submit {

	background-color: #000 !important;

}
.cr-button-search {
	background: #000 !important;
	border-radius: 0 !important;
	color: #fff !important;
	border-color: #000 !important;
}
#reviews.cr-reviews-ajax-reviews .cr-input-text, .cr-all-reviews-shortcode .cr-ajax-search .cr-input-text, .cr-ajax-search input[type="text"] {
border-radius: 0 !important;
	padding-left: 5rem;
  height: 51px;

}
.cr-all-reviews-shortcode {
	max-width: 100rem;
	width: 100%;
	margin: 0 auto;
}
/*-------*/
#customer_login label{
display: flex;
flex-direction: row;
gap:1rem
}
#customer_login label input{
  width: auto;
}
/*---------*/
.woocommerce-dropdown-button__labels span:first-child {
	font-size: 1.5rem;
}
.woocommerce-dropdown-button__labels span:last-child {
	font-size: 1.3rem;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active::after {
	right: 0 !important;
  left: auto !important;
	top: 50% !important;
	border-width: 7px 10px 7px 0 !important;
  margin-top: 0 !important;
	transform: translateY(-50%) !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a{
  font-size: 1.5rem;
  letter-spacing: 0;
}
.dokan-dashboard .dokan-dashboard-wrap {
	align-items: flex-start;
}
.dokan-dashboard .dokan-dashboard-content {
	flex: 5 auto;
	font-size: 1.6rem;
	font-family: "Outfit", sans-serif;
}
.dokan-dashboard .dokan-dashboard-content h1, .dokan-dashboard .dokan-dashboard-content h2, .dokan-dashboard .dokan-dashboard-content h3, .dokan-dashboard .dokan-dashboard-content h4, .dokan-dashboard .dokan-dashboard-content h5, .dokan-dashboard .dokan-dashboard-content h6{
  font-family: "Outfit", sans-serif;
}
.woocommerce-section-header__title {
	font-size: 2rem;

}
body .dokan-dashboard .dokan-dash-sidebar{
  background-color: #f0f0f0 !important;
}
.dokan-dashboard .dokan-dash-sidebar, .wc-setup .wc-setup-steps li.done::before, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu, .dokan-dashboard-wrap #customer-info-container .info-field .icon, .dokan-dashboard-wrap .dashboard-widget .dokan-dashboard-announce-unread, .dokan-dashboard-wrap .dokan-dashboard-content #vendor-own-coupon .code:hover {
	background-color: #f0f0f0 !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i.fa-caret-right{
  font-size: 1.4rem;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-right {
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach {

	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dokan-layout .text-sm {
	font-size: 1.175rem;
	line-height: 1.25rem;
	padding: 1rem;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover a, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current a {
	color: #FFFFFF !important;
	background: #000;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover::before, body .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current::before {
	border-color: #000 !important;
}
.dokan-dashboard-wrap input, .dokan-dashboard-wrap select{
  padding: 1rem 2rem;
  font-size: 1.6rem;
  letter-spacing: 0;
}

#dokan-store-location-edit-section .dokan-w4.dokan-text-left {
  padding-left: 15px;
}
#dokan-store-location-edit-section .dokan-w4.dokan-text-left .dokan-btn-sm{
  background-color: #000;
  color: #fff;
}
.dokan-form-group > label {
  text-align: left;
  font-weight: 700;
}
@media (min-width: 430px) {
.dokan-form-group > input{
  width: 41.66666667%;
  float: left;
}
.dokan-form-group > label {
	width: 25%;
	float: left;
  text-align: right;
  padding-right: 15px;
  font-weight: 700;
}
#dokan-address-fields-wrapper .dokan-form-group > label {
  width: auto;
  float: none;
  padding-right: 0;
  text-align: left;
}
#dokan-address-fields-wrapper .dokan-form-group input{
  float: none;
  width: auto;
}
}
#wp-dokan_store_about_hr-wrap{
  margin-top: 3rem;
}
.description{
  padding: 2rem 0;
}
.vendor-service-row .button{
  padding: 0.6rem 2rem !important;
  
}
#min_max_amount div{
  font-size: 1.6rem !important;
}
#add-service{
  margin-top: 2rem;
}

select.dokan-form-control {
	height: auto !important;
}

a.gt-current-lang, header.dokan-dashboard-header.dokan-ai-prompt, .widget.woocommerce.widget_price_filter h2, header.dokan-dashboard-header {display:none !important;}

div#dokan-product-title-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.dokan-form-group.dostava, .dokan-form-group.dodatne {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	width:100% !important;
	margin: 15px auto;
}
.dokan-form-group.dostava label, .dokan-form-group.dodatne label {
    width: 100%;
    text-align: left;
}
.dokan-form-group.dostava input#dostava {
    margin-left: 10px;
    margin-right: 10px;
}
div#wp-dodatne_informacije-wrap {
    width: 100%;
}
.dokan-product-edit-form label.form-label {
    text-align: left;
}
.dokan-product-edit-form button#permalink-manager-toggle {
    display: none !important;
}

a.header-user.zelje {
	margin: 0;
	margin-right: 2rem;
}

button.wpcf7-field-group-add {
    padding: 1rem;
}
button.wpcf7-field-group-remove {
    padding: 1rem;
    margin-right: 1rem;
}
body.page-template-template-registracija fieldset input[type="submit"] {
	width:100%;
}
body.archive .title {
    margin-bottom: 3.7rem;
}
.aside-search form.woocommerce-product-search, .main-search form.woocommerce-product-search {
    position: relative;
    margin-top: 2rem;
	margin-bottom:3rem;
}
.aside-search input#woocommerce-product-search-field, .main-search input#woocommerce-product-search-field {
	-webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
	border: 1px solid #cacaca;
}

@media all and (min-width:1100px) {
	.aside-search, .search-naslov {display:none;}
}

input[type="number"].qty {
    -moz-appearance: textfield; 
}

.single-quantity input[type="number"].qty::-webkit-outer-spin-button,
.single-quantity input[type="number"].qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-cart.add_to_cart_button {
  position: relative;
  transition: all 0.3s ease;
}

.btn-cart.add_to_cart_button.loading {
  opacity: 0.7;
  pointer-events: none;
}

.btn-cart.add_to_cart_button.added {
  background-color: #2e7d32 !important;
  border-color: #2e7d32 !important;
  color: transparent !important;
}

.btn-cart.add_to_cart_button.added::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  font-size: 18px;
  color: #fff;
  animation: tickPop 0.3s ease forwards;
}

@keyframes tickPop {
  0% { transform: translate(-50%, -50%) scale(0); opacity: 0; }
  60% { transform: translate(-50%, -50%) scale(1.3); opacity: 1; }
  100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}

/*body.single-product .single-btns .yith-add-to-wishlist-button-block {
    position: relative;
    top: 0;
    z-index: 1;
    right: 0;
    width: 2rem;
    height: 2rem;
    background: transparent;
}*/

a.reset_variations {
    height: 5px;
    display: block;
}

body.single-product .giftcard-wrapper .quantity .qty {
    width: 5rem !important;
    padding: 1.25rem .5rem 1.25rem 2rem !important;
}
.giftcard-wrapper label{
font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
p.wps_wgm_section.wps_message {
    margin-top: 0;
}
span.wps_wgm_message_length {
    font-size: 12px;
}
input#wps_wgm_to_email_send {
    display: none;
}

a#mwg_wgm_preview_email {
    display: inline-block;
    padding: 1rem 2.6rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.6rem;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
a#mwg_wgm_preview_email:hover {
    background-color: #000;
    color: #fff;
}
.wps_wgm_added_wrapper {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
/* ================================================================================== 
35. Reviews
===================================================================================== */
.reviews{
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.reviews-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}
.swiper-slide{
  box-sizing: border-box;
}
.reviews-inner{
  max-width:26rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.reviews-inner h4{
  font-size: 2rem;
  font-style: italic;
}

.reviews .custom-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.reviews-next{
  right: 2rem;
}
.reviews-prev{
  left: 2rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .reviews-inner{
    max-width:40rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .reviews-inner{
    max-width: 70rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .reviews{
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}

body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form input[type=radio], body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form input[type=checkbox] {padding:0 !important;}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form fieldset {
    margin-bottom: 4rem;
}

body.page-template-template-dokan-dash section.newsletter.space {
    display: none;
}
.vendor-address h3 {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 1px;
}

body.home .product-box-cat img {
    max-height: 34rem;
    object-fit: cover;
}
#wpcf7-f2229-o1 form input[type="submit"] {
	width:100% !important;
}
section#reviews-strucnjaci {
    max-width: 70rem;
    margin: 0 auto;
}
/*------*/
.text-toggle{
  display: none;
}
p.stars {
    color: gold;
    font-size: 3rem;
}
/*------*/
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	margin: 0;
	text-decoration: none;
	padding: 0;
	line-height: 1;
	font-size: 1em;
	font-weight: 400;
	padding: 0.8rem 1.3rem;
	min-width: 1em;
	display: block;
}


.page-numbers.current{
  background-color: #edeee9 !important;
}
body.single-product .giftcard-wrapper .quantity .qty {
	width: 5rem !important;
	padding: 1rem !important;
	height: 5rem;
}
.blog-tagline{
  font-size: 1.5rem;
  opacity: 0.6;
}