/*startjcarosel.responsive_index.js*/
.jcarousel-wrapper {
    /*margin: 20px auto;*/

    margin-top:5px;
    margin-bottom:5px;
    position: relative;


    border-radius: 5px;

    width:99%
}
.jcarouselnew-wrapper {
    margin: 10px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: #fcfdff;
}
.jcarouselpromo-wrapper {
    margin: 10px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #c0cce2;
    -moz-box-shadow: 0 0 2px #c0cce2;
    box-shadow: 0 0 2px #c0cce2;
    background: #fcfdff;
}
.jcarouselhistory-wrapper {
    margin: 10px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #c0cce2;
    -moz-box-shadow: 0 0 2px #c0cce2;
    box-shadow: 0 0 2px #c0cce2;
    background: #fcfdff;
}
.jcarouselbulk-wrapper {
    margin: 10px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #c0cce2;
    -moz-box-shadow: 0 0 2px #c0cce2;
    box-shadow: 0 0 2px #c0cce2;
    background: #fcfdff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 25px;
    height: 30px;
    text-align: center;

    text-decoration: none;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    -webkit-box-shadow: 0 0 4px #54c5d0;
    -moz-box-shadow: 0 0 4px #54c5d0;
    box-shadow: 0 0 4px #54c5d0;
    opacity: 0.5;
  }

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: unset;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #b3d6db;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

/*new,promo,bulk*/
/** Carousel **/

.jcarouselnew, .jcarouselpromo, .jcarouselbulk, .jcarouselhistory {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarouselnew ul, .jcarouselpromo ul, .jcarouselbulk ul , .jcarouselhistory ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarouselnew li, .jcarouselpromo li, .jcarouselbulk li, .jcarouselhistory li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarouselnew img, .jcarouselpromo img, .jcarouselbulk img, .jcarouselhistory img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarouselnew-control-prev,
.jcarouselnew-control-next,
.jcarouselpromo-control-prev,
.jcarouselpromo-control-next,
.jcarouselbulk-control-prev,
.jcarouselbulk-control-next,
.jcarouselhistory-control-prev,
.jcarouselhistory-control-next
 {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #eee;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
    opacity:0.5;
}

.jcarouselnew-control-prev, .jcarouselpromo-control-prev, .jcarouselbulk-control-prev, .jcarouselhistory-control-prev  {
    left: -15px;
}
.jcarouselnew-control-next, .jcarouselpromo-control-next, .jcarouselbulk-control-next, .jcarouselhistory-control-next{
    right: -15px;
}

/** Carousel Pagination **/

.jcarouselnew-pagination, .jcarouselpromo-pagination, .jcarouselbulk-pagination, .jcarouselhistory-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}
.jcarouselnew-pagination a , .jcarouselpromo-pagination a , .jcarouselbulk-pagination a, .jcarouselhistory-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: unset;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarouselnew-pagination a.active , .jcarouselpromo-pagination a.active, .jcarouselbulk-pagination a.active, .jcarouselhistory-pagination a.active {
    background: #b3d6db;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
/*end sjcarosel*/
/*start slide_nav.css*/


::selection {
	background-color: #EBEBF2;
	color: #83828D;
}


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

.menu-wrap {
	background: #fff; /* For browsers that do not support gradients */
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	margin-left: -310px;
	font-size: 0.8em;
	font-weight: 700;
	overflow: auto;
	transition: .25s;
	z-index: 100;
	display:none;
}
.menu-show {
	margin-top:0px;
	margin-left: 0;
	box-shadow: 4px 2px 15px 1px #f2f2f2;
	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;
	text-transform: uppercase;
}
.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%, #8abd4a 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;
	 background: -webkit-linear-gradient(#eee,#fff);
	 background: -o-linear-gradient(#eee,#fff);
	 background: -moz-linear-gradient(#eee,#fff);
	 background: linear-gradient(#eee,#fff);
	position: static;
	/*top: 0;*/
	height: 100%;
	width: 90%;
	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:0px;
	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: 45px;
	height: 30px;
	top: 8px;
	left: 0px;
	padding: 4px;
	transition: .25s;
	z-index: 1115;
	float: left;
	cursor: pointer;
}
.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 100%;
	transition: .5s;
}
.toggle-button .menu-bar-top {
	top: 0;
	border-bottom: 1px solid #343434;
	border-left: 1px solid #343434;
	border-radius: 15px;
	margin-left: 14px;
}
.toggle-button .menu-bar-middle {
	color: #f00;
	text-transform: uppercase;
	font-size: 80%;
}
.toggle-button .menu-bar-bottom {
	border-bottom: 1px solid #343434;
	border-left: 1px solid #343434;
	border-radius: 15px;
	top: 22px;
	margin-left: 14px;
}
.button-open {
	left: 25px;
}
.button-open .menu-bar-top {
	border-color: #f00;
	transform: rotate(45deg) translate(8px, 8px);
	transition: .2s;
	margin-left: -20px;

}
.button-open .menu-bar-middle {
	background-color: #ccc;
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}
.button-open .menu-bar-bottom {
	border-color: #f00;
	transform: rotate(-45deg) translate(7px, -7px);
	transition: .2s;
	margin-left: -20px;
}

/*Filter Button*/
.toggle-button-filter {
	position: relative;
	width: auto;
	height: 30px;
	top: 5px;
	left: 10px;
	padding: 4px;
	transition: .25s;
	z-index: 15;
	float: left;
	cursor: pointer;
}
.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: 2px solid #fff;
    border-bottom-color: rgb(255, 68, 68);
    border-bottom-style: solid;
    border-bottom-width: 1px;
		border-bottom: none;
		top: 0;
		width: 100%;
}
.toggle-button-filter .menu-bar-middle {
	color: #444;
	font-size: 80%;
	margin-left: -0px;
	text-transform: uppercase;
}
.toggle-button-filter .menu-bar-bottom {
		border: 2px solid #fff;
	    border-top-color: rgb(255, 68, 68);
	    border-top-style: solid;
	    border-top-width: 1px;
	border-top: none;
	top: 22px;
	width: 100%;
}
.button-open-filter {
	left: 5px;
}
.button-open-filter .menu-bar-top {
	border-color: #f00;
	transform: rotate(45deg) translate(7px, 7px);
	transition: .5s;
	width: 60%;
	margin-top: -5px;
}
.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: #ff4444;
	transform: rotate(-45deg) translate(7px, -7px);
	transition: .5s;
	width:60%;
}

/* Text Block */
.wrapper {
	width: 100%;
	margin: 5px auto 0;
	display: inline-block;

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

/*end slide_nav.*/


/*#94cc68;- red*/
/*#7ac043-green*/

html{
  font-size:16px;
}
body {

    font-family: 'Fira Sans', sans-serif;
    font-size: 90%;
    line-height: 1.4875;
    color: #7ac043;
    background:#fff;
	   margin: 0 auto;
    display: block;
    font-weight: 400;


}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
img{
border:0;
border:none;
}
ul{
list-style-type:none;
}
.cover_bg{
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
}
.text-centered{
text-align:center;
}
.centered{
margin:0 auto;
}
.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;
}
/* ---------------------TRANSITIONS------------------------------- */
.producti_stil_tip figure a:hover, .sproducts_pprod ul li a:link {
transition: all 0.8s cubic-bezier(.33,.2,.25,1);
-moz-transition: all 0.8s cubic-bezier(.33,.2,.25,1);
-webkit-transition: all 0.8s cubic-bezier(.33,.2,.25,1);
-o-transition: all 0.8s cubic-bezier(.33,.2,.25,1);
}

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


}
.float_left{
 float:left;
 text-align:left;
 margin-left: 0px;
}
.float_right{
 float:right;
 text-align:right;
}
.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:#f2f2f2;
}
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(#94cc68,#fff);*/ /* For Safari 5.1 to 6.0 */
 /*background: -moz-linear-gradient(#94cc68,#fff);*/ /* For Firefox 3.6 to 15 */
 /*background: linear-gradient(#94cc68,#fff);*/ /* Standard syntax */
 /*background: -o-linear-gradient(#94cc68,#fff);*/ /* For Opera 11.1 to 12.0 */
    margin:0 auto;
    height:auto;

    max-height: 180px;

}
.body_main{
  background: #fff;
  /*background-image: url(/images/kosachki/backgrond_1690px.jpg);*/
  display:block;
  background-repeat: no-repeat;
  max-width:1380px;
  margin:0 auto;
}
#main{
  background: #fff;
  margin:0 auto;

}
#footer{
  background: #fff; /* For browsers that do not support gradients */
	 /*background: -webkit-linear-gradient(#94cc68,#fff); */
	 /*background: -o-linear-gradient(#94cc68,#fff);*/
	 /*background: -moz-linear-gradient(#94cc68,#fff); For Firefox 3.6 to 15 */
	 /*background: linear-gradient(#94cc68,#fff);Standard syntax */
      /*-webkit-box-shadow: 0 0 2px #c0cce2;
       box-shadow: 0 0 2px #c0cce2;
      -moz-box-shadow: 0 0 2px #c0cce29;*/
       margin:0 auto;
}
img {

    height: auto;
    /*margin-top:-41px;*/
}

.shopping_cart{
  width: 40%;
  display: block;
  margin-top: 5px;
  /*margin-left: 10px;*/
}
.header_phone{
  width: 15%;
display: block;
float: left;
margin-right: 3px;
margin-top: 0px;
}
.logo{
  float:left;
 width:25%;
}
.logo a:link{
  color:red;
}
.header_hat{
display: none;
width: 100%;
height: auto;

}
.header_hat_nav{
display: inline-block;
background: #ffff;
margin-top:10px;
}


.nav_titlebar,.right_banner{
  display:none;
}
.fgheader_m{
  width:100%!important;
  margin-top: 1px;
}
.header_mobvis{
  font-size:80%;
  width: 100%;
  height: auto;
  display:inline-block;
  color:#444;
  margin: 0px;
}
 .header_mobile, .header_profile{
     font-size: 120%;
       color: #444;
       display: block;
       padding: 10px;
       margin-top: 0px;
       width: auto;

   }
.header_reg{
  float:left;
  font-size:100%;
  width: 100%;
   height: auto;

}
.banners_all{
  display:inline;
  max-height:420px;

}
.left_banner, .right_banner {
    display: none;
}
.banners_home{
  width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
}
.cust_profile_h{
  display: block;
  border-radius: 70%;
  width: auto;
  text-align: center;
  color: #7ac043;
  border: none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
      border-left-color: currentcolor;
      border-left-style: none;
      border-left-width: medium;
  border-bottom: 2px dotted #7ac043;
  border-left: 3px dotted #7ac043;
  border-radius: 15px;
  margin-top: 10px;
  margin-left: 20px;
}
.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;

}

.browse_cat_by_gr{
  width:auto;
  padding:5px;

}
.browse_cat_by_gr_item{
  width:45%!important;
  padding:5px;
}

.browse_cat_by_gr_item h2 {
    width: 100%;
    background: #f2f2f2;
        background-image: none;
    position: relative;
    font-size: 100%;
    color: #7ac043;

    padding: 5px;
    margin-top: 1px;
    text-align: center;
    background-image: linear-gradient(360deg,#f2f2f2,transparent);
}
/*.transitlink {
    transition: all .3s ease;
}*/
.browse_cat_by_gr_item h2:hover{
  width:100%;
  background: #f1d7da;
  position: relative;
  font-size:100%;
  color:#fff;

  padding:5px;
  margin-top:1px;
  text-align:center;
  background-image: linear-gradient(360deg,#f1d7da,transparent);
}
.browse_cat_title_h1{
	padding-top: 20px;
  margin:0px;
	font-size: 90%!important;
	text-align: center;
	color: #535252;
	font-weight: bold;
	display: block;
	height: auto;
  text-transform:uppercase;
}
.brnom_h2{
  display:none!important;
}
.product_one_mozaika_border
{
  min-width: 120px;
  width: 47% !important;
  height: 380px;
  border: 1px solid #7ac043;
  float: left;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
  background: #fff;
  padding: 5px;
  border-radius: 15px;
}

.product_one_mozaika_border:hover
{
  min-width: 120px;
  width: 47% !important;
  height: 380px;
  border: 1px solid #7ac043;
  float: left;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
  background: #fff;
  padding: 5px;
  border-radius: 15px;
}

.title_text_product_one_mozaika a
{

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

}
.title_text_product_one_mozaika a
{

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

}
.price_row{
text-align:center;
display:block;
width:100%;
max-height: 50px;
height: auto;
position: relative;
}
.tmarks_index ul li  {
  width: 45%!important;
  padding: 5px;
  background: #fff;
  position: relative;
  min-height: 35px;
  margin: 5px;
}
.tmarks_index ul li:hover {
  width: 45%!important;
  padding: 5px;
  background: #fff;
  position: relative;
  min-height: 35px;
  margin: 5px;
}
.browse_product_title {
			font-size: 100%!important;
      text-align:center;

  }

  .browse_product_price {
     width: 100%!important;
     height: auto;
     float: left;
     display: block;
     position: relative;
     /*border: 2px solid #94cc68;*/
     background: #f2f2f2;
     border-radius: 20px;
     padding: 5px;
     width: 100% !important;
     text-align: center;
  }
  .browse_product_price_buy {
     width: 100%!important;
     height: auto;
     float: left;
     display: block;
     position: relative;

  }

  .add_cart_browse_product_btn{
    width:100%;
    padding:10px;
    height:auto;
    color:#fff;
    font-weight: 600;
    background:#94cc68;
    border:2px solid #ddd;
    border-radius: 20px;
    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:#fff;
    font-weight: 600;
    background: #ddd;

    border:2px solid #7ac043;
    border-radius: 20px;
    display: inline-block;
    margin-top:5px;
    margin-bottom: 5px;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    margin-left: 0px!important;
  }
  .browse_product_status_detail {
      /* width: 100%; */
      width: 100%!important;
      padding: 10px;
      background: #fff;
      display: block;
      float: left;
      margin: 0px!important;

  }
  .short_order {
    width:99%!important;
    height: auto;
    float: left;
    display: block;
    position: relative;
    background: #f2f2f2;
    border-radius: 20px;
    margin:0px!important;
    padding:5px;
    z-index:1000;

  }
 #short_order,#inq_order{
   display:none;
 }
 #short_order_slide,#inq_slide{
   display:block;
 }
 #open_simple_search_auto{
   display:none;
 }
.simple_search_auto_mbutton{
  float: left;
  margin-left: 10px;
  display: block;
  background: #f2f2f2;
  border-radius: 25px;
  padding: 9px;
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
.divsearch{
  min-width: 300px;
  margin-top: 15px;
  margin-left: -130px!important;
  }
div.submit_search_gs{
  position: relative;
z-index: 1;
max-width: 50px;
height: auto;
text-align: center;
float: left!important;
display: block;
margin-left: 305px!important;
margin-top: -25px;
cursor: pointer;
}
button.gg-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 20px;
    height: 20px;
    border: 3px solid #7ac043;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -4px;
    cursor:pointer;
}

button.gg-search::after {
   content: "";
   display: block;
   box-sizing: border-box;
   position: absolute;
   border-radius: 3px;
   border: 2px solid #7ac043;
   width: 2px;
   height: 8px;
   background: currentColor;
   transform: rotate(-45deg);
   top: 11px;
   left: 13px;
   cursor:pointer;
}
.open-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 16px;
    height: 16px;
    border: 1px solid #7ac043;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -4px;
    cursor:pointer;
}

