:root {
    --font-playfair: 'Playfair Display', sans-serif;
    --font-worksans: 'Work Sans', sans-serif;
    /* Colors --------------- */
    --dark-primary-color: #171717;
    --primary-color: #171717;
    --primary-color-opc: 23, 23, 23;
    --dark-title-color: #171717;
    --title-color: #171717;
    --title-color-opc: 23, 23, 23;
    --white-color: #fff;
    --dark-white-color: #fff;
    --text-color-white: #D3D3D3;
    --dark-text-color: #595959;
    --text-color: #595959;
    --text-color2: #545454;
    --text-color-opc: 89, 89, 89;
    --borderr-color: #EEEEEE;
    --borderr-color-opc: 230, 230, 230;
    --section-bg-color: #F9F9F9;
    --section-bg-color2: #FBF8F8;

}

body.dark {
    --primary-color: #FFFFFF;
    --primary-color-opc: 255, 255, 255;
    --title-color: #FFFFFF;
    --title-color-opc: 255, 255, 255;
    --text-color: #D3D3D3;
    --text-color-opc: 211, 211, 211;
    --text-color2: #cccccc;
    --borderr-color: #343434;
    --white-color: #171717;
    --section-bg-color: #212121;
    --section-bg-color2: #212121;
    background-color: #171717;
}

/* Remove incriment arrow Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*  Remove incriment arrow Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*****************************
 Start product archive
 *****************************/
.woocommerce .egns-artmart-product-archive {
    display: flex;
    flex-direction: column;
}

.woocommerce .egns-artmart-product-archive .woocommerce-archive-header {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.woocommerce .woocommerce-result-count {
    color: var(--title-color);
    margin: 0 0 1em;
}

.woocommerce .egns-artmart-product-archive .woocommerce-ordering .nice-select {
    color: var(--primary-color);
    font-family: var(--font-worksans);
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 20px;
    height: 30px;
    min-width: 200px;
    border: 1px solid rgba(238, 238, 238, 0.9333333333);
    background: transparent;
    padding-left: 15px;
    padding-right: 30px;
}

.woocommerce .egns-artmart-product-archive .woocommerce-ordering .nice-select::after {
    height: 8px;
    width: 8px;
    border-bottom: 1px solid var(--text-color);
    border-right: 1px solid var(--text-color);
    right: 15px;
    margin-top: -5px;
}

.woocommerce .egns-artmart-product-archive .woocommerce-ordering .list {
    background-color: var(--white-color);
    box-shadow: 0px 4px 32px 0px rgba(129, 129, 129, 0.2509803922);
    border: 1px solid #EEEEEE;
    min-width: 250px;
    left: auto;
    right: 0;
}

.woocommerce .egns-artmart-product-archive .woocommerce-ordering .nice-select .current,
.woocommerce .egns-artmart-product-archive .woocommerce-ordering .nice-select .option {
    font-family: var(--font-worksans);
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
    color: var(--title-color);
}

.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
    float: left;
    width: 52%;
}

.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
    float: right;
    width: 44%;
    clear: none;
}

/* paginate css  */
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-top: 60px;
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
    margin-top: 60px;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    padding: 15px 25px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: none;
    margin-bottom: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    float: none;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span {
    font-family: var(--font-worksans);
    font-size: 15px;
    font-weight: 500;
    width: 36px;
    height: 36px;
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0;
    color: var(--dark-text-color);
    transition: 0.35s;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
    background: var(--title-color);
    color: var(--white-color);
}

/*****************************
End product archive
******************************/


/*****************************
 Start product details
 *****************************/
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: auto;
    float: none;
    padding: 8px 10px;
    background: #E4E4E4;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 20px;
    z-index: 9;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    position: absolute;
    content: "\F14D";
    display: block;
    font-style: normal;
    font-family: bootstrap-icons !important;
}

p.wsawl-link {
    display: none !important;
}

.woocommerce .auction-details-section div.summary .price {
    color: var(--title-color);
    font-size: 1.25em;
    font-family: var(--font-worksans);
    font-size: 22px;
    font-weight: 500;
    line-height: 25.81px;
    text-align: left;
    margin-top: 15px;
}

