	/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
	/* ==========================================================================
	   HTML5 display definitions
	   ========================================================================== */
	/**
	 * Correct `block` display not defined in IE 8/9.
	 */
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	main,
	nav,
	section,
	summary {
	  display: block;
	      z-index: 1;
	}
	
	/**
	 * Correct `inline-block` display not defined in IE 8/9.
	 */
	audio,
	canvas,
	video {
	  display: inline-block;
	}
	
	/**
	 * Prevent modern browsers from displaying `audio` without controls.
	 * Remove excess height in iOS 5 devices.
	 */
	audio:not([controls]) {
	  display: none;
	  height: 0;
	}
	
	/**
	 * Address `[hidden]` styling not present in IE 8/9.
	 * Hide the `template` element in IE, Safari, and Firefox < 22.
	 */
	[hidden],
	template {
	  display: none;
	}
	
	/* ==========================================================================
	   Base
	   ========================================================================== */
	/**
	 * 1. Set default font family to sans-serif.
	 * 2. Prevent iOS text size adjust after orientation change, without disabling
	 *    user zoom.
	 */
	html {
	  font-family: sans-serif;
	  /* 1 */
	  -ms-text-size-adjust: 100%;
	  /* 2 */
	  -webkit-text-size-adjust: 100%;
	  /* 2 */
	}
	
	/**
	 * Remove default margin.
	 */
	body {
	  margin: 0;
	}
	
	/* =========================================================================
	   Links
	   ========================================================================== */
	/**
	 * Address `outline` inconsistency between Chrome and other browsers.
	 */
	a:focus {
	  outline: thin dotted;
	}
	
	/**
	 * Improve readability when focused and also mouse hovered in all browsers.
	 */
	a:active,
	a:hover {
	  outline: 0;
	}
	
	/* ==========================================================================
	   Typography
	   ========================================================================== */
	/**
	 * Address variable `h1` font-size and margin within `section` and `article`
	 * contexts in Firefox 4+, Safari 5, and Chrome.
	 */
	/**
	 * Address styling not present in IE 8/9, Safari 5, and Chrome.
	 */
	abbr[title] {
	  border-bottom: 1px dotted;
	}
	
	/**
	 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
	 */
	b,
	strong {
	  font-weight: bold;
	}
	
	/**
	 * Address styling not present in Safari 5 and Chrome.
	 */
	dfn {
	  font-style: italic;
	}
	
	/**
	 * Address differences between Firefox and other browsers.
	 */
	hr {
	  -webkit-box-sizing: content-box;
	  box-sizing: content-box;
	  height: 0;
	}
	
	/**
	 * Address styling not present in IE 8/9.
	 */
	mark {
	  background: #ff0;
	  color: #000;
	}
	
	/**
	 * Correct font family set oddly in Safari 5 and Chrome.
	 */
	code,
	kbd,
	pre,
	samp {
	  font-family: monospace, serif;
	  font-size: 1em;
	}
	
	/**
	 * Improve readability of pre-formatted text in all browsers.
	 */
	pre {
	  white-space: pre-wrap;
	}
	
	/**
	 * Set consistent quote types.
	 */
	q {
	  quotes: "\201C" "\201D" "\2018" "\2019";
	}
	
	/**
	 * Address inconsistent and variable font size in all browsers.
	 */
	small {
	  font-size: 80%;
	}
	
	/**
	 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
	 */
	sub,
	sup {
	  font-size: 75%;
	  line-height: 0;
	  position: relative;
	  vertical-align: baseline;
	}
	
	sup {
	  top: -0.5em;
	}
	
	sub {
	  bottom: -0.25em;
	}
	
	/* ==========================================================================
	   Embedded content
	   ========================================================================== */
	/**
	 * Remove border when inside `a` element in IE 8/9.
	 */
	img {
	  border: 0;
	  display: block;
	}
	
	/**
	 * Correct overflow displayed oddly in IE 9.
	 */
	svg:not(:root) {
	  overflow: hidden;
	}
	
	/* ==========================================================================
	   Figures
	   ========================================================================== */
	/**
	 * Address margin not present in IE 8/9 and Safari 5.
	 */
	figure {
	  margin: 0;
	}
	
	/* ==========================================================================
	   Forms
	   ========================================================================== */
	/**
	 * Define consistent border, margin, and padding.
	 */
	fieldset {
	  border: 1px solid #c0c0c0;
	  margin: 0 2px;
	  padding: 0.35em 0.625em 0.75em;
	}
	
	/**
	 * 1. Correct `color` not being inherited in IE 8/9.
	 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
	 */
	legend {
	  border: 0;
	  /* 1 */
	  padding: 0;
	  /* 2 */
	}
	
	/**
	 * 1. Correct font family not being inherited in all browsers.
	 * 2. Correct font size not being inherited in all browsers.
	 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
	 */
	button,
	input,
	select,
	textarea {
	  font-family: inherit;
	  /* 1 */
	  font-size: 100%;
	  /* 2 */
	  margin: 0;
	  /* 3 */
	}
	
	/**
	 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
	 * the UA stylesheet.
	 */
	button,
	input {
	  line-height: normal;
	}
	
	/**
	 * Address inconsistent `text-transform` inheritance for `button` and `select`.
	 * All other form control elements do not inherit `text-transform` values.
	 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
	 * Correct `select` style inheritance in Firefox 4+ and Opera.
	 */
	button,
	select {
	  text-transform: none;
	}
	
	/**
	 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
	 *    and `video` controls.
	 * 2. Correct inability to style clickable `input` types in iOS.
	 * 3. Improve usability and consistency of cursor style between image-type
	 *    `input` and others.
	 */
	button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"] {
	  -webkit-appearance: button;
	  /* 2 */
	  cursor: pointer;
	  /* 3 */
	}
	
	/**
	 * Re-set default cursor for disabled elements.
	 */
	button[disabled],
	html input[disabled] {
	  cursor: default;
	}
	
	/**
	 * 1. Address box sizing set to `content-box` in IE 8/9/10.
	 * 2. Remove excess padding in IE 8/9/10.
	 */
	input[type="checkbox"],
	input[type="radio"] {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  /* 1 */
	  padding: 0;
	  /* 2 */
	}
	
	/**
	 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
	 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
	 *    (include `-moz` to future-proof).
	 */
	input[type="search"] {
	  -webkit-appearance: textfield;
	  /* 1 */
	  -webkit-box-sizing: content-box;
	  /* 2 */
	  box-sizing: content-box;
	}
	
	/**
	 * Remove inner padding and search cancel button in Safari 5 and Chrome
	 * on OS X.
	 */
	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration {
	  -webkit-appearance: none;
	}
	
	/**
	 * Remove inner padding and border in Firefox 4+.
	 */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
	  border: 0;
	  padding: 0;
	}
	
	/**
	 * 1. Remove default vertical scrollbar in IE 8/9.
	 * 2. Improve readability and alignment in all browsers.
	 */
	textarea {
	  overflow: auto;
	  /* 1 */
	  vertical-align: top;
	  /* 2 */
	}
	
	/* ==========================================================================
	   Tables
	   ========================================================================== */
	/**
	 * Remove most spacing between table cells.
	 */
	table {
	  border-collapse: collapse;
	  border-spacing: 0;
	}
	
	/* --- px to rem ---*/
	/* font-size: rem(14); */
	/* LIVE WEB */
	#wpadminbar {
	  background: #0073aa;
	}
	
	/* DEMO WEB */
	#wpadminbar {
	  background: #f45246 !important;
	}
	
	

	  
	/*
	>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> GLOBAL <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
	*/
	
		
	
	/*
	##### VARIABLES #####
	*/
	:root {
	      font-size: 62.5%;
	    --gap: .5rem;
	    --content--gap: .5rem;
	    --font--light: 300;
	    --font--regular: 400;
	    --font--heavy: 600;
	    --font--height-light: 1.4;
	    --font--height-regular: 1.6;
	    --font--height-heavy: 1.8;
	    --content: 1400px;
	    --content--width: 67%;
	    --sidebar--width: 33%;
        --primary--color: #484848;
        --secondary--color: #2695FF;
        --third--color:#8b8b8a;
        --neutral--color: #f5f5f5;
        --white--text: #ffffff;
        --dark--text:#484848;
	    --primary--cta: #c9a97e;
	    --secondary--cta: #2c2c2c;
	    --border--color: #dddddd7d;
	    --font--color: #242424;
	    --font-family-h: 'Montserrat', sans-serif;
        --font-family-p: 'Montserrat', sans-serif;
	    --title--size-1: clamp(2rem, 3vw, 3rem);
	    --title--size-2: clamp(1.9rem, 3vw, 2.8rem);
	    --title--size-3: clamp(1.8rem, 3vw, 2.5rem);
	    --title--size-4: 1.9rem;
	    --title--size-5: 1.8rem;
	    --title--size-6: 1.7rem;
	    --body--size-1: 1.6rem;
	    --s1:var(--gap);
	    --s2:calc(var(--gap) * 2);
	    --s3:calc(var(--gap) * 3);
	    --s4:calc(var(--gap) * 4);
	    --s5:calc(var(--gap) * 5);
	    --s6:calc(var(--gap) * 6);
	    --s7:calc(var(--gap) * 7);
	    --s8:calc(var(--gap) * 8);
	    --s14:calc(var(--gap) * 14);
	    
	    --box--shadow-light:0px 0px 25px rgb(0 0 0 / 10%);
	  }
	  
	  
	body {
	  font-family: var(--font-family-p);
	  font-size: var(--body--size-1);
	  color: var(--font--color);
	}
	
	a:focus{
	    outline: none;
	}
	
	.content {
	  width: 100%;
	  max-width: var(--content);
	  margin: 0 auto;
	  padding: 2rem;
	  box-sizing: border-box;
	}
	
	h1 {
	  font-size: var(--title--size-1);
	  color: var(--font--color);
	  font-weight: var(--font--heavy)
	}
	
	h2 {
	  font-size: var(--title--size-2);
	  color: var(--font--color);
	  font-weight: var(--font--regular);
	}
	
	h3 {
	  font-size: var(--title--size-3);
	  color: var(--font--color);
	  font-weight: var(--font--regular);
	}
	
	h4 {
	  font-size: var(--title--size-4);
	  color: var(--font--color);
	  font-weight: var(--font--regular);
	}
	
	h5 {
	  font-size: var(--title--size-5);
	  color: var(--font--color);
	  font-weight: var(--font--regular);
	}
	
	h6 {
	  font-size: var(--title--size-6);
	  color: var(--font--color);
	  font-weight: var(--font--regular);
	}
	
	h1, h2, h3, h4, h5, h6 {
	  font-family: var(--font-family-h);
	  margin: 0;
	  padding: clamp(.3em, 3vh, 0.5em);
	}
	
	p {
	  font-size: var(--body--size-1);
	  font-weight: var(--font--regular);
	  font-family: var(--font-family-p);
	  font-style: normal;
	  line-height: 28px;
	  text-align: left;
	}
	
	a {
	  background: transparent;
	  color: var(--font--color);
	  text-decoration: none;
	  font-weight: var(--font--regular);
	  display:inline-block;
	}
	
	.text--bold{
		font-weight: var(--font--heavy);
	}
	
	.text--uppercase{
	    text-transform:uppercase;
	}
	
	.text--center{
	    text-align:center;
	}
	
	:hover {
	  -webkit-transition: All 0.2s ease;
	  transition: All 0.2s ease;
	}
	
	ul li:not(.menu-item){
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
		position: relative;
		list-style-type: none;
		/*padding-left: 15px;*/
	}
	

	input{
	    box-sizing:border-box;
	}

	