.open-search::after {
   content: "";
   display: block;
   box-sizing: border-box;
   position: absolute;
   border-radius: 3px;
   border: 2px solid #7ac043;
   width: 2px;
   height: 8px;
   background: currentColor;
   transform: rotate(-45deg);
   top: 11px;
   left: 13px;
}
 /*psevdo search*/
 i.open_simple_search_auto:before {
     width:6px;
     height:6px;
     border:3px solid #7ac043;
     background:transparent;
     /* css3 */
     -webkit-border-radius:12px;
     -moz-border-radius:12px;
     border-radius:12px;
 }

 i.open_simple_search_auto:after {
     left:10px;
     width:3px;
     height:7px;
     margin-top:0;
     /* css3 */
     -webkit-transform:rotate(-45deg);
     -moz-transform:rotate(-45deg);
     -ms-transform:rotate(-45deg);
     -o-transform:rotate(-45deg);
     transform:rotate(-45deg);
 }

 i.open_simple_search_auto:hover:before,
 i.open_simple_search_auto:focus:before,
 i.open_simple_search_auto:active:before {
     color:#7ac043;
     background:transparent;
 }

 i.open_simple_search_auto:hover:after,
 i.open_simple_search_auto:focus:after,
 i.open_simple_search_auto:active:after {

     background:#7ac043;
     color:#7ac043;
 }

  .cart_finish_btn,.order_short_btn,.inq_finish_btn{
    width:99%;
    padding:10px;
    height:auto;
    color: #fff;
    font-weight: 200;
    background:  #f1d7da;
    border:2px solid #f2f2f2;
    border-radius: 20px;
    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: #7ac043;
    border: 3px solid #f2f2f2;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
  }
  .cart_upd_btn{
        width: 45%;
    padding: 10px;
    height: auto;
    color: #7ac043;
    font-weight: 200;
    background: #f2f2f2;
    border: 2px solid #7ac043;
    border-radius: 20px;
    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: #7ac043;
    border:1px solid #f1d7da;
    border-radius: 20px;
    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: #94cc68;
    font-weight: 200;
    background: #f2f2f2;
    border: 1px solid #94cc68;
    border-radius: 20px;
    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: #94cc68;
    border:1px solid #94cc68;
    border-radius: 20px;
    display: block;
    margin-top:10px;
    margin-bottom: 10px;
    text-decoration: none;
    cursor: pointer;
    float: left;
    text-align: center;
  }
  .sproducts_pprod ul li {
    width: auto !important;
    max-width: 32% !important;
    margin: 2px !important;
  }
  .sproducts_pprod ul li {
    width: auto !important;
    max-width: 32% !important;
    margin: 2px !important;
      padding: 5px !important;
      border: 1px solid #f1d7da;
      background: #fff;
      position: relative;
      text-align: center;
  }
    .sproducts_pprod ul li:hover {
      width: auto !important;
      max-width: 32% !important;
      margin: 2px !important;
      padding: 5px;
      background: #fff;
      position: relative;
      text-align: center;
      border: 1px solid #f1d7da;
    }


.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_desctop,.gheader_m,.fgheader_m{
  display: none!important;
}
.flip-box,.sbanner_index{
  display: none;
}
.sbanner_index_mobile{
  display: block;
  width:auto;
  margin: -30px auto;
}
/*za po malko 990*/
.flip-box_none{
 display:block!important;
}
.view_filter{
  display: block;
  float: left;
}
/*menu title da se pokazva samo nad  900px*/
.filter_title{
  display: none;
}
.menu_title{
  display:block!important;
  color: #94cc68;
  font-size:80%;
  text-align:center;
  text-transform: uppercase;
}
.margins{
  margin-left:1px;
}

.search_auto{
margin-top: 3px;
}
.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 input.searchtextinput {
  color: #7e96a2;
 background: #fff;
 width: 100%;
 padding: 3px;
 margin-left:-5px;
 font-weight:70%;
 border:none;
 border-bottom: 2px dotted #7ac043;
 border-left: 1px dotted #7ac043;
 border-radius: 20px;
}
.simple_search_auto {
    width:100%;
    height: auto;
    text-align:center;
    font-size: 85%!important;
    float: left;
    margin-left: 10px;
}
.input_search {

    height: auto;
    text-align:center;
  float: left;
  display: block;
}
.submit_search {
    display: none;
}


.header_cart{
    float: left;
  margin-left: 10px;
  margin-top: 5px;
  display: block;
  background: #f2f2f2;
  border-radius: 20px;

}
#fheader_cart{
  float: left;
display: block;
background: #f2f2f2;
border-radius: 25px;
padding: 9px;
margin-top: 5px;
margin-left: 20px;
height: 30px;
width: 30px;

}
.product_img{

  max-height: 140px;
  display: block;
  position: relative;
  margin-left: 12px;
}
.header_menu_pages{
  display:none;
}

.logo_image{
  width: 80%;
display: block;
margin-left: 240px;
margin-top: 0px;
  }
  .hlogo_image{
    width: auto;
    display: block;
    float:left;
  }

  .header_nav, .header_nav_middle{
    display:none!important;


  }
  .fgheader_cart_totalq {
    color: #94cc68;
    width: 30px;
    height: auto;
    margin-left: 13px;
    display: block;
    margin-top: -5px!important;
    position:relative;
    z-index: 1000;
    cursor: pointer;
    font-size: 80% !important;
}
i.liked:before,
i.liked:after{
  content: "";
  position: absolute;
    width:14px;
    height:9px;
    margin-top:7px;
    background:#7ac043;
    color:#7ac043;
    margin-left: 12px;
    /* css3 */
    -webkit-border-top-left-radius:8px;
    -webkit-border-bottom-left-radius:8px;
    -moz-border-radius:6px 0 0 6px;
    border-radius:6px 0 0 6px;
    -webkit-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    transform:rotate(135deg);
}

i.liked:after {
  content: "";
  position: absolute;
  color:#7ac043;
  background:#7ac043;
  margin-left: 7px !important;
    /* css3 */
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform: rotate(45deg) !important;
}

i.liked:hover:after,
i.liked:focus:after,
i.liked:active:after {
    background:#444;
}
i.liked:hover:before,
i.liked:focus:before,
i.liked:active:before {
    background:#444;
}

/*catalog_gr_index ------------------------------------------------*/
.catalog_gr_index_s{
  width:100%;
  display: inline-block;
  margin-top:3px;
  padding:3px;
  /*border:1px solid #f7f8fc;
  background:#fcfdff;*
  */
}
.catalog_gr_index_s{
    width: 100%;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

  padding-left: 20px;
  padding-right: 20px;
}
.catalog_gr_index{
      width: 45%;
    margin: 3px;
    background: #fff;
    position: relative;
    height: auto;
}
 .catalog_gr_index figure  {
   width: 45%;
 margin: 3px;
 background: #7ac043;
 position: relative;
 height: auto;
 /*opacity: 0.8;*/
}
.catalog_gr_index figure:hover  {
  width: 45%;
 margin: 3px;
 background:#f3d05c;
 position: relative;
 height: auto;
 /*opacity:0.8;*/
 color:#000;
}
.catalog_gr_index figure a:link {
  width: 100%;
  margin: 0px;
  padding:0px;
  height: 100%;
  color:#111;
}
.catalog_gr_index figure a:hover {
  width: 100%;
  margin: 0px;
  padding:0px;
  height: 100%;
  color:#000;
}
.catalog_gr_index figure img {
  width: auto;
  background: #f3d05c;
  position: relative;
  min-height:100%;
  /*opacity:0.9;*/

}
.catalog_gr_index figure img:hover {
  width: auto;
  background: #f3d05c;
  position: relative;
  height: 100%;
  /*opacity:0.9;*/

}
.catalog_gr_index figure figcaption {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
   color: #fff;
    position: absolute;
    top: 60px;
    text-align: center;
    font-size: 110% !important;
    text-transform: uppercase;
    font-weight: bolder;
}
.catalog_gr_index img{
  max-width:auto;
}
.catalog_gr_index img:hover{
  transform: scale(0.96);
  -o-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -webkit-transform: scale(0.96);

}

.catalog_gr_index a{
  color:#535252;
}
.catalog_gr_index_name {
    width: 100%;
    color: #535252!important;
    background-image: none;
    position: relative;
    font-size: 100%!important;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin-top: 1px;
    text-align: center;
    /*background-image: linear-gradient(360deg,#f2f2f2,transparent);*/
    cursor:pointer;
}
.transitlink {
    transition: all .3s ease;
}
.catalog_gr_index_name:hover{
  width:100%;
  color: #7ac043;
  position: relative;
  font-size:100%!important;
  color:#fff;
  font-weight:bold;
  padding:5px;
  margin-top:1px;
  text-align:center;
  /*background-image: linear-gradient(180deg,#bbfca2,transparent);*/
  cursor:pointer;
}

.delimiter{
 display:block;
 margin:10px;
 text-align:center;
}
.tmarks_img{
  width:80%;
}
/*filtyr*/
.slide1{

background: #F1F1F1;
padding-left: 5px;
color: #535252;
font-weight: 700;
}
.slidedown
{
color: #FFF;
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: 10px;
height: 10px;
float: left;
padding: 2px;
display: inline-flex;
margin: 0px 3px !important;
}
.cat_item a
{
  font-size: 80% !important;
  color: #535252;
  font-weight: normal;
  float: left;
  width: auto;
  height: auto;
  margin-top: 3px;
}
.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 #f1d7da;
}
.div_subs{
  width: 100%;
}
.zadai2
{
display: block;
color: #ccc;
font-size: 100%;
cursor:pointer;
float:right;
margin-right: 15px;
}

.zadai2:hover
{
	text-decoration:underline;
}
.title_text_product_one_mozaika {
    display: block;
    position: relative;
    margin-top: 5px;
    width: 100%;
    min-height: 80px;
    text-align: center;
    font-size: 100%!important;
    font-weight: 400;
    color: #535252;
}
.index_products h2{
  display:inline-block;
   font-size:100%;
   font-weight: 100;
   /*border-bottom:1px solid #c0cce2;*/
   text-align: center;
   width: 100%
 }
 .gheader_cart_totalq{
   color: #444;
 font-size: 70%;
 width: 30px;
 height: auto;
 display: block;
 border: 1px solid #fff;
 border-radius: 50%;
 margin-left: 3px!important;
 margin-top: -32px;
 z-index: 1000;
 background: #FFF;
 cursor:pointer;
 }

/*** custom checkboxes ***/

/*input[type=checkbox] { display:none; }*/ /* to hide the checkbox itself */
.cat_item input[type=checkbox]{ display:block; }
.fav_cart {
    position: relative;
  z-index: 1;
    width: 90%;
    margin-left: -10px;
}
.pl_description {
  max-width: 350px!important;
}
.browse_cat_desc{
  font-size:100%;
  padding:5px;
  font-weight:100;
  width: auto;
  max-height: 150px;
  overflow: hidden;
  background-image: linear-gradient(180deg,#000000 20%,rgba(0,0,0,0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.browse_cat_desc_all{
  font-size:100%;
  padding:5px;
  font-weight:100;
  width: auto;
}

.show_desc_btn{
  width:auto;
  padding:5px;
  height:auto;
  color:#535252;
  font-weight: 100;
  background:#f2f2f2;
  border:1px solid #7ac043;
  border-radius: 20px;
  display: inline-block;
  margin-top:5px;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  margin-left: 0px!important;
}
.show_desc_btn:hover{
  width:auto;
  padding:5px;
  height:auto;

  color:#535252;
  font-weight: 100;
  background: #f2f2f2;

  border:1px solid #94cc68;
  border-radius: 20px;
  display: inline-block;
  margin-top:5px;
  margin-bottom: 5px;

  cursor: pointer;
  text-align: center;
  margin-left: 0px!important;
}
.browse_fav_mes{
  margin-top:-50px!important

}
/*link sortirane mobile*/
.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 #7ac043;

}
.link_sortirane_ajax_selected{
background-color: #7ac043!important;
border: 1px solid #7ac043;
color:#fff;

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

}
.link_sortirane_select{
  width: auto !important;
  display: block;
  float: right;
  margin-top: 0px;
}
.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;
}
.hide_popup{
  display:block!important;
}
.show_popup{
  display:none!important;
}
.call_text_button {
  opacity: 1;
  position: relative;
  display: block;
  max-width: 400px;
  min-width: 150px;
  height: 40px;
  color: #FFF;
  border: 2px solid #7ac043;
  border-radius: 6px;
  padding: 5px;
  text-align: center;
  background: #8cc648;
    background-image: none;
  background-image: none;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  margin-top: 25px;
  line-height: 14px;
}
.header_zaglavie{
  width:auto;
  font-size:100%!important;
  text-align:center;
  display:block;
  font-weight:500;
  margin-left: -140px;
}
.title_prod_over {
  background-color: #f1f1f1;
  width: 100%;
  min-height: 35px;
  height: auto;
  display: block;
  border-bottom: 2px solid #7ac043;
  margin-top: 20px;
}
.half_desc {
  padding: 5px;
  width: auto;
  display: block;
  font-size: 100%;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
}
.img_half_300 {
  width:70%;
  display: block;
  margin-top: 7px;
  margin-right: 50px;
}
.browse_opisanie_title {
  display: inline-block;
  font-size: 100%;
  font-weight: 800;
  border-bottom: 2px solid #8cc648;
  margin: 5px;
  width: 97%;
  color: #8cc648;
  font-size: 120% !important;
}
.footer-info-box-map {
  width: auto !important;
  margin: 3px auto;
  color: #fff !important;
  text-align: left;
}
h4.footer-info-box-name {
  color: #f2f2f2;
  font-size: 100%!important;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 12px;
  width: 100%;
}
.product_one_mozaika_border img
{
  display:block;
  float:left;
  text-align:center;
  margin-top:1px;
  margin-bottom:4px;
  overflow: hidden;
  margin-left: 8px;
}
.img_half
{
  width: 90%;
  margin-top:5px;
  display: block;
  margin-left: 17px;
}
.half_desc_1 {
  padding-left: 20px;
  width: 100%;
  display: block;
  font-size: 120%;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
}
.img_half_1 {
  width: 90%;
  display: block;
  margin-top: 5px;
  margin-right: 20px;
}
.map{
  width: 100%;
  height: 250px;
  margin-top: 10px;
  border-radius: 20px;
  border: 3px solid #7ac043;

}
.ask{
  font-size: 100% !important;
color: #7ac043;
text-align: center;
text-transform: uppercase;
font-weight: 700;
display: block;
}



@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;
  }
  .product_one_mozaika_border img
  {
    display:block;
    float:left;
    text-align:center;
    margin-top:1px;
    margin-bottom:4px;
    overflow: hidden;
    margin-left: 18px;
  }
  .img_half
  {
    width: 90%;
    margin-top:5px;
    display: block;
    margin-left: 40px;
  }
  .header_nav,.header_nav_middle,.right_banner{
    display:none!important;
  }
  .search_auto{
    margin-top: 0px;
    float:left;
  }
  .delimiter{
   display:block;
   margin:10px;
   text-align:center;
  }
  .footer-info-box{
  width:40%!important;
  margin:3px auto;
  }
  .browse_opisanie_title {
    display: inline-block;
    font-size: 100%;
    font-weight: 800;
    border-bottom: 2px solid #8cc648;
    margin-left: 20px;
    width: 97%;
    color: #8cc648;
    font-size: 100% !important;
  }
  h4.footer-info-box-name {
    color: #f2f2f2;
    font-size: 100%!important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 12px;
    width: 100%;
  }

  .zadraskana_cena_mozaika_item
  {

    display:block;
    color: #ccc;
      font-size: 100%;
    text-decoration: line-through;
    height:18px;
    text-align: left;
    float: left;
      padding-left: 2px;
      width: 50%;
  }
  .simple_search_auto input.searchtextinput {
    margin-left: 0px;
  color: #575656;
  font-weight: 200;
  background: #fff;
  width: 100%;
  min-width: 160px;
  padding: 5px;
  max-width: 350px;
  border: none;
  border-bottom: 2px dotted #7ac043;
border-left: 1px dotted #7ac043;
border-radius: 0px;

  }
  /*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 0.2s;
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: #535252;
  transform: rotateY(180deg);
  font-size: 85% !important;
  padding: 5px;
  font-weight: 500;
}
/*end flipbox*/
  .shopping_cart {
    /*width: 30%!important;
    display: block;
    margin-top: 1px!important;*/
    display: block;
  }
  .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 #f2f2f2;
  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:#94cc68;*/
  background: #fff;
  padding: 2px;
  }
  .product_one_mozaika_border
  {
  min-width: 120px;
  width: 30%!important;
  height: 350px;
  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: 350px;
    min-height: 45%;
  border: 1px solid #7e96a2;
  float: left;
  margin-top: 12px;
  margin-left: 5px;
  margin-right: 5px;
  display:block;
  /*background:#94cc68;*/
  background: #fff;
  padding: 2px;
  }
  .product_img{

    max-height: 200px;
    display: block;
    position: relative;
  }
