/*!
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

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* ================================================================================== 
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;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  
}
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: #f5821f;  color: #fff; }  
::selection { background-color: #f5821f; 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;
}

/* ================================================================================== 
5. Headings
===================================================================================== */

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


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

.btn {
	display: inline-block;
	padding: 1.4rem 3.6rem;
	font-weight: 600;
  border:1px solid transparent;
  border-radius: 10rem;
}
.btn-primary{
  border-color: #f5821f;
  color: #f5821f;
  background-color: transparent;
}
.btn-secondary{
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-primary:hover{
  background-color: #f5821f;
  color: #000;
}
.btn-secondary:hover{
  background-color: #f5821f;
  color: #000;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #d06f1a;
  padding: 1.2rem 2rem;
  outline: none;
  background-color: #d06f1a;
  border-radius: 10rem;
  color: #fff;
  font-weight: 400;

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

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

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

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

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

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

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@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: #f5f5f6;
  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: 2rem;
}
.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--- */
.images-arrows{
  display: flex;
  flex-direction: row;
  gap:3rem;
  margin-top: 2rem;
  justify-content: center;
}
.swiper-button-next, .swiper-button-prev{
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem;
  cursor: pointer;
}
.swiper-button-next{
  background-image: url(images/next.svg);
}
.swiper-button-prev{
  background-image: url(images/prev.svg);
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .images-arrows{
    margin-top: 0;
    position: absolute;
    left: -20rem;
    bottom: 2rem;
    justify-content: flex-start;
  }
}
/* ================================================================================== 
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: 1.5rem 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: 15rem;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem 2rem;
  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-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 1px;
}

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



.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.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-mail{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;
  margin-right: 20px;
}
.header-mail img{
  display: block;
  width: 2.4rem;
  height: auto;

}
.desktop-mail{
  margin-left: auto;
}
.desktop-mail span{
  display: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .desktop-mail span{
    display: inline-block;
  }
}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .header-logo img{
    width: 22.8rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;

  }
  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;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  padding: 5rem 0 5rem 0;
}
.intro .container .container{
  position: static;
}

.intro-text{
  width: 100%;
}
.intro-text strong{
  color: #f5821f;
}
.intro-text .btn{
  margin-top: 3rem;
}
.intro-image{
  width: 40%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.intro-image img{
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro-wrapper{
    display: flex;
    flex-direction: row-reverse;
  
  }
  .intro-image{
    display: block;
  }
  .intro-text{
    width: 48%;
    margin-right: auto;
  }
  .intro{
    padding: 5rem 0 0 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .intro{
    padding: 10rem 0  0;
  }

}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .intro{
    padding: 15rem 0;
  }
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .intro{
    padding: 20rem 0;
  }

}
/* ================================================================================== 
16. Products Categories
===================================================================================== */
.text-center{
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cats-wrapper{
  margin-top: 5rem;
}
.cat-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
}
.cat-box:last-child{
  margin-bottom: 0;
}
.cat-img{
  display: block;
  margin-bottom: 4rem;
  overflow: hidden;
}
.cat-img img{
  display: block;
  width: 100%;
  height: auto;
  transition:all .4s ease-in-out;
}

.products-categories .title{
  margin-bottom: 0;
}
.cat-box h3{
  transition: all .4s ease-in-out;
  font-size: 2.4rem;
}
.cat-box h3:hover{
  color: #f5821f;
}
.prod-bg {
	position: absolute;
	left: 0;
	top: -19rem;
	width: 33rem;
	height: 42rem;
	background-image: url(images/gumbovi.png);
	background-repeat: no-repeat;
	background-size: 100%;
  display: none;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .cats-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .cat-box{
    width: 31.3%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .cats-wrapper{
    margin-top: 10rem;
  }
  .cat-img:hover img{
    transform: scale(0.9);
  }

}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .prod-bg {
    display: block;
  }
  .cat-box h3{
    font-size: 3rem;
  }

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

}
/*------*/


.products-bottom-images{
  width: 100%;
}
.images-slider{
  overflow: hidden;
}
.products-bottom .container .container{
  position: static;
}
.products-bottom-text{
  width: 100%;
  margin-bottom: 5rem

}
.images-slider img{
  width: 100%;
  height: auto;
  aspect-ratio: 16/13;
  object-fit: cover;
  border-radius: 2rem;

}
.products-bottom-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .products-bottom-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  
  }
  .products-bottom-images{
    width: 42%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .products-bottom-text{
    width: 48%;
    margin-bottom: 0;
  }
  .products-bottom{
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .products-bottom{
    padding: 10rem 0;
  }
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .products-bottom{
    padding: 17rem 0;
  }
}
/* ================================================================================== 
17. References
===================================================================================== */
.references{
  padding-bottom: 0;
}
.reference-wrapper {
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;

}
.references .container .container{
  position: static;
}
.references-left ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.references-left{
  width: 100%;
  background-color: #f5f5f6;

  border-radius:3rem;
  padding: 5rem;
}

.references-right{
  width: 100%;
  margin-bottom: 5rem;
}
.references-right .title{
  margin-bottom: 3rem;
}
.references-right .btn{
  margin-top: 3rem;
  display: none;
}
.references-right strong{
  color: #f5821f;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/


}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .references-left ul{
    column-count: 2;
    column-gap: 3rem;
  }
  .reference-wrapper {
    flex-direction: row;
    padding: 0 0 10rem 0;
  }
  .references-left{
    width: 48%;
  }
  .references-right{
    width: 48%;
    margin-left: auto;
    padding-right: 5rem;
    margin-top: 10rem;
    margin-bottom: 0;
  }
  .references-left::before {
    content: '';
    position: absolute;
    right: -5rem;
    bottom: -5rem;
    width: 23rem;
    height: 15rem;
    background-image: url(images/content-images/image-buttons.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .references{
    padding-bottom: 10rem;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .references-left{
    width: 100%;
    max-width: 70rem;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 0;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    padding: 10rem;
  }
  .references-right{
    max-width: 60rem;
    width: 100%;
    margin-right: 12rem;
  }
  .reference-wrapper {
    padding: 0 0 30rem 0;
  }
  
}

/* ================================================================================== 
18. About
===================================================================================== */

.about .container .container{
  position: static;
}

.about-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-text2 {
	width: 100%;
	background-color: #f5f5f6;
  border-radius: 3rem;
	padding: 5rem;
	overflow: hidden;
}
.about-text .btn{
  margin-top: 3rem;
}
.about-text strong{
  color: #f5821f;
}

.about-text2 h3{
  font-weight: 400;
  font-size: 2.6rem;
}
.about-images{
  display: flex;
  flex-direction: row;
  gap:3%;
  margin-top: 5rem;

}
.about-images img{
  width: 48.5%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/26;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-text2 {
    padding: 10rem;
    padding-bottom: 71rem;
    border-radius: 0;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 60rem;
  }
  .about-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about-text{
    width: calc(100% - 60rem);
    margin-top: 10rem;
  }
  .about-wrapper::before{
    content: '';
    position: absolute;
    right: 20rem;
    top: -17rem;
    width: 33rem;
    height: 33rem;
    background-image: url(images/content-images/button.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
  }
  .about{
    padding-bottom: 22rem;
  }
  .about-images img{
    transform: rotate(15deg);
  }
  .about-images{
    margin-top: 15rem;
  
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about-text{
    width: calc(100% - 80rem);
  }
  .about-text2 {
    max-width: 70rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .about-text2 {
    max-width: 80rem;
  }
}
/* ================================================================================== 
19. Footer Contact
===================================================================================== */
.contact-footer {
  background-color: #f5821f;
}

.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
}
.contact-text p{
  font-size: 2rem;
}
.contact-row{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 3rem;
}
.contact-icon{
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background-color: #d06f1a;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.contact-icon img{
  display: block;
  width:3rem;
  height: 2rem;
  object-fit: contain;
}
.contact-row-text{
  width: calc(100% - 8rem);
}
.contact-row-text p{
  font-size: 1.6rem;
  font-weight: 400;
}


@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .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%;
  }
  .contact-row-col{
    column-count: 2;
    column-gap: 3rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .contact-text{
    width: 48%;
    margin-bottom: 0;
  }
  .contact-form{
    width: 45%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .contact-footer {

    margin-top: 10rem;
  }

}
/*-------*/
.copyright{
  padding: 2rem 0;

}
.copyright .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap:1rem;
}
.footer-logo img{
  display: block;
  width: 15rem;
  height: auto;
}
.fixed-btns{
  position: fixed;
  bottom: 10rem;
  right: 1rem;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap:1rem
}
.fixed-btns a{
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #f68d32;
  display: flex;
  align-items: center;
  justify-content: center;

}
.fixed-btns a img{
  display: block;
  width: 1.5rem;
  height: auto;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    gap:0;
  }
  .footer-logo img{
    width: 22rem;
  }
  .fixed-btns a{
    width: 5.4rem;
    height: 5.4rem;
  }
  .fixed-btns a img{
    width: 2rem;
  }
  .fixed-btns{
    right: 3rem;
    gap:2rem
  }
}
/* ================================================================================== 
20. Product Page
===================================================================================== */
.page-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.page-aside{
  width: 3100%;
  background-color: #f5f5f6;
  padding: 3rem;
}
.page-aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-aside ul li a{
  display: block;
  padding: 1rem 0;
}
.page-aside ul li a:hover{
  color: #d06f1a;
}
.page-content{
  width: 100%;
  margin-top: 5rem;
}
.aside-content{
  display: none;
  margin-top: 3rem;
}
.page-aside h3 {
	background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1rem;
	cursor: pointer;
	font-size: 2rem;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
  margin-bottom: 0;
}

.content-box{
  width: 100%;
  margin-bottom: 3rem;
}
.content-box:last-child{
  margin-bottom: 0;
}
.content-image{
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.content-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: contain;
  transition: all .4s ease-in-out;
}
.content-image:hover img{
  transform: scale(0.9);
}
.btn-sm{
  font-weight: 600;
  color: #d06f1a;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .content-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .content-box{
    width: 48.5%;
  }
  .content-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .page-aside{
    position: sticky;
    top: 15rem;
    left: 0;
    width: 30rem;
  
  }
  .aside-content{
    display: block;
  }
  .page-content{
    width: calc(100% - 35rem);
    margin-top: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .content-box{
    width: 31.3%;
  }
}

/*---------*/
.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-bottom: 3rem;
}
.single-text .btn{
  margin-top: 3rem;
}
.thumbs-gallery img{
  display: block;
  height: auto;
  width: 100%;
}
.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: cover;
	aspect-ratio: 3/2;
}
.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: cover;
	aspect-ratio: 3/2;
  border:1px solid #e7e7e7;
}
.swiper-slide{
  box-sizing: border-box;
}
.thumbs-gallery .swiper-slide-thumb-active img{
  border-color: #000;
}
.single-category {
	opacity: 0.57;
	margin-bottom: 2rem;
}
.single-text .btn{
  margin-top: 0;
}
.single-quantity {
	position: relative;
	padding-right: 2.35rem;
  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: 0;
}
.plus, .minus {
	width: 4.7rem;
	height: 4.7rem;
	background-color: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.desc2{
  margin-top: 3rem;
}
.price-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
}
.price-old{
  color: #ccc;
  text-decoration: line-through;
}
.single-description{
  margin-top: 5rem;
}
.single-desc .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .single-btns{
    flex-direction: row;
    align-items: center;
    gap:1rem
  }
}
@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: 64.0625em) {
  /*1025px*/


}
/*---------*/
.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 {
	padding: 1rem 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 #e7e7e7;
}
.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%;
}