.woocommerce .auction-details-section div.summary .price span.auction {
    font-family: var(--font-worksans);
    font-size: 20px;
    font-weight: 400;
    line-height: 23.46px;
    text-align: left;
    color: var(--text-color);
}

.woocommerce .auction-details-section div.summary .price ins {
    text-decoration: none;
}

.woocommerce .auction-details-section div.summary .price del {
    font-size: 90%;
}

.woocommerce .auction-details-section .yith-wcwl-add-to-wishlist-button svg {
    width: 18px;
}

.woocommerce .auction-details-section .auction-ajax-change {
    margin: 5px 0 20px;
}

.woocommerce .auction-details-section .auction-ajax-change p.auction-condition {
    font-family: var(--font-worksans);
    font-size: 20px;
    font-weight: 400;
    line-height: 23.46px;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 20px;
}

.woocommerce .auction-details-section .auction-ajax-change p.auction-condition span {
    color: var(--title-color);
    font-size: 1.25em;
    font-family: var(--font-worksans);
    font-size: 22px;
    font-weight: 500;
    line-height: 25.81px;
    text-align: left;
}

.woocommerce .auction-details-section .auction-ajax-change .auction-time {
    color: var(--text-color);
    font-size: 18px;
    font-family: var(--font-worksans);
    font-weight: 400;
    line-height: 1;
    display: block;
}

.woocommerce .auction-details-section .auction-ajax-change .hasCountdown {
    width: 390px;
    height: 60px;
    border-radius: 6px;
    line-height: 1;
    border: 1px solid var(--borderr-color);
    background: #FAF8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 1;
    padding: 0px 30px;
    margin: 10px 0;
}

body.dark.woocommerce .auction-details-section .auction-ajax-change .hasCountdown {
    background: transparent;
}

.woocommerce .auction-details-section .auction-ajax-change .hasCountdown .countdown_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.woocommerce .auction-details-section .auction-ajax-change .hasCountdown .countdown_row .countdown_section {
    width: auto;
}

.woocommerce .auction-details-section .auction-ajax-change .hasCountdown .countdown_row .countdown_amount {
    line-height: 1;
    color: var(--title-color);
    text-align: center;
    font-family: var(--font-worksans);
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0;
}

.woocommerce .auction-details-section .auction-ajax-change p.auction-starts,
.woocommerce .auction-details-section .auction-ajax-change p.auction-end {
    font-family: var(--font-worksans);
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
    max-width: 390px;
    margin-bottom: 0;
}

.woocommerce .auction-details-section .auction-ajax-change .reserve.hold {
    color: var(--primary-color);
    margin: 10px 0;
}

.woocommerce .auction-details-section .auction-ajax-change p.auction-starts strong,
.woocommerce .auction-details-section .auction-ajax-change p.auction-end strong {
    font-family: var(--font-worksans);
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: var(--title-color);
}

.woocommerce .auction-details-section .auction-ajax-change form.cart {
    margin: 10px 0 20px;
}

.woocommerce .auction-details-section form.cart table {
    border-width: 0 0 1px;
    margin-bottom: 15px;
}

.woocommerce div.product form.cart .variations tbody tr th,
.woocommerce div.product form.cart .variations tbody tr td {
    padding-top: 15px;
}

.woocommerce .auction-details-section form.cart table div.quantity,
.woocommerce .auction-details-section .auction-ajax-change form.cart div.quantity {
    min-width: 270px;
    text-align: left;
}

.woocommerce .auction-details-section .auction-ajax-change .quantity.buttons_added .plus {
    float: right;
    margin-right: 10px;
}

.woocommerce .auction-details-section .auction-ajax-change .quantity.buttons_added .minus {
    float: left;
}

.woocommerce .auction-details-section .auction-ajax-change .quantity.buttons_added .plus,
.woocommerce .auction-details-section .auction-ajax-change .quantity.buttons_added .minus {
    min-width: 41px;
    max-width: 41px;
    height: 48px;
    background-color: rgba(34, 34, 34, 0.05);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--title-color);
    transition: 0.5s;
    border: none;
    font-size: 24px;
    border: 1px solid var(--borderr-color);
}

