/*!
Theme Name: vdtheme
Theme URI: https://virtus-dizajn.com/
Author: Virtus dizajn
Author URI: https://virtus-dizajn.com/
Description: Design theme for Virtus dizajn.
Version: 1.0.0
Tested up to: 6.8.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Screenshot: https://virtus-dizajn.com/wp-content/themes/vdtheme/screenshot.png

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url('fonts/fonts.css');
/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14. Header
15. Intro
16. Mini Info
17. About
18. Products
19. Distribution
20. News
21. Banner
22. Footer
23. About Page
24. Product Page
25. Location Page
26. News Page
27. Contact Page
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }  a, a:active, a:hover, a:focus { outline: none;text-decoration: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } 
 strong { font-weight: 700;  color: #f08200;}

.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
input[type="button"], input[type="submit"]{
  width: auto;
  transition: all .4s ease-in-out;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem;margin: 2rem 0; }
a{
  text-decoration: underline;
  color: inherit;
}
.go-back {
	position: fixed;
	right: 2rem;
	bottom: 5rem;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #0cc0df;
	background-image: url(images/arrow-up-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2rem;
	z-index: 10;
	display: none;
	cursor: pointer;
}
header a{
  text-decoration: none;
}
.image-404 img{
  display: block;
  width: 100;
  max-width: 80rem;
  height: auto;
  margin: 0 auto;

}
.image-404{
  margin-bottom: 5rem;
}
/* FLEX GRID */
/* === Base Wrapper === */
.box-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  gap:3%
}

/* === Base Box === */
.box {
  margin-bottom: 3rem;
}

/* === Mobile Adjustment === */
@media only screen and (min-width: 0em) {
  .box { width: 100%; margin-bottom: 3rem; }
}

/* === Progressive Media Queries === */
@media only screen and (min-width: 48.0625em) { /* 769px */
  .box-2 { width: 48.5%; }
  .box-3 { width: 48.5%; }
  .box-4 { width: 48.5%; }
  .box-5 { width: 31.3%; }
  .box-6 { width: 31.3%; }
}


@media only screen and (min-width: 56.3125em) { /* 1024px */
  .box-4 { width: 22.4%; }
  .box-5 { width: 17.6%; }
  .box-6 { width: 14.17%; }
  .box-3 { width: 31.5%; }
}


@media only screen and (min-width: 68.75em) { /* 1100px */
  .box-6 { width: 14.17%; }
}

/* ================================================================================== 
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: "Nunito", 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;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
	display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #f08200;  color: #fff; }  
::selection { background-color: #f08200; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-2xl{
  max-width: 192rem;
  padding: 0;
}
.container-fluid{
  max-width: 100%;
}
.container-md{
  max-width: 130rem
}
.container-sm{
  max-width: 100rem;
}
.container-xl{
  max-width: 160rem;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 600;margin-top:1rem; font-family: 'IBM Plex Mono', sans-serif;}
h1 { font-size: 5.4rem; line-height: 1.4; }
h2 { font-size: 4rem; line-height: 1.2; }
h3 { font-size: 2.6rem; line-height: 1.3; }
h4 { font-size: 2.2rem; line-height: 1.4; }
h5 { font-size: 1.8rem; line-height: 1.5; }
h6 { font-size: 1.8rem; line-height: 1.5; }
h1 {
  font-size: clamp(3.4rem, 4vw + 1rem,5.4rem);
  line-height: 1.4;
}

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


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


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

.btn {
	display: inline-block;
	padding: 1.6rem 4rem;
	font-weight: 600;
  border-radius: 7px;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.btn-primary{
  background-color: #f08200;
  color: #000;
}
.btn-secondary{
  background-color: #43515a;
  color: #fff;
}
.btn-primary:hover{
  background-color: #014099;
  color: #fff;
}
.btn-sm{
  display: inline-block;
  text-decoration: none;
  transition: all .4s ease-in-out;
  font-weight: 600;
  color: #f08200;
}
.btn-sm:hover{
  color: #014099;
}
.btn-sm2{
    display: inline-block;
    text-decoration: none;
    transition: all .4s ease-in-out;
    font-weight: 600;
    color: #000;
}
.btn-sm2:hover{
  color: #f08200;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	padding: 1.2rem 1rem;
	outline: none;
	background-color: #ffffff;
	font-family: inherit;
	font-size: 1.6rem;
  border-radius: 5px;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #f08200;

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

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

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

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

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

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
  .pages.space{
    padding: 7rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #e1e1e1;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list ul li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  transition: color 0.3s;
}

.list ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1rem; 
  width: 1rem;
  height: 1rem;
  background-color: #f08200; 
  border-radius: 50%; 
  transition: transform 0.3s, background-color 0.3s;
}

.list ul li:hover::before {
  transform: scale(1.5);
  background-color: #014099;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, .page-numbers:hover{

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

/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrow{
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem;
  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;
  }
  
}

/* ================================================================================== 
14. Header
===================================================================================== */

