




.button{
  border: solid 1px #17527b;
  background: #3174a4;
  color: #fff;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  -moz-box-shadow: 0px 1px 0px #3f769c;
  -webkit-box-shadow: 0px 1px 0px #3f769c;
  box-shadow: 0px 1px 0px #3f769c;
} 

.button:hover{
  background: #00538d;
}

header{
  background:#dbdee2;
}

header .logo{
  margin:33px 95px 5px 0;
}

header form{
  background:#eeeeee;
  border:solid 1px #b4bbc2;
}

header form .text{
  color:#4b4b4b;
}

header form .submit{
  background:url(../img/icon-search.png);
}

header .user-section a i{
  color:#00538d;
}

header .cart{
  border-right:solid 1px #efefef;
  border-left:solid 1px #efefef;
}

header .cart:hover{
  background:#efefef;
}

header .cart b{
  color:#00538d;
  background:url('../img/icon-kosik.png') no-repeat left;
}

nav{
  border-top:solid 1px #8ad75d;
  background:#64b037;
}

nav ul{
  border-bottom:solid 3px #004778;
  background:#00538d;
}

nav > ul > li > a{ 
  border-right:solid 1px #004778;
  -moz-text-shadow: 0px 1px 0px #387315;
  -webkit-text-shadow: 0px 1px 0px #387315;
  text-shadow: 0px 1px 0px #387315;
}

nav > ul > li > a:hover, nav > ul > li > a.active { 
  background:#004778;
}

.category > li > a{
  background:url(../img/arrow-nav.png) no-repeat 95% 50% #f2f2f2;
  border-left:solid 3px #00538d;
}

.category > li:hover > a, .category > li.active > a{
  color:#fff;
  background:url(../img/arrow-nav.png) no-repeat 95% 50% #4699ff;
  border-left:solid 3px #00538d;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}

.category > li.active > a{
  background:url(../img/arrow-nav-active.png) no-repeat 95% 50% #4699ff;
}

.category ul > li > a{
  background:url(../img/bg-submenu.png) #f8f8f8 repeat-x 0 100%;
  border-left:solid 3px #00538d;
}

.box hr{
  background:#8c9197;
}

.box.benefits h2,.box.contact h2,.box.contact li, .box.contact a {
  color: #000 !important;
}

.box.benefits li, .box.benefits a {
  color: #fff !important;
}

.contact li.phone{
  background:url(../img/icon-phone.png) no-repeat 0 50%;
}

.contact li.mail{
  background:url(../img/icon-mail.png) no-repeat 0 50%;
  line-height:35px;
}

.benefits h2{
  color:#fff;
}

.benefits hr{
  background:#9dbde5;
}

.benefits ul li{
  background:url(../img/icon-ok.png) no-repeat 0 50%;
  color:#fff;
}

.buy-button{
  background: url(../img/bg-buy.png) no-repeat;
}

.buy-button:hover{
  background: url(../img/bg-buy-hover.png) no-repeat;
}

footer .top hr{
  background:url(../img/hr-footer.png);
}

.breadcrumbs a{
  background:url(../img/arrow-breadcrumbs.png) no-repeat 100% 50%;
}

select{
  background:url(../img/select.png) #fff no-repeat 100% 0;
}

.pagination a{
  background:url(../img/bg-pagination.png) repeat-x;
}

.pagination a:hover, .pagination a.active{
  background:url(../img/bg-pagination-active.png) repeat-x;
  color:#1d4605;
  outline:solid 1px #3e7a1b;
}

.pagination a .fa{
  line-height:33px;
}

.table-info span{
  background:url(../img/bg-table-info.png) repeat-x 0 100%;
}

.add-cart{
  background:#e5edfb;
  outline:solid 1px #6a8cc6;
}

.product a div.price > b, div.price > b {
  font-size: 20px;
}