/*   
Theme Name: SWU Merch
Theme URI: https://swuh3.com/merch
Version: 1.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: paulp
Author URI: https://swuh3.com
*/
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    background: #0a0b0f;
    font-size: 16px;
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;
    color: #f0f0f0;
    line-height: 1.75em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
* {
    outline: none !important;
}
*::selection {
    background: #3b414d;
    color: #adadad;
}
*::placeholder {
    color: #adadad;
    }
input:-webkit-autofill, input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
  }
select, input, textarea {
    height: 36px;
    border: none;
    border-radius: 0;
    color: #ffe075;
    background-color: #272c37;
    border: 1px solid #222326;
}
input[type="checkbox"] {
    width: 20px;
    }
.main-menu {
    padding: 24px 0;
}

.main-menu .col-md-7 {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}
h1, h2, h3, .h1, .h2, .h3 {
    color: #ffe075;
}
a {
    color: #ffe075;
    text-decoration: none;
}
a:hover {
    color: #ffe075;
    text-decoration: underline;
}
a.logo img {
    width: 80px;
}

.wc-tabs, #tab-description {
    display: none;
}

.woocommerce .col-1, .woocommerce .col-2 {
    max-width: 48%;
}

label, input, select, textarea, .woocommerce-input-wrapper {
    width: 100%;
}
.zsu-text {
    text-align: center;
    color: #444c5f ;
}

@media (max-width: 782px) {
    .zsu-text {
        display: none;
    }
}

/* WOOCOMMERCE */
.woocommerce input {
    padding: .4rem 1.1rem;
}

.woocommerce-checkout #payment {
    background: #343434;
}
.user-acc, .header-cart {
    display: inline-block;
    margin-left: 18px;
}
.user-acc a, .header-cart a {
    color: #ded6b7;
}
/* PRODUCT CARD */
.woocommerce .woocommerce-ordering select {
    padding: 4px 8px;
}
.woocommerce ul.products li.product {
    border: 1px solid #222326;
    text-align: center;
    padding: 0 0 16px;
    overflow: hidden;
}
.woocommerce ul.products li.product:before {
    content: "";
    width: 100%;
    padding-top: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    display: block;
    opacity: .05;
    animation: spin 26s linear infinite;
    background: url('https://swuh3.com/merch/wp-content/uploads/2024/06/bg-rune-circle.svg');
    background-repeat: no-repeat;
    background-position: center;
}
@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.woocommerce ul.products li.product:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    display: block;
    opacity: .05;
    background: radial-gradient(circle, #272c37ff 0, #0a0b0f00 66%);
    transform: translatey(-20%) scale(1);
    transition: .2s;
}
.woocommerce ul.products li.product:hover:after {
    opacity: 0.08;
    background: radial-gradient(circle, #ffefb9ff 0, #0a0b0f00 66%);
    transform: translatey(-20%) scale(1.7);
}
.woocommerce ul.products li.product a:hover {
    text-decoration: underline;
}
.woocommerce ul.products li.product a img {
    margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0 16px;
}
.woocommerce ul.products li.product .price {
    color: #ffe075;
    font-size: 20px;
    padding: 0 16px;
}
.woocommerce a.button {
    font-weight: 400;
    border-radius: 0;
    color: #c9c9c9;
    background-color: #353b49;
    transition: .1s;
    padding: 6px 16px;
    line-height: 1.75em;
}
.woocommerce a.button:hover {
    color: #000000;
    background-color: #ffe075;
    }
/* PRODUCT PAGE */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #15171e;
    }
.woocommerce-product-attributes-item p {
    margin: 0;
}
.gen_additional_information {
    clear: both;
}
.woocommerce div.product p.price {
    color: #ffe075;
}
.woocommerce div.product .stock {
    color: #ffe075;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #272c37;
    color: #f0f0f0;
    border-top: 3px solid #f0f0f0;
}
.woocommerce-error {
    border-top-color: #ff7800;
}
.woocommerce-error::before {
    color: #ff7800;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0;
    background-color: #272c37;
    color: #ffe075;
    border: none;
    box-shadow: none;
}
.sku_wrapper {
    color: #9e9e9e;
}
.woocommerce div.product form.cart .variations {
    display: flex;
    padding: 1rem 0;
}
.woo-variation-swatches.wvs-show-label .variations th label {
    width: initial;
    margin: 0;
}

/* CART PAGE */
.wc-block-components-totals-item__value strong {
    display: none;
}

button.wc-block-components-totals-shipping__change-address__link {
    color: #ffe075;
}