ol.flex-control-nav.flex-control-thumbs li {
    padding: 5px;
    list-style-type: none;
}


ol.flex-control-nav.flex-control-thumbs {
    display: flex;
}


	
    /*SEARCH FORM*/
    .search__form{
        display:none;
        padding-left:10px;
        border:1px solid var(--border--color);
        border-radius: 50px;
        color: var(--dark--text);
        background:transparent;
    }
    
    .search__field{
        padding:10px 20px;
        border:none;
        border-radius: 50px;
       
    }
    
    .search__field:focus{
        outline:none;
    }
    
    .search__submit{
        background-color:var(--primary--color);
        background-image: url(./../../files/img/icons/search-white.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
        width: 40px;
       border-radius:50px;
       border:none;
    }
    
     .search__submit:hover{
         background-color:var(--secondary--color);
     }
   
   
    
    /* GRAVITY CONTACT FORM */
    .gform_fields input,
    .gform_fields textarea{
       background-color: rgba(255,255,255,.1);
       border: 1px solid rgba(255,255,255,.2);
    color: rgba(255,255,255,.7);
    padding: var(--s3) !important;
    }
    
     .gform_fields input:focus,
    .gform_fields textarea:focus{
        outline:none;
    }
    
    .gform_footer input[type="submit"]{
        background-color: var(--primary--color)!important;
    color: var(--primary--cta)!important;
    border: 1px solid var(--border--color);
    padding:20px 40px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    }
    
    .gform_footer input[type="submit"]:hover{
        background-color: var(--primary--cta) !important;
    color: var(--primary--color) !important;
    border: 1px solid var(--primary--cta) !important;
    }
    
    
	
	/*
	  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLOAT <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
	  */
	.section {
	  clear: both;
	  padding: 0px;
	  margin: 0px;
	}
	
	
	/* WordPress Core */
	.alignnone {
	  margin: 5px 20px 20px 0;
	}
	
	.aligncenter,
	div.aligncenter{
	  display: block;
	  margin: 5px auto 5px auto;
	  width: 100% !important;
	}
	
	.wp-block-image .aligncenter img {
    margin-left: auto;
    margin-right: auto;
}

	.alignright {
	  float: right;
	  margin: 5px 0 20px 20px;
	}
	
	.alignleft {
	  float: left;
	  margin: 5px 20px 20px 0;
	}
	
	img {
	  max-width: 100%;
	  height: auto;
	}
	
	
	a img.alignright {
	  float: right;
	  margin: 5px 0 20px 20px;
	}
	
	a img.alignnone {
	  margin: 5px 20px 20px 0;
	}
	
	a img.alignleft {
	  float: left;
	  margin: 5px 20px 20px 0;
	}
	
	a img.aligncenter {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	}
	
	.wp-caption.alignnone {
	  margin: 5px 20px 20px 0;
	  width: 100% !important;
	}
	
	.wp-caption.alignleft {
	  margin: 5px 20px 20px 0;
	  width: 100% !important;
	}
	
	.wp-caption.alignright {
	  margin: 5px 0 20px 20px;
	  width: 100% !important;
	}
	
	.wp-caption img {
	  border: 0 none;
	  height: auto;
	  margin: 0;
	  max-width: 100%;
	  padding: 0;
	  width: auto;
	}
	
	.wp-caption p.wp-caption-text {
	  font-size: 14px;
	  line-height: 17px;
	  margin: 0;
	  padding: 10px;
	  text-align: center;
	}
	
	/* Text meant only for screen readers. */
	.screen-reader-text {
	  border: 0;
	  clip: rect(1px, 1px, 1px, 1px);
	  -webkit-clip-path: inset(50%);
	  clip-path: inset(50%);
	  height: 1px;
	  margin: -1px;
	  overflow: hidden;
	  padding: 0;
	  position: absolute !important;
	  width: 1px;
	  word-wrap: normal !important;
	  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
	}
	
	.screen-reader-text:focus {
	  background-color: #eaeaea;
	  clip: auto !important;
	  -webkit-clip-path: none;
	  clip-path: none;
	  color: #ff6600;
	  display: block;
	  font-size: 1em;
	  height: auto;
	  left: 5px;
	  line-height: normal;
	  padding: 15px 23px 14px;
	  text-decoration: none;
	  top: 5px;
	  width: auto;
	  z-index: 100000;
	  /* Above WP toolbar. */
	}
	
	.sticky,
	.gallery-caption,
	.bypostauthor {
	  color: #ffffff;
	}
	
	.galerija--onama img{
	    width:100%;
	}
	
	/*
	  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MODIFICATORS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
	  */
	#wpadminbar {
	  background: #0073aa !important;
	}
	
	.block {
	display:block;
	}
	
	/* Colors */
	.primary--bg-color {
	  background-color: var(--primary--color);
	}
	
	.second--bg-color {
	  background-color:var(--secondary--color);
	}
	
	.neutral--bg-color {
	  background-color:var(--neutral--color);
	}
	
	.bg-shadow {
	        box-shadow: 20px 20px 0 0 #c9a97e;
	    transition: box-shadow ease-in 150ms;
	}
	
	.bg-shadow:hover {
	        box-shadow: 0 0 0 0 #c9a97e;
	
	}
	/*
	  ----- Tekst Colors -----
	*/
	
	.color--primary-text {
	    color: var(--text--color-primary);
	}
	
	.color--primary {
	    color: var(--primary--color);
	}
	
	.color--secondary {
	    color: var(--secondary--color);
	}
	
	.color--white {
	    color: var(--white--text);
	}
	
	.color--gold {
	    color: var(--primary--cta);
	}
	
	.margin--0{
	    margin:0;
	}
	
	.margin--0-a {
	  margin: 0 auto;
	}
	
	
	.padding--0 {
	  padding: 0;
	}
	
	.border--bottom-1{
	border-bottom: 1px solid #DDDDDD;
	}
	
	/* Font */
	
	.font--14 {
	  font-size: 1.4rem;
	}
	
	.font--16 {
	  font-size: 1.6rem;
	}
	
	.font--22 {
	  font-size: 2.2rem;
	}
	
	.font--24 {
	  font-size: 2.4rem;
	}
	
	.font--28 {
	  font-size: 2.8rem;
	}
	
	.font--32 {
	  font-size: 3.2rem;
	}
	
	.font--35 {
	  font-size: 3.5rem;
	}
	
	.font--42 {
	  font-size: clamp(2.2rem, 3vw , 4.3rem);
	}
	
	.font--48 {
	  font-size: clamp(2.6rem, 3vw, 4.8rem);;
	}
	
	.font--52 {
	  font-size: clamp(2.8rem, 3vw , 5.2rem); 
	}
	
	.font--96 {
	  font-size: clamp(3rem, 3vw , 9.6rem);
	}
	
	.ch--20 {
	    max-width:20ch;
	}
	
	.ch--80 {
    max-width:80ch;
}

