/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Header
10. Main Slider
11. Home Products
12. Sale Products Slider
13. Home Form
14. About
15. Footer
16. About Page
17. Contact Page
18. Webshop Page
19. Product Page
20. Additional css
=============================================================*/
/* ================================================================================== 
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;
}
section {
  position: relative;
}

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

/* ================================================================================== 
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: "Figtree", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;

}

main {
	position: relative;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

}
/* ================================================================================== 
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: #f58220;
  background-color: var(--color-primary);
  color: #fff;
  color: var(--font-color);
}

::selection {
  background-color: #3492CA;
/*   background-color: var(--color-primary); */
  color: #fff;
/*   color: var(--font-color); */
}

/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 155rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}

.container-lg {
  max-width: 192rem;
  padding: 0;
}

.container-sm {
  max-width: 110rem;
}
.container-xl{
  max-width: 180rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

h1 {
  font-size: 3rem;
}

h2,
.title h2 {
  font-size: 3rem;
  font-weight: 400;
}

p {
  margin-bottom: 2rem;
}

ul,
ol {
  padding-left: 4rem;
}

.title {
  margin-bottom: 5rem;
}

.title-center {
  text-align: center;
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  h1 {
    font-size: 3.6rem;
  }
  
  h2,
  .title h2 {
    font-size: 3.6rem;
  }
	.title {
  margin-bottom: 5rem;
}
}


@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title {
    margin-bottom: 7rem;
  }
}
/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn,
.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.button,
.woocommerce a.button.alt,
#place_order {
  display: inline-block;
  padding: 1.4rem 6rem;
  font-weight: 400;
}

.btn-primary,
.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.button,
.woocommerce a.button.alt,
#place_order {
  border:1px solid #000;
  color: #000;
  background-color: #fff;
}

.btn-secondary {
  background-color: #fff;
  color: #3492CA;
}

.btn-primary:hover,
.btn-secondary:hover,
.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover,
.button:hover,
.woocommerce a.button.alt:hover,
#place_order:hover  {
  background-color: #3492CA;
  color: #fff;
  border-color: #3492CA;
}

.home-form .btn-secondary {
  background-image: url(images/search-red.svg);
  background-repeat: no-repeat;
  background-position: right 3rem center;
  background-size: 1.5rem;
  padding: 1.7rem 12rem 1.7rem 2rem;
}

.btn-tertiary {
  background-color: rgba(237, 28, 36, .4);
}

.btn-tertiary:hover {
  background-color: rgba(237, 28, 36, 1);
}
.btn-white{
  border:1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn-white:hover{
  background-color: #fff;
  color: #000;
}
/* ================================================================================== 
7. Form
===================================================================================== */
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 1.2rem;
  outline: none;
  background-color: #ffffff;
  resize: none;

}

input:focus,
textarea:focus,
select:focus {
  border-color: #3492CA;

}

label {
  display: block;
  font-weight: 600;
}

button {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 0;
}

fieldset {
  border: 0;
}

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 #ccc;
  -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 #3492CA;
  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;
}


/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}

.mt-5 {
  margin-top: 5rem;
}

.no-pt {
  padding-top: 0 !important;
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .space {
    padding: 8rem 0;
  }
}
/* ================================================================================== 
9. Header
===================================================================================== */
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 1rem 0;
  background-color: #fff;
  font-size: 1.6rem;
}

header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
/* ------------------------ */

.header-info {

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          margin-left: 3rem;
          display: none;
}
.header-info span{
  display: none;
}
.header-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          margin: 0 3rem;
}

.header-user img {
	display: inline-block;
	margin-right: 2rem;
	width: 1.4rem;
}

.header-user a {
  display: inline-block;
  font-weight: 400;
}

.header-user a:first-of-type {
  margin-right: 2rem;
}
.header-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-info a img {
  display: inline-block;
}

.header-info a:not(:last-child) {
  margin-right: 3rem;
}
.top-nav{
  display: none;
}
.mobile-nav .top-sub{
  display: none;
}
.desktop-user{
  display: none;
}
.mobile-user{
  margin-left: auto;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e7e7e7;;
  padding-left: 2rem;
}
.mobile-nav2 .sub{
  padding-top: 0 !important;
}
.desktop-nav{
  display: none;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
 

  .header-user img {
    width: 1.6rem;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .header-info {
    display: flex;
  }
  .desktop-user{
    display: flex;
  }

}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .header-top {
    padding: 0;
  }
  .top-nav {
    margin-left: auto;
    margin-right: 5rem;
    display: block;
  }
  .desktop-nav{
    display: block;
  }
  .top-nav li {
    display: inline-block;
    position: relative;
  }
  
  .top-sub {
    position: absolute;
    left: 0;
    top: 8.2rem;
    width: 27rem;
    color: #000;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #943356;
  }
  .top-nav li a {
    display: inline-block;
    padding: 3rem 2rem;
    color: #fff;
    font-weight: 800;
    font-size: 1.6rem;
  }
  
  .top-nav li a:hover {
    opacity: 0.8;
  }
  .top-sub li{
    display: block;
    margin: 0 !important;
  }
  .mobile-user{
    display: none;
  }
  .top-sub li a{
    display: block;
    background-color: transparent;
    padding: 1rem 2rem;
  }
  .top-nav  li:hover .top-sub{
    opacity: 1;
    visibility: visible;
  }
 
  .mobile-nav{
    display: none;
  }
  .header-info{
    margin-left: 0;
  }
 
}

