/*!
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. Products
17. Info Banner
18. Banner
19. Steps
20. Reviews
21. Infos 2
22. Footer
23. Animations
24. Single Products Page
25. FAQ
26. Contact Page
27. About Page
28. Process Page
29. Gallery 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: "Lora", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#ede5cc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  background-color: #080808;
  
}
main{
  position: relative;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
	display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 0.2 !important; }
:-moz-placeholder { color: inherit; opacity: 0.2; }
::-moz-placeholder { color: inherit; opacity: 0.2; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #c4a55a;  color: #fff; }  
::selection { background-color: #c4a55a; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 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: 400;margin-top:1rem;  font-family: 'Cormorant Garamond', serif;}
h1 { font-size: 4.2rem; line-height: 1.4; }
h2 { font-size: 3.6rem; line-height: 1.2; }
h3 { font-size: 2.4rem; line-height: 1.3; }
h4 { font-size: 2.2rem; line-height: 1.4; }
h5 { font-size: 1.8rem; line-height: 1.5; }
h6 { font-size: 1.6rem; line-height: 1.5; }
h1 {
  font-size: clamp(3.2rem, 4vw + 1rem, 4.2rem);
  line-height: 1.4;
}

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


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

.title em{
  font-family: 'Cormorant Garamond', serif;
  color: #d9be82;;
}
/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;
	padding: 1rem 2.6rem;
	font-weight: 400;
  border:1px solid transparent;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.btn-primary{
  background-color: transparent;
  color: #c4a55a;
  border-color: #c4a55a;

}
.btn-secondary{
  background-color: #c4a55a;
  color: #080808;
  border-color: #c4a55a;
}
.btn-primary:hover{
  background-color: #c4a55a;
  color: #080808;
}
.btn-secondary:hover{
  background-color: transparent;
  color: #c4a55a;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid rgba(196,165,90,0.18);
padding: 1.8rem 3rem;
  outline: none;
  background-color:  #0a0a0a;
  font-family: inherit;
  font-size: 1.6rem;
  color: #fff;
}

textarea{
  resize: vertical;
  height: 19rem;
  background-color: #0a0a0a !important;
}
input:focus,
textarea:focus, select:focus {
  border-color: #c4a55a;

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

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .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;
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #e1e1e1;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.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;
  margin-top: 3rem;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
  border: 1px solid rgba(196,165,90,0.18);
  padding: 1rem;
  padding-left: 5rem;
background: #0d0d0d;
}
.list ul li::before {
	content: '';
	position: absolute;
	left: 0;
	width: 4rem;
	height: 100%;
	top: 0;
	background-image: url(images/list.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, .page-numbers:hover{

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

/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrow{
  width: 4rem;
  height: 4rem;
  border:1px solid #c4a55a;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  cursor: pointer;
  position: absolute;
  bottom: 2rem;
  top: 50%;
  transform: translateY(-50%);

  background-color: transparent;
  z-index: 2;
}
.custom-next{
  background-image: url(images/next.svg);
  right: 1rem;
}
.custom-prev{
  background-image: url(images/prev.svg);
  left: 1rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .custom-arrow{
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

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

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

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

}
/* ================================================================================== 
14. Header
===================================================================================== */
/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  width: 4rem;
  height: 4rem;
  border:1px solid rgba(196,165,90,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.social a:hover{
  border-color: #d9be82;
}
.social a img{
  display: block;
  width: 2.5rem;
  height: 1.5rem;
  object-fit: contain;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 3rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #c4a55a;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}

.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: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(196,165,90,0.18);
    background-color: #080808;
}
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;
}
.header-logo img{
  display: block;
  width:10rem;
  height: auto;
}
header nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
    background-color: #080808;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
margin-right: auto;
}
header nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header nav li{
  display: block;
}
header nav li a{
  display: block;
  padding: 1rem 0;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s ease-in-out;
  letter-spacing: 1px;
}

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



