/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */



/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

body {

    font-family: 'Fira Sans', sans-serif;
    font-size: 100%;
    line-height: 1.4875;
    color: #444;
    background:#fcfdff;
	   margin: 0 auto;
    display: block;
    font-weight: 400;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

* {
    box-sizing: border-box;
}
input, textarea, select{
  width: 100%;
  height: auto;
  padding: 5px;
  border:1px solid #efafbd;
  margin: 5px;
  display: block;
  text-align: left;
  border-radius: 3px;

}

.row{
  width: 100%;
  height: auto;
  display:block;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
h1,h2,h3,h4,h5,h6{
     word-wrap: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     -o-hyphens: auto;
     hyphens: auto;
}

div, article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
    width:100%;
    margin:auto;
}
a {
	text-decoration: none;
  color:#444;
}
ul {
	padding-left: 0;
}
li {
	list-style: none;
}

.error,.error1 {
	font-size: 80%;
	color: #CC0000;
	list-style-type: square;
	padding-top: 10px;
	padding-bottom: 7px;
}
.message {
	font-size: 80%;
	color: #006600;
	list-style-type: square;
}
/* For mobile phones: */
[class*="col-"] {
   width: 100%;
}
#header{
  background: #fff; /* For browsers that do not support gradients */
 /*background: -webkit-linear-gradient(#eee,#fff);*/ /* For Safari 5.1 to 6.0 */
 /*background: -moz-linear-gradient(#eee,#fff);*/ /* For Firefox 3.6 to 15 */
 /*background: linear-gradient(#eee,#fff);*/ /* Standard syntax */
 /*background: -o-linear-gradient(#eee,#fff);*/*/ /* For Opera 11.1 to 12.0 */

    -webkit-box-shadow: 0 0 2px #efafbd;
    -moz-box-shadow: 0 0 2px #efafbd;
    box-shadow: 0 0 2px #efafbd;

    margin:0 auto;
    height:auto;
    min-height:80px;
    max-height:160px;
}
#main{
  background: #fff;
  margin:0 auto;
}
#footer{
  background: #fff; /* For browsers that do not support gradients */
	 /*background: -webkit-linear-gradient(#eee,#fff); */
	 /*background: -o-linear-gradient(#eee,#fff);*/
	 /*background: -moz-linear-gradient(#eee,#fff); For Firefox 3.6 to 15 */
	 /*background: linear-gradient(#eee,#fff);Standard syntax */
      /*-webkit-box-shadow: 0 0 2px #efafbd;
       box-shadow: 0 0 2px #efafbd;
      -moz-box-shadow: 0 0 2px #efafbd9;*/
       margin:0 auto;
}
img {
    max-width: 100%;
    height: auto;
}

.shopping_cart{
  width: 60%;
    display: block;
    margin-top: 10px;
}
.header_phone{
  width: 8%;
display: block;
float: left;
margin-right: 3px;
margin-top: 3px;
}
.logo{
  float:left;
 width:25%;
}
.logo a:link{
  color:red;
}
.header_hat{
display: inline-block;
width: 100%;
height: auto;

}
.nav_titlebar{
  display:none;
}
.header_name{
  float:left;
  font-size:120%;
  width: 100%;
  height: auto;
  padding-left: 12px;
  display:inline-block;
  color:#444;
  margin: 0px;
}
.header_reg{
  float:left;
  font-size:100%;
  width: 100%;
   height: auto;

}
.banners_home{
  width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
}
.banner_item{
      display: block;
    float: left;
    width:auto;
    height: auto;
    text-align: center;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;

}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.browse_product_image{
  float:left;
  display: block;
}
.view_sort{
  display:none;
}
.header_name12{
  display: none;
}
.flip-box{
  display: none;
}
/*za po malko 990*/
.flip-box_none{
 display:block!important;
}
.view_filter{
  display: block;
}
/*menu title da se pokazva samo nad  900px*/
.filter_title{
  display: none;
}
.menu_title{
  display:none;
}

.search_auto{
margin-top: 0px;
}
.menu{
  min-height:150px;
  height: auto;
  text-transform: capitalize;
  color: red;
  float:left;
}
.menu a:link{

  font-weight: 700;
}
.menu-filter{
  max-height:50px;
  height: auto;
  text-transform: capitalize;
  color: red;
  float:left;
}
.menu-filter a:link{
  text-decoration: underline;
  font-weight: 700;
}

.simple_search_auto {
    float:left;
}

.simple_search_auto input.searchtextinput {
  margin-left: 0px;
color: #7e96a2;
font-weight: 500;
background: #fff;
width: 100%;
min-width: 160px;
padding: 5px;
}
.simple_search_auto {
    width:100%;
    height: auto;
    text-align:center;

}
.input_search {
    max-width:450px;
    height: auto;
    text-align:center;
  float: left;
  display: block;
}
.submit_search {
    display: none;
}


.header_cart{
  float: left;
  margin-left: 50px;
  /*margin-top: 10px;*/
  display: block;

}
.product_img{

  max-height: 200px;
  display: block;
  position: relative;
}
.header_menu_pages{
  display:none;
}
.marks_index{
    width: 99%;
  display: block;
  /*margin-top: 20px;*/
  padding: 3px;
  background: #f2f2f2;
 }
.marks_index img{
  width:50%!important;
  height: auto;

  max-width: 120px!important;
}
.marks_index ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.marks_index ul li {
  width: 46%!important;
  display: block;

  margin: 5px!important;
  padding: 5px!important;
  border: 1px solid #efafbd;
  background: #fff;
  position: relative;

}

.marks_index ul li:hover {
  width: 46%!important;
  display: block;

  margin: 5px!important;
  padding: 5px!important;
  border: 1px solid #ccc;
  background: #f2f2f2;
  position: relative;

}
.marks_index ul li a:link h2 {
  font-size: 82% !important;
}
.marks_index ul li a:link h3 {
  font-size: 82% !important;
}
.link_sortir{
   display: inline-block;
   float: left;
   margin: 5px;
 }
.producti_stil_tip{
  width:100%;
  display: inline-block;
  margin-top:3px;
  padding:3px;
  border:1px solid #eee;

}

.producti_stil_tip img{
  width:96%;
  height: auto;
  margin:5px;
  float:left;
  max-width: 330px;
}
.producti_stil_tip_left img{
  width:96%;
  height: auto;
  margin:5px;
  float:left;
  max-width: 330px;
}
.producti_stil_tip p{
  width:auto;
  height: auto;
  margin:5px;
  padding:5px;
  font-size:80%!important;
}
.producti_stil_tip article {
  width: 100%;
  display: block;
  float: left;
  margin: 1px;
  padding: 1px;
  border: 2px solid #f2f2f2;
  background: #fff;
  position: relative;
  min-height: 35px;
}

.producti_stil_tip article:hover {
  width: 100%;
  display: block;
  float: left;
  margin: 1px;
  padding: 1px;
  border: 2px solid #ccc;
  background: #f2f2f2;
  position: relative;
  min-height: 35px;
}
.producti_stil_tip article a h2 b {
  color:#efafbd;

}

.producti_stil_tip ul li b {
  color:#efafbd;

}

.producti_stil_tip ul li  {
  width: auto;
  display: block;
  float: left;
  margin: 5px;
  padding: 5px;
  border: 1px solid #efafbd;
  background: #ff22ff1a;
  position: relative;
  min-height: 35px;
  text-align: center;
}

.producti_stil_tip ul li:hover {
  width: auto;
  display: block;
  float: left;
  margin: 5px;
  padding: 5px;
  border: 1px solid #ccc;

  background: #f2f2f2;
  position: relative;
  min-height: 35px;
  text-align: center;

}
.producti_stil_tip h5 {
  width: auto;
  display: block;
  float: left;
  margin: 5px;
  padding: 5px;
  border: 1px solid #efafbd;
  background: #ff22ff1a;
  position: relative;
  min-height: 35px;
  text-align: center;
}

.producti_stil_tip h5:hover {
  width: auto;
  display: block;
  float: left;
  margin: 5px;
  padding: 5px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  position: relative;
  min-height: 35px;
  text-align: center;

}
.producti_stil_tip article a:link h2 {
  font-size: 72%!important;
  color:#757575!important;
  font-weight:400;
  margin: 0px;
  padding: 0px;
}
.producti_stil_tip article a:link h2.selected {
  font-size: 72%!important;
  color:#efafbd!important;
  font-weight:400;
  margin: 0px;
  padding: 0px;
}
.producti_stil_tip article a:hover h2 {
  font-size: 72% !important;
  font-weight:400;
  margin: 0px;
  padding: 0px;
}
.producti_stil_tip div a:link h3 {
  font-size: 72%!important;
  color:#757575!important;
  font-weight:400;
  margin: 0px;
  padding: 0px;
}
.producti_stil_tip div a:link h3.selected {
  font-size: 72%!important;
  color:#efafbd!important;
  font-weight:400;
  margin: 0px;
  padding: 0px;
}
.producti_stil_tip div a:hover h3 {
  font-size: 72% !important;
  font-weight:400;
  margin: 0px;
  padding: 0px;
}
.producti_stil_tip article a:link h3 {
  font-size: 72%!important;
  color:#757575!important;
  font-weight:400;
  margin: 0px;
  padding: 0px;
}
.producti_stil_tip article a:link h3.selected {
  font-size: 72%!important;
  color:#efafbd!important;
  font-weight:400;
  margin: 0px;
  padding: 0px;
}
.producti_stil_tip article a:hover h3 {
  font-size: 72% !important;
  font-weight:400;
  margin: 0px;
  padding: 0px;
}
.producti_stil_tip ul li a:link {
  font-size: 72%!important;
  color:#757575!important;
  font-weight:400;
}
.producti_stil_tip ul li a:hover {
  font-size: 72% !important;
  font-weight:400;
}
.producti_stil_tip h5 a:link {
  font-size: 72%!important;
  color:#757575!important;
  font-weight:400;
}
.producti_stil_tip h5 a:hover {
  font-size: 72% !important;
  font-weight:400;
}.producti_stil_tip_left div a:link {
  font-size: 72%!important;
  color:#757575!important;
  font-weight:400;
}
.producti_stil_tip_left div a:hover {
  font-size: 72% !important;
  font-weight:400;
}
/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
.catalog_title{
  height: auto;
    min-height: 50px;
    /* background-color: #f9f9f9; */
    float: left;
    z-index: 1000;

}
.browse_cat_title_h1{
	padding: 5px;
  margin:0px;
	font-size: 120%!important;
	text-align: center;
	color: #5b6171;
	font-weight: bold;
	min-height: 30px;
	display: block;
	height: auto;
}
.browse_nom_start{
	    width: 100%;
    padding: 5px;
    height: auto;
    font-size: 80%;
    border: 1px solid #eee;
    background: #fff;
    text-align: left;
    color: #7e96a2;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    z-index: 10;
    max-height: 230px;
    opacity: 0.7;
}


.brnom_start{

	font-size:100%;
	font-weight:800;
	text-align:left;
	color:#5b6171;
	margin-left:2px;
display: inline-block;
}
.brnom_h2{
padding:0px;
margin:0px;
text-align:center;
font-size:100%;
color:#5b6171;
text-transform:uppercase;
}
/*
.filter-open{
 display: block;

}
.filter-close{
 display:none;
}
*/
/*product_item_class*/


.product_one_mozaika_border
{
min-width: 120px;
width: 46%;
height: auto;
min-height: 250px;
border:1px solid #eee;
float: left;
margin:5px;
display:block;
  background: #fff;
  padding: 2px;
}
.product_one_mozaika_border_index
{
min-width: 120px;
width: auto;
height: auto;
min-height: 250px;
border:1px solid #eee;
float: left;
margin:5px;
display:block;
  background: #fff;
  padding: 2px;
}

