/*
Theme Name: Thewescape-child
Theme URI: http://example.com/thewescape-child/
Description: Your first child theme!
Author: Tubble
Author URI: http://example.com
Template: thewescape
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: child theme
Text Domain: thewescape-child
*/

/*button style*/
.woocommerce .wc-backward {
  font-family: sculpin, sans-serif;
  padding: 12px 54px;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.24px;
  text-transform: capitalize;
  border: 1px solid #000;
  text-align: center;
  transition: all 200ms ease-in;
}
/* Product cart notice spacing */
/* Position WooCommerce notice below the fixed header */
.single-product .notice-wrapper-cust .woocommerce-notices-wrapper {
    position: fixed !important;
    top: 110px !important;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 1001 !important;
}



    

    

