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

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

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

}

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

div, article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
    width:100%;
    margin:auto;
}
a {
	text-decoration: none;
  color:#1a75ff;
}
ul {
	padding-left: 0;
}
li {
	list-style: none;
}
.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------------------------------- */
a.horizontal_menu_new ul li a:hover, a:hover, .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);
}

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

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

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

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

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

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

}

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

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

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

.simple_search_auto {
    float:left;
}

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

}
.input_search {

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


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

}
.product_img{
  min-height: 140px;
  max-height: 140px;
  display: block;
  position: relative;
}
.header_menu_pages{
  display:none;
}
.short_order {
  width: 100%!important;
  height: auto;
  float: left;
  display: block;
  position: relative;
  /*background: #eee;*/
  border-radius: 5px;
  padding:5px;
  font-size:80%;
}
@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;
  }
  .simple_search_auto input.searchtextinput {
    color: #7e96a2;
   background: #fff;
   width: 100%;
   padding: 6px!important;
   font-weight:70%;
  }
  /*flip*/
  /*za po malko 990*/
  .flip-box_none{
   display: none!important;
  }
  .flip-box {
    background-color: transparent;
    width: 200px;
    height: 200px;
    display: block!important;
  }
  .footer-info-box{
  width:25%!important;
  margin:3px auto;
  }
.flip-box-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 2.5s;
transform-style: preserve-3d;
}

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

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

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

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

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

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

  .product_one_mozaika_border:hover
  {
    /*width:267px;
    height:340px;
    border:1px solid #FAE6BE;
    float:left;
    margin-top:3px;
    margin-left:3px;
    */
    width: 30%!important;
    height: auto;
    min-height: 45%;
  border: 1px solid #7e96a2;
  float: left;
  margin-top: 12px;
  margin-left: 5px;
  margin-right: 5px;
  display:block;
  /*background:#eee;*/
  background: #fff;
  padding: 2px;
  }
  .product_img{
    min-height: 200px;
    max-height: 200px;
    display: block;
    position: relative;
  }
}
@media only screen and (min-width: 990px){
   /* For desktop: */
   .col-h-1 {width: 8.33%}
   .col-h-2 {width: 16.66%;}
   .col-h-3 {width: 25%;}
   .col-h-4 {width: 33.33%;}
   .col-h-5 {width: 41.66%;}
   .col-h-6 {width: 50%;}
   .col-h-7 {width: 58.33%;}
   .col-h-8 {width: 66.66%;}
   .col-h-9 {width: 75%;}
   .col-h-10 {width: 83.33%;}
   .col-h-11 {width: 91.66%;}
   .col-h-12 {
     width: 99%;
     max-width:1380px !important;
     margin:0 auto!important;
     display: block!important;
   }
   .margins{
     margin-left:20px;
   }
   .shopping_cart{
     width: 60%;
       display: block;
       margin-top: 10px;
   }
    .footer-info-box{
     width:25%!important;
     margin:3px auto;
     }
     .gheader_cart_totalq{
       color: #F00;
     font-size: 70%;
     width: 30px;
     height: auto;
     margin-left: 160px!important;
     display: block;
     border: 1px solid #fff;
     border-radius: 50%;
     margin-top: -55px;
     z-index: 1000;
     background: #FFF;
     cursor:pointer;
     }
   .fgheader_cart_totalq {
       color: #F00;
       font-size: 70%;
       width: 30px;
       height: auto;
       margin-left: 22px!important;
       display: block;
       margin-top: -25px;
       z-index: 1000;
       cursor: pointer;
       font-size: 80% !important;
    }
    .form-control{
      width:100%!important;

    }
   .simple_search_auto input.searchtextinput {
     /*margin-left: 605px;*/
   color: #7e96a2;
   font-weight: 500;
   background: #fff;
   width: 90%;
   padding: 5px;

   }
   /*flip*/
   /*za po malko 990*/
   .flip-box_none{
    display: none!important;
   }
   .flip-box {
     background-color: transparent;
     width: 200px;
     height: 200px;
     display: block!important;
   }

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

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

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

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

 .flip-box-back {
   background-color: #fff;
   color: #5b6171;
   transform: rotateY(180deg);
   font-size: 85% !important;
   padding: 5px;
   font-weight: 500;
}
/*end flipbox*/
   .submit_search {
       max-width:50px;
       height: auto;
       text-align:center;
     float: left;
     display: block;
     margin-left:-80px;
   }
   .search_lupa{
     width: 65%;
     display: block;
     background: #fff;

   }
   .header12{
     min-height:120px!important;
   }
   .logo_image{

     display: block;
     margin-top: 10px;
     width: 150px;
   }
   .shopping_cart{
     width:30%!important;
     display: block;
     margin-top:0px!important;
     margin-left: 155px;
   }
   .header_phone{
     width: 10% !important;
     display: block;
     float: left;
     margin-right: 10px;
   }
   .header_menu_pages{
     display: block !important;
     float: right;
     margin: 0px;


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

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

    padding:5px;
}
.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: 100%!important;
    padding: 10px;
    background: #fff;
    display: block;
    float: left;
    margin: 0px!important;

}
.short_order {
  width: 100%!important;
  height: auto;
  float: left;
  display: block;
  position: relative;
  border: 5px solid #eee;
  /*background: #eee;*/
  border-radius: 5px;
  margin: 20px!important;
  padding:5px;

}
.op_row2, .op_row1{
display: block !important;
}
    .header_title{
      font-size:100%;
    }
    .product_img{
      max-height: 200px;
      max-height: 200px;
      display: block;
      position: relative;
    }
    .product_img_index{
      height: 200px!important;
      width: 200px!important;
      display: block;
      position: relative;
    }

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

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

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

  }
  .index_left_menu{
    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_name{
  display: none!important;
}
.header_name12{
  display: block!important;
}
.header_logo12{
  width:auto;
  height:auto;
  margin:5px;
  float:left;
  display: block;
}
.header_title12{
  width: auto;
height: auto;
margin-top: 20px;
float: left;
display: block;
min-height: 30px;
font-size: 100% !important;
color: #3356a0;
font-weight: 600;
font-style: italic;
margin-left: 150px;
}
.header_mobile12{
  width:auto;
  height:auto;
  margin:5px;
  float:right;
  display: block;
  min-height: 30px;
  font-size: 110% !important;
}
.header_email12{
  font-size: 80% !important;
}
.header_cart {
    float: left;
    margin-left: -110px;
    margin-top: 5px;
    display: block;
}
.menu-show {
    margin-top: 140px!important;
    margin-left: 0;
    box-shadow: 4px 2px 15px 1px #eee;
    display: block;
}
.browse_product_title {
			font-size: 120%!important;
  }


}/*end 990*/
.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;
}
/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

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

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

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

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

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

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

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