/*
            ##### PADDING #####
          */
          
          .padding--lr-0{
              padding-left:0;
              padding-right:0;
          }

          .padding--1 {
              padding: var(--s1);
          }

          .padding--0-1 {
              padding: 0 var(--s1);
          }

          .padding--1-0 {
              padding: var(--s1) 0;
          }

          .padding--2 {
              padding: var(--s2);
          }

          .padding--0-2 {
              padding: 0 var(--s2);
          }

          .padding--2-0 {
              padding: var(--s2) 0;
          }

          .padding--3 {
              padding: var(--s3);
          }

          .padding--0-3 {
              padding: 0 var(--s3);
          }

          .padding--3-0 {
              padding: var(--s3) 0;
          }

          .padding--4 {
              padding: var(--s4);
          }

          .padding--0-4 {
              padding: 0 var(--s4);
          }

          .padding--4-0 {
              padding: var(--s4) 0;
          }


          .padding--0 {
              padding: 0;
          }
          
          .padding--bottom-4 {
              padding-bottom: var(--s4);
          }

          /*
            ##### MARGIN #####
          */

          .margin--0-a {
              margin: 0 auto;
          }

          .margin--1 {
              margin: var(--s1);
          }

          .margin--0-1 {
              margin: 0 var(--s1);
          }

          .margin--1-0 {
              margin: var(--s1) 0;
          }

          .margin--2 {
              margin: var(--s2);
          }

          .margin--0-2 {
              margin: 0 var(--s2);
          }

          .margin--2-0 {
              margin: var(--s2) 0;
          }

          .margin--3 {
              margin: var(--s3);
          }

          .margin--0-3 {
              margin: 0 var(--s3);
          }

          .margin--3-0 {
              margin: var(--s3) 0;
          }

          .margin--4 {
              margin: var(--s4);
          }

          .margin--0-4 {
              margin: 0 var(--s4);
          }

          .margin--4-0 {
              margin: var(--s4) 0;
          }

            .margin--8-0 {
              margin: var(--s8) 0;
          }
	  
          .margin--0 {
              margin: 0;
          }


          /*
            ##### BUTTON #####
          */
          

          
         

          /*
            ----- Theme Colors -----
          */

          .cta--bg-primary {
              background-color: var(--primary--cta);
          }

          .cta--bg-hover {
              background-color: var(--secondary--cta);
          }
          
          .cta--bg-transparent{
              background-color: transparent;
              border: 1px solid var(--white--text);
          }
          
          .cta--bg-transparent:hover{
              background-color: var(--white--text);;
              color: var(--secondary--color);
          }

          /*
            ----- Theme Colors -----
          */

          .btn-pry {
            background-color: var(--primary--cta);
            color: var(--white--text);
          }

          .btn-sec {
            background-color:var(--primary--color) ;
            color: var(--primary--cta);
            border: 1px solid var(--primary--cta);
          }
          
          .btn-sec:hover {
            background-color:var(--primary--cta) ;
            color: var(--primary--color);
            border: 1px solid var(--primary--cta);
          }

          .btn--s {
            font-size: 14px;
            line-height: 24px;
            padding: var(--s1) var(--s2);
          }

          .btn--m {
            font-size: 14px;
            line-height: 53px;
            padding:  0 var(--s6) ;
          }

          .btn--l {
            font-size: 20px;
            line-height: 24px;
            padding: var(--s3) var(--s4);
          }

          .btn--hover:hover {
            background-color: var(--secondary--cta);
          }

          .border--rm {
            border-radius: var(--s1)
          }

          .border--rm {
            border-radius: var(--s2)
          }

          .border--rl {
            border-radius: var(--s3)
          }
          
          .border--1 {
            border: 1px solid var(--border--color);
            display: block;
          }
          
          .border--b-1 {
            border-bottom: 1px solid var(--border--color);
            display: block;
          }
          
          .border--b-3 {
            border-bottom: 3px solid var(--border--color);
            display: block;
            width: 100px;
          }
          
         

        .bottom a:hover{
            color: var(--third--color);
        }