.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: 49%;
    /*border-left: 1px solid #94cc68;
    border-right: 1px solid #94cc68;*/
  }
  .rTableCell1{
    float: left;
    min-height: 30px;
    font-size: 90%;
    font-weight: 400;
    overflow: hidden;
    padding: 3px 1.8%;
    width: 49%;
    /*border-left: 1px solid #94cc68;
    border-right: 1px solid #94cc68;*/
  }
  .rTable:after {
       visibility: hidden;
       display: block;
       font-size: 0;
       content: " ";
       clear: both;
       height: 0;
  }
  #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: 5px;
  color: #535252 !important;

  font-size: 100%!important;
  font-weight: bold!important;
  display: block!important;
  border-bottom:2px solid #7ac043!important;
  height: 30px;
  width: 100%;
  min-width: 110px;
  float:left;
  text-align: center;
  line-height:28px;
  }
  .menu1 li.ui-tabs-active{
    background:#f2f2f2;
    border-radius: 20px;
  }
  .menu1 li.active a
  {
  	border-bottom: 3px solid #7ac043!important;
    width: 100%;
    min-width: 110px;
    height: 30px;
  	float:left;
    display: block;
    color:#7ac043;

  }
  .content11
  {
  float: left;
  width: auto;
  position: relative;
  background-color: #fff;
  width: 100%;
  display: block;
  }

  .pl_description {
    width: 100%;
    height: auto;
  	color:#535252;
  	font-size: 100%;
  	padding-top: 10px;
  	background-color: #fff;
  	padding: 8px;
  	display:inline-block;
  }
  .browse_product_other{
    width:100%;
    height: auto;
    margin-top:10px;
    display: inline-block;
    background-color: #fff;
  }
  .h5_browse_product_other{
  color: #535252;
  padding: 5px;
  margin: 0px;
  font-size: 100%;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  height: auto;
  background:#f2f2f2;


  }
  .h5_browse_product_other a{
  color:#535252;
  font-size:100%;
  font-weight:700;
  cursor:pointer;
  }
  .h5_browse_product_other a:hover{
  color:#94cc68;
  font-size:100%;
  font-weight:700;
  cursor:pointer;

  }
  .browse_product_other_items{
  	padding-top:10px;
      padding-bottom:10px;
      position:relative;
      display:block;
  }
  .labelbox{
    font-size:100%;
    width:100%;
    height: auto;
    float: left;
    display: 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: 700;
    }
  .order_final_cust_info_input,  .order_final_cust_info_select {
    color: #555;
    text-align: center;
    font-size: 100%;
    font-weight: 700;
    width: 100%;
    height: auto;
  }
  .order_final_cust_info_textarea{
    color: #555;
    text-align: center;
    font-size: 90%;
    font-weight: 700;
    width: 100%;
    height: auto;
  }
  .order_final_label_field{
  float: left;
  color: #94cc68;
  font-size: 100%;
  font-weight: 500;
  display:block;
  }

  .producti_stil_tip{
    width:100%;
    display: inline-block;
    margin-top:3px;
    padding:3px;
    border:1px solid #f7f8fc;
    background:#fcfdff;

  }
  .producti_stil_tip h2 {
    width: auto;
    display: block;
    padding: 5px;
    border: 1px solid #c0cce2;
    background: #fff;
    position: relative;
    text-align: center;
  }

  .producti_stil_tip h2:hover {
    width: auto;
    display: block;
    padding: 5px;
    border: 1px solid #c0cce2;
    background: #f7f8fc;
    position: relative;
    text-align: center;
  }
  .pdfcat_img_index{
  display:none!important;
  }
  .link_sortir{
        display: block;
     float: left;
     margin: 5px;
      }
      /*Page Menu*/
      .pagemenu {

      	font-size: 12px;
      	color: #1655C9;
      }
      .pagemenu_content {

      	font-size: 12px;
      	color: #535252;
      }
      .pagemenu_selected {
      		background-color: white;
      	border: 1px solid #7e96a2;
      	font-size: 15px;

      	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;

      	text-align: center;
      	padding-top: 2px;
      	padding-right: 10px;
      	padding-left: 10px;
      	margin-right: 10px;
      	margin-bottom: 10px;
      }

      a.pagelink:hover {

      	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-size: 14px;
      	text-decoration: none;
      	color: #7e96a2;
      	font-weight: bold;
      }
      a.pagelink_nextpage:hover {

      	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-size: 14px;
      	text-decoration: none;
      	color: #7e96a2;
      	font-weight: bold;
      }
      a.pagelink_nextpages:hover {

      	font-size: 14px;
      	font-weight: bold;
      	text-decoration: none;
      	color: #7e96a2;
      }

      .padding_left {
      	padding-left: 5px;
      }
      .hide_text{
        display:none!important;
      }

      .h5_browse_product_back{
       padding:0px; margin:0px; min-height:25px;height:auto; margin-top:10px;margin-bottom:10px; border:1px solid #94cc68;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 #b1cfd5;display:block; border-top-left-radius: 3em;border-bottom-left-radius: 3em;padding-top:5px; text-align:center;width: 100%;background:#94cc68;color:#7e96a2;

      }
      .h5_browse_product_back a{
      color:#7e96a2;
      font-size:100%;
      font-weight:500;
      cursor:pointer;
      }
      .zadraskana_cena_mozaika_item
      {

        display:block;
        color: #ccc;
          font-size: 100%;
        text-decoration: line-through;
        height:18px;
        text-align: left;
        float: left;
          padding-left: 2px;
          width: 50%;
      }
      .fav_cart {
        position: relative;
        z-index: 1;
        background: #f2f2f2 !important;
        border-radius: 20px;
        width: 30px !important;
        height: 30px;
        display: block;
        margin-left:0px!important;
        cursor: pointer;
      }
   #fheader_cart {
    float: left;
    display: block;
    padding: 9px;
    margin-top: 1px!important;
    background: none!important;
}
    .header_cart {
        margin-left: 10px;
        margin-top: 5px;
        display: block;
        background: #f2f2f2;
        border-radius: 0px;
        width: 30px;
        height: 30px;
    }
    .logo_image{
      width: 40% !important;
      display: block;
      margin-left: -40px;
      margin-top: -20px;
      }
  .cust_profile_h {
    display: block;
    border-radius: 70%;
    width: auto;
    text-align: center;
    color: #7ac043;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-left-color: currentcolor;
        border-left-style: none;
        border-left-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    border-bottom: 2px dotted #7ac043;
    border-left: 3px dotted #7ac043;
    border-radius: 20px;

    margin-left: 10px;
    height:35px;
}
.cust_profile_h li a:link,.cust_profile_h_title {
  color:#7ac043!important;
  cursor:pointer;
}
.cust_profile_h li a:hover, .cust_profile_h_title:hover{
  color:#94cc68!important;
  cursor:pointer;
}
.cust_profile_h ul{
    display: none;
    width: 235px;
    position: absolute;
    top: 47px;
    padding: 0px;
    margin: 0px;
    z-index: 8;
    background:#525353;
    border:1px solid #7ac043;
    margin-left:-60px;
}
.cust_profile_h ul li{
      padding: 3;
      float: left;
      position: relative;
      z-index: 7;
      width: 230px;
      margin: auto;
      text-align:center;
}
.cust_profile_h ul li a {
    color: #3f3b3b;
    text-align: center;
    background-color: #525353;
    line-height: 28px;
}
.cust_profile_h ul li a:hover {
    color: #535252;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #fff;
    line-height: 28px;
}
.cut_prof_alreadylogin{
  background:#63bf40!important;
  color:#fff!important;
  height:auto!important;
}
.catalog_gr_index_name {
    width: 100%;
    background: #535252;
        background-image: none;
    position: relative;
    font-size: 100%!important;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin-top: 1px;
    text-align: center;
    /*background-image: linear-gradient(360deg,#f2f2f2,transparent);*/
    cursor:pointer;
}
.transitlink {
    transition: all .3s ease;
}
.catalog_gr_index_name:hover{
  width:100%;
  background: #7ac043;
  position: relative;
  font-size:100%!important;
  color:#fff;
  font-weight:bold;
  padding:5px;
  margin-top:1px;
  text-align:center;
  /*background-image: linear-gradient(180deg,#bbfca2,transparent);*/
  cursor:pointer;
}
.fa-bars::before {
    content: "";
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
  color:#fff;
}
.fa, .fab, .fad, .fal, .far, .fas {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color:#fff;
  padding-right: 4px;
}
.fa-trash-o::before{
  color:#535252;
}
.fa-trash-o:hover{
  color:#94cc68;
}
.catalog_gr_index img {
    max-width: 200px;
}
.browse_cat_desc{
  font-size:100%;
  padding:5px;
  font-weight:100;
  width: auto;
  max-height: 150px;
  overflow: hidden;
  background-image: linear-gradient(180deg,#000000 20%,rgba(0,0,0,0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.browse_cat_desc_all{
  font-size:100%;
  padding:5px;
  font-weight:100;
  width: auto;
}

.show_desc_btn{
  width:auto;
  padding:5px;
  height:auto;
  color:#535252;
  font-weight: 100;
  background:#f2f2f2;
  border:1px solid #7ac043;
  border-radius: 20px;
  display: inline-block;
  margin-top:5px;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  margin-left: 0px!important;
}
.show_desc_btn:hover{
  width:auto;
  padding:5px;
  height:auto;

  color:#535252;
  font-weight: 100;
  background: #f2f2f2;

  border:1px solid #94cc68;
  border-radius: 20px;
  display: inline-block;
  margin-top:5px;
  margin-bottom: 5px;

  cursor: pointer;
  text-align: center;
  margin-left: 0px!important;
}
.shopping_cart_btn{
   width: 25px !important;
   display: block;
   float: left;
   background: #f2f2f2;
   border-radius: 20px;
   height: 25px;
   margin-top:5px;
}
.browse_cat_search{
  padding: 0px;
  width: 100%;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: left;
  background:#f1f1f1;
}
.browse_cat_search_browse_product{
  width:98.2%!important;
}
.browse_cat_search_inp{
  padding:2px;
  display:block;
}
.browse_cat_search_title{
  font-size:100%;
  font-weight:500;
  color:#7ac043;
}
.browse_cat_search_select{
  width:100%;
  display:block;
  border: 1px solid #7ac043;
  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 #7ac043;
    border-radius: 0px;
}
.browse_cat_search_select_small{
  width:60%;
  display:block;
  border: 1px solid #7ac043;
  border-radius: 0px;
}
.product_one_mozaika_border h3 {
    margin: 0px;
    padding: 0px;
    font-weight:500!important;
    width: 100%;
    display: block;
    font-size: 120% !important;
}
.oddrow{
  background: #f2f2f2;
  font-size: 120%!important;
  color:#535252;
  font-weight: 400;
  text-align: center;
}
.evenrow{
  background: #fff;
  font-size: 120%!important;
  color:#535252;
  font-weight: 400;
  text-align: center;
}
#short_order,#inq_order{
  display:none;
}
#short_order_slide,#inq_slide{
  display:block;
}
.pl_price_oldbrowse {
	font-size: 100%!important;
	text-decoration: line-through;
	color: #535252;
  font-weight:100!important;
}
.link_browse_delivery {
  color:#535252;
  text-decoration: underline;

}
.link_browse_delivery:hover{
  color:#7ac043;
  text-decoration: underline;

}
  .cart_front{
    max-width:600px;
    display:block;
  }
  .browse_fav_mes{
    margin-top:-50px!important

  }

    .view_next_page_btn{
      width: 100%;
    /*border: 1px solid #7ac043;*/

    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 #7ac043;

}
.link_sortirane_ajax_selected{
  background-color: #7ac043;
  border: 1px solid #7ac043;
  color:#fff;

}
.link_sortirane_ajax ul li a:link {
    text-decoration: none;
    color: #444;
    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;
}
.producti_over_all_width{
  width: 100% !important;
}
.hide_popup{
  display:none!important;
}
.show_popup{
  display:block!important;
}
.header_zaglavie{
  width:80%;
  font-size:90%;
  text-align:center;

}
.title_prod_over {
  background-color: #f1f1f1;
  width: 100%;
  min-height: 35px;
  height: auto;
  display: block;
  border-bottom: 2px solid #7ac043;
  margin-top: 20px;
}
.float_left{
 float:left;
 text-align:left;

}
.img_half_300 {
  width:auto;
  display: block;
  margin-top: 7px;
  margin-right: 245px;
}
  }/*end 600*/
@media only screen and (min-width: 990px){
   /* For desktop: */
   .col-h-1 {width: 9.33%}
   .col-h-2 {width: 18.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: 81.33%;}
   .col-h-11 {width: 91.66%;}
   .col-h-12 {
     width: 100%;
     max-width:1380px !important;
     margin:0 auto!important;
     display: block!important;
   }
   .product_one_mozaika_border img
   {
     display:block;
     float:left;
     text-align:center;

     margin-top:1px;
     margin-bottom:4px;
     overflow: hidden;
     margin-left: 27px;
   }
   .call_text_button {
     opacity: 1;
     position: relative;
     display: block;
     max-width: 400px;
     min-width: 150px;
     height: 40px;
     color: #FFF;
     border: 2px solid #7ac043;
     border-radius: 6px;
     padding: 5px;
     text-align: center;
     background: #8cc648;
       background-image: none;
     background-image: none;
     background-image: none;
     color: #fff;
     cursor: pointer;
     font-weight: 600;
     margin-top: 25px;
     line-height: 28px;
   }
   .hide_popup,.sbanner_index_mobile{
     display:none!important;
   }
   .show_popup{
     display:block!important;
   }
   .hide_text{
     display:block!important;
   }
   .header_hat{
   display: block;
   width: 100%;
   height: 120px;
   background: #fff;

   }
   .header_hat_nav{
    display: none!important;
   }
   .hmmenu{
     width:100%;
     background:#5bab42;
     background-image: linear-gradient(180deg,#485706,transparent);
     height:40px;
     margin-top: 0px;
   }
   .index_pages_list {
  background: #fff;
  display: block;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.06),-1px -1px 1px 0 rgba(0,0,0,.02);
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,.06),-1px -1px 1px 0 rgba(0,0,0,.02);
  padding: 10px;
  margin-top: 20px !important;
  margin-bottom: 50px !important;
}
.indexdiv {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  margin-left: 0px;
}
.img_half {
  width: 45%;
  display: block;
  margin-top: 50px;
  margin-left: 0px;
}
.img_half_1 {
  width: 45%;
  display: block;
  margin-top: 50px;
  margin-left: 0px;
}
.img_half_300 {
  width:auto;
  display: block;
  margin-top: 30px;
  margin-right: -140px;
}
.browse_opisanie_title {
  display: inline-block;
  font-size: 100%;
  font-weight: 800;
  border-bottom: 2px solid #8cc648;
  margin-left: 20px;
  width: 97%;
  color: #8cc648;
  font-size: 190% !important;
}
.half_desc {
  padding-left: 65px;
  width: 50%;
  display: block;
  font-size: 120%;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
}
.half_desc_1 {
  padding-left: 20px;
  width: 50%;
  display: block;
  font-size: 120%;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
}
   .connect_with_us{
     color: #444;
     font-size: 80% !important;
     margin-left:30px;

   }
   .header_phone{
       width: 30px !important;
      display: block;
      float: left;
      margin-top: 5px;
    }
    .header_zaglavie{
        width: 60%;
       display: block;
       float: left;
       margin: 0 auto;
       font-size: 135%!important;

     }
     .header_logo2{
       float:right;
       display: block;
       margin-top: 5px;
     }
   .header_cart {
       background: #525353;
       width: 120%;
       margin-top: 20px;
       height: 35px !important;
       border-radius: 20px;
       border: 2px solid #7ac043;
       display:block;
       margin-left:-15px;
       margin-top: 0px;
   }
   .fav_cart {
           position: relative;
      z-index: 1;
      background: #525353 !important;
      border-radius: 20px;
      width: 35px !important;
      height: 35px!important;
      display: block;
      margin-left: 0px !important;
      cursor: pointer;
      padding-left:1px;
   }
   .fgheader_m {
           display: block !important;
      font-size: 90% !important;
      margin-left: 25px;
      color: #7ac043;
      padding-left: 14px;
      padding-top: 9px;
margin-top: -17px;
     }
     #fheader_cart {
          float: left;
          margin-left: 10px;
          display: block;
          margin-top: 25px !important;
      }
     .gheader_m {
        display: block!important;
        margin-top: 0px !important;
        font-size: 90% !important;
        margin-left: 5px;
        color: #7ac043;
        padding-left: 25px;
        padding-top: 2px;
        font-style:normal;
       }
       .gheader_m:hover {
          display: block!important;
          margin-top: 0px !important;
          font-size: 90% !important;
          margin-left: 5px;
          color: #94cc68;
          padding-left: 25px;
          padding-top: 2px;
          font-style:normal;

         }
       i.liked:before,
       i.liked:after{
         content: "";
         position: absolute;
           width:14px;
           height:9px;
           margin-top:12px;
           background:#7ac043;
           color:#7ac043;
           margin-left: 12px;
           /* css3 */
           -webkit-border-top-left-radius:8px;
           -webkit-border-bottom-left-radius:8px;
           -moz-border-radius:6px 0 0 6px;
           border-radius:6px 0 0 6px;
           -webkit-transform:rotate(135deg);
           -ms-transform:rotate(135deg);
           -moz-transform:rotate(135deg);
           -o-transform:rotate(135deg);
           transform:rotate(135deg);
       }

       i.liked:after {
         content: "";
         position: absolute;
         color:#7ac043;
         background:#7ac043;
           margin-left: 8px !important;
           /* css3 */
           -webkit-transform:rotate(45deg);
           -moz-transform:rotate(45deg);
           -ms-transform:rotate(45deg);
           -o-transform:rotate(45deg);
           transform: rotate(45deg) !important;
       }

       i.liked:hover:after,
       i.liked:focus:after,
       i.liked:active:after {
           background:#94cc68;
       }
       i.liked:hover:before,
       i.liked:focus:before,
       i.liked:active:before {
           background:#94cc68;
       }
       /*phone*/
       .ggphone {
         box-sizing: border-box;
         position: relative;
         display: block;
         width: 30px;
         height: 35px;
         transform: scale(var(--ggs,1.1));
         float: left;
}

