/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v36/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

.wcd-wrapper {
  z-index: 90;
  position: relative;
}
.dropdown-cart-wrapper {
  display: none;
  background: #fff;
  min-width: 200px;
}
.wcd-wrapper:hover .dropdown-cart-wrapper, .wcd-wrapper .dropdown-cart-wrapper:hover {
  display: block;
  position: absolute;
  top: 60px;
  padding: 15px;
}
.dropdown-cart-wrapper ul.woocommerce-mini-cart {
  left: 0 !important;
  top: 0;
  position: relative;
  border: none;
}
.wcd-wrapper .remove.remove_from_cart_button {
  width: auto;
  height: auto;
  padding: 2px 5px;
  z-index: 9;
}
.wcd-wrapper .woocommerce ul.cart_list li {
  overflow: hidden;
}
.wcd-wrapper a.cart-contents .icon {
  display: inline-block;
}
.wcd-wrapper .woocommerce ul.cart_list li img {
  display: block;
  float: left;
  width: 50px;
  margin: 0 15px 0 0;
}
.wcd-wrapper a.cart-contents .icon {
  display: inline-block;
  margin: 0 5px 0 0;
}
.wcd-wrapper .dropdown-cart-wrapper li:hover {
  background: transparent;
}
.wcd-wrapper .dropdown-cart-wrapper li:hover a {
  color: initial;
}
.wcd-wrapper .buttons .button:hover {
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 rgba(0, 0, 0, 1);
}
.wcd-wrapper .cart-contents.only-if-not-empty {
  display: none;
}
.wcd-wrapper .cart-contents.only-if-not-empty.heavy {
  display: block;
}
.wcd-wrapper .woocommerce-mini-cart__total.total {
  text-align: center;
}
.wcd-wrapper .widget_shopping_cart .buttons a {
  display: inline-block;
  margin: 0 1% 0;
  width: 48%;
}
li.wcd-before {
  float: left !important;
}
li.wcd-after {
  float: right !important;
}
#wcd-editor-wrapper .wcd-icon-control {
  display: inline-block;
  text-align: center;
  margin: 0 10px 0 0;
}
#wcd-editor-wrapper .wcd-icon-control i {
  display: block;
  font-size: 24px;
  margin: 0 0 5px;
}
#wcd-editor-wrapper .wcd-icon-control input {
  margin: 0 !important;
}
.wcd-wrapper a.cart-contents .icon {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.wcd-wrapper a.cart-contents .icon.fas {
  margin: 0 10px 0 0;
}
.wcd-wrapper a.cart-contents {
  padding-left: 1.8rem !important;
}
#site-header-menu {
  width: 50%;
}