@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .header-info span{
    display: inline-block;
  }
  .header-info a img {
    margin-right: 2rem;
  }
  
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .header-user {
            margin: 0 5rem;
  }
  
}
/* -------------- header bottom ---------------- */
.header-bottom {
	background: #fff;
}
.header-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-logo  img{
  display: block;
  width: 12rem;
  padding: 1rem 0;
}
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow-y: auto;
  min-height: 100vh;
  height: 100%;
  -webkit-transform: translate3D(-100%,0,0);
  transform: translate3D(-100%,0,0);
  -webkit-transition: -webkit-transform .46s cubic-bezier(.7,0,.3,1);
  transition: -webkit-transform .46s cubic-bezier(.7,0,.3,1);
  -o-transition: transform .46s cubic-bezier(.7,0,.3,1);
  transition: transform .46s cubic-bezier(.7,0,.3,1);
  transition: transform .46s cubic-bezier(.7,0,.3,1),-webkit-transform .46s cubic-bezier(.7,0,.3,1);

  z-index: 10;
}
.main-nav.open{
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.main-nav li {
  display: block;
}

.main-nav li a {
  display: block;
  padding: 1.1rem 1.5rem;
  font-weight: 500;
}
.mobile-nav li a{
  font-weight: 600;
}
.mobile-nav li > a{
  padding-right: 4rem;
  background-image: url(images/arrow-down3.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
@media only screen and (max-width: 64em) {
  .main-nav li a {
    font-size: 1.8rem;
  }

}
.mobile-nav2 li a, .mobile-nav2 .sub li a{
  padding: 1.1rem 1.5rem;
}
.mobile-nav .top-sub li a{
  background-image: none;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  background-color: #f2f2f2;
}
.mobile-nav2 .menu-t > a, .mobile-nav li a{
  font-weight: 800;
  font-size: 1.8rem;
}
.mobile-nav2,  .mobile-nav{
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #e7e7e7;
}

.mobile-nav2 > li > a{
  font-weight: 800;
  font-size: 1.8rem;
  border-bottom: 0;
}
.mobile-nav li:last-child a{
  background-image: none;
}
.main-nav li a:hover,
.main-nav li.current_page_item a {
  color: #3492CA;
}
.mobile-nav2 .sub li a:hover {
	color: #fff;
}
.search-toggle {
  margin-right: 2rem;
  cursor: pointer;
  margin-left: auto;
}
.search-toggle  img{
  display: block;
  width: 2rem;
}
.header-cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          color: #3492CA;
}

.header-cart img {
  display: inline-block;
  margin-right: 2rem;
  width: 2rem;
}

.cart-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart-inner span {
  text-transform: uppercase;
  font-weight: 700;


}
.cart-q, .cart-inner span:first-child{
  display: none;
}
.header-cart{
  position: relative;
}
.cart-q {
  font-weight: 300;
  font-size: 1.3rem;
  color: #ababab;
}

.cart-number {
	position: absolute;
	left: 2rem;
	top: 0;
	background-color: #ffffff;
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #ccc;
}
.menu-toggle{
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: block;
  margin-left: 2rem;
  cursor: pointer;
}
.menu-toggle img{
  display: block;
  width: 3rem;
  height: auto;
}
.menu-close {
	position: absolute;
	top: 3rem;
	right: 2rem;
	font-size: 4rem;
	font-weight: 400;
	color: #000;
	line-height: 0;
	outline: none;
	cursor: pointer;
}

/* .menu-item-has-children */
/* .current_page_item */
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .cart-q, .cart-inner span:first-child{
    display: inline-block;
  }
  .search-toggle  img{
    width: 2.4rem;
  }
  .cart-number {
    top: 0.3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .main-nav {
    margin-left: 2rem;
    margin-right: auto;
    position: static;
    top: auto;
    right: auto;
    width: auto;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    overflow-y: visible;
    min-height: auto;
    height: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .mobile-nav2,  .mobile-nav3{
    display: none;
  }
  .menu-toggle,
  .menu-close {
    display: none;
  }
  .main-nav li {
    display: inline-block;
  }
  
  .main-nav li a {
    display: inline-block;
    padding: 1rem 1.5rem;
  }
 
  .search-toggle {
    margin-left: 0;
    margin-right: 3rem;
  }
  .header-logo  img{
    display: block;
    width: 14.3rem;
    padding: 0;
  }
  .header-cart img {
    margin-right: 1rem;
    width: 4rem;
  }
  
}

@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .main-nav {
    margin-left: 9rem;
  }
  .search-toggle {
    margin-right: 5rem;
  }
}
/* -------------- search ---------------- */
.search-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background: #3492CA;
  background: -webkit-gradient(linear, left top, right top, from(#3492CA), to(#3492CA));
  background: -o-linear-gradient(left, #3492CA 0%, #3492CA 100%);
  background: linear-gradient(to right, #3492CA 0%, #3492CA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3492CA', endColorstr='#3492CA', GradientType=1);
  color: #fff;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.search-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.search-wrapper form {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.search-close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  color: #fff;
  line-height: 0;
  outline: none;
  font-size: 5rem;
  font-weight: 600;
  cursor: pointer;
}

.search-wrapper input {
  background-color: rgba(255, 255, 255, .4);
  border-color: transparent;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
}
/* ================================================================================== 
10. Main Slider
===================================================================================== */
.main-slide {
  height: auto;
  position: relative;
}

.main-slide img {
  width: 100%;
  display: block;
  height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;

}

.slide-text .container {
  height: 100%;
 display: flex;
 justify-content: flex-end;
 align-items: center;
}

.slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
}

.slide-inner {
  max-width: 51rem;
  width: 100%;
}
.slide-inner h1{
  margin-bottom: 4rem;
}
.slide-inner  .btn{
  margin-top: 3rem;
}
.slide-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-top: 4rem;
}

.slide-text ul li {
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 2rem;
}

.slide-text ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 1.3rem;
  height: 1rem;
  background-image: url(images/check-white.svg);
  background-repeat: no-repeat;
  background-size: 1.3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .main-slide img {
    height: auto;
    aspect-ratio: 16/6;
  }
  
}
/* ================================================================================== 
11. Home Products
===================================================================================== */
.title-row{
  margin-bottom: 5rem;
}
.title-row .title{
  margin-bottom: 0;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .title-row .title h2{
    margin-bottom: 0;
  }
}
.products-menu > ul > li > a{
  position: relative;
}
.products-menu > ul > li > a::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 6rem;
	height: 100%;
	background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.4rem;
  transform: rotate(-90deg);
}
 .products-menu .a  a::before {
  transform: rotate(0);
 }
.products-menu {
  background-color: #fff;
  width: 100%;
  font-size: 1.6rem;
}
.aside-toggle {
	background-color: #3492CA;
	color: #fff;
	font-weight: 700;
	display: block;
	padding: 2rem;
	font-size: 1.7rem;
	padding-left: 7.5rem;
	background-image: url(images/aside-toggle.svg);
	background-repeat: no-repeat;
	background-position: left 3rem center;
	background-size: 2rem;
	cursor: pointer;
}
.products-menu > ul{
  display: none;
}
.products-content {
  width: 100%;
  margin-top: 5rem;
}

.aside-inner{
  display: none;
}
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 0.7rem;
  width: 100%;
  /* margin-bottom: 3rem; */
  border:1px  solid #c7c7c7;
  text-align: center;
  padding-bottom: 3rem;
}
.home-products .product{
  margin-bottom: 3rem;
  padding: 1.8rem;
}
.products-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
  display: block;
}