/*
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> SVG <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
*/
.svg--container {
  display: inline-block;
  position: relative;
  width: auto;
  z-index: 1;
  vertical-align: middle;
  /* do what you want */
}

.svg--object {
  vertical-align: bottom;
}

.svg--container span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  opacity: 0;
}

/*
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLEX <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex--col{
    flex-direction:column;
}

.space--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.space--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex--center {
  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;
}

.flex--jf-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.order--1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order--2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order--3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order--4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.flex--1 {
    flex: 1;
}

.nowrap{
flex-wrap: nowrap;
}



/*
** MENU 
*/

.top__navigation {
  background-color: #565656;
  color: #ffffff;
}

.top__navigation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}



.navigation__main{
    display:inline-flex;
}

.navigation__main,
.navigation__cart {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: left;
  z-index: 9999;
}

.navigation__main ul,
.navigation__cart ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: -999em;
}

.navigation__main ul.sub-menu,
.navigation__cart ul.sub-menu {
  width: 200px;
  background: #399af7;
  z-index:10;
  box-shadow:0px 10px 10px rgba(0,0,0,0.4);
}

.navigation__main ul.sub-menu li a{
    padding: 15px 10px;
}

.navigation__main ul.sub-menu li:hover:before{
    left:10px;
    transform:none;
}

