

.button{
  border: solid 1px #902933;
  background: #bc0f1f;
  color: #ffe4e4;
  -moz-text-shadow: 0px 1px 0px #910511;
  -webkit-text-shadow: 0px 1px 0px #910511;
  text-shadow: 0px 1px 0px #910511;
  -moz-box-shadow: 0px 1px 0px #ac5059;
  -webkit-box-shadow: 0px 1px 0px #ac5059;
  box-shadow: 0px 1px 0px #ac5059;
} 

.button:hover{
  background: #902933;
} 

header{
  background:#E60004;
}

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

header form{
  background:#A90514;
  border:solid 1px #C11424;
}

header form .text{ 
  color:#fff;
}

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

header .user-section a i{
  color:#8A030F;
}

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

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

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

nav{
  border-top:solid 1px #c51c2b;
  background:#1d4e63;
}

nav ul{
  border-bottom:solid 3px #082633;
  background:#143D4F;
}

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

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

.category > li > a{
  color:#1d4e63;
  background:url(../img/arrow-nav.png) no-repeat 95% 50% #f2f2f2;
  font-weight: 400;
}

.category > li:hover > a, .category > li.active > a{
  color:#fff;
  background:url(../img/arrow-nav.png) no-repeat 95% 50% #c11424;
  border-left:solid 3px #8a030f;
  -moz-text-shadow: 0px 1px 0px #8a030f;
  -webkit-text-shadow: 0px 1px 0px #8a030f;
  text-shadow: 0px 1px 0px #8a030f;
}

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

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

.box hr{
  background:#478aa6;
}

.box ul li span{
  font-size:14px;
}

.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:#ed7883;
}

.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:hover, .pagination a.active{
  background:#bc0f1f;
  -moz-box-shadow: 0px 0px 0px #910511;
  -webkit-box-shadow: 0px 0px 0px #910511;
  box-shadow: 0px 0px 0px #910511;
  color:#ffe4e4;
  outline:solid 1px #902933;
}

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

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

.add-cart{
  background:#ffedef;
  outline:solid 1px #f1b7bd;
}

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

.price b input {
  font-size: 20px;
  padding-top: 5px;
}

.product a div.price, div.price, input.vypis-ceny-bez-dph {
  font-size: 12px;
}
.price .cena-bez-dph input {
  width: 42px;
}