.product_one_mozaika_border_index:hover
{
  /*width:267px;
  height:340px;
  border:1px solid #FAE6BE;
  float:left;
  margin-top:3px;
  margin-left:3px;
  */
  width: auto;
  height: auto;
  min-height: 250px;
border: 1px solid #efafbd;
float: left;
margin:5px;
display:block;
/*background:#eee;*/
background: #fff;
padding: 2px;
}

.product_one_mozaika_border:hover
{
  /*width:267px;
  height:340px;
  border:1px solid #FAE6BE;
  float:left;
  margin-top:3px;
  margin-left:3px;
  */
  width: 46%;
  height: auto;
  min-height: 250px;
border: 1px solid #efafbd;
float: left;
margin:5px;
display:block;
/*background:#eee;*/
background: #fff;
padding: 2px;
}
.product_one_mozaika_border a:link
{

  font-weight:500;

}
.product_one_mozaika_border a:hover
{
  color:#5b6171;

}
.product_one_mozaika_border h3
{
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  width: 100%;
  display: inline-block;
}


.border
{

  margin:0px;
  display:block;
}


.product_one_mozaika img
{
  display:block;
  float:left;
  text-align:center;
  margin-left:1px;
  margin-top:1px;
  margin-bottom:4px;
  overflow: hidden;
}
.product_one_mozaika_img
{
  display:block;
  float:left;
  text-align:center;
  margin-left:1px;
  margin-top:1px;
  margin-bottom:4px;
  overflow: hidden;
}
.product_one_mozaika_border img
{
  display:block;
  float:left;
  text-align:center;
  margin-left:1px;
  margin-top:1px;
  margin-bottom:4px;
  /*border:1px solid #5b6171;*/
  overflow: hidden;
}
.product_one_mozaika_border_img
{
  display:block;
  /*float:left;*/
  text-align:center;
  margin-left:1px;
  margin-top:1px;
  margin-bottom:4px;
  /*border:1px solid #5b6171;*/
  overflow: hidden;
}
.title_text_product_one_mozaika
{
  display: block;
position: relative;
margin-top: 5px;
width: 100%;
min-height: 80px;
text-align: center;
font-size: 80%;
font-weight: 400;
color: #5b6171;

}
.title_text_product_one_mozaika a
{

display: block;
position: relative;
margin-top: 5px;
width: 100%;
min-height: 80px;
text-align: center;
font-size: 80%;
font-weight: 500;

}
.title_text_product_one_mozaika a
{

display: block;
position: relative;
margin-top: 5px;
width: 100%;
min-height: 80px;
text-align: center;
font-size: 100%;
font-weight: 500;

}

.title_text_product_one_mozaika_border
{
  display:block;
  margin-top:8px;
  margin-left:19px;
  color:#3c3d3e;
  font-size:80%;
  width:100%;
  border-bottom:1px solid #a7a2a2;
  font-weight: normal;
  text-align: center;
    padding-bottom: 5px;

}
.ceni_text_product_one_mozaika
{
  float:left;
}

.zadraskana_cena_mozaika
{
  float:left;
  text-decoration:line-through;
  color:#3f3c3c;
  font-size:50%;
  margin-right:14px;
  margin-left:92px;
}
.zadraskana_cena_mozaika_item
{

  display:block;
  color: #605d5c;
    font-size: 80%;
  text-decoration: line-through;
  height:18px;
  text-align: left;
  float: left;
    padding-left: 2px;
    width: 50%;
}
.ceni_razprodajba_mozaika
{
  display:block;
  margin-top: 2px;
  width: auto;

  /*color:#d11219;*/

  font-weight:bold;
  font-size:15px;
  /*margin-top: 28px;*/
  text-align:center;
}
.product_price_promotion_filter{
  color:#d11219;
}

.ceni_razprodajba_mozaika_table
{
  display:block;
  float:left;
  width: 80px;
  color:#d11219;
  font-weight:bold;
  font-size:50%;
}

.ceni_promociq_mozaika
{
  display:block;
  float:left;
  color:#73a925;
  font-weight:bold;
  font-size:80%;
  margin-left:36px;
}

.ceni_novi_mozaika
{
  display:block;
  float:left;
  color:#5b6171;
  font-weight:bold;
  font-size:80%;
  margin-left:36px;
}
.product_price_promotion_filter_copon {
/*color: #73a925;*/
color:#5b6171;

font-size: 80%;
font-weight: bold;
display: block;

text-align: center;
text-shadow: 1px 1px #655A0A;
float: left;
width: 49%;
}
.copon_name{
  color: #7F7F7F;
  font-size: 65%;
  width: 100%;
  display: block;
  padding: 5px;
  text-align: center;
  }
  .copon_name_item{
    color: #f00;
    font-size: 65%;
    width: 100%;
    display: block;
    padding: 5px;
    text-align: center;
    height: auto;
    min-height: 20px;
    }
    .price_row{
    text-align:center;
    display:block;
    width:100%;
    max-height: 50px;
    height: auto;
    position: relative;
    }
/*end product_item*/
.title_prod_over
{
  background-color: #ff22ff1a;
	width: 100%;
	min-height: 35px;
	height: auto;
	display: block;
  padding-left: 40px;
  border-bottom: 1px solid #efafbd;

}
/*filtri_left*/
/*filtyr*/
.slidedown
{
color: #5b6171;
display: block;
font-size: 100%;
font-weight: 700;
margin-top: 2px;
margin-left: 2px;
padding-left: 3px;
border: none;
height: auto;

}
.cat_item{
  width: 100%;
  padding: 2px;
  margin: 2px;
  height: auto;
  display: inline-block;
}
.cat_item input{
  width:30px;
  height:30px;
  float:left;
  padding: 2px;
  display: block;
}
.cat_item a
{
font-size: 100%;
color: #5b6171;
font-weight: normal;
float: left;
width: auto;
height: auto;
}
.left_menu_caption1
{
	display:inline-block;
  margin: 3px;
}

.cat_item a:hover
{
	text-decoration:underline;
}

#tablica_fol
{
	width:auto;
}

.div_name{
  width: 100%;
  padding: 2px;
  background: #fff;
  border-bottom: 1px solid #efafbd;
}

.div_subs{
  width: 100%;
}
.zadai2
{
display: block;
color: #ccc;
font-size: 100%;
cursor:pointer;
float:right;
margin-right: 15px;
}

.zadai2:hover
{
	text-decoration:underline;
}
/*** custom checkboxes ***/

/*input[type=checkbox] { display:none; }*/ /* to hide the checkbox itself */
.cat_item input[type=checkbox]{ display:none; }
.cat_item  input[type=checkbox] + a:before {
  font-family: FontAwesome;
  display: inline-block;

}

.cat_item  input[type=checkbox] + a:before {width:20px; height:20px; content: "\f10c"; } /* unchecked icon */
.cat_item  input[type=checkbox] + a:before { letter-spacing: 10px; } /* space between checkbox and label */

.cat_item input[type=checkbox]:checked + a:before {width:20px; height:20px;  content: "\f05d"; } /* checked icon */
.cat_item input[type=checkbox]:checked + a:before { letter-spacing: 5px; } /* allow space for check mark */

/*special input*/
.producti_stil_tip article input[type=checkbox]{ display:none; }
.producti_stil_tip article input[type=checkbox] + a:before {
  font-family: FontAwesome;
  display: inline-block;

}
.producti_stil_tip article input[type=checkbox] + a:before {width:20px; height:20px; content: "\f10c"; } /* unchecked icon */
.producti_stil_tip article input[type=checkbox] + a:before { letter-spacing: 10px; } /* space between checkbox and label */

.producti_stil_tip article input[type=checkbox]:checked + a:before {width:20px; height:20px;  content: "\f05d"; } /* checked icon */
.producti_stil_tip article input[type=checkbox]:checked + a:before { letter-spacing: 5px; } /* allow space for check mark */

/*special input marks_shv*/
.marks_shv ul li input[type=checkbox]{ display:none; }
.marks_shv ul li input[type=checkbox] + a:before {
  font-family: FontAwesome;
  display: inline-block;

}
.marks_shv ul li input[type=checkbox] + a:before {width:20px; height:20px; content: "\f10c"; } /* unchecked icon */
.marks_shv ul li input[type=checkbox] + a:before { letter-spacing: 10px; } /* space between checkbox and label */

.marks_shv ul li input[type=checkbox]:checked + a:before {width:20px; height:20px;  content: "\f05d"; } /* checked icon */
.marks_shv ul li input[type=checkbox]:checked + a:before { letter-spacing: 5px; } /* allow space for check mark */

/*browse_product*/
.browse_products{
  width:100%;
  height:auto;
  margin:0px auto;
  /*padding: 10px;*/


}
.browse_product_title {
	font-size: 100%!important;
	min-height: 30px;
  height: auto;
	font-weight: bold;
	text-decoration: none;
	color: #5b6171;
	text-align: center;
	margin-top: 10px;
	background-color: #ff22ff1a;
	border-bottom: 1px solid #efafbd;
}
.h5_browse_product_back{
 padding:0px; margin:0px; min-height:25px;height:auto; margin-top:10px;margin-bottom:10px; border:1px solid #eee;display:block; border-top-left-radius: 3em;border-bottom-left-radius: 3em;padding-top:5px; text-align:center;
 width: 100%;background:#fff;

}
.h5_browse_product_back:hover{
 padding:0px; margin:0px; min-height:25px; height:auto; margin-top:10px;margin-bottom:10px; border:1px solid #eee;display:block; border-top-left-radius: 3em;border-bottom-left-radius: 3em;padding-top:5px; text-align:center;width: 100%;background:#eee;color:#7e96a2;

}
.h5_browse_product_back a{
color:#7e96a2;
font-size:100%;
font-weight:500;
cursor:pointer;
}
.main_product_img {
	width:100%;
	height:auto;
	background: #fff;
	display:block;
}
.browse_product_price{
  width:100%;
  height: auto;
  margin-top: 5px;
 margin-bottom: 5px;
 float:left;
}
.pl_param {

	font-weight: normal;
	font-size: 100%;
	background-color: #fcfdff;
	color:#5b6171;
  float: left;
  width: 40%;
  padding-left: 10px;
}
.pl_price {
  width: auto;
  float: left;
	color: #5b6171;
	font-size: 90%;
	font-weight: bold;
	padding-left:5px;
}
.pl_price_bestbrowse {

	font-size: 100%;
	color: #5b6171;
	font-weight: bold;
}
.pl_price_oldbrowse {
	font-size: 90%;
	text-decoration: line-through;
	color: #5b6171;
}
.pl_widebrowse {
	width: 100%;
	font-size: 100%;
	background-color: #fcfdff;
}
/*end browse product price*/
.pl_available, a.pl_available:link, a.pl_available:visited, a.pl_available:active, a.pl_available:hover {
	color: green;
	font-weight: normal;
	font-size:95%;
	padding: 0 2px 0 5px;
}
.pl_promotional, a.pl_promotional:link, a.pl_promotional:visited, a.pl_promotional:active, a.pl_promotional:hover {
	color: #FF00FF;
	font-weight: normal;
	font-size:95%;
	padding: 0 2px 0 5px;
}
.pl_bulk, a.pl_bulk:link, a.pl_bulk:visited, a.pl_bulk:active, a.pl_bulk:hover {
	color: red;
	font-weight: bold;
}
.pl_no_warahouse, a.pl_no_warahouse:link, a.pl_no_warahouse:visited, a.pl_no_warahouse:active, a.pl_no_warahouse:hover {
	color: #F00;
	font-weight: bold;
	font-size:95%;
}
.copon_name{
color:#7F7F7F;
font-size:80%;
color: #F00;
font-size: 80%;
background: #fff;

}
.browse_product_price_buy{
  width:100%;
  height: auto;
  float:left;
}
.add_cart_browse_product_btn{
  width:100%;
  padding:10px;
  height:auto;
  color:#fff;
  font-weight: 700;
  background: #efafbd;
  border:5px solid #eee;
  border-radius: 5px;
  display: inline-block;
  margin-top:5px;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  margin-left: 0px!important;
}
.add_cart_browse_product_btn:hover{
  width:100%;
  padding:10px;
  height:auto;

  color:#eee;
  font-weight: 700;
  background: red;

  border:5px solid #efafbd;
  border-radius: 5px;
  display: inline-block;
  margin-top:5px;
  margin-bottom: 5px;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  margin-left: 0px!important;
}
.browse_product_status_info{
  width: 100%;
  padding: 10px;
  background: #fff;
  margin: 5px;
  display: block;
}
.browse_product_status_sravni{
  width: 100%;
  padding: 10px;
  background: #fff;
  margin: 5px;
  display: block;
  float:left;
}
.browse_product_status_detail{
  width: 100%;
  padding: 10px;
  background: #fff;
  margin-left: 20px;
  display: block;
  float:left;
}
.browse_product_status_detail_h{
  width: 100%;
  padding: 10px;
  background: #fff;
  margin: 5px;
  display: block;
  float:left;
}
.op_row1
{
	width:100%;
	height:auto;
	min-height:25px;
	border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
	margin-bottom:2px;
  display: inline-block;

}