.products-image img {
	display: block;
	width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	max-height: 25rem;
}

.product h3 {
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  line-height: 1.7;
}

.product h3:hover {
  color: #3492CA;
}

.sticker {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3492CA;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
}

.price-wrap {
  margin-top:auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap:2rem;
}

.price-sale {
  font-size: 1.65rem;
  font-weight: 700;
  color: #bebebe;
  display: block;
  margin-bottom: 1rem;
  text-decoration: line-through;
}

.price-normal {
  font-size: 1.65rem;
  font-weight: 700;
  color: #3492CA;
  display: block;
  margin-bottom: 1rem;
}
.p-text{
  display: flex;
  flex-direction: column;
  font-weight: 400;
}
.price-text {
	font-size: 1.35rem;
	color: #6f6f6f;
	display: block;
	font-weight: 400;
}

.products-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 2rem;
}

.products-menu li {
  display: block;
}

.products-menu li a {
  display: block;
  font-weight: 400;
  padding: 2rem;
  background-color: #f6f6f6;
  border-bottom: 1px solid #dfdfdf;
}

.products-menu li a:hover {
  color: #3492CA;
}

.products-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.btn-more{
  font-weight: 600;
  font-size: 1.6rem;
  display: inline-block;
}
.btn-more:hover{
  color: #3492CA;
}
.btn-add-cart {
	font-size: 1.6rem;
	padding: 0.7rem 2rem;
	background-color: #dde5f0;
	color: #3492CA;
	font-weight: 600;
	padding-left: 4.2rem;
	background-image: url(images/cart.svg);
	background-repeat: no-repeat;
	background-position: left 1.6rem center;
	background-size: 1.5rem;
}
.product-btns{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap:2rem;
}
/* .sub{
  display: none;
} */
 .sub{
  padding-top: 2rem;
 }
