/* Główna zawartość */
#primary {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
}

.woocommerce {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.woocommerce div.product {
    padding: 0 14px;
}

/* Stylizacja nagłówka sklepu */
.woocommerce-products-header {
    margin-bottom: 20px;
    padding: 0 14px
}

.woocommerce-result-count,
.woocommerce-ordering {
    padding: 0 14px;
}

.woocommerce-products-header__title {
    margin-top: 50px;
    font-family: 'Syne';
    font-size: 31px;
    font-weight: 800;
    color: #AA9968;
    text-transform: uppercase;

}

.page-description {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    text-align: center;
}

/* Breadcrumb - nawigacja */
.woocommerce-breadcrumb {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.woocommerce-breadcrumb a {
    color: #0071a1;
    text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

/* Lista kategorii */
.wc-block-product-categories-list {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin-bottom: 30px;
    list-style: none;
}

.wc-block-product-categories-list-item {
    margin: 0 15px;
    text-align: center;
}

.wc-block-product-categories-list-item a {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.wc-block-product-categories-list-item a:hover {
    color: #0071a1;
}

.wc-block-product-categories-list-item-count {
    font-size: 14px;
    color: #999;
}

/* Stylizacja dla komunikatów */

.woocommerce-message .button:hover {
    background-color: #c50100 !important;
    color: #fff !important;
}

.woocommerce-message .button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: 2px solid #c50100 !important;
    color: #c50100 !important;
    background: #fff !improtant;
    padding: 8px 12px;
    border-radius: 90px !important;
    text-transform: uppercase;
    font-size: 12px !important;
    text-decoration: none;
    height: 41px !important;
    transition: background-color 0.3s ease;

}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
	width: 100%;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	float: left;
}
.woocommerce-notices-wrapper, .woocommerce-form-coupon-toggle, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    max-width: 1200px;
    margin: 20px auto;
    width: 100%;
}

/* Wynik liczby produktów */
.woocommerce-result-count {
    margin-bottom: 20px;
    font-size: 14px;
    color: #555;
}

/* Formularz sortowania */
.woocommerce-ordering {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
}

.woocommerce-ordering select {

    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: 800;
    color: #C8C8C8;
}

/* Lista produktów */
ul.products {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.products li.product {
    width: calc(25% - 20px);
    padding: 10px;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
    text-align: center;
}


.products li.product:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.woocommerce ul.products li.product a img {

    object-fit: fill;
}

.woocommerce-LoopProduct-link {
    text-decoration: none;
    color: inherit;
}

.woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

/* Stylizacja cen */
ul.products li.product .price {
    color: #aa9866
}

.price {
    font-size: 18px;
    color: #333;
}

.price del {
    color: #999;
}

.price ins {
    color: #0071a1;
}

/* Przycisk dodaj do koszyka */

.add_to_cart_button {
    background: none !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 90px !important;
    border: 2px solid #c50100 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    padding: 3px 3px !important;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.add_to_cart_button:hover {
    background-color: #005b81;
}

.details-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #c50100;
}

.details-icon img {
    margin: 0 !important;
}

.details-button {
    background: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-around;
    border-radius: 90px !important;
    border: 2px solid #c50100 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    padding: 5px 5px !important
}

@media(min-width: 768px) {
    .details-button {
        background: none !important;
        display: flex !important;
        align-items: center !important;
        border-radius: 90px !important;
        border: 2px solid #c50100 !important;
        color: #ffffff !important;
        font-size: 12px !important;
        padding: 3px 3px !important
    }
}


/* PRODUCT CONTENT */
/* Główna sekcja produktu */
.product-item {
    position: relative;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    margin: 15px 0;
}

.product-image-wrapper {
    position: relative;
}

.product-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Przycisk promocji */
.onsale {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 52px !important;
    height: 52px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c50100 !important;
    color: white !important;
    padding: 2px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border-radius: 50px !important;
}

/* Przycisk Szczegóły i Dodaj do koszyka (widoczne po najechaniu) */
@media(min-width: 768px) {
    .product-hover-buttons {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        gap: 10px;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 10;
    }
}

.product-item:hover .product-hover-buttons {
    opacity: 1;
}

.product-hover-buttons .button {
    background-color: red;
    color: white;
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: none;
    cursor: pointer;
}

.product-hover-buttons .button i {
    margin-right: 5px;
}

/* Tytuł produktu */
.woocommerce-loop-product__title {
    font-size: 18px;
    color: white;
    margin-top: 15px;
    text-transform: uppercase;
}

/* Warianty produktu (rozmiary) */
.product-variations {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.product-variations span {
    color: #c50100;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 5px;
    font-size: 8px;
}

/* Cena produktu */
.price {
    color: white;
    font-size: 18px;
    margin-top: 10px;
    display: block;
}

/* Układ mobilny */
@media (max-width: 768px) {
    .product-hover-buttons {
        flex-direction: column;
        gap: 5px;
    }
}

.price ins {
    color: #c50100;
    text-decoration: none;
}




/* PRODUCT PAGE */

.product-gallery {
    display: flex;
    gap: 20px;
}

.main-image {
    flex: 1;
    max-width: 400px;
}

.main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.thumbnail-gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    max-height: 100%;
}

.thumbnail {
    width: 100%;
    flex-shrink: 0;
}

.thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

/* JavaScript will set this dynamically */
.thumbnail-gallery-container {
    position: relative;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Modal content (obraz) */
.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    /* Ustaw maksymalną szerokość obrazu */
    max-height: 80vh;
    /* Ustaw maksymalną wysokość obrazu */
    object-fit: contain;
    /* Zachowaj proporcje obrazu */
}

/* Close button */
.close {
    position: absolute;
    top: 50px;
    right: 50px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/* Thumbnail gallery */
.thumbnail {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #474747;
}

.thumbnail img {
    width: 75px;
    height: 75px;
    object-fit: cover;

    /* Spraw, aby miniatury były dobrze przycięte */
}


.content-single-product-details {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* DANE PRODUKTU */

/* Główne style dla tytułu i kategorii produktu */
.product_meta,
.product_title {
    color: #c8c8c8;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 10px;
}

.product_meta a {

    text-decoration: none;

}

.product_meta a:hover {
    color: #c50100;
    /* Dodaj animację hover */
}

.product_title {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

/* Rozmiary produktu */
.product_attributes p {
    font-size: 11px;
    color: #c50100;
    font-weight: 800;
}

.product_variations {
    font-size: 11px;
    color: #c50100;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.size-option {
	margin: 0 5px;
}


.variations_form .label {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.variations_form select {
    padding: 8px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: 800;
    color: #AA9968;
}

.variations_form select option {
    padding: 8px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: 800;
    color: #C8C8C8;

}

/* Stylowanie przycisku Dodaj do koszyka */
.single_add_to_cart_button {
    background-color: transparent;
    border: 2px solid #ff0000;
    color: #ff0000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 3px !important;
    font-size: 16px;
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.single_add_to_cart_button:hover {
    background-color: #ff0000;
    color: #fff;
    border-color: #ff0000;
}

.single_add_to_cart_button:disabled {
    background-color: #333;
    color: #999;
    cursor: not-allowed;
}

/* Stylowanie ceny produktu */
@media(min-width: 768px) {
    .price {
        font-size: 28px;
        font-weight: 700;
        color: #ff0000;
        margin-bottom: 15px;
    }

    .price del {
        font-size: 20px;
        color: #999;
        margin-left: 10px;
    }
}

#tab-description > p {
	margin: 20px 0;
}

.price ins {
    text-decoration: none;
}


.woocommerce div.product form.cart .variations {
    width: auto
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    padding: 0 15px 0 0
}

.woocommerce div.product form.cart .button {
    background: none !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 90px !important;
    border: 2px solid #c50100 !important;
    color: #ffffff !important;
    font-size: 12px !important;

    height: 41px;

}

/* Stylowanie ilości produktu */

.woocommerce .quantity .qty {
    height: 41px;
    min-width: 60px;
    margin-right: 11px;
    color: #AA9968;
    font-weight: 800
}

.woocommerce-variation-add-to-cart .quantity input {
    padding: 8px;
    width: 30px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: 800;
    color: #C8C8C8;
}

.woocommerce-variation-add-to-cart .quantity input:focus {
    border-color: #aa9968;
}



.added_to_cart {
    display: none !important;
}

.cart-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    fill: #000;
    /* Kolor koszyka */
}

.checkmark-icon {
    display: none;
    width: 24px;
    height: 24px;
    fill: #000;
    /* Kolor checkmarka */
}

.added .cart-icon {
    display: none;
}

.added .checkmark-icon {
    display: inline-block;
}


/* PRODUCT TABS */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: none;
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #aa9866
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    overflow-x: auto;
    padding-bottom: 5px;
    /* Miejsce na scrollbar */
}

.woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding-bottom: 5px;
    /* Miejsce na scrollbar */
}

.woocommerce-tabs ul.tabs li {
    flex: 0 0 auto;
    margin-right: 20px;
    /* Odstęp między zakładkami */
}



/* PODOBNE PRODUKTY */
section.related.products h2:first-child {
    font-weight: 800;
    color: #aa9866;
    text-transform: uppercase;
}

/* KOSZYK */
.cart-container {
    position: relative;
}

.cart-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 350px;
	transform: translateX(-35%);
    margin: 0 auto; /* Center-aligns the popup */
    background-color: white;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 20;
}


.cart-content {
    max-height: 200px;
    overflow-y: auto;
}

.cart-item {
    display: flex;
    margin-bottom: 10px;
}

.cart-item-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

.cart-item-info {
    display: flex;
    flex-direction: column;
}

.view-cart-button {
    display: block;
    margin-top: 10px;
    text-align: center;
    background-color: #333;
    color: white;
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
}

.view-cart-button:hover {
    background-color: #555;
}


/* KOSZYK */

/* TABELA */
.wc-block-cart-items__row {
    background: #fff;
    color: #000;
    padding: 7px !important;
}

.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap {
    padding: 7px;
}

.wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price__value {
    color: #000;
}

.wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price__value.is-discounted {
    color: #c50100;
    font-weight: 500;
}

.wc-block-cart-item__total .wc-block-formatted-money-amount {
    color: #000
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    grid-column-end: 3 !important;
}


/* ATRYBUTY */
.wc-block-cart-item__product ul.wc-block-components-product-details li.wc-block-components-product-details__rozmiar .wc-block-components-product-details__value {
    color: #c50100;
}

/* PODSUMOWANIE KOSZYKA */
.wp-block-woocommerce-cart-order-summary-coupon-form-block,
.wp-block-woocommerce-cart-order-summary-subtotal-block,
.wp-block-woocommerce-cart-order-summary-shipping-block,
.wc-block-components-totals-wrapper {
    background: #fff;
    color: #000;
    padding: 7px !important;
}

.wp-block-woocommerce-cart-order-summary-shipping-block {
    padding-bottom: 20px !important;
}

/* Stylowanie przycisku "Przejdź do płatności" */

.checkout {
	max-width: 1200px;
	margin: 0 auto;
}
.wc-block-cart .wc-block-cart__submit-container {
    padding-left: 200px !important;
}

.wc-block-cart__submit-button,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.woocommerce-form-register__submit,
.woocommerce-form-login__submit,
.view-cart-button {
margin-top: 10px !important;
}

.wc-block-cart__submit-button,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.woocommerce-form-register__submit,
.woocommerce-form-login__submit,
.view-cart-button,
.coupon button,
.shop_table .actions button,
.select-paczkomat-button,
.checkout-button,
p.form-row-last:nth-child(3) > button:nth-child(1),
#place_order{
    background-color: #c50100 !important;
    /* Czerwone tło przycisku */
    color: #ffffff !important;
    /* Biały kolor tekstu */
    font-size: 14px !important;
    /* Rozmiar tekstu */
    font-weight: 500 !important;
    /* Grubość tekstu */
    padding: 12px 30px !important;
    /* Odstępy wewnętrzne */
    border: none !important;
    /* Usunięcie obramowania */
    border-radius: 50px !important;
    /* Zaokrąglone rogi */
    display: inline-flex !important;
    /* Użycie flexboxa dla elementów wewnątrz */
    align-items: center !important;
    /* Wyrównanie pionowe */
    justify-content: center !important;
    /* Wyśrodkowanie tekstu i ikony */
    text-decoration: none !important;
    /* Usunięcie podkreślenia */
    position: relative !important;
    /* Potrzebne do umieszczenia ikony */
    transition: background-color 0.3s ease !important;
    
    /* Animacja zmiany koloru tła */
}

