/** Custom stuff goes in here - go nuts! **/

.easypay {
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight:600;
  position: relative;
  background-color: #00c4e2;
  background-repeat: no-repeat;
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  color:#ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -ms-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3); 
  -o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
  padding: 11px 19px 12px 19px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
  line-height: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  margin: 0 8px 13px 0;
  text-decoration: none;
  font-weight: bold;
}

.easypay:hover {
  background-color:#666666;
  color: #ffffff;
  text-decoration: none;
}

.summary h4 {
  margin: 20px 0 0 0;
}

.product-categories .current-cat {
  font-weight: bold;
}

ul.product-categories .children {
  font-weight: normal;
}

.navbg {
  padding: 0 20px;
  background: #000033;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0071bd 0%, #add1e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0071bd), color-stop(100%,#add1e9));
  background: -webkit-linear-gradient(top, #0071bd 0%,#add1e9 100%);
  background: -o-linear-gradient(top, #0071bd 0%,#add1e9 100%);
  background: -ms-linear-gradient(top, #0071bd 0%,#add1e9 100%);
  background: linear-gradient(to bottom, #0071bd 0%,#add1e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363a3f', endColorstr='#25272a',GradientType=0 );
  -ms-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.woolearnmore {
    font-size: 11px;
    color: #FFFCFF;
    padding: 4px 9px;
    background: transparent linear-gradient(to bottom, #000044 0%, #DC361B 100%) repeat scroll 0% 0%;
    border-radius: 3px;
    border: 1px solid #F5570E;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: bold;
    transition: all 200ms ease-in-out 0s;
    display: block;
    margin-top: 10px;
}

.hpslides {
  position: absolute;
  bottom: 10%;
  margin-left: 0;
  overflow: hidden;
  padding: 20px;
  width: auto;
  margin-right: 50px;
  background: #0071bd;
  background: rgba 0, 113, 189, .3);
  filter: alpha(opacity=30);
}