.ggphone::after,
.ggphone::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute
}

.ggphone::after {
width: 18px;
height: 18px;
border-top-left-radius: 1px;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 12px;
border-left: 4px solid;
border-bottom: 4px solid;
color:#7ac043;
left: 5px;
bottom: 3px;
background:
linear-gradient(
to left,
currentColor 10px,
transparent 0
) no-repeat right 11px/6px 4px,
linear-gradient(
to left,
currentColor 10px,
transparent 0
) no-repeat -1px 0/4px 6px
}

.ggphone::before {
width: 20px;
height: 20px;
border: 6px double;
border-top-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
border-radius: 50%;
transform: rotate(-45deg);
bottom: 2px;
left: 2px
}



       /*lupa psevdo element start*/
       div.submit_search {
             position: relative;
           z-index: 1;
           max-width: 50px;
           height: auto;
           text-align: center;
           float: left;
           display: block;
           margin-left: -125px;
           margin-top: 10px;
           cursor: pointer;
           }

           div.submit_search_gs{
            position: relative;
            z-index: 1;
            max-width: 50px;
            height: auto;
            text-align: center;
            float: right;
            display: block;
            margin-right: 145px !important;
            margin-top: -20px;
            cursor: pointer;
            margin-left: 400px !important;
           }
           /*
           div.submit_search:before{
             content: "";
             position: absolute;
             width: 15px;
             height: 15px;
             border: 1px solid #00adef ;
             background: transparent;
             -webkit-border-radius: 15px;
             -moz-border-radius: 15px;
             border-radius: 15px;
           }

           div.submit_search:after{
               content: "";
               position: absolute;
               left: 42px;
               width: 1px;
               height: 7px;
               margin-top: 14px;
               border: 1px solid #00adef;

               -webkit-transform:rotate(-45deg);
               -moz-transform:rotate(-45deg);
               -ms-transform:rotate(-45deg);
               -o-transform:rotate(-45deg);
               transform:rotate(-45deg);
           }
           div.submit_search:hover:before,
           div.submit_search:focus:before,
           div.submit_search:active:before {
               border-color:#444;
               background:transparent;
           }

           div.submit_search:hover:after,
           div.submit_search:focus:after,
           div.submit_search:active:after {
               background:#444;
           }
           */
           .gg-search {
               box-sizing: border-box;
               position: relative;
               display: block;
               transform: scale(var(--ggs,1));
               width: 22px!important;
               height: 22px!important;
               border: 1px solid #7ac043;
               border-radius: 100%;
               margin-left: -4px;
               margin-top: -18px!important;
           }

           .gg-search::after {
              content: "";
              display: block;
              box-sizing: border-box;
              position: absolute;
              border-radius: 3px;
              border: 2px solid #7ac043;
              width: 2px;
              height: 14px!important;
              background: currentColor;
              transform: rotate(-40deg)!important;
              top: 16px!important;
              left: 19px!important;
           }

           /*lupa psevdo element END*/

           .fgheader_cart_totalq {
             color: #94cc68;
             width: 30px;
             height: auto;
             margin-left: 14px;
           display: block;
           margin-top: -30px !important;
             position:relative;
             z-index: 1000;
             cursor: pointer;
             font-size: 80% !important;

           }
           .cartd,.favd{
             margin-top:15px;
             display:block;
           }


   .header_nav_middle{
     min-height:40px!important;
     display:block!important;
     background: #f1d7da;

   }
   .header_nav {
    min-height: 20px !important;
    display: inline !important;
    background: #fff;

   }
   .right_banner{
    display:block!important;
    width:auto;

   }
   .margins{
     margin-left:20px;
   }
   .shopping_cart{
     width: 60%;
       display: block;
       margin-top: 10px;
   }
   .fgheader_cart_totalq {
      color: #94cc68;
      width: 30px;
      height: auto;
      display: block;
      margin-top: -24px !important;
      position: relative;
      z-index: 1000;
      cursor: pointer;
      font-size: 100% !important;
      margin-left: 4px;
      background: #f2f2f2;
      border-radius: 20px;
      padding-left: 10px;
    }
    .form-control{
      width:100%!important;
    }
  .simple_search_auto {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 30px;
    display: block;
   }
   .simple_search_auto input.searchtextinput {
      margin-left: 0px;
      color: #fff;
      font-weight: 500;
      background: #525353;
      width: 100%;
      padding: 15px;
      height: 35px;
      min-width: 380px;

      border: 2px solid #7ac043;
      border-radius: 20px;
      margin-top: -14px;

   }
   .footer-info-box{
   width:25%!important;
   margin:3px auto;
   }
   /*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 0.2s;
 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: #535252;
   transform: rotateY(180deg);
   font-size: 85% !important;
   padding: 5px;
   font-weight: 500;
   margin-left: 1px;
}
/*end flipbox*/
    .submit_search {
        max-width:50px;
        height: auto;
        text-align:center;
      float: left;
      display: block;
      margin-left:-75px;
    }
    .search_lupa{
      width: 80%;
      display: block;
      background:#fff;
      border: none;
    }
   .header12{

   }

   .logo_image,.logo2_image{
     min-width: 80px !important;
     display: block;
     margin-top:-1px;
     margin-right: -24px;
   }
   .shopping_cart{
    width: auto !important;
    display: block;
    margin-left: 12px !important;

}
 .shopping_cart_btn{
    width: 25px !important;
    display: block;
    float: left;
    background: #f2f2f2;
    border-radius: 20px;
    height: 25px;
    margin-top:5px;

 }

   .header_phone{
     width: auto;
     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;

   }

 .browse_product_image{
   float:left;
   display: block;
   max-width: 500px;
   border:1px solid #f2f2f2;
 }
 .browse_product_price {
    width: 55%!important;
    height: auto;
    float: left;
    display: block;
    position: relative;
    /*border: 5px solid #f1d7da;*/
    /*background: #94cc68;*/
    border-radius: 20px;
    margin-left: 20px!important;
    background: #fff !important;
    border: 2px solid #f2f2f2;
    margin-right: 5px;
    height: auto !important;
}
.browse_product_price_buy {
    width: 100%!important;
    height: auto;
    float: left;
    display: block;
    position: relative;

}
.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: 95.5%!important;
    padding: 2px!important;
    background: #f2f2f2!important;
    display: block;
    float: left;
    margin-left: 20px!important;
    margin-top: none;
}
.short_order {
  width: 100%!important;
  height: auto;
  display: block;
  position: absolute;
  border: 3px solid #94cc68;
  /*background: #94cc68;*/
  border-radius: 20px;
  padding:5px;
  z-index:1000;
}