.navigation__main li{
  display: inline-block;
  position: relative;
  text-align: left;
}

.navigation__main li:not(:last-child){
    margin-right:15px;
}

.navigation__main li a{
  color: var(--white--text);
  font-weight: 400;
  padding:var(--s2);
}

.navigation__main li a:first-child{
    padding-left:0;
}

.navigation__main li:hover > ul,
.navigation__cart li:hover > ul {
  left: auto;
}

.navigation__main li li,
.navigation__cart li li {
  display: block;
}

.navigation__main li li:hover > ul,
.navigation__cart li li:hover > ul {
  left: 100%;
  top: 0;
}



.single__content_sidebar #menu-kategorije {
    display:flex;
    flex-direction: column;
}

#menu-kategorije a{
   cursor:pointer;
}

/* #menu-kategorije {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

#menu-kategorije a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
*/

#rmp-menu-wrap-5358 .rmp-menu-item-link {
    width:auto;
}

#rmp_menu_trigger-5358 {
    
    background: #222222;
}

#rmp-container-508{
    background-color: var(--white--text);
    box-shadow: var(--box--shadow-light);
}

#rmp-menu-wrap-508 .rmp-menu-item{
    border-bottom:1px solid rgba(0,0,0,0.15);
}

.menu__kontakt-btn,
.menu__language {
    display:none;
}

span.mobile__wpml ul {
    width: 66px;
    padding-top: 10px;
}

.wpml-ls-legacy-dropdown {
    width: 100%;
    max-width: 100%;
}


.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    background-color: #222;
    padding: 9px 10px;
    line-height: 1;
    text-align: left;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, 
.wpml-ls-legacy-dropdown a:focus, 
.wpml-ls-legacy-dropdown a:hover {
    color: var(--primary--cta);;
    background: #222;
}


.navigation__main li:hover:before,
.current-menu-item:before {
    content: "";
    height: 2px;
    width: 30px;
    background-color: var(--white--text);
    position: absolute;
    top: 0;
}


.sub-menu .current-menu-item:before {
    left: 10px;
    transform: translateX(0%);
}


#breadcrumbs,
#breadcrumbs a{
    color: #999999;
}

/*
** HEADER
*/

.header .top__info a:hover{
    color: var(--dark--text);
}

.top__info_mail{
    margin: var(--s3) 0 0 0;
}

input[type="search"]{
    box-sizing:border-box;
}

.mini__cart_text,
.mini-cart-count span{
    display:none;
}

.main__menu{
    display:none;
}

#logo__img {
  height: 90px;
}

.mini__cart_basket {
    cursor:pointer;
}

.mini__cart:hover {
    opacity:0.7;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}




/*
** COMMENTS
*/
/*
** ARCHIVES
*/



.archive__content_image a,
.archive__content_image a img{
    height:100%;
    width:100%;
}

.archive__content_image a img{
    object-fit:cover;
}

/*
** SIDEBAR
*/



/*hide content gallery*/
.galerije--content{
    display:none;
}

.galerije--content.active{
    display:block;
}



/*
** BOTTOM
*/


    .widget--title {
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
    }
    


   /* .bottom__row p {
    text-align: center;
    }
    
   */
   
   
/*    
** FOOTER
*/

.footer__txt {
    font-size: 14px;
    text-align: center;
    color: #ffffff80;
}

/*
** FRONT PAGE
*/

.product_cat{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.product_cat div{
    font-weight: 400;
}

.product-category:nth-child(odd) {
    background-color: var(--secondary--color);
}

.product-category:nth-child(even) {
    background-color: #522ecd;
}

    

.heading--separator{
    position:relative;
    height:40px;
    background-image: url(./../../files/img/icons/mz-ico.svg);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    max-width: 500px;
    margin: auto;
}

.heading--separator::before,
.heading--separator::after{
    content:"";
    position: absolute;
    width:45%;
    top:50%;
    height:2px;
    background-color:rgb(204, 204, 204);
}

.heading--separator::before{
    right:0;
}

.heading--separator::after{
    left:0;
}
 
.slick-initialized .slick-slide {
    display: block;
    padding: 10px;
}

.slick-slide img {
    display: block;
    border: 1px solid transparent;
    
}

.wcgs-slider-image img{
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
}


.slick-prev, .slick-next{
    top:40%;
}

.slick-slide a:hover {
    color:var(--primary--cta);
}

.slick-next:before, 
.slick-prev:before {
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: var(--primary--cta);
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}



/*
** MAIN
*/
.box--shadow{
    box-shadow: var(--box--shadow-light);
}







/*
** IMAGES
*/


/*
** PAGES
*/



/*
** SINGLE
*/

/*
** WOOCOMMERCE
*/


#wpgs-gallery img {
    max-height: 600px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}


.product__tag{
    display:flex;
    flex-wrap:wrap;
}

.product__tag .tag__name{
    font-size:12px;
    font-weight: var(--font--heavy);
    color: var(--white--text);
    background-color: var(--primary--color);
    padding:10px 8px;
    margin-bottom: 8px;
    margin-right:10px;
    text-align:left;
}

.woocommerce span.onsale{
    border-radius:0;
    top:0;
    left:0;
}
.mini-cart-count{
    color: var(--white--text);
    font-weight: var(--font--heavy);
    border-radius:50%;
    background-color:var(--secondary--color);
    padding: 4px 10px;
}

.woocommerce article.product .overlay{
    display:none;
}

.woocommerce article.outofstock .overlay,
.woocommerce article.product_tag-u-dolasku .overlay{
    display:flex;
    justify-content:center;
    align-items:center;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(72,72,72,0.8);
}