.op_row2{
	width:100%;
	height:auto;
	min-height:25px;
	border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
	margin-bottom:2px;
  display: inline-block;
}
.title_op
{
	display: block;
	float: left;
	width: 35%;
	font-size: 90%;
	padding-top: 3px;
	padding-left: 3px;
	color: #5b6171;

}
.right_op{
  width: 100%;
  display: inline;
	font-size: 90%;
	padding-top: 3px;
	padding-left: 3px;
	color: #7e96a2;

}
.product_details_div_detail_info_menu_background_active_tab {
	float: left;
	/*background-image:url(../images/sh2_orange/caption_bg.gif);
	background-position: bottom;
	background-repeat:repeat-x;*/
	background: #fff;
height: 36px;
width: 142px;
text-align: center;
margin-right: 4px;
border-right: 1px solid #eee;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
font-weight: bold;
}

.product_details_div_detail_info_menu_background_inactive_tab {
	float: left;
height: 36px;
width: 142px;
text-align: center;
margin-right: 4px;
font-weight: normal;
border-right: 1px solid #eee;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
}
.pl_description {
  width: 100%;
  height: auto;
	color:#5b6171;
	font-size: 90%;
	padding-top: 10px;
	background-color: #fff;
	padding: 8px;
	/*border: 1px solid #eee;*/
}
.browse_product_other{
  width:100%;
  height: auto;
  margin-top:10px;
  display: inline-block;
  background-color: #fff;
}
.h5_browse_product_other{
color: #5b6171;
padding: 5px;
margin: 0px;
font-size: 100%;
font-weight: 700;
margin-top: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #efafbd;
display: block;
height: auto;
background:#f2f2f2;

}
.h5_browse_product_other a{
color:#5b6171;
font-size:100%;
font-weight:700;
cursor:pointer;
}
.h5_browse_product_other a:hover{
color:#444;
font-size:100%;
font-weight:700;
cursor:pointer;

}
.browse_product_other_items{
	padding-top:10px;
    padding-bottom:10px;
    position:relative;
    display:block;
}
.comp_title_browse_product{
color:#eee; font-size:80%; font-weight:500;
}
#menu1
{
  margin:0;
  padding:0;
  width:100%;
  height:30px;
  display: inline-block;
}

.menu1 li
{
  float:left;
  width: 45%;
  min-width: 110px;
  height: 30px;
  display: block;
  background: #fff;
  margin: 5px;
}

.menu1 li a{
padding-bottom: 2px;
color: #383a3b !important;

font-size: 100%!important;
font-weight: bold!important;
display: block!important;
border-bottom: 7px solid #b4b0b0!important;
height: 30px;
width: 100%;
min-width: 110px;
float:left;
text-align: center;

}
.menu1 li.active a
{
	border-bottom: 7px solid #efafbd!important;
  width: 100%;
  min-width: 110px;
  height: 30px;
	float:left;
  display: block;

}
.content11
{
float: left;
width: auto;
position: relative;
background-color: #fff;
width: 100%;
display: inline-block;
}
/*cart_dialog*/
#cart_dialog {
    display: block;
    margin: 0px;
    padding: 0px;
    top: 5px;
    max-width: 650px;
    max-height: 800px;
    border: 3px solid #eee;
    border-radius:5px;
    background: #FFF;
     z-index: 1000;
     position:fixed;
     overflow: scroll;
     right:0px;

}

.cart_dialog_close{
  border: 3px solid #F293A4;
    border-radius: 3px;
    color: #FF0000;
    font-size: 90%;
    cursor: pointer;
    padding: 3px;
    width: 45%;
    float: left;
    margin: 5px;
    text-align: center;
}
.cart_dialog_close:hover{
	border:3px solid #FF0000;
	border-radius: 3px;
	color:#FFFFFF;
	font-size:90%;
	cursor:pointer;
	padding:3px;
	background:#F293A4;
  width:45%;
  float: left;
  margin: 5px;
  text-align: center;
}
.cart_dialog_url{
  border: 3px solid #7F7FF6;
    border-radius: 3px;
    color: #555;
    font-size: 90%;
    cursor: pointer;
    padding: 3px;
    width: 45%;
    float: right;
    margin: 5px;
    text-align: center;
}
.cart_dialog_url:hover{
	border:3px solid #FF0000;
	border-radius: 3px;
	color:#FFF;
	font-size:90%;
	cursor:pointer;
	padding:3px;
	background:#F293A4;
  width:45%;
  float: right;
  margin: 5px;
  text-align: center;
}

.cart_dialog_title{
 font-size:80%;
 color:#FF0000;
 background:#EFD4D9;
}
.subcaption_table {
	background-color: #fcfdff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.subcaption_title {
	padding: 0px 3px 0px 10px;
	height: auto;
	text-align: left;
	color: #555555;
	font-size: 80%;
	font-weight: bold;
	border-left: 1px solid #ccc;
  text-align: center;
}
.cl_price {
	text-align:right;
		color: #555555;
	font-size: 70%;
	font-weight: bold;
}

.cl_total {
	vertical-align: top;
	text-align: right;
	color: #555555;
	font-size: 70%;
	font-weight: 400;

}

.cl_border_left {
border-left: 1px solid #ccc;
}
.cart_table_border{
border: 1px solid #F7F7F7;
margin:0px;
}
.cart_tr_border{
background-color:#E5E5E5;
}
.order_final_table{
border:8px solid #ccc; border-top: 8px solid #ccc; width:100%;
}
.oddrow{
  background: #eee;
  font-size: 75%;
  color:#5b6171;
  font-weight: 400;
  text-align: center;
}
.evenrow{
  background: #fff;
  font-size: 75%;
  color:#555;
  font-weight: 400;
  text-align: center;
}
.product_link{
  color:#555;
  font-size: 80%;
  color:#555;
  font-weight: 400;

}
.gheader_cart_totalq{
  color: #F00;
font-size: 70%;
width: 30px;
height: auto;
margin-left: 25px;
display: block;
border: 1px solid #fff;
border-radius: 50%;
margin-top: -40px;
z-index: 1000;
background: #FFF;
cursor:pointer;
}

.cart_finish_btn{
  width:100%;
  padding:10px;
  height:auto;
  color:#eee;
  font-weight: 700;
  background: red;
  border:5px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  margin-top:10px;
  margin-bottom: 10px;
cursor: pointer;
text-align: center;
}
.cart_finish_btn:hover{
  width:100%;
  padding:10px;
  height:auto;
  color:#fff;
  font-weight: 700;
  background: red;
  border:5px solid #fff;
  border-radius: 5px;
  display: inline-block;
  margin-top:10px;
  margin-bottom: 10px;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
}
.cart_upd_btn{
  width:45%;
  padding:10px;
  height:auto;
  color:#eee;
  font-weight: 700;
  background: green;
  border:5px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  margin-top:10px;
  margin-bottom: 10px;
cursor: pointer;
float: right;
text-align: center;
}
.cart_upd_btn:hover{
  width:45%;
  padding:10px;
  height:auto;
  color:#fff;
  font-weight: 700;
  background: green;
  border:5px solid #fff;
  border-radius: 5px;
  display: inline-block;
  margin-top:10px;
  margin-bottom: 10px;
  text-decoration: underline;
  cursor: pointer;
  float: right;
  text-align: center;
}

.cart_back_btn{
  width:45%;
  padding:10px;
  height:auto;
  color:#eee;
  font-weight: 700;
  background: green;
  border:5px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  margin-top:10px;
  margin-bottom: 10px;
cursor: pointer;
float: left;
text-align: center;
}
.cart_back_btn:hover{
  width:45%;
  padding:10px;
  height:auto;
  color:#fff;
  font-weight: 700;
  background: green;
  border:5px solid #fff;
  border-radius: 5px;
  display: inline-block;
  margin-top:10px;
  margin-bottom: 10px;
  text-decoration: underline;
  cursor: pointer;
  float: left;
  text-align: center;
}
.cart_delivery{
width:50%; height: auto; padding:3px;  border:#F7F7F7 1px solid;  margin:5px;
display: block;
}
.labelbox{
  font-size:100%;
  width:100%;
  height: auto;
  float: left;
  display: inline-block;
}
.order_final_cust_info{
  width:100%;
  padding: 10px;
  display: inline-block;

}
.order_final_cust_info_label{
  color: #555;
  text-align: center;
  font-size: 100%;
  font-weight: 300;
  margin: 10px;
}
.order_final_cust_info_input,  .order_final_cust_info_select {
  color: #555;
  text-align: center;
  font-size: 100%;
  font-weight: 300;
  width: 100%;
  height: auto;
}
.order_final_cust_info_textarea{
  color: #555;
  text-align: center;
  font-size: 90%;
  font-weight: 300;
  width: 100%;
  height: auto;
}
.order_final_label_field{
float: left;
padding: 5px;
color: #eee;
font-size: 100%;
font-weight: 500;
display:inline-block;
}
/*svproducts*/
.op_row1_sv
{
	width:100%;
	height:auto;
	border-bottom: 1px solid #eee;
 font-size:80%;
	color:black;
  display:inline-block;
}

.op_row2_sv
{
	width:100%;
	height:auto;
	border-bottom: 1px solid #eee;
	font-size:80%;
	color:black;
  display:inline-block;
}
.svprod_td_title{
 text-align:center;
  font-size:80%;
  color:#787878;
  font-weight:600;

}
.svprod_td{
text-align: center;
font-size: 80%;
color: rgb(120, 120, 120);
font-weight: 300;
text-align: center;
vertical-align: middle;
border: 1px solid #eee;
}

.svprod_td h4{
font-size:100%;
font-weight:500;
}
.svprod_td a{
text-align: center;
font-size: 80%;
color: rgb(120, 120, 120);
font-weight: 300;
text-align: center;
vertical-align: middle;
cursor:pointer;
}
.svprod_td a:hover{
text-align: center;
font-size: 80%;
color: rgb(120, 120, 120);
font-weight: 300;
text-align: center;
vertical-align: middle;
text-decoration:underline;
cursor:pointer;
}
/*div table*/