.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.20%!important;
    /*width: 24.00%!important;*/
    height: 420px!important;
    min-height: 22%;
    border:1px solid #7ac043;
    float: left;
    margin-top: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    display:block;
      background: #fff;
      padding: 2px;
      border-radius: 15px;
    }

    .product_one_mozaika_border:hover
    {
      width: 19.20%!important;
      /*width: 24.00%!important;*/
      height: 420px!important;
      min-height: 22%;
    border: 1px solid #7ac043;
    float: left;
    margin-top: 12px;
    margin-left: 5px;
    margin-right: 5px;
    display:block;
    /*background:#94cc68;*/
    background: #fff;
    padding: 2px;
    border-radius: 15px;
    }
    .product_one_mozaika_border_index
    {
    max-width: 200px!important;
    width: auto;
    height: auto;
    min-height: 22%;
    border:1px solid #f2f2f2;
    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;
      */
      max-width: 200px!important;
      width: auto;
      height: auto;
      min-height: 22%;
    border: 1px solid #7ac043;
    float: left;
    margin-top: 12px;
    margin-left: 5px;
    margin-right: 5px;
    display:block;
    /*background:#94cc68;*/
    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:  #f1f1f1;
    margin-top: 5px;
    width: 16% !important;
 }
 .view_filter{
   display:none!important;
 }
 .link_sortir{
       display: block;
    float: left;
    margin: 5px;
     }
  .cat_item a {
    font-size: 85% !important;
  }
  .nav_titlebar{
    display:block!important;
    width:100%!important;
    /*max-width: 1380px;*/

    margin: 20px;
  }
  .titlebar a:link{
    color:#535252;
    font-size:90%;

  }
  .titlebar a:hover{
    color:#7ac043;
    font-size:90%;

  }
  .sbanner_index{
    display: block;
    max-width:1900px;
    margin: 0 auto;

  }
  .index_left_menu{
    display: block;
    height: auto;
    overflow-y: scroll;
    max-height: 540px;
    margin: 1px;
  }
  .cat_link{
    font-size:95%;

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

.header_mobvis{
  display: none!important;
}
.header_desctop{
  display: block!important;
  height:90px;
}
.header_logo12{

  float:left;
  display: block;
  margin-top: 5px;
}
.header_title12{
  width: auto;
height: auto;
margin-top: 20px;
float: left;
display: block;
min-height: 30px;
font-size: 100% !important;
color: #3356a0;
font-weight: 600;
font-style: italic;
}
.header_mobile12{
      width: 100%!important;
    height: auto;
    float: right;
    display: block;
    min-height: 30px;
    margin-top: 10px;

}
.header_mobile12 a:link {
  font-size: 100% !important;
}
.header_email12{
  font-size: 80% !important;
}

.menu-show {
    margin-top: 140px!important;
    margin-left: 0;
    box-shadow: 4px 2px 15px 1px #94cc68;
    display: block;
}
.browse_product_title {
			font-size: 120%!important;
       /*width: 93.5% !important;*/
        width: 99% !important;
  }
  /*new Horizontal mega menu*/
.horizontal_menu_new {
  width:100%;
  background:#7ac043;
  display: inline-block;
  max-width: 1280px;
  background-image: linear-gradient(180deg,#63bf40,transparent);
}
  .horizontal_menu_new a {
    cursor:pointer;
  }

  .horizontal_menu_new ul {
    list-style: none;
    padding: 0px;
    width:100%;
    margin:0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    /*max-width: 1380px;*/
    }

  .horizontal_menu_new ul li {
    width: auto;
    float:left;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    font-weight: 200;
    cursor:pointer;
    }
    .horizontal_menu_new ul li:hover {
    /*background: #f2f2f2;*/
    width: auto;
    float:left;
    z-index: 10000;
    padding-left: 5px;
    padding-right: 5px;
    /*
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom:2px solid #94cc68;
    */
    text-align: center;
    border-bottom:none!important;
    color:#94cc68!important;


    }
    .horizontal_menu_new ul li.url_exist:hover{
      background: none;
      border-right: none;
      border-left: none;
      background:none !important;
      color:#94cc68!important;

    }

  .horizontal_menu_new ul li a{
    display: block;
    cursor: pointer;
    font-size: 100% !important;
    font-weight: 600;
    }
    .horizontal_menu_new ul li .url_exist a:hover {
        background: none!important;
        color:#f1d7da!important;
        display: block;
        cursor: pointer;
        font-size:100%!important;
        font-weight: 100;

        }
  .horizontal_menu_new ul li a:hover {
    /*color: #fff !important;*/
    display: block;
    cursor: pointer;
    font-size:100%!important;
    font-weight: 600;
    color: #94cc68 !important;

      }

  .horizontal_menu_new ul li a ul li a:link{
    background:#fff;
    border: none;
    cursor:pointer;
    color:#c4161c;

  }
  .horizontal_menu_new ul li a ul li a:hover{
    background:#fff;
    border: none;
    cursor:pointer;
    color:#c4161c;

  }

  .horizontal_menu_new ul li:hover ul{
    display: flex;
    cursor: pointer;
    background:#f2f2f2;
    overflow-x:hidden;
    overflow-y:none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 9px;
  }
  .input_check{
   min-width:20px;
   width:20px;
   height:20px;

  }

  .horizontal_menu_new ul ul {
    display: none;
    position: absolute;
    z-index: 9996;
    height: auto;
    width: 100%;
    max-width: 100%;

    height: auto;
    background: #f2f2f2;
    overflow-y: hidden;
    overflow-x: hidden;
    left:5px;
    right:5px;
    padding: 10px;
    margin:0 auto;
    min-height:600px;
    /*border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-left: 5px solid #82bdcd;
    border-right: 5px solid #82bdcd;
    border-bottom: 5px solid #82bdcd;
    border-top: 5px solid #82bdcd;*/
        }
    .horizontal_menu_new ul ul li {
      border:none;
      height: 260px;
      display: block;
    }
    .horizontal_menu_new ul ul li:hover {
      border:none;
      height: 260px;
      display: block;
    }

  .horizontal_menu_new ul li a ul li {
    z-index: 9996;
      /*background: #f9fff3;*/
       background: #7ac043;

      min-width: 100%;
      float: left;
      line-height: 25px;
      min-height: 50px;
      padding: 5px;
      margin-top: -5px;
      width: auto;
      border:none;
  }

  .hh3cat_div{
    width:230px!important;
    margin: 3px!important;
    padding: 4px!important;

    display: block!important;
    height: auto!important;
    font-size:100%!important;


    }
  .hh3cat_div:hover{
      width:230px!important;
      font-size:100%!important;
    margin: 3px!important;
    padding: 4px!important;

    display: block!important;
    height: auto!important;
    color:#82bdcd;


    }

  .hh3cat_div a h2{
    font-size:90%!important;
    font-weight:500;
    color:#fff!important;
    padding:2px;
    margin:0px;
    display: block;
    background: #535252;
    border-radius: 10px;

  }
  .hh3cat_div a h2:hover{
    font-size:90%!important;
    color:#fff!important;
    padding:2px;
    margin:0px;
    display: block;
    background: #94cc68;
    border-radius: 20px;
  }
  .hh3cat_div img{
    max-width:220px;
    max-height:220px;
  }
  .hh3cat_div img:hover{
    transform: scale(0.99);
    -o-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -webkit-transform: scale(0.99);
  }

  .hsubcat_ul{
      margin-left: 5px;
      width: 300px;
      margin-top: 5px;

      display: block;
  }
  .hsubcat_ul a:link{
    padding-left: 1px;
    line-height: 28px;
    display: block;
    cursor: pointer;
    color: #757575;
    font-size: 14px;
    font-weight: 200;
  }

  .hsubcat_ul h4{
      padding:5px;
      font-weight:400;
      display:block;
  }
  .hsubcat_ul h4 a :link{
      font-size:12px;
      font-weight:400;
      display:block;
      cursor:pointer;
  }
  .hsubcat_ul h4 a :hover{

      font-size:12px;
      font-weight:400;
      display:block;
      cursor:pointer;
      box-shadow:1px 1px 2px #eee;
  }
  .sub-menu{
    border: 3px solid #fff;
    background: #CCC;
  }
  /*end vertical Horizontalmenu*/

  /*new Horizontal mega menu
  .horizontal_menu_new {width:90%;background:#fff; display: inline-block;max-width: 1280px;}
  .horizontal_menu_new a {
    cursor:pointer;
  }

  .horizontal_menu_new ul {
    list-style: none;
    padding: 0px;
    width:100%;
    margin:0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1180px;
    padding-left: 10px;
    padding-right: 10px;
   }

  .horizontal_menu_new ul li {
    width: auto;
    float:left;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    }
    .horizontal_menu_new ul li:hover {

    width: auto;
    float:left;
    z-index: 10000;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;

    background:url("/images/matraci/matraci-hp-v4-with-dropdown.png");
    animation: line 1s;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position: bottom center;

    }

  .horizontal_menu_new ul li a{
      display: block;
      cursor: pointer;
      color: #535252;
      font-size:110%!important;
      font-weight: 700;
    }

  .horizontal_menu_new ul li a:hover {

      color: #535252;
      display: block;
      cursor: pointer;
      font-size:110%!important;
      font-weight: 700;
      border-bottom:3px solid red;

  }


  .horizontal_menu_new ul li:hover ul{
    display: flex;
    margin-top:60px;
    cursor: pointer;
    background:#94cc68;
    overflow-x:none;
    overflow-y:none;
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    -ms-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
    justify-content:center;

    }
  .input_check{
   min-width:20px;
   width:20px;
   height:20px;

  }

  .horizontal_menu_new ul ul {
    display: none;
    position: absolute;
    z-index: 9996;
    height: auto;
    top: 90px;
    width: 100%;
    min-width: 1780px;
    height: auto;

    background: #625d5a!important;
    overflow-y: hidden;
    overflow-x: hidden;

    right:1px;
    margin: 0 auto;
    padding: 10px;
    }
    .horizontal_menu_new ul ul li {
      border:none;
      height: 120px;
      display: block;
    }
    .horizontal_menu_new ul ul li:hover {
      border:none;
      height: 120px;
      display: block;
    }

  .horizontal_menu_new ul li a ul li {
    z-index: 9996;

       background: #fff;

      min-width: 100%;
      float: left;
      line-height: 25px;
      min-height: 50px;
      padding: 5px;
      margin-top: -5px;
      width: auto;
      border:none;
  }

  .hh3cat_div{
    width:auto;
    margin: 3px!important;
    padding: 3px!important;

    display: block!important;
    height: 160px!important;

    }
  .hh3cat_div:hover{
      width: auto;
    margin: 3px!important;
    padding: 3px!important;
    display: block!important;
    height: 160px!important;

    }

  .hh3cat_div a h2{
    font-size:85%!important;
    font-weight:500;
    color:#fff;
    padding:0px;
    margin:0px;
    display: block;


  }
  .hh3cat_div a h2:hover{
    font-size:85%!important;
    font-weight:500;
    color:#fff;
    padding:0px;
    margin:0px;
    display: block;

  }
  .hh3cat_div img{
    max-width:120px;
    max-height:120px;
  }

  .hsubcat_ul{
      margin-left: 5px;
      width: 300px;
      margin-top: 5px;
      display: block;
  }
  .hsubcat_ul a:link{
    padding-left: 1px;
    line-height: 28px;
    display: block;
    cursor: pointer;
    color: #757575;
    font-size: 14px;
    font-weight: 200;
  }

  .hsubcat_ul h4{
      padding:5px;
      font-weight:400;
      display:block;
  }
  .hsubcat_ul h4 a :link{
      font-size:12px;
      font-weight:400;
      display:block;
      cursor:pointer;
  }
  .hsubcat_ul h4 a :hover{

      font-size:12px;
      font-weight:400;
      display:block;
      cursor:pointer;
      box-shadow:1px 1px 2px #94cc68;
  }
  .sub-menu{
    border: 3px solid #fff;
    background: #CCC;
  }
  /*end vertical Horizontalmenu*/
    .browse_cat_by_gr{
      width:auto!important;
      padding:5px;


    }
    .browse_cat_by_gr_item{
      width:auto!important;
      padding:5px;

}


.producti_stil_tip{
  width:100%;
  display: inline-block;
  margin-top:3px;
  padding:3px;
  border:1px solid #f7f8fc;
  background:#fcfdff;

}
.producti_stil_tip h2 {
  width: auto;
  display: block;
  float: left;
  margin: 5px;
  padding: 5px;
  border: 1px solid #c0cce2;
  background: #fff;
  position: relative;
  min-height: 35px;
}

.producti_stil_tip h2:hover {
  width: auto;
  display: block;
  float: left;
  margin: 5px;
  padding: 5px;
  border: 1px solid #c0cce2;
  background: #f7f8fc;
  position: relative;
  min-height: 35px;
}
.producti_stil_tip h2 b {
  color:#c0cce2;

}
.producti_stil_tip h3 b {
  color:#c0cce2;

}

.producti_stil_tip h3 {
  width: auto;
  display: block;
  float: left;
  margin: 5px;
  padding: 5px;
  border: 1px solid #c0cce2;
  background: #fff;
  position: relative;
  min-height: 35px;
}

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


}
.producti_stil_tip h2 a:link {
  font-size: 80%!important;
  color:#757575!important;
  font-weight:400;
}
.producti_stil_tip h2 a:hover {
  font-size: 80% !important;
  font-weight:400;
}
.producti_stil_tip h3 a:link {
  font-size: 80%!important;
  color:#757575!important;
  font-weight:400;
}
.producti_stil_tip h3 a:hover {
  font-size: 80% !important;
  font-weight:400;
}
.producti_stil_tip ul li  {
  width: auto;
  display: block;
  float: left;
  margin: 5px;
  padding: 5px;
  background: #94cc68;
  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;
}

/*tmarks_index-------------------*/
.tmarks_index_products{
  display:inline-block;
  width:100%;
  height: auto;
  padding: 5px;
  margin-top:5px;
  margin-bottom:5px;
}
.tmarks_index{
  clear:both;
  background-color:#fff;
  overflow:hidden;
  margin-top: 20px;
}
.tmarks_index ul li  {
  width: 200px!important;
  padding: 5px;
  background: #fff;
  position: relative;
  min-height: 35px;
  border: 2px solid #f1d7da;
  margin: 5px;
  text-align: center;
}
.tmarks_index ul li:hover {
  width: 200px!important;
  padding: 5px;
  background: #fff;
  position: relative;
  min-height: 35px;
  border: 2px solid #7ac043;
  margin: 5px;
  text-align: center;
}

/*catalog_gr_index ------------------------------------------------*/
.catalog_gr_index_s{
  width:100%;
  display: inline-block;
  margin-top:3px;
  padding:3px;
  /*border:1px solid #f7f8fc;
  background:#fcfdff;*
  */
}
.catalog_gr_index_s{

	width: 100%;
	margin: 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	/* padding-left: 20px; */
	/* padding-right: 20px; */
}
.catalog_gr_index{
  width:auto;
}
 .catalog_gr_index figure  {
   width: 350px!important;
 margin: 3px;
 background: #fff;
 position: relative;
 height: auto;

}
.catalog_gr_index figure:hover  {
 width: 350px!important;
 margin: 3px;
 background:#fff;
 position: relative;
 height: auto;
 color:#000;
}
.catalog_gr_index figure a:link {
  width: 100%;
  margin: 0px;
  padding:0px;
  height: 100%;
  color:#111;
}
.catalog_gr_index figure a:hover {
  width: 100%;
  margin: 0px;
  padding:0px;
  height: 100%;
  color:#000;
}
.catalog_gr_index figure img {
  width: auto;
  background: #f3d05c;
  position: relative;
  height:auto;


}
.catalog_gr_index figure img:hover {
  width: auto;
  background: #f3d05c;
  position: relative;
  height: auto;


}
.catalog_gr_index figure figcaption {
    width: 350px!important;
    display: block;
    margin: 0px;
    padding: 0px;
   color: #fff;
    position: absolute;
    top: 170px!important;
    text-align: center;
    font-size: 110% !important;
    text-transform: uppercase;
    font-weight: bolder;
}
.catalog_gr_index_name {
    width: 260px;
    background: #535252;
        background-image: none;
    position: relative;
    font-size: 100%!important;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin-top: 1px;
    text-align: center;
    /*background-image: linear-gradient(360deg,#f2f2f2,transparent);*/
    cursor:pointer;
}
.transitlink {
    transition: all .3s ease;
}
.catalog_gr_index_name:hover{
  width:260px;
  background: #7ac043;
  position: relative;
  font-size:100%!important;
  color:#fff;
  font-weight:bold;
  padding:5px;
  margin-top:1px;
  text-align:center;
  /*background-image: linear-gradient(180deg,#bbfca2,transparent);*/
  cursor:pointer;
}
.pl_description {
  /*width: 93.5%*/
  width:100%;

  height: auto;
	color:#535252;
	font-size: 100%;
	padding-top: 10px;
	background-color: #fff;
	padding: 8px;
	display:inline-block;
  max-width: none !important;
}
/* Dropdown Button */
.slidedown{
color: #fff;
display: block;
font-size: 100%;
font-weight: 100;
margin-top: 2px;
margin-left: 2px;
padding-left: 3px;
border: none;
height: auto;

}
/*catalog_gr_index ------------------------------------------------*/
.catalog_gr_index_s{
  width:100%;
  display: inline-block;
  margin-top:3px;
  padding:3px;
  /*border:1px solid #f7f8fc;
  background:#fcfdff;*
  */
}
.catalog_gr_index_s{
  width: 100%;
margin: 0px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
padding-left: 20px;
padding-right: 20px;
}
.catalog_gr_index{
  width:auto;
}
 .catalog_gr_index figure  {
   width: 350px!important;
 margin: 3px;
 background: #fff;
 position: relative;
 height: auto;

}
.catalog_gr_index figure:hover  {
 width: 350px!important;
 margin: 3px;
 background:#fff;
 position: relative;
 height: auto;
 color:#000;
}
.catalog_gr_index figure a:link {
  width: 100%;
  margin: 0px;
  padding:0px;
  height: 100%;
  color:#111;
}
.catalog_gr_index figure a:hover {
  width: 100%;
  margin: 0px;
  padding:0px;
  height: 100%;
  color:#000;
}
.catalog_gr_index figure img {
  width: auto;
  background: #f3d05c;
  position: relative;
  height:auto;


}
.catalog_gr_index figure img:hover {
  width: auto;
  background: #f3d05c;
  position: relative;
  height: auto;


}
.catalog_gr_index figure figcaption {
    width: 350px!important;
    display: block;
    margin: 0px;
    padding: 0px;
   color: #fff;
    position: absolute;
    top: 170px!important;
    text-align: center;
    font-size: 110% !important;
    text-transform: uppercase;
    font-weight: bolder;
}
/*.catalog_gr_index_name {
    width: 100%;
    background: #54c5d0;
        background-image: none;
    position: relative;
    font-size: 80%;
    color: #73675a;
    font-weight: 600!important;
    padding: 5px;

    text-align: center;
    background-image: linear-gradient(360deg,#54c5d0,transparent);

    border-top-left-radius: 20%;
    border-top-right-radius: 20%;

}
*/
.catalog_gr_index_name_bezimage {
  width: 100%;
background: #535252;
    background-image: none;
background-image: none;
position: relative;
font-size: 100%;
font-weight: 400 !important;
padding: 10px;
text-align: center;
color:#fff!important;
padding:5px;
}
.catalog_gr_index_name_bezimage:hover {
      width: 100%;
    background: #7ac043;
        background-image: none;
    background-image: none;
    position: relative;
    font-size: 100%;
    color: #fff!important;
    padding: 10px;
    text-align: center;
    background-image: linear-gradient(90deg,#7ac043,transparent);

    padding:5px;

}
.transitlink {
    transition: all .3s ease;
}
.catalog_gr_index a {
    color: #fff!important;
}
/*
.catalog_gr_index_name:hover{
  width:100%;
  background: #8abd4a;
  position: relative;
  font-size:80%;
  color:#fff;
  font-weight:bold!important;
  padding:5px;

  text-align:center;


}
*/
.short_browse_btn {
  margin-top: 20px !important;
  margin-left: 20px !important;
  background:#f2f2f2;
  display: block;
  color:#963734;
  width:100%;
}
.catgr_main_li{
    color: #fff;
  text-transform: uppercase;
  font-weight:500;
  position: relative;
  width:auto;
}
.catgr_main_li:hover{
  color: #fff!important;
  text-transform: uppercase;
    font-weight:500;
  width:auto;
}
.catgr_main{
  color: #fff;
text-transform: uppercase;
/*background: #f2f2f2;*/
position: relative;
padding-top: 12px;
padding-bottom: 5px;
border-top-width: 2px;
border-bottom-width: 1px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
padding-left: 10px;
padding-right: 10px;
border-bottom: 2px solid #7ac043;
opacity: 100%;
font-weight: 600;
}
.catgr_main:hover{
  color: #535252;
text-transform: uppercase;
background: #f2f2f2;
position: relative;
padding-top: 12px;
padding-bottom: 10px;
border-top-width: 2px;
border-bottom-width: 1px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
padding-left: 10px;
padding-right: 10px;
opacity: 100%;
font-weight: 600;
}


  li.catgr_mainpage{
    color: #535252;
  text-transform: uppercase;

  position: relative;
  border-top-width: 2px;
  border-bottom-width: 1px;
  /*
    border-color: #f2f2f2;
    border-bottom-color: #7ac043;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom: 2px solid #f2f2f2;
  */
  padding-left: 10px;
  padding-right: 10px;

  margin-left:5px;
  }
    li.catgr_mainpage:hover{
      color: #fff;
      text-transform: uppercase;
      position: relative;

      border-top-width: 2px;
      border-bottom-width: 1px;

       border-color: #f2f2f2;
       border-bottom-color: #535252;
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
      border-bottom: 2px solid #535252;

      padding-left: 10px;
      padding-right: 10px;

      margin-left:5px;
    }
    li.catgr_mainpage a:link{
      padding-left:5px;
      padding-right:5px;
      font-weight:600;
    }
    li.catgr_mainpage a:hover{
      padding-left:5px;
      padding-right:5px;
      font-weight:600;
      color: #94cc68  !important;
    }
/* Dropdown Button */

  a:link.phone_hnumber{
    font-size:80%!important;
    position:relative;
  }
  .gheader_cart_totalq {
    color: #94cc68 !important;
    font-size: 80% !important;
    width: 55px;
    height: 30px;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 5px !important;
    margin-top: -26px !important;
    z-index: 1000;
    background: #fff;
    cursor: pointer;
    position: relative;
    padding-left: 0px;
    padding-top: 3px;
  }

  .header_cust_prof{
    float: left;
  margin-left: 70px;
  display: block;
  margin-top: 25px !important;
  }
  .header_phone_numbers{
    float: right;
    display: block;

  }

  .cust_profile_h {
      display: block;
      border-radius: 70%;
      width: auto;
      text-align: center;
      color: #7ac043;

      border: 2px solid #7ac043;
      border-radius: 20px;
      margin-top: 10px;
      margin-left: 15px;
      background: #575656;
      color:#7ac043!important;
      padding-top:5px;
      margin-top: -10px;
  }
  .cust_profile_h li a:link{
    color:#7ac043!important;
    font-size:90%!important;
  }
  .cust_profile_h li a:hover{
    color:#94cc68!important;
  }
  .browse_cat_desc{
    font-size:100%;
    padding:5px;
    font-weight:100;
    width: auto;
    max-height: 150px;
    overflow: hidden;
    background-image: linear-gradient(180deg,#000000 20%,rgba(0,0,0,0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .browse_cat_desc_all{
    font-size:100%;
    padding:5px;
    font-weight:100;
    width: auto;
  }

  .show_desc_btn{
    width:auto;
    padding:5px;
    height:auto;
    color:#535252;
    font-weight: 100;
    background:#f2f2f2;
    border:1px solid #7ac043;
    border-radius: 20px;
    display: inline-block;
    margin-top:5px;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: center;
    margin-left: 0px!important;
  }
  .show_desc_btn:hover{
    width:auto;
    padding:5px;
    height:auto;

    color:#535252;
    font-weight: 100;
    background: #f2f2f2;

    border:1px solid #94cc68;
    border-radius: 20px;
    display: inline-block;
    margin-top:5px;
    margin-bottom: 5px;

    cursor: pointer;
    text-align: center;
    margin-left: 0px!important;
  }


  .op_row1
  {
      width: 100%;
    height: auto;
    min-height: 30px!important;
    border-left: none!important;
     border-right:none!important;
    border-bottom:none!important;
    display: inline-block;
    /*border-radius: 20px;*/
    background:#fff;
  }
  .op_row1_bottom{
    width: 100%;
  height: auto;
  min-height: 30px!important;
  border-left: none!important;
   border-right:none!important;
  border-bottom:none!important;
  display: inline-block;
  /*border-radius: 20px;*/
  background:#fff;
  margin-bottom:0px!important;
  }

  .op_row2{
      width: 100%;
    height: auto;
    min-height: 30px;
    border-left: none!important;
    border-bottom:none!important;
    margin-bottom:5px!important;
    display: inline-block;
    /*border-radius: 20px;*/
    background:#fff;
  }

  .rTableCell{
    float: left;
    min-height: 30px;
    font-size: 90%;
    font-weight: 500;
    overflow: hidden;
    padding: 3px 1.8%;
    width: 30%!important;
    border-left: none!important;
    border-right:none!important;


  }
  .rTableCell1{

    min-height: 30px;
    font-size: 90%;
    font-weight: 400;
    overflow: hidden;
    padding: 3px 1.8%;
    width: 69%!important;
    border-left: none!important;
    border-bottom:none!important;
    color:#444;

  }
  .rTableCell_all{
    min-height: 30px;
    font-size: 90%;
    font-weight: 400;
    overflow: hidden;
    padding: 3px 1.8%;
    width: 100%;
    border-left: none!important;
    border-bottom:none!important;
    background:#fff;

  }
  /*Hamburger Button*/
  .toggle-button-desctop {
  	position: relative;
  	width: 40px;
  	height: 30px;
  	top: 8px;
  	left: 10px;
  	padding: 4px;
  	transition: .25s;
  	z-index: 1115;
  	float: left;
  	cursor: pointer;
  }
  .toggle-button-desctop:hover {
  	cursor: pointer;
  }
  .toggle-button-desctop .m-bar {
  	position: absolute;
  	border-radius: 2px;
  	width: 100%;
  	transition: .5s;
  }
  .toggle-button-desctop .m-bar-top {
  	top: 0;
  	border-bottom: 2px solid #7ac043;
  	border-left: 2px solid #7ac043;
  	border-radius: 15px;
  	margin-left: 14px;
  }
  .toggle-button-desctop .m-bar-middle {
  	color: #94cc68;
  	text-transform: uppercase;
  	font-size: 80%;
  }
  .toggle-button-desctop .m-bar-bottom {
  	border-bottom: 2px solid #7ac043;
  	border-left: 2px solid #7ac043;
  	border-radius: 15px;
  	top: 22px;
  	margin-left: 14px;
  }
  .fa-bars::before {
      content: "";
  }
  .fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
    color:#fff;
}
.fa, .fab, .fad, .fal, .far, .fas {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color:#fff;
    padding-right: 4px;
}
.catalog_gr_index img {
    max-width: 200px;
}
.browse_cat_search{
  padding: 0px;
  width: 100%;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: left;
  background:#f1f1f1;
}
.browse_cat_search_inp{
  padding:2px;
  display:block;
}
.browse_cat_search_title{
  font-size:100%;
  font-weight:500;
  color:#7ac043;
}
.browse_cat_search_select{
  width:100%;
  display:block;
  border: 1px solid #7ac043;
  border-radius: 0px;
}
.browse_cat_search_select_small{
  width:60%;
  display:block;
  border: 1px solid #7ac043;
  border-radius: 0px;
}

.browse_cat_search_inputkw{
    margin-left: 0px;
    color: #535252;
    font-weight: 500;
    background: #fff;
    width: 100%;
    height: 30px;
    min-width: 100px;
    border: 1px solid #7ac043;
    border-radius: 0px;
}
.product_one_mozaika_border h3 {
    margin: 0px;
    padding: 0px;
    font-weight:500!important;
    width: 100%;
    display: block;
    font-size: 130% !important;
}
.oddrow{
  background: #f2f2f2;
  font-size: 120%!important;
  color:#535252;
  font-weight: 400;
  text-align: center;
}
.evenrow{
  background: #fff;
  font-size: 120%!important;
  color:#535252;
  font-weight: 400;
  text-align: center;
}
#short_order,#inq_order{
  display:none;
}
#short_order_slide,#inq_slide{
  display:block;
}
.short_ord_btn_disabled,.short_ord_btn_disabled:hover {
    width: 100%;
    padding: 11px;
    height: auto;
    color: #ccc;
    font-weight: 600;
    background: #fff;
    border: 2px solid #f2f2f2;
    border-radius: 20px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor:none;
    text-align: center;
    margin-left: 0px !important;
}
.short_ord_btn {
    width: auto;
    padding: 11px;
    height: auto;
    color: #535252;
    font-weight: 600;
    background: #fff;
    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_ord_btn:hover {
    width: auto;
    padding: 11px;
    height: auto;
    color: #fff;
    font-weight: 600;
    background: #7ac043;
    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_browse_action{
        width: 40% !important;
      height: auto;
      float: left;
      display: block;
      position: relative;
      border: none!important;
      height:100px;
    }
    .pl_price_oldbrowse {
    	font-size: 100%!important;
    	text-decoration: line-through;
    	color: #535252;
      font-weight:100!important;
    }
    .link_browse_delivery {
      color:#535252;
      text-decoration: underline;

    }
    .link_browse_delivery:hover{
      color:#7ac043;
      text-decoration: underline;

    }
    .zadraskana_cena_mozaika_item
    {

      display:block;
      color: #605d5c;
        font-size: 80%;
      text-decoration: line-through;
      height:12px;
      text-align: left;
      /*float: left;*/
        padding-left: 2px;
        width: auto;
        margin-top: -15px!important;
    }
    .cart_front{
      max-width:1024px;
      display:block;
    }
    .order_detail_front{
      max-width:1380px;
      display:block;
      margin:0 auto;
    }

    .browse_fav_mes{
      margin-top:-50px!important

    }
    .search_next_page_m{
       color:#7ac043;
       padding-left:4px;
        cursor:pointer;
        font-weight: bold !important;
        font-size: 110%;
    }
    .search_prev_page_m{
       color:#94cc68;
       padding-left:4px;
       font-weight: bold !important;
       font-size: 110%;
       cursor:pointer;
    }
    .view_next_page_btn{
      width: 100%;
    /*border: 1px solid #7ac043;*/

    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 #7ac043;

  }
  .link_sortirane_ajax_selected{
    background-color: #7ac043!important;
    border: 1px solid #7ac043;
    color:#fff!important;

  }
  .link_sortirane_ajax ul li a:link {
      text-decoration: none;
      color: #7ac043;
      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;
  }
  .producti_over {
    width: 100% !important;
  }
  .producti_over_all_width{
    width: 100% !important;
  }

  .title_prod_over
    {
      background-color: #f1f1f1;
    	width: 100%;
    	min-height: 35px;
    	height: auto;
    	display: block;
      padding-left: 10px;
      border-bottom: 2px solid #7ac043;

    }
    .float_left{
     float:left;
     text-align:left;

    }
    .footer-info-box-map {
      width: 60%!important;
      margin: 3px auto;
      color: #fff !important;
    }

}/*final 990*/

.sbanner_item {
    display: block;
    float: left;
    width: 850px;
    margin-left: 5px;
    margin-right: 5px;
    max-height:378px;
}
.left_banner, .right_banner {
    display: block;
    float: left;
    border: 1px solid #fff;
    width: auto;
    margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
.map{
  width: 100%;
  height: 350px;
  margin-top: 10px;
  border-radius: 20px;
  border: 3px solid #7ac043;

}


/*end 990*/
.browse_cat_search_div{
  display:block;
  padding-top:5px;
  padding-bottom:5px;
  position:relative;
  width:100%;
  height:auto;
}
.view_next_page_btn{
  width: 100%;
/*border: 1px solid #7ac043;*/

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


}
.view_plus_page_btn{
  width: auto;
border: 1px solid #7ac043;
background: #f2f2f2;
display: block;
text-align: center;
color: #535252;
cursor: pointer;
margin: 10px;
height: auto;
padding: 5px;

}
.view_plus_page_btn:hover{
  width: auto;
border: 1px solid #7ac043;
background: #fff;
display: block;
text-align: center;
color: #fff;
cursor: pointer;
margin: 10px;
height: auto;
padding: 5px;

}
.view_minus_page_btn{
  width: auto;
border: 1px solid #94cc68;
background: #f2f2f2;
display: block;
text-align: center;
color: #535252;
cursor: pointer;
margin: 10px;
height: auto;
padding: 5px;

}
.view_minus_page_btn:hover{
  width: auto;
border: 1px solid #94cc68;
background: #fff;
display: block;
text-align: center;
color: #535252;
cursor: pointer;
margin: 10px;
height: auto;
padding: 5px;

}
.view_plus_page_title_count{
  width: auto;
border: 1px solid #7ac043;
background: #f2f2f2;
display: block;
text-align: center;
color: #535252;

margin: 10px;
height: auto;
padding: 5px;
}

.search_next_page_m{
   color:#7ac043;
  padding-left:4px;

   cursor:pointer;
}
.search_prev_page_m{
   color:#94cc68;
   padding-left:4px;

   cursor:pointer;
}
.link_browse_delivery {
  color:#535252;
  text-decoration: underline;

}
.link_browse_delivery:hover{
  color:#7ac043;
  text-decoration: underline;

}
.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: #94cc68}

/* 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:-20px;
	font-size: 100%!important;
	text-align: center;
	color: #535252;
	font-weight: bold;
	min-height: 30px;
	display: block;
	height: auto;
}
.browse_nom_start{
	    width: 100%;
      height: auto;
    font-size: 80%;
    border: 1px solid #f1d7da;
    background: #fff;
    text-align: left;
    color: #7e96a2;

    z-index: 10;
    max-height: 230px;
    margin-left:0px!important;
    padding:0px!important;
    margin-top:0px!important;

}


.brnom_start{

	font-size:100%;
	font-weight:800;
	text-align:left;
	color:#535252;
	display: inline-block;
  margin:0px!important;
  padding:0px!important;
}
.brnom_h2{
padding:0px;
margin:0px;
text-align:center;
font-size:100%;
color:#535252;
text-transform:uppercase;
display:block;
}
/*
.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 #94cc68;
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 #f2f2f2;
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 #7ac043;
float: left;
margin:5px;
display:block;
/*background:#94cc68;*/
background: #fff;
padding: 2px;
}
/*
.product_one_mozaika_border:hover
{

  width: 46%;
  height: auto;
  min-height: 250px;
border: 1px solid #c0cce2;
float: left;
margin:5px;
display:block;

background: #fff;
padding: 2px;
}
*/
.product_one_mozaika_border a:link
{

  font-weight:500;

}
.product_one_mozaika_border a:hover
{
  color:#535252;

}
.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-bottom:4px;
  /*border:1px solid #535252;*/
  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: #535252;

}
.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;
color: #535252;
text-transform: none;

}
.title_text_product_one_mozaika a:hover
{

display: block;
position: relative;
margin-top: 5px;
width: 100%;
min-height: 80px;
text-align: center;
font-size: 100%;
font-weight: 500;
color:#7ac043;
text-transform: none;
}

