/*!
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. Categories
17. Products
18. Banner
19. About 
20. Newsletter
21. Footer
22. Products Page
23. Product Page
24. Product Page
25. News Page
26. About Page
27. Contact Page
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
input[type="button"], input[type="submit"]{
  width: auto;
  transition: all .4s ease-in-out;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }

/* ================================================================================== 
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: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#716e6b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  letter-spacing: 0.3px;
  
}
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: #6b8653;  color: #fff; }  
::selection { background-color: #6b8653; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 170rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-full{
  max-width: 100%;
  padding: 0;
}
.container-sm{
  max-width: 100rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 300;line-height:1.4;color: #000;font-family:'Bodoni Moda', serif;}
.title h1, .title h2, .intro h2{ font-size: 4rem; font-weight: 100; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2, .intro h2{ font-size: 4rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2,.intro h2{ font-size:5rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2, .intro h2{ font-size: 6rem; }
}


/* ================================================================================== 
6. Buttons
===================================================================================== */
.btn {
	display: inline-block;
	padding: 1.5rem 5rem;
	font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
}
.btn-primary{
  background-color: #dcc7aa;
  color: #000;
}
.btn-secondary{
  background-color: transparent;
  color: #000;
  border:1px solid #000;
}
.btn-primary:hover{
  background-color: #000;
  color: #fff;
}
.btn-secondary:hover{
  color: #fff;
  background-color: #000;
}
.btn-arrow {
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	background-image: url(images/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 4.2rem;
	padding-right: 6rem;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 2px;
	margin-top: 3rem;
}
.btn-arrow:hover{
	padding-right: 7rem;

}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #43515a;
	padding: 1.8rem 3rem;
	outline: none;
	background-color: #ffffff;
	font-size: 1.6rem;
}
textarea{
  resize: vertical;
  height: 19rem;
  border-radius: 1rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #dcc7aa;

}

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

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

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

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

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

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
.space-sm{
  padding: 5rem 0;
}
.pages.space{
  padding-top: 5rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
  .pages.space{
    padding-top: 5rem;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  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;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.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: 6rem;
  height: 6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.4rem;
  cursor: pointer;

  z-index: 2;
}
.custom-next{
  background-image: url(images/next.svg);
  right: 1rem;
}
.custom-prev{
  background-image: url(images/prev.svg);
  left: 1rem;
}
.custom-arrows{
  display: flex;
  flex-wrap: wrap;
  gap:2rem
}
.custom-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}
.swiper-pagination-bullet {
	width: 20%;
	height: 1px;
	border-radius: 0;
	background-color: #ccc;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #000;

}
.products-navigation-bottom{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.products-navigation-bottom .custom-pagination{
  width: 50%;
}
/* ================================================================================== 
14. Header
===================================================================================== */
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 2.4rem;
  height: auto;
}
header .social{
  margin-right: 3rem;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  margin-left: 2rem;
  order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #000;
	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;
}
.toggle.activate{
  position: absolute;
  top: 3rem;
  right: 2rem;
}
.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%;
  background-color: #fff;
  z-index: 10;
  padding: 4.5rem 0;
  transition: all .4s ease-in-out;
}
body.home header{
  background-color: transparent;
  position: fixed;
}
header.scrolled{
  background-color: #fff !important;
  padding: 2rem 0 !important;
}
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 {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.header-logo img{
  display: block;
  width: 10.4rem;
  transition: all .4s ease-in-out;
  height: auto;
}
header.scrolled .header-logo img{
  width: 7rem;
}
@media only screen and (min-width: 92.5em) {
  /*1480px*/
 

}
header nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 60rem;
 background-color: #fff;
  padding:2rem;
  padding-bottom: 4rem;
  padding-top: 7rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all .4s ease-in-out;
  z-index: 13;
  overflow-y: auto;

  color: #000;
}
body.open header nav{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header nav li{
  display: block;
}
header nav li a{
  display: block;
  padding: 1rem 2rem;
  font-weight: 300;
  letter-spacing: 1.2px;
  font-size: 1.4rem;
  position: relative;
  text-transform: uppercase;

}
 header nav > .desktop-menu > ul > li > a:hover, header nav  > .desktop-menu > ul > li.current_page_item > a{
  background-color: #dcc7aa;
  border-radius: 10rem;
  color: #fff;
 }
header nav .menu-item-has-children > a:hover,  header nav .menu-item-has-children.current_page_item > a{
  background-image: url(images/arrow-down-white.svg);
}



.mobile-info{
  margin-top: 3rem;
  padding: 0  2rem;

}
.mobile-info li a{
  padding: 1rem 0;
}
header nav .sub-menu{

  display: none;

}

header nav .sub-menu li{
  display: block;
}
header nav .sub-menu li a{
  display: block;
  padding: 1rem;
  padding-left: 3rem;
}
.menu-toggle, .menu-toggle2{
	position: absolute;
	right: 0;
	top: 5px;
	width: 4rem;
	height: 3.3rem;
	background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.2rem;
	cursor: pointer;
	transition: all.4s ease-in-out;
	z-index: 2;
	background-color: transparent;
}
.o.menu-toggle, .o2.menu-toggle2{
  transform: rotate(180deg);
}
.nav-overlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  transform: translateX(-100%);

}
body.open .nav-overlay{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  cursor: pointer;
}
.btn-desktop{
  margin-left: auto;
  display: none;
}
.btn-mobile{
  margin-left: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mobile-info .footer-phone,  .mobile-info .footer-mail, .mobile-info .footer-location{
  justify-content: flex-start;

}
header nav .sub-menu li a img {
	display: block;
	width: 3.5rem;
	height: 5rem;
	object-fit: contain;
	margin-right: 2rem;
}
header nav .sub-menu li:last-child a img{
  height: 2.9rem;
  width: 5.8rem;
} 
header nav .sub-menu li:nth-child(9) a img {
	height: 4rem;

}
header nav .sub-menu li:nth-child(10) a img {
	width: 4.4rem;

}
header nav .sub-menu li:nth-child(3) a img {
	height: 5rem;

}
header nav .sub-menu li:nth-child(4) a img {
	width: 4rem;

}
header nav .sub-menu li a{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  text-transform: none;
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 1rem;

}
header nav .sub-menu li a:hover{
  background-color: #fff;
  background-image: url(images/arrow-right.svg);
  color: #000;
  opacity: 0.5;

}

header nav .menu-item-has-children > a{
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 2rem top 2rem;
  background-size: 1rem;
  
}
.mobile-menu{
  display: none;
}
.mobile-menu .sub-menu{
  display: block !important;
  padding-left: 0;

}
.header-btn{
  margin-left: auto;
  display: none;
}
.mobile-logo{
  display: none;
}

@media only screen and (max-width: 82.4375em) {
  /*1319px*/
  header  nav{
    display: flex;
  }
  .header-menu{
    width: 50%;
    padding: 3rem;
  }
  .mobile-logo{
    margin-bottom: 3rem;
    display: block;
  }
  .mobile-info{
    width: 50%;
  }
    header nav ul li a{
      font-size: 1.8rem;
      padding: 1rem 0;
    }
}
@media only screen and (max-width: 37.5em) {
  /*600px*/
   .header-menu{
    padding: 0;
    width: 100%;
  }
  .header-logo{
    width: 12rem;
  }
  .logos-imgs{
    width: 100%;
  }
  .header-logo span{
    display: none;
  }
  header nav{
    display: block;
    height: 100%;
  }
   .mobile-info{
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
 
  .header-btn{
    display: inline-block;
  }
}
@media only screen and (max-width: 64em) {
  /*1025px*/
  .mobile-menu{
    display: block;
  }
  .desktop-menu{
    display: none;
  }
  header nav .sub-menu li a{
    padding-left: 1rem;
  }

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


}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .btn-desktop{
    display: block;
  }
}
@media only screen and (min-width: 82.5em) {
  /*1320px*/
  .toggle{
    display: none;
  }
  .btn-desktop{
    margin-left: auto;
  }
  .nav-overlay{
    display: none;
  }
 
  

header nav .menu-item-has-children > a:hover,  header nav .menu-item-has-children.current_page_item > a{
  background-image: none;
}
  header nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-right: auto;
    
  }
 
  header nav li{
    display: inline-block;
  }
  header nav li a{
    display: inline-block;
    padding: 1rem 1.6rem;
    background-image: none;
  }
  header nav .sub-menu li a{
    padding-left: 1.6rem;
    font-size: 1.8rem;
  }
  .mobile-info{display: none;}
  header nav .sub-menu::before{
    content: '';
    position: absolute;
    top: -4rem;
    height: 4rem;
    left: 0;
    width: 100%;
    background-color: transparent;
  }
  header nav .menu-item-has-children > a{
    background-image: none;
  }
 header nav .sub-menu {
	position: absolute;
	left: 0;
	top: 7.7rem;
	width: 100%;
	background-color: #fff;
	padding: 1rem;
	border: 1px solid #fff;
	opacity: 0;
	visibility: hidden;
	display: block;
	color: #000;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3%;
}
  header nav .sub-menu li{
    width: 31.3%;
    margin-bottom: 2rem;
  }

  header nav .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
 
}

