/* Ändra layout för enskild produktsida från två spalter till en spalt på mobila enheter */
.woocommerce .product .summary {
  width: 100% !important;
  max-width: 100% !important;
}

main#genesis-content.content {
  width: 100%;
}

.woocommerce-product-gallery {
  text-align: center !important;
  margin: 0 auto !important;
  float: none !important;
  margin-bottom: 50px !important;
}

.product h1.product_title.entry-title {
  text-align: center;
}

div#product-119.post-119.product.type-product.status-publish.has-post-thumbnail.product_cat-namnskyltar.product_tag-admin.product_tag-skovde-kommun.entry.first.instock.shipping-taxable.purchasable.product-type-simple
  div.summary
  p.price {
  color: #444;
}

.csv-fil {
  margin-left: 15px !important;
}

button#mall_button.clean_button.button {
  margin-left: 0px !important;
}

.single_add_to_cart_button {
  background: #333 !important;
  border: 2px solid #333 !important;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 21px !important;
}

/* ta bort nested forms i varukorgen */
.woocommerce-cart-form
  .gpnf-nested-entries-container.gpnf-entry-view.ginput_container {
  display: none !important;
}

.cart a img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  max-width: 250px !important;
  width: 100%;
}

.woocommerce-cart-form
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  thead
  tr
  th.product-quantity,
main#genesis-content.content
  article.post-5.page.type-page.status-publish.entry
  div.entry-content
  div.woocommerce
  form.woocommerce-cart-form
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  tbody
  tr.woocommerce-cart-form__cart-item.cart_item
  td.product-quantity {
  display: none;
}

main#genesis-content.content
  article.post-5.page.type-page.status-publish.entry
  div.entry-content
  div.woocommerce
  form.woocommerce-cart-form
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  thead
  tr
  th.product-subtotal,
main#genesis-content.content
  article.post-5.page.type-page.status-publish.entry
  div.entry-content
  div.woocommerce
  form.woocommerce-cart-form
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  tbody
  tr.woocommerce-cart-form__cart-item.cart_item
  td.product-subtotal {
  display: none;
}

main#genesis-content.content
  article.post-5.page.type-page.status-publish.entry
  div.entry-content
  div.woocommerce
  form.woocommerce-cart-form
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  tbody
  tr.woocommerce-cart-form__cart-item.cart_item
  td.product-remove
  a.remove {
  color: #333 !important;
}

main#genesis-content.content
  article.post-5.page.type-page.status-publish.entry
  div.entry-content
  div.woocommerce
  form.woocommerce-cart-form
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  tbody
  tr.woocommerce-cart-form__cart-item.cart_item
  td.product-remove
  a.remove:hover {
  color: #fff !important;
}

div#order_review.woocommerce-checkout-review-order
  table.shop_table.woocommerce-checkout-review-order-table
  tbody
  tr.cart_item
  td.product-name
  dl.variation
  dd.variation-Skyltarmedtext
  div.gpnf-nested-entries-container-12-42.gpnf-nested-entries-container {
  display: none;
}

/* Dölj Woocommerce-pagination */
.woocommerce-pagination {
  display: none !important;
}