.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:12px;
  text-align: left;
  /*float: left;*/
    padding-left: 2px;
    width: auto;
    margin-top: -10px
}
.ceni_razprodajba_mozaika
{
  display:block;
  margin-top: 2px;
  width: auto;

  /*color:#d11219;*/

  font-weight:bold;
  font-size:110%;
  /*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:100%;
  margin-left:36px;
}

.ceni_novi_mozaika
{
  display:block;
  float:left;
  color:#535252;
  font-weight:bold;
  font-size:80%;
  margin-left:36px;
}
.product_price_promotion_filter_copon {
/*color: #73a925;*/
color:#535252;
font-size: 110%;
font-weight: bold;
display: block;
text-align: center;
float: left;
width: 90%;
margin-left:10px;
}
.copon_name{
  color: #7F7F7F;
  font-size: 65%;
  width: 100%;
  display: block;
  padding: 5px;
  text-align: center;
  }
  .copon_name_item{
    color: #94cc68;
    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*/

/*filtri_left*/
/*filtyr*/
.slide1{
  background: #7ac043;
  padding-left: 5px;
  color: #fff;
  font-weight: 700;
}

.cat_item{
    width: 100%;
    padding: 5px;
    margin: 2px;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}
.cat_item input{
  width: 15px;
height: 15px;
float: left;
padding: 2px;
display: inline-flex;
margin: 0px 3px !important;
}
.cat_item a
{
  font-size: 80% !important;
  color: #535252;
  font-weight: normal;
  float: left;
  width: auto;
  height: auto;
  margin-top: 3px;
}
.left_menu_caption1
{
	display:inline-block;
  margin: 3px;
}

.cat_item a:hover
{
	text-decoration:none;
  color:#7ac043;
}

#tablica_fol
{
	width:auto;
}

.div_name{
    width: 100%;
  padding: 2px;
  background: #7ac043;
  background-image: none;
  background-image: linear-gradient(180deg,#bbfca2,transparent);
}
.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:block; }
/*.cat_item  input[type=checkbox] + a:before {
  font-family: FontAwesome;
  display: inline-block;

}*/
h3 {
    padding: 0px;
    margin: 0px;
    display: inline-flex;
}
/*.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 h2 input[type=checkbox]{ display:none; }
.producti_stil_tip h2 input[type=checkbox] + a:before {
  font-family: FontAwesome;
  display: inline-block;

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

.producti_stil_tip h2 input[type=checkbox]:checked + a:before {width:20px; height:20px;  content: "\f05d"; } /* checked icon */
.producti_stil_tip h2 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;*/
  /*max-width: 1380px;*/


}
.browse_product_title {
	font-size: 100%!important;
	min-height: 30px;
  height: auto;
	font-weight: bold;
	text-decoration: none;
	color: #7ac043;
	text-align: center;
	margin-top: 10px;
  background-color:#f2f2f2;
  padding:5px;
}