.woocommerce article.outofstock .overlay p,
.woocommerce article.product_tag-u-dolasku .overlay p{
    font-size:3.5rem;
    color:var(--white--text);
    font-weight:bold;
}

.woocommerce__product_single article.product{
    position:relative;
    box-shadow: var(--box--shadow-light);
    text-align:center;
    /*min-height: 100%;*/
    display: flex;
    flex-direction:column;
}



article .product__content{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}

.product__article_row article .product__content{
    padding:0 var(--s2);
}

.product__cart{
    padding: 10px 0 10px 10px;
}


.woocommerce-loop-product__title,
.archive__content_h2 h2 a{
     font-size: var(--title--size-6);
     color:var(--primary--color);
     font-weight: var(--font--heavy);
     text-align:center;
    border-bottom: 1px solid var(--border--color);
    padding: var(--s4) 0;
}

.woocommerce-loop-category__title{
    font-size: var(--title--size-6);
     color:var(--white--text);
     font-weight: var(--font--heavy);
     text-align:left;
}

.woocommerce-loop-category__title .count{
    color:var(--white--text);
    background: transparent;
}

.woocommerce__product_single{
    display:flex;
    /*flex-direction:column;*/
    flex-wrap:wrap;
    clear:both;
}

.woocommerce span.yith-wcact-aution-badge{
    width:40px;
    height:40px;
    top:5px !important;
    left:5px !important;
}

.price{
    font-size:var(--title--size-3);
    font-weight:var(--font--heavy);
        padding-bottom: 25px;
}

/* TIME AUCTION*/
#timer_auction{
    box-shadow:var(--box--shadow-light);
    margin:var(--s3) 0;
}


.yith-wcact-timeleft{
    padding: 20px 10px;
    border-right: 1px solid var(--border--color);
    
}
.yith-wcact-timeleft:last-child{
     border-right:none;
}

.yith-wcact-number{
    color:var(--secondary--color);
}

.ywcact-time-left, 
.ywcact-auction-end, 
.ywcact-your-bid-header p, 
#max_winner {
     font-weight: normal; 
    color: var( --third--color);
}

.auction_end_start{
    display:flex;
    flex-direction:column;
}

.date_auction{
    font-weight: var(--font--heavy);
}

select.orderby{
    border: 1px solid var(--border--color);;
    padding: 10px;
}
select.orderby option{
    color:var(--secondary--color);
}

.yith-wcact-main-auction-product {
    width: 100%;
}

/* "Add to cart" button on archives (e.g. shop, category page) */
.woocommerce .product .add_to_cart_button.button,
.woocommerce .product .product_type_simple,
.woocommerce .product .product_type_auction{
    background-color: var(--secondary--color);
    color: var(--white--text);
    padding:var(--s4);
    margin-top:var(--s4);
    transition:  background-color .2s ease-in-out;
}

input.button.button-primary.yith-wcact-watchlist:hover,
.woocommerce .product .add_to_cart_button.button:hover,
.woocommerce .product .product_type_simple:hover{
    background-color: var(--primary--color);
    color: var(--white--text);
}


/* tabovi opis proizvoda i bidovi */
.woocommerce-tabs{
    margin-bottom:var(--s4);
}

ul.tabs.wc-tabs {
    display: flex;
    flex-direction:column; /* > mobile row*/
    padding-left:0;
    box-shadow:var(--box--shadow-light);
}

ul.tabs.wc-tabs li{
    margin-bottom:0;
    width: 100%; /* > mobile unset*/
}

ul.tabs.wc-tabs li.active a,
ul.tabs.wc-tabs li a:hover{
    background-color:var(--white--text);
    color: var(--secondary--color);
    border: 1px solid var(--secondary--color);
}

ul.tabs.wc-tabs a {
    padding: 20px 30px;
    background: #2695ff;
    border-right: 1px solid #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%; /* > mobile unset*/
    box-sizing:border-box;
    display:block;
}

ul.tabs.wc-tabs a {
 color: #fff; 
}

div#tab-description p {
    max-width: 100ch;
}

/*PAGINATION*/
.woocommerce nav.woocommerce-pagination ul{
    border:none;
}
.woocommerce nav.woocommerce-pagination ul li{
   float:none;
border-radius: 50%;
    box-shadow:var(--box--shadow-light);
    margin-right: 3px;
   
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li span{
    border:none;
    background:var(--secondary--color);
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a{
    padding:var(--s3);
    color:var(--white--text);
}

.woocommerce nav.woocommerce-pagination ul li span.current{
    border:none;
    background:var(--primary--color);
    color:var(--white--text);
}

form.cart{
    display:flex;
    flex-direction: column;
}

/*ALL WOOCOMERCE BUTTONS*/

.woocommerce button.button,
.woocommerce a.wc-backward,
button.single_add_to_cart_button.button.alt,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.ywcact-congratulations-winner-auction-section #yith-wcact-auction-won-auction{
    background-color:var(--secondary--color);
    color: var(--white--text);
}

.woocommerce button.button:hover,
.woocommerce a.wc-backward:hover,
.woocommerce button.auction_bid.button.alt:hover,
button.single_add_to_cart_button.button.alt:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background-color:var(--primary--color);
    color: var(--white--text);
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{
    display:flex;
    flex-direction: column;
}

#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%;
    margin-bottom: 10px;
}

.auction_add_to_cart_button.button.alt{
    padding: var(--s3) var(--s2);
    width: 100%;
}


/* QUANTITY */
.quantity{
    margin-left:var(--s2);
    margin-right:var(--s2);
}


.woocommerce .quantity .qty{
    min-height: 45px;
    box-sizing:border-box;
    margin-bottom: var(--s2);
}

.product-quantity ,.quantity{
    display:flex;
    justify-content: center;
}

.product-quantity .quantity .qty{
    margin-bottom:0;
}