.wc-block-components-sidebar-layout {
    align-items: flex-start;
}
.is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-items__header th {
    padding: 8px 0 8px 16px;
    color: #ffe075;
    font-size: 20px;
    font-weight: 400;
    text-transform: none
}
.is-large.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
    color: #ffe075;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    padding: 0 9px;
}
.wc-block-components-quantity-selector {
    border-radius: 0 !important;
    background: #272c37;
    }
.wp-block-woocommerce-cart-items-block {
    border: 1px solid #222326;
    padding: 0 !important;
}
.wc-block-cart table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    margin: 0;
}
.wp-block-woocommerce-cart-order-summary-block {
    border: 1px solid #222326;
    margin-bottom: 16px;
}
.wc-block-cart .wc-block-components-product-metadata {
    font-size: 1rem;
}
.wc-block-components-shipping-rates-control__package__description--free {
    display: none !important;
}
.wc-block-components-radio-control input.wc-block-components-radio-control__input {
    background: #272c37;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #ffe075 !important;
    }
a.wc-block-cart__submit-button {
    background: #ffe075;
    color: #000;
}
.wc-block-components-button:disabled {
    background-color: #272c37 !important;
    border: none !important;
}
.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: 1em !important;
}
.wp-block-button__link {
    font-weight: 400;
    border-radius: 0;
    color: #c9c9c9;
    background-color: #353b49;
    transition: .1s;
    padding: 6px 16px;
    line-height: 1.75em;
    }
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    padding: 16px 8px !important;
}
.is-large.wc-block-cart .wc-block-cart-items tr td, div.wc-block-components-totals-wrapper {
    border-top: 1px solid #222326;
}
@media (max-width: 991px) {
    .wp-block-woocommerce-cart-order-summary-block {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media (max-width: 782px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky:before {
        box-shadow: 0 -20px 100px 100px #0a0b0f !important;
        }
    }
/* ORDER PAGE */
body.woocommerce-checkout section:not(.main-menu) .container{
    max-width: 600px;
}
.woocommerce-checkout-review-order {
    border: 1px solid #222326;
    padding: 16px;
    margin-bottom: 16px;
}
.woocommerce form .form-row {
    margin: 0;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
    padding: 0px 8px;
}
.woocommerce-billing-fields {
    border: 1px solid #222326;
    padding: 16px;
    margin-bottom: 16px;
}
/*.woocommerce-shipping-fields {
    border: 1px solid #222326;
    padding: 16px;
    margin-bottom: 16px;
}*/
.woocommerce-additional-fields {
    border: 1px solid #222326;
    padding: 16px;
    margin-bottom: 16px;
}
.select2-container--default .select2-selection--single {
    height: 36px;
    padding: 3px;
    color: #adadad;
    background-color: #272c37;
    border: 1px solid #222326;
    border-radius: 0;
}
span.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #adadad;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffe075;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #ffe075;
}
abbr.required, .asterisk-color {
    color: #ff7800 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
.select2-dropdown {
    background-color: #272c37;
    border: 1px solid #272c37;
    border-radius: 0;
}
.woocommerce input {
    padding: 0 20px 0 8px;
}
.woocommerce form .form-row textarea {
    padding: 4px 8px;
}
.woocommerce form .form-row textarea {
    height: 6em;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #1b1f27;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #c5b05c;
    color: #000;
}
.woocommerce-checkout #payment {
    background: #272c37;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #ffe075;
    color: #000;
    font-weight: 400;
    border-radius: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #ffe075;
    color: #000;
    text-decoration: underline;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #ff7800;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #ff7800;
}
.woocommerce table.shop_table {
    border: 1px solid #222326;
    border-radius: 0;
}
.woocommerce table.shop_table tbody tr th, .woocommerce table.shop_table tr td, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot tr th {
    border-top: 1px solid #222326;
}
.wc-block-components-totals-shipping .wc-block-formatted-money-amount {
    display: none;
}
.banklink {
    background-color: #ffe075;
    color: #111111;
}

.banklink:hover {
    background: #111111;
}

/*@media (max-width: 991px) {*/
    .woocommerce .col-1, .woocommerce .col-2 {
        max-width: 100%;
        width: 100% !important;
        float: none;
        clear: both;
        padding: 0;
    }
/*}*/

/*footer*/
footer {
    padding: 2rem 0;
}

footer a.logo img {
    opacity: 0.3;
}

footer .col-md-6 {
    align-items: center;
}

footer ul.social {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: end;
}

footer ul.social li a:hover svg path {
    fill: #c5af5b;
}