@CHARSET "UTF-8";

/*  break points styles  */
@media only screen and (max-width : 2200px){

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){

}
 
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
 
}
 
/* Small Devices, Tablets */
@media only screen and (max-width : 768px){

}
 
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){

}
 
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}

.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:    #a8a8a8;
    opacity:0;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #a8a8a8;
   opacity:0;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #a8a8a8;
   opacity:0;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #a8a8a8;
   opacity:0;
}

label{
   display:block;
}
select{
   padding:14px;
}

.form-group textarea{
   height:100px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
.form-group textarea:focus,
input[type=text],
input[type=email],
input[type=search],
input[type=password],
.form-group textarea{
    border: 1px solid #c2c2c2;
    border-radius: 30px;
    color: #000;
    font-size: 16px;
    height: 38px;
    padding: 6px 20px;
    
    -moz-box-shadow:    2px 5px 0 -4px #ccc;
    -webkit-box-shadow: 2px 5px 0 -4px #ccc;
    box-shadow:         2px 5px 0 -4px #ccc;
}
.form-group textarea:focus,
.form-group textarea{
    border: 1px solid #afafaf;
    height:100px;
    border-radius:14px;
}
.form-group{
   margin-top:0px;
   margin-bottom:0px;
}
button.btn-default{
   float:right;
}
button.btn-default:after{
   margin-top:-28px;
   margin-left:44px;
   
} 

/* search  */

.searcher-form-box .form-control::-webkit-input-placeholder { /* WebKit browsers */
    opacity:0.8;
}
.searcher-form-box .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:0.8;
}
.searcher-form-box .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:0.8;
}
.searcher-form-box .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
   opacity:0.8;
}


.searcher-form-box{
   position:relative;
   margin-top:13px;
}
.searcher-form-box .form-group:first-child input{
  padding-left:36px;
  padding-right:30px;
}
.searcher-form-box button[type=submit]{
  background:url('../img/search_icon.png') no-repeat;  
    font-size: 0;
    height: 20px;
    right: 26px;
    padding: 0;
    position: absolute;
    top: 10px;
    width:20px;
    border-radius:0px;
    border:none;
    box-shadow:none;
}
.searcher-form-box label{
   display:none;
}
.searcher-form-box input[type=text],
.tr-select .tr-head,
#product-basket #ilosc{
   border:1px solid #c2c2c2;
   -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height:38px;
    padding:6px 10px;
    color:#000;
    font-size:16px;
}