.woocommerce .auction-details-section .auction-ajax-change .quantity.buttons_added input.qty {
    max-width: 160px;
    width: 100%;
    height: 48px;
    border: 1px solid var(--borderr-color);
    border-radius: 3px;
    padding: 0 15px;
    color: var(--title-color);
    font-family: var(--font-worksans);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.48px;
    margin: 0 8px 0 8px;
    background: transparent;
}

.woocommerce div.product .single_add_to_cart_button.custom-checkout-btn,
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background-color: var(--primary-color);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    z-index: 1;
    white-space: nowrap;
    transition: all 0.6s;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    gap: 6px;
    color: var(--white-color);
    font-family: var(--font-worksans);
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    min-width: 120px;
    justify-content: center;
}

.woocommerce div.product .single_add_to_cart_button.custom-checkout-btn:hover,
.woocommerce div.product form.cart .button:hover {
    border-color: var(--primary-color);
    color: var(--title-color);
    background: transparent;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    margin-top: 15px;
}

/* without auction  */
.woocommerce div.product form.cart {
    margin: 2em 0;
}

.woocommerce div.product form.cart div.quantity button.minus,
.woocommerce div.product form.cart div.quantity button.plus {
    min-width: 41px;
    max-width: 41px;
    height: 48px;
    background-color: rgba(34, 34, 34, 0.05);
    border-radius: 3px;
    color: var(--title-color);
    transition: 0.5s;
    border: 1px solid var(--borderr-color);
}

.woocommerce div.product form.cart div.quantity button.plus {
    margin-right: 10px;
}

.woocommerce div.product form.cart .quantity .qty {
    text-align: center;
    max-width: 150px;
    width: 100%;
    height: 48px;
    border: 1px solid var(--borderr-color);
    border-radius: 3px;
    padding: 0 25px;
    color: var(--title-color);
    font-family: var(--font-worksans);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.48px;
    margin: -4px 5px 0 5px;
    line-height: 1;
    background: transparent;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 70px;
}

.woocommerce .product-description.artmart-custom,
.woocommerce .home1-auction-slider-section {
    clear: both;
}

.woocommerce span.onsale {
    min-height: auto;
    min-width: auto;
    padding: 5px 10px;
    font-size: 1em;
    font-weight: 500;
    position: absolute;
    text-align: center;
    line-height: 1;
    top: 0.5em;
    left: 0.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #b3af54;
    color: white;
    font-size: 0.857em;
    z-index: 9;
    border-radius: 3px;
}

span.posted_in,
span.tagged_as {
    display: block;
    margin: 5px 0;
    color: var(--primary-color);
    font-family: var(--font-worksans);
}

.woocommerce .auction-details-section .yith-wcwl-add-to-wishlist-button {
    color: var(--primary-color);
}

.woocommerce .auction-details-section .yith-wcwl-add-to-wishlist-button svg {
    stroke: var(--primary-color);
}

span.posted_in a,
span.tagged_as a {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-worksans);
    color: var(--text-color2);
}

body.dark .auction-details-section .payment-method {
    background: transparent;
    border: 1px solid #343434;
}

body.dark .auction-details-section .payment-method .payment-list li {
    color: var(--dark-white-color);
}

.woocommerce .woocommerce-message {
    font-family: var(--font-worksans);
    border-top-color: var(--primary-color);
}

.woocommerce .woocommerce-message .button {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-worksans);
}

/*****************************
End product details
******************************/


/*****************************
 Start cart
 *****************************/
.woocommerce-cart table.wc-block-cart-items {
    color: var(--title-color);
    font-family: var(--font-worksans);
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
    color: var(--title-color);
    font-family: var(--font-worksans);
}

.woocommerce-cart table.wc-block-cart-items thead tr th,
.woocommerce-cart table.wc-block-cart-items tr td {
    border-bottom: 1px solid var(--borderr-color);
}

