


.header-tags {
display: none;
}

.wrapper header.header {
background: transparent;
border-bottom: none;
}

.wrapper {
    background-image: url(https://cdn.bandtshirts.com.au/thumb/1920x/fit/https/lpatm.s3.amazonaws.com/bts/brand/f735d2_0b56eb83d4514b3a888b68cc390b1916-mv2-250616-172038.jpeg);

    background-size: cover;
    background-attachment: fixed;

    background-position: center center;

    background-repeat: no-repeat;

    background-color: #60bec2;
}



    .wrapper,
    .wrapper .product-thumb .prices,
    .wrapper .product-thumb .title,
    .wrapper .product-thumb .product,
    .wrapper .product-thumb .brand {
    color: #000000;
    }



/* Product thumbnail backgrounds */


        .wrapper .logo {
        margin: 60px auto 0;
        }

        @media (max-width: 991px) {
        .wrapper .logo {
        margin-top: 20px;
        }
        }
    

    .wrapper .product-thumb .title::before {
    background: #f8be05;
    }

    .wrapper .accent,
    .wrapper a:not(.btn) {
    color: #f8be05;
    }

    .wrapper .btn-primary,
    .wrapper .nav-tabs li.active a,
    .wrapper .label.label-primary {
    color: #000000;
    background: #f8be05;
    }

    .wrapper .tab-content {
    border-color: #f8be05;
    }

    .wrapper .product-thumb .brand {
    display: none;
    }





    .wrapper .fixed-header {
    background: none;
    }


    .wrapper .header a, .wrapper .fixed-header a {
    color: #000000 !important;
    }