.h5_browse_product_back{
 padding:0px; margin:0px; min-height:25px;height:auto; margin-top:10px;margin-bottom:10px; border:1px solid #f2f2f2;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 #ddd; display:block; border-top-left-radius: 3em;border-bottom-left-radius: 3em;padding-top:5px; text-align:center;width: 100%;background:#f2f2f2;color:#535252;

}
.h5_browse_product_back a{
  color: #535252;
  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:#535252;
  float: left;
  width: 40%;
  padding-left: 10px;
}
.pl_price {
  width: auto;
  float: left;
	color: #535252;
	font-size: 90%;
	font-weight: bold;
	padding-left:5px;
}
.pl_price_bestbrowse {

	font-size: 100%;
	color: #535252;
	font-weight: bold;
}
.pl_price_oldbrowse {
	font-size: 90%;
	text-decoration: line-through;
	color: #535252;
  font-weight:100!important;
}
.pl_widebrowse {
	width: 100%;
	font-size: 110%;
	font-weight:bold;
  text-align:left;
}
/*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: #94cc68;
	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: #94cc68;
	font-weight: bold;
	font-size:95%;
}
.copon_name{
color:#7F7F7F;
font-size:80%;
color: #94cc68;
font-size: 80%;


}
.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: 600;
  background:#94cc68;
  border:2px solid #ddd;
  border-radius: 20px;
  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:#fff;
  font-weight: 600;
  background: #7ac043;

  border:2px solid #f2f2f2;
  border-radius: 20px;
  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%!important;
  padding: 10px;
  background: #fff;
  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: 30px;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  margin-bottom: 2px;
  display: inline-block;
  border-radius: none;
}

.op_row2{
    width: 100%;
  height: auto;
  min-height: 25px;
  border-bottom: 1px dotted #94cc68;
  border-left: 1px dotted #94cc68;
  margin-bottom: 2px;
  display: inline-block;
  border-radius: 20px;
}
.title_op
{
	display: block;
	float: left;
	width: 35%;
	font-size: 90%;
	padding-top: 3px;
	padding-left: 3px;
	color: #535252;

}
.right_op{
  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 #94cc68;
border-top: 1px solid #94cc68;
border-left: 1px solid #94cc68;
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 #94cc68;
border-top: 1px solid #94cc68;
border-left: 1px solid #94cc68;
}

.browse_product_other{
  width:100%;
  height: auto;
  margin-top:10px;
  display: inline-block;
  background-color: #fff;
}
.h5_browse_product_other{
color: #535252;
padding: 5px;
margin: 0px;
font-size: 100%;
font-weight: 700;
margin-top: 10px;
margin-bottom: 10px;
display: block;
height: auto;
background:#f2f2f2;
width:100%

}
.h5_browse_product_other a{
color:#535252;
font-size:100%;
font-weight:700;
cursor:pointer;
}
.h5_browse_product_other a:hover{
color:#94cc68;
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:#f1d7da; font-size:80%; font-weight:500;
}
.menu1
{
  margin:0;
  padding:0;
  width:100%;
  height:30px;
  display: inline-block;
}

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

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

font-size: 100%!important;
font-weight: bold!important;
display: block!important;
border-bottom: 2px solid #7ac043!important;
height: 30px;
width: 100%;
min-width: 110px;
float:left;
text-align: center;
line-height:28px;
border-radius: 20px;
}
.menu1 li.ui-tabs-active{
  background:#f2f2f2;
  border-radius: 20px;
}
.menu1 li.active a
{
	border-bottom: 2px solid #7ac043!important;
  width: 100%;
  min-width: 110px;
  height: 30px;
	float:left;
  display: block;
  color:#7ac043;

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

}
*/
#cart_dialog{
  display: block;
margin-top: 10px;
padding: 5px;
border: 3px solid #94cc68;
border-radius: 20px;
background: #FFF;
z-index: 1100;
position: fixed;
overflow: hidden;
width: auto;
float:right;
}
#fcart_dialog{
  display: block;

padding: 5px;
border: 3px solid #94cc68;
border-radius: 20px;
background: #FFF;
z-index: 1300;
position: relative;
overflow: scroll;
width: 40%;
margin: 10 auto;
padding:10px;
}

.fcart_dialog_close{
  border: 3px solid #F293A4;
    border-radius: 3px;
    color: #FF0000;
    font-size: 90%;
    cursor: pointer;
    padding: 3px;
    width: auto;
    float: left;
    margin: 5px;
    text-align: center;
}
.fcart_dialog_close:hover{
  border: 3px solid #F293A4;
  background:#F293A4;
    border-radius: 3px;
    color: #FF0000;
    font-size: 90%;
    cursor: pointer;
    padding: 3px;
    width: auto;
    float: left;
    margin: 5px;
    text-align: center;
}
.cart_dialog_close{
  border: 3px solid #94cc68;
    border-radius: 3px;
    color: #94cc68;
    font-size: 90%;
    cursor: pointer;
    padding: 3px;
    width: 45%;
    float: left;
    margin: 5px;
    text-align: center;
}
.cart_dialog_close:hover{
	border:3px solid #f2f2f2;
	border-radius: 3px;
	color:#f2f2f2;
	font-size:90%;
	cursor:pointer;
	padding:3px;
	background:#535252;
  width:45%;
  float: left;
  margin: 5px;
  text-align: center;
}
.cart_dialog_url{
  border: 3px solid #7ac043;
    border-radius: 3px;
    color: #7ac043;
    font-size: 90%;
    cursor: pointer;
    padding: 3px;
    width: 45%;
    float: right;
    margin: 5px;
    text-align: center;
}
.cart_dialog_url:hover{
	border:3px solid #f2f2f2;
	border-radius: 3px;
	color:#FFF;
	font-size:90%;
	cursor:pointer;
	padding:3px;
	background:#94cc68;
  width:45%;
  float: right;
  margin: 5px;
  text-align: center;
}

.cart_dialog_title{
  color: #535252;
  background: #f2f2f2;
  text-align: center;
}
.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: #444;
	font-size: 80%;
	font-weight: 200;
	/*border-left: 1px solid #ccc;*/
  text-align: center;
}
.cl_price {
	text-align:right;
		color: #444;
	font-size: 70%;
	font-weight: bold;
}

.cl_total {
	vertical-align: top;
	text-align: right;
	color: #444;
	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: #f2f2f2;
  font-size: 75%;
  color:#535252;
  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: #444;
font-size: 70%;
width: 35px;
height: auto;
display: block;
border: 1px solid #fff;
border-radius: 10%;
margin-left: 39px;
margin-top: -32px;
z-index: 1000;
background: #FFF;
cursor:pointer;
text-align:center;
}

.cart_finish_btn{
    width: 99%;
  padding: 10px;
  height: auto;
  color: #f2f2f2;
  font-weight: 300;
  background: #7ac043;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.cart_finish_btn,.order_short_btn{
  width:99%;
  padding:10px;
  height:auto;
  color: #7ac043;
  font-weight: 300;
  background:  #fff;
  border:1px solid #7ac043;
  border-radius: 20px;
  display: inline-block;

  cursor: pointer;
  text-align: center;
}
.cart_finish_btn:hover,.order_short_btn:hover{
  width:99%;
  padding:10px;
  height:auto;
  color:#fff;
  font-weight: 300;
  background: #94cc68;
  border:1px solid #d2d2d2;
  border-radius: 20px;
  display: inline-block;

  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.cart_upd_btn{
  width: 45%;
padding: 10px;
height: auto;
color: #7ac043;
font-weight: 500;
background: #f2f2f2;
border: 2px solid #7ac043;
border-radius: 20px;
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: 500;
  background: #7ac043;
  border:2px solid #7ac043;
  border-radius: 20px;
  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: #7ac043;
font-weight: 500;
background: #fff;
border: 1px solid #7ac043;
border-radius: 20px;
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: 500;
  background: #94cc68;
  border:1px solid #94cc68;
  border-radius: 20px;
  display: block;
  margin-top:10px;
  margin-bottom: 10px;
  text-decoration: none;
  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: 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: 700;
  margin: 10px;
}
.order_final_cust_info_input,  .order_final_cust_info_select {
  color: #555;
  text-align: center;
  font-size: 100%;
  font-weight: 700;
  width: 100%;
  height: auto;
}
.order_final_cust_info_textarea{
  color: #555;
  text-align: center;
  font-size: 90%;
  font-weight: 700;
  width: 100%;
  height: auto;
}
.order_final_label_field{
float: left;
color: #94cc68;
font-size: 100%;
font-weight: 500;
display:block;
}
/*svproducts*/
.op_row1_sv
{
  width: 100%;
height: auto;
min-height: 25px;
border-bottom: 1px dotted #94cc68;
border-left: 1px dotted #94cc68;
margin-bottom: 2px;
display: inline-block;
border-radius: 20px;
}

.op_row2_sv
{
  width: 100%;
height: auto;
min-height: 25px;
border-bottom: 1px dotted #94cc68;
border-left: 1px dotted #94cc68;
margin-bottom: 2px;
display: inline-block;
border-radius: 20px;
}
.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 #94cc68;
}