.wc-block-cart__submit-button:hover,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.woocommerce-form-register__submit:hover,
.woocommerce-form-login__submit:hover,
.view-cart-button:hover,
.coupon button:hover,
.shop_table .actions button:hover,
.select-paczkomat-button:hover,
.checkout-button:hover,
p.form-row-last:nth-child(3) > button:nth-child(1):hover,
#place_order:hover{
    background-color: #b50100 !important;
    /* Ciemniejszy kolor przy najechaniu */
}

.coupon {
	display: flex;
	align-items: center;
	height: auto;
}

#coupon_code {
	width: 50%;
}

.coupon button {
	width: 70%!important;
	
}

a.showcoupon {
	color: #c50100;
}
#payment {
	background: #fff;
	color: #000;
}

.checkout-button {
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.checkout-button::after{
    content: url('https://maxlukas.com//wp-content/themes/lukas/assets/img/arrow.svg');
    /* Wstawienie ikony jako treść */
    display: inline-block;
    width: 9px;
    /* Szerokość ikony */
    height: 10px;
    /* Wysokość ikony */
    transform: translateY(-3px)
}


/* Stylowanie tekstu w przycisku */
.wc-block-cart__submit-button .wc-block-components-button__text {
    margin-right: 10px;
    /* Odstęp między tekstem a ikoną */
}


.view-cart-button::after {
    content: url('https://maxlukas.com/wp-content/themes/lukas/assets/img/woocommerce/cart.svg');
    /* Wstawienie ikony jako treść */
    display: inline-block;
    width: 16px;
    /* Szerokość ikony */
    height: 16px;
    margin-left: 5px;
    transform: translateY(-3px)
        /* Wysokość ikony */

}

/* Dodanie ikony strzałki */
.wc-block-cart__submit-button::after {
    content: url('https://maxlukas.com//wp-content/themes/lukas/assets/img/arrow.svg');
    /* Wstawienie ikony jako treść */
    display: inline-block;
    width: 9px;
    /* Szerokość ikony */
    height: 10px;
    /* Wysokość ikony */
    transform: translateY(-7px)
}


/* ZAMÓWIENIE */
.is-large .wc-block-checkout__sidebar.is-sticky {
    top: 114px !important;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[typeinput="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"],
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-blocks-components-select .wc-blocks-components-select__container {
    border-radius: 0px !important
}

.wc-block-components-title.wc-block-components-checkout-step__title {
    text-transform: uppercase;
    font-weight: 800;
    color: #aa9968
}


@media(max-width: 768px) {

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: left
    }
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 100%;
    /* Pola w form-row zajmują całą szerokość kontenera flex */
    padding: 15px;
    margin-top: 15px;
    background-color: #ffffff;
    color: #aa9968;
    font-weight: 800;
    text-transform: uppercase;
    border: 2px solid transparent;
    font-size: 12px;
	height: 100%;
}


.woocommerce form.register,
.woocommerce form.login {
    border: none;
}



/* MOJE KONTO */

#customer_login h2 {
    font-weight: 800;
    color: #aa9968;
    text-transform: uppercase;

}