.product-quantity .quantity .plus,
.product-quantity .quantity .minus{
    display:none;
}


.plus,
.minus{
    display:flex;
    align-items:center;
    justify-content:center;
    border: 1px solid var(--primary--color);
    width:35px;
    background: transparent;
    color: var(--primary--color);
    cursor:pointer;
    height: 43px;
}

.plus{
    margin-right: var(--s4);
}

.plus:hover,
.minus:hover{
    background: var(--primary--color);
    color: var(--white--text);
}


/* PRODUCT META*/
.product_meta {
    display:flex;
    margin:var(--s2) 0;
    color:var(--third--color);
    flex-direction: column;
}
.product_meta span{
    padding:5px 0;
}

.product_meta .posted_in a{
    font-weight:var(--font--heavy);
}

/* CART PAGE */
.woocommerce-cart-form,
.woocommerce .cart-collaterals, 
.woocommerce-page .cart-collaterals{
    width: 100%;
}


.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals{
    float:none;
    width:100%;
}


/* SINGLE */

.single__product_img{
    position: relative;
}

#wpgs-gallery.woocommerce-product-gallery{
    min-width:100% !important;
}

.yith-wcact-container-timeleft{
    padding:0;
}

.ywcact-bid-form{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.ywcact-bid-form .auction_bid{
    padding: 20px 10% !important;
    display: block;
    box-sizing: content-box;
    background-color:var(--secondary--color) !important;
}

.ywcact-currency-symbol{
    font-size:var(--title--size-1);
    padding: 0 var(--s2);
}

.yith-wcact-watchlist-button{
    color:var(--third--color);
}

.yith-wcact-add-to-watchlist-button{
    display:flex;
}

 #yith-wcact-watchlist-email,
 .yith-wcact-watchlist{
     width:100%;
 }

.yith-wcact-watchlist-button input,
.yith-wcact-watchlist-button button{
    min-height:50px !important;
}

input.button.button-primary.yith-wcact-watchlist{
    background-color:var(--secondary--color);
    color:var(--white--text);
    margin:10px 0 0 0;
}

.yith-wcact-watchlist-button input{
    padding: 0 10px;
}

.ywcact-congratulations-winner-auction-section{
    padding:5px;
    box-shadow:var(--box--shadow-light);
    border:none;
    background-color:var(--neutral--color);
}

.ywcact-congratulation-message-header .ywcact-congratulation-title-message{
    display:block;
    margin-left:0;
    margin-top:10px;
}



    .yith-wcact-watchlist{
        margin-top:10px;
    }
    
    /* SORT FORM HOME PAGE */
    .woocommerce .woocommerce-ordering,
    .woocommerce .woocommerce-ordering select{
        width:100%;
    }
    
    
    /* CHECKOUT */
    
    form input[type="text"],
    form input[type="tel"],
    form input[type="email"],
    form input[type="password"],
    form textarea{
        padding: var(--s3) var(--s2);
        border: 1px solid var(--border--color);
        color: var(--dark--text);
        background: transparent;
        box-shadow: var(--box--shadow-light) !important;
    }
    
    input[type="checkbox"], 
    input[type="radio"]{
        height:2rem;
        width: 2rem;
        margin-right: 5px;
    }

    /* WOOCOMMERCE NOTICE MESSAGES */
    .woocommerce-message{
        border-top: 3px solid var(--secondary--color);
    }
    
    
    .woocommerce-message::before {
      color: var(--secondary--color);;
    }
    
    
    

 



/*
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> RESPONSIVE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
*/
/*
>>>>> 0 + <<<<<
*/
/*
              ##### WIDTH ALL #####
            */

            .tw--20,
            .tw--25,
            .tw--30,
            .tw--33,
            .tw--40,
            .tw--50,
            .tw--60,
            .tw--70,
            .tw--80,
            .tw--100,
            .dw--20,
            .dw--25,
            .dw--30,
            .dw--33,
            .dw--40,
            .dw--50,
            .dw--60,
            .dw--70,
            .dw--80,
            .dw--100 {
              width: 100%;
              box-sizing: border-box;
            }

            .w--20 {
                width: 20%;
                box-sizing: border-box;
            }

            .w--25 {
                width: 25%;
                box-sizing: border-box;
            }

            .w--30 {
                width: 30%;
                box-sizing: border-box;
            }

            .w--33 {
                width: 33.33333%;
                box-sizing: border-box;
            }

            .w--40 {
                width: 40%;
                box-sizing: border-box;
            }

            .w--50 {
                width: 50%;
                box-sizing: border-box;
            }

            .w--60 {
                width: 60%;
                box-sizing: border-box;
            }

            .w--70 {
                width: 70%;
                box-sizing: border-box;
            }

            .w--75 {
                width: 75%;
                box-sizing: border-box;
            }

            .w--80 {
                width: 80%;
                box-sizing: border-box;
            }

            .w--100 {
                width: 100%;
                box-sizing: border-box;
            }

            .content--width,
            .sidebar--width {
              width: 100%;
              box-sizing: border-box;
            }
            
            .archive__content_article,
            .woocommerce__product_single.columns-1 article,
            .woocommerce__product_single.columns-2 article,
            .woocommerce__product_single.columns-3 article,
            .woocommerce__product_single.columns-4 article{
                width:100%;
                margin:5px;
            }
            
            .product_cat_box{
                margin: 5px;
            }
            
            


/*
>>>>> 600 - <<<<<
*/
/* Ispod */
@media only screen and (max-width: 600px) {

button#yith-wcact-auction-add-to-cart-button {
    margin-top: 20px;
    background-color: #522ecd;
    /* color: #522ecd; */
}

ul.tabs.wc-tabs li {
    margin-bottom: 10px;
}


}