/*
.rTable {
		    	display: table;
		    	width: 100%;
		}
		.rTableRow {
		    	display: table-row;
		}
		.rTableHeading {
		    	display: table-header-group;
		    	background-color: #ddd;
		}
		.rTableCell, .rTableHead {
		    	display: table-cell;
		    	padding: 3px 10px;
		    	border: 1px solid #999999;
		}
		.rTableHeading {
		    	display: table-header-group;
		    	background-color: #ddd;
		    	font-weight: bold;
		}
		.rTableFoot {
		    	display: table-footer-group;
		    	font-weight: bold;
		    	background-color: #ddd;
		}
		.rTableBody {
		    	display: table-row-group;
		}
    */
    .rTable {
			  	display: block;
			  	width: 100%;
			}
			.rTableHeading, .rTableBody, .rTableFoot, .rTableRow{
			  	clear: both;
			}
			.rTableHead, .rTableFoot{
			  	background-color: #DDD;
			  	font-weight: bold;
			}
			.rTableHead {
			  	border: 1px solid #999999;
			  	float: left;
			  	height: 25px;
			  	overflow: hidden;
			  	padding: 3px 1.8%;
			  	width: 25%;
          font-size: 80%;
			}
      .rTableCell{
        float: left;
        min-height: 30px;
        font-size: 90%;
        font-weight: 500;
        overflow: hidden;
        padding: 3px 1.8%;
        width: 25%;
        /*border-left: 1px solid #eee;
        border-right: 1px solid #eee;*/
      }
      .rTableCell1{
        float: left;
        min-height: 30px;
        font-size: 90%;
        font-weight: 400;
        overflow: hidden;
        padding: 3px 1.8%;
        width: 75%;
        /*border-left: 1px solid #eee;
        border-right: 1px solid #eee;*/
      }
			.rTable:after {
			  	 visibility: hidden;
			  	 display: block;
			  	 font-size: 0;
			  	 content: " ";
			  	 clear: both;
			  	 height: 0;
			}
      .add_cart_svproduct_btn{
        width: 100%;
          height: auto;
          color: #fff;
          font-weight: 800;
          background: red;
          border: 3px solid #ccc;
          border-radius: 5px;
          display: inline-block;
          cursor: pointer;
          font-size: 100%;
          text-align: center;
      }
      .add_cart_svproduct_btn:hover{
        width:100%;
         height:auto;
        color:#fff;
        font-weight: 700;
        background: red;
        border:1px solid #fff;
        border-radius: 5px;
        display: inline-block;
        text-decoration: underline;
        cursor: pointer;
        text-align: center;
      }
      #suggestions_search{ position: relative; width:100%; display:none; min-width:300px; overflow-y: auto;margin: 0 auto;
        padding: 5px; overflow-x: hidden;z-index:1000;left:-60px;
      }

      /* SEARCHRESULTS */
      #searchresults_search  ul{
         border:1px solid #5b6171;
        width:100%;
        min-width: 300px;
        background-color: #fcfdff;
        font-size:100%;
      }
      #searchresults_search li {
        display:inline-block;
        background-color:#eee;
        clear:left;
        width: 100%;
         height: auto;
        min-height:56px;
        border-bottom:1px solid #efafbd;
      }
      #searchresults_search li a {
         background-color:#eee;
         color:#555;
         text-decoration:none;
        }
      #searchresults_search li a:hover {
         background-color:#fff;
          color:#666;
        }
      #searchresults_search li a img {
         float:left;
         padding:5px 10px;
        }
      #searchresults_search li a span.searchheading {
        display:block;
         font-weight:bold;
         padding-top:5px;
        color:#191919;
       }
      #searchresults_search li a:hover span.searchheading { color:#555; }
      #searchresults_search li a span { color:#555555; }
      #searchresults_search li a:hover span { color:#666; }
      #searchresults_search li span.category { font-size:80%!important; margin:5px; display:block; color:#555; }
      #searchresults_search li span.name { font-size:80%!important; font-weight:900; margin:5px; display:block; }
      #searchresults_search li span .seperator { float:right; padding-right:15px; margin-right:5px; }
      /*pagemenu_mobile*/
      .pagemenu_mobile{
        position: fixed;
        bottom: 10px;
        margin-top:100px;
        display: inline-block;
        padding:10px;
        border: 1px solid #efafbd;
        background: #eee;
        max-width: 310px;

      }

      .pagemenu_mobile .menu-item-has-children {
    position: relative;
    border: 1px solid #efafbd;
    margin: 3px;
    display: inline-block;
    width: 90%;
    padding: 2px;
  }
  .pagemenu_mobile li{
    padding: 8px 12px 0;
    border: 1px solid #efafbd;
    margin: 3px;
    display: inline-block;
    width: 90%;
    padding: 2px;
  }
  /*footer*/
  .footer_menu{
    width:100%;
    display:inline-block;
    height: auto;
    margin-top:5px;
    margin-bottom: -6px;
    background-color: #ff22ff1a;
  }
  .header_menu_pages li{
    width: auto;
    height: inherit;
    display: block;
    float: left;
    padding: 4px;
    background: #fff;
    margin: 5px;
    border-bottom: 2px solid #f2f2f2;
  }

  .footer_menu li{
    width: auto;
    height: inherit;
    display: block;
    float: left;
    padding: 4px;
    background: #fff;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #efafbd;
  }
  .footer_menu li a, .header_menu_pages li a {
    font-size:90%;
    cursor: pointer;
    }
    .footer_menu li a:hover , .header_menu_pages li a:hover{
      font-size:90%;
      cursor: pointer;
      text-decoration: underline;
      color:#d11219;
      }

  .tradernet_notice{
    width: 100%;
    display: inline-block;
    min-height:30px;
    height: auto;
    background-color: #eee;
    text-align: center;
  }

  /*Page Menu*/
  .pagemenu {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	color: #1655C9;
  }
  .pagemenu_content {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	color: #5b6171;
  }
  .pagemenu_selected {
  		background-color: white;
  	border: 1px solid #7e96a2;
  	font-size: 15px;
  	font-family: Verdana, Geneva, sans-serif;
  	text-align: center;
  	padding-top: 2px;
  	padding-right: 10px;
  	padding-left: 10px;
  	margin-right: 10px;
  	margin-bottom: 10px;
  	color: red;
  	width: 30px;
  	height: 30px;
  }
  .pagelink, a.pagelink:link, a.pagelink:visited, a.pagelink:active {
  	text-decoration: none;
  	color: #7e96a2;
  	font-weight: bold;
  	background-color: white;
  	border: 1px solid #b9b9b9;
  	font-size: 14px;
  	font-family: Verdana, Geneva, sans-serif;
  	text-align: center;
  	padding-top: 2px;
  	padding-right: 10px;
  	padding-left: 10px;
  	margin-right: 10px;
  	margin-bottom: 10px;
  }

  a.pagelink:hover {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	text-decoration: none;
  	color: #7e96a2;
  }
  .pagelink_nextpage, a.pagelink_nextpage:link, a.pagelink_nextpage:visited, a.pagelink_nextpage:active {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	text-decoration: none;
  	color: #7e96a2;
  	font-weight: bold;
  }
  a.pagelink_nextpage:hover {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	text-decoration: none;
  	color: #7e96a2;
  }
  .pagelink_nextpages, a.pagelink_nextpages:link, a.pagelink_nextpages:visited, a.pagelink_nextpages:active {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	text-decoration: none;
  	color: #7e96a2;
  	font-weight: bold;
  }
  a.pagelink_nextpages:hover {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	text-decoration: none;
  	color: #7e96a2;
  }

  .padding_left {
  	padding-left: 5px;
  }
  .producti_over{
    display: inline-block;
    /*padding: 2px;*/
  }
  /*index products*/
  .index_products{
    display:inline-block;
    width:100%;
    height: auto;
    background-color: #fff;
    padding: 5px;
    margin-top:5px;
    margin-bottom:5px;
  }
  .index_products div{
    display:inline-block;
     font-size:90%;
     font-weight: 700;
     /*border-bottom:1px solid #efafbd;*/
     text-align: center;
     width: 100%
   }
   .index_products h4,.index_products h1,.index_products h2, .index_products div h2{
     display:inline-block;
      font-size:90%;
      font-weight: 700;
      border-bottom:1px solid #efafbd;
      text-align: center;
      width: 100%
    }
    .index_products h5{
      display:inline-block;
       font-size:90%;
       font-weight: 700;
       border-bottom:1px solid #efafbd;
       text-align: center;
       width: 100%
     }
   .index_products_left{
     display:inline-block;
     width:98%;
     height: auto;
     background-color: #fff;

   }
   .index_products_left h2{
     display:inline-block;
      font-size:90%;
      font-weight: 700;
      border-bottom:1px solid #efafbd;
      text-align: center;
      width: 100%
    }
    .index_products_left div{
      display:inline-block;
       font-size:90%;
       font-weight: 700;
       border-bottom:1px solid #efafbd;
       text-align: center;
       width: 100%
     }
     .index_products_left div{
       display:inline-block;
        font-size:90%;
        font-weight: 700;
        border-bottom:1px solid #efafbd;
        text-align: center;
        width: 100%
      }
   .index_prod_items{
     display:inline-block;
     width:100%;
     height: auto;
     margin-top:5px;
     margin-bottom:5px;
   }
   /*pictograms_browse*/
   .pictograms_browse{
     width: 100%;
     height: auto;
     display: inline-block;
     padding: 5px;
   }

   .pictograms_browse img{
     float: left;
     width:25%;
     max-width: 70px;
   }

   /* nomstat_link link*/
   .nomstat_link input[type=checkbox]{ display:none; }
   .nomstat_link  input[type=checkbox] + a:before {
     font-family: FontAwesome;
     display: inline-block;

   }
   /*nomstat_tpl*/
   .nomstat_link  input[type=checkbox] + a:before {width:16px; height:16px; content: "\f10c"; } /* unchecked icon */
   .nomstat_link  input[type=checkbox] + a:before { letter-spacing: 10px; } /* space between checkbox and label */

   .nomstat_link input[type=checkbox]:checked + a:before {width:16px; height:16px;  content: "\f05d"; } /* checked icon */
   .nomstat_link input[type=checkbox]:checked + a:before { letter-spacing: 5px; } /* allow space for check mark */

   .nom_start{
     display: inline-block;
      min-height: 150px;
      width: 100%;
      padding: 2px;
   }
   .nomstat_link{
     float:left;
     display: block;
     width: auto;
     height: auto;
   }
   .header_mobile{
     float:right;font-size:80%;color:#444;display:block;padding: 5px;
   }
   .gl_hor_menu_company{
     background-color:#fff;
     font-size: 90% !important;
     height:auto;
      width:92%;
       padding:5px;
       color:#444;
       border:1px solid #eee;

   }
   .gl_hor_menu_login{
     color:#444;
     font-size:80%;
   }
   .browse_kproducts{
     width:100%;
     height: auto;
     margin-top:10px;
     position:relative;
     display: inline-block!important;
     padding: 5px;

   }
   .lichni_agreement{
      border:3px solid #eee;
      background: #fff;
      border-radius:5px;
      padding: 5px;
      margin: 5px;
   }
   .input_lichni_danni{
     width:20px;
     float:left;
     display: block;
   }
   .input_lichni_danni_lebel{
     width:20%;
     float:left;
     display: block;
   }
   .input_lichni_danni_remarks{
     width:100%;
     background: #eee;
     border-bottom: 1px solid #efafbd;
     display: inline-block;
     padding: 2px;
   }
   .pdfcat_img_index{
     display: block;
      float: left;
      width: 120px;
      height: 200px;
      margin: 10px;
      max-height: 200px;
      border: 1px solid #f2f2f2;
   }
   .pdfcat_img{
     width: 102px;
     height: 102px;
     display:block;
     margin-bottom:5px;
   }
   .pdfcat_title{
     display: block;
 float: left;
 width: 100%;
 height: auto;
 min-height: 30px;
 /*background: #f2f2f2;*/
 text-align: center;
 font-size: 80% !important;
 color: #444;
 font-weight: 500;
   }

 .pfcatalogs_under_div{
   display:none;
 }
 .marks_shv ul {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
 }
 .marks_shv ul li {
   width: auto!important;
   display: block;
   float: left;
   margin: 5px!important;
   padding: 5px!important;
   border: 1px solid #efafbd;
   background: #fff;
   position: relative;
   }

 .marks_shv ul li:hover {
   width: auto!important;
   display: block;
   float: left;
   margin: 5px!important;
   padding: 5px!important;
   border: 1px solid #ccc;
   background: #f2f2f2;
   position: relative;

 }
 .marks_shv ul li a:link {
   font-size: 92% !important;
 }
 .marks_shv{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
 }
 .marks_shv div {
   width: auto!important;
   display: block;
   float: left;
   margin: 5px!important;
   padding: 5px!important;
   border: 1px solid #efafbd;
   background: #fff;
   position: relative;
   }

 .marks_shv div:hover {
   width: auto!important;
   display: block;
   float: left;
   margin: 5px!important;
   padding: 5px!important;
   border: 1px solid #ccc;
   background: #f2f2f2;
   position: relative;

 }
 .marks_shv div a:link h2 {
   font-size: 92% !important;
   margin:0px;
   font-weight: 100;

 }
 .marks_shv div a:hover h2 {
   font-size: 92% !important;
   margin:0px;
   font-weight: 100;
 }
 .cart_select {
  max-width: 350px;
  padding: 1px;
  border: #f1d7da 1px solid;
  background: #f2f2f2;
}
.browse_cat_search{
  padding: 0px;
  width: 100%;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  background:#f1f1f1;
}
 /*end small-view*/