@media only screen and (min-width: 90.0625em) {
  /*1441x*/
 header nav li a{
    padding: 1rem 1.8rem;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
   header nav li a{
    padding: 1rem 2rem;
  }
}
.mobile-logo span{
  display: block;
  width: 100%;
  font-size: 1.3rem;
  margin-top: 2rem;
}
.mobile-logo{
  width: 100%;
}
.mobile-logo .logos-imgs{
  width: 22rem;
}
@media only screen and (max-width: 37.5em) {
  /*600px*/
  .mobile-logo span{
    font-size: 1.6rem;
  }
}
/*---------*/
.logo-header a{
  display: block;
  overflow: hidden;
}
.logo-header img{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

/*---------*/
 .header-cart{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:1rem;
  font-weight: 400;
  font-size: 1.6rem;
  position: relative;
}
@media only screen and (max-width: 30em) {
  /*480px*/

  header .xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
    font-size: 1.4rem;
  }
}
.search-toggle {
  margin-right: 0;
  margin-left: auto;
}
.search-toggle img {
	display: block;
	width: 1.7rem;
	height: 1.7rem;
	object-fit: contain;
	transition: all .4s ease-in-out;
}

.header-user {
  margin-right: 1rem;
  margin-left: auto;
}
.header-user  img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.header-cart img {
	display: block;
	width: 1.7rem;
	height: 2.5rem;
	object-fit: contain;
	margin-right: 5px;
}
.header-cart{
  position: relative;
}
.cart-q{
  position: absolute;
  width: 1.5rem;
  top: 0rem;
  left: 1.3rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #000;
  background-color: #dcc7aa;
  border-radius: 50%;
  z-index: 1;
}
.header-user img {
	display: block;
	width: 2rem;
	height: 2rem;
	object-fit: contain;
}
.header-user {
  margin-left: 2rem;
  margin-right: 2rem;
}



@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .header-user {
    margin-left: 2rem;
  }
  .search-toggle {
    margin-left: 3rem;
  }
  .header-user {
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
 
}
/*------------------*/
.header-top{
  background-color: #dcc7aa;
  color: #fff;
  padding: 1rem 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  z-index: 1;
  position: relative;
}
.header-top p{
  margin-bottom: 0;
}
.search-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.5);
  cursor: pointer;
}
.search-popup{
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;

  z-index:9999;
  align-items:center;
  justify-content:center;
  box-sizing: border-box;
  padding: 0 2rem;
  display: none;
}
.search-popup.open{
  display: flex;
}
.search-inner{
  background:#fff;
  padding:8rem 2rem 5rem  2rem;
  max-width:100rem;
  width:100%;
  position:relative;
}
.search-popup *{
  box-sizing: border-box;
}
.search-inner form{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap:2rem;
}
.search-inner form input{
  width: 100%;
  height: 5.5rem;
  box-sizing: border-box;
}
.search-inner form button{
  display: inline-block;
  padding: 1rem 4rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #dcc7aa;
  color: #000;
  height: 5.5rem;
  font-size: 1.6rem;
   box-sizing: border-box;
}
.search-inner form button:hover{
  background-color: #000;
  color: #dcc7aa;
}
.search-popup-close{
  font-size: 3.8rem;
  position: absolute;
  top: 1rem;
  right: 2rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .search-inner form{
    flex-direction: row;
  }
  .search-inner form input{
    width: 70%;
  }
  .search-inner{
  padding:7rem 5rem 5rem 5rem;
  }

}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  position: relative;
}
.intro-slider{
  overflow: hidden;
}
.intro-slider img{
  display: block;
  width: 100%;
  height:100vh;
  object-fit: cover;
  object-position: bottom;
}