.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
   border-top: 1px solid rgba(196,165,90,0.18);
}
.menu-item-has-children{
  position: relative;
}
.mobile-info h3{
    color:#c4a55a;
  margin-top: 0;
  font-size:2rem;
  font-family: 'Cinzel', sans-serif;
}
.sub-menu{

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

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.header-btn{
  display: none;
}
.mobile-header-info{
  margin-left: auto;
}
.mobile-header-info a{
  display: flex;
  align-items: center;
}
.mobile-header-info img {
	display: block;
	width: 2rem;
	height: auto;
	margin-right: 0.6rem;
}
.header-whatsapp{
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c4a55a;
  margin-bottom: 5px;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/

  .header-logo img{
    width:13.5rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .mobile-header-info{
    /*display: none;*/
	  margin-left:0;
  }
  .header-btn{
    display: inline-block;
  }
  .toggle{
    display: none;
  }
  header nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;

  }
  header nav li{
    display: inline-block;
  }
  header 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: 90em) {
  /*1440px*/
   header nav li a{
    padding: 2rem;
  }
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  height: 80rem;
  position: relative;
 background: radial-gradient(ellipse 120% 100% at 50% 60%, #1a1408 0%, #0a0800 55%, #080808 100%);
 inset: 0;
}
.gold-line{
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #c4a55a 30%, #d9be82 50%, #c4a55a 70%, transparent);
  position: relative;
  z-index: 1;
}
.intro .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-text{
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  text-align: center;
}
.intro-text img{
  max-width: 25rem;
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.subtitle{
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 5px;
  color: #c4a55a;
  margin: 0 auto;
  margin-bottom: 3rem;
  display: inline-block;
  position: relative;
  padding: 0 6rem;
}
.subtitle::before{
  content: '';
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 1px;
  background-color: #c4a55a;
  opacity: 0.7;
}
.subtitle::after{
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 1px;
  background-color: #c4a55a;
  opacity: 0.7;
}
.intro h1{
  font-style: italic;
  letter-spacing: 2px;
  margin-top: 5rem;

}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .intro-text img{
    max-width: 40rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .subtitle::before{
    left: -10rem;
    width: 5rem;
  }
  .subtitle::after{
    right: -10rem;
    width: 5rem;
  }
    .subtitle{
      padding: 0;
    }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro{
  height: 70vh;
  }
}
.scroll-down{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5rem;
  text-decoration: none;
  transition: all .4s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.2rem;
  opacity: 0.4;

}
.scroll-down span {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
          display: block;
          position: relative;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


/* ================================================================================== 
16. Products
===================================================================================== */
.products-box{
  width: 100%;
  background: #0d0d0d;
  position: relative;
  transition: all .4s ease-in-out;
  display: flex;
  flex-direction: column;
}
.products-box:hover{
  background-color: #0f1014;
}

.products-box p{
  color: rgba(237,229,204,0.45);
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.title-row{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(196,165,90,0.18);
}
.title-row .title{
  margin: 0;
}
.products-image{
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(196,165,90,0.18);

}
.products-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.products-box:hover .products-image  img{
  transform: scale(1.05);
}
.product-subtitle{
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #c4a55a;
  margin: 0;
  margin-bottom: 1rem;
  display: inline-block;
  position: relative;
  opacity: 0.6;
  padding: 0 2rem;
}
.products-box a{
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.products-box h3{
  font-family: 'Cinzel', sans-serif;
  font-size: 2.6rem;
  padding: 0 2rem;
}
.products-bottom-wrap{
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(196,165,90,0.18);
  padding-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem 2rem 0 2rem;
  margin-top: auto;
}
.products-bottom-wrap .btn{
  text-align: center;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-bottom-wrap p{
  padding: 0;
}
.product-price-wrap span{
    font-family: 'Cinzel', sans-serif;
    color: #d9be82;
    font-size: 2rem;
}
.product-price-wrap p{
  margin-bottom: 0;
  font-size: 1.4rem;
  opacity: 0.6;
}
.products-bottom-icons{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid rgba(196,165,90,0.18);
  border-bottom: 1px solid rgba(196,165,90,0.18);
  margin-top: 0;
}
.icon-row{
  display: flex;
  flex-direction: row;
  gap:1rem;
  font-size: 1.2rem;
  width: 50%;
  padding: 2rem;
  border-bottom: 1px solid rgba(196,165,90,0.18);
  letter-spacing: 0.5px;
  color: rgba(237,229,204,0.45);
  background-color: #080808;

}
.icon-row img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.icon-row:nth-child(odd){
  border-right: 1px solid rgba(196,165,90,0.18);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title-row{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .products-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	  justify-content: center;

  }
  .products-box{
    width: 50%;
  }
  .products-box::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(196,165,90,0.18);
  }
  .products-box:nth-child(2n+2):after{
    content: none;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .products-bottom-wrap{
    flex-direction: row;
    justify-content: space-between;
  } 
  .products-bottom-wrap .btn{
    margin-top: 0;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .products-box{
    width: 33.3333%;
  }
  .products-box:nth-child(2n+2):after{
    content: '';
  }
  .products-box:nth-child(3n+3):after{
    content: none;
  }

}
/* ================================================================================== 
17. Info Banner
===================================================================================== */
.info-banner{
  background-color: #121212;
  padding-bottom: 2rem;
}
.info-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 3rem;
}
.info-icon {
  width: 6rem;
  height: 6rem;
  border: 1px solid rgba(196,165,90,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.info-icon img{
  width: 3rem;
  height: 2rem;
  object-fit: contain;
  margin: 0 auto;
}
.info-box h3{
  font-family: 'Cinzel', sans-serif;
  font-size: 2rem;
  margin: 0;
  margin-bottom: 1rem;
  color: #c4a55a;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .info-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:1%
  }
  .info-box{
    width: 49.5%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .info-icon {
    width: 10rem;
    height: 10rem;
  }
  .info-icon img{
    width: 4rem;
    height: 2.6rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
.info-box{
  width: 32.6%;
}
} 
/* ================================================================================== 
18. Banner
===================================================================================== */
.banner{
  background: radial-gradient(ellipse 120% 100% at 50% 60%, #1a1408 0%, #0a0800 55%, #080808 100%);
  text-align: center;
  padding: 5rem 0;
}
.text-center{
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  text-align: center;
}
.text-center .btn{
  margin-top: 4rem;
}
.banner-text h2{
    font-family: 'Cormorant Garamond', serif;
}
/*------------*/
.banner-about h2{
  font-style: italic;
}
.banner-about{
  background: #080808;
}
.banner2 {
  background: #080808;
  border-top: 1px solid rgba(196,165,90,0.18);
  border-bottom: 1px solid rgba(196,165,90,0.18);
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    padding: 10rem 0;
  }
}
/* ================================================================================== 
19. Steps
===================================================================================== */
.steps{
  background-color: #0f0f0f;
  border-top: 1px solid rgba(196,165,90,0.18);
  border-bottom: 1px solid rgba(196,165,90,0.18);

}
.steps-wrapper{
  counter-reset: steps;
  margin-top: 5rem;
}
.step-box{
  width: 100%;
  border-bottom: 1px solid rgba(196,165,90,0.18);
  padding: 2rem;
}

.step-box h3{
  font-family: 'Cinzel', sans-serif;
  font-size: 2.6rem;
}
.step-box  p{
  color: rgba(237,229,204,0.45);
}
.step-box:last-child{
  border-right: 0;
}
.step-numb::before{
  counter-increment: steps;
  content: "0"counter(steps)'.';
  font-size: 4rem;
  font-family: 'Cinzel', sans-serif;
  display: inline-block;
  color: rgba(196,165,90,0.2);
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .step-box{
    width: 48.5%;
    border-right: 1px solid rgba(196,165,90,0.18);
    border-bottom: 0;
  }
  .steps-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .step-box:nth-child(2n+2){
    border-right: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .step-box{
    width: 22.7%;
  }
  .step-box:nth-child(2n+2){
    border-right: 1px solid rgba(196,165,90,0.18);
  }
  .step-box:last-child{
    border-right: 0;
  }
  .step-numb::before{
    font-size: 7rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .step-box{
    padding: 4rem;
  }
}
/* ================================================================================== 
20. Reviews
===================================================================================== */
.reviews-slider{
  overflow: hidden;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 2.4rem;
  text-align: center;
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}
.author{
    font-size: 1.1rem;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 3px;
  color: #c4a55a;
  margin: 0 auto;
  margin-bottom: 3rem;
  display: inline-block;
  position: relative;
}
/* ================================================================================== 
21. Infos 2
===================================================================================== */
.infos2{
  background-color: #0f0f0f;
}

.info2-box{
  width: 100%;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 4rem;
}
.info-number{
  font-family: 'Cinzel', sans-serif;
  font-size: 3rem;
  color: #c4a55a;
}
.info2-box:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .info2-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .info2-box{
    width: 48.5%;
  }
  .info2-box:last-child{
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .info-number{
    font-size: 4rem;
  }
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .info2-box{
    width: 22.7%;
    margin-bottom: 0;
  }

}   
/* ================================================================================== 
22. Footer
===================================================================================== */
footer{
  font-size: 1.4rem;
  color: rgba(237,229,204,0.45);
  padding: 5rem 0;
  line-height: 2;
}

footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-box{
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.footer-box:last-child{
  margin-bottom: 0;
}
footer a{
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.footer-logo img{
  display: block;
  width: 16rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
footer h3{
  color:#ede5cc;
  margin-top: 0;
  font-size:2rem;
  font-family: 'Cinzel', sans-serif;
}
footer  ul li{
  margin-bottom: 1rem;
}
footer a:hover{
  color: #d9be82;
}
.footer-text p{
  margin-bottom: 3rem;
}
footer .social{
  justify-content: center;
}
.copyright{
  padding: 2rem 0;
  font-size: 1.4rem;
  color: rgba(237,229,204,0.45);
  border-top: 1px solid rgba(196,165,90,0.18);
  text-align: center;
}
@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;
    text-align: left;
    margin-bottom: 0;
  }
  .footer-logo img{
    margin: 0;
    margin-bottom: 2rem;
  }
  .copyright{
    text-align: left;
  }
  footer .social{
    justify-content: flex-start;
  }
  .footer-text p{
    width: 30rem;
  }
  .footer-logo img{
    width: 20rem;
  }
}
/* ================================================================================== 
23. Animations
===================================================================================== */
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
@-webkit-keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}
.hidden{
  opacity: 0;
}
.visible{
  opacity: 1;
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
.animate__animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px,0,0);
      transform: translate3d(-2000px,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

}
/* ================================================================================== 
24. Single Products Page
===================================================================================== */
.top-height{
  width: 100%;
  height: 6.6rem;

}
.bg-dark{
  background-color: #0f0f0f;
}
.pages-title{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 5rem 2rem;
   border-bottom: 1px solid rgba(196,165,90,0.18);
   
}
.pages-title .title{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
.pages-title .title h1{
  font-size: 3rem;
  margin: 0;
}
.pages-title .subtitle {
	padding-left: 9rem;
	margin-bottom: 0;
	margin-right: 17rem;
}
.pages-title p{
  margin: 0;
  margin-left: 5rem;
  color: rgba(237,229,204,0.45);
  font-size: 1.5rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .pages-title .subtitle::before{
    left: 0;
  }
}
/*---------*/
.single-wrapper{
  margin-top: 5rem;
  border-top: 1px solid rgba(196,165,90,0.18);
}
.single-images{
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  background-color: #0d0d0d;
  flex-wrap: wrap;
  position: sticky;
    top: 8rem;
    left: 0;
    z-index: 2;
}

.single-text{
  width: 100%;
  padding: 2rem;
}

.single-gallery{
  overflow: hidden;
  width: calc(100% - 7rem);
  border-right: 1px solid rgba(196,165,90,0.18);
}
.thumbs-gallery{
  width: 7rem;
  height: auto;
  border-bottom: 1px solid rgba(196,165,90,0.18);
  border-right: 1px solid rgba(196,165,90,0.18);
}
.single-gallery img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 6/5;
  object-fit: contain;

}
.single-gallery{
  position: relative;
  overflow: hidden;
}
.thumbs-gallery{
  overflow: hidden;
}
.thumbs-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 6/6;
	object-fit: contain;
}
.thumbs-gallery  .swiper-slide{
  box-sizing: border-box;
  padding: 1rem;
  background-color: transparent;
  cursor: pointer;
  height: 8.8rem !important;
}
.thumbs-gallery  .swiper-slide.swiper-slide-thumb-active{
  background-color: rgba(196,165,90,0.08);
  border-left: 2px solid #c4a55a;
}
.gallery-text{
  background: rgba(8,8,8,0.85);
  padding: 2rem;
  border: 1px solid rgba(196,165,90,0.18);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;

}
.gallery-price{
  display: flex;
  align-items: center;
  gap:1rem;
  flex-wrap: wrap;
  width: 100%;
}
.gallery-price span{
  color: #c4a55a;
  margin: 0;
  font-size: 1.2rem;
  font-family: 'Cinzel', sans-serif;
  letter-spacing: 1px;
}
.gallery-price h3{
  margin: 0;
  font-family: 'Cinzel', sans-serif;
  font-size: 3rem;
  color: #d9be82;
}
.gallery-image-description{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
  justify-content: space-between;
  width: 100%;
}
.gallery-image-description h3{
  font-size: 1.3rem;
  margin: 0;
  font-family: 'Cinzel', sans-serif;
  letter-spacing: 1px;
}
.gallery-image-description p{
  color: rgba(237,229,204,0.45);
  margin: 0;
}
 .single-text .icon-row:first-child{
      border-left: 1px solid rgba(196,165,90,0.18);
 }

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .single-text .icon-row{
    width: 25%;
    border-right: 1px solid rgba(196,165,90,0.18);
  }
  .thumbs-gallery{
   width: 11rem;
  }
  .single-gallery{
    width: calc(100% - 11rem);
  }
  .single-gallery img{
    height: 66rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .single-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .single-images{
    width: 50%;
      top: 11rem;
  }
 
  .single-gallery img{
    aspect-ratio: 6/6;
  }
  .single-text{
    width: 50%;
    padding: 3rem;

  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441px*/
  .single-images{
    width: 57%;
  }

  .single-text{
    width: 43%;
  }
}
/*------------*/

.single-steps-wrap{
  counter-reset: steps-numb;
  margin-top: 3rem;
}
.single-steps-title h3{
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Cinzel', sans-serif;
  letter-spacing: 1px;
  margin: 0;
}
.single-steps-title{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:2rem;
    position: relative;
    margin-bottom: 3rem;
}
.single-steps-title p{
  margin: 0;
  font-size: 1.3rem;
  color: rgba(237,229,204,0.45);
  width: 100%;
}
.single-number{
  position: relative;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid #c4a55a;
}
.single-number::before{
  counter-increment: steps-numb;
  content: counter(steps-numb);
  font-size: 1.1rem;
  color: #c4a55a;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}
.single-steps-row{
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(196,165,90,0.18);
  margin-bottom: 3rem;
}
.variant-wrapper input {
	display: none;
}
.variant-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1%;
}
.variant-box{
  width: 49.5%;
  padding: 2rem;
  border: 1px solid rgba(196,165,90,0.18);
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.variant-title h4{
   font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Cinzel', sans-serif;
  letter-spacing: 2px;
  margin: 0;
  margin-bottom: 0.5rem;

}
.variant-title p{
  margin: 0;
  font-size: 1.3rem;
  color: rgba(237,229,204,0.45);
}

.variant-box:has(input:checked), .variant-box:hover{
  background-color: rgba(196,165,90,0.06);
  border-color: #c4a55a;
}

.variant-simbol .variant-box{
  width: 49.5%;
  text-align: center;
  padding: 2rem 1rem;
  
}
.variant-simbol .variant-box h4{
  font-size: 1rem;
  color: rgba(237,229,204,0.45);
  margin: 0;
}
.variant-simbol .variant-box img {
	width: 3rem;
	height: 1.7rem;
	display: block;
	object-fit: contain;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.custom-upload input {
  display: none;
}

.custom-upload label {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  font: inherit;
  color: #c4a55a;
  font-size: 1.2rem;
  letter-spacing: 2px;
  transition: all .4s ease-in-out;
  font-family: 'Cinzel', sans-serif;
  border-bottom:1px solid #c4a55a;
  display: inline-block;
}
.custom-upload label:hover{
  border-color: transparent;
}
.variant-font .variant-box{
  width: 100%;
}

.variant-font .variant-title{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.variant-font .variant-title h4{
  font-family: "Lora", sans-serif;
  text-transform: none;
  letter-spacing: 0;
}
.results-row{
  background: rgba(196,165,90,0.06);
  font-size: 1.2rem;
  border: 1px solid rgba(196,165,90,0.18);
  padding: 2rem 3rem;
}
.results-row h4, .single-steps-contact h4,  .single-steps-faq h4, .single-steps-comment h4{
  color: #c4a55a;
  margin: 0;
  font-size: 1.4rem;
  font-family: 'Cinzel', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.results-row p{
  margin-bottom: 0;
  letter-spacing: 1px;
}
.single-steps-button .btn{
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:1rem;
  text-transform: uppercase;
  font-family: 'Cinzel', sans-serif;
  letter-spacing: 2px;
  font-size: 1.3rem;
  padding: 2rem 2.6rem;

}
.single-steps-button {
  padding-bottom: 0;
  border-bottom: 0;
}
.single-steps-button .btn::before {
	content: '';
	width: 2rem;
	height: 2rem;
	background-image: url(images/cart.svg);
	background-repeat: no-repeat;
	background-size: 1.6rem;
	background-position: center;
	display: inline-block;
  transition: all  .4s ease-in-out;
}
.single-steps-button .btn:hover::before{
  background-image: url(images/cart2.svg);
}
.single-steps-faq{
  background: rgba(196,165,90,0.06);
  font-size: 1.2rem;
  border: 1px solid rgba(196,165,90,0.18);
  padding: 2rem 3rem;
  margin-top: 3rem;
}
.single-steps-faq{
  padding-left: 5rem;
  background-image: url(images/clock.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: left 2rem top 2rem;

}
.single-steps-contact{
  font-size: 1.2rem;
}
.btns-wrapper{
  margin-top: 2rem;
}
.btns-wrapper .btn{
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-phone::before{
  content: '';
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  padding-left: 5rem;
  background-image: url(images/phone.svg);
  background-repeat: no-repeat;
  background-size: 1.7rem;
  background-position: left 2rem center;
  transition: all .4s ease-in-out;
}
.btn-phone:hover::before{
  background-image: url(images/phone-black.svg);

}
.btn-phone{
  margin-bottom: 1rem;
}
.btn-whatsapp::before{
  content: '';
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  padding-left: 5rem;
  background-image: url(images/whatsapp.svg);
  background-repeat: no-repeat;
  background-size: 1.7rem;
  background-position: left 2rem center;
}
.btn-whatsapp:hover::before{
  background-image: url(images/whatsapp-black.svg);

}
.single-steps-contact,  .single-steps-comment{
  background: #0a0a0a;
  font-size: 1.2rem;
  border: 1px solid rgba(196,165,90,0.18);
  padding: 2rem 3rem;
  margin-top: 3rem;
}
.single-steps-row:last-child{
  margin-bottom: 0;

}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .variant-simbol .variant-box{
    width: 24.2%;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .btns-wrapper{
    display: flex;
    align-items: center;
    gap:3%;
  }

  .btns-wrapper .btn{
    width: 48.5%;
  }
  .btn-phone{
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .variant-simbol .variant-box{
    width: 19.2%;
  }
}
/* ================================================================================== 
25. FAQ
===================================================================================== */

/*--------*/
.accordion-wrapper {
  width: 100%;
  margin-top: 5rem;
}
.accordion__body_text{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.accordion {
	padding: 1.5rem 3rem;
  padding-left: 1rem;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-bottom: 1rem;
   counter-increment: accordion-counter;
 
    background: #0a0a0a;
  border: 1px solid rgba(196,165,90,0.18);
  padding: 2rem 3rem;
  margin-top: 3rem;
 


}
.accordion--active{
  background: rgba(196,165,90,0.06);
}
.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: #d9be82;
 font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Cinzel', sans-serif;
  letter-spacing: 1px;
  margin: 0;
  padding-left: 5rem;
}
.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: #d9be82;
  -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;
  color: rgba(237,229,204,0.45);
}
.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);
}
.accordion__body_text .btn{
  margin-top: 3rem;
}
.accordion__head_text:before {
  content: counter(accordion-counter)'.';
  color: #c4a55a;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px solid #c4a55a;
  font-family: 'Cinzel', sans-serif;
}
.accordion--active .accordion__head_text:before {
  background-color: #c4a55a;
  color: #080808;

}
/* ================================================================================== 
26. Contact Page
===================================================================================== */

.contact-text{
  width: 100%;
  border: 1px solid rgba(196,165,90,0.18);

}
.contact-form {
	width: 100%;
	padding-top: 5rem;
}
.contact-inner-box{
  display: flex;
  align-items: center;
  gap:1rem;
  border-top: 1px solid rgba(196,165,90,0.18);
  border-bottom: 1px solid rgba(196,165,90,0.18);
  width: 100%;
  transition: all  .4s ease-in-out;
}
.contact-inner-box:hover{
background-color: rgba(196,165,90,0.18);
}
.contact-inner-box a{
  text-decoration: none;
}
.contact-icon{
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(196,165,90,0.18);
}
.contact-icon img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.contact-inner-box p{
  margin: 0;
}
.contact-title, .contact-social{
  padding: 2rem;
}
 .contact-social h3{
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Cinzel', sans-serif;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 2rem;
 }
 .contact-form .btn{
  cursor: pointer;
 }
 @media only screen and (min-width: 48.0625em) {
  /*769px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

  }
  .contact-text{
  width: 50%;

}
.contact-form {
	width: 50%;
	padding-left: 3rem;
  padding-top: 0;
}
}


.contact-form input, .contact-form textarea, .contact-form select {
  border: 1px solid rgba(196,165,90,1);
}
/* ================================================================================== 
27. About Page
===================================================================================== */

.about-page-text{
  width: 100%;
  /*border: 1px solid rgba(196,165,90,0.18);*/
  padding: 3rem;
}
.about-page-image{
  width: 100%;
}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-page-text h2{
  font-family: 'Cinzel', sans-serif;color: #c4a55a;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
.about-page-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.about-page-text{
  width: 50%;
  padding: 5rem;
}
.about-page-image{
  width: 50%;
}
}
/* ================================================================================== 
28. Process Page
===================================================================================== */

.process-text{
  width: 100%;
  padding: 5rem 2rem;
    border: 1px solid rgba(196,165,90,0.18);
}

.process-image{
  width: 100%;
}
.process-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.process-wrapper{
  counter-reset: steps-numb;
}
.process-title h2{
  font-size: 3rem;
  text-transform: uppercase;
  font-family: 'Cinzel', sans-serif;
  letter-spacing: 1px;
  margin: 0;
  color: #c4a55a;
}
.process-title{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:2rem;
    position: relative;
    margin-bottom: 3rem;
}
.process-title p{
  margin: 0;
  font-size: 1.3rem;
  color: rgba(237,229,204,0.45);
  width: 100%;
}
.process-number{
  position: relative;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid #c4a55a;
}
.process-number::before{
  counter-increment: steps-numb;
  content: counter(steps-numb);
  font-size: 1.1rem;
  color: #c4a55a;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .process-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .process-box:nth-child(2n+2){
    flex-direction: row-reverse;
  }
  .process-text{
    width: 50%;
    padding: 5rem;
  }

  .process-image{
    width: 50%;
  }
}
/* ================================================================================== 
29. Gallery Page
===================================================================================== */
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1%;
  margin-top: 5rem;
}
.gallery-wrapper a{
  width: 49.5%;
  margin-bottom: 1%;
  display: block;
  overflow: hidden;
}
.gallery-wrapper a img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s ease-in-out;

}
.gallery-wrapper a:hover img{
  transform: scale(1.05);
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .gallery-wrapper a{
    width: 32.6%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .gallery-wrapper a{
    width: 24.2%;
  }
  .gallery-wrapper{
    margin-top: 7rem;
  }
}

button.btn.btn-secondary.btn-cart:hover {
	cursor:pointer;
}

ul#odabir-summary {
    padding-left:0;
}
ul#odabir-summary li {
    list-style: none;
}
.container-2xl .title,  .container-2xl .text-center{
  padding: 0  2rem;
}
/* ================================================================================
   1. ORDER DETAILS & CHECKOUT PAYMENT
   ================================================================================ */

body .woocommerce ul.order_details {
	margin: 0;
	list-style: none;
	padding: 0;
	margin-bottom: 3rem;
}

body .woocommerce ul.order_details li {
	float: none;
	margin-right: 0;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1;
	border-right:0;
	border-bottom: 1px solid rgba(196,165,90,0.18);
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background: #121212;
	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: 0;
}

body.woocommerce-order-received .woocommerce-columns{
	display: flex;
	flex-direction: column;
	gap:2rem;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}

body.woocommerce-order-received .woocommerce-column--2,
body.woocommerce-order-received .woocommerce-column--1{
	float: none;
	width: 100%;
}

body .woocommerce .woocommerce-customer-details address {
	border: 0; 
}

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

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

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

#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box{
	background-color: rgba(246, 137, 2,.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;
}

.wc-block-checkout__shipping-method-option-title {
	text-wrap: balance;
	font-size: inherit;
	font-size: 1.6rem;
	font-weight: inherit;
	font-weight: 400;
	line-height: inherit;
	line-height: 28px;
}

/* Order Details Responsive */
@media only screen and (min-width: 48.0625em) { /*769px*/
	body .woocommerce ul.order_details {
		display: flex;
		flex-direction: row;
	}
	
	body .woocommerce ul.order_details li {
		width: 25%;
		border-right: 1px solid rgba(196,165,90,0.18);
		border-bottom: 0;
	}
	
	body.woocommerce-order-received .woocommerce-columns{
		flex-direction: row;
		gap:0
	}
	
	body.woocommerce-order-received .woocommerce-column--2,
	body.woocommerce-order-received .woocommerce-column--1{
		width: 48%;
	}
}


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

.woocommerce-checkout-payment li,
.woocommerce-shipping-methods li{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}

.woocommerce-checkout-payment li input, 
.woocommerce-shipping-methods li input{
	width:auto;
	margin-right:1rem;
}

.woocommerce-shipping-methods li label{
	margin:0;
}

.woocommerce-shipping-methods li, 
.woocommerce ul#shipping_method li{
	margin:0;
	padding:0 !important;
}

.woocommerce ul#shipping_method li input {
	position: static !important;
	width: 100%;
	left: auto;
}

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

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

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

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

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

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

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


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

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

.woocommerce .col2-set::after, 
.woocommerce .col2-set::before, 
.woocommerce-page .col2-set::after, 
.woocommerce-page .col2-set::before {
	content: none !important;
	display: none !important;
}

.woocommerce form .form-row::after, 
.woocommerce form .form-row::before, 
.woocommerce-page form .form-row::after, 
.woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}

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

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
	display:flex;
	align-items:center;
	flex-wrap:wrap; 
	margin:0;
	padding:0 !important;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input{
	width:auto;
	margin-right:1rem;
}

.password-input{
	width: 100%;
}

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

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

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

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

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

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

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

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


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

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

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{
	padding: 0 !important;
	background-color: #c4a55a !important;
  color: #080808;
}

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: #080808 !important;
  color: #c4a55a  !important;
}


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

#customer_login h2{
	text-transform: uppercase;
}

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

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

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	gap:1rem
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input{
	width: auto;
}

#customer_login .form-row{
	display: flex;
	flex-direction: column;
	width: 100%;
}

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

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

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

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

/* Login Responsive */
@media only screen and (min-width: 48.0625em) { /*769px*/
	#customer_login .u-column1 form, 
	#customer_login .u-column2 form{
		height: 45rem;
	}
}

@media only screen and (min-width: 64.0625em) { /*1025px*/
	#customer_login .u-column1 form, 
	#customer_login .u-column2 form{
		padding:5rem;
	}
}

@media only screen and (min-width: 75.0625em) { /*1201px*/
	#customer_login .u-column1 form, 
	#customer_login .u-column2 form{
		height: 45rem;
	}
}


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

.woocommerce-MyAccount-navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce-MyAccount-navigation{
	padding: 3rem;
	border-radius: 0;
	background-color: #121212;
	margin-bottom: 3rem;
	border:1px solid rgba(196,165,90,0.18);
}

.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: #ede5cc;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before{
	background-image: url(images/home.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before{
	background-image: url(images/orders.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before{
	background-image: url(images/downloads.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before{
	background-image: url(images/address.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before{
	background-image: url(images/payment.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before{
	background-image: url(images/details.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before{
	background-image: url(images/logout.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--lista-zelja a::before{
	background-image: url(images/favorites.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout{
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px dashed #000;
}

.woocommerce-MyAccount-navigation ul li a:hover, 
.woocommerce-MyAccount-navigation ul li.is-active a{
	color: #c4a55a;
}
.woocommerce-MyAccount-navigation ul li.is-active a::before{
	background-color: #c4a55a;
}


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

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

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

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


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

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

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

#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 1rem 2rem;
	width: 23rem;
	border-color: transparent;
}

#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
	border-color: #eaaa28;
}

.woocommerce .quantity .qty {
	width: 8rem;
	padding: 1rem 1.5rem 1rem 1.5rem;
}

.woocommerce a.remove{
	font-size: 0;
	width: 2rem;
	height: 2rem;
	background-image: url(images/delete.svg);
	background-repeat: no-repeat;
	background-size: 1.5rem;
	background-position: center;
}

.woocommerce a.remove:hover{
	background-color: transparent;
	background-image: url(images/delete.svg);
	background-repeat: no-repeat;
	background-size: 1.5rem;
	background-position: center;
}

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

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

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

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

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

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

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

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

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

/* Cart Responsive */
@media only screen and (max-width: 48em) { /*768px*/
	.woocommerce .quantity .qty {
		margin-left: auto;
	}
}

@media only screen and (max-width: 37.5em) { /*600px*/
	#add_payment_method table.cart td.actions .coupon .input-text, 
	.woocommerce-cart table.cart td.actions .coupon .input-text, 
	.woocommerce-checkout table.cart td.actions .coupon .input-text {
		width:100%;
	}
	
	.actions .coupon button.button{
		width: 100% !important;
		margin-top: 1rem;
	}
}

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


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

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

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

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

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


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

.wishlist_table thead tr th, 
.wishlist_table tfoot td td, 
.widget_yith-wcwl-lists ul.dropdown li.current a, 
.widget_yith-wcwl-lists ul.dropdown li a:hover, 
.selectBox-dropdown-menu.selectBox-options li.selectBox-selected a, 
.selectBox-dropdown-menu.selectBox-options li.selectBox-hover a {
	background: #fff;
}

table.wishlist_table {
	font-size: 100%;
	color: #000;
	font-weight: 400;
	letter-spacing: 0;
}

.wishlist_table .product-add-to-cart a.add_to_cart_button {
	display: inline-block !important;
	margin: 0;
	font-size: 1.6rem;
	border-radius: 10rem;
	color: #fff;
	position: relative;
	font-weight: 600;
	background-color: #c4a55a;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(images/cart-white.svg);
	background-repeat: no-repeat;
	background-position: left 2rem center;
	background-size: 2rem;
	padding: 0.8rem 3rem;
	padding-left: 6rem;
	margin: 0 !important;
}

.wishlist_table .product-add-to-cart a.add_to_cart_button:hover{
	background-color: #000;
}

.wishlist_table .product-add-to-cart a.remove_from_wishlist {
	padding: 0.8rem 3rem !important;
	display: inline-flex !important;
	background-color: #000!important;
}

.product-add-to-cart .dateadded{
	margin-bottom: 1rem;
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart{
	text-align: left !important;
}


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

.wpfFilterWrapper .wpfFilterTitle {
	cursor: pointer;
	background-color: #e9d7f9;
	cursor: pointer;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 0;
	padding: 2rem 1.5rem;
	border-bottom: 1px solid #a1a1a1;
}

body .wpfFilterWrapper .wfpTitle {
	font-size: 2rem !important;
	font-weight: bold;
	height: auto;
	margin: inherit;
	padding: 0;
	color: inherit;
	line-height: inherit;
	font-weight: 400;
}

body .wpfFilterWrapper {
	margin-top: 0;
	margin-bottom: 0;
}

.wpfTitleToggle {
	font-size: 1.4rem !important;
}

.wpfFilterWrapper ul{
	padding: 2rem;
}

body .ui-slider-horizontal .ui-slider-handle {
	top: 0.2em;
	margin-left: -.6em;
}

body .wpfFilterButton.wpfButton{
	display: inline-block;
	padding: 0.8rem 4rem;
	font-weight: 500;
	border-radius: 10rem;
	text-transform: uppercase;
	background-color: #c4a55a;
	color: #fff;
	height: auto;
	width: auto;
}

body .wpfClearButton.wpfButton{
	background-color: transparent;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
	border: 0;
	width: auto;
	height: auto;
}

body .wpfFilterButtons {
	min-width: 150px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: center;
	padding: 1rem 2rem 2rem 2rem;
}

body .wpfFilterButton.wpfButton:hover{
	background-color: #000;
}


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

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

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

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

body .wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
	font-size: 1.6rem;
}

body .wc-block-checkout__shipping-method-option-title{
	font-size: 1.6rem;
}

body .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
	width: auto;
}

.wc-block-components-checkout-return-to-cart-button {
	font-weight: 600;
	font-size: 1.6rem;
}

.wc-block-components-address-card__edit{
	font-weight: 600;
}

body .wc-block-components-form .wc-block-components-checkout-step {
	margin: 0 0 4px;
}

body .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label{
	font-weight: 500;
}

body .wc-block-components-sidebar {
	padding-left: 0;
	background: #121212;
	padding: 1rem !important;
	margin-left: auto !important;
	border: 0;
	width: 33%;
	position: sticky;
	top: 20rem;
	right: 0;
	margin-top: 4rem;
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block{
	padding: 2rem;
}

body .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-wrapper {
	border-left: 0;
}

.wc-block-components-totals-item__label, 
.wc-block-components-totals-item__value, 
.wc-block-formatted-money-amount{
	font-size: 1.6rem !important;
	margin-bottom: 2rem;
	font-weight: 600;
}
.price.wc-block-components-product-price .wc-block-formatted-money-amount{
  margin-bottom: 0;
}
.wc-block-components-totals-item__description{
	line-height: 1.6;
}
.wp-block-woocommerce-cart  .wc-block-cart-item__total{
  padding: 2rem !important;
}
/* WooCommerce Blocks - Cart Items */
.wc-block-cart *, 
.wp-block-woocommerce-cart-order-summary-block, 
.wc-block-cart-items * {
	font-size: 1.5rem !important;
}

.wc-block-cart-items__row .wc-block-cart-item__remove-link {
	position: absolute;
	left: 0;
	width: 3rem;
	height: 3rem;
	font-size: 0 !important;
	background-image: url(images/delete.svg) !important;
	background-repeat: no-repeat !important;
	background-size: 1.6rem !important;
	background-position: center !important;
	top: 10.6rem;
}

/*.wc-block-cart-item__remove-link svg {
	display: none;
}*/

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

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

.wc-block-cart-item__total{
	padding: 0 !important;
}

.wc-block-cart-item__prices .wc-block-formatted-money-amount{
	font-size: 1.5rem !important;
}

.wc-block-cart-items, 
.wc-block-cart-items__row{
	position: relative !important;
}


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

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

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

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

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

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

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

.wp-block-woocommerce-checkout-shipping-method-block{
	display: none;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="password"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="password"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"] {
	background-color: transparent;
	border: 1px solid color-mix(in srgb,currentColor 80%,transparent);
	border-radius: 4px;
	box-sizing: border-box;
	color: #ede5cc;
	font-family: inherit;
	font-size: inherit;
	font-size: 16px;
	font-style: inherit;
	font-weight: inherit;
	height: 50px;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 25px;
	margin: 0;
	min-height: 0;
	padding: 16px 12px;
	text-decoration: inherit;
	text-transform: inherit;
	width: 100%;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"]:focus, .wc-block-components-form .wc-block-components-text-input input[type="number"]:focus, .wc-block-components-form .wc-block-components-text-input input[type="password"]:focus, .wc-block-components-form .wc-block-components-text-input input[type="tel"]:focus, .wc-block-components-form .wc-block-components-text-input input[type="text"]:focus, .wc-block-components-form .wc-block-components-text-input input[type="url"]:focus, .wc-block-components-text-input input[type="email"]:focus, .wc-block-components-text-input input[type="number"]:focus, .wc-block-components-text-input input[type="password"]:focus, .wc-block-components-text-input input[type="tel"]:focus, .wc-block-components-text-input input[type="text"]:focus, .wc-block-components-text-input input[type="url"]:focus {
	background-color: #121212;
	border: 1.5px solid;
	color: #c4a55a;
}
.wc-blocks-components-select .wc-blocks-components-select__select {
	appearance: none;
background: #0a0a0a !important;
	border: 1px solid color-mix(in srgb,currentColor 80%,transparent);
	border-radius: 4px;
	box-sizing: border-box;
	color: #ede5cc;
	font-family: inherit;
	font-size: inherit;
	font-size: 16px;
	font-style: inherit;
	font-weight: inherit;
	height: 50px;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 25px;
	padding: 16px 9px 0;
	text-decoration: inherit;
	text-transform: inherit;
	width: 100%;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
	background-color: #ede5cc;

}
.wc-block-components-radio-control .wc-block-components-radio-control__input{
  padding: 0  !important;
  background-color: #ede5cc !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked {
	background: #c4a55a;
}
.wc-blocks-components-select .wc-blocks-components-select__expand {
	fill: #ede5cc;
	
	transform: translateY(-50%);
}
/* Blocks Responsive */
@media only screen and (min-width: 30.0625em) { /*481px*/
	.wc-block-components-sidebar {
		padding: 3rem !important;
	}
	
	.wc-block-components-sidebar-layout .wc-block-components-main {
		padding: 3rem;
	}
}

@media only screen and (min-width: 700px) {
	.wc-block-checkout__sidebar {
		top: 104px !important;
	}
}

@media only screen and (min-width: 735px) {
	.wc-block-cart-item__image {
		width: 17rem;
		padding-left: 4rem !important;
	}
	
	.wc-block-cart-items__row .wc-block-cart-item__remove-link {
		left: 0;
		top: 1.6rem;
	}
	
	.wc-block-components-sidebar{
		padding: 3rem;
		top: 20rem;
		right: 0;
		margin-top: 0;
	}
}

@media only screen and (max-width: 736px){
	body .wc-block-components-totals-wrapper {
		padding: 16px 12px !important;
		border-left: 1px solid hsla(0,0%,7%,.11);
	}
	
	body .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
		margin-top: 0;
		padding-left: 12px;
		padding-right: 12px;
		border-left: 1px solid hsla(0,0%,7%,.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);
	}
}


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

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

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

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

.variant-title img {
    width: 30%;
}

@media (max-width:500px) {
	.variant-title img {
		width: 40%;
	}
}


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

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

.about-galerija {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}
.about-galerija img {
    max-width: 32.5%;
}
@media (max-width:1640px) {
	.about-galerija img {
		max-width: 32%;
	}
}
@media (max-width:936px) {
	.about-galerija img {
		max-width: 31%;
	}
}
@media (max-width:550px) {
	.about-galerija img {
		max-width: 100%;
	}
}