input:focus {
    outline: none;
}

/* Header shop button */
.cart-button-wrapper {
    margin-right: 32px!Important;
    margin-top: 3px;
}
.cart-button {
    box-shadow: none;
    border: 0px!important;
    padding: 1px!important;
    background: var(--main-orange);
    color: white!important;
    line-height: 20px;
    height: 23px;
    padding-left: 10px!important;
    padding-right: 10px!important;
    border-radius: 3px;
}
.cart-button a {
    line-height: 19px;
    color: white;
    font-weight: 500;
    font-size: 15px;
}
.cart-button img {
    width: auto;
    height: 12px;
    margin-right: 8px;
}
div#cart-contents {
    position: absolute;
    background: white;
    width: 300px;
    padding: 10px;
    font-size: 12px;
}
h2.woocommerce-loop-product__title, h2.woocommerce-loop-category__title {
    box-shadow: none;
    border: 0px!important;
    padding: 5px 10px 5px 10px!important;
    background: var(--main-orange);
    color: white!important;
    line-height: 21px;
    border-radius: 3px;
    width: 75%;
    display: block;
    margin: auto;
}
h2.woocommerce-loop-category__title mark {
    display: none;
}
ul.products a.button.cart-button {
    display: none;
}
.product span.onsale {
    font-size: 32px;
    color: red;
}
.product .price ins {
    text-decoration: none;
}

/* General overrides */
.woocommerce table tr {
    display: table-row;
}
.woocommerce table {
    display: table;
}
.woocommerce table thead {
    display: table-header-group;
}
/* Shop index page */
ul.products {
    display: flex;
    padding-bottom: 75px;
    flex-direction: row;
}
ul.products.columns-4 li.product {
    width: 25%;
}
@media screen and (max-width: 767px) {
    ul.products {
        flex-direction: column;
    }
    ul.products.columns-4 li.product {
        width: 100%;
    }
    h2.woocommerce-loop-product__title {
        padding: 5px 10px 5px 10px!important;
    }
}

ul.products span.onsale {
    display: none;
}

li.product {
    list-style: none;
    text-align: center;
}
li.product h2 {
    padding: 0;
    margin-bottom: 0px;
}
li.product img {
    display: inherit;
}
li.product a:hover {
    text-decoration: none;
}
li.product span.price {
    display: block;
    width: 100%;
    color: black;
    line-height: 60px;
}

nav.woocommerce-breadcrumb p {
    display: inline-block;
}
nav.woocommerce-breadcrumb p:nth-child(1) {
    display: none;
}

nav.woocommerce-breadcrumb p.delimiter {
    margin: 0 10px 0 10px;
}
/* Categorized T-shirts, quick and dirty */
li.product-category.product {
    display: none;
}
li.product-category.product.first {
    display: block;
}
.is-shop-main .product_cat-t-sargid {
    display: none;
}

/* Cart page */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: var(--main-orange);
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 3px;
}
th.product-remove {
    width: 10%;
}

th.product-thumbnail {
    width: 20%;
}

.back-to-store-link {
    margin-top: 25px;
}

.back-to-store-link img, .back-to-store-link span {
    display: inline-block;
    color: var(--main-purple);
    fill: var(--main-purple);
    font-weight: bold;
}
.back-to-store-link img {
    height: 10px;
    margin-right: 10px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 60%;
}
@media screen and (max-width: 767px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }
}

