/*!
Theme Name: vdtheme
Theme URI: https://virtus-dizajn.com/
Author: Virtus dizajn
Author URI: https://virtus-dizajn.com/
Description: Design theme for Virtus dizajn.
Version: 1.0.0
Tested up to: 6.8.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Screenshot: https://virtus-dizajn.com/wp-content/themes/vdtheme/screenshot.png

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url('fonts/fonts.css');
/*===================== TABLE OF CONTENT =======================

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

=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }  a, a:active, a:hover, a:focus { outline: none;text-decoration: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } 
 strong { font-weight: 700; }

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

}
.image-404{
  margin-bottom: 5rem;
}

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.7rem;
  
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  body {
  font-size: 2rem;
  
}

}

main{
  position: relative;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
	display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #e1d7e5;  color: #791d8e; }  
::selection { background-color: #e1d7e5; color: #791d8e }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-2xl{
  max-width: 192rem;
  padding: 0;
}
.container-fluid{
  max-width: 100%;
}
.container-md{
  max-width: 120rem
}
.container-sm{
  max-width: 100rem;
}
.container-xl{
  max-width: 160rem;
  padding: 0;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

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

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

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

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

.btn {
	display: inline-block;
	padding: 1.6rem 2rem;
  text-align: center;
	font-weight: 600;
  transition: all .4s ease-in-out;
  text-decoration: none;
  border-radius: 10rem;
  border:1px solid transparent;
  font-size: 1.6rem;
  font-family: 'IBM Plex Mono', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-white2{
  border-color: #fff;
  color: #000;
  background-color: #fff;
}
.btn-white2:hover{
  background-color: transparent;
  color: #fff;
}
.btn-white3{
  background-color: rgba(255,255,255,.2);
  border-color: #fff;
}
.btn-white3:hover{
  background-color: #fff;
  color: #000;
}

.btn-primary{
  border-color: #000;
}
.btn-primary:hover{
  border-color: #791d8e;
  color: #fff;
  background-color: #791d8e;
}
.btn-white3{
  background-color: transparent;
  border-color: #fff;
}
.btn-white3:hover{
  background-color: #fff;
  color: #000;
}
.btn-secondary{
  border-color: #791d8e;
  color: #fff;
  background-color: #791d8e;
}
.btn-secondary:hover{
  background-color: transparent;
  color: #791d8e;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .btn {
    padding: 1.6rem 8rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .btn-header{
    margin-left: 0;
  }
}
.btn-header{
  padding: 1.2rem 4rem;
  background-color: rgba(255,255,255,.2);
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
  margin-left: 0;
}
.btn-header:hover{
  background-color: #fff;
  color: #000;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
	width: 100%;
	border: 1px solid #ccc;
	padding: 1.8rem 2rem;
	outline: none;
	background-color: #f3f3f3;
	font-size: 1.6rem;
	font-family: inherit;
	border-radius: 1rem;
	font-weight: 300;

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

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

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .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;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  padding:  0;
  font-size: 1.4rem;
}
.intro-pages .breadcrumbs{
  padding: 0;
}
.pages .breadcrumbs ul li:last-child{
  display: none;
}
.pages .breadcrumbs ul li:nth-last-child(2)::after{
  content: none;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.breadcrumbs ul 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: 1rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
.list .tabs-container  ul li {
	position: relative;
	padding-left: 3rem;
	margin-bottom: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}
.list .tabs-container  ul li::before {
	content: '';
	position: static;
	left: auto;
	top: auto;
	width: 2rem;
	height: 2rem;
	background-image: url(images/list.svg);
	background-repeat: no-repeat;
	background-size: 2rem;
	display: inline-block;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  border:1px solid #ccc;
  text-decoration: none;
  font-size: 1.4rem;
}
.page-numbers.current, .page-numbers:hover{

  background-color: #e1d7e5;
  color: #050517;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 10rem;
}

/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrow{
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border:1px solid #754386;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem;
  cursor: pointer;
  transform: translateY(-50%);
  background-color: #754386;
  z-index: 2;
  border:1rem solid #e1d7e5;
}
.custom-next{
  background-image: url(images/next-white.svg);
}
.custom-prev{
  background-image: url(images/prev-white.svg);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .custom-arrow{
    width: 8rem;
    height: 8rem;
    border:1.6rem solid #e1d7e5;
  }

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

}
/* pagination custom 2 */
.custom-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  margin-top: 3rem
}
.swiper-pagination-bullet{
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #001bcb;

}
/* ================================================================================== 
14. Header
===================================================================================== */
.lang{
  z-index: 3;
  order: 2;
  margin-left: auto;
  margin-right: 2rem;

}
.wpml-ls-legacy-list-horizontal{
  padding: 0;
}
.wpml-ls-legacy-list-horizontal a{
  padding: 0;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .lang{
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .lang{
  
    order: -1;

    margin-left: 0;
    margin-right: 2rem;
  }
}
/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
/*---------*/
.menu-icon {
   width: 40px;
    height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	border-radius: 10px;
	transition: 0.3s ease;
	z-index: 12;
  order: 3;
  margin-left: 2rem;

  background: #e1d7e5;
}

.menu-icon:hover {
  background: #791d8e;
}

.menu-icon span {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.menu-icon:hover span{
  background-color: #fff;
} 
/* Dots layout */
.menu-icon span:nth-child(1) {
  top: 12px;
  left: 12px;
}
.menu-icon span:nth-child(2) {
  top: 12px;
  right: 12px;
}
.menu-icon span:nth-child(3) {
  bottom: 12px;
  left: 12px;
}
.menu-icon span:nth-child(4) {
  bottom: 12px;
  right: 12px;
}

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

.menu-icon.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.menu-icon.active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.menu-icon.active span:nth-child(3),
.menu-icon.active span:nth-child(4) {
  opacity: 0;
  transform: scale(0.5);
}
/*-----------*/
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  padding: 2rem 0;
  transition: all .4s ease-in-out;
  color: #fff;
}
header.scrolled{
  background-color: #130517;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
  transition: all .4s ease-in-out;
}
.header-logo img{
  display: block;
  width: 12rem;
  height: auto;
  filter: brightness(0) invert(100);
  transition: all .4s ease-in-out;
}

nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #130517;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 11;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 0;
  transition: all  .4s  ease-in-out;
  font-weight: 400;

}

