/*
Theme Name:     Storefront Child Theme
Theme URI:      https://github.com/stuartduff/storefront-child-theme
Author:         Stuart Duff
Author URI:     https://stuartduff.com
Template:       storefront
Description:    This is a blank child theme for WooThemes StoreFront theme
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    storefront
Tags:           black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores https://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer https://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - https://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/

/*
@font-face {
    font-family: 'Alpha-Regular';
    src: url('https://ciaopress.com/src/fonts/Alpha-Regular/Alpha-Regular.woff') format('woff'), url('https://ciaopress.com/src/fonts/Alpha-Regular/Alpha-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'Alpha-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('./src/union_regular.woff') format('woff');
    /* src: url('./src/HelveticaNeue CondensedBold.woff') format('woff'); */
}





* {
    box-sizing: border-box;
    font-family: 'Alpha-Regular';
}


* {
    box-sizing: border-box;
    /*    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;*/
    -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
}


*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    border: 0px solid;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* font-size: 100%; */
    font-size: 13px;
    overflow-x: hidden;
}

body {
    font-size: 13px;
    color: black;
    font-weight: normal !important;
}

a {
    color: rgb(150, 150, 150);
    text-decoration: none !important;
}

a:hover {
    color: rgb(0, 0, 0);
}

#header-logo {
    position: relative;
    display: flex;
    align-items: start;
    background-color: white;
    /* position: fixed; */
    left:  0;
    top:  0;
    width:  100%;
    height:  auto;
    padding:  10px 15px;
    display: flex;
}
#header-logo > #backLink {
    position: relative;
    display: inline-block;
    width: auto;
    color: blue;
    cursor: pointer;
    text-align: center;
    user-select: none;
    text-transform: uppercase;
    margin-right: auto;
    /* background-color: blue;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 1rem; 
    padding: 10px;
    padding-left: 2rem;
    padding-right: 2rem; 
    color: white;
    border-width: 2px;
    border-color: blue; */
}
#header-logo > #backLink p {
    color: blue;
    user-select: none;
    text-transform: uppercase;
    margin: 0;
    font-size: 13px;
    line-height: 120%;
    text-decoration: underline;
}
#header-logo > #backLink p:hover {
    color: black;
}
#header-logo > #homeLink img {
    width: auto;
    height: 100%;
}


#header-logo > h1:first-child {
    /* font-family: "Helvetica Neue", Helvetica, sans-serif; */
    font-weight: 600;
    line-height: 100%;
    margin-right: 10px;
    color:  rgb(0,0,255);
    letter-spacing: 0px;
}

#header-logo > h1{
    font-weight: 600;
    line-height: 100%;
    margin-right: 10px;
    color:  rgb(0,0,0);
    letter-spacing: 2px;
    padding:  0;
    margin:  0;
}
#header-logo > h1 > a {
    color:  rgb(0,0,255);
    /* font-family: "Helvetica Neue", Helvetica, sans-serif; */
    font-weight: 600;
}

.cart-empty.woocommerce-info {
    display:  none;
}

.woocommerce {
    /* padding-top: 40px; */
}

.woocommerce-shipping-fields, .woocommerce-additional-fields {
    visibility: hidden;
}

#masthead,
.storefront-breadcrumb,
#secondary,
#colophon,
#wpadminbar,
.edit-link,
.woo_pp_cart_buttons_div {
    display: none;
}

#primary,
#main {
    width: 100%;
}

.post, .entry-taxonomy, .entry-header, .page-numbers, .navigation {
    display:  none;
}

.cart_totals h2 {
    display: none;
}

.entry-title {
    display: none;
}

.page-template-default {
    padding: 0;
    margin: 0;
}

.col-full {
    margin: 0;
    padding: 10px;
    width: 100%;
}


table td {
    max-height: 10px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

table td,
table th {
    padding: 0px 0;
    text-align: left;
    vertical-align: top;
}

a.remove::before {
    font-family: 'Alpha-Regular';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "Delete";
    font-weight: normal !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: rgb(150, 150, 150);
    text-indent: 0;
    text-align: left;
    margin-top: 4px;
    width: 80px;
}

@media (max-width: 768px) {
    a.remove::before {
        content: "X";
        margin-left: 5px;
    }
}

table.shop_table_responsive tr td[data-title]::before {
    font-weight: normal;
}

table.cart td.actions {
    min-height: 50px;
}

input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea,
.input-text {
    /*    position: static;
    height: auto;*/
    padding: 3px;
    background-color: rgb(245, 245, 245);
    color: rgb(150, 150, 150);
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    padding-left: 10px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
    font-family: 'Alpha-Regular' !important;
    /*background: red;*/
}

label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(0, 0, 0);
}

.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: rgb(0, 0, 0);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    border-radius: 0px;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    outline: 0px solid white;
}

table.cart td.product-remove {
    display: table-cell;
    padding: 0em;
    border: 0;
}

table.cart td.product-quantity .qty {
    padding: 0;
    /* width: 3.706325903em; */
}

h2,
h3 {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 100%;
    color: rgb(178, 178, 178);
}

h2 {}

.woocommerce-order-details {
    display: none;
}

.woocommerce-column--billing-address,
.woocommerce-column--shipping-address {
    display: none;
}

button,
input[type="button"],
.button,
.widget a.button {
    font-family: 'Alpha-Regular' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    text-transform: uppercase;
    outline: 0;
    border: 0;
    color: blue;
    text-decoration: underline;
    /* color: #fff;
    background: blue;
    padding: 13px 50px; */
    white-space: nowrap;
    border-radius: 0px !important;
    font-size: 13px;
}
/* button:hover,
input[type="button"]:hover,
.button:hover,
.widget a.button:hover {
    background: blue!important;
} */