.woocommerce-cart table.wc-block-cart-items tr th {
    color: var(--title-color);
    font-size: 24px;
    font-weight: 600;
    font-family: var(--font-worksans);
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block,
.woocommerce-cart .wc-block-components-totals-wrapper {
    border-top: 1px solid var(--borderr-color);
    padding: 16px 0;
}

.woocommerce-cart .wc-block-components-product-metadata {
    font-size: .75em;
    display: none;
}

.woocommerce-cart .wc-block-grid__products {
    background-clip: padding-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 16px;
    padding: 0;
    display: none;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
    color: var(--title-color) !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    font-family: var(--font-worksans) !important;
}

.wc-block-components-totals-coupon__form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
    width: 100%;
}

.wc-block-components-totals-coupon__form button {
    background-color: var(--primary-color);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    z-index: 1;
    white-space: nowrap;
    transition: all 0.6s;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    gap: 6px;
    color: var(--white-color);
    font-family: var(--font-worksans);
    font-size: 16px;
    font-weight: 500;
}

.woocommerce-cart .wc-block-cart__submit-button {
    background-color: var(--primary-color);
    border-radius: 6px;
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    z-index: 1;
    white-space: nowrap;
    transition: all 0.6s;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    gap: 6px;
    color: var(--white-color);
    font-family: var(--font-worksans);
    font-size: 16px;
    font-weight: 500;
    width: auto;
    margin-top: 30px;
}

/*****************************
End cart
******************************/


/*****************************
 Start checkout
 *****************************/
.woocommerce-checkout .wc-block-checkout__form,
.woocommerce-checkout .wc-block-components-sidebar {
    color: var(--title-color);
    font-family: var(--font-worksans);
}

.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid var(--borderr-color);
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-product-metadata__description {
    display: none;
}

.woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px var(--borderr-color);
}

/*****************************
End checkout
******************************/


/*****************************
 Start Dashboard
 *****************************/
form.woocommerce-ResetPassword.lost_reset_password,
form.woocommerce-form.woocommerce-form-register.register,
form.woocommerce-form.woocommerce-form-login.login {
    margin: 0;
    width: 100%;
    max-width: 600px;
}

form.woocommerce-ResetPassword.lost_reset_password h2,
form.woocommerce-form.woocommerce-form-register.register h2,
form.woocommerce-form.woocommerce-form-login.login h2 {
    color: var(--primary-color);
}

form.woocommerce-EditAccountForm.edit-account input,
form.woocommerce-ResetPassword.lost_reset_password input,
form.woocommerce-form.woocommerce-form-register.register input,
form.woocommerce-form.woocommerce-form-login.login input {
    width: 100%;
    padding: 8px 20px;
    font-family: var(--font-inter);
    font-size: 12px;
    height: 45px;
    border: 1px solid rgba(var(--primary-color-opc), 0.1);
}

form.woocommerce-EditAccountForm.edit-account #auctions_closing_soon_emails_field input {
    width: auto;
}

form.woocommerce-form.woocommerce-form-register.register .woocommerce-form-login__rememberme,
form.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__rememberme {
    margin-top: 25px;
    text-transform: lowercase;
}

form.woocommerce-form.woocommerce-form-register.register input[type="checkbox"],
form.woocommerce-form.woocommerce-form-login.login input[type="checkbox"] {
    width: auto;
    height: auto;
}

form.woocommerce-form.woocommerce-form-register.register button,
form.woocommerce-form.woocommerce-form-login.login button {
    height: 45px;
    margin-top: 20px;
    border: 1px solid var(--borderr-color);
    transition: .5s;
}

form.woocommerce-form.woocommerce-form-register.register button:hover,
form.woocommerce-form.woocommerce-form-login.login button:hover {
    color: var(--primary-color);
    border: 1px solid var(--borderr-color);
    background-color: transparent;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    padding: 20px;
    margin-top: 20px;
    background-color: #f7f7f7;
}

