/*!
Theme Name: vdtheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
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

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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/* ================================================================================== 
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;
}
.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: "Work Sans", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  
}
main{
  position: relative;
}
/* ================================================================================== 
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: #f94359;  color: #fff; }  
::selection { background-color: #f94359; 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: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-sm{
    max-width:110rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 400;line-height:1.4;}
.title h1, .title h2{ font-size: 3.2rem; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
.title h3{
  font-size: 2rem;
  text-transform: uppercase;
  color: #525252;
  font-weight: 400;
  margin-bottom: 1rem;
}
.title-icons h2, .title-icons h1{
  position: relative;
  display: inline-block;

}
.title-icons h2::before, .title-icons h1::before{
  content: '';
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(images/logo-part.png);
  background-repeat: no-repeat;
  background-size: 1.5rem;
}
.title-icons h2::after, .title-icons h1::after{
  content: '';
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(images/logo-part.png);
  background-repeat: no-repeat;
  background-size: 1.5rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .title-icons h2::before, .title-icons h1::before{
    width: 3rem;
    height: 3rem;
    background-size: 3rem;
    left: -5rem;
  }
  .title-icons h2::after, .title-icons h1::after{
    width: 3rem;
    height: 3rem;
    background-size: 3rem;
    right: -5rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 3.6rem; }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 4rem; }
  .intro .title h2{
    font-size: 3.6rem;
  }
  .about-text  .title h2{
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/

  .title h1, .title h2{ font-size: 5rem; }
  .intro .title h2{
    font-size: 3.6rem;
  }
  .about-text  .title h2{
    font-size: 4rem;
  }
}


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

.btn {
	display: inline-block;
	padding: 1rem 4rem;
	font-weight: 400;
  border-radius: 10rem;
  font-weight: 600;
}
.btn-white{
  border:1px solid #fff;
  color: #fff;
  background-color: transparent;
  display: inline-block;
	padding: 1rem 4rem;
	font-weight: 400;
  border-radius: 10rem;
  font-weight: 600;
}
.btn-white:hover{
  background-color: #fff;
  color: #000;
}
.btn-primary{
  background-color: #f94359;
  color: #fff;
}
.btn-primary:hover{
  background-color: #6e29fe;
}
.btn-secondary{
  background-color: #6e29fe;
  color: #fff;
}
.btn-secondar:hover{
  background-color: #f94359;
}
button.woocommerce-Button.button, button.woocommerce-button.button,  a.button.wc-backward,   .woocommerce a.button.alt{
	display: inline-block;
	padding: 1.2rem 4.6rem;
	font-weight: 400;
	border-radius: 10rem;
	border: 1px solid transparent;
  transition: all .4s ease-in-out;
  background-color: #4c8459;
  color: #fff;
  border-color: #4c8459;
  font-size: inherit;
}
button.woocommerce-Button.button:hover, button.woocommerce-button.button:hover,  a.button.wc-backward:hover,  .woocommerce a.button.alt:hover{
  background-color: transparent;
  color: #4c8459;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
  font-size: inherit !important;
  width: auto !important;
}
.actions button.button{
  display: inline-block;
	padding: 1.2rem 4.6rem;
	font-weight: 400;
	border-radius: 10rem;
	border: 1px solid transparent;
  transition: all .4s ease-in-out;
  background-color: #e9e6ed;
  color: #515151;
  border-color: #e9e6ed;
  font-size: inherit;
}
.actions button.button:hover{
background-color: #c6c6c6;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	padding: 1.8rem 2rem;
	outline: none;
	background-color: #ffffff;
	font-weight: 300;
	border-radius: 10rem;
	font-size: 1.6rem;
}
textarea{
  resize: vertical;
  height: 19rem;
  border-radius:2rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #f94359;

}
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;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #ececec;
	color: #fff;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 8rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #fafafa;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.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
===================================================================================== */
/* -----swiper--- */
.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;
  }
  .intro .custom-next{
    right: 2rem;
    filter: brightness(0) invert(100);
    background-color: transparent;
  }
  .intro .custom-prev{
    left: 2rem;
    filter: brightness(0) invert(100);
    background-color: transparent;


  }
}
/* ================================================================================== 
14. Header
===================================================================================== */
.lang{
  color: #497ca9;
  z-index: 3;
  margin-left: auto;
}
.wpml-ls-legacy-dropdown{
  width: auto;
}
.wpml-ls-legacy-dropdown a{
  border: 0;
  color: #497ca9;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 1px solid transparent;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: inline-block;
	border: 0.25em solid transparent;
	border-top: 0.3em solid;
	right: 0;
	top: 50%;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative;
	padding-right: 16px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
	visibility: visible;
  opacity: 1;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	color: #0d3e66;
	background: transparent;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 5px 6px 6px;

}
.wpml-ls-legacy-list-horizontal li:last-child a{
  padding-right: 0;
}
.wpml-ls-legacy-list-horizontal{
  padding: 0;
}
/*--------*/
.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;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 3rem;
    order: 3;
}


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

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

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

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

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

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

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

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 1rem 0;
}
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: 7.7rem;
}
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;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 0;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  position: relative;

}
nav li a::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width:3rem;
  height: 3rem;
  background-image: url(images/sun.png);
  background-repeat: no-repeat;
  background-size: 3rem;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}