.tr-number .tr-head input {
    border: none;
    width: 100%;
    padding: 0;
    height: 28px;
    text-align: center;
    -moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

.form-horizontal .form-group{
    margin-left: 0;
    margin-right: 0;
}

/*  newsletter box */

.newsletter-box .title{
  color:#151514;
  font-size: 30px;
  margin-left: 22px;
}
.newsletter-box .description{
  display:none;
}
.newsletter-box input[type=submit]{
  border: medium none;
  display: block !important;
  float: left;
}
.newsletter-box label{
  display: block;
  float: left;
  margin-right: 10px;
  width: 54%;
}
.newsletter-box input[type=text]{
  padding: 12px;
  width: 100%;
}

.messages li.error,
.msg li.error,
.messages li.default,
.msg li.default{
   color:#a94442;
}
.messages li.success,
.msg li.success{
   color:green;
}
ul.help-block{
  list-style-type: none;
  margin:0px;
  padding:0px;
}
ul.help-block li{
   color:#a94442 !important;
}

/*  form decorators  */

.tr-number .tr-head,
.tr-number .tr-actions{
    display:block;
}
.tr-number .tr-head{
    float:left;
}
.tr-number .tr-actions{
    float:right;
} 
.tr-number .tr-head{
    background-color: #fff;  
   /* border: 1px solid #525252;  */
    height: 28px;
    padding-left: 5px;
    padding-right: 16px;
    padding-top:0px;
    text-align: center;
    vertical-align: top;
    width: 48px;
}
.tr-number .tr-actions .increment,
.tr-number .tr-actions .decrement{
  display:block;
	text-align:center;
  font-size:0px;
}
.tr-number .tr-actions .increment:before,
.tr-number .tr-actions .decrement:before{
  content: "\e252";
  font-family:"Glyphicons Halflings";
  cursor: pointer;
    display: block;
    font-size: 8px;
    height: 13px;
    margin-left:-18px;
    color:#c2c2c2;
}
.tr-number .tr-actions .increment:before{
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tr-number .tr-actions .decrement:before{

}


/* select tryfon  */
.tr-select select {
    display: none;
}
/*
.tr-select{
    border: 2px solid #000;
    margin-bottom: 10px;
    padding: 4px;
    background-color:#fff;
}
*/

.tr-select .tr-head{
    cursor: pointer;
    display: block;
    padding-left: 15px;
    padding-right:15px;
    padding-top:6px;
    text-align: left;
    width: 100%;
    line-height:26px;
    position:relative;
    z-index:10;
}
.tr-select .tr-head:before{
  content: "\e252";
  font-family:"Glyphicons Halflings";
  display:block;
   width:27px;
   height:28px;
   display:block;
   float:right;
   margin-right: -10px;
   color: #a8a8a8;
}
.tr-select .tr-head,
.tr-select .tr-options{
   font-size:12px;
   font-weight:bold;
   color: #000;
}
.tr-select .tr-options{
  position:absolute;
  display:none;
  z-index:1000;
  width:90% !important;
  max-height:260px;
  overflow-y:scroll;
  overflow-x:hidden;
}
.tr-select .tr-options a{
  /* display:none;   */
  display:block;
  padding:4px 10px;
  background-color:#fff;
  cursor:pointer;
}
/*
.tr-select .tr-head:after{
  content:"Producenci karmy";
  display:block;
  position:absolute;
  left:0px;
  bottom:0px;
}
*/

.info-form-box .form-group{
  margin-top:15px;
  margin-bottom:15px;
}

/*  filter  */

.filter{
    border-top: 1px solid #e9e9e9;
    margin-top: 20px;
    padding-left: 40px;
    padding-top: 10px;
    position: relative;

}
.filter h3{          
  border:none;
  color:#000;
  margin-top:15px;
  margin-bottom:15px;
}
.filter h3:before{
    content: "\e252";
    font-family:"Glyphicons Halflings";
    font-size: 8px;
    height: 14px;
    left: 14px;
    padding: 3px;
    position: absolute;
    top: 26px;
    width: 14px;
    color:#a8a8a8;                                
    text-align:center;
   border-radius:12px;
    background-color:#70543f;
   color:#fff;
}
.filter>form .select .tr-wrapper{
  background-color: #fff;
  width:100%;
  margin-bottom:15px;
  position: relative;
  
  -webkit-transition: width 1s; /* Safari */
  transition: width 0.5s ease-out 0s;
}
.filter > form .select .tr-wrapper.active{
    width: 134%;
}
.filter input[name="filtr[cena_od]"],
.filter input[name="filtr[cena_do]"]{
  border:2px solid #ffbb00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height:40px;
  padding:6px 20px;
  color:#000;
  font-size:16px;
    
  width:64px;
  margin-left:6px;
  padding-left:3px;
  padding-right:3px;
}
.filter input[name="filtr[cena_od]"]{
    margin-right:6px;
}
.filter label{
  display:block;
  float:left;
  margin-top:10px;
}
.filter form>*{
  display:inline-block;
}
.filter>form .select label{
  display:none;
}

.filter form>.autor,
.filter form>.oprawa{
  display:block;
}


/*  indyvidual  */
.info-box #Pytanie .form-group:last-child button[type="submit"]{
   clear:both;
   margin-top:15px;
   margin-bottom:15px;
}
/*
.info-box #Pytanie .form-group label[for="file"]{
   text-align:right;
}
*/