form.woocommerce-EditAccountForm.edit-account input.woocommerce-Button.button,
.woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account button[type="submit"] {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 600;
    background-color: var(--primary-color);
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.6s;
    line-height: 1;
    min-width: 130px;
    width: auto;
    height: 48px;
    margin-top: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address header.woocommerce-Address-title a {
    float: none;
    color: #7572fd;
    margin-bottom: 10px;
    display: inline-block;
}

.woocommerce .woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    color: var(--white-color);
    min-width: 120px;
    background-color: var(--primary-color);
}

.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    color: #eee;
    background-color: #000;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
    padding: 30px 20px;
    border-radius: 10px;
    position: sticky;
    top: 50px;
    border: 1px solid var(--borderr-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--white-color);
    background: var(--title-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    gap: 17px;
    transition: 0.5s;
    padding: 13px 20px;
    color: var(--primary-color);
    border: 1px solid var(--borderr-color);
    border-radius: 5px;
}

.woocommerce .wishlist-title h2,
.woocommerce-account .edit-account legend {
    color: var(--primary-color);
}

.woocommerce-MyAccount-content h2 {
    color: #000;
}

table.my_auctions_activity {
    width: 100%;
}

table.my_auctions_activity .winning {
    background-color: transparent;
}

table.my_auctions_activity thead th {
    font-family: var(--font-worksans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: var(--title-color);
    background: var(--section-bg-color);
    padding: 15px 8px;
    border: 1px solid var(--borderr-color);
}

table.my_auctions_activity tbody tr td {
    margin-bottom: 0;
    text-align: center;
    line-height: 1;
    padding: 14px 0px;
    border: 1px solid var(--borderr-color);
}

.woocommerce-privacy-policy-text a {
    font-weight: 500;
    color: var(--primary-color);
}

/*****************************
End Dashboard
******************************/


/*****************************
Start Order Final
******************************/
.woocommerce-order-received .woocommerce ul.order_details {
    padding: 0;
    margin: 0 0 3em;
    list-style: none;
}

.woocommerce-order-received .woocommerce ul.order_details li {
    color: var(--text-color);
}

.woocommerce-order-received .woocommerce ul.order_details li strong {
    color: var(--primary-color);
    margin-top: 5px;
}

.woocommerce-order-received .woocommerce-customer-details h2,
.woocommerce-order-received .woocommerce-order-details h2 {
    font-size: 30px;
    color: var(--primary-color);
}

.woocommerce-order-received table.shop_table {
    border: 1px solid var(--borderr-color);
}

.woocommerce-order-received table.shop_table td {
    color: var(--text-color);
    padding: 10px 12px;
    vertical-align: middle;
    line-height: 1.5em;
    border-top: 1px solid var(--borderr-color);
}

.woocommerce-order-received .woocommerce-order-details table.shop_table th {
    color: var(--primary-color);
    font-weight: 600;
    padding: 10px 12px;
    line-height: 1.5em;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot th,
.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot td {
    font-weight: 600;
    border-top: 1px solid var(--borderr-color);
}

.woocommerce-order-received .woocommerce-customer-details address {
    padding: 30px;
    color: var(--primary-color);
    border: 1px solid var(--borderr-color);
}

/*****************************
End Order Final
******************************/

/*****************************
Start Wishlist
******************************/
.woocommerce .wishlist-title {
    margin-top: -11px;
    margin-bottom: 30px;
}

.woocommerce table.wishlist_table.shop_table {
    width: 100%;
    border-collapse: collapse;
}

/*****************************
End Wishlist
******************************/

.yith_wcwl_wishlist_footer .yith-wcwl-share {
    float: none;
    clear: both;
}

/* Responsive css  */

@media only screen and (max-width: 767px) {

    /* order  */
    .woocommerce-order-received .woocommerce ul.order_details li {
        color: var(--text-color);
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: none;
    }

    .woocommerce div.product form.cart .button {
        margin-top: 20px;
    }

    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
		width: 100%;
        margin-bottom: 70px;
    }
	
	.woocommerce .auction-details-section .auction-ajax-change .hasCountdown {
		width: 360px;
	}

    /* order  */
    .woocommerce-order-received .woocommerce ul.order_details li {
        color: var(--text-color);
        margin-bottom: 30px;
    }
}