/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@media only screen and (min-width: 981px) {
  div.animatedfs_menu_list {
    min-width: 800px!important;
  }
  nav#top-menu-nav ul#top-menu li.menu-item {
    height: 90px!important;
  }
  .et-fixed-header nav#top-menu-nav ul#top-menu li.menu-item {
    height: 50px!important;
  }
}

table.cart td.product-thumbnail img {
  width: 100px!important;
}
@media only screen and (min-width: 769px) and (max-width: 1040px) {
  table.cart thead tr th.product-subtotal {
    float: right;
  }
  table.cart tbody td.product-subtotal span.amount bdi {
    float: right;
  }
}
@media only screen and (max-width: 980px) {

  header {
    position: fixed!important;
  }

  a.mobile-basket-button {
    display: block;
    position: fixed;
    right: 0;
    top: 10px;
    z-index: 99999999999999;
    border-radius: 0;
    transition: all .3s;
    width: 55px;
    height: 55px;
    padding: 0;
    border: 0!important;
    background: #f5e6e3 !important;
  }
  a.mobile-basket-button div {
    position: relative;
  }
  a.mobile-basket-button div span {
    position: absolute;
    top: 6px;
    right: 6px;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
  }
  a.mobile-basket-button div i {
    margin: 25% 20%;
    color: #000000;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  table.cart td.product-quantity {
    line-height: 2.4em!important;
  }
  table.cart div.quantity {
    width: 100%;
    height: 48px;
  }
  table.cart div.quantity div.quantity-nav {
    position: absolute!important;
    right: 0;
  }
  table.cart div.quantity input {
    float: right;
  }
  table.woocommerce-checkout-review-order-table tr td:last-child {
    word-break: break-all!important;
  }
  @media only screen and (max-width: 476px) {
    table.woocommerce-checkout-review-order-table tr {
      font-size: 14px!important;
    }
  }
}

input[name="coupon_code"] {
  min-width: 175px;
}

@media only screen and (max-width: 632px) {
  table.cart td.actions input.input-text {
    width: 100%!important;
    margin-bottom: 5px!important;
  }
  table.cart td.actions .coupon .button {
    width: 100%!important;
  }
}

div.woocommerce ul.woocommerce-error a {
  color: #ffffff;
  font-weight: 700;
}

div.et_pb_video_box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

div.et_pb_video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.et_pb_video_box div.BorlabsCookie {
  position: absolute;
  z-index: 15;
}

.quantity {
  min-width: 100%!important;
  float: left!important;
  position: relative!important;
  width: 150px!important;
}

.shipping-costs-info a,
.reset_variations {
  color: #94629a!important;
}

.quantity {
  min-width: 144px!important;
}


#billing_country_field .woocommerce-input-wrapper,
#shipping_country_field .woocommerce-input-wrapper,
.order-total .woocommerce-Price-amount {
  font-weight: bold;
}