nav li a:hover, nav li.current_page_item a{
  color: #7d4e8d;

}

/*nav li:nth-child(3){
  margin-left: auto;
}*/
nav li:nth-child(4){
  margin-left: auto;
}

.mobile-info{
  margin-top: 3rem;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{

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

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.btn-header{
  display: none;
}
 .mobile-info .btn{
    margin-bottom: 3rem;
  }
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .btn-header{
    display: inline-block;
    margin-left: auto;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .header-logo img{
    width: 16rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .menu-icon{
    display: none;
  }
  .header-logo{
    position: absolute;
    left: 50%;
    top:77%;
    transform: translate(-50%,-50%);
    z-index: 5;
  }
  .header-logo img{
    /*width: 27.5rem;*/
  }
  header.scrolled .header-logo{
    top: 50%;
  }
  header.scrolled .header-logo img{
    /*width: 20rem;*/
	width: 17rem;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 96rem;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;

  }
  nav ul{
    display: flex;
    flex-direction: row;

  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
 
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 1rem 1.5rem;
    font-size: 1.8rem;

  }
   nav{
    margin-left: 6.4rem;
   }
}
@media only screen and (min-width: 81.25em) {
  /*1240px*/
   nav{
    margin-left: 10.4rem;
   }
}
@media only screen and (min-width: 81.25em) {
  /*1300px*/
     nav{
    margin-left: 7.4rem;
   }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
    nav{
      max-width: 100rem;
    }
}

@media only screen and (min-width: 87.5em) {
  /*1400px*/
   nav{
    margin-left: 9.4rem;
   }

}
@media only screen and (min-width: 96.875em) {
  /*1440px*/
   nav{
    margin-left: 11.4rem;
   }
}
@media only screen and (min-width: 96.875em) {
  /*1550px*/
    nav{
    margin-left: 14rem;
   }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
    nav li a{
    padding: 2rem;
    font-size: 2rem;
    
  }
   .header-logo img{
    width: 20rem;
  }
  nav{
    max-width: 120rem;
    margin-left: 10rem;
  }
  .header-logo{
    top:100%;
  }
  
}

@media only screen and (min-width: 103.75em) {
  /*1660px*/
    nav{
    margin-left: 12rem;
  }
}
@media only screen and (min-width: 106.25em) {
  /*1700px*/
    nav{
    margin-left: 16rem;
  }
}
@media only screen and (min-width: 112.5em) {
  /*1800px*/
    nav{
    margin-left: 18rem;
  }

}
/* ================================================================================== 
15. Intro
===================================================================================== */
section{
  position: relative;
  background-color: #fff;
}
.intro .title h1{
  font-family: 'IBM Plex Mono', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.intro{
  overflow: hidden;
  height: 80rem;
}
.intro video{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.intro-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.46;
}
.intro-overlay2{
  position: absolute;
  top: 0;
  left: 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{
  height: 100%;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-center{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.intro-inner{
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.btn-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap:2rem;
  margin-top: 5rem;
}
.intro .text-center{
  max-width: 40rem;
}
.intro .social{
  position: absolute;
  bottom: 5rem;
  right: 5rem;
  flex-direction: column;
  display: none;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro .social{
    display: flex;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro{
    height: 100vh;
  }
}
/* ================================================================================== 
16. About
===================================================================================== */
.about-text{
  width:100%;
  display: flex;
  align-items: center;
  padding: 5rem 2rem;
  padding-right: 4rem;
}

.about-inner .btn{
  margin-top: 4rem;
}
.about-inner p{
  width: 100%;
}
.about-image{
  width: 100%;
}
.about-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title-bg {
	position: absolute;
	right: -2rem;
	top: 18rem;
	transform: rotate(-90deg);
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 600;
	transform-origin: 61% 10%;
	-webkit-text-stroke: 1px #791d8e;
	color: transparent;
	animation: fillPulse 3s ease-in-out infinite;
    font-family: 'IBM Plex Mono', sans-serif;
    display: none;
}

@keyframes fillPulse {
  0% {
    color: transparent;
  }
  50% {
    color: #791d8e;
  }
  100% {
    color: transparent;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title-bg {
    display: block;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title-bg {
    font-size: 4.8rem;
  }
  .about-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-text{
    width:60%;
    display: flex;
    align-items: center;
    padding: 5rem;
    padding-left: 5rem;
  }
  .about-inner{
    max-width: 64rem;
    width: 100%;
  }
  .about-inner p{
    width: 80%;
  }
  .about-image{
    width: 40%;
  }
  .title-bg {
    right: 0;
    top: 35rem;
  }

}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .about-text{
    padding-left: 15rem;
  }

}
/* ================================================================================== 
17. Products Categories
===================================================================================== */
.products-categories{
  overflow: hidden;
}
.products-categories-wrapper{
  margin-top: 5rem;
}
.products-categories-box{
  width: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 3rem;
  text-decoration: none;
  transition: all .4s ease-in-out;
  position: relative;
}
.products-categories-box img{
  width: 100%;
  height: auto;
  aspect-ratio: 16/16;
  object-fit: cover;
  display: block;
  transition: all .4s ease-in-out;
}
.products-categories-box:hover img{
  transform: scale(1.05);
}
.products-categories-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,  rgba(93,35,113,0.9) 0%,rgba(93,35,113,0) 100%);
}

.products-categories-text {
	position: absolute;
	right: 0;
	bottom: 3rem;
	color: #fff;
	width: 100%;
	padding: 1rem;

	background-size: 27rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.products-categories-text h3{
  margin: 0;
  padding: 1rem;
  font-size: 2.2rem;
  font-weight: 400;
}
.products-categories-box {
  will-change: transform;
  transition: transform 0.1s linear;
}
.btn-center{
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.products-prev{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.products-next{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .products-categories-box{
    width: 48.5%;
  }
  .products-categories-wrapper{
    margin-top: 8rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .products-prev{
    transform: translateY(-50%) scale(0.8);

  }
  .products-next{
    transform: translateY(-50%) scale(0.8);
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .products-categories-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .products-categories-text{
    width: 40rem;
    height: 20rem;
    background-size: 37rem;
  }
  .products-categories-text h3{
    font-size: 2rem;
  }
}
/* ================================================================================== 
18.Why Us
===================================================================================== */
.whyus .title-bg{
  right: 2rem;
  z-index: 2;
}

.whyus-text{
  width: 100%;
  padding: 5rem  2rem 5rem 2rem;
}
.whyus-text  ul{
  margin-top: 3rem;
}

.whyus-image{
  width: 100%;
  position: relative;
}
.whyus-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.whyus-image img:nth-child(2){
  position: absolute;
  left: 0;
  bottom: 5rem;
  width: 60rem;
  height: auto;
  display: none;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .whyus-image img:nth-child(2){
    display: block;
  }
  .whyus-image img{
    width: 70%;
    height: 100%;
    margin-left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .whyus-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .whyus .title-bg{
    right: 35%;

  }
  .whyus-text{
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .whyus-inner{
    max-width: 70rem;
    width: 100%;
    padding-left: 10rem;
  }
  .whyus-image{
    width: 50%;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .whyus-inner{
    padding-left: 20rem;
  }
}
/* ================================================================================== 
19. News
===================================================================================== */
.news-slider{
  overflow: hidden;
  margin-top: 5rem;
}
.news-top-text{
  max-width: 60rem;
  width: 100%;
}
.news-box{
  box-sizing: border-box;
  padding: 4rem;
  background-color: #efe9f1;
  position: relative;
  height: auto;
  display: block;
}
.news-box::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 15rem;
  background-color: #fff;
  z-index: -1;
}
.news-box  a{
  text-decoration: none;
  transition: all  .4s ease-in-out;
}
.news-image{
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.news-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.news-box h3{
  font-size: 2.1rem;
}
.news-box{
  font-size: 1.6rem;
}
.news-arrows{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap:1rem;
  margin-top: 7rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .news-arrows{
    position: absolute;
    left: 5rem;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
   
  }
  .news-slider{
    max-width: 80%;
    margin-left: auto;
  }


}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .news-slider{
    max-width: 90%;
  }
  .news-box::before{
    height: 25rem;
  }
  .news-box h3{
    font-size: 2.6rem;
  }

}
/* ================================================================================== 
20. Banner
===================================================================================== */
.banner{
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
}
.banner-text{
  text-align: center;
}
.banner-text .btn{
  margin-top: 4rem;
}
/* ================================================================================== 
21. Footer
===================================================================================== */
footer{
  padding: 5rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
  line-height: 1.8;
}

.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer a{
  text-decoration: none;
}
.footer-logo img{
  display: block;
  width: 12rem;
  margin: 0 auto;
  height: auto;
}
footer ul li a{
  font-size: 2rem;
  font-weight: 600;
}

.copyright{
  padding: 1rem 0;
  background-color: #fff;

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

.fixed-btns{
  position: fixed;
  left: 1rem;
  bottom: 20%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap:1rem;
}
.fixed-btns a{
  display: flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  background-color: #7d4e8d;
  transition: all .4s ease-in-out;
}
.fixed-btns a:hover{
  opacity: 0.5;
}
.fixed-btns a img{
  display: block;
  width: 2rem;
  height: 1.4rem;
  object-fit: contain;
  filter: brightness(0) invert(100);
}
.fixed-btns{
  left: 2rem;
  bottom: 10%;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .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-logo img{
    width: 20rem;
    margin: 0;
  }
  footer ul li a{
    font-size: 2.4rem;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
 
  
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  footer ul{
    column-count: 2;
    column-gap: 3rem;
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-logo img{
    width: 27rem;
  }
   .fixed-btns a{
    width: 6.5rem;
    height: 6.5rem;
  }

  .fixed-btns a img{
    width: 4rem;
    height: 2rem;
  } 
}
/* ================================================================================== 
22. Blog
===================================================================================== */

.intro-pages .intro-overlay{
  opacity: 1;
}

.news-wrapper .news-box{
  width: 100%;
  margin-bottom: 3rem;
  padding: 2rem;
}
.intro-pages {
	height: 29rem;
	padding-top: 8rem;
}
 .intro-pages .title{
  margin-bottom: 0;
 }
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .news-wrapper .news-box{
    width: 48.5%;
  }
  .news-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .news-wrapper .news-box{
    padding: 4rem;
    width: 31.3%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro-pages {
    height: 40rem;
    padding-top: 15rem;
  }
}
/*-----------*/
.article-aside{
  width:100%;
}
.article-content{
  width: 100%;
  margin-bottom: 5rem;
}
.mini-blog-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 15rem;
  position: relative;
  min-height: 9rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}
.mini-blog-image{
  width: 12rem;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.mini-blog-image::after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}
.mini-blog-image:hover::after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.mini-blog-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.mini-blog-box a{
  text-decoration: none;
}
.mini-blog-box h3 {
	font-size: 1.6rem;
	margin: 0;
	line-height: 1.6;
}
.article-image{
  margin: 5rem 0;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .article-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .article-aside{
    width: 40rem;
  }
  .article-content{
    width: calc(100% - 50rem);
    margin-bottom: 0;
  }
}
/*-----------*/
.gallery-wrapper{
  column-count: 2;
  column-gap: 1rem;
  margin-top: 10rem;
}
.gallery-wrapper a{
  display: block;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
}
.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);
}
.gallery-section{
  padding-top: 5rem;
}
.gallery2{
  margin-top: 0;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .gallery-wrapper{
    column-count: 3;
  }
}
/* ================================================================================== 
23. Contact Page
===================================================================================== */
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
}
.contact-text .social{
  margin-top: 5rem;
}
.map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
.contact-form .btn{
  background-color: #754386;
  color: #fff;
  border-color: #754386;
  cursor: pointer;
}
@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: 40%;
    margin-bottom: 0;
  }
  .contact-form{
    width: 45%;
  }
}
/* ================================================================================== 
24. About Page
===================================================================================== */
.about3-text{
  width: 100%;

  display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5rem 2rem;
}
.about3-images{
  width: 100%;
}
.about3-images img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/11;
  object-fit: cover;
}
.bg{
  background-color: #e1d7e5;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .about3-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.about4-wrapper{
  flex-direction: row-reverse;
}
.about3-text{
  width: 45%;
margin-bottom: 0;
}
.about3-images{
  width: 45%;
}
.about3-inner {
	max-width: 65rem;
	width: 100%;
}
}
/* ================================================================================== 
25. Products Page
===================================================================================== */

.content-aside {
	width: 100%;
	padding: 2rem;
	background-color: #f9f3fb;
	font-size: 1.6rem;
  border-radius: 2rem;
  margin-bottom: 5rem;
}
.content-aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
.content-aside a {
	text-decoration: none;
	transition: all .4s ease-in-out;
	display: block;
	padding: 0.9rem 0;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
}

.content-aside a:hover{
  color: #791d8e;
}
.content{
  width:100%;
}
.product-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.product-box {
	width: 48.5%;
	margin-bottom: 3rem;
	text-align: center;
	border: 1px solid #ccc;
  position: relative;
	padding: 1rem;
	border-radius: 2rem;
  transition: all .4s ease-in-out;
}
.product-box:hover{
  border-color: #791d8e;
}
.product-image{
  display: block;
  margin-bottom: 2rem;
  overflow: hidden;
}
.sticker {
	position: absolute;
	left: -1rem;
	top: -1rem;
	width: 6rem;
	height: 6rem;
	background-color: #791d8e;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	font-size: 1.4rem;
	border-radius: 1.2rem;
	font-weight: 600;
}
.single-proizvodi .sticker {
	left: 0;
	top: 0;
}
.product-box a{
  text-decoration: none;
}
.product-image img{
  display: block;
  width: 100%;
  height: auto;
  /*aspect-ratio: 16/14;*/
  aspect-ratio: 1/1;
  object-fit: contain;
  transition: all .4s ease-in-out;
}
.product-box h3{
  font-size: 1.9rem;
}
.products-slider{
  overflow: hidden;
  margin-top: 7rem;
}
@media only screen and (max-width: 56.25em) {
  /*900px*/
  .content-aside h3{
    background-image: url(images/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 1.2rem;
    background-position: right center;
    margin: 0;
  
  }
    .content-aside h3.active{
    background-image: url(images/arrow-up.svg);
    }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .content-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .content-aside {
	  width: 30rem;
    padding: 3rem;
    margin-bottom: 0;
  }
  .content{
    width: calc(100% - 35rem);
  }
  .content-aside ul{
      display: block;
  }

} 
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .product-box {
	  padding: 3rem;
    width: 31.3%;
  }
  

}
/*----------*/
.product-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 4rem;
}

.tab-container{
  padding-top: 4rem;
}
.tab-container .product-table{
  margin-top: 5rem;
}
.tab-container .product-table th:first-child, .tab-container .product-table td:first-child{
  width: 20%;
}
.product-table table{
  width: 100%;
}
.product-table th {
  background: #e1d7e5;
  color: #000;
  text-align: left;
  padding: 16px;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.product-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #f0f0f0;
  color: #374151;
  font-size: 15px;
}

.product-table tr:last-child td {
  border-bottom: none;
}

.product-table td:first-child {
  font-weight: 600;
  width: 40%;
  background: #f9fafb;
}

.product-table tr:hover td {
  background: #f3f4f6;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 48em) {
  /*768px*/
  .product-table{
   overflow-x: auto;
  }
  .product-table table{
 
        width: 78rem;
  }
}
/*----------*/
/*----*/
.product-table2{
  margin-top: 5rem;
}
.product-table2 table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 48em) {
  /*768px*/
    .product-table2{
      overflow-x: auto;
  }
  .product-table2 table{

      width: 78rem;
  }
}
/* Header */
.product-table2 th {
  background: #e6dff0; /* nježnija lila */
  color: #1f2937;
  text-align: left;
  padding: 14px 18px;
  font-size: 17px;
  font-weight: 600;
  border-bottom: 2px solid #d4c6e0;
}

/* Cells */
.product-table2 td {
  padding: 12px 18px;
  border-bottom: 1px solid #ececec;
  color: #374151;
  font-size: 14px;
  background: #ffffff;
}

/* Zebra efekt za bolju čitljivost */
.product-table2 tbody tr:nth-child(even) td {
  background: #fafafa;
}

/* Prvi stupac (nazivi specifikacija) */
.product-table2 td:first-child {
  font-weight: 600;
  color: #111827;
  background: #f4f1f8; /* vrlo lagani tint */
  width: 25%;
}

/* Hover efekt – suptilan */
.product-table2 tbody tr:hover td {
  background: #f0ebf7;
  transition: background 0.2s ease;
}

/* Sekcijski redovi (ako koristiš rowspan kategorije) */
.product-table2 td[rowspan] {
  background: #ede7f6;
  font-weight: 700;
  color: #2d1b4e;
  vertical-align: middle;
}

.single-wrapper{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-images {
	width: 100%;
	overflow: hidden;
	position: relative;
	max-width: 90rem;
	margin: 0 auto;
	/*margin-top: 6rem;*/
}
.single-text{
  width: 100%;
  margin-top: 5rem;
  padding:  0;
background-color: transparent;
}
.single-text h2{
	font-size: 3rem;
	line-height: 1.5;

}
.desc-image{
  margin-top: 5rem;
  text-align: center;
}
.desc-image img{
  display: block;
  width: 100%;
  height: auto;
}

.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-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: 4rem;
	gap: 2.2rem;
	align-items: flex-start;
  justify-content: center;
}
.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;
}

.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-images .custom-arrow{
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
.single-images .custom-prev{
  left: 2rem;
}
.single-images .custom-next{
  right: 2rem;
}
.tabs-container img{
  max-width: 70rem;
  width: 100%;
  height: auto;
  display: block;
  margin: 3rem auto;
}
.tabs-container .accordion{
  text-align: left;
}
.youtube-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@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-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;
  text-align: center;
}
.tabs-container table{
  text-align: left;
}
.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;
  width: 100%;
}
.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;
}
/*-----------*/
.popup, .popup2{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}
.popup2 {
  width: 100vw;
  height: 100vh;
}
.popup.open-popup, .popup2.open-popup2{
  opacity: 1;
  visibility: visible;
}
.popup-overlay, .popup-overlay2{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  cursor: pointer;
}
.popup-overlay, .popup-overlay2{
  background-color: rgba(0,0,0,.8);
}
.popup-inner{
  max-width: 80rem;
  padding: 3rem;
  width: 100%;
  background-color: #fff;
  max-height: 60rem;
  overflow-y: auto;
  position: relative;
  z-index: 2;
  border-radius: 1rem;
}
.popup-inner2 {
  max-width: 80rem;
  padding: 3rem;
  width: 100%;
  max-height: 60rem;
  overflow-y: auto;
  position: relative;
  z-index: 2;
  border-radius: 1rem;
}
.popup-inner h2{
  text-align: center;
}
.popup-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.popup-top h2{
  font-size: 3rem;
  margin: 0;
}
.close-popup, .close-popup2 {
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.6rem;
	border-radius: 1rem;
	background-color: #e3d0ee;
  cursor: pointer;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .popup-inner{
    padding: 5rem;
  }
}

/* DODATNE IZMJENE NA SINGLE PROIZVODU */
body.single-proizvodi .intro-pages {
    height: 19rem;
    padding-top: 15rem;
}
body.single-proizvodi .thumbs-gallery .swiper-wrapper {
    display: flex;
    justify-content: center;
}
body.single-proizvodi .desc-image {
    margin-top: 0;
}
body.single-proizvodi .single-btns {
    margin-top: 0;
    margin-bottom: 5rem;
	align-items:normal;
}

.pretraga, .pretraga img {
	width: 1.9rem;
	position: relative;
	display: block;
}
a.srch {
    margin-left: 0;
  
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
a.srch {
    margin-left: 2rem;
  
}
}
form.search-form {
    position: relative;
}
input.search-submit {
    position: absolute;
    top: 0;
    right: 0;
	background:#791d8e;
	color:#fff;
	border:1px solid #791d8e;
	transition: all .4s ease-in-out;
}
input.search-submit:hover {
	color:#791d8e;
	background:#fff;
	cursor:pointer;
	
}
.srch{
  order: 2;
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .srch{
    order: 0;
  }
}
