.hide { display: none; }
p.stock.in-stock, h1.woocommerce-products-header__title.page-title { display: none; }
header#masthead.site-header { margin-bottom: 1.41575em; }
div.storefront-breadcrumb { margin-bottom: 0; }
div.footer-widgets { border-top: 1px solid #2c2c2c; }
div#content.site-content { margin-top: 1.41575em; }
div.tnp.tnp-subscription input[type=submit] { margin: 0 auto; }
div.summary.entry-summary span.woocommerce-Price-amount.amount { font-size: 30px; }
div.summary.entry-summary del > span.woocommerce-Price-amount.amount { font-size: 25px; }
ul.products li.product img { max-width: 70%; }

@media (min-width: 768px) {
  .cart-collaterals .cross-sells { width: 100% !important; }
}

div#order_review.woocommerce-checkout-review-order,
h3#order_review_heading,
div#customer_details,
div.cart_totals,
div#tab-description,
div#tab-additional_information,
div#tab-reviews,
ul.tabs.wc-tabs
{
  float: none !important;
  width: 100% !important;
}

span.onsale
{
  color: red;
  border-color: red;
}

div.summary.entry-summary ins > span.woocommerce-Price-amount.amount
{
  font-size: 35px;
  color: red;
  font-weight: bold;
}

span.custom-onsale
{
  width: 100%;
  text-align: center;
}

td.wdr_td_body_title
{
  text-align: center;
  padding-top: 0;
}

div.tnp.tnp-subscription
{
  margin: 0;
  max-width: none;
}

a.custom-footer-link::after
{
  white-space: pre;
  content: "\a";
}

a.custom-footer-link
{
  text-decoration: none !important;
  color: #004f7c !important;
}

@media(max-width: 768px)
{
  div.footer-widgets { padding-top: 15px; }
}

@media(min-width: 768px)
{
  nav.secondary-navigation ul.menu { font-size: 0.9em; }
}

ul.product-cats
{
  margin-left: 0;
  overflow: hidden;
  border-bottom: 2px solid #2c2c2c;
}

ul.product-cats > li
{
  list-style: none;
  width: 100%;
  margin-bottom: 4.235801032em;
}

@media(min-width: 768px)
{
  ul.product-cats > li
  {
    float: left;
    width: 22.05%;
    margin-right: 3.8%;
  }

  ul.product-cats > li:nth-child(4n)
  {
    margin-right: 0;
  }

  ul.product-cats > li:nth-child(4n+1)
  {
    clear: both;
  }
}

ul.product-cats > li > a > img
{
  max-width: 70%;
  margin: 0 auto 1.618em;
}

h2.separated-category-header
{
  margin-bottom: 0.5407911001em;
  text-align: center;
  color: #333;
  font-weight: 400;
  font-size: 1.1em;
}

table#table-with-bank-sites > tbody > tr > td
{
  text-align: center;
}

table#table-with-bank-sites > tbody > tr > td img
{
  height: 100px;
  width: auto;
  margin: 0 auto;
}

.fb_iframe_widget
{
  float: right;
  margin-right: 10px;
}

@media (min-width: 768px)
{
  header#masthead.site-header
  {
    padding-top: calc(2.617924em / 2);
  }

  .fb_iframe_widget
  {
    margin-bottom: calc(2.617924em / 2);
  }
}

@media (max-width: 767px)
{
  header#masthead.site-header
  {
    padding-top: calc(1.618em / 2);
  }

  .fb_iframe_widget
  {
    margin-bottom: calc(1.618em / 2);
  }
}

li.product > a > img {
  margin: 0 auto;
}

.recommended {
  padding: 5px;
  border: 1px dashed red;
}

.recommended::after {
  content: 'Rekomendowane';
  text-transform: uppercase;
  color: red;
}

a.flex-next, a.flex-prev {
  background-color: #00d1e5 !important;
}

tr.woocommerce-shipping-totals > td {
  padding-top: 2.5rem;
}

ul#shipping_method > li {
  margin-bottom: 0.5em !important;
}

ul#shipping_method > li:last-child {
  margin-bottom: 0 !important;
}

ul#shipping_method > li:nth-child(3),
ul#shipping_method > li:nth-child(7) {
  margin-bottom: 1em !important;
}

ul#shipping_method > li:nth-child(1) {
  position: relative;
  margin-top: 0.5em;
}

ul#shipping_method > li:nth-child(1)::before {
  content: 'InPost';
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -1.5em;
}

ul#shipping_method > li:nth-child(4)::before {
  content: "Poczta Polska";
  font-size: 1.5em;
  display: block;
}

ul#shipping_method > li:nth-child(8)::before {
  content: "Inne";
  font-size: 1.5em;
  display: block;
}
