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

.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
input[type="button"], input[type="submit"]{
  width: auto;
  transition: all .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;
	left: 2rem;
	bottom: 5rem;
	width: 4rem;
	height: 4rem;
	border-radius: 1rem;
	background-color: #b06237;
	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: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  color:#525252;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2rem;
  
}
main{
  position: relative;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
	display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #b06237;  color: #fff; }  
::selection { background-color: #b06237; 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: 500;margin-top:1rem;color: #000;}
h1 { font-size: 4.8rem; 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.8rem);
  line-height: 1.4;
}

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


.title h1, .title h2{  font-size: clamp(3.4rem, 4vw + 1rem, 5rem); }
p {   margin-bottom: 1.6rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{  font-size: clamp(3.4rem, 4vw + 1rem, 6rem); }

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

.btn {
	display: inline-block;
	padding: 1rem 2.6rem;
	font-weight: 400;
  text-decoration: none;
  transition: all .4s ease-in-out;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.8rem;
  position: relative;

}
.btn-primary{
  color: #000;
}
.btn-primary::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-color: #f6e7de;
  z-index: -1;
  transition: all .4s ease-in-out;

}
.btn-primary:hover::before{
  width: 100%;
}
.btn-cart{
   background-color: #f6e7de;
}
.btn-cart:hover{
  background-color: #9c4126;
  color: #fff;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	padding: 2rem 3rem;
	outline: none;
	background-color: #ffffff;
	border-radius: 10rem;
	font-size: 1.6rem;
  font-family: inherit;
  font-weight: 300;
}

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

}
input[type="button"]{
  width: auto;
}
label {
  display: block;
  margin-bottom: 0.5rem;
  color: #000;
  font-weight: 500;
  font-size: 1.8rem;
}
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: 6rem !important;
	display: flex !important;
	align-items: center;
	color: #000 !important;
}
.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: #fff  !important;
	border: 1px solid #cecece!important;
	color: #9c4126!important;
  font-weight: 400  !important;
  border-radius: 10rem;
}
.select2-dropdown {
	background-color: #fff !important;
	border: 1px solid #cecece !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[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #cecece;
	color: #000;
}
.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;
}
:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__placeholder {
	color: #000;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #fdf8f5;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #000;
}
.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: 1rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
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
===================================================================================== */
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	padding: 1rem;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #b06237;
	color: #fff;
	border-color: #b06237;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrow{
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  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: 100.0625em) {
  /*1601px*/
  .custom-next{
    right: -4rem;
  }
  .custom-prev{
    left: -4rem;
  }
  
}
/* pagination custom 1 */
.custom-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  margin-top: 3rem
}
.swiper-pagination-bullet{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  border:1px solid transparent;
  position: relative;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.swiper-pagination-bullet::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  border-color: #fff;

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

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


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

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

.menu-icon.active span {
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #b06237;
}

.menu-icon.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.menu-icon.active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.menu-icon.active span:nth-child(3),
.menu-icon.active span:nth-child(4) {
  opacity: 0;
  transform: scale(0.5);
}

/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 0.8rem 0;
  font-size: 1.6rem;
  box-shadow: 0 0 12px 5px rgba(0,0,0,0.05);
  color: #000;
}
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: 5rem;
  height: auto;
}
header nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
header nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header nav li{
  display: block;
}
header nav li a{
  display: block;
  padding: 1rem 0;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 2px;
  font-weight: 500;
}

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



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

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

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.header-user{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-right: 2rem;
  margin-left: auto;
}
.header-user img {
	display: block;
	width: 1.3rem;
	height: 2rem;
	object-fit: contain;
}
.header-cart{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-right: 2rem;
}
.header-cart img {
	display: block;
	width: 1.3rem;
	height: 2rem;
	object-fit: contain;
  cursor: pointer;
}
.header-search{
  cursor: pointer;
  margin-right: 1.5rem;
}
.header-search img{
  display: block;
  width: 1.5rem;
  height: auto;
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
	display: flex;
	position: relative;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
	gap: 0.4rem;
  margin-right: 1.5rem;
	align-items: center;
}
.xoo-wsc-sc-bki {
	font-size: 20px;
	color: #000000;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  header nav{
    width: 40rem;
  }
  .header-cart{
    margin-right: 4rem;
  }
  .header-user{
    margin-right: 2.3rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .menu-icon{
    display: none;
  }
  .header-user{
    margin-left: 0;
  }
  header nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: 10rem;
    margin-right: 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: 75.0625em) {
  /*1201px*/
  header nav li a{
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/*---------*/
.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;
  border-radius:8px;
  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: 700;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #9c4126;
  color: #fff;
  height: 5.5rem;
  font-size: 1.6rem;
   box-sizing: border-box;
}
.search-inner form button:hover{
  background-color: #000;
}
.search-popup-close{
  font-size: 3.8rem;
  position: absolute;
  top: 1rem;
  right: 2rem;
  text-decoration: none;
}
@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-box{
  position: relative;
}
.intro-box img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-box:nth-child(1) img{
  aspect-ratio: 16/10;
}
.intro-text{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.5rem;
  width: 100%;
  padding: 2rem;
  text-align: center;
}
.intro-text h1{
  color: #fff;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.flower {
	width: 10rem;
	height: 12rem;
	background-image: url(images/flower.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 27%;
	z-index: 1;
	top: 69%;
	transform: translateY(-50%);
}
 .intro-box{
    display: none;
}
.intro-box:first-child{
  display: block;
}
.intro .flower{
  display: none;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .intro-text{
    bottom: 5rem;
    max-width: 80%;
    text-align: left;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .intro-box:nth-child(1) { grid-area: 1 / 1 / 3 / 8; }
  .intro-box:nth-child(2) { grid-area: 1 / 8 / 2 / 11; }
  .intro-box:nth-child(3) { grid-area: 2 / 8 / 3 / 9; }
  .intro-box:nth-child(4) { grid-area: 2 / 9 / 3 / 11; }
  .intro-wrapper {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap:2rem;
  }
  .intro-box{
    display: block;
  }
  .intro .flower{
    display: block;
  }
}
/* ================================================================================== 
16. Products
===================================================================================== */
.text-center{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}
.text-center .btn{
  margin-top: 3rem;
}

.products-box{
  width: 100%;
  padding: 1rem;
  border:1px solid #ccc;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
}
.products-box a{
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.products-box:hover{
  border-color: #9c4126;
}
.products-image{
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
}
.products-image img{
  width: 100%;
  height: auto;
  aspect-ratio: 16/16;
  object-fit: contain;
  transition: all  .4s ease-in-out;
}
.products-image:hover img{
  transform: scale(1.05);
}
.products-box h3{
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;

}
.product-price{
  font-size: 2rem;
  font-weight: 600;
  color: #b4b4b4;
  margin-top: auto;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .products-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .products-box{
    width: 48.5%;
    padding: 3rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .products-box{
    width: 31.3%;
  }
}
/* ================================================================================== 
17. About
===================================================================================== */

.about-image{
  width: 100%;
}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit:cover ;
}
.about-text{
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.about-text .title{
  padding: 5rem 2rem 2rem 2rem;
}
.about-inner{
  width: 100%;
  background-color: #f6e7de;
  position: relative;
}
.about-icon-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 3rem;
}
.icon{
  width: 9rem;
  height: 9rem;
  background-color: #fbd3bd;
  border-radius: 1rem;
  border:1px solid #d68d64;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-icon-row p{
  margin: 0;
  width: calc(100% - 10rem);
  color: #000;
}
.icon img{
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
.about-inner-text{
  padding: 5rem 2rem;
  width: 100%;
}
.about-inner-image{
  width: 100%;

}
.about-inner-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .flower{
	left: -18%;
	bottom: -2%;
  right: auto;
  top: auto;
  display: none;
}


.leaf {
	width: 10rem;
	height: 16rem;
	background-image: url(images/leaf.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 12%;
	right: 2%;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .about-inner{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-inner-text{
    padding: 7rem 5rem;
    width: 65%;
  }
  .about-inner-image{
    width: 35%;

  }
  .leaf {
    width: 13rem;
    height: 19rem;
    top: 20%;
    right: 19%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-image{
    width: 40%;
  }
  .about-text{
    width: 60%;
  }
  .about-text .title{
    padding: 0 5rem;
  }
  .about-inner-text{
    padding: 7rem 10rem;
  }
  .leaf {
	  top: 8%;
  }
  .about .flower{
    display: none;
  }
  .about-image img{
    aspect-ratio: 16/16;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .leaf {
    width: 19rem;
    height: 26rem;
    top: 0;
    right: 27%;
  }
  .about .flower{
    left: -13%;
  }
  .about-inner{
    width: calc(100% + 10rem);
    left: -10rem;
  }
}
/*--------*/

.about2-text{
  text-align: center;
  width: 100%;
  margin-bottom: 5rem;
}
.about2-image{
  width: 70%;
  margin: 0 auto;
}
.about2-text .btn{
  margin-top: 3rem;
}
.image-holder {
	-webkit-mask-image: url(images/image-holder.png);
	mask-image: url(images/image-holder.png);
	mask-repeat: no-repeat;
	width: 100%;
	mask-size: 88%;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about2-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

  }
  .about2-text{
    width: 50%;
    padding-right: 10rem;
    margin-bottom: 0;
  }
  .about2-image{
    width: 40%;
    margin: 0;
  }
} 
/* ================================================================================== 
18. Blog
===================================================================================== */
.blog{
  background-color: #f6e7de;
}
.blog-box{
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
.blog-image{
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
  border-radius: 1rem;
}
.blog-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
  transition: all .4s ease-in-out;

}
.blog-image:hover img{
  transform: scale(1.05);
}
.blog-box a{
  text-decoration: none;
  transition: all  .4s ease-in-out;
}
.btn-sm{
  display: inline-block;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d18559;
  font-weight: 500;
  margin-top: auto;
  align-self: flex-start;
}
.btn-sm:hover{
  color: #000;
}
.article-image{
  margin: 5rem 0;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .blog-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .blog-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .blog-box{
    width: 31.3%;
  }
} 
/* ================================================================================== 
19. Info
===================================================================================== */
.info{
  padding: 5rem 0;
}
.info-box{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.info-icon{
  width: 4.5rem;

}
.info-icon img{
  display: block;
  width: 100%;
  height: 4.5rem;
  object-fit: contain;
}
.info-text{
  width: calc(100% - 7rem);
}
.info-text h3{
  margin-top: 0;
  font-size: 2.1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
.info-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap:3%
}
.info-box{
  width: 48.5%;
}
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .info-icon{
    width: 8rem;

  }
.info-icon img{
  height: 8rem;
}
.info-text{
  width: calc(100% - 10rem);
}
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .info-box{
    width: 31.3%;
    margin-bottom: 0;
  }
  .info-wrapper{
      justify-content: space-between;
  }
}
/* ================================================================================== 
20. Banner
===================================================================================== */
.banner{
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.banner h2{
  color: #fff;
}
.banner .btn{
  position: relative;
  z-index: 2;
  color: #fff;
}
.banner .btn::before{
  background-color: #b06237;
}
.banner .flower{
  top: 0rem;
  right: 8rem;
  bottom: auto;
  left: auto;
}
.banner .leaf{
  bottom: -5rem;
  left: 8rem;
  top: auto;
  right: auto;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    background-attachment: fixed;
  }
}
/* ================================================================================== 
21. Footer
===================================================================================== */
footer{
  background-color: #222222;
  color: #fff;
  background-image: url(images/bg8.png);
  background-repeat: no-repeat;
  background-position: right -5rem bottom -10em;
  background-size: 40rem;
}
footer h3{
   font-size: 2.1rem;
  text-transform: uppercase;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer a{
  text-decoration: none;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  footer{
    background-position: right -10rem bottom -35rem;
    background-size: 80rem;
  }
}
/*--------*/
.footer-newsletter{
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.newsletter-wrapper .title{
  width: 100%;
  margin-bottom: 2rem;
}
.newsletter-form{
  width: 100%;
  position: relative;
}
.newsletter-form form{
  position: relative;
}
.newsletter-wrapper .title h2{
  font-size: 3rem;
  margin-bottom: 0;
}
.newsletter-form input{
  border-color: transparent;
  font-weight: 300;
  color: rgba(255,255,255,.24);
  background-color: rgba(255,255,255,.15);
  border-radius: 10rem;
}
.newsletter-form input:focus{
  border-color: #cca694;
}
.newsletter-form p{
  text-align: center;
}
.newsletter-form input[type="submit"]{
  width: 3rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);

  background-image: url(images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.newsletter-wrapper .title h2{
  color: #fff;
}
.newsletter-wrapper .title h2 strong{
  color: #b06237;
  font-weight: 600;
}
.newsletter-wrapper .title h4{
  color: #fff;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .newsletter-wrapper .title h2{
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .newsletter-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .newsletter-wrapper .title{
    width: 40%;
    margin-bottom: 0;
  }
  .newsletter-form{
    width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .newsletter-wrapper .title h2{
    font-size: 4rem;
  }
  .footer-newsletter{
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .newsletter-wrapper .title h2{
    font-size: 4.6rem;
  }
}
/*---------*/
footer{
  font-weight: 300;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wrapper{
  color: rgba(255,255,255,.5);
  font-size: 1.8rem;
  position: relative;
  width: 100%;
}
.footer-box h3{
  color: #fff;
}
.footer-logo a{
  display: block;
}
.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.footer-box:last-child{
  margin-bottom: 0;
}

.footer-logo img {
	width: 8rem;
	height: auto;
	display: block;
  margin:  0 auto;
}
.footer-box.footer-logo{
  order: 3;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-box{
    width: 48%;
    text-align: left;
  }
  .footer-box:last-child{
    margin-bottom: 3rem;
  }
  .footer-logo img{
    margin: 0;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/

}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .footer-box{
    width: auto;
    margin-bottom: 0;
  }
  .footer-box:last-child{
    margin-bottom: 0;
  }
  .footer-logo img{
    margin: 0;
  }



}
/*--------*/
.copyright{
  padding: 3rem 0;
  background-color: #b06237;
  font-size: 1.4rem;
  color: #000;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.v{
  filter: brightness(0);
}
.cards{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:2rem;
  margin: 1rem 0;
}
.cards img{
  width: 5rem;
  height: 3rem;
  object-fit: contain;
  background-color: #fff;
  display: block;
 
}

@media only screen and (min-width: 48.0625em) {
/*769px*/
  .cards{
    margin: 0;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

}
/*-------*/
.fixed-btns{
  position: fixed;
  bottom: 25rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap:1rem;
  z-index: 10;
}
.fixed-btns a {
	width: 4rem;
	height: 4rem;
	border-radius: 5px;
  background-color: #fbd3bd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-btns img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.fixed-btns a:last-child{
  background-color: #b06237;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .fixed-btns a{
    width: 6rem;
    height: 6rem;
   
  }
}
/* ================================================================================== 
22. Gallery Page
===================================================================================== */
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.gallery-box{
  width: 48.5%;
  margin-bottom: 3rem;
  display: block;
  overflow: hidden;
}
.gallery-box  img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.gallery-box:hover img{
  transform: scale(1.05);
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .gallery-box{
    width: 31.3%;
  }
}
/* ================================================================================== 
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;
  font-size: 1.8rem;
}
.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: #9c4126;
}
.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: #9c4126;
	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{
  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: #9c4126;
  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: #9c4126;
}
@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;
  display: flex;
  align-items: center;
  gap:1rem
	
}
.single-price-box .price-old{
  font-size: 1.8rem;
  text-decoration: line-through;
  opacity: 0.6;
}
.single-payment{
background-color: #b7b8aa;
  border:1px solid #9c4126;
  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 !important;
}

.out-of-stock{
  color: #992c2e;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #000;
	font-size: 1.25em;
}

.product-contact {
	background-color: #9c4126;
	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: #9c4126;
  color: #fff;
  border-radius: 2rem;
}
.single-bottom-wrap p{
  margin-bottom: 0;
}
.single-bottom-wrap .social img{
 filter: brightness(0) invert(100);
}
.products3-slider{
  overflow: hidden;
  padding-right: 1px;
  padding-bottom: 1rem  !important;
}
.products3-slider .swiper-slide{
  height: auto;
  margin-bottom: 0;
  box-sizing: border-box;
}
@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;
  }
}

/*---------*/
table {
	width: 100%;
	margin: auto;
	border-collapse: collapse;

	/* border-radius: 8px; */
	overflow: hidden;
}
/* th {
  background-color: #9c4126;
  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: #9c4126;
} */
/*---------*/

/*-------*/
.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;
}
/* ================================================================================== 
24. About Page
===================================================================================== */
.about-page-wrapper{
  margin-top: 8rem;
}
.about-page-text{
  width: 100%;
  margin-top: 5rem;
}
.about-page-image{
  width: 100%;
}
.about-page-image img{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/16;
  object-fit: cover;
}
.about-page-text .about-inner-text{
	padding: 0;
	width: 100%;
	margin-top: 4rem;
}
@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: 48%;
    margin-top: 0;
  }
  .about-page-image{
    width: 48%;
  }
}
 /*----start detalji narudžbe / plaćanje----*/
/* ================================================================================== 
25. Contact Page
===================================================================================== */
 .contact-text {
  width:100%;
  margin-bottom:5rem
}

.contact-form {
  width:100%
}


.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 button.btn {
  transition:all .4s ease-in-out;
  width:auto;
  background-color: #992c2e;
  color: #fff;
  cursor: pointer;
}
.contact-form button.btn:hover{
  opacity: 0.6;
}
.map iframe {
  width:100%;
  height:40rem;
  display:block
}
@media only screen and (min-width:30.0625em) {
  .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) {
  .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:75.0625em) {
  .contact-text {
    width:48%
  }
  .contact-form {
    width:48%
  }
}

/* ----- */
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: 1.3rem 2.7rem !important;
	font-weight: 500 !important;
	border-radius: 0 !important;
	text-transform: uppercase !important;
	background-color: #b06237 !important;
	color: #fff !important;
	font-size: 1.6rem !important;
  transition: all .4s ease-in-out;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
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, .woocommerce-LostPassword a {
	font-style: normal;
	text-decoration: none;
	clear: both;
	margin-top: 5rem;
	display: block;
}
.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;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.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: #b06237;
}
.woocommerce-MyAccount-content .edit {
	display: inline-block;
	padding: 1rem 3.6rem;
	font-weight: 400;
	border-radius: 0;
	font-size: 1.6rem;
	font-weight: 600;
	background-color: #b06237;
	color: #fff;
	float: left !important;
	margin-bottom: 2rem !important;
	text-transform: uppercase;
}
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;
  box-shadow: none !important;
}
header.woocommerce-Address-title h2 {
	font-size: 2.1rem;
	color: #000;
	font-weight: 500;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background-color: #f9f9f9;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
  background-color: rgba(246, 137, 2,.1);
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border-color:rgba(246, 137, 2,.1);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce-MyAccount-content em{
  font-size: 1.4rem;
  opacity: 0.8;
}
.woocommerce-EditAccountForm  legend{
  font-weight: 500;
  margin: 2rem 0;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .woocommerce-MyAccount-navigation{
    margin-bottom: 0;
  }
}
.woocommerce div.product .product_title {
	margin: 3rem 0;
}
.woocommerce-product-details__short-description p{
  margin-bottom: 2rem !important;
}
/*--------*/
.wc-block-checkout__shipping-method-option-title {
	text-wrap: balance;
	font-size: inherit;
	font-size: 1.6rem;
	font-weight: inherit;
	font-weight: 400;
	line-height: inherit;
	line-height: 28px;
}
/*------------*/

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

	margin: 0 0 4px;

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

.wishlist_table thead tr th, .wishlist_table tfoot td td, .widget_yith-wcwl-lists ul.dropdown li.current a, .widget_yith-wcwl-lists ul.dropdown li a:hover, .selectBox-dropdown-menu.selectBox-options li.selectBox-selected a, .selectBox-dropdown-menu.selectBox-options li.selectBox-hover a {
	background: #fff;
}
table.wishlist_table {
	font-size: 100%;
	color: #000;
	font-weight: 400;
	letter-spacing: 0;
}
.wishlist_table .product-add-to-cart a.add_to_cart_button {
		display: inline-block !important;
    margin: 0;
  font-size: 1.6rem;
	border-radius: 10rem;
	color: #fff;
  position: relative;
  font-weight: 600;
  background-color: #b06237;
  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: #b06237;
  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;
}
/*-------*/
.woocommerce-address-fields .button{
  margin-top: 3rem !important;
}
/*------------*/
table.variations *{
  display: block;
}
/*---------------*/
.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;
}
.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;

}
.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;
}
.woocommerce-shipping-methods li:first-child{
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: right;
  justify-content: flex-end;
}
.woocommerce ul#shipping_method li{
  justify-content: flex-end;
}
.order-review-wrapper-custom  thead th:first-child{
  width: 40%;
}
.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  thead th:last-child{
 text-align: right;
}


.order-review-wrapper-custom tbody td:last-child{
 text-align: right;
}
.order-review-wrapper-custom  .cart-subtotal td{
  text-align: right;
}
#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;
}

@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%;
}
} 
body  .woocommerce-NoticeGroup{
  width: 100% !important;
}
/*---------*/
.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-components-product-name {
	font-size: 2rem !important;
	font-weight: 600;
}
@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-layout .wc-block-components-main {
	padding: 1rem;
	border: 1px solid #ccc;

}

 .wc-block-components-sidebar {
	padding: 1rem !important;
	margin-left: auto !important;
	border: 1px solid #ccc;
	width: 33%;
	position: sticky;
	top: 20rem;
	right: 0;
	margin-top: 4rem;
}
.wc-block-components-totals-item__label, .wc-block-components-totals-item__value,  .wc-block-formatted-money-amount{
  font-size: 2rem !important;
  margin-bottom: 2rem;
  font-weight: 600;
}
.wc-block-components-totals-item__description{
  line-height: 1.6;
}
.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;
}
@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: 735px) {
.wc-block-components-sidebar{
	padding: 3rem;

  top: 20rem;
  right: 0;
  margin-top: 0;
}
}


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

.wc-block-cart-item__remove-link svg {
  display: none;
}
.wc-block-checkout__form .wc-block-components-address-form__country .wc-blocks-components-select {
 margin-top: 1rem;
}
.wp-block-woocommerce-checkout-shipping-method-block, .wp-block-woocommerce-checkout-pickup-options-block{
  display: none;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input{
  padding: 0 !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]{
  padding: 0;
}
.wc-block-components-radio-control-accordion-content {
	font-size: 1.6rem;
	line-height: 1.4;
}
.wc-block-components-checkbox label {
	cursor: pointer;
		font-size: 1.6rem;
	line-height: 20px;
}
.wc-block-checkout__terms {
		font-size: 1.6rem;
	line-height: 1.4;
}
.wp-block-woocommerce-checkout-order-summary-block{
		font-size: 1.6rem;
}
.wc-block-components-radio-control__description, .wc-block-components-radio-control__label, .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__secondary-label {
			font-size: 1.6rem;
	line-height: 1.4;
}
.wc-block-components-checkout-step__content{
  margin-bottom: 2rem;
}
.woocommerce div.product div.social{
  margin-bottom: 0;
}