ul.nav.menu.mod-list li.item-517 a {
    color: red;
    border-radius: 4px;
    border: 1px solid #e6b800;
}

.kiskep{
  width:100% !important;
}

#hikashop_checkout_login_1_0 > h1{
	font-size:  16px !important;
	font-family: Verdana !important;
}
#hikashop_checkout_login_form > h2{
	font-size:  14px !important;
	font-family: Verdana !important;
}
#hikashop_checkout_registration > h2{
	font-size:  14px !important;
	font-family: Verdana !important;
}

#g-top > .g-container > .g-grid > .g-block > .g-content{
	padding:  5px !important;
}
#g-top > .g-content, #g-top > .g-container , #g-top > ul {
	padding:  5px !important;
	margin-top:  0px !important;
	margin-block-start:  0px !important;
}

.hikashop_small_cart_total_title{
	color: white !important;
}

.button-6 {
  align-items: center;
  border: 1px solid #c59d5f;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  padding: 10px;
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-6:hover,
.button-6:focus {
  border-color: lightyellow;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  transform: translateY(0);
}