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

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 400;line-height:1.4;color: #000; }
.title h1, .title h2{ font-size: 3.8rem; line-height: 1.1;font-family: 'Cormorant',sans-serif; color: #000;}
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 4.6rem; }
}
@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: 5.7rem; }
}


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

.btn {
	display: inline-block;
	padding: 0.8rem 3rem;
	font-weight: 400;
  text-decoration: none;
}
.btn-primary{
  background-color: #1898a5;
  color: #fff;
}
.btn-primary:hover{
  background-color: #000;
}
.btn-secondary{
  background-color: transparent;
  border:1px solid #1898a5;
  color: #1898a5;
}
.btn-secondary:hover{
  background-color: #1898a5;
  color: #fff;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 1.2rem 3rem;
  outline: none;
  background-color: #ffffff;
  font-size: 1.6rem;

}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #1898a5;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  color: #000;
}
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: 10rem 0;
  }
  .pages.space{
    padding: 6rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #f4f4f4;
  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. Pagination
===================================================================================== */


/* ================================================================================== 
12. Slider
===================================================================================== */
.custom-arrow{
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 2;
}
.custom-next{
  background-image: url(images/next.svg);
  right: 1rem;
}
.custom-prev{
  background-image: url(images/prev.svg);
  left: 1rem;
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .custom-next{
    right: -4rem;
  }
  .custom-prev{
    left: -4rem;
  }
  
}

/* ================================================================================== 
13. 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 a{
  text-decoration: none;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width: 11.8rem;
  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;
  text-transform: uppercase;
  font-weight: 400;font-size: 1.6rem;

}

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



.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-cart{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:1rem
}
.header-cart img{
  display: block;
  width: 2rem;
  height: 2rem;
}
.header-search{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:1rem;
  margin-left: auto;
}
.header-search img{
  display: block;
  width: 2rem;
  height: 2rem;
}
.header-user{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:1rem;
  margin: 0 2rem;
}
.header-user img{
  display: block;
  width: 2rem;
  height: 2rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .header-logo img{
    width: 15.8rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  .header-search{
    margin-left: 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-left: auto;
    margin-right: 10rem;

  }
  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*/
}
/*----------------*/
.search-popup{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}
.search-popup.open{
  opacity: 1;
  visibility: visible;
}
.search-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
}
.search-inner{
  max-width: 80rem;
  padding: 0 2rem;
  width: 100%;
  position: relative;
  z-index: 3;
}
.search-inner form{
  display: flex;
  align-items: center;
  width: 100%;
}
.search-inner input{
  width: 80%;
  padding: 2rem 3rem;
  background-color: rgba(255,255,255,.4);
  color: #fff;
  font-size: 1.6rem;
}
.search-inner .search-btn{
  width: 20rem;
  background-color: #1898a5;
  border-color: transparent;
}
.search-inner .search-btn:hover{
  background-color: #000;
}
.search-close{
  position: absolute;
  top: 2rem;
  right: 5rem;
  font-size: 5rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}