/*
>>>>> 600 + <<<<<
*/
/* Iznad */
@media only screen and (min-width: 600px) {
 		.tw--20 {
                  width: 20%;
                  box-sizing: border-box;
              }

              .tw--25 {
                  width: 25%;
                  box-sizing: border-box;
              }
                
            
              .tw--30 {
                  width: 30%;
                  box-sizing: border-box;
              }
                
            
              .tw--33 {
                  width: 33.33333%;
                  box-sizing: border-box;
              }
                
           ## .product__article_row article .product__image,
              .tw--40 {
                  width: 40%;
                  box-sizing: border-box;
              }

               
              .tw--50 {
                  width: 50%;
                  box-sizing: border-box;
              }

                ##.product__article_row article .product__content,
              .tw--60 {
                  width: 60%;
                  box-sizing: border-box;
              }

                
              .tw--70 {
                  width: 70%;
                  box-sizing: border-box;
              }

              .tw--75 {
                  width: 75%;
                  box-sizing: border-box;
              }

              .tw--80 {
                  width: 80%;
                  box-sizing: border-box;
              }

              .tw--100 {
                  width: 100%;
                  box-sizing: border-box;
              }
              
            .order--1 {
              -webkit-box-ordinal-group: 2;
              -ms-flex-order: 2;
              order: 2;
            }
            
            .order--2 {
              -webkit-box-ordinal-group: 1;
              -ms-flex-order: 1;
              order: 1;
            }
            
            .search__form{
                display:flex;
            }
            
            .hamburger__menu{
                display:none;
            }
            
            .mini__cart_text,
            .main__menu{
                display:block;
                background-color:#399af7;
            }
            
            .mini-cart-count{
                color: var(--primary--color);
                border-radius:0%;
                background-color:transparent;
                padding: 0;
            }

            
            .mini-cart-count span{
                display:inline;
            }
            
            .archive__content_article,
            .woocommerce__product_single.columns-2 article,
            .woocommerce__product_single.columns-3 article,
            .woocommerce__product_single.columns-4 article{
                width:calc(50% - 10px);
            }
            
            
            
           .product__article_row article{
                display:flex;
            }
            
            ##.product__article_row article.product{
                flex-direction:row;
            }

            .product__article_row article .product__image a,
            .product__article_row article .product__image a img
            {
                height:100%;
            }
            
            .product__article_row article .product__image a img{
                object-fit:cover;
            }
            
            .top__info_mail{
                margin: 0 0 0 var(--s3);
            }
            
            /* SORT FORM HOME PAGE */
            .woocommerce .woocommerce-ordering,
            .woocommerce .woocommerce-ordering select{
                width:unset;
            }
            
           
            
            .woocommerce .quantity .qty{
                margin-bottom: 0;
            }
            
            form.cart{
                flex-direction: row;
            }
            
            .ywcact-bid-form{
               align-items: center;
                flex-direction: row;
            
            }
            
 
            
            
            
            .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{
                display:inline-block;
            }
            
            #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:180px;
                
            }
            
            .product_cat_box{
                margin: 10px;
            }
            
            

        /* Chrome, Safari, Edge, Opera */
        form.cart input::-webkit-outer-spin-button,
        form.cart input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0;
        }
        
        /* Firefox */
        form.cart input[type=number] {
          -moz-appearance: textfield;
        }
        
        .product_cat_box {
    width: 47%;
}

        }

/*
>>>>> 800 + <<<<<
*/
/* Iznad */
@media only screen and (min-width: 800px) {
    
    

  .dw--20 {
                    width: 20%;
                    box-sizing: border-box;
                }

                .dw--25 {
                    width: 25%;
                    box-sizing: border-box;
                }

                .dw--30 {
                    width: 30%;
                    box-sizing: border-box;
                }

                .dw--33 {
                    width: 33.33333%;
                    box-sizing: border-box;
                }

                .dw--40 {
                    width: 40%;
                    box-sizing: border-box;
                }

                .dw--50 {
                    width: 50%;
                    box-sizing: border-box;
                }

                .dw--60 {
                    width: 60%;
                    box-sizing: border-box;
                }

                .dw--70 {
                    width: 70%;
                    box-sizing: border-box;
                }

                .dw--75 {
                    width: 75%;
                    box-sizing: border-box;
                }

                .dw--80 {
                    width: 80%;
                    box-sizing: border-box;
                }

                .dw--100 {
                    width: 100%;
                    box-sizing: border-box;
                }

                .content--width {
                    width: var(--content--width);
                    box-sizing: border-box;
                    padding: clamp(1rem, 4vh, 2rem)
                }

                .sidebar--width {
                    width: var(--sidebar--width);
                    box-sizing: border-box;
                    padding: clamp(1rem, 4vh, 2rem)
                }

                .section--gap {
                  padding: var(--s14) 0;
                }
                
                .archive__content_article,
                .woocommerce__product_single.columns-3 article,
                .woocommerce__product_single.columns-4 article{
                    width:calc(33% - 20px);
                    margin:10px;
                }
                
                ul.tabs.wc-tabs {
                    flex-direction:row; 
                }
                
               

            .menu__kontakt-btn,
            .menu__language{
                display:block;
            }
            
            
            
            
            .gform_wrapper{
                padding: 0 0 0 40px;
            }
            
            .product_cat_box {
    width: 47%;
}
         


}

/*
>>>>> 1000 + <<<<<
*/
/* Iznad */

@media only screen and (min-width: 1000px) {

.product_cat_box {
    width: 23%;
}

        .widget--border-left ul li a {
            max-width: 35ch;
        }

        .archive__content_article,
        .woocommerce__product_single.columns-4 article{
            width:calc(25% - 30px);
            margin:15px;
        }
        
    /* CART PAGE */
    .woocommerce-cart-form{
        margin-right:10px;
        width: calc(70% - 10px);
    }
    
    .woocommerce .cart-collaterals, 
    .woocommerce-page .cart-collaterals{
        width: 30%;
    }
    
    .woocommerce .cart-collaterals .cart_totals h2, 
    .woocommerce-page .cart-collaterals .cart_totals h2{
        padding-top:0;
        padding-left:0;
    }

}