.sub li a {
	text-transform: none;
	font-weight: 400;
	padding: 0.3rem 2rem;
	background: #fff;
	border-bottom: 0;
	color: #000;
	font-weight: 400;
}

.sub li a:hover {
  color: #3492CA;
}

.sub li {
  border-bottom: 0;
}

.sub li:last-child {
  margin-bottom: 2rem;
}
.aside-boxes{
  margin-top: 5rem;
}
.aside-box {
	display: block;
	padding: 3rem;
	background-color: #3492CA;
	color: #fff;
	padding-left: 11rem;
	background-repeat: no-repeat;
	background-position: left 3rem top 3rem;
	background-size: 5.6rem;
	font-size: 1.4rem;
}
.aside-box h4{
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.aside-box span{
  font-weight: 600;

}
.aside-box p{
  margin-bottom: 1rem;
  line-height: 1.2;
}
.aside-box:first-child{
  background-color: #042450;
  background-image: url(images/icon1.svg);
}
.aside-box:not(:last-child){
  margin-bottom: 3rem;
}
.aside-box:nth-child(2){
  background-color: #27aa8d;
  background-image: url(images/icon2.svg);
}
.aside-box:last-child{
  background-color: #aa4f27;
  background-image: url(images/icon3.svg);
}
.aside-box:hover{
  background-color: #3492CA;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  
  .products-content-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3%;
  }
  .product {
    width: 48.5%;
  }

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .product {
    width: 31.3%;
  }

}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .home-products .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
 
  .products-menu {
    width:35rem
  }
  .aside-inner{
    display: block;
  }
  .products-menu > ul{
    display: block;
  }
  .products-content {
    width: calc(100% - 40rem);
    margin-top: 0;
  }
  .sub{
    display: block;
  }
}
/* ================================================================================== 
12. Sale Products Slider
===================================================================================== */
.sale-products-slider .product {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  height: 100%;
}
.sale-products-slider .slick-track{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sale-products-slider .slick-slide{
  height: auto;
  margin: 0  2rem;

}
.slick-arrow {
	font-size: 0;
	width: 4rem;
	height: 4rem;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.8rem;
	background-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	border-radius: 50%;
}

.slick-prev {
  background-image: url(images/prev.svg);
  left: 0;
}

.slick-next {
  background-image: url(images/next.svg);
  right: 0;
}
.sale-products-slider .product .price-wrap{
  margin-top: auto;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    background-size: 2.8rem;
  }
  
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .slick-prev {
    left: -5rem;
  }
  
  .slick-next {
    right: -5rem;
  }
}
/* ================================================================================== 
13. Home Form
===================================================================================== */
.home-form {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
}
.home-form-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}


.home-form .title {
  width: 100%;
}

.home-form-box {
  width: 100%;
}

.home-form-text {
  width: 100%;
  margin-top: 5rem;

}

.home-form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-form fieldset {
  width: 48%;
  margin-bottom: 2rem;
}

.home-form fieldset.w-100 {
  width: 100%;
}

.home-form select {
  background-color: rgba(255, 255, 255, .2);
  border-color: transparent;
}

.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;

}

.home-form-text .btn {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.home-form-text .btn:first-of-type {
  margin-top: 4rem;
}
.chosen-container-single .chosen-single{
  height: auto !important;
}
.home-form-box  .chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 1.2rem;
	border: 1px solid transparent;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.2);
	background-clip: padding-box;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
  height: auto !important;
  font-size: 1.6rem !important;
  

}  
.chosen-container-single .chosen-single {
	padding: 1.2rem;
}
.chosen-container-single .chosen-single div b {
	background-image: url(images/arrow-down3.svg) !important;
	background-repeat: no-repeat;
	background-position: center !important;
	background-size: 1rem !important;
}
.chosen-container-single .chosen-single div {
	width: 28px !important;
}
.home-form-box  .chosen-container-single .chosen-single div b {
	background-image: url(images/arrow-down2.svg);
	background-repeat: no-repeat;
	background-position:  center !important;
	background-size: 1rem;
}

