/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

body.single-product:has(:not(.woocommerce-breadcrumb)) .site-main,
body:has(:not(.woocommerce-breadcrumb)) .site-content {
  padding-top:0rem;
}

.full-width-header-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: linear-gradient(to right, #1e5799, #2989d8);
    overflow: hidden;


}

.full-width-header {
    color: white;
    padding: 60px 15px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;


  background: url('https://puligamma-devel.italix.org/wp-content/uploads/overlay-abstract-1.png') 50% 50% no-repeat;
    background-size: auto;
  background-size: cover;
}