.brnom_start{

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

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


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

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

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

  font-weight:500;

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

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


.border
{

  margin:0px;
  display:block;
}


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

}
.title_text_product_one_mozaika a
{

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

}
.title_text_product_one_mozaika a
{

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

}

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

}
.ceni_text_product_one_mozaika
{
  float:left;
}

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

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

  /*color:#d11219;*/

  font-weight:bold;
  font-size:100%;
  /*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:#5b6171;
  font-weight:bold;
  font-size:80%;
  margin-left:36px;
}
.product_price_promotion_filter_copon {
/*color: #73a925;*/
color:#5b6171;

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

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

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

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

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

#tablica_fol
{
	width:auto;
}

.div_name{
  width: 100%;
  padding: 2px;
  background: #fff;
  border-bottom: 1px solid #c0cce2;
}
}
.div_subs{
  width: 100%;
}
.zadai2
{
display: block;
color: #ccc;
font-size: 100%;
cursor:pointer;
float:right;
margin-right: 15px;
}

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

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

}

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

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

/*special input*/
.producti_stil_tip 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;*/


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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

}
.content11
{
float: left;
width: auto;
position: relative;
background-color: #fff;
width: 100%;
display: inline-block;
}
/*cart_dialog*/
/*#cart_dialog, #fcart_dialog {
    display: block;
    margin: 5px;
    padding: 5px;
    top: 5px;
    border: 3px solid #eee;
    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 #eee;
border-radius: 5px;
background: #FFF;
z-index: 1100;
position: relative;
overflow: hidden;
width: auto;
float:right;
}
#fcart_dialog{
  display: block;

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

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

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

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

}

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

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


.fgheader_cart_totalq {
  color:
  #eee;
  font-size: 70%;
  width: 30px;
  height: auto;
  margin-left: 166px !important;
  display: block;
  margin-top: -25px;
  z-index: 1000;
  cursor: pointer;
  font-size: 70% !important;

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

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

}
.order_final_cust_info_label{
  color: #555;
  text-align: center;
  font-size: 100%;
  font-weight: 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;
padding: 5px;
color: #eee;
font-size: 100%;
font-weight: 500;
display:inline-block;
}
/*svproducts*/
.op_row1_sv
{
	width:100%;
	height:auto;
	border-bottom: 1px solid #eee;
 font-size:80%;
	color:black;
  display:inline-block;
}

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

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

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


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

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

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

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

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

  .padding_left {
  	padding-left: 5px;
  }
  .producti_over{
    display: inline-block;
    /*padding: 2px;*/
    background: #fcfdff;
  }
  /*index products*/
  .index_products{
    display:inline-block;
    width:100%;
    height: auto;
    background-color: #fff;
    padding: 5px;
    margin-top:5px;
    margin-bottom:5px;
  }
  .index_products h2{
    display:inline-block;
     font-size:120%;
     font-weight: 700;
     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;
   }

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

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

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

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

   .nom_start{
     display: inline-block;
      min-height: 150px;
      width: 100%;
      padding: 2px;
   }
   .nomstat_link{
     float:left;
     display: block;
     width: auto;
     height: auto;
   }
   .header_mobile, .header_profile{
     float:left; font-size:80%; color:#444; display:block; padding: 5px; margin-left: 20px; width: auto;

   }

   .gl_hor_menu_company{
     background-color:#fff;
     font-size: 90% !important;
     height:auto;
      width:92%;
       padding:5px;
       color:#444;
       border:1px solid #eee;

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

   }
   .lichni_agreement{
      border:3px solid #eee;
      background: #fff;
      border-radius:5px;
      padding: 5px;
      margin: 5px;
   }
   .input_lichni_danni{
     width:20px;
     float:left;
     display: block;
   }
   .input_lichni_danni_lebel{
     width:20%;
     float:left;
     display: block;
   }
   .input_lichni_danni_remarks{
     width:100%;
     background: #eee;
     border-bottom: 1px solid #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: 102px;
     height: 102px;
     display:block;
     margin-bottom:5px;
   }
   .pdfcat_title{
     display: block;
 float: left;
 width: 100%;
 height: auto;
 min-height: 30px;
 /*background: #f2f2f2;*/
 text-align: center;
 font-size: 80% !important;
 color: #444;
 font-weight: 500;
   }
  .addfav_button{
    width: 50%;
  cursor: pointer;
  display: block;
  background:#fff;
  opacity: 80%;
  float: right;


  }
  .addfav_button:hover{
    background:#f2f2f2;
    width: 50%;
    cursor: pointer;
    display: block;
    float: right;

  }
  .ask{
    font-size: 80% !important;
    color: #ccc;
  }
  .login_tpl{
    width: 50%;
    display: block;
    margin: 0 auto;
    border: 2px solid #f2f2f2;
    padding: 10px;
    background: #fff;
    max-width:400px;
  }
  .add_fav_mess_item{
    background:red;
    border:1px solid #575757;
    padding:3px;
    font-size:60%!important;
    color:#fff;
    display:relative;
    float:left;
    width:80%;

  }
  #header_hat_top{
    background:#1a75ff!important;
    z-index:1200;
    width:100%;
  }
  .disc_procent{
    width: auto;
  height: auto;
  border-radius: 10%;
  border: 1px solid #ccc;
  background: #eee;
  color: red;
  display: block;
  position: relative;
  padding: 2px;
  z-index: 1111;
  opacity: 70%;
  margin-top: 5px;

  }
  .disc_procent_div{
    width: 40%;
    height: 0;
    display: block;
    position: relative;
    z-index: 1;
    float: left;
    margin-left: 5px;
  }
  .disc_procent_browse{
    width: auto;
  height: auto;
  border-radius: 10%;
  border: 1px solid #ccc;
  background: #eee;
  color: red;
  display: block;
  position: relative;
  padding: 2px;
  z-index: 1111;
  opacity: 70%;
  margin-top: 25px;

  }
  .disc_procent_div_browse{
    width: 20%;
    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:red;
  }
  .green{
    color:green;
  }
  .black{
    color:#757575;
  }
  .left{
    float:left;
  }
  .right{
    float:right;

  }
  /*footer*/
   .footer-logo-box{
   padding:3px;
   max-width:1000px;
   }
   .footer-info-container{
     margin:0 auto;
     background:#1a75ff;
     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:#adadad;

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

   h4.footer-info-box-name{
   color:#fff;
   font-size:140%;
   font-weight:bold;
   text-transform:uppercase;
   text-align:center;
   display:block;
   margin-bottom:12px;
   width:100%;
   }
   .footer-info-box ul li.footer-info-box-info{
   color:#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:#fff;
   text-align:center;
   }
   .footer-info-box-follow a{
   background-color:#adadad;
   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:#565757;
   text-align:center;
   font-size:90%;
   text-align:center;
   padding:8px 2%;
   color:#d8d0d7;
   width:100%;
   }
   .footer-copyright a{
   color:#fff;
   text-decoration:underline;
   }
   .footer {
     clear: both;
     background-color:#1a75ff;
     overflow: auto;
     margin-top: 10px;
}
 .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:2px;

}
.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:2px;
  text-align:center;
  }
  .cust_buletin_button_bad{
    width:33%;
    border:none;
    border-radius:unset;
    font-size: 90%!important;
    background:#aa0f0f;
    color:#fff;
    text-transform:uppercase;
    opacity:0.5;
    float:left;
    margin:0px;
    padding:2px;
    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: left;
      display: block;
      width: 10px!important;
    }