nav li a:hover::before, nav li.current_page_item a::before{
  visibility: visible;
  opacity: 1;
}


.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
  font-size: 1.4rem;
  font-weight: 400;
}
.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;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .toggle{
    display: none;
  }
  header{
    padding: 0.5rem 0;
  }
  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;

  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem 1rem;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  header{
    padding: 1.5rem 0;
  }
  
}
/*---------*/
.logo-header a{
  display: block;
  overflow: hidden;
}
.logo-header img{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
/*---------*/
.header-mail, .header-phone{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:1rem;
  font-weight: 400;
  font-size: 1.6rem;
}
.header-mail  img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.header-phone img{
  display: block;
  width: 1.5rem;
  height: 2rem;
  object-fit: contain;
}
.header-mail{
  margin:0 2rem
}
.header-mail span, .header-phone span{
  display: none;
}
.header-favorites, .header-cart{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:1rem;
  font-weight: 400;
  font-size: 1.6rem;
}
.header-favorites  img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.header-cart img{
  display: block;
  width: 3rem;
  height: 2.5rem;
  object-fit: contain;
}
.header-user img{
  display: block;
  width: 3rem;
  height: 2rem;
  object-fit: contain;
}
.header-user {
  margin-left: 2rem;
}
.header-favorites{
  margin: 0 2rem;
}
.header-mail{
  margin-right: auto;
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .header-mail{
    margin-right: 0;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .header-mail span, .header-phone span{
    display: inline-block;
  }
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  position: relative;
}
.intro-slider{
  overflow: hidden;
}
.intro-slider .swiper-slide{
  background-color: #f94359;
  height: auto;
}
.intro-slider img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: top;
	aspect-ratio: 16/13;
}
.intro-text{
  background-color: #f94359;
  color: #fff;
  padding: 5rem 2.5rem;
}
.intro-text .btn-white{
  margin-top: 3rem
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro-text{
    padding: 5rem;
    max-width: 75rem;
    left: auto;
    right: 5rem;
    bottom: 5rem;
    position: absolute;
  }
  .intro-slider img{
    height: 70rem;
    aspect-ratio: unset;
  }
}
/* ================================================================================== 
16. Products
===================================================================================== */

.product-section1-left{
  width: 100%;
  overflow: hidden;
  margin-bottom: 5rem;
}
.product-section1-right{
  width: 100%;
}
.product-section1-left a{
  display: block;
  position: relative;
}
.product-section1-left img{
  display: block;
  width: 100%;
  height: 50rem;
  object-fit: cover;
  transition: all .4s ease-in-out;
}

.product-section1-left:hover img{
 transform: scale(1.1);
}
.product-section1-left .title{
  margin-bottom: 2rem;
}
.product-section1-left  .btn{
  margin-top: 3rem;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,  rgba(246,152,26,1) 0%,rgba(206,66,249,0.3) 100%);

}
.left-text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5rem;
  z-index: 2;
  color: #fff;
}
.products-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
}
.product-box{
  width: 48.5%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 400;

}

.product-image{
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}
.product-image img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
}