/* ================================================================================== 
14. Intro
===================================================================================== */
.intro{
  position: relative;
}
.intro img{
  display: block;
  width: 100%;
  height: 60rem;
  object-fit: cover;
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;

}
.intro-text h1{
  color: #fff;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.intro-inner{
  max-width: 70rem;
  width: 100%;
  color: #fff;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
/* ================================================================================== 
15. Products
===================================================================================== */
.text-center{
  max-width: 62rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}

.product-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.product-box:last-child{
  margin-bottom: 0;
}
.product-image{
  display: block;
  width: 100%;
  overflow: hidden;
  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.02);
}
.product-box a{
  text-decoration: none;
}
.product-box h3{
  font-size: 1.7rem;
  font-family: 'Noto Sans', sans-serif;
}
.bottom-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.btn-cart {
	background-color: #f4f4f4;
	padding: 0.8rem 1.5rem;
	padding-left: 4.2rem;
	background-image: url(images/cart.svg);
	background-repeat: no-repeat;
	background-position: left 1.6rem center;
	background-size: 1.3rem;
	font-size: 1.4rem;
	color: #1898a5;
	font-weight: 600;
	transition: background-color .4s ease-in-out;
  text-decoration: none;
}
.btn-cart:hover{
  background-color: #1898a5;
  color: #fff;
  background-image: url(images/cart-white.svg);
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .products-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .product-box{
    width: 48.5%;
  }
  .product-box:last-child{
  margin-bottom: 3rem;
}
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .product-box{
    width: 31.3%;
  }
  .product-box h3{
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .product-box{
    width: 14.1%;
  }
  .products-wrapper2 .product-box{
    width: 22.7%;
  }
}
/* ================================================================================== 
16. About Icons Section
===================================================================================== */
.about-icons-section{
  background-image: url(images/bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 80%;
  background-attachment: fixed;

}
.about-icons-section .title{
  max-width: 70rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about-icons-wrapper{
  margin-top: 5rem;
}
.about-icon-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.about-icon-box:last-child{
  margin-bottom: 0;
}
.icon{
  width: 10rem;
  height: 10rem;
  border-radius: 2rem;
  margin: 0 auto;
  background-color: #eaf6f7;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon img{
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  object-fit: contain;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .about-icons-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:2%;
  }
  .about-icon-box{
    width: 49%;
  }
  .about-icon-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-icons-wrapper{
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .icon{
    width: 12.3rem;
    height: 12.3rem;
  }
  .icon img{
    width: 6.4rem;
    height: 6.4rem;
  }
  .about-icon-box{
    width: 23.5%;
  }
}
/* ================================================================================== 
17. About
===================================================================================== */
.about{
  background-color: #f6fbfc;
}

.about-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-text .btn{
  margin-top: 3rem;
}
.about-image{
  width: 100%;
  position: relative;

}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .about-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-image{
    width: 45%;
    padding-top: 15rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .about-text{
    width: 35%;
    margin-bottom: 0;
  }
  .about-image::before{
    content: '';
    position: absolute;
    top: 0;
    left: 5rem;
    background-color: #a2d5db;
    width: 60%;
    height: 40rem;
  }
  .about-image::after {
    content: '';
    position: absolute;
    bottom: 15rem;
    left: -15rem;
    background-image: url(images/bg-guitar.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    width: 50%;
    height: 40rem;
  }
  .about-image img{
    width: 80%;
    aspect-ratio: 16/18;
    margin-left: auto;
  }
  .about{
    margin: 6rem 0 10rem 0;
  }
}
/* ================================================================================== 
18. News
===================================================================================== */
.news-box{
  width: 100%;
  margin-bottom: 3rem;
}
.news-box:last-child{
  margin-bottom: 0;
}
.news-image{
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  overflow: hidden;
}
.news-image img{
  display: block;
  width: 100%;
  height: auto;

}
.date{
  position: relative;
  padding-left: 4rem;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.date::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 1px;
  background-color: #000;
}
.news-box a{
  text-decoration: none;
}
.news-box h3{
  font-size: 2.4rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .news-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
    max-width: 130rem;
    width: 100%;
    margin: 0 auto;
  }
  .news-box{
    width: 48.5%;
  }
  .news-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .news-box{
    width: 31.3%;
  }
} 
/* ================================================================================== 
19. Footer
===================================================================================== */
footer{
  padding: 5rem 0;
  background-color: #111111;
  color: #fff;
}

.footer-box{
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
 .footer-box:last-child{
  margin-bottom: 0;
 }
.footer-logo img{
  display: block;
  width: 15.8rem;
  height: auto;
  margin: 0 auto;
}
footer a{
  text-decoration: none;
}
footer h3{
  font-size: 2.4rem;
  color: #fff;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.cards{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap:1rem;
  width: auto;
}
.cards img{
  width: 6rem;
  height: auto;
  display: block;
}
footer .social{
  margin-top: 3rem;
  justify-content: center;
}
.copyright{
  padding: 1rem 0;
  font-size: 1.4rem;
  background-color: #000;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.v{
  opacity: 0.6;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-box{
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
  footer .social{
    justify-content: flex-start;
  }
  .cards{
    width: 20rem;
  }
  .footer-logo img{
    margin: 0;
  }
  .cards{
    justify-content: flex-start;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .cards{
    width: auto;
  }
}
/* ================================================================================== 
20. Single Product Page
===================================================================================== */

.single-image{
  width: 100%;
  margin-bottom: 5rem;
}
.single-image a:not(:first-child){
  display: none;
}
.single-text{
  width: 100%;
}
.single-image img{
  display: block;
  width: 100%;
  height: auto;
}
.single-text .title h1{
  font-size: 3rem;
}
.table-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e7e7e7;
  max-width: 70rem;
  width: 100%;
}
.table-item:first-child{
  font-weight: 600;
  color: #1898a5;
}
.product-price{
  margin: 3rem 0;
  font-size: 2.4rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .single-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .single-image{
    width: 30%;
    margin-bottom: 0;
  }
  .single-text{
    width: 65%;
  }
  .single-text .title h1{
    font-size: 3.6rem;
  }


}
/* ================================================================================== 
21. About Page
===================================================================================== */
.about-page-wrapper{
  background-color: #f6fbfc;
  display: block;
}
.about-page-text{
  width: 100%;
  padding: 5rem 2.5rem;
  margin-bottom: 3rem;
}
.about-page-image{
  width: 100%;
}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-page-icons .about-icons-wrapper{
  margin-top: 0;
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-page-text{
    width: 48%;
    padding: 5rem;
    margin-bottom: 0;
  }
  .about-page-image{
    width: 48%;
  }
}
/* ================================================================================== 
22. Article Page
===================================================================================== */
.article-image{
  margin-bottom: 5rem;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
}
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  margin-top: 5rem;
}
.gallery-box{
  width: 48.5%;
  margin-bottom: 1rem;
}
.gallery-box img{
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .gallery-box{
    width: 31.3%;
    margin-bottom: 3rem;
  }
}
/* ================================================================================== 
23. Contact Page
===================================================================================== */
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-text{
    width: 43%;
    margin-bottom: 0;
  }
  .contact-form{
    width: 48%;
  }
}
/* ================================================================================== 
24. Search Page
===================================================================================== */
.search-box{
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e7e7e7;
}
.search-wrapper{
  max-width: 110rem;
  width: 100%;
}
.search-box a:hover{
  text-decoration: none;
}
/* ================================================================================== 
Woocommerce
===================================================================================== */
/*----start detalji narudžbe / plaćanje----*/
body .woocommerce ul.order_details {
	margin: 0;
	list-style: none;
	padding: 0;
	margin-bottom: 3rem;
}
body .woocommerce ul.order_details li {
	float: none;
	margin-right: 0;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1;
	border-right:0;
  border-bottom: 1px solid #e7e7e7;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background: #fff;
	padding: 2rem;
	width: 100%;
}
body .woocommerce ul.order_details li strong {
	display: block;
	font-size: 1.4rem;
	text-transform: none;
	line-height: 1.5;
  margin-top: 5px;
}
body.woocommerce-order-received .woocommerce-order-details{
  padding: 2rem;
}
body.woocommerce-order-received .woocommerce-columns{
  display: flex;
  flex-direction: column;
  gap:2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem;
}
body.woocommerce-order-received .woocommerce-column--2,body.woocommerce-order-received .woocommerce-column--1{
  float: none;
  width: 100%;
}
body  .woocommerce .woocommerce-customer-details address {
	border: 0; 
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  body .woocommerce ul.order_details {
    display: flex;
    flex-direction: row;
  }
  body .woocommerce ul.order_details li {

    width: 25%;
    border-right: 1px solid #e7e7e7;
    border-bottom: 0;
  }
  body.woocommerce-order-received .woocommerce-columns{
    flex-direction: row;
    gap:0
  }
  body.woocommerce-order-received .woocommerce-column--2,body.woocommerce-order-received .woocommerce-column--1{
    width: 48%;
  }
}
/*----end detalji narudžbe / plaćanje----*/
.woocommerce-checkout 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;
}