.swiper-slide{
  box-sizing: border-box;
  position: relative;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 100%);

}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro-text h2{
  font-family: 'Outfit', sans-serif;
}
.intro-text h2 strong{
  font-weight: 100;
  color: #dcc7aa;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
}
.intro-inner{
  max-width: 50rem;
  width: 100%;
}
.intro-inner p{
  max-width: 40rem;
  width: 100%;
}

.intro .btn{
  margin-top: 3rem;
}



@media (min-width: 600px) and (max-width: 1024px) and (orientation: landscape) {
  .intro-slider img{
    height:90rem;
  }
}

@media only screen and (min-width: 100em) {
  /*1600px*/

  .intro-inner{
    max-width: 75rem;
  }
}
/* ================================================================================== 
16. Categories
===================================================================================== */
.categories-slider{
  overflow: hidden;
}
.cat-image{
  overflow: hidden;
}
.cat-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/14;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.cat-image:hover img{
  transform: scale(1.05);
}
.cat-image::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 1;
}
.categories-slider h3{
  font-size: 4rem;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding:  5rem;
  font-weight: 500;
  z-index: 2;
}
.custom-wrapper{
  margin:  0 auto;
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  max-width: 144rem;
  width: 100%;
  
}
.custom-wrapper .custom-pagination{
  width: 30rem;

}
.custom-pagination{
    display: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .custom-pagination{
    display: flex;
  }
  .custom-wrapper{
    justify-content: space-between;
  }
}
/*--------*/
.bg{
  background-color: #f9f3ed;
}
.brands{
    counter-reset: brands-numb;
}
.brands-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

}
.brands-image{
  width: 48%;
}
.brands-text{
  width: 48%;
  position: relative;
}
.brands-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
}
.brands-row:not(:last-child){
  margin-bottom: 5rem;
}
.brands-row:nth-child(2n+2){
  flex-direction: row-reverse;
}
.brands-numb {
	width: 26rem;
	height: 26rem;
	position: absolute;
	top: -14rem;
	right: 5rem;
}
.brands-numb::before {
	counter-increment: brands-numb;
	content: '0'counter( brands-numb)'.';
	position: absolute;
	font-size: 25rem;
	opacity: 0.11;
  font-weight: 500;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  font-family:'Bodoni Moda', serif;
}
.brands-row:nth-child(2n+2) .brands-numb{
  left: 5rem;
  right: auto;
}
/* ================================================================================== 
17. Products
===================================================================================== */
.products-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2%
}
.product-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 3rem;
  background-color: transparent;
  text-align: center;
  
}
.swiper-slide.product-box{
  height: auto;
}
.product-image {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 2rem;
	border: 1px solid #c0c0c0;
	padding: 9rem;
}
.product-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/16;
	object-fit: contain;
	transition: all .4s ease-in-out;
}
.product-image:hover img{
  transform: scale(1.1);
}
.sticker {
	position: absolute;
	left: 2rem;
	top: 2rem;
	background-color: #dcc7aa;
	color: #000;
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.sticker-sale{
  background-color: #dcc7aa;
}
.sticker-new{
  width: 7.5rem;
  background-color: #000;
  color: #dcc7aa;
  right: 2rem;
  left: auto;
}
.product-box h3{
  font-size: 1.6rem;
  transition: all .4s ease-in-out;
  padding: 0 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  text-transform: uppercase;
}
.product-box p{
  padding: 0  1rem;
  opacity: 0.6;
  font-weight: 500;
}
.product-box h3:hover{
  color: #dcc7aa;
}

.price-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
	justify-content: flex-start;
	font-weight: 400;
  font-size: 1.6rem;

}
.price-old{
  text-decoration: line-through;
  opacity: 0.4;
  color: #000;
}
.bottom-btns{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap:1rem;

}
.bottom-btns .btn-sm{
  padding-right: 1rem;
  border-right: 1px solid #000;
}
.bottom-btns .price-box{
  margin-bottom: 0;
}
.btn-sm{
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 400;
  color: #000;

}
.btn-cart {
	display: inline-block;
  width: 4rem;
  height: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-cart  img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.btn-cart:hover{
  opacity: 0.4;
}
.box-bottom{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: auto;
}
.brands-title{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .bottom-btns{
   flex-direction: row;
  }
  .product-box{
    width: 49%;
  }
  .price-box{
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

  }
  .product-box h3{
    font-size: 2rem;
  }


  .product-box h3{
    padding: 0 2rem;
  }
  .product-box p{
    padding: 0  2rem;
  }

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .product-box{
    width: 32%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .product-box{
    width: 23.5%;
  }
}
/* ================================================================================== 
18. Banner
===================================================================================== */
.banner{
  padding: 10rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.banner .title{
  margin-bottom: 2rem;
}
.banner .btn{
  margin-top: 3rem;
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}
.banner2{
  color: #fff;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .banner{
    height: 100vh;
    padding: 15rem 0;
  }
  .banner2{
    height: auto;
  }

}
/* ================================================================================== 
19. About 
===================================================================================== */
.text-center{
  max-width: 65rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.about-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.about .container{
  max-width: 120rem;
}
.about-text{
  width: 50%;
}
.about-image{
  width: 40%;
}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-row:not(:last-child){
  margin-bottom: 5rem;
}
.about-row:nth-child(2n+2){
  flex-direction: row-reverse;
}
/* ================================================================================== 
20. Newsletter
===================================================================================== */
.newsletter-section{
  background-color: #373534;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.newsletter-section h2{
  color: #fff;
}
.newsletter-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.newsletter-text{
  max-width: 55rem;
  width: 100%;
}
.newsletter-text strong{
  color: #b49b84;
  font-weight: 300;
}

.newsletter-text .title{
  margin-bottom: 2rem;
}
.newsletter-section form{
  position: relative;
}
.newsletter-content{
  position: relative;
  max-width: calc(100% - 76rem);
  width: 100%;
}
.newsletter-section input{
  border: 1px solid transparent;
  background-color: transparent;
  font-size: 1.6rem;
  padding: 0 3rem;
  color: #fff;
  width: 100%;
  height: 6rem;
  border:1px solid #fff;
  
}
.newsletter-section input:focus{
  border-color: #b49b84;
}
.newsletter-section input.btn-newsletter {
	border: 0;
	position: absolute;
	right: 1rem;
	top: 0;
	width: 6rem;
	height: 6rem;
  border-radius: 50%;
	background-image: url(images/arrow-right-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 3rem;
	padding: 0;
}
.newsletter-section input.btn-newsletter:hover{
  background-color: #dcc7aa;
}



@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .newsletter-section{
    background-attachment: fixed;
  }
}
/* ================================================================================== 
21. Footer
===================================================================================== */
footer{
  padding: 5rem 0;
  background-color: #b49b84;
  color: #4f4338;
  font-size: 1.8rem;
  background-image: url(images/bg-png.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;

}
.footer-box{
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.footer-logo{
  width: 100%;
  text-align: center;
}
.footer-box:last-child{
  margin-bottom: 0;
}

.footer-logo img{
  display: block;
  height: auto;
  width: 21rem;
}

footer h3{
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 1px;
}

.copyright{
  background-color: #fff;
  color: #000;
  padding: 2rem 0;
  font-size: 1.4rem;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content:center;
  text-align: center;
}
.cards{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  max-width: 30rem;
  width: 100%;
  margin: 2rem 0;
}
.cards img{
  display: block;
  width: 100%;
  height: auto;
}
.card-box{
  width: 22.7%;
}
footer .social{
  justify-content: center;
}
footer .social a img {

	width: 2.9rem;

}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  
  }

  .footer-box{
    width: auto;
    text-align: left;
  }
  .footer-logo{
    order: 3;
  }
  .footer-phone, .footer-location, .footer-mail{
    justify-content: flex-start;
  }
  .footer-links ul{
    column-count: 2;
    column-gap: 2rem;
  }
  footer .social{
    justify-content: flex-start;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .cards{
    margin: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-box{
    width: auto;
    margin-bottom: 0;
  }
  .footer-logo{
    width: auto;
    text-align: left;
  }
  .footer-logo img{
    margin: 0;
    margin-bottom: 2rem;
  
  }
  .footer-logo .logos-imgs{
    justify-content: flex-start;
    margin: 0 ;
  }
}
/*----------*/
.footer-info{
  padding: 5rem 0;
}
.footer-info-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.footer-info-box{
  width: 31.3%;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-info-box img {
	display: block;
	width: 5.4rem;
	height: 6.3rem;
	object-fit: contain;
}
.footer-info-text{
  width: calc(100% - 8rem);
}
.footer-info h3{
  font-family: 'Outfit', sans-serif;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1.8rem;
}
/* ================================================================================== 
22. Products Page
===================================================================================== */
.category-nav{
  margin-bottom: 5rem;
}
.category-nav ul {
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  white-space:nowrap;
  overflow:auto;
  gap:1rem;
  padding-bottom:2rem
}
.category-nav ul li {
  display:inline-block
}
.category-nav ul li a {
  display:flex;
  align-items: center;
  gap:1rem;
  padding:1rem 2rem;
  text-transform:uppercase;
  font-size:1.6rem;
  font-weight:500;
  background-color: #e0f1f2;
  border-radius: 10rem;
  padding-right: 5rem;
}
.category-nav ul li a img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.category-nav ul li a:hover,
.category-nav ul li.current_page_item a {
 background-color: #dcc7aa;
}
/*-------------*/
/* ================================================================================== 
23. Product Page
===================================================================================== */

/*---------*/
.single-wrapper{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.single-images{
  width: 100%;
  overflow: hidden;
}
.single-text{
  width: 100%;
  margin-top: 5rem;
}
.single-text .product-price{
  margin-top: 3rem;
}
.single-text .btn{
  margin-top: 3rem;
}
.thumbs-gallery img{
  display: block;
  height: auto;
  width: 100%;
}
.single-gallery {
  position: relative;
}
.single-gallery .sticker{
  z-index: 2;
}
.single-gallery .sticker-wrapper {
	right: 0;
	top: 0;
  bottom: auto;
  left: auto;
  z-index: 2;
	
}
.single-gallery .swiper-slide{
  background: #fff;
  height: auto;
}
.single-gallery .swiper-slide video{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.thumbs-gallery .swiper-slide {
  cursor: pointer;
}
.single-gallery{
  position: relative;
}
.single-gallery img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	aspect-ratio: 16/13;
  padding: 3rem;
}
.single-price{
  font-size: 2.6rem;
  margin: 3rem 0;
}
.single-selection{
  padding-top: 3rem;
  border-top:1px solid #e7e7e7;
}
.single-link{
  padding: 2.5rem;
  background-color: #eef2ee;
  margin-top: 2.5rem;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.single-text .title h1{
  padding-left: 0;
  margin-bottom: 0;
}
.single-text .title{
  margin-bottom: 2rem;
}
.single-text .breadcrumbs ul{
  justify-content: flex-start;
}
.single-text .price-wrap{
  font-size: 2.3rem;
  border-right: 0;
}
.single-gallery  .swiper-button-next{
  right: 1rem;
}
.single-gallery  .swiper-button-prev{
  left: 1rem;
}
.single-text h1{
  font-size: 2.4rem;
}
.thumbs-gallery{
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.thumbs-gallery img {
	width: 100%;
	height: auto;
	object-fit: contain;
	border: 1px solid #faf5f2;
	object-position: center;
	aspect-ratio: 16/10;
}
.swiper-slide{
  box-sizing: border-box;
}
.thumbs-gallery .swiper-slide-thumb-active img{
  border-color: #dcc7aa;
}
.single-category {
	opacity: 0.57;
	margin-bottom: 2rem;
}
.single-text .btn{
  margin-top: 0;
}
.single-quantity {
	position: relative;
	padding-right: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.single-btns {
	display: flex;
	flex-direction: column;
	margin-top: 3rem;
	gap: 2.2rem;
	align-items: flex-start;
}
.single-btns form{
 	display: flex;
	flex-direction: column;
  align-items: flex-start;
  gap: 2.2rem;
}
.single-quantity input {
	width: 4.7rem;
	height: 4.7rem;
	border: 1px solid #c9c9c9;
	padding: 0;
	text-align: center;
  border-radius: 0;
}
.plus, .minus {
	width: 4.7rem;
	height: 4.7rem;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;

  opacity: 0.5;
}
.plus{
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;

}
.minus{
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;

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

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


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

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

  }
  .aside-close{
    display: none;
  }
  .aside-toggle{
    display: none;
  }
  .aside-inner h2{
    display: none;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/

}
/*---------*/
.tabs {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #e7e7e7;
}
.tabs a {
  display: inline-block;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  padding: 2rem;
  width: 100%;
}
.tabs a:hover,
.tabs a.active-tab {
  border-color: #3e9bb1;
  color: #3e9bb1;
}
.tabs-container {
	width: 100%;
	display: none;
	padding: 2rem 0;
}
.tabs-container.active-tab {
  display: block;
}
.single-bottom{
  margin-top: 5rem;
  padding: 3rem;
  background-color: #f1f1f1;
  border-radius: 3.1rem;

}

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

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

.accordion-wrapper {
  counter-reset: accordion-counter;
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;

}
.accordion__body_text{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.accordion {
	padding: 0.5rem 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	counter-increment: accordion-counter;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2rem;
}
.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.accordion__head_text {
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  width: 80%;
  color: #000;
  font-size: 2rem;
}

.accordion__head_btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: transparent;
  }
  .accordion__head_btn:before, .accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 1.8;

}

.accordion--active .accordion__head_btn {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.single-gallery .custom-next {
	right: 1rem;
}
.single-gallery .custom-prev {
	left: 1rem;
}
.single-gallery  .custom-next, .single-gallery .custom-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;

}
/*-----*/
.docs{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3rem;
}
.docs a {
	display: inline-block;
	font-weight: 600;
	background-image: url(images/downloads.svg);
	background-repeat: no-repeat;
	background-size: 2rem;
	background-position: left center;
	padding-left: 4.2rem;
}
/*-----------*/
.fancybox__backdrop{
  background-color: #fff;
}
.fancybox__toolbar{
  background: #fff;
}

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

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

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

}
.out-of-stock .stock-icon{
  background-image: url(images/out-of-stock.svg);

}
.in-stock{
  color: #0c8c2a;
}
.out-of-stock{
  color: #992c2e;
}
.btn-cart2 {
	display: inline-block;
  font-size: 1.6rem;
	border-radius: 10rem;
	color: #000;
  width: 4rem;
  height: 4rem;
  position: relative;
  font-weight: 600;
  background-color: #dcc7aa;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(images/cart.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 1.8rem;
	padding: 2.3rem 3rem;
	padding-left: 6rem;
}

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

  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .single-main-box {
    padding: 3rem 0 3rem 0;
  }
  .single-payment{
    padding: 3rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .product-contact-mobile{
    display: none;
  }
  .single-images .product-contact{
    display: flex;
  }
}
/*--------*/

.single-bottom-wrap{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  padding: 2rem;
  background-color: #dcc7aa;
  border-radius: 2rem;
}
.single-bottom-wrap p{
  margin-bottom: 0;
}
.single-bottom-wrap .social img{
 filter: brightness(0) saturate(100%);
}
.products3-slider{
  overflow: hidden;
  padding-right: 1px;
}
.products3-slider .swiper-slide{
  height: auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 64em) {
  /*1024px*/
  .products3-slider .custom-arrow{
    display: none;
  }

  }
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .products3-slider{

    padding: 0 2rem;
  }
}
/*----------*/
.cart-bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #1e4562;
	padding: 2rem 0;
	z-index: 30;
	box-shadow: 0 0 13px 3px rgba(0,0,0,.05);
  transition: all .4s ease-in-out;
  transform: translateY(100%);
  color: #fff;
  opacity: 0;
}
.scrolling .cart-bottom{
  transform: translateY(0);
  opacity: 1;
}
.cart-bottom-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cart-bottom-image img{
  display: block;
  width: 4rem;
  height: auto;
}
.cart-bottom  h3{
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-left: 2rem;
}
.cart-bottom .product-item-price {
	font-size: 1.5rem;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
  padding: 0;
	flex-direction: revert;
  color: #fff;
}
.cart-bottom .product-item-price .price-old{
  color: #fff;
}
.cart-bottom-btns{
  margin-bottom: 0;
  margin-top: 0;
}

.cart-bottom-btns .btn{
  font-size: 1.6rem;
  background-color: #fff;
  color: #1e4562;
}
.cart-bottom-image,.cart-bottom-title {
  display: none;
} 
.cart-bottom  .plus, .cart-bottom .minus {
  width: 3.7rem;
  height: 3.7rem;
}
.cart-bottom  .single-quantity input {
	width: 3.7rem;
	height: 3.7rem;
  color: #1e4562;

}
.cart-bottom-price{
  margin-right: 1rem;
}
@media only screen and (max-width: 37.5em) {
  /*600px*/
  .cart-bottom .product-item-price {
    margin-right: 3rem;
  }
  .cart-bottom-btns .btn span{
    font-size: 0;
  }
  .cart-bottom-btns .btn {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    text-align: center;
  }
  .cart-bottom-btns .btn span{
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .cart-bottom-btns .btn-cart span::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 3rem;
    background-image: url(images/cart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
    z-index: 2;
  }
  .cart-bottom-btns .btn-cart::before{
    content: none;
  }
 
  .cart-bottom-btns{
    flex-direction: row;
    gap:1rem;
    align-items: center;
  }
  .cart-bottom-btns .plus,   .cart-bottom-btns  .minus {
    width: 3.7rem;
    height: 3.7rem;
  }
  .cart-bottom-btns .single-quantity input {
    width: 4.7rem;
    height: 3.7rem;
  }
  .cart-bottom-btns .btn span::before{
    left: 50% !important;
    transform: translate(-50%,-50%);
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .cart-bottom-image,.cart-bottom-title {
    display: block;
  } 
  .cart-bottom-price{
    margin-left: auto;
  }
}
/*---------*/
table {
	width: 100%;
	margin: auto;
	border-collapse: collapse;

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

}
.suradnici-btns a {
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 1rem;
	background-color: #000;
	color: #fff;
  font-size: 1.5rem;
}
.suradnici-btns a:hover{
  opacity: 0.6;
}
/*-----------*/
.video-wrapper{
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
}
.video-wrapper video{
  width: 100%;
  height: auto;
  display: block;
}
/* ================================================================================== 
25. News Page
===================================================================================== */

.blog-box{
  width: 100%;
  margin-bottom: 3rem;
}
.blog-box:last-child{
  margin-bottom: 0;
}
.text-center{
  max-width: 50rem;
  width: 100%;
  margin: 0  auto;
  margin-bottom: 6rem;
  text-align: center;
}
.blog-image{
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.blog-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/16;
  transition: all .4s ease-in-out;
  border-radius: 2rem;
}

.blog-date{
  display: flex;
  align-items: center;
  gap:1rem;
  font-size: 1.4rem;
  width: 100%;
  margin-bottom: 3rem;

}
.blog-line{
  width: 3.2rem;
  height: 1px;
  background-color: #000;
}
.blog-box h3{
  font-size: 2.1rem;
  font-weight: 400;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .blog-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .blog-box{
    width: 31.3%;
  }
  .blog-box:last-child{
    margin-bottom: 3rem;
  }
  .blog-image:hover img{
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .blog-box h3{
    font-size: 2.6rem;
  }

}
/*---------*/
.article-image{
  margin: 5rem 0;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
.article-text h3{
  font-weight: 500;
}
/*-------*/
.gallery-wrapper{
  column-count: 2;
  gap: 1.5rem;
  margin-top: 5rem;

}
.gallery-wrapper a{
  display: block;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.gallery-wrapper a img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all .4s ease-in-out;
  border-radius: 2rem;
}
.gallery-wrapper a:hover img{
  transform: scale(1.1);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .gallery-wrapper{
    column-count: 3;
    gap:3rem
   
  
  }
  .gallery-wrapper a{
    margin-bottom: 3rem;
  }
 
}
/* ================================================================================== 
26. About Page
===================================================================================== */

.page-top-image{
  width: 100%;
}
.page-top-image img{
  display: block;
  width: 100%;
  height: auto;
}
.page-top-text{
  padding: 5rem 2rem 0 2rem;
  width: 100%;
}
.text{
  max-width: 90rem;
  width: 100%;
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .page-top-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .page-top-image{
    width: 60%;
  }
  .page-top-text{
    padding: 5rem;
    width: 40%;
  }

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

.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-text .footer-phone,  .contact-text .footer-mail, .contact-text .footer-location{
  justify-content: flex-start;

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

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

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

@media only screen and (min-width: 64.0625em) {
  /*1025px*/

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

}
/* ================================================================================== 
Woocommerce
===================================================================================== */
/*----start detalji narudžbe / plaćanje----*/
body .woocommerce ul.order_details {
	margin: 0;
	list-style: none;
	padding: 0;
	margin-bottom: 3rem;
}
body .woocommerce ul.order_details li {
	float: none;
	margin-right: 0;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1;
	border-right:0;
  border-bottom: 1px solid #e7e7e7;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background: #fff;
	padding: 2rem;
	width: 100%;
}
body .woocommerce ul.order_details li strong {
	display: block;
	font-size: 1.4rem;
	text-transform: none;
	line-height: 1.5;
  margin-top: 5px;
}
body.woocommerce-order-received .woocommerce-order-details{
  padding: 2rem;
}
body.woocommerce-order-received .woocommerce-columns{
  display: flex;
  flex-direction: column;
  gap:2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem;
}
body.woocommerce-order-received .woocommerce-column--2,body.woocommerce-order-received .woocommerce-column--1{
  float: none;
  width: 100%;
}
body  .woocommerce .woocommerce-customer-details address {
	border: 0; 
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  body .woocommerce ul.order_details {
    display: flex;
    flex-direction: row;
  }
  body .woocommerce ul.order_details li {
    width: 25%;
    border-right: 1px solid #e7e7e7;
    border-bottom: 0;
  }
  body.woocommerce-order-received .woocommerce-columns{
    flex-direction: row;
    gap:0
  }
  body.woocommerce-order-received .woocommerce-column--2,body.woocommerce-order-received .woocommerce-column--1{
    width: 48%;
  }
}
/*----end detalji narudžbe / plaćanje----*/

.woocommerce-checkout-payment  li,  .woocommerce-shipping-methods li{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
.woocommerce-checkout-payment  li input, .woocommerce-shipping-methods li input{
    width:auto;
    margin-right:1rem;
}
.woocommerce-shipping-methods li label{
    margin:0;
}
.woocommerce-shipping-methods li, .woocommerce ul#shipping_method li{
    margin:0;
    padding:0 !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
      display:flex;
    align-items:center;
    flex-wrap:wrap; 
      margin:0;
    padding:0 !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input{
      width:auto;
    margin-right:1rem;
}
.woocommerce ul#shipping_method li input {
	position: static !important;
	width: 100%;
	left: auto;
}
.woocommerce form .form-row textarea {
	height: 20rem;
}
.wc_payment_methods.payment_methods.methods label{
    margin:0;
}
#order_review_heading {
	margin-top: 3rem;
	clear: both;
	display: block;
	float: left;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	content: none !important;
	display: none !important;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f6f9f7;
	border-radius: 5px;
}
/* ------login------- */
#customer_login h2{
  text-transform: uppercase;
}
#customer_login .u-column1 form,  #customer_login .u-column2 form{
  /* background-color: #f7f4f1;
  border: 0 !important; */
  padding:2.5rem;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap:1rem
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input{
  width: auto;
}
#customer_login  .form-row{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.password-input{
  width: 100%;
}
#customer_login .button{
  align-self: flex-start;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	content: none !important;
	display: none !important;
}
#customer-login {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  #customer_login .u-column1 form,  #customer_login .u-column2 form{
    height: 45rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  #customer_login .u-column1 form,  #customer_login .u-column2 form{
    padding:5rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  #customer_login .u-column1 form,  #customer_login .u-column2 form{
    height: 45rem;
  }
}
#customer_login h2{
  text-transform: uppercase;
}
#customer_login .u-column1 form,  #customer_login .u-column1 form{
  padding:5rem;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap:1rem
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input{
  width: auto;
}
#customer_login  .form-row{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.password-input{
  width: 100%;
}
#customer_login .button{
  align-self: flex-start;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	font-family: inherit;
	font-weight: 400;
	letter-spacing: normal;
	padding: 1.8rem 2rem !important;
	display: block;
	background-color: #fff;
	border: 1px solid #cecece;
	border-radius: 10rem;
	color: #000;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	line-height: normal;
	height: auto;
}
body .woocommerce-button, body .woocommerce-Button, body .button, body .wc-block-components-button{
	display: inline-block !important;
	padding: 1rem 5rem !important;
	font-weight: 500 !important;
  border-radius: 10rem !important;
  text-transform: uppercase !important;
  background-color: #3e9bb1 !important;
  color: #fff !important;
  font-size: 1.6rem !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	min-height: auto !important;
}
body .woocommerce-button:hover, body .woocommerce-Button:hover, body .button:hover, body .wc-block-components-button:hover{
  background-color: #000 !important;
}
#customer_login .button{
  margin-top: 3rem;
}
.woocommerce-LostPassword{
  font-style: italic;
  text-decoration: underline;
}
.woocommerce-LostPassword:hover{
  text-decoration: none;
}
/*-----woo result-----*/
.woocommerce .woocommerce-result-count{
  margin: 0;
  float: none;
}
.woocommerce-notices-wrapper{
  width: 100%;
}
.woocommerce .woocommerce-ordering{
  margin: 0;
  float: none;
}
/*-----woo cart-----*/
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 1rem 2rem;
	width: 23rem;
  border-color: transparent;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
	border-color: #eaaa28;
}
.woocommerce .quantity .qty {
	width: 8rem;
	padding: 1rem 1.5rem 1rem 1.5rem;
}
.woocommerce a.remove{
  font-size: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(images/delete.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center;
}
.woocommerce a.remove:hover{
  background-color: transparent;
  background-image: url(images/delete.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center;
}
@media only screen and (max-width: 48em) {
  /*768px*/
  .woocommerce .quantity .qty {
    margin-left: auto;
  }
}
@media only screen and (max-width: 37.5em) {
  /*600px*/
  #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width:100%;
  }
  .actions .coupon  button.button{
    width: 100% !important;
    margin-top: 1rem;
  }
}
/*----my account---*/
.woocommerce-MyAccount-navigation ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation{
  padding: 3rem;
  border-radius: 1rem;
  background-color: #fff;
  margin-bottom: 3rem;
  border:1px solid #e7e7e7;
}
.woocommerce-MyAccount-navigation ul li{
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-navigation ul li a{
  padding-left: 5rem;
  position: relative;
}
.woocommerce-MyAccount-navigation ul li a::before{
  content: '';
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(145, 145, 145, 0.1);
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before{
  background-image: url(images/home.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before{
  background-image: url(images/orders.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before{
  background-image: url(images/downloads.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before{
  background-image: url(images/address.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before{
  background-image: url(images/payment.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before{
  background-image: url(images/details.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before{
  background-image: url(images/logout.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--lista-zelja a::before{
  background-image: url(images/favorites.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.woocommerce-MyAccount-navigation ul li a:hover,  .woocommerce-MyAccount-navigation ul li.is-active a{
  color: #3e9bb1;
}
.woocommerce-MyAccount-content .edit{
  display: inline-block;
  padding: 1rem 3.6rem;
  font-weight: 400;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #3e9bb1;
  color: #fff;
  float: left !important;
  margin-bottom: 2rem  !important;
}
header.woocommerce-Address-title{
  position: static;
  margin: 0;
  padding: 0;
  background-color: transparent !important;
  font-size: 1.7rem;
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
header.woocommerce-Address-title h2 {
	font-size: 2.1rem;
	color: #000;
	font-weight: 500;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background-color: #f9f9f9;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
  background-color: rgba(246, 137, 2,.1);
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border-color:rgba(246, 137, 2,.1);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce-MyAccount-content em{
  font-size: 1.4rem;
  opacity: 0.8;
}
.woocommerce-EditAccountForm  legend{
  font-weight: 500;
  margin: 2rem 0;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .woocommerce-MyAccount-navigation{
    margin-bottom: 0;
  }
}
.woocommerce div.product .product_title {
	margin: 3rem 0;
}
.woocommerce-product-details__short-description p{
  margin-bottom: 2rem !important;
}
/*--------*/
.wc-block-checkout__shipping-method-option-title {
	text-wrap: balance;
	font-size: inherit;
	font-size: 1.6rem;
	font-weight: inherit;
	font-weight: 400;
	line-height: inherit;
	line-height: 28px;
}
/*------------*/

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

	margin: 0 0 4px;

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

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

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

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

	 border-left: 0;
}

.partneri-single {
    display: block;
    margin-top: 1.5rem;
    width: 100%;
}