@import url('https://fonts.googleapis.com/css?family=Alef');

body {
  overflow-x: hidden
}

.site-header-cart .cart-contents:after {
	right: 0;
}

header#masthead {
	background-repeat: no-repeat;
	background-size: cover;
}

header#masthead:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4em;
  background-color: rgba(0,0,0,0.5);
  z-index: -10;
}

.site-branding a {
  font-family: "Alef", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 3em;
  width: auto;
  white-space: nowrap;
  font-weight: bold;
  line-height: 0.5em;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}

.site-branding .site-description {
  font-size: 1.8em;
  padding-top: 10px;
  width: 200%;
  font-weight: 900;
  line-height: 1.1em;
  color: #420;
  font-family: "Alef", Tahoma, Arial, Sans-serif;
  text-shadow: 0 0 10px #fec;
}

.site-header .site-branding, .site-header .site-logo-anchor {
  margin-bottom: 3em; 
}

.woocommerce-active .site-branding, .woocommerce-active .site-logo-anchor {
float: right;
}

.woocommerce-active .site-header .secondary-navigation {
float: right;
}

.secondary-navigation .menu {
float: left;
background-color: rgba(0,0,0,0.6);
}

.secondary-navigation .menu > li > a {
line-height: 1.33em;
padding: 1em;
color: #8df;
font-weight: bold;
}
.secondary-navigation .menu > li > a:hover {
color: #fff;
}

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
padding-bottom: 1.2em;
}

.main-navigation ul.menu > li:first-child, .main-navigation ul.nav-menu > li:first-child {
margin-left: 0;
}

.woocommerce-active .site-header .site-header-cart {
float: left;
z-index: 1;
padding-top: 2.5em;
}

.woocommerce-active .site-header .main-navigation {
padding-top: 2.5em;
font-family: "Alef";
font-size: 1.25em;
line-height: 0.5em;
float: right;
z-index: 1;
}

.site-header-cart .cart-contents {
left: 0;
right: initial;
padding-bottom: 1.2em;
}

/* cat list */
.widget_product_categories ul li:before {
margin-right: 0;
margin-left: .5em;
padding-right: 1px;
}

.site-search .widget_product_search input[type=search], .site-search .widget_product_search input[type=text] {
padding: 1em;
}

.site-search .widget_product_search form:before {
top: 1em;
left: 1em;
}

.site-main ul.products li.product {
  float: right;
  margin-right: 0;
  margin-left: 3.90%;
}

.box_skitter .prev_button {
    top: 10%;
    left: 5px;
}

.box_skitter .next_button {
    top: 30px;
    right: 6px
}
.box_skitter .label_skitter {
    background: #e0e0e0;
}
.box_skitter .label_skitter h3 {
    margin: -7px;
    padding: 10px 15px 0px 10px;
}

li.product h3 {
    height: 44px;
    width: 212.516px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.main-navigation ul.menu ul li, .main-navigation ul.nav-menu ul li {
	background-color: rgba(0, 0, 0, 0.5);
}

.main-navigation ul.menu ul a:hover, .main-navigation ul.menu ul li:hover > a, .main-navigation ul.nav-menu ul a:hover, .main-navigation ul.nav-menu ul li:hover > a {
	background-color: rgba(0, 0, 0, 0.3);
}

/* Switch checkout form column positions leftright */

@media screen and (min-width: 768px) {
  form.checkout {
    position: relative;
  }
  body form.checkout #customer_details {
    float: right;
    margin-right: 0;
    width: 50%;
  }

  body form.checkout #order_review_heading,
  body form.checkout #order_review {
    position: absolute;
    left: 0;
  }
}