.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: 49%;
        /*border-left: 1px solid #94cc68;
        border-right: 1px solid #94cc68;*/
        
      }
      .rTableCell1{
        float: left;
        min-height: 30px;
        font-size: 90%;
        font-weight: 400;
        overflow: hidden;
        padding: 3px 1.8%;
        width: 49%;
        /*border-left: 1px solid #94cc68;
        border-right: 1px solid #94cc68;*/
      }
			.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: 20px;
          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: 20px;
        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 #535252;
        width:100%;
        min-width: 300px;
        background-color: #f2f2f2;
        font-size:100%;
      }
      #searchresults_search li {
        display:inline-block;
        background-color:#fff;
        clear:left;
        width: 100%;
         height: auto;
        min-height:56px;
        border-bottom:1px solid #ccc;
      }
      #searchresults_search li a {
         background-color:#f2f2f2;
         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;
         width:20%
        }
      #searchresults_search li a span.searchheading {
        display:block;
         font-weight:bold;
         padding-top:5px;
        color:#535252;
       }
      #searchresults_search li a:hover span.searchheading { color:#555; }
      #searchresults_search li a span { color:#535252; }
      #searchresults_search li a:hover span { color:#666; }
      #searchresults_search li span.category { font-size:90%!important; margin:5px; display:block; color:#555; }
      #searchresults_search li span.name { font-size:90%!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 #c0cce2;
        background: #94cc68;
        max-width: 310px;

      }

      .pagemenu_mobile .menu-item-has-children {
    position: relative;
    border: 1px solid #c0cce2;
    margin: 3px;
    display: inline-block;
    width: 90%;
    padding: 2px;
  }
  .pagemenu_mobile li{
    padding: 8px 12px 0;
    border: 1px solid #c0cce2;
    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: #f7f8fc;
  }
  .header_menu_pages li{
    width: auto;
    height: inherit;
    display: block;
    float: left;
    padding: 4px;
    background: #fff;
    margin: 5px;
    border-bottom: 2px solid #94cc68;
  }

  .footer_menu li{
    width: auto;
    height: inherit;
    display: block;
    float: left;
    padding: 4px;
    background: #fff;
    margin: 5px;
    border-radius: 20px;
    border: 1px solid #c0cce2;
  }
  .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: #94cc68;
    text-align: center;
  }

  /*Page Menu*/
  .pagemenu {

  	font-size: 12px;
  	color: #1655C9;
  }
  .pagemenu_content {

  	font-size: 12px;
  	color: #535252;
  }
  .pagemenu_selected {
  		background-color: white;
  	border: 1px solid #7e96a2;
  	font-size: 15px;

  	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;

  	text-align: center;
  	padding-top: 2px;
  	padding-right: 10px;
  	padding-left: 10px;
  	margin-right: 10px;
  	margin-bottom: 10px;
  }

  a.pagelink:hover {

  	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-size: 14px;
  	text-decoration: none;
  	color: #7e96a2;
  	font-weight: bold;
  }
  a.pagelink_nextpage:hover {

  	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-size: 14px;
  	text-decoration: none;
  	color: #7e96a2;
  	font-weight: bold;
  }
  a.pagelink_nextpages:hover {

  	font-size: 14px;
  	font-weight: bold;
  	text-decoration: none;
  	color: #7e96a2;
  }

  .padding_left {
  	padding-left: 5px;
  }
  .producti_over{
    display: inline-block;
    padding: 5px;
    background: #fcfdff;
    margin-bottom: 50px;
  }
  /*index products*/
  .index_products{
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.sproducts_pprod ul li {
    width: auto !important;
    max-width: 15%!important;
    margin: 5px !important;
    padding: 5px !important;
    border: 1px solid #f1d7da;
    background: #fff;
    position: relative;
    text-align: center;
}
  .sproducts_pprod ul li:hover {
    width: auto !important;
    max-width: 15%!important;
    margin: 5px !important;
    padding: 5px !important;
    background: #f2f2f2;
    position: relative;
    text-align: center;
    border: 1px solid #f1d7da;
  }

  .index_products h2{
    display:inline-block;
     font-size:120%;
     font-weight: 300;
     /*border-bottom:1px solid #c0cce2;*/
     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;
     margin-top: 5px;
   }

   .pictograms_browse img{
     float: left;
     width:auto;
     padding:10px;


   }
   .browse_pictograms_div{
      display:block;
      margin-top:10px;
      padding:10px;
      float:left;

   }
   .browse_product_main_div{
      float:left;
      margin-top:10px;
      max-height:300px;
      height:auto;
   }
   .pict_div_img{
     display:block;
     float:left;
     width:auto;
     height:auto;

   }
   .pict_title{
     font-size:90%;
     text-align:center;
   }

   /* 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 */
   .nomstat_link input{
    width: 10px;
    height: 10px;
    float: left;
    padding: 2px;
    display: inline-flex;
    margin: 3px 3px !important;
   }
   .nomstat_link input[type=checkbox]:checked{
    width: 10px;
    height: 10px;
    float: left;
    padding: 2px;
    display: inline-flex;
    margin: 3px 3px !important;
    color:FFD857;
   }
   .nom_start{
     display: inline-block;
    width: 100%;
    opacity: 100;
    background:#fff;
  }
   .nomstat_link{
     float:left;
     display: block;
     width: auto;
     height: auto;
     border: 1px solid #f1d7da;
     margin: 3px;
     padding: 5px;
   }


   .gl_hor_menu_company{
     background-color:#fff;
     font-size: 100% !important;
     height:auto;
      width:90%;
       padding:5px;
       color:#444;


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

   }
   .lichni_agreement{
      border:3px solid #94cc68;
      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: #94cc68;
     border-bottom: 1px solid #c0cce2;
     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: auto;
     height: auto;
     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;
   }
  .addfav_button{
    width: 50%;
  cursor: pointer;
  display: block;
  background:#f2f2f2;
  opacity: 60%;
  float: right;
  /*margin-right: 10px;
  margin-top: 10px;*/
  border: none;


  }
  .addfav_button:hover{
    background:#7ac043;
    width: 50%;
    cursor: pointer;
    display: block;
    float: right;
    /*margin-right: 10px;
    margin-top: 10px;*/
    border-radius: 10px;

  }
  .ask{
    font-size: 100% !important;
  color: #7ac043;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  }
  .login_tpl{
    width: 90%;
    display: block;
    margin: 0 auto;
    border: 2px solid #f2f2f2;
    padding: 10px;
    background: #fff;
    max-width:400px;
  }
  .add_fav_mess_item{
        background: #94cc68;
        padding: 3px;
    font-size: 80% !important;
    color: #fff;
    display: relative;
    width: auto;
    min-height:50px;
    z-index: 1000;
    position: absolute;
    margin: 0 auto;
  }
  .add_cart_mess_item{
        background: #94cc68;
        padding: 3px;
    font-size: 80% !important;
    color: #fff;
    display: relative;
    width: auto;
    min-height:50px;
    z-index: 1000;
    position: absolute;
    margin: 0 auto;
    margin-top:50px
  }
  #header_hat_top{
    background:#fff!important;

    padding:2px;
    z-index:1200;
  }
  .disc_procent{
    width: auto;
  height: auto;
  border-radius: 10%;
  background: #94cc68;
  display: block;
  position: relative;
  padding: 3px;
  z-index: 1111;
  margin-top: 0px;
  margin-left: 7px;
  margin-right: 17px;
  font-size: 15px !important;
  color: #fff;
  font-weight: 700;

  }
  .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%;
  background: #94cc68;
  display: block;
  position: relative;
  padding: 3px;
  z-index: 1111;
  margin-top: 15px;
  margin-left: 7px;
  margin-right: 17px;
  font-size: 15px !important;
  color: #fff;
  font-weight: 700;


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

  .add_prod_fav_div{
    display: block;
    position: relative;
    height: 0;
    width: auto;
    z-index: 1;
    float: right;


  }
  .add_prod_fav_div_browse{
    display: block;
    position: relative;
    height: 0;
    width: auto;
    z-index: 1;
    float: right;
    margin-top:20px;
  }
  .lichni_danni_agr{
    margin:0px;
    padding:2px;
    font-size:60%!important;
  }
  .red{
    color:#94cc68;
  }
  .green{
    color:green;
  }
  .black{
    color:#757575;
  }
  .left{
    float:left;
  }
  .right{
    float:right;

  }



  .catalogs_index{
    clear:both;
    background-color:#fff;
    overflow:hidden;
    margin-top:15px;
  }
  .catalogs_index_title{
    color:#fff;
    font-size:140%;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    display:block;
    margin-bottom:12px;
    width:100%;
    color:#535252;
    margin-top: 20px;
  }
  .title_sect{
    clear:both;
    background-color:#fff;
    overflow:hidden;
    }
  .title_sect h4{
    color:#fff;
    font-size:140%;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    display:block;
    margin-bottom:12px;
    width:100%;
    color:#535252;
  }

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

   .footer-info-box{
   width:100%;
   margin:3px auto;
   }
   .footer-info-box-follow a{
   display: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;
   }
   .footer-info-box ul li a:link{
     color:#f2f2f2;

   }
   .footer-info-box ul li a:hover{
     color:#fff;
   }

   h4.footer-info-box-name{
   color:#f2f2f2;
   font-size:120%;
   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:#f2f2f2;
   font-size:110%;
   text-align:center;
   }
   .footer-info-box ul li.footer-info-box-info a{
   color:#f2f2f2;
   font-size:110%;
   display:block;
   text-decoration:none;
   text-align:center;
   width:100%;
   }
   .footer-info-box ul li.footer-info-box-info a:hover{
   color:#7ac043;
   text-align:center;
   }
   .footer-info-box-follow a{
   background-color:#fff;
   margin-right:8px;
   display:block;
   }
   .footer-info-box-follow a:hover{
   background-color:#fff;
   }
   .bottom-info{
   width:100%;
   background-color:#c6beb6;
   color:#4a4a4c;
   font-size:95%;
   padding:12px 10px;
   text-align:center;
   }
   .footer-copyright{
   background-color:#384823;
   text-align:center;
   font-size:90%;
   text-align:center;
   padding:8px 2%;
   color:#d8d0d7;
   width:100%;
   margin-right: -55px;
   }
   .footer-copyright a{
   color:#fff;
   text-decoration:underline;
   }
   .footer {
    clear: both;
    background-color:#384823;
    overflow: auto;
}
.cust_buletin_notice {
 font-size:80%!important;
 padding:2px;
 text-align:left;
 color:#f2f2f2;
 line-height:14px;
 display: block;
}
.cust_buletin_in{
 width:63%;
 border:none;
 border-radius:unset;
 font-size: 90%!important;
 float:left;
 margin:0px;
 padding:1px;

}
.cust_buletin_button{
 width:33%;
 border:none;
 border-radius:unset;
 font-size: 90%!important;
 background:#aa0f0f;
 color:#fff;
 text-transform:uppercase;
 float:left;
 margin:0px;
 padding:3px;
 text-align:center;
 }
 .cust_buletin_button_bad{
   width:30%;
   border:none;
   border-radius:unset;
   font-size: 90%!important;
   background:#7ac043;
   color:#fff;
   text-transform:uppercase;
   opacity:1;
   float:left;
   margin:-0.5px;
   padding:1.5px;
   text-align:center;
   }
   .cust_buletin_agree_text{
     font-size:80%!important;
     padding:2px;
     text-align:left;
     color:#f2f2f2;
     line-height:14px;
     display: block;

   }
   .cust_buletin_checkbox{
     float: right;
display: block;
width: 10px !important;
margin-right: 10px;
   }
.sproducts_pprod {
    width: 99%;
    display: block;
    margin-top: 20px;
    padding: 3px;
    background: #fff;
}
.sproducts_pprod ul {
    width: 100%;
    display: flex;
    padding: 3px;
    background: #fff;
    flex-direction: row ;
    flex-wrap: wrap;
    justify-content:space-evenly;
}
.sproducts_pprod ul b {
    width: 100%;
    display: block;
    padding: 3px;
    text-align:center;
}
/*
.sproducts_pprod ul li {
    width: auto !important;
    max-width: 15%!important;
    margin: 5px !important;
    padding: 5px !important;
    border: 1px solid #f1d7da;
    background: #fff;
    position: relative;
    text-align: center;
}
  .sproducts_pprod ul li:hover {
    width: auto !important;
    max-width: 15%!important;
    margin: 5px;
    padding: 5px;
    background: #fff;
    position: relative;
    text-align: center;
    border: 1px solid #f1d7da;
  }
  */
.sproducts_pprod ul li a:link {
    font-size: 72% !important;
    color: #757575 !important;
    font-weight: 400;
}
.sproducts_pprod ul li a:hover {
  font-size: 72% !important;
  font-weight:400;
  color:#7ac043;

}

/*nom start*/
.cat_item_nomstart
{

		display: block;
	margin-top: 2px;
	margin-left: 3px;
	border: 1px solid #e4c99c;
	width: 70px;
	float: left;

}
.cat_item_nomstart a
{


	font-size:75%!important;
	color: #5b6171;
	font-weight: normal;
	display: block;
	float: left;


}



.cat_item_nomstart a:hover
{
	color: #e4c99c;
	font-size: 11px;
	width: 70px;

}

.browse_nom_start{
	    width: 100%;
    padding: 5px;
    height: auto;
    text-align: left;
    color: #7ac043;
    margin-top: 5px;
    margin-bottom: 5px;
    z-index: 10;
    min-height: auto;

}


.brnom_start{

	font-size:100%!important;
	font-weight:800;
	text-align:left;
	color:#7ac043;
  display: inherit;
	}
.brnom_h2

{
padding:0px;
margin:0px;
text-align:center;
font-size:100%!important;
color:#7ac043;
text-transform:uppercase;
}

.fgheader_cart_div{
  z-index:2;
  display:block;
}
.prod_history{
  display:block;
  margin-top:10px;
  padding:5px;
}
.index_products{
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/*copons index------------------------------------------------*/


.copons_index_s{
  width:100%;
  display: inline-block;
  margin-top:5px;
  margin-bottom:5px;
  padding-top:30px;
  /*border: 1px solid #FFD857;*/
  /*border:1px solid #f7f8fc;
  background:#fcfdff;*
  */
}
.copons_index{
  width:auto;
}
 .copons_index figure  {
   width: 30%;
 margin: 3px;
 background: #fff;
 position: relative;
 height: auto;
 /*opacity: 0.8;*/
 text-align:center;
}
.copons_index figure:hover  {
  width: 30%;
 margin: 3px;
 /*background:#f3d05c;*/
 background:#fff;
 position: relative;
 height: auto;
 /*opacity:0.8;*/
 color:#000;
 text-align:center;
}
.copons_index figure a:link {
  width: 100%;
  margin: 0px;
  padding:0px;
  height: 100%;
  color:#111;
  font-weight: bold;
  text-transform: none!important;

}
.copons_index figure a:hover {
  width: 100%;
  margin: 0px;
  padding:0px;
  height: 100%;
  color:#000;
  font-weight: bold;
  text-transform: none!important;
}
.copons_index figure img {
  width: auto;
  background: #f3d05c;
  position: relative;
  min-height:100%;
  /*opacity:0.9;*/
  box-shadow: 0 0 3px 4px #f1d7da;
  border-radius: 15px;
}
.copons_index figure img:hover {
  width: auto;
  background: #f3d05c;
  position: relative;
  height: 100%;
  /*opacity:0.9;*/

}
.copons_index figure figcaption {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
   color: #fff;
    position: absolute;
    top: -25px;
    text-align: center;
    font-size: 100% !important;
    text-transform: uppercase;
    font-weight: 500;

}
.coponred{
  color:#f1d7da;
}
/*shoppingcart*/
.gg-shopping-cart {
display: block;
box-sizing: border-box;
position: relative;
transform: scale(var(--ggs,1.0));
width: 20px;
height: 21px;
color:#7ac043;
cursor:pointer;
margin:5px;
background:
linear-gradient(
to left,currentColor 12px,
transparent 0)
no-repeat -1px 6px/18px 1px,
linear-gradient(
to left,currentColor 12px,
transparent 0)
no-repeat 6px 14px/11px 1px,
linear-gradient(
to left,currentColor 12px,
transparent 0)
no-repeat 0 2px/4px 1px,
radial-gradient(
circle,currentColor 60%,
transparent 40%)
no-repeat 13px 16px/4px 4px,
radial-gradient(
circle,currentColor 60%,
transparent 40%)
no-repeat 4px 16px/4px 4px
}
.gg-shopping-cart-margin{
  margin:2px!important;
}

.gg-shopping-cart::after,
.gg-shopping-cart::before {
content: "";
display: block;
position: absolute;
box-sizing: border-box;
width: 1px;
height: 14px;
background: currentColor;
top: 2px;
left: 4px;
transform: skew(12deg)
}

.gg-shopping-cart::after {
height: 10px;
top: 6px;
left: 16px;
transform: skew(-12deg)

}
i.gg-shopping-cart:hover:before,
i.gg-shopping-cart:focus:before,
i.gg-shopping-cart:active:before {
    border-color:#b8d3d7;

}

i.gg-shopping-cart:hover:after,
i.gg-shopping-cart:focus:after,
i.gg-shopping-cart:active:after {
    border-color:#b8d3d7;
}
.cart_select{
  max-width:350px; padding:1px;  border:#f1d7da 1px solid; background:#f2f2f2;
}
.color_red{
  color:#384823;
  font-weight:200;
}
.color_green{
  color:green;
  font-weight:200;
}
.order_final_cart,.order_final_form{
  background:#f2f2f2;
  position:relative;
  color:green;
  font-size: 100%;
  font-weight:500;
  max-width:1024px;
  z-index:1000;
  border:1px solid #94cc68;
}
.products_item_mobile_btn{
  position:relative;
  display:block;
  width:auto;
  margin: 0 auto;

}
.upd_cart_browse_catalog_btn_justadded {
    width: 25px;
    height: auto;
    color: #94cc68;
    font-weight: 400;
    background: #f2f2f2;
    /*border: 2px solid #94cc68;*/
    border-radius: 20px;
    display: block;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size:80%!important;
    float:right;
    margin-top: 5px;
    height: 25px;
}
.upd_cart_browse_catalog_btn_justadded:hover {
    width: 25px;
    height: auto;
    color: #f2f2f2;
    font-weight: 400;
    background: #94cc68;
      /*border: 2px solid #94cc68;*/
    border-radius: 20px;
    display: block;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size:80%!important;
    float:right;
    margin-top: 5px;
    height: 25px;
}
.add_cart_browse_catalog_btn_justadded {
    width: 60%;
    height: auto;
    color: #fff;
    font-weight: 400;
    background: #94cc68;
    border: 2px solid #f2f2f2;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;

    text-align: center;
    text-transform: uppercase;
    font-size:110%!important;

    margin: 5px;
}
.add_cart_browse_catalog_btn_justadded:hover {
    width: 60%;
    height: auto;
    color: #94cc68;
    font-weight: 400;
    background: #f2f2f2;
    border: 2px solid #94cc68;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;

    text-align: center;
    text-transform: uppercase;
    font-size:110%!important;

     margin: 5px;
}
.add_cart_browse_catalog_btn {
    width: 70%;
    height: auto;
    color: #fff;
    font-weight: 400;
    background: #7ac043;

    border: 1px solid #535252;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;

    text-align: center;
    text-transform: uppercase;
    font-size:110%!important;
    margin: 15px;
}
.add_cart_browse_catalog_btn:hover {
    width: 70%;
    height: auto;
    color: #fff;
    font-weight: 400;
    background: #7ac043;
    border: 1px solid #94cc68;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;

    text-align: center;
    text-transform: uppercase;
    font-size:110%!important;
    margin: 15px;
}

.add_cart_browse_catalog_btn_ask {
    width: 70%;
    height: auto;
    /*color: #7ac043;*/
    color:#fff;
    font-weight: 400;
    background: #fff;
    border: 0px solid #7ac043;
    border-radius: 20px;
    display: inline-block;
    /*cursor:pinter;*/
    font-size:100%!important;
    text-align: center;
    text-transform: uppercase;
    /*margin-top:20px*/;
}
.add_cart_browse_catalog_ask:hover {
    width: 70%;
    height: auto;
    color: #fff;
    font-weight: 400;
    background: #7ac043;
    border: 0px solid #fff;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    font-size: 100%;
    text-align: center;
    text-transform: uppercase;
    /*margin-top:20px*/;
}
.shopping_cart_btn{
   width: 25px !important;
   display: block;
   float: left;
   background: #f2f2f2;
   border-radius: 20px;
   height: 25px;
   margin-top:5px;


}

/*guides*/

/*News*/
.news_odd {
	padding: 0 0px 0 0px;

	font-size: 11px;
	background-color:#FFFFFF;

}

.news_even {
	padding: 0 0px 0 0px;

	font-size: 80%;
	background-color:#FFFFFF;
}

.news_title {
	padding-left: 15px;

	font-size: 100%;
	color: #BF6300;
	font-weight: bold;
}

.news_source {
	padding-left: 15px;
	font-size: 80%;
	color: #CCCCCC;
	font-style: italic;
}

.news_content {
	padding: 5px 15px;

	font-size: 40px;
}

.news_date {
	padding-right: 5px;
	padding-left: 5px;

	font-size: 10px;
	color: #535252;
}

.news_divider {
	padding: 0 15px;
}

.news_date {
	padding-right: 5px;
	padding-left: 5px;

	font-size: 10px;
	color: #535252;
}
.pl_img {
  max-width: 100px !important;
	width: 100px!important;
	height:100px!important;
  margin-left: -24px;
  margin-bottom: -30px;
}

.pass_item{
    width: 100%;
    padding: 5px;
    margin: 2px;
    height: auto;
    display: inline-block;
    }
.pass_item input{
  width: 15px;
height: 15px;
float: left;
padding: 2px;
display: inline-flex;
margin: 0px 3px !important;
}
.pass_item span{
  width: auto;
height: 15px;
float: left;
padding: 0px;
display: inline-flex;
margin: 0px 3px !important;
color:#333;
font-size:90%;
font-weight:100;


}
/*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:600;

}
.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*/
.suggestions_search {
    position: relative;
    left: 0px;
    width: 100%;
    display: none;
    max-height: 370px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2221;
    top:-10px;
      background-color: #FFFFFF;
  }
  .suggestions_search ul{
    background-color: #f2f2f2;
    padding:3px;

  }
  .suggestions_search ul li{
    background-color: #535252;
    font-size: 90%;

  }
  #searchresults_search {
    border-width: 1px;
    border-color: #94cc68;
    border-style: solid;
    width: 350px;
    background-color: #FFFFFF;
    font-size: 100%;
    line-height: 14px;
    z-index:22222222;
    position:fixed;
}
.btn_green{
  background:#7ac043!important;
  margin-top: 24px;
  border-radius: 8px;
  padding: 2px;
}
.btn_green:hover{
  background:#94cc68!important;
}

#short_order_slide,#inq_slide{
  display:block;
}
.short_ord_btn_disabled,.short_ord_btn_disabled:hover {
    width: 100%;
    padding: 11px;
    height: auto;
    color: #ccc;
    font-weight: 600;
    background: #fff;
    border: 2px solid #f2f2f2;
    border-radius: 20px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor:none;
    text-align: center;
    margin-left: 0px !important;
}
.short_ord_btn {
    width: auto;
    padding: 11px;
    height: auto;
    color: #535252;
    font-weight: 600;
    background: #fff;
    border: 2px solid #7ac043;
    border-radius: 20px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: center;
    margin-left: 0px !important;
}
.short_ord_btn:hover {
    width: auto;
    padding: 11px;
    height: auto;
    color: #fff;
    font-weight: 600;
    background: #7ac043;
    border: 2px solid #7ac043;
    border-radius: 20px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: center;
    margin-left: 0px !important;
}
.short_ord_lebel_error{
    color: #fff;
  text-align: center;
  font-size: 100%;
  font-weight: 700;

  background: #94cc68;
}

ul.pageul_list{
	list-style-type: square;
	list-style-position:outside!important;
  padding: 20px;
  margin: 0px;
  background: #7ac043;
  color: #fff;
  border-radius: 20px;
  margin-top: 5px;
}


.call_text_button:hover {
  opacity: 1;
  position: relative;
  display: block;
  max-width: 400px;
  min-width: 150px;
  height: 40px;
  color: #FFF;
  border: 4px solid #7ac043;
  border-radius: 6px;
  padding: 5px;
  text-align: center;
  background: #5bab42;
    background-image: none;
  background-image: none;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  margin-top: 25px;
  line-height: 25px;
}
.index_company_presentation{

  margin-top: 10px;
  padding: 15px;
  display: block;
  font-size: 15px;
  color: #fff;
  background: #7ac043;
  border-radius: 20px;
  margin-bottom: 50px;

}

.index_company_presentation h1{
    font-size: 120%;
    font-weight: 600;
    text-align: center;

}
