/*
Theme Name: Rowling Child-Theme
Author: Steffen
Description: Your description goes here
Version: 1.0
Template: rowling

This is the child theme for Rowling theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

#single-product { width:98%}

#wrapper-single-product::before {
  content: "";
  display: block;
  width: 100%;
  background: #fff;
  border-left:0px;
  border-right: 1px solid #ddd ;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
}

.single-product .skip-link.button { display:none}
.skip-link.button { display:none!important}