.shop_table .woocommerce-checkout-review-order-table {
    font-size: 13px !important;
    text-transform: uppercase !important;
}
.woocommerce-NoticeGroup-checkout {
    padding-left: 1rem;
}

.shipping,
th {
    text-transform: uppercase !important;
}

.cart-subtotal {
    border-top: 1px solid rgb(220, 220, 220) !important;

}

.woocommerce-Price-currencySymbol {
    margin-right: 5px;
}

tr {
    letter-spacing: 0.3px;
}

thead>tr>.product-total {
    padding: 0;
    color: rgb(178, 178, 178);
    padding:  5px 0;

}

thead>tr>.product-name {
    color: rgb(178, 178, 178);

}

.product-name,
.product-quantity,
.product-total {
    /*border-bottom: 1px solid rgb(220, 220, 220) !important;*/
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}

th , td {
       border-bottom: 1px solid rgb(220, 220, 220) !important; 
       padding:  5px 0;
}

.order-total > th, .order-total > td{
    border-bottom: 0px solid rgb(220, 220, 220) !important;
    padding:  5px 0;
}

tbody > .cart_item {
    padding: 5px 0px !important;

}

#payment .place-order .button {
    font-size: 13px !important;
    line-height: 120%;
    background: unset;
    padding: 0;
    padding-top: 1rem;
    /* padding-left: 2rem;
    padding-right: 2rem;
    border: 2px solid blue; */
}
#payment .place-order .button:hover {
    color: black;
}

#payment .place-order {
    padding: 0px;
}


button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
    font-size: 13px !important;
    border-color: none;
    width: auto!important;
    color: blue;
    text-decoration: underline;
    /* background-color: blue;
    color: #ffffff;
    padding: 10px!important; */
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.added_to_cart {
    /* padding: 10px!important; */
    border-radius: 0px;

}

.wc-forward::after,
.woocommerce-Button--next::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "";
    margin-left: 0.5407911001em;
}

.woocommerce-shipping-calculator>p:first-child a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "";
    margin-right: 0;
}
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
    top: 0;
    left: -1.5em;
    color: red;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: black;
    color: #fff;
}

th {
    font-weight: normal !important;
}

.wc-proceed-to-checkout .button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
}


.wc-proceed-to-checkout .button.checkout-button {
    font-size: 13px;
}


@media (min-width: 768px) {}

table.cart td.product-remove a.remove {
    /* float: none; */
    position: relative;
    top: auto;
    right: auto;
    font-size: 1em;
}

.woocommerce-error {
    background-color: rgb(0, 0, 0);
}


.woocommerce-privacy-policy-text {
    display: none
}

#payment .payment_methods>li .payment_box,
#payment .place-order {
    background-color: #fff;
    margin-top: 0px;
    width: 100%;
    font-size: 13px !important;
}
#payment *,
#root .p-PaymentElement * {
    font-size: 13px !important;
    font-family: 'Alpha-Regular' !important;
}
#payment .payment_box.payment_method_stripe {
    padding: 0!important;
    padding-top: 1rem!important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    padding: 1em 1.618em;
    margin-bottom: 0.617924em;
    background-color: #000;
    margin-left: 0;
    border-radius: 0px;
    color: #fff;
    clear: both;
    border-left: 0 solid rgba(0, 0, 0, 0.15);
}

.form-row.woocommerce-invalid input.input-text {}

.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 rgb(0, 255, 0);
}

.shipping_method {
    margin-left: 2px;
}



#back {
    position: relative;
    width: auto;
    height: auto;
    color: white;
    z-index: 9;
    top: 10px;
    left: 8px;
    transition: all 700ms;
    margin-bottom: 15px;

}

.product-total {
    text-transform: uppercase;
}

button.back {
    /* padding: 10px!important; */
    background: rgb(0, 0, 255);
    color: rgb(255, 255, 255);
    text-align: center;
    outline: 0;
    border: 0;
    border-radius: 20px;
    transition: all 700ms;
    cursor: pointer;
}

table td {
    min-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

table.cart td,
table.cart th {
    /*padding: 0.875em 0.875em 0; */
}

@media (max-width: 768px) {

    table.cart td,
    table.cart th {
        padding: 0px !important;
    }
}

table.cart td.product-subtotal {
    padding-bottom: 0;
}



@media (min-width: 768px) {

    table.cart th,
    table.cart td {
        padding: 5px 0;
    }

    .product-name,
    .product-quantity,
    .product-subtotal,
    .product-price {
        text-transform: uppercase;
        font-weight: normal !important;
        padding: 0;
        height: 0;
    }

    table:not(.has-background) tbody tr:nth-child(2n) td,
    fieldset,
    fieldset legend {
        background-color: #fff;
    }

    table:not(.has-background) th {
        background-color: #fff;
    }
}

#wufdc_div h6 {
    height: 100px;
}

#wufdc_div {
    position: static;
}

.wc-backward {
    display: none;
}

@media (min-width: 768px) {
    #order_review .shop_table {
        margin-bottom:0px;
    }
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    padding: 0;
    margin-bottom: 2.617924em;
    background-color: transparent;
    margin-left: 0;
    border-radius: 0px;
    color: rgb(178, 178, 178);
    clear: both;
    border-left: 0 solid rgba(0, 0, 0, 0.15);
    font-size: 13px;
    line-height: 120%;
    max-width:  90%;
    font-family: 'Alpha-Regular' !important;
    text-transform: uppercase;
}