.product-image:hover img{
  transform: scale(1.1);
}
.product-box h3{
  font-size: 1.8rem;
  margin-bottom: 1rem;

}
.product-box p{
  font-size: 1.6rem;
  opacity: 0.4;
}
.price-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
.price-old{
  text-decoration: line-through;
  opacity: 0.4;
}
.bottom-btns{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  gap:1rem
}
.btn-more{
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 600;
}
.btn-cart,
.checkout-button,
#place_order {
	display: inline-block!important;
	background: linear-gradient(to right, rgba(110,41,254,1) 0%,rgba(206,66,249,1) 25%,rgba(248,68,203,1) 50%,rgba(247,67,156,1) 75%,rgba(249,67,89,1) 100%)!important;
	font-size: 1.6rem!important;
	border-radius: 10rem!important;
	color: #fff!important;
	padding: 0.5rem 3rem;
  padding-left: 5rem!important;
  position: relative!important;
  font-weight: 600!important;
  border: 0px!important;
}
.btn-cart::before,
.checkout-button::before,
#place_order::before{
  content: '';
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 4rem;
  background-image: url(images/cart-white.svg);
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-cart:hover,
.checkout-button:hover,
#place_order:hover{
  opacity: 0.6;
}
.btn-more:hover{
  color: #f94359;
}
.sticker {
	position: absolute;
	left: 2rem;
	top: 2rem;
	background-color: #f94359;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.4rem 2rem;
}
.sticker-new{
  background-color: #6e29fe;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .bottom-btns{
    flex-direction: row;
  }
  .product-box h3{
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .product-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .products-section1-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-section1-left{
    width: 49%;
    margin-bottom: 5rem;
  }
  .product-section1-right{
    width: 49%;
  }
  .product-section1-left img{
    height: 80rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .product-box{
    width: 22.7%;
  
  }
  .product-section1-right .product-box{
    width: 48.5%;
  }
}

@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .product-section1-left img{
    height: 92rem;
  }
  .left-text{
    padding: 10rem;
  }
}
/*---------------*/
.text-center{
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  margin-bottom: 5rem;

}
/* ================================================================================== 
17. About
===================================================================================== */