.chosen-container-single .chosen-single span{
  font-size: 1.6rem;
}
.chosen-container .chosen-results li{
  font-size: 1.6rem;
}
.home-form-box  .chosen-container-single .chosen-single span{
  color: #fff  !important;
  font-size: 1.6rem ;
}
.home-form-box  .chosen-container .chosen-results li{
  font-size: 1.6rem;
}
button.woof_submit_search_form {
	background: #fff;
	color: #3492CA;
	padding: 1rem 6rem;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
button.woof_submit_search_form:hover{
  opacity: 0.7;
}
.woof_container{
  width: 98% !important;
}
.home-form-text .title,   .home-form-content .title{
  margin-bottom: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .home-form-text .btn {
    width: auto;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .home-form .container {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .home-form-content {
    width: 40%;
  }
  
  .home-form-text {
    width: 45%;
    margin-top: 0;
  
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .home-form {
    background-attachment: fixed;
  }
}
/* ================================================================================== 
14. About
===================================================================================== */



.about-text {
	width: 100%;
  margin-bottom: 5rem;

}
.about-image {
  width: 100%;
}
.about-text .title{
  margin-bottom: 3rem;
}
.about-image img {
	display: block;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16/16;
	height: auto;
}
.about-text .btn{
  margin-top: 2rem;
}
.about-extra{
  background-color: #f6f6f6;
  font-size: 2rem;
  font-style: italic;
  padding: 2rem;
  display: none;
}
@media only screen and (max-width: 50em) {
  /*800px*/
  .about-image img {
    height: auto;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .about .container {

    display: flex;
    flex-direction: row-reverse;

     align-items: center;
  }
  
  
  .about-text {
    width: 69%;
    margin-bottom: 0;

    padding-left: 10rem;
  }
  .about-image {
    width: 30%;
  }
  
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
    .about-text {
    width: 46%;
    margin-right: auto;

  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about-extra{
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .about-text {
    width: 39%;

  }
}
/* ================================================================================== 
15. Footer
===================================================================================== */
/* -------------- footer icons---------------- */
.footer-icons {
  background-color: #292929;
  color: #fff;
  padding: 5rem 0;
}



.icon {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 2rem;
}
.icon:last-child{
  margin-bottom: 0;
}
.icon-text {
  width: 100%;
  margin-top: 1rem;
}

.icon-text p {
  margin-bottom: 0;
  font-size: 1.6rem;
}


.icon img {
	display: block;
	width: 5rem;
	height: 4.8rem;
	-o-object-fit: contain;
	   object-fit: contain;
     margin: 0 auto;
}
.icon-text h3 {
  margin-bottom: 0;
  font-size: 1.8rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .footer-icons .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            flex-wrap: wrap;
    gap: 6%;
    max-width: 147rem;
  }
  .icon {
    width: 47%;
    margin-bottom: 3rem;
  }
  .icon img {
    width: 7rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .icon {
    width: 15.2%;
    margin-bottom: 0;
  }
  
}
/* -------------- footer---------------- */
footer {
  padding: 5rem 0;
  background-color: #292929;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  position: relative;
  text-align: center;
}

.footer-box {
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-logo{
  display: inline-block;
  margin-bottom: 2rem;
}
.footer-logo img{
  margin: 0 auto;
  display: block;
}
footer ul li {
  display: block;
}
footer h3{
  text-transform: uppercase;
  font-size: 2rem;
}
footer ul li a {
  display: block;
}

.social-footer {
  display: flex;
  flex-direction: column;
}

.social-footer a {
  display: inline-block;
}



.payment-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;

  max-width: 100%;
}
.footer-right{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.payment-images{
  margin-top: 5rem;
  width: 100%;
}

.social-footer a{
  display: block;
  text-align: center;
}
.footer-box {
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.footer-left{
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
 
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
footer{
  text-align: left;
}
.social-footer a{
  text-align: left;
}
.footer-logo img{
  margin: 0 ;
  display: block;
}
  footer .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
 
  }
  .footer-box {
    width:auto;
    text-align: left;
  }
  .footer-left{
    width: 35%;
    text-align: left;
    margin-bottom: 0;
  }
  .footer-right{
    width: 63%;
  }

  .payment-images {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
   width: 100%;
  }

  .footer-box-payment{
    width: 100%;
  }
  footer::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 31%;
    height: 100%;
    background-color: #f6f6f6;
  }
 
  .footer-left{
    color: #000;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .footer-links ul{
    column-count: 2;
    column-gap: 2rem;
  }
}   
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-box {
    width: auto;
    margin-bottom: 0;
  }
  footer {
    padding: 10rem 0;
  }
  .footer-box-payment{
    width: 100%;
  }
  footer .container{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer::before{
    width: 40%;
  }
  .footer-right{
    width: 53%;
  }

}
/* -------------- copyirght ---------------- */
.copyright {
  background-color: #f9fbfc;
  padding: 2rem 0;
  font-size: 1.4rem;
  font-weight: 400;
}

.copyright .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.v {
  margin-left: auto;
}

.v img {
  display: block;
}

.none {
  display: none;
}

/* ================================================================================== 
16. About Page
===================================================================================== */
.page-wrap {
  margin-bottom: 5rem;
}

.page-text {
  width: 100%;
  margin-bottom: 5rem;
}

.page-image {
  width: 100%;
}

.page-image img {
  display: block;
  width: 100%;
  height: auto;
}

.list ul {
  list-style: none;
  padding: 0;
  margin: 0;

}

.list ul li {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 1.7rem;
}

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


@media only screen and (min-width: 25em) {
  /*400px*/
  .list-column ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .page-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    
  }
  .page-text {
    width: 43%;
    margin-bottom: 0;
  }
  
  .page-image {
    width: 48%;
  }
  
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .page-wrap {
    margin-bottom: 12rem;
    
  }
}
/* ================================================================================== 
17. Contact Page
===================================================================================== */

.contact-text {

  width: 100%;
  text-align: center;


}

.contact-form {
  width: 100%;
  padding: 5rem 2rem;
  max-width: 80rem;
  margin: 0 auto;
  padding: 5rem;
  background-color: #f6f6f6;
  margin-top: 5rem;
  margin-bottom: 5rem;
}


.contact-text-inner {
  width: 100%;
}
.map iframe {
  width: 100%;
  display: block;
  height: 40rem;
}
.contact-form br{
  display: none;
}
.contact-form input.btn{
  margin-top: 2rem;
  width: auto;
  transition: all  .4s ease-in-out;
  background-color: transparent;
}
.contact-form input.btn:hover{
  background-color: #3492CA;
  border-color: #3492CA;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/


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

}
/* ================================================================================== 
18. Webshop Page
===================================================================================== */


.webshop-filters {
  padding: 3rem;
  width: 100%;
  background-color: #f9fbfc;
  margin-bottom: 5rem;

}

.webshop-filters h2 {
  font-size: 2rem;
  position: relative;
  cursor: pointer;
}

.webshop-filters h2::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-image: url(images/arrow-down.svg);
  background-size: 1.5rem;
  background-repeat: no-repeat;
  width: 2rem;
  height: 0.9rem;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;

}

.webshop-filters h2.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.webshop-content {
  width: 100%;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%; */
}

.filter-box {
  margin-bottom: 3rem;
}
.webshop-wrapper .products-menu{
  padding: 0;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .webshop-wrapper .products-menu{
    margin-bottom: 0;
  }
}
.filter-box.open {
  display: none;
}

.akcije {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
}

.akcije a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  padding: 1.8rem;
  width: 22.7%;
  margin-bottom: 3rem;
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{
  content: none  !important;
}
.webshop-wrapper {
  margin-bottom: 5rem;
}
.products.columns-3{
  margin: 0 !important;
}
.products.columns-3 .product{
  margin-bottom: 3rem;
} 
@media only screen and (min-width: 37.5625em) {
  /*601px*/
.products.columns-3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap:3%;

}
.products.columns-3 .product{
  margin-bottom: 5rem;
} 
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .webshop-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  
  }
  .webshop-content {
    width: 75%;
  }
 
  .webshop-filters {
    width: 25%;
    margin-bottom: 0;
  
  }
}
/* ================================================================================== 
19. Product Page
===================================================================================== */


.product-image-slider {
  width: 100%;
  margin-bottom: 5rem;
}
.product-image-slider .product-icons{
  background-color: #fff;
}
.product-info {
  width: 100%;
  background: #f9fbfc;
  padding: 5rem 2rem;
}

.product-description {
  padding: 5rem 2rem;
  background-color: #f9fbfc;
}
.product-image-slider .slick-arrow{
  width: 3rem;
  height: 3rem;
}
.product-image-slider .slick-prev{
  left: 0;
}
.product-image-slider .slick-next{
  right: 0;
}
.slider-for img {
    width: 87%;
    height: 44rem;
    object-fit: contain;
    margin: 0 auto;
}
.slider-for .slick-slide {
  height: auto;
  cursor: pointer;
}

.slider-nav img {
  height: 10rem;
  padding: 2rem;
  object-fit: contain;
}

.slider-nav .slick-slide {
  cursor: pointer;
}

.page-price .price-sale,
.page-price .price-normal {
  font-size: 1.85rem;
}

.page-price {
  margin-bottom: 3rem;
 
}

.page-price .price-sale, .page-price  .price-normal{
  font-size: 2.2rem;
}
.page-price  .price-normal{
color: #3492CA;
}
.page-price .price-text{
 font-size: 1.35rem;
} 
.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

.plu,
.min {
  width: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  font-weight: 600;
}

.quantity input {
  width: 10rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-image-slider {
    width: 45%;
  }
  .product-info {
    width: 50%;
    padding: 6rem;
  }
  .product-description {
    padding: 5rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .product-image-slider {
    width: 40%;
  }

  .product-info {
    width: 60%;
  }
}
/* ================================================================================== 
20. Breadcrumbs
===================================================================================== */
.breadcrumbs {
  font-size: 1.4rem;
  background-color: #f9fbfc;
  font-weight: 400;
  padding: 1rem 0;

}

.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ul li {
  display: inline-block;
  position: relative;
}

.breadcrumbs ul li a {
  display: inline-block;
}

.breadcrumbs ul li:not(:last-child)::after {
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}

/* ================================================================================== 
20. Additional css
===================================================================================== */
#wt-cli-accept-all-btn,
#wt-cli-privacy-save-btn {
  background-color: #3492CA !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#rememberme {
  width: auto;
  margin-right: 1rem;
}

.woocommerce-MyAccount-navigation ul {
  margin-bottom: 4rem;
  list-style-type: none;
  font-weight: 700;
  padding: 0;
}

/*css kosarice*/
#coupon_code {
  width: 55%;
}
.woocommerce a.button.alt {
	width: 100%;
	font-size: 1.6rem;
}

/*istaknute ikone*/

.product-icons .container {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0rem;
}

/*istaknute ikone KRAJ*/
/* .stoposto {
  width: 100%;
} */

.woof_show_auto_form {
  display: none !important;
}

.columns-3 {
    width: 100%;
    display: contents;
}

/* body > main > section.pages.space > div > div.webshop-wrapper > div > div:nth-child(1) {
	display:none !important;
}
.page-template-template-search-php > main > section.pages.space > div > div.webshop-wrapper > div > div:nth-child(1){
  display: block;
} */
.woof_products_top_panel_content {
	display: none;
}

input[type="radio"] {
  width: auto;
}
input[type="checkbox"] {
  width: auto;
}

.page-template-template-search-php .products.columns-4{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
}

.page-template-template-search-php .webshop-content .products .product{
  margin-bottom: 3rem;
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .page-template-template-search-php .webshop-content{
    padding-left: 5rem;
  }
}
body > main > section.pages.space > div > div.product-wrapper > div.product-image-slider > section > div > a:nth-child(1) > article > img,
body > main > section.pages.space > div > div.product-wrapper > div.product-image-slider > section > div > a:nth-child(2) > article > img {
  width: 4rem;
  height: 2rem;
}
.woocommerce-message {
  border-top-color: #3492CA;
    background-color: #3492CA;
    color: #ffffff;
}
.woocommerce-message::before {
  color: #fff;
}

body > main > section.pages.space > div > div.text > div > div.cart-collaterals > div > table > tbody > tr.woocommerce-shipping-totals.shipping > td > p {
  display: none;
}

body > main > section.pages.space > div > div.text > div > div.cart-collaterals > div > table > tbody > tr.woocommerce-shipping-totals.shipping > td > form {
  display: none;
}

.woof_products_top_panel_content {
  display: none !important;
}
.woof_products_top_panel {
  display: none !important;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {

	background-color: #fff  !important;
  color: #3492CA !important;

}
.irs--round .irs-bar {
	background-color: #fff  !important;
}
.irs--round .irs-handle {
	border: 4px solid #3492CA !important;
	background-color: white;
	-webkit-box-shadow: 0 1px 3px rgba(237, 28, 36, .4) !important;
	        box-shadow: 0 1px 3px rgba(237, 28, 36, .4) !important;
}
.irs--round .irs-min, .irs--round .irs-max {
	color: #fff !important;
	background-color: rgba(237, 28, 36, .4) !important;

}
.irs--round .irs-grid-text {
	color: #fff !important;
}
.irs--round .irs-from::before, .irs--round .irs-to::before, .irs--round .irs-single::before {
	border-top-color: #fff  !important;
}
.button.woof_submit_search_form {
	color: #fff !important;
	background-color: #3492CA !important;
	background-image: url(images/search-white.svg);
	background-position: right 2rem center;
	background-size: 2rem;
	background-repeat: no-repeat;
	border: 0 !important;
	font-weight: 600;
	padding: 1rem 10rem 1rem 2rem;
}
.products-menu .woof {
  margin-top: 3rem;
}
.products-menu  .irs--round .irs-bar {
	background-color: #3492CA !important;
}
.chosen-container {
	width: 100% !important;
}
#ship-to-different-address{
  font-size: 1.6rem  !important;
}
#ship-to-different-address  label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ship-to-different-address input{
  margin-right: 1rem;
}
#customer_details{
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e7e7e7;
}
#mx_custom_checkout_field{
  margin-top: 2rem;
}
.wc_payment_method.payment_method_bacs, .wc_payment_method.payment_method_WC_TPAYWAY{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-cart-form__cart-item .quantity{
  margin-bottom: 0;
}
.wc_payment_method.payment_method_bacs input, .wc_payment_method.payment_method_WC_TPAYWAY input{
  margin-right: 1rem;
}
.payment_box.payment_method_bacs{
  width: 100%;
}
.wc_payment_method.payment_method_WC_TPAYWAY img {
	height: 9rem;
	padding: 1rem 0px !important;
}
body.woocommerce-cart  .container-sm, body.woocommerce-checkout .container-sm{
  max-width: 148rem;
}
.woocommerce form .form-row textarea {
	height: 19rem !important;

}
@media only screen and (max-width: 48em) {
  /*768px*/
  .product-quantity{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-quantity .quantity{
    margin-left: 1rem;
  }
  .coupon{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .dva-diva {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr;
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
  }
}
.cky-revisit-bottom-right {
    bottom: 15px;
    left: 15px;
    display: none !important;
}


.flex-ispod {
  display: flex;
    flex-direction: column;
}
.tax-klima_uredaji_po_snazi .webshop-content,
.tax-klima_uredaji_po_povrsini .webshop-content {
  width: 100%;
}

@media only screen and (min-width: 68.075em) {
  /*1100px*/
  .tax-klima_uredaji_po_snazi .product, .tax-klima_uredaji_po_povrsini .product {
    width: 31.3%;
  }

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .tax-klima_uredaji_po_snazi .product, .tax-klima_uredaji_po_povrsini .product  {
    width: 22.7%;
  }

}

@media only screen and (max-width: 1200px){
    /*Tablets [601px -> 1200px]*/
	.woocommerce-ordering {
		width: 100%;
	}
}
@media only screen and (max-width: 600px){
	/*Big smartphones [426px -> 600px]*/
	.woocommerce-ordering {
		width: 100%;
    margin-bottom: 3rem;
	}
}

.mob-title {
	display: none;
}
.pc-title {
	display: block;
}

@media only screen and (max-width: 1200px){
    /*Tablets [601px -> 1200px]*/
	.mob-title {
	display: block;
}
.pc-title {
	display: none;
}
}

#wsb_barcode_iban_field {
    display: none;
}
.grecaptcha-badge {
	display: none;
}

/* start home boxes */

.home-box{
  display: block;
  border:1px solid rgba(0,0,0,.25);
  padding: 7rem 2rem;
  transition: all .4s ease-in-out;
  margin-bottom: 3rem;
}
.home-box:hover{
  opacity: 0.7;
}
.home-box:nth-child(1){
  width: 100%;
  background-color: #000;
  color: #fff;
}
.home-box:nth-child(2){
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000;
  position: relative;
}
.home-box:nth-child(2)::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);

}
.home-box:nth-child(3){
  width: 100%;
  
}
.home-box:nth-child(2) h3{
  line-height: 1.6;
}