@media only screen and (min-width: 600px) {
   /* For tablets: */
   .col-m-1 {width: 8.33%;}
   .col-m-2 {width: 16.66%;}
   .col-m-3 {width: 25%;}
   .col-m-4 {width: 33.33%;}
   .col-m-5 {width: 41.66%;}
   .col-m-6 {width: 50%;}
   .col-m-7 {width: 58.33%;}
   .col-m-8 {width: 66.66%;}
   .col-m-9 {width: 75%;}
   .col-m-10 {width: 83.33%;}
   .col-m-11 {width: 91.66%;}
   .col-m-12 {width: 100%;}
  *{font-size: 100%;}
  .header_menu_pages{
    display:none!important;
  }
  /*flip*/
  /*za po malko 990*/
  .flip-box_none{
   display: none!important;
  }
  .flip-box {
    background-color: transparent;
    width: 200px;
    height: 200px;
    display: block!important;
  }

.flip-box-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 2.5s;
transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #fff;
  color: black;
}

.flip-box-back {
  background-color: #fff;
  color: #5b6171;
  transform: rotateY(180deg);
  font-size: 85% !important;
  padding: 5px;
  font-weight: 500;
}
/*end flipbox*/
  .shopping_cart {
    width: 40%!important;
    display: block;
    margin-top: 1px!important;
  }
  .view_sort{
    display:none;
  }
  .view_filter{
    display: block;
  }
  .browse_product_image{
    float:left;
    display: block;

  }
  .header_title{
    font-size:100%;
  }
  .product_one_mozaika_border_index
  {
  min-width: 120px;
  width:auto;
  height: auto;
  min-height: 45%;
  border:1px solid #eee;
  float: left;
  margin-top: 12px;
  margin-left: 5px;
  margin-right: 5px;
  display:block;
    background: #fff;
    padding: 2px;
  }

  .product_one_mozaika_border:hover
  {
    /*width:267px;
    height:340px;
    border:1px solid #FAE6BE;
    float:left;
    margin-top:3px;
    margin-left:3px;
    */
    width: auto;
    height: auto;
    min-height: 45%;
  border: 1px solid #7e96a2;
  float: left;
  margin-top: 12px;
  margin-left: 5px;
  margin-right: 5px;
  display:block;
  /*background:#eee;*/
  background: #fff;
  padding: 2px;
  }
  .product_one_mozaika_border
  {
  min-width: 120px;
  width: 30%!important;
  height: auto;
  min-height: 45%;
  border:1px solid #eee;
  float: left;
  margin-top: 12px;
  margin-left: 5px;
  margin-right: 5px;
  display:block;
    background: #fff;
    padding: 2px;
  }

  .product_one_mozaika_border:hover
  {
    /*width:267px;
    height:340px;
    border:1px solid #FAE6BE;
    float:left;
    margin-top:3px;
    margin-left:3px;
    */
    width: 30%!important;
    height: auto;
    min-height: 45%;
  border: 1px solid #7e96a2;
  float: left;
  margin-top: 12px;
  margin-left: 5px;
  margin-right: 5px;
  display:block;
  /*background:#eee;*/
  background: #fff;
  padding: 2px;
  }
  .product_img{

    max-height: 200px;
    display: block;
    position: relative;
  }
  .producti_stil_tip article {
    width: auto!important;
    display: block;
    float: left;
    margin: 3px!important;
    padding: 3px!important;
    border: 2px solid #ff22ff1a;
    background: #fff;
    position: relative;
    min-height: 35px;
  }

  .producti_stil_tip article:hover {
    width: auto!important;
    display: block;
    float: left;
    margin: 3px!important;
    padding: 3px!important;
    border: 2px solid #ccc;
    background: #f2f2f2;
    position: relative;
    min-height: 35px;
  }
  .producti_stil_tip ul li  {
    width: auto;
    display: block;
    float: left;
    margin: 5px;
    padding: 5px;
    border: 1px solid #efafbd;
    background: #ff22ff1a;
    position: relative;
    min-height: 35px;
  }
  .producti_stil_tip h5 {
    width: auto;
    display: block;
    float: left;
    margin: 5px;
    padding: 5px;
    border: 1px solid #efafbd;
    background: #ff22ff1a;
    position: relative;
    min-height: 35px;
  }
  .producti_stil_tip_left div {
    width: auto;
    display: block;
    float: left;
    margin: 5px;
    padding: 5px;
    border: 1px solid #efafbd;
    background: #ff22ff1a;
    position: relative;
    min-height: 35px;
  }
  .producti_stil_tip ul li:hover {
    width: auto;
    display: block;
    float: left;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    position: relative;
    min-height: 35px;


  }

  .producti_stil_tip h5:hover {
    width: auto;
    display: block;
    float: left;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    position: relative;
    min-height: 35px;


  }
  .producti_stil_tip_left div:hover {
    width: auto;
    display: block;
    float: left;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    position: relative;
    min-height: 35px;


  }
  .producti_stil_tip img{
    width:96%!important;
    height: auto;
    margin:5px;
    float:left;
    max-width: 300px!important;
  }
  .marks_index{
      width: 99%;
    display: block;
    /*margin-top: 20px;*/
    padding: 3px;
    background: #f2f2f2;
   }
  .marks_index img{
    width:100%!important;
    height: auto;

    max-width: 220px!important;
  }
  .marks_index ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .marks_index ul li {
    width: 30%!important;
    display: block;

    margin: 5px!important;
    padding: 5px!important;
    border: 1px solid #efafbd;
    background: #fff;
    position: relative;

  }

  .marks_index ul li:hover {
    width: 30%!important;
    display: block;

    margin: 5px!important;
    padding: 5px!important;
    border: 1px solid #ccc;
    background: #f2f2f2;
    position: relative;

  }
  .marks_index ul li a:link h2 {
    font-size: 82% !important;
 }
 .marks_index ul li a:link h3 {
   font-size: 82% !important;
}
/*div*/
.marks_index {
  display: flex!important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.marks_index div {
  width: 30%!important;
  display: block;

  margin: 5px!important;
  padding: 5px!important;
  border: 1px solid #efafbd;
  background: #fff;
  position: relative;

}

.marks_index div:hover {
  width: 30%!important;
  display: block;

  margin: 5px!important;
  padding: 5px!important;
  border: 1px solid #ccc;
  background: #f2f2f2;
  position: relative;

}
.marks_index div a:link h2 {
  font-size: 90% !important;
  border-bottom: none!important;
}
.marks_index div a:link h3 {
 font-size: 90% !important;
 border-bottom: none!important;
}
 .marks_shv ul {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
 }
 .marks_shv ul li {
   width: auto!important;
   display: block;
   float: left;
   margin: 5px!important;
   padding: 5px!important;
   border: 1px solid #efafbd;
   background: #fff;
   position: relative;
   }

 .marks_shv ul li:hover {
   width: auto!important;
   display: block;
   float: left;
   margin: 5px!important;
   padding: 5px!important;
   border: 1px solid #ccc;
   background: #f2f2f2;
   position: relative;

 }
 .marks_shv ul li a:link {
   font-size: 92% !important;
 }
 .cart_select {
  max-width: 350px;
  padding: 1px;
  border: #f1d7da 1px solid;
  background: #f2f2f2;
}
.browse_cat_search{
  padding: 0px;
  width: 100%;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  background:#f1f1f1;
}
}
@media only screen and (min-width: 990px){
   /* For desktop: */
   .col-h-1 {width: 8.33%;}
   .col-h-2 {width: 16.66%;}
   .col-h-3 {width: 25%;}
   .col-h-4 {width: 33.33%;}
   .col-h-5 {width: 41.66%;}
   .col-h-6 {width: 50%;}
   .col-h-7 {width: 58.33%;}
   .col-h-8 {width: 66.66%;}
   .col-h-9 {width: 75%;}
   .col-h-10 {width: 83.33%;}
   .col-h-11 {width: 91.66%;}
   .col-h-12 {
     width: 100%;
     max-width:1280px !important;
     margin:0 auto!important;
     display: block!important;
   }
   .simple_search_auto input.searchtextinput {
     margin-left: 0px;
   color: #7e96a2;
   font-weight: 500;
   background: #fff;
   width: 100%;
   min-width: 160px;
   padding: 5px;
   max-width:350px;
   }
     .cart_select {
    max-width: 350px;
    padding: 1px;
    border: #f1d7da 1px solid;
    background: #f2f2f2;
  }
   /*flip*/
   /*za po malko 990*/
   .flip-box_none{
    display: none!important;
   }
   .flip-box {
     background-color: transparent;
     width: 200px;
     height: 200px;
     display: block!important;
   }

.flip-box-inner {
 position: relative;
 width: 100%;
 height: 100%;
 text-align: center;
 transition: transform 2.5s;
 transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
 transform: rotateY(180deg);
}

 .flip-box-front, .flip-box-back {
   position: absolute;
   width: 100%;
   height: 100%;
   backface-visibility: hidden;
 }

 .flip-box-front {
   background-color: #fff;
   color: black;
 }

 .flip-box-back {
   background-color: #fff;
   color: #5b6171;
   transform: rotateY(180deg);
   font-size: 85% !important;
   padding: 5px;
   font-weight: 500;
}
/*end flipbox*/
   .submit_search {
       max-width:50px;
       height: auto;
       text-align:center;
     float: left;
     display: block;
     margin-left:-100px;
   }
   .search_lupa{
     width: 60%;
     display: block;
     background: #fff;
   }
   .header12{
     min-height:120px!important;
   }
   .logo_image{
     width: 80% !important;
     display: block;
     margin-top: -45px;
   }
   .shopping_cart{
     width:30%!important;
     display: block;
     margin-top:0px!important;
   }
   .header_phone{
     width: 10% !important;
     display: block;
     float: left;
     margin-right: 10px;
   }
   .header_menu_pages{
     display: block !important;
     float: right;
     margin: 0px;


   }
   .header_menu_pages ul li{
     display: block!important;
     float:left;

   }
 *{font-size:100%!important;}
 .browse_product_image{
   float:left;
   display: block;
   max-width: 500px;
 }
 .browse_product_price {
    width: auto!important;
    height: auto;
    float: left;
    display: block;
    position: relative;
    min-width: 50% !important;
    border: 5px solid #eee;
    background: #eee;
    border-radius: 5px;
    margin-left: 20px;
    margin-top: 20px!important;
}
.browse_product_price_buy {
    width: auto!important;
    height: auto;
    float: left;
    display: block;
    position: relative;
    min-width: 50% !important;
    margin: 10px 20px!important;
}
.browse_product_status_sravni {
    width: auto!important;
    padding: 10px;
    background: #fff;
    display: block;
    float: left;
    position: relative;
    min-width: 50% !important;
    margin: 10px 20px!important;
}
.browse_product_status_detail {
    /* width: 100%; */
    width: auto!important;
    padding: 10px;
    background: #fff;

    display: block;
    float: left;
    min-width: 50% !important;

}
.op_row2, .op_row1{
display: block !important;
}
    .header_title{
      font-size:100%;
    }
    .product_img{

      max-height: 200px;
      display: block;
      position: relative;
    }
    .product_img_index{
      height: 200px!important;
      width: 200px!important;
      display: block;
      position: relative;
    }

    .product_one_mozaika_border
    {
    min-width: 120px;
    width: 19%!important;
    height: 350px!important;
    min-height: 22%;
    border:1px solid #eee;
    float: left;
    margin-top: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    display:block;
      background: #fff;
      padding: 2px;
    }

    .product_one_mozaika_border:hover
    {
      /*width:267px;
      height:340px;
      border:1px solid #FAE6BE;
      float:left;
      margin-top:3px;
      margin-left:3px;
      */
      width: 19%!important;
      height: 350px!important;
      min-height: 22%;
    border: 1px solid #7e96a2;
    float: left;
    margin-top: 12px;
    margin-left: 5px;
    margin-right: 5px;
    display:block;
    /*background:#eee;*/
    background: #fff;
    padding: 2px;
    }
    .product_one_mozaika_border_index
    {
    min-width: 200px!important;
    width: auto;
    height: auto;
    min-height: 22%;
    border:1px solid #eee;
    float: left;
    margin-top: 12px;
    margin-left: 5px;
    margin-right: 5px;
    display:block;
      background: #fff;
      padding: 2px;
    }

    .product_one_mozaika_border_index:hover
    {
      /*width:267px;
      height:340px;
      border:1px solid #FAE6BE;
      float:left;
      margin-top:3px;
      margin-left:3px;
      */
      min-width: 200px!important;
      width: auto;
      height: auto;
      min-height: 22%;
    border: 1px solid #7e96a2;
    float: left;
    margin-top: 12px;
    margin-left: 5px;
    margin-right: 5px;
    display:block;
    /*background:#eee;*/
    background: #fff;
    padding: 2px;
    }
    .filter_title{
      display: block;
      position: relative;
      margin-left: 30px;
     margin-top: -25px;
    }
    .menu_title {
     display: block;
     position: relative;
     margin-left: 40px;
     margin-top: -2px;
 }
 .view_sort{
   display:block!important;
   float:left;
   /*background: #ff22ff1a;
   border-right: 2px solid #f2f2f2;*/
   border-bottom: 1px solid #f2f2f2;
   margin-top: 5px;
 }
 .view_filter{
   display:none!important;
 }
 .link_sortir{
    display: inline-block;
    float: left;
    margin: 5px;
     }
  .cat_item a {
    font-size: 85% !important;
  }
  .nav_titlebar{
    display:block!important;
    width:100%!important;
  }
  .sbanner_index{
    float:left;
    display: block;
  }
  .index_left_menu{
    background: #f2f2f2;
    display: block;
    height: auto;
    overflow-y: visible;
    max-height: 386px;
    margin: 0;
  }
  .cat_link{
    font-size:95%;

  }
  .cat_linkhover{
    font-size:95%;
    color:#333;
    font-weight:400;
  }

.header_name{
  display: none!important;
}
.header_name12{
  display: block!important;
}
.header_logo12{
  width:auto;
  height:auto;
  margin:5px;
  float:left;
  display: block;
}
.header_title12{
  width: auto;
height: auto;
margin: 0px;
float: left;
display: block;
min-height: 30px;
font-size: 130% !important;
color: #efafbd;
font-weight: 600;
font-style: italic;
}
.header_mobile12{
  width:auto;
  height:auto;
  margin:5px;
  float:right;
  display: block;
  min-height: 30px;
  font-size: 110% !important;
}
.header_email12{
  font-size: 80% !important;
}
.header_cart {
    float: right;
    /*margin-left: 250px!important;*/
    margin-top: 10px;
    display: block;
}
.menu-show {
    margin-top: 140px!important;
    margin-left: 0;
    box-shadow: 4px 2px 15px 1px #eee;
    display: block;
}
.browse_product_title {
			font-size: 120%!important;
  }
  .producti_stil_tip article {
    width: auto!important;
    display: block;
    float: left;
    margin: 5px!important;
    padding: 5px!important;
    border: 2px solid #ff22ff1a;
    background: #fff;
    position: relative;
    min-height: 35px;
  }

  .producti_stil_tip article:hover {
    width: auto!important;
    display: block;
    float: left;
    margin: 5px!important;
    padding: 5px!important;
    border: 2px solid #ccc;
    background: #f2f2f2;
    position: relative;
    min-height: 35px;
  }
  .producti_stil_tip ul li  {
    width: auto!important;
    display: block;
    float: left;
    margin: 5px!important;
    padding: 5px!important;
    border: 1px solid #efafbd;
    background: #ff22ff1a;
    position: relative;
    min-height: 35px;
  }

  .producti_stil_tip ul li:hover {
    width: auto!important;
    display: block;
    float: left;
    margin: 5px!important;
    padding: 5px!important;
    border: 1px solid #ccc;
    background: #f2f2f2;
    position: relative;
    min-height: 35px;
  }
  .producti_stil_tip h5 {
    width: auto!important;
    display: block;
    float: left;
    margin: 5px!important;
    padding: 5px!important;
    border: 1px solid #efafbd;
    background: #ff22ff1a;
    position: relative;
    min-height: 35px;
  }

  .producti_stil_tip h5:hover {
    width: auto!important;
    display: block;
    float: left;
    margin: 5px!important;
    padding: 5px!important;
    border: 1px solid #ccc;
    background: #f2f2f2;
    position: relative;
    min-height: 35px;


  }
  .producti_stil_tip_left div {
    width: auto!important;
    display: block;
    float: left;
    margin: 5px!important;
    padding: 5px!important;
    border: 1px solid #efafbd;
    background: #ff22ff1a;
    position: relative;
    min-height: 35px;
  }

  .producti_stil_tip_left div:hover {
    width: auto!important;
    display: block;
    float: left;
    margin: 5px!important;
    padding: 5px!important;
    border: 1px solid #ccc;
    background: #f2f2f2;
    position: relative;
    min-height: 35px;


  }
.index_products div a:link h2 {
      font-size: 120%!important;
  }
.pfcatalogs_under_div{
    display:block!important;
  }
  .producti_stil_tip img{
    width:96%!important;
    height: auto;
    margin:5px;
    float:left;
    max-width: 220px!important;
  }
  .marks_index {
    display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  /*.marks_index{
      width: 99%;
    display: block;
      padding: 3px;
    background: #f2f2f2;
   }
   */
  .marks_index img{
    width:100%!important;
    height: auto;

    max-width: 220px!important;
  }
  .marks_index ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .marks_index ul li {
    width: auto!important;
    display: block;
    float: left;
    margin: 5px!important;
    padding: 5px!important;
    border: 1px solid #efafbd;
    background: #fff;
    position: relative;
    /*min-height: 220px;*/
    max-width: 220px;
  }

  .marks_index ul li:hover {
    width: auto!important;
    display: block;
    float: left;
    margin: 5px!important;
    padding: 5px!important;
    border: 1px solid #ccc;
    background: #f2f2f2;
    position: relative;
    /*min-height: 220px;*/
    max-width: 220px;
  }
  .marks_index ul li a:link h2 {
    font-size: 92% !important;
}
/*div*/

.marks_index div {
  width: 19%!important;
  display: block;

  margin: 5px!important;
  padding: 5px!important;
  border: 1px solid #efafbd;
  background: #fff;
  position: relative;

}

.marks_index div:hover {
  width: 19%!important;
  display: block;

  margin: 5px!important;
  padding: 5px!important;
  border: 1px solid #ccc;
  background: #f2f2f2;
  position: relative;

}
.marks_index div a:link h2 {
  font-size: 100% !important;
}
.marks_index div a:link h3 {
 font-size: 100% !important;
}
.marks_shv ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.marks_shv ul li {
  width: auto!important;
  display: block;
  float: left;
  margin: 5px!important;
  padding: 5px!important;
  border: 1px solid #efafbd;
  background: #fff;
  position: relative;
  }

.marks_shv ul li:hover {
  width: auto!important;
  display: block;
  float: left;
  margin: 5px!important;
  padding: 5px!important;
  border: 1px solid #ccc;
  background: #f2f2f2;
  position: relative;

}
.marks_shv ul li a:link {
  font-size: 92% !important;
}
.browse_kproducts{
  width:100%;
  height: auto;
  margin-top:10px;
  position:relative;
  display: inline-block!important;
  padding: 5px;

}
/*footer*/
.footer-info-box{
width:25%!important;
margin:3px auto;
}
.browse_cat_search{
  padding: 0px;
  width: 100%;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: left;
  background:#f1f1f1;
}
}/*end 990*/
/*! --------------------------------FOOTER--------------------------------------- */
.footer{
clear:both;
background-color:#f2f2f2;
overflow:auto;
border-top: 1px solid #efafbd;

}
.footer-logo-box{
padding:3px;
max-width:1000px;
}
.footer-info-container{
  margin:0 auto;
  background:#f1f1f1;
  width: 90%;
}

.footer-info-box{
width:100%;
margin:3px auto;
}
.footer-info-box-follow a{
display:inline-block;
float:left;
border:1px solid #ccc;
text-align:center;
width:100%;
}
.footer-info-box ul li{
width:100%;
display:block;
text-align:center;
text-align:center;
}
h4.footer-info-box-name{
color:#696268;
font-size:140%;
font-weight:bold;
text-transform:uppercase;
text-align:center;
display:block;
margin-bottom:12px;
width:100%;
}
.footer-info-box ul li.footer-info-box-info{
color:#010002;
font-size:110%;
text-align:center;
}
.footer-info-box ul li.footer-info-box-info a{
color:#010002;
font-size:110%;
display:block;
text-decoration:underline;
text-align:center;
width:100%;
}
.footer-info-box ul li.footer-info-box-info a:hover{
color:#978595;
text-align:center;
}
.footer-info-box-follow a{
background-color:#978595;
margin-right:8px;
display:block;
}
.footer-info-box-follow a:hover{
background-color:#756673;
}
.bottom-info{
width:100%;
background-color:#c6beb6;
color:#4a4a4c;
font-size:95%;
padding:12px 10px;
text-align:center;
}
.footer-copyright{
background-color:#565757;
text-align:center;
font-size:90%;
text-align:center;
padding:8px 2%;
color:#d8d0d7;
width:100%;
}
.footer-copyright a{
color:#fff;
text-decoration:underline;
}
/*flex*/
.flex_display{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;

-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;

/*Center horizontaly */
      justify-content: center;

      /*Center horizontaly ie */
      -ms-flex-pack: center;
}
.flex_strech{
-webkit-box-align: stretch;
-moz-box-align: stretch;
-ms-flex-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
}
.flex_centerd_content{
justify-content: center;
}
.flex-start{
-webkit-align-self: flex-start;
-moz-align-self: flex-start;
-ms-align-self: flex-start;
-webkit-align-self: flex-start;
align-self: flex-start;
}
.color_red{
  color:red;
  font-weight:300;
}

.izberi_dostavka {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fb1521;
  font-weight: 600;
}
.izbran_delivery_metod {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fb1521;
  font-weight: 600;
}
.cart_front {
  width:100%;
  display: block;
}
.cart_finish_btn,.order_short_btn,.inq_finish_btn{
  width:99%;
  padding:10px;
  height:auto;
  color: #fff;
  font-weight: 200;
  background:  #efafbd;
  border:2px solid #f2f2f2;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.cart_finish_btn:hover,.order_short_btn:hover,.inq_finish_btn:hover{
      width: 99%;
  padding: 10px;
  height: auto;
  color: #f2f2f2;
  font-weight: 300;
  background: #8f5668;
  border: 3px solid #f2f2f2;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.cart_upd_btn{
      width: 45%;
  padding: 10px;
  height: auto;
  color: #8f5668;
  font-weight: 200;
  background: #f2f2f2;
  border: 2px solid #8f5668;
  border-radius: 5px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
  float: right;
  text-align: center;
}
.cart_upd_btn:hover{
  width:45%;
  padding:10px;
  height:auto;
  color:#f2f2f2;
  font-weight: 200;
  background: #8f5668;
  border:1px solid #f1d7da;
  border-radius: 5px;
  display: block;
  margin-top:10px;
  margin-bottom: 10px;
  margin-left:10px;
  text-decoration: none;
  cursor: pointer;
  float: right;
  text-align: center;
}

.cart_back_btn{
      width: 45%;
  padding: 10px;
  height: auto;
  color: #f00;
  font-weight: 200;
  background: #f2f2f2;
  border: 1px solid #f00;
  border-radius: 5px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  cursor: pointer;
  float: left;
  text-align: center;
}
.cart_back_btn:hover{
  width:45%;
  padding:10px;
  height:auto;
  color:#fff;
  font-weight: 700;
  background: #f00;
  border:1px solid #f00;
  border-radius: 5px;
  display: block;
  margin-top:10px;
  margin-bottom: 10px;
  text-decoration: none;
  cursor: pointer;
  float: left;
  text-align: center;
}
.order_final_cart,.order_final_form{
  background:#f2f2f2;
  position:relative;
  color:green;
  font-size: 100%;
  font-weight:500;

  z-index:1000;

}
.order_final_label_field {
  float: left;
  color: #f00;
  font-size: 100%;
  font-weight: 500;
  display: block;
}
.order_final_cust_info_textarea {
  color: #555;
  text-align: center;
  font-size: 90%;
  font-weight: 700;
  width: 100%;
  height: auto;
}
.order_final_cust_info_label {
  color: #555;
  text-align: center;
  font-size: 100%;
  font-weight: 300;
  margin: 10px;
}
/*tables_order_detail_front*/

.table_search{
 border: #DDDBDB 1px solid;
 border-collapse:collapse;
 width:100%;
 text-transform: uppercase;
 color: #333;

}
.table_tr_serch{
border:#DDDBDB 1px solid;
background: #F1F9FE;;
/*background:#FFFFFF;*/
height:auto;
}
.table_tr_title{
border:#DDDBDB 1px solid;
background: #F7F7F7;
height:auto;
}
.table_tr_result_green{
background:#DFFEDA;
border:#DDDBDB 1px solid;
height:auto;
}
.table_td_serch{
border-right:#DDDBDB 1px solid;
font-size:12px;
height:auto;

}
.table_tr_serch1{
border: #C4C4FF 2px solid;
/*background: #F7F7F7;*/
background:#F1F9FE;
height:auto;
}
.table_td_serch1{
border-right:#DDDBDB 1px solid;
font-size:12px;
height:auto;

}


.table_tr_serch_result{
border:#DDDBDB 1px solid;
background:#f2f2f2;;
height:20px;

}
.table_td_serch_result{
border-right:#DDDBDB 1px solid;
font-size:90%;
vertical-align:middle;
text-align:center;
text-transform: uppercase;
}
.table_td_serch_result a:link{
		font-size:90%;
		text-transform: uppercase;
		color:#666;
		font-weight:400;
}
.table_td_serch_result a:link{
	font-size: 90%;
text-transform: uppercase;
color: #1a1a1a;
font-weight: 500;
text-decoration: none;

}
.table_td_serch_result_title{
border-right:#ccc 1px solid;
font-size:75%;
vertical-align:middle;
text-align:center;
text-transform:uppercase;
font-weight:400;

}
.table_td_serch_result_right{
border-right:#DDDBDB 1px solid;
font-size:90%;
font-weight:bold;
vertical-align:middle;
text-align:right;

}
.table_td_serch_result_c{
border-right:#3EC932 1px solid;
background:#C4FFAA;
}
.table_td_serch_result_c_onstok{
border-right:#EBFFA8 1px solid;
background:#EBFFA8;
}
.table_td_serch_result_right{
border-right:#DDDBDB 1px solid;
text-align:right;
}

.tablecell_1{
border:#DDDBDB 1px solid;
height: 20px;
vertical-align:top;
}
.tablecell_2{
border:#DDDBDB 1px solid;
background:#F7F7F7;
height: 20px;
vertical-align:top;
}
.textsize_grid{
font-size:12px;
text-align:center;
vertical-align:middle;
color:#508901;
}

.promocolor{
color:green;
}
.availablecolor{
color:999;
}
.bulkcolor{
color:red;
}
.inv_detail_td{
border:1px solid #eee;
vertical-align:top;
font-size: 12px;
text-transform: uppercase;;
}
.inv_detail_div_title{

vertical-align: top;
font-size: 12px;
background: #eee;
height: 20px;
color: #333;
font-weight: 800;
text-transform: uppercase;
}
.inv_detail_label{
float:left; margin-left:5px; border:1px solid #0375A0; height:36px; background:#E7FBC1;padding:2px; margin-top:2px;font-size:80%;
}
.inv_detail_label_ord{
float:left; margin-left:5px; border:1px solid #A4340B; height:36px; background:#DFFEDA; padding:2px; margin-top:2px;
}
.inv_detail_label_div{

background: #CBD9FE; border:1px solid #0375A0; height:46px;
}
.order_detail_stat_td{

background: #eee; border:1px solid #ccc; height:auto;
}
.order_detail_stat_tr{
	background: #f2f2f2;
	border: #CCC 1px solid;
	height: 18px;
	font-size: 15px;
	text-transform:  capitalize;
}

.order_detail_stat_main{
vertical-align:top; margin:3px; padding:2px;
}
.order_product_tr{
background:#eee; border:#CCC 1px solid; height:25px;
}
.order_product_tr_price{
background:#c3d69b; border:#CCC 1px solid; height:25px;
}
.order_product_stat_td_main_left{
background:#fff;
vertical-align:top;
width:98%;
display: inline-table;
padding:3px;
}
.order_product_stat_td_main_right{
background:#fff;
vertical-align:top;
width:98%;
display: inline-table;
padding:3px;
}
.order_product_bold{
font-weight:700;
font-size:13px;
}
.products_details_smalladd_title_form{
font-size: 100%;
color:#444;
display: inline-block;
width:auto;
min-width: 400px;
height: auto;
text-transform: none;
border-bottom: 1px solid #F6F4F4;
margin-top:5px;
padding: 3px;
}
.products_details_smalladd_title {
    font-size: 13px;
    color: #757575;
    display: block;
    width: auto;
    min-width: 400px;
    height: auto;
    text-transform: uppercase;
    /*border-bottom: 1px solid #F6F4F4;*/
    margin-top: 1px;
		margin-left: 5px;
    padding: 1px;
		text-align:left;
}
.admin_comments{
		height: auto;
	min-height: 100px;
	font-size: 15px;
	background: #FFEDDF;
	padding: 5px;
	color: #666;
	width: 50%;
	display: block;
	float: left;
	position: relative;
	margin-top: 5px;
	margin-right: 5px;
	}
.admin_comments span{
	color:#333;
	padding:5px;
}
.cust_comments{
	height: auto;
min-height: 100px;
font-size: 15px;
background: #DFFEDA;
padding: 5px;
color: #666;
display: block;
width: 45%;
float: left;
position: relative;
margin-top: 5px;
margin-right: 5px;
}
.cust_comments span{

padding:5px;
color:#333;

}
.title_comments{
text-transform: uppercase;
color:#333;

}
/*end table order_detail_front*/
.get_from_stores_mozaika
{
min-width: 200px;
width: 100%;
height: auto;
min-height: 250px;
border:1px solid #eee;
float: left;
margin:5px;
display:block;
 background: #fff;
padding: 2px;
}
.get_from_stores_mozaika_title{
    display: block;
    position: relative;
    margin-top: 5px;
    width: 100%;

    text-align: left;
    font-size: 100%;
    font-weight: 600;
    color: #5b6171;
}
.get_from_stores_mozaika_address,.get_from_stores_mozaika_worktime{
    display: block;
    position: relative;
    margin-top: 5px;
    width: 100%;

    text-align: left;
    font-size: 80%;
    font-weight: 400;
    color: #5b6171;
}
.get_from_stores_mozaika_save{
  display: block;
  position: relative;
  margin-top: 5px;
  text-align: center;
  font-size: 80%;
    color: #5b6171;
}

.order_final_div,.step_customer_data,.step_delivery,.step_payment,.final_step{
  width: 100%;
  padding: 10px;
  display: inline-block;
  border:1px solid #5b6171;
  margin:10px;
}

.cart_invpayment_select{
  width:auto;
  height:50px;
  font-size:100%;
  display:block;

}

.cart_ok_result{
    background: #c2c473;
    color: #fff;
    font-weight: 600;
}
/*browse_cat_ajax*/
.search_next_page_m{
   color:#66b32e;
   padding-left:4px;
    cursor:pointer;
    font-weight: bold !important;
    font-size: 110%;
}
.search_prev_page_m{
   color:#db261d;
   padding-left:4px;
   font-weight: bold !important;
   font-size: 110%;
   cursor:pointer;
}
.view_next_page_btn{
  width: 100%;
/*border: 1px solid #66b32e;*/

display: flex;
text-align: center;
  flex-direction: row;
flex-wrap: nowrap;
justify-content: center;


}
.browse_cat_search_div{
  display:block;
  padding-top:5px;
  padding-bottom:5px;
  position:relative;
  width:100%;
  height:auto;
}

.link_sortirane_ajax{
  display:inline-block;
  margin-top:10px;
  margin-bottom:10px;
}
.link_sortirane_ajax ul {
    list-style: none;
    padding: 0px;
    width: 70%!important;
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    max-width:70%important;
}
.link_sortirane_ajax ul li {
  width: auto;
  float: left;
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 200;
  cursor: pointer;
  background-color: white;
  border: 1px solid #625d5a;

}
.link_sortirane_ajax ul li:hover {
 border:1px solid #db261d!important;
}
.link_sortirane_ajax_selected{
background-color: #625d5a!important;
border: 1px solid #625d5a;
color:#fff!important;

}
.link_sortirane_ajax ul li a:link {
  text-decoration: none;
  color: #444;
  font-size: 90%;
  text-align: center;

}
.link_sortirane_ajax ul li a:hover {
  text-decoration: none;
  color: #db261d!important;
  font-size: 90%;
  text-align: center;

}

.link_sortirane_select{
  width: auto !important;
  display: block;
  float: right;
  margin-top: -40px!important;
}
.link_sortirane_select_title{
font-size: 80% !important;
float: left;
padding: 10px;

}
.link_sortirane_select_s{
  font-size: 80% !important;
float: left;
max-width: 25% !important;
display: block;
height: 25px !important;
padding: 2px;
}

.browse_cat_search_inp{
  padding:2px;
  display:block;
  width:100%;
}
.browse_cat_search_title{
  font-size:100%;
  font-weight:500;
  color:#625d5a;
}
.browse_cat_search_select{
  width:100%;
  display:block;
  border: 1px solid #625d5a;
  border-radius: 0px;
}
.browse_cat_search_select_small{
  width:60%;
  display:block;
  border: 1px solid #625d5a;
  border-radius: 0px;
}

.browse_cat_search_inputkw{
    margin-left: 0px;
    color: #575656;
    font-weight: 500;
    background: #fff;
    width: 100%;
    height: 30px;
    min-width: 100px;
    border: 1px solid #625d5a;
    border-radius: 0px;
}
.form-control{
  border:1px solid #ccc;
  color:#000;
  max-width:98%;
}
.form-control_red{
  border:2px solid #c4161c;
  color:#f00;
  max-width:98%;
}
/*slde_nav*/


::selection {
	background-color: #EBEBF2;
	color: #83828D;
}
.disc_procent{
 width: auto;
height: auto;
border-radius: 10%;
border: 2px solid #ddd;
background: #db261d;
display: block;
position: relative;
padding: 3px;
z-index: 1111;
opacity: 80%;
margin-top: 0px;
margin-left: 7px;
margin-right: 17px;
font-size: 15px !important;
color: #fff;

}
.disc_procent_div{
 width: auto;
 height: 0;
 display: block;
 position: relative;
 z-index: 1;
 float: left;

}
.disc_procent_browse{
 width: auto;
height: auto;
border-radius: 10%;
border: 2px solid #ccc;
background: #db261d;
color: #fff;
display: block;
position: relative;
padding: 5px;
z-index: 1111;
opacity: 80%;
margin-top: 31px;
margin-left: 6px;
margin-right: 17px;
font-size: 16px !important;


}
.disc_procent_div_browse{
 width: auto;
 height: 0;
 display: block;
 position: relative;
 z-index: 1;
 float: left;
 margin-left: 5px;
}
/*END MAIN*/

/* ==================================== */
/*		  	  Navigaton Menu
/* ==================================== */

.menu-wrap {
	/*background-color: #6968AB;*/
	background: #eee; /* For browsers that do not support gradients */
	 background: -webkit-linear-gradient(#fff,#eee); /* For Safari 5.1 to 6.0 */
	 background: -o-linear-gradient(#fff,#eee); /* For Opera 11.1 to 12.0 */
	 background: -moz-linear-gradient(#fff,#eee); /* For Firefox 3.6 to 15 */
	 background: linear-gradient(#fff,#eee); /* Standard syntax */
	position: fixed;
	top: 0;
	height: 100%;
	width: 310px;
	margin-left: -310px;
	font-size: 0.8em;
	font-weight: 700;
	overflow: auto;
	transition: .25s;
	z-index: 100;
	display:none;
}
.menu-show {
	margin-top:35px;
	margin-left: 0;
	box-shadow: 4px 2px 15px 1px #ccc;
	display: block;
}
.menu-sidebar {
	margin: 25px 0 10px 10px;
	position: relative;
	}
.menu-sidebar li {
	padding: 18px 22px 0;
	/*padding: 8px 12px 0;*/
}
.menu-sidebar li > a {
	/*color: #f3f3f3;*/
	color:#7e96a2;
	font-size: 1.18em;
	position: relative;
}
.menu-sidebar li > a::after {
	content: "";
	display: block;
	height: 0.15em;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 50%;
	transform: translate(-50%);
	background-image: linear-gradient(to right, transparent 50.3%, #F00 50.3%);

	transition: background-position .2s .1s ease-out;
	background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
	background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
	position: relative;
	border:1px solid #ccc;
	margin:3px;
	display: inline-block;
	width:90%;
	padding: 2px;
	text-transform: initial;
}
.menu-sidebar .menu-item-has-children .sub-menu {
	display: none;
}
.sidebar-menu-arrow::after {
	content: "\f107";
	font-family: 'FontAwesome';
	padding: 10px;
	color: #7e96a2;;
	position: relative;
}
.sidebar-menu-arrow:hover::after {
	cursor: pointer;
	color: #fff;
}
.sidebar-menu-arrow:active::after {
	top: 2px;
}
/*filter-left*/
.menu-wrap-filter {
	/*background-color: #6968AB;*/
	background: #fff; /* For browsers that do not support gradients */
	 background: -webkit-linear-gradient(#eee,#fff); /* For Safari 5.1 to 6.0 */
	 background: -o-linear-gradient(#eee,#fff); /* For Opera 11.1 to 12.0 */
	 background: -moz-linear-gradient(#eee,#fff); /* For Firefox 3.6 to 15 */
	 background: linear-gradient(#eee,#fff); /* Standard syntax */
	position: fixed;
	/*top: 0;*/
	height: 100%;
	width: auto;
	max-width: 310px;
	min-width: 310px;
	margin-left: -310px;
	font-size: 0.8em;
	font-weight: 700;
	overflow: auto;
	transition: .25s;
	z-index: 10;
	left: 0;
	display: none;
}
.menu-show-filter {
	margin-left: 0;
	box-shadow: 4px 2px 15px 1px #ccc;
	margin-top:50px;
	display: block;
}
.menu-sidebar-filter {
	margin: 25px 0 10px 10px;
	position: relative;

}
.menu-sidebar-filter li {
	/*padding: 18px 22px 0;*/
	padding: 8px 12px 0;
}
.menu-sidebar-filter li > a {
	/*color: #f3f3f3;*/
	color:#7e96a2;
	font-size: 1.18em;
	position: relative;
}
.menu-sidebar-filter li > a::after {
	content: "";
	display: block;
	height: 0.15em;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 50%;
	transform: translate(-50%);
	background-image: linear-gradient(to right, transparent 50.3%, #ccc 50.3%);
	transition: background-position .2s .1s ease-out;
	background-size: 200% auto;
}
.menu-sidebar-filter li > a:hover::after {
	background-position: -100% 0;
}
.menu-sidebar-filter .menu-item-has-children {
	position: relative;
}
.menu-sidebar-filter .menu-item-has-children .sub-menu {
	display: none;
}
.sidebar-menu-arrow-filter::after {
	content: "\f107";
	font-family: 'FontAwesome';
	padding: 10px;
	color: #7e96a2;;
	position: relative;
}
.sidebar-menu-arrow-filter:hover::after {
	cursor: pointer;
	color: #fff;
}
.sidebar-menu-arrow-filter:active::after {
	top: 2px;
}
/*end filter menu*/

/*Hamburger Button*/
.toggle-button {
	position: relative;
	width: 34px;
	height: 30px;
	top: 8px;
	left: 10px;
	padding: 4px;
	transition: .25s;
	z-index: 115;
	float:left;
}
.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 100%;
	transition: .5s;
}
.toggle-button .menu-bar-top {
	border: 4px solid #555;
	border-bottom: none;
	top: 0;
}
.toggle-button .menu-bar-middle {
	height: 4px;
	background-color: #555;
	margin-top: 7px;
	margin-bottom: 7px;
	top: 4px;
}
.toggle-button .menu-bar-bottom {
	border: 4px solid #555;
	border-top: none;
	top: 22px;
}
.button-open {
	left: 25px;
}
.button-open .menu-bar-top {
	border-color: #ccc;
	transform: rotate(45deg) translate(8px, 8px);
	transition: .5s;
}
.button-open .menu-bar-middle {
	background-color: #ccc;
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}
.button-open .menu-bar-bottom {
	border-color: #ccc;
	transform: rotate(-45deg) translate(7px, -7px);
	transition: .5s;
}

/*Filter Button*/
.toggle-button-filter {
	position: relative;
	width: 34px;
	height: 30px;
	top: 5px;
	left: 10px;
	padding: 4px;
	transition: .25s;
	z-index: 15;
	float:left;
}
.toggle-button-filter:hover {
	cursor: pointer;
}
.toggle-button-filter .menu-bar-filter {
	position: absolute;
	border-radius: 2px;
	width: 80%;
	transition: .5s;
}
.toggle-button-filter .menu-bar-top {
	border: 4px solid #555;
	border-bottom: none;
	top: 0;
}
.toggle-button-filter .menu-bar-middle {
	height: 4px;
	background-color: #555;
	margin-top: 7px;
	margin-bottom: 7px;
	top: 4px;
}
.toggle-button-filter .menu-bar-bottom {
	border: 4px solid #555;
	border-top: none;
	top: 22px;
}
.button-open-filter {
	left: 25px;
}
.button-open-filter .menu-bar-top {
	border-color: #ccc;
	transform: rotate(45deg) translate(8px, 8px);
	transition: .5s;
}
.button-open-filter .menu-bar-middle {
	background-color: #ccc;
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}
.button-open-filter .menu-bar-bottom {
	border-color: #ccc;
	transform: rotate(-45deg) translate(7px, -7px);
	transition: .5s;
}

/* Text Block */
.wrapper {
	width: 100%;
	margin: 10px auto 0;

}
.wrapper .text {
	padding: 3px;
}
.wrapper .text .heading {
	margin-bottom: 40px;
	font-size: 2em;
}
.wrapper .text p {
	line-height: 1.6em;
}
.wrapper .text .buttons {
	margin-top: 40px;
}

/* Buttons */
.wrapper .buttons .button {
	display: inline-block;
	margin-right: 20px;
	padding: 20px 25px;
	border-radius: 2em;
	background-color: #70CE64;
	color: #fff;
	font-size: .9em;
	font-weight: 700;
	transition: background-color .3s;
}
.wrapper .buttons .button-secondary {
	background-color: #FF6746;
}
.wrapper .buttons .button-primary:hover {
	background-color: #84D07A;
}
.wrapper .buttons .button-secondary:hover {
	background-color: #FF7D60;
}

/*Active state for the buttons*/
.wrapper .buttons .button-primary:active {
	background-color: #70CE64;
}
.wrapper .buttons .button-secondary:active {
	background-color: #FF6746;
}

/*Icons*/
.wrapper .buttons .button span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.wrapper .buttons .button span::after {
	position: absolute;
	font-family: "FontAwesome";
	right: -3px;
	font-size: 14px;
	top: 0;
	transition: top .3s, right .3s;
}
.wrapper .buttons .button-primary span::after {
	content: "\f019";
}
.wrapper .buttons .button-secondary span::after {
	content: "\f178";
}
/*Slight icons animation*/
.wrapper .buttons .button-primary:hover span::after {
	top: 4px;
}
.wrapper .buttons .button-secondary:hover span::after {
	right: -6px;
}
.short_browse_action {
  width: 90% !important;
  height: auto;
  float: left;
  display: block;
  position: relative;
  border: none !important;
  height: 100px;
}
#short_order_slide, #inq_slide {
  display: block;
}
#short_order{
  display: none;
}
.short_ord_btn {
  width: auto;
  padding: 11px;
  height: auto;
  color: #535252;
  font-weight: 600;
  background: #efafbd;
  border: 2px solid #f2f2f2;
  border-radius: 20px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  margin-left: 0px !important;
}
.short_order {
  width: 100% !important;
  height: auto;
  display: block;
  position: absolute;
  border: 3px solid #efafbd;
  background: #f2f2f2;
  border-radius: 20px;
  padding: 5px;
  z-index: 1000;
}
.flex-start {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.flex_display {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.short_ord_lebel_error{
    color: #fff;
  text-align: center;
  font-size: 100%;
  font-weight: 700;

  background: #fb1521;
}
.order_detail_front{
  max-width:1280px;
  display:block;
  margin:0 auto;
}