.about-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-image{
  width: 100%;
}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-image img:nth-child(2){
  width: 34rem;
  margin-top: -10rem;
  margin-left: 5rem;
}
.about-text .btn{
  margin-top: 3rem;
}
.about2 .about-text{
  padding: 5rem 0;
  margin-bottom: 0;
}
.about-home .about-image img:nth-child(2){
  display:none;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .about-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-text{
    width: 48%;
    margin-bottom: 0;
  }
  .about-image{
    width: 48%;
  }
  .about-home .about-image img:nth-child(2){
      display:block;
  }
  
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .about-text{
    padding-top: 10rem;
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about-text{
    padding-left: 10rem;

  }
  .about2 .about-text{
    padding: 5rem 0;
    padding-left: 10rem;
  }

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

  .about-text{
    padding-left: 25rem;
  }
  .about2 .about-text{
    padding: 5rem 0;
    padding-left: 15rem;
  }
}
/* ================================================================================== 
18. Info Banner
===================================================================================== */
.info-banner{
  background-color: #fafafa;
  padding: 5rem 0;
}

.info-banner-box{
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-banner-icon{
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6e29fe;
  margin-bottom: 3rem;
}
.info-banner-icon img{
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
.info-banner-box:nth-child(2) .info-banner-icon{
  background-color: #ce42f9;
}
.info-banner-box:nth-child(3) .info-banner-icon{
  background-color: #f7439c;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .info-banner-box{
    width: 31.3%;
  }
  .info-banner-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:3%
  }
}
/* ================================================================================== 
19. Contact Banner
===================================================================================== */
.contact-banner{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color:#fff;
  position: relative;
}
.banner-overlay{  
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}
.contact-banner-inner{
  max-width: 70rem;
  width: 100%;
  right: 0;
}
.contact-banner-text .container{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.contact-banner-inner .btn{
   margin-top:3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .contact-banner{
    background-attachment: fixed;
  }
}
/* ================================================================================== 
20. Footer
===================================================================================== */
footer{
  background-color: #232323;
  color: #fff;
}

footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.8;
}
footer h3{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
}
.cards{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap:3rem;
  width:30rem;
  margin: 0 auto;
}
.footer-box{
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.card-box{
  display: block;
  width: 31.3%;
  height: auto;
  display: flex;
  align-items: center;
}
.card-box {
	display: block;
	width: 18.3%;
	height: auto;
}
.copyright{
  padding: 1rem 0;
  font-size: 1.4rem;
  background-color: #fff;
  font-weight: 400;

}
.copyright .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-box{
    width: auto;
    margin: 0;
    text-align: left;
  }
  .cards{
    justify-content: flex-start;
    margin: 0;

  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}  
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  footer ul{
    column-count: 2;
    column-gap: 3rem;
  }
}
/* ================================================================================== 
21. Products Page
===================================================================================== */
.top-height{
  width: 100%;
  height: 5.78rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .top-height{
    height: 7.43rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .top-height{
    height: 9.88rem;
  }
}
.text-center{
  margin: 0 auto;
  max-width: 70rem;
  width: 100%;
  text-align: center;
  margin-bottom: 5rem;
}
.title-sm{
  margin-bottom: 3rem;
}
.page-aside{
  width: 100%;

  border:1px solid #ccc;
}
.page-content{
  width: 100%;
  margin-top: 3rem;
}
.page-aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-aside ul li{
  margin-bottom: 2rem;
}
.page-aside ul li a {
	display: block;
	color: #000;
	font-weight: 400;
	font-size: 1.6rem;
	text-transform: uppercase;
	position: relative;
	padding: 0.3rem 2rem;
	border-bottom: 1px solid #e7e7e7;
}
.page-aside ul li:last-child a{
  border-bottom: 0;
} 
.page-aside ul.sub-menu{
  padding-left: 0;
  padding-top: 1rem;

}
.page-aside ul.sub-menu li a{
  text-transform: none;
  border-bottom: 0;
  background-color: transparent;
}
.page-aside li a:hover, .page-aside li.current_page_item a{
 padding-left: 5rem;
}
.page-aside h3 {
	background-image: url(images/arrow-down-white.svg);
	background-repeat: no-repeat;
	background-position: right 2rem center;
	background-size: 1rem;
  background-color: #f94359;
  color: #fff;
	cursor: pointer;
	font-size: 2rem;
	font-weight: 500;
  margin-bottom: 0;

  padding: 1.5rem;
}
.page-aside li a::before{
  content: '';
  position: absolute;
  left:1rem;
  top: 50%;
  transform: translateY(-50%);
  width:3rem;
  height: 3rem;
  background-image: url(images/sun.png);
  background-repeat: no-repeat;
  background-size: 3rem;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}

.page-aside li a:hover::before, n.page-aside li.current_page_item a::before{
  visibility: visible;
  opacity: 1;
}
.aside-content{
  padding-top: 1rem;
  display: none;
}
.aside-content .menu-item-has-children{
  position: relative;
}
.aside-content .sub-menu{
  display: none;
}
.menu-toggle {
	position: absolute;
	right: 0;
	top: 1px;
	width: 5rem;
	height:4.1rem;
	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{
  transform: rotate(180deg);
}
.page-top{
 
  margin-bottom: 5rem;
  font-size: 1.6rem;
  color: #000;
  border-top: 1px solid #e7e7e7;
  padding-top: 3rem;
}
.page-top p{
  margin-bottom: 0;
}
.top-filter{
  width: 100%;
}
.top-filter form{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap:2rem;
}
.top-filter select {
	width: 100%;
	border: 1px solid #cacaca;
	padding: 1rem 1.6rem;
  appearance: none;
  background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right 1.6rem center;
	background-size: 1rem;
  font-size: 1.6rem;
  margin-top: 2rem;
}
.top-filter select:focus{
  border-color: #f94359;
}
.top-filter select:last-of-type{
  margin-top: 0;
}
.products-wrapper .product-box{
  width: 100%;
  margin-bottom: 3rem;
}
.products-wrapper .product-box:last-child{
  margin-bottom: 0;
}
.product-accordion{
  margin-top: 4rem !important;
}
.product-accordion h3{
  font-weight: 600;
  font-size: 1.8rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .products-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .products-wrapper .product-box{
    width: 48.5%;
    margin-bottom: 3rem;
  }
  .products-wrapper .product-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .page-top{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .top-filter{
    margin-top: 0;
  }
 
  .top-filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top-filter select {
    margin-left: 2rem;
    margin-top: 0;
    width: 30rem;
  }

}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .products-wrapper .product-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .page-aside h3 {
    background-image: none;
    margin-bottom: 2rem;
  }
  .price-filter{
    display: block;
  }
  .page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .page-top{
    border-top: 0;
    padding-top:0;
  }
  .page-aside{
    position: sticky;
    top: 15rem;
    width: 31rem;

  }
  .page-content{
    width: calc(100% - 36rem);
    margin-top: 0;
  }
  .aside-content{
    display: block;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .page-aside{
    width: 33rem;
  }
  .page-content{
    width: calc(100% - 40rem);
  }
}
/*----------*/
.price-filter{
  padding: 1.5rem;
    display:none;
    
}
.price-filter input{
  color: #000 !important;
}
.price-filter-wrap h3{
  background-color: #6e29fe;
}
.price-filter-wrap .btn{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .price-filter{
    display:block;
    
}
}
/* ================================================================================== 
22. Product Page
===================================================================================== */

/*---------*/
.single-wrapper{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-images{
  width: 100%;
  overflow: hidden;
}
.single-text{
  width: 100%;
  margin-top: 5rem;
}
.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;
}
.thumbs-gallery .swiper-slide {
  cursor: pointer;
}
.single-gallery{
  position: relative;
}
.single-gallery img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.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;
}

.thumbs-gallery{
  margin-top: 2rem;
}
.thumbs-gallery img {
	width: 100%;
	height: auto;
	object-fit: contain;
	border: 1px solid #faf5f2;
	object-position: center;
}
.swiper-slide{
  box-sizing: border-box;
}
.thumbs-gallery .swiper-slide-thumb-active img{
  border-color: #6e29fe;
}
.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-quantity input {
	width: 4.7rem;
	height: 4.7rem;
	border: 1px solid #c9c9c9;
	padding: 0;
	text-align: center;
	border-radius: 10rem;
}
.plus, .minus {
	width: 4.7rem;
	height: 4.7rem;
	background-color: #6e29fe;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	border-radius: 10rem;
  opacity: 0.5;
}
.desc2{
  margin-top: 3rem;
}
.price-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
}

.single-description{
  margin-top: 3rem;
}
.single-options span{
  color: #000;
}
.single-options  select{
  width: 100%;
	border: 1px solid #cacaca;
	padding: 1rem 1.6rem;
  appearance: none;
  background-image: url(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;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .single-btns{
    flex-direction: row;
    align-items: center;
    gap:1rem;
    flex-wrap: wrap;
  }
  .single-options  select{
    width: 30rem;
  }
  .single-btns .btn{
    width: auto;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .single-wrapper{
    flex-direction: row;
  }
  .single-images{
    width: 41%;

  }
  .single-text{
    width: 59%;
    padding-left: 5rem;
    margin-top: 0;
  }
  .single-link{
    padding: 5rem;
    margin-top: 5rem;
  }
}
@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;
}
.accordion {
	padding: 1rem 2rem;
	-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: 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;
}

.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;
  border-bottom:1px solid #ccc;
  padding-bottom: 2rem;
	
}
.single-main-box{
  background-color: #f4f4f4;
	padding: 3rem 2rem 5rem 2rem;
  margin-top: 3rem;
}
.stock{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
}
.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{
  padding: 1rem 3rem;
  padding-left: 5rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .single-main-box{
    padding: 3rem 2rem 4rem 2rem;
  }
}
/*--------*/

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

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

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

.about2{
  background-color: #f0f0f0;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .about-page-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-page-text{
    width: 45%;
    margin-bottom: 3rem;
  }
}
/* ================================================================================== 
24. Contact Page
===================================================================================== */

.contact-box{
    width:100%;
    padding:2rem 1rem;
    background-color:#f4f4f4;
    margin-bottom:3rem;
}
.contact-box:last-child{
    margin-bottom:0;
}
.contact-form{
  max-width: 70rem;
  width: 100%;
  padding: 5rem 2rem;
  background-color: #f4f4f4;
  margin: 0 auto;
  position: relative;
  margin-top: 8rem;
}
.contact-box a{
    text-decoration:underline;
}
.contact-form::before {
	content: '';
	width: 10rem;
	height: 10rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -5rem;
	background-image: url(images/mail.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 3rem;
	z-index: 1;
	background-color: #f4f4f4;
	border-radius: 50%;
}
.contact-form .btn{
  border-bottom: 0;
  width: auto;
  transition: all .4s ease-in-out;
}

.map iframe{
    width:100%;
    height:40rem;
    display:block;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
.contact-boxes{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    gap:3%;
    
}
.contact-box{
    width:31.3%;

    margin-bottom:0;
}
    
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .contact-box{
    padding:5rem;
  }
  
}
  @media only screen and (min-width: 64.0625em) {
    /*1025px*/
    .contact-form{
      padding: 5rem;
    }
  }
/* ================================================================================== 
 Woocommerce
===================================================================================== */
.woocommerce-checkout input[type="checkbox"], .woocommerce-checkout input[type="radio"] {
	position: static !important;
	width: 100%;
	left: auto;
	top: auto;
}
.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: 40rem;
  }
}
/* ------remember me------- */
#customer_login h2{
  text-transform: uppercase;
}
#customer_login .u-column1 form,  #customer_login .u-column1 form{
  background-color: #f7f4f1;
  border: 0 !important;
  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;
}

/*-----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: #f9f9f9;
  margin-bottom: 3rem;
}
.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(246, 137, 2,.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--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: #e97600;
}
.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: #f68902;
  color: #fff;
}
header.woocommerce-Address-title{
  position: static;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 1.7rem;


}
.woocommerce-MyAccount-content .woocommerce-Addresses{
  border-radius: 1rem;
  background-color: #f9f9f9;
  padding: 2rem;
}
#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;
}
@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;
}
/*----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----*/