.woocommerce-account .woocommerce-MyAccount-navigation {

    width: 80%;
    background: #aa9866;
    margin: 0 auto;
    padding: 10px 10px;
    margin-top: 2px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 11px;
}

.woocommerce-account .woocommerce-MyAccount-navigation>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 15px;
    flex-wrap: wrap;
}


.woocommerce-MyAccount-navigation-link--customer-logout {
    background: #c50100;
    padding: 5px 10px 5px 10px;
    border-radius: 90px;
    font-weight: 500;
    font-size: 12px;
    text-transform: none;
}

@media(min-width: 400px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        background: #aa9866;
        padding: 20px 29px;
        margin-top: 2px;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 11px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation>ul {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 70px;
        flex-wrap: wrap;
    }

    .woocommerce-MyAccount-navigation-link--customer-logout {
        background: #c50100;
        padding: 10px 15px 10px 20px;
        border-radius: 90px;
        margin-left: auto;
        font-weight: 500;
        font-size: 12px;
        text-transform: none;
    }
}


.woocommerce-MyAccount-navigation-link--customer-logout a::after {
    content: url('https://maxlukas.com/wp-content/themes/lukas/assets/img/woocommerce/logout.svg');
    display: inline-block;
    margin-left: 8px;
    /* Adjust spacing between text and SVG as needed */
    width: 16px;
    /* Adjust size as needed */
    height: 16px;
    /* Adjust size as needed */
    vertical-align: middle;
}