/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.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: 16rem;
  height: auto;
}
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: 400;

}

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



.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.menu-item-has-children{
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right top 2.1rem;
  background-size: 1rem;
}
.sub-menu{

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

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.lang{
  color: #000;
  z-index: 3;
  margin-left: auto;
  font-weight: 400;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .header-logo img{
    width: 22.5rem;
  }
}

@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{
    display: none;
  }
  .menu-item-has-children{
    background-position: right center;
     }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem 3rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/*------------*/
/* MEGA MENU */


.mega-menu{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 100%;
  background: #fff;
  display: flex;
  gap: 3rem;
  padding: 3rem;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  max-width: 110rem;
  width: 100%;
}

/* SHOW ON HOVER */
.mega-parent:hover .mega-menu{
  opacity: 1;
  visibility: visible;
}

/* LEFT */
.mega-left{
  width: 25%;
  background: #eaeaea;
  padding: 2rem;
}
.mega-left li{
  display: block;
}
.mega-menu h3{
  font-size: 1.8rem;
  font-family: 'Nunito', sans-serif;
}
.mega-left ul li{
  padding: 1rem;
  cursor: pointer;
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.6rem;
  padding-left: 2rem;
}

.mega-left ul li.active,
.mega-left ul li:hover{
  font-weight: bold;
  
}

/* RIGHT */
.mega-right{
  width: 75%;
}

.mega-content{
  display: none;
  opacity: 0;
  transition: opacity .2s ease;
}

.mega-content.active{
  display: block;
  opacity: 1;
}

/* GRID */
.grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.grid-item{
  text-align: center;
  transition: transform .2s ease;
}

.grid-item img {
	width: 100%;
	height: auto;
	aspect-ratio: 16/10;
	object-fit: contain;
}

.grid-item:hover{
  transform: translateY(-5px);
}

/* RESPONSIVE */
@media(max-width:1024px){

  .mega-menu{
    position: static;
    flex-direction: column;
    display: none !important;
    opacity: 1;
    visibility: visible;
    padding: 1rem;
    max-width: 100%;
    transform: none;
    display: none;
  }

  .mega-parent.open .mega-menu{
    display: block;
  }

  .mega-left,
  .mega-right{
    width: 100%;
  }

  .grid{
    grid-template-columns: repeat(2, 1fr);
  }
  
}

@media(max-width:600px){
  .grid{
    grid-template-columns: 1fr;
  }
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  position: relative;
  overflow: hidden;
}

.intro img{
  display: block;
  width: 100%;
  height:100vh;
  object-fit: cover;
  position: relative;

}
.intro h2{
  color: #fff;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
}
.intro-text h1{
  color: #fff;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.intro-inner{
  max-width: 70rem;
  width: 100%;
}

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

.intro-text p{
  width: 80%;
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
  .intro img{
    height: 80rem;
  }

}
/* ================================================================================== 
16. Mini Info
===================================================================================== */
.mini-info-wrap{
  padding: 5rem 2rem;
  width: 100%;
  background-color: #f08200;
  margin-top: 5rem;
}
.info-icon{
  width: 7.7rem;
  height: 7.7rem;
  background-color: #303030;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}
.info-icon img{
  display: block;
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}
.info-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.info-text{
  width: calc(100% - 10.4rem);
  font-size: 1.6rem;
}
.info-text h3{
  margin: 0;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-family: 'Nunito', sans-serif;
}
.info-text p{
  margin: 0;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .mini-info-wrap{
    padding: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .mini-info-wrap{
    max-width: 55rem;
    margin-left: auto;
    margin-top: -20rem;
  }
}
/* ================================================================================== 
17. About
===================================================================================== */

.about-text{
  margin-bottom: 5rem;

}
.about-text .title strong{
  font-weight: 600;
  color: #f08200;
}
.about-images{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-images img{
  display: block;
  width: 65%;
  aspect-ratio: 16/8;
  height: auto;
  object-fit: cover;
}
.about-images img:last-child{
  width: 30%;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-container{
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
  }
  .about-text{
    column-count: 2;
    column-gap: 15rem;
    margin-bottom: 10rem;

  }
  .about-images{
    max-width: 80%;
  }
}
/* ================================================================================== 
18. Products
===================================================================================== */
.products-top{
  position: relative;
}


  .products-top-text{
    text-align: center;
  }
.products-top-image{
  width: 47%;
  display: none;
}
.products-top-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/13;
  object-fit: cover;
}
.products-top-text .btn-sm{
  margin-top: 3rem;
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .products-top-image{
    display: block;
  }
  .products-top::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 48rem;
    background-color: #eaeaea;
  }
  .products-top-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .products-top-text{
    width: 35%;
    padding-top: 10rem;
    text-align: left;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441px*/
  .products-top-text{
    width: 30%;
  }
}
/*-----------*/
.products-slider{
  overflow: hidden;
}
.product-box{
  display: flex;
  flex-direction: column;
  height: auto;
  text-align: center;
}
.product-box a{
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.product-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: contain;
   transition: all .4s ease-in-out;
}
.product-image{
  overflow: hidden;
}
.product-image:hover img{
  transform: scale(1.05);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
.product-box h3{
  font-size: 3rem;
}
}
/* ================================================================================== 
19. Distribution
===================================================================================== */
.text-center{
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}
.distribution-map{
  position: relative;
}
.distribution-map > img{
  display: block;
  width: 100%;
  height: auto;
}
.map-icon img{
  width: 1.8rem;
  height: auto;
  display: block;
}
.map-icon-main img{
  width: 2.8rem;
  height: auto;
}
.map-icon{
  position: absolute;
  cursor: pointer;
}
.map-icon.icon1{
  left:15%;
  top: 40%;
}
.map-icon.icon2{
  right:20%;
  top: 40%;
}
.map-icon-main{
  top: 23%;
  left: 49%;
}
.tooltip_templates {
  display: none;
}
.tooltipster-content {
    min-width: 200px;  
    min-height: 80px;   
    max-width: 400px;   
}
.tooltip_content {
    padding: 15px;
    font-size: 1.8rem;
    line-height: 1.5;
}
.tooltipster-base{
  pointer-events: visible;
}
.tooltip_content p {
	margin: 0 0 8px 0;
	color: #000;
}

.tooltip_content a.btn-sm2 {
    display: inline-block;
    margin-top: 5px;
}
.tooltipster-content {
    background-color: white; 
    color: black;            
    border: 1px solid #fff;  
    border-radius: 5px;     
    padding: 15px;
    font-size: 1.8rem;
    line-height: 1.5;
    max-width: 350px;        
}
.tooltipster-content {
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.tooltipster-content .tooltipster-box{
  border-color: #fff;
}
.tooltipster-sidetip .tooltipster-box {
	background: #fff;
	border: 2px solid #fff;
	border-radius: 4px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #fff;

}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #fff;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .map-icon img{
    width: 4rem;
  }
  .map-icon-main img{
    width: 7rem;
  }
}  

/* ================================================================================== 
20. News
===================================================================================== */
.news{
  background-color: #eaeaea;
}
.news .container{
  padding: 0 2rem;
}
.news-slider{
  overflow: hidden;
  margin-top: 7rem;

}
.news-box{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-image{
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
}
.news-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.news-box a{
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.news-box h3{
  font-size: 2.3rem;
  margin-top: 0;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .news-box{
    flex-direction: row;
  }
  .news-text{
    width: calc(100% - 30rem);
  }
  .news-image{
    width: 26rem;
    margin-bottom: 0;
  }
  .news .container{
    padding: 0;
  }
   .news-box h3{
  font-size: 2.6rem;
  }

}
@media only screen and (min-width: 90.0625em) {
  /*1441px*/
  .news-text{
    width: calc(100% - 45rem);
  }
  .news-image{
    width: 42rem;
  }
  .news-slider{
    max-width: 90%;
    margin-left: auto;
  }
  .news-wrapper   .news-image{
    width: 31rem;
  }
  .news-wrapper   .news-text{
    width: calc(100% - 34rem);
  }
  .news-box h3{
  font-size: 3rem;
  }


}
/* ================================================================================== 
21. Banner
===================================================================================== */
.banner{
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.banner-text{
  max-width: 55rem;
  width: 100%;
  margin-right: auto;
}
.banner-text .btn-sm{
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    background-attachment: fixed;
  }
}
/* ================================================================================== 
22. Footer
===================================================================================== */
footer{
  font-size: 1.6rem;
}

.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;

}
footer a{
  text-decoration: none;
}
footer h3{
 font-size: 2rem;
 margin-top: 0;
}
.footer-logo img{
  display: block;
  width: 15rem;
  height: auto;
  margin: 0 auto;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.copyright{
  padding: 1rem 0;
  background-color: #e9e9e9;
  font-size: 1.4rem;
}
footer .social{
  justify-content: center;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .footer-box{
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }

  .footer-logo img{
    width: 20rem;
  }
  footer .social{
    justify-content: flex-start;
  }
}
/* ================================================================================== 
23. About Page
===================================================================================== */

.about-page-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-page-image{
  width: 100%;
}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
}
.bg{
  background-color: #e9e9e9;
}
.pages-about .about-container{
  max-width: 100%;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about-page-text{
    width: 44%;
    margin-bottom: 0;
  }
  .about-page-image{
    width: 48%;
  }
} 
/* ================================================================================== 
24. Product Page
===================================================================================== */

.tabs a {
  padding: 1rem 3rem;
  display: block;
  text-align: center;
 background-color: #e9e9e9;
  margin-right: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 1rem;
}
.tabs a:hover,
.tabs a.active-tab {
  background: #f08200;
  color: #000;
}
.tabs-container {
  width: 100%;
  display: none;
  margin-top: 5rem;
  background-color: #fff;
}
.tabs-container.active-tab {
  display: block;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
 .tabs {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
  }
  .tabs a {
    display: inline-block;
  }
}
/*------------*/
.single-main-image{
  margin-bottom: 5rem;
}
.single-main-image img{
  display: block;
  width: 100%;
  max-width: 120rem;
  height: auto;
  margin: 0 auto;
}
.single-title h1 {
	font-size: clamp(3.4rem, 4vw + 1rem,3.8rem);
}
.table{
  overflow-x: auto;
}
.table table {
  width: 90rem;
  border-collapse: collapse;
  border: 1px solid #ccc; 
}

.table th,
.table td {
  padding: 8px 12px;
  text-align: left;
  border: 1px solid #ccc;
  font-size: 1.6rem;
}

.table thead th {
  background-color: #f4f4f4; 
  font-weight: bold;
}

.table tbody tr:nth-child(even) {
  background-color: #fafafa; 
}

.table tbody tr:hover {
  background-color: #e9e9e9; 
}

.table th:first-child,
.table td:first-child {
  font-weight: bold; 
  width: 30rem;
}

.table td {
  vertical-align: top; 
}
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.gallery-box{
  width: 48.5%;
  margin-bottom: 3rem;
  display: block;
  overflow: hidden;
}
.gallery-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s  ease-in-out;
}
.gallery-box:hover  img{
  transform: scale(1.05);
}
.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2rem;

}


.video-box iframe {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  height: auto;
}
.video-wrapper2{
  margin-top: 5rem;
}
.video-wrapper2.video-box iframe {
  width: 100%;
  aspect-ratio: 16/12;
}
.btn-wrapper{
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.btn-pdf{
  background-image: url(images/pdf.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position:  left 4rem center;
  padding-left: 8rem;
}
.btn-pdf:hover{
  background-image: url(images/pdf-white.svg);

}
.products-other .title{
  margin-bottom: 6rem;
}

.products-wrapper .product-box{
  width: 100%;
  margin-bottom: 3rem;
}
.products-wrapper{
  margin-top: 7rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .products-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .products-wrapper .product-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .gallery-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .table table {
  width: 100%;
  }
  .video-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .video-box {
    width: 48.5%;

  }

} 
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .products-wrapper .product-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .video-wrapper2{
  margin-top: 10rem;
}
}
/* ================================================================================== 
25. Location Page
===================================================================================== */
.location-wrapper{
  margin-top: 5rem;
}
.location-text{
  width: 100%;
  margin-bottom: 5rem;
}
.location-map{
  width: 100%;
}
.location-map iframe{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/12;
  object-fit: cover;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .location-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:5%;  margin-top: 7rem;
  }
  .location-text{
    width: 35%;
    margin-bottom: 0;
  }
  .location-map{
    width: 45%;
  }
}
/* ================================================================================== 
26. News Page
===================================================================================== */

.news-wrapper .news-box{
  width: 100%;
  margin-bottom: 3rem;
}
.title-article h1{
  	font-size: clamp(3.4rem, 4vw + 1rem,3.8rem);
}
.article-image{
  margin: 5rem 0;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .news-wrapper .news-box{
    width: 48.5%;
  }
  .news-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
}
/* ================================================================================== 
27. Contact Page
===================================================================================== */

.contact-page-form{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 2.5rem;
  margin-top: 5rem;
  border-radius: 1rem;
  background-color: #e9e9e9;
}
.contact-page-map iframe{
  width: 100%;
  height: 40rem;
  display: block;

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .contact-page-form{
  padding: 5rem;
  }
}