.home-box-text{
  width: 100%;
}
.home-box-image{
  width: 100%;
  margin-bottom: 3rem;
}
.home-box-image img{
  display: block;
  width: 100%;
  height: auto;
}
.home-box h3{
  font-size: 2.6rem;
  font-weight: 600;
}
.home-box .btn{
  padding: 0.8rem 3rem;
  transition: all .4s ease-in;
  margin-top: 2rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .home-boxes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .home-box:nth-child(1){
    width: 48.5%;

  }
  .home-box:nth-child(2){
    width: 48.5%;
  }
  .home-box-inner{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .home-box-text{
    width: 45%;
  }
  .home-box-image{
    width: 45%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .home-box:nth-child(3){
    width: 47%;
    
  }
  .home-box:nth-child(2){
    width: 20%;
  }
  .home-box:nth-child(1){
    width: 27%;
  }

}
@media only screen and (min-width: 92.5em) {
  /*1480x*/
  .home-box h3{
    font-size: 3.6rem;
  }
  .home-box{
    padding: 10rem 5rem;
  }
}
/* end home boxes */
.bg-grey{
  background-color: #f7f7f7;
}

/* start news */

.news-box{
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;

}
.news-box:last-child{margin-bottom: 0;}
.news-image{
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
}
.news-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.news-image:hover img{
  transform: scale(1.1);
}
.news-box p{
  font-size: 1.6rem;
  opacity: 0.77;
}
.news-box h3{
  font-size: 2rem;
}
.btn-sm{
  display: inline-block;
  margin-top: auto;
  align-self: flex-start;
  font-weight: 600;
  color: #3492CA;
  font-weight: 1.6rem;
}
.btn-sm:hover{
  color: #000;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .news-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .news-box{
    width: 48.5%;
  }
  .news-box:last-child{margin-bottom: 3rem;}
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .news-box{
    width: 31.3%;
  }
}
 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .news-box h3{
    font-size: 2.4rem;
  }
}
/* end news */
/*---*/
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #3492CA;
	color: #fff;
}
/*-------*/
.article-image{
  margin: 5rem 0;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
}
/*----------*/