.woocommerce-account .woocommerce-MyAccount-content {
    margin: 0 auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-items: center;
}



/* ORDER CONFIRMED */

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 1.2rem;
    font-weight: 800;
    color: #aa9866;
    text-transform: uppercase;
    margin: 30px 0;
}

@media(min-width: 400px) {


    .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        font-size: 2rem;
        font-weight: 800;
        color: #aa9866;
        text-transform: uppercase;
        margin: 30px 0;
    }
}

.woocommerce ul.order_details li {
    border-right: none;
    font-size: 1rem;

}

.woocommerce-table--order-details th {
    font-weight: 800;
    text-transform: uppercase;
}

.woocommerce-table--order-details tbody {
    color: #000;
}

.woocommerce-table--order-details tbody tr:nth-child(odd) {
    background: #fff;
}

.woocommerce-table--order-details tbody tr:nth-child(even) {
    background: #e4e4e4;
}

.woocommerce-table--order-details tfoot {
    color: #000;
}

.woocommerce-table--order-details tfoot tr {
    background: #aaa;
}

.woocommerce-table--order-details tfoot tr:nth-last-of-type(1) {
    background: #aa9866;
    color: #fff;
}

.woocommerce-order p:nth-last-of-type(1),
.woocommerce-order-details__title {
    display: none;
}

.woocommerce-column__title {
    color: #aa9866;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.9rem;

}

.woocommerce .woocommerce-customer-details address {
    border-left: 1px solid #aa9866;
}


.shop_table th {
    font-weight: 800;
    text-transform: uppercase;
}

.shop_table tbody {
    color: #000;
}

.shop_table tbody tr:nth-child(odd) {
    background: #fff;
}

.shop_table tbody tr:nth-child(even) {
    background: #e4e4e4;
}

.shop_table tfoot {
    color: #000;
}

.shop_table tfoot tr {
    background: #ddd;
}

.shop_table tfoot tr:nth-last-of-type(1) {
    background: #aa9866;
    color: #fff;
}

.woocommerce-order p:nth-last-of-type(1),
.woocommerce-order-details__title {
    display: none;
}

.woocommerce-column__title {
    color: #aa9866;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.9rem;

}

.woocommerce .woocommerce-customer-details address {
    border-left: 1px solid #aa9866;
}

.content-single-product-details .in-stock {
	display: none;
}