/* Single product page */
.cart .single_add_to_cart_button, .form-submit #submit {
    border: 0;
    color: white;
    background-color: var(--main-orange);
    font-weight: 500;
    padding: 5px 25px;
    line-height: 14px;
    border-radius: 3px;
}
@media screen and (max-width: 767px) {
    .cart .single_add_to_cart_button, .form-submit #submit {
        padding: 9px 25px;
    }
}
.cart .quantity {
    display: inline-block;
}
input.qty {
    width: 160px;
}
.variations .label {
    display: initial;
    padding: initial;
    font-size: initial;
}
.variations label {
    display: block;
    color: black;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
}
.variations select {
    padding: 0px 5px 0px 10px;
    margin-left: 10px;
    margin-right: 14px;
    height: auto;
}
.woocommerce-variation-price {
    margin-top: 16px;
    font-weight: 500;
}
p.stock.out-of-stock {
    line-height: 25px;
    color: #ef5a28;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.7px;
    margin-top: 16px;
    margin-bottom: 30px;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: none;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    margin-top: 25px;
    margin-bottom: 50px;
}
p.stock.in-stock {
    display: none;
}
a.reset_variations {
    display: none!important;
}

#comment {
    max-width: 100%;
}

ul.tabs.wc-tabs {
    margin-top: 30px;
    list-style: none;
}
ul.tabs.wc-tabs li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 5px;
    padding-right: 5px;
    color: black;
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

ul.tabs.wc-tabs li a {
    color: black;
    text-decoration: none;
}
ul.tabs.wc-tabs li a::after {
    content: " ";
    padding: 5px 10px;
    background: url(../img/chevron-small-down-orange.svg) center;
    background-size: cover;
    display: inline-block;
    transform: rotate(270deg);
    filter: grayscale(1);
}
ul.tabs.wc-tabs li:hover a::after {
    filter: grayscale(0);
}
ul.tabs.wc-tabs li.active a::after {
    transform: rotate(360deg);
    filter: grayscale(0);
}


ul.tabs.wc-tabs li:hover {
    text-decoration: none;
    border-bottom: 1px solid var(--main-orange);
    color: var(--main-orange);
}
ul.tabs.wc-tabs li.active a {
    color: var(--main-orange);
}
#review_form {
    margin-top: 15px;
}
#review_form  label {
    display: block;
}
#review_form #reply-title, #review_form #respond {
    font-weight: 200;
}
#review_form .comment-form-rating {
    margin-top: 20px;
}
#review_form .comment-form-rating, #review_form .comment-form-comment {
    font-weight: 500;
}
#review_form .comment-form-rating a {
    color: black;
    font-size: 18px;
    margin-right: 3px;
    margin-top: 10px;
    border-radius: 15px;
    display: inline-block;
    width: 25px;
    text-align: center;
    text-decoration: none;

}
#review_form .comment-form-rating a.active, #review_form .comment-form-rating a:hover {
    background: var(--main-orange);
    color: white;
}


/* Checkout */
#customer_details .col-2 {
    display: none;
}
.woocommerce-shipping-destination, .woocommerce-shipping-calculator {
    display: none;
}
.woocommerce-checkout #payment {
    background: #ffffff;
}
.woocommerce-checkout #payment div.payment_box {
    background: var(--accent-gray);
}
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: var(--accent-gray);
}

.woocommerce form .form-row .input-checkbox {
    margin: 0!important;
    position: relative!important;
    margin-bottom: 5px!important;
}
span.woocommerce-terms-and-conditions-checkbox-text {
    display: inline;
    line-height: 13px;
    padding-left: 5px;
}
.select2-results__option {
    font-size: 14px;
}
.woocommerce form .form-row input {
    border-radius: 3px!important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    outline: none;
    border: 1px solid #808080a1;
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
    border: 1px solid #000000;
}
select#wc_shipping_omniva_parcel_machines_ee_terminal {
    width: 100%;
}

/* FINAL */
section.woocommerce-customer-details {
    line-height: 30px;
    font-weight: bold;
}
section.woocommerce-customer-details p {
    margin-top: 10px;
}
.woocommerce section.woocommerce-customer-details address {
    padding: 20px 15px;
}

section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: 400;
}
#privacy_policy, #shopping_terms {
    min-width: 63rem;
}
.woocommerce .wc-bacs-bank-details-account-name {
    display: none;

    font-weight: 500;
    margin-bottom: 20px;
    margin-left: 14px;
    padding-top: 0px;
}