.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;

}

.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 .swiper-button-next {
	right: 1rem;
}
.single-gallery .swiper-button-prev {
	left: 1rem;
}
.single-gallery  .swiper-button-next, .single-gallery .swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
  filter: brightness(0) invert(100);
}
/*-----*/
.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;
}
/* ================================================================================== 
21. References Page
===================================================================================== */
.references-wrap{
  max-width:90rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}
.references-wrap ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.references-wrap ul li{
  margin-bottom: 1rem;
  background-color: #f5f5f6;
  border-radius: 1rem;
  padding: 1rem 2rem;
  font-weight: 600;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .references-wrap ul{
    column-count: 2;
    column-gap: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .references-wrap{
    margin-top: 10rem;
  }


}
/* ================================================================================== 
22. About Page
===================================================================================== */
/*----------*/
.timeline{
  margin-bottom: 5rem;
}
 .timeline-container {
  width: 100%;
  position: relative;
  max-width:120rem;
  margin: 0 auto;
}
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #d06f1a;
  transform: translateX(-50%);
}

.timeline-item {
  padding: 3rem;
  position: relative;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: row;
}
.timeline-content{
  width: 50%;
  padding: 0 3rem;
}
.timeline-image{
  width: 50%;
  padding: 0 3rem;
}
.timeline-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 16/12;
	padding: 2rem;
	background: #ffff;
}


.timeline-item:nth-child(2n+2) {
  flex-direction: row-reverse;
  text-align: right;
}

.timeline-dot {
	position: absolute;
	top: 4.1rem;
	width: 1.2rem;
	height: 1.2rem;
	background-color: #d06f1a;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
}


.timeline-year {
  font-size: 2.4rem;
  font-weight: bold;
  color: #d06f1a;
}

.timeline-text {
	background: #fff;
	margin-top: 3rem;
}
.title-sm h3{
  font-size: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
.timeline{
  margin-bottom: 10rem;
}

.timeline-year {
  font-size: 3rem;
}

}
@media (max-width: 768px) {
  .timeline-item {
    width: 100%;
    padding: 2rem 0;
    flex-direction: column-reverse !important;
    text-align: left !important;
  }
  .timeline-content{
    width: 100%;
  }
  .timeline-image{
    width: 100%;
  }
    .timeline-line {
      left: 0;
  }
  .timeline-dot {
    top: 3.1rem;
    left: -5px;
     transform: translateX(0); 
  }

}

form fieldset p br {
  display: none;
}