.montaza-text{
  width: 100%;
  margin-bottom: 5rem;
}
.montaza-image{
  width: 100%;
}
.montaza-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
}
.montaza-text .title{
  margin-bottom: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .montaza-wrapper{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .montaza-text{
    width: 48%;
    margin-bottom: 0;
  }
  .montaza-image{
    width: 48%;
  }
}
/*----*/
.katalog-box{
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  padding: 2rem;
  border:1px solid #e7e7e7;
  text-align: center;
}
.katalog-box:last-child{
  margin-bottom: 0;
}
.katalog-box:hover{
  border-color: #3492CA;
}
.katalog-box img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .katalog-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .katalog-box{
    width: 48.5%;

  }
  .katalog-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .katalog-box{
    width: 31.3%;
    padding: 3rem;
  }
}
 
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .katalog-box{
    width: 22.7%;
  }
}
/*---------*/
.sale-products-wrapper .product{
  width: 100%;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .sale-products-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .sale-products-wrapper .product{
    width: 48.5%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .sale-products-wrapper .product{
    width: 31.3%;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .sale-products-wrapper .product{
    width: 22.7%;
  }
}
/*-------------*/
.categories-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.category-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
  padding: 3rem;
  border:1px solid #e7e7e7;
}
.category-box .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .category-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .category-box{
    width: 31.3%;
  }
}
/*---------------*/
.product-description table td, .product-description table th {
	padding: 1rem;
	border: 1px solid #aaa;
}
.product-description table th{
  text-align: left;
}