/*
WooCommerce styles override
*/
:root {
    --thm-color: #093D31;
    --color-secondary: #FED65C;
    --color-black: #1C1C25;
    --color-body: #74787c;
    --color-white: #ffffff;
    --border-color: #ededed;
    --color-sidebarbg: #f6f6f6;
    --color-bg: #f6f6f6;
    --color-footerbg: #093D31;
    --color-footer: #ffffff;
    --preloader-primary-color: #093D31;
    --preloader-secondary-color: #ffffff;
    --preloader-primary-shadow-color: #093D31;
    --preloader-secondary-shadow-color: #ffffff;
    --font-body: "Hanken Grotesk", sans-serif;
    --font-heading: "Outfit", serif;
}

/********************************************
      Woocommerce Top Section
********************************************* */
.tp-woo-shop-topbar {
    background-color: var(--color-bg);
    padding: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tp-grid-menu ul.nav {
    gap: 15px;
}

.tp-grid-menu ul.nav li button {
    width: 50px;
    height: 50px;
    color: var(--color-white);
    background-color: var(--color-black);
}

.tp-grid-menu ul.nav li button.active {
    background-color: var(--thm-color);
    color: var(--color-white);
}

.woocommerce .woocommerce-result-count {
    padding: 0;
    margin: 0;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-ordering select {
    margin: 0;
}

.woocommerce-ordering select.orderby {
    color: var(--color-body);
    text-align: center;
    border: none;
    background: var(--color-footer);
}

.tp-woo-sort-list form.woocommerce-ordering::after {
    position: absolute;
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
    color: var(--color-body);
    font-weight: 600;
}

.tp-woo-sort-list form.woocommerce-ordering {
    position: relative;
}

/*** Product Design ***/
.tp-store-product-img {
    position: relative;
}

.tp-store-product-img .tp-product-offer {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
}

.tp-store-product-img .offer-label {
    background-color: var(--thm-color);
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 15px;
    margin-bottom: 5px;
}

.tp-store-product-imgspan.discount-label.offer-label {
    background-color: var(--color-black);
}

.tp-product-item .tp-product-price-and-ratings {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.tp-product-item a.woocommerce-review-link {
    display: none;
}

.tp-product-content a.tp-product-title {
    font-size: 20px;
}

.woocommerce ul.products li.product .tp-product-content .woocommerce-loop-product__title {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: var(--color-black);
    transition: .4s;
}

.woocommerce ul.products li.product .tp-product-content a.tp-product-title:hover .woocommerce-loop-product__title {
    color: var(--thm-color);
    transition: .4s;
}

.tp-product-content {
    margin-top: 25px;
}

.woocommerce ul.products li.product .tp-product-content .star-rating {
    font-size: 17px;
    margin: 0;
    color: var(--thm-color);
}

.woocommerce .star-rating::before,
.woocommerce .star-rating::before {
    color: var(--thm-color);
}

.woocommerce ul.products li.product .price ins {
    background: transparent;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
}

.woocommerce ul.products li.product .tp-product-content .price {
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 16px;
    color: var(--color-black);
}

/** List view items **/
.tp-product-wrapper.tp-list-view-items {
    margin-bottom: 40px;
}

.tp-product-price,
.woocommerce div.product .woo-single-summery p.price,
.woocommerce div.product .woo-single-summery span.price {
    margin-bottom: 3px;
    color: var(--thm-color);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-top: 2px;
    font-family: var(--font-heading);
}

.tp-list-view-items .woocommerce-loop-product__title {
    color: var(--color-black);
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    padding: 0;
    transition: all .3s ease-in-out;
    margin-top: 10px;
    margin-bottom: 6px;
}

.tp-list-view-items .tp-product-title .woocommerce-loop-product__title:hover,
.woocommerce .woocommerce-product-rating .star-rating {
    color: var(--thm-color);
}

.tp-product-price-wrp.tp-product-price ins {
    text-decoration: none;
    margin-left: 5px;
}

.tp-product-content.tp-list-product-content {
    margin: 0;
    padding-bottom: 30px;
    padding-right: 20px;
}

.tp-product-price-wrp.tp-product-price del {
    color: var(--color-body)
}

.tp-list-view-content .tp-product-cart-and-quantity form,
.woo-single-summery.tp-product-content.tp-list-product-content form:not(.variations_form, .grouped_form) {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}

.woocommerce .quantity .qty {
    width: 100px;
    text-align: center;
    margin: 0;
    max-height: 50px;
}

.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 {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    color: var(--color-white);
    background: var(--color-black);
    padding: 10px 30px 10px 30px;
    clear: both;
    line-height: 100%;
    text-transform: uppercase;
    border: 1px solid var(--color-border);
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 50px;
    overflow: hidden;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    padding: 16px 35px;
    font-weight: 700;
    color: var(--color-white);
    background-color: var(--thm-color);
    text-transform: capitalize;
    overflow: hidden;
}

.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,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: var(--thm-color);
}

.tp-product-cart-and-quantity {
    margin: 20px 0;
}

.tp-product-content .product_meta {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
}

.tp-product-content.tp-list-product-content {
    margin: 0;
    padding-top: 30px;
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: flex;
    align-items: center;
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0;
}

a.reset_variations {
    display: none;
}

.woocommerce form.variations_form,
.woocommerce form.grouped_form {
    display: block;
}

.woocommerce form.variations_form .variations_button,
.woocommerce form.grouped_form .variations_button {
    display: flex;
    gap: 14px;
}

.woocommerce form.variations_form table.variations,
.woocommerce form.grouped_form table.variations {
    margin-bottom: 25px;
}

.woocommerce form.variations_form select,
.woocommerce form.grouped_form select {
    height: 40px;
    padding: 0 15px;
    font-size: 94%;
}

.tp-product-rating,
.woocommerce-variation-price {
    margin-bottom: 10px;
}

.woocommerce-variation-price span {
    margin-bottom: 10px;
    color: var(--thm-color);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-top: 2px;
    font-family: var(--font-heading);
}

/*** pagination **/
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--thm-color);
    color: var(--color-white);
}

nav.woocommerce-pagination {
    margin-top: 50px;
}

/*** single product ***/

.woocommerce div.product .woo-single-summery p.price,
.woocommerce div.product .woo-single-summery span.price {
    margin-bottom: 3px;
    color: var(--thm-color);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-top: 2px;
    font-family: var(--font-heading);

}


.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}


.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    font-size: 17px;
    opacity: .5;
    font-weight: 500;
    color: var(--color-body);
}

.woo-single-post .woocommerce-product-details__short-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 35px;
    margin-bottom: 35px;
    margin-top: 24px;
}

.woo-single-post .woocommerce-product-details__short-description ul li {
    color: var(--color-black);
    line-height: 32px;
}

.woo-single-post .woocommerce-product-details__short-description ul li:before {
    position: absolute;
    content: "\f058";
    font-family: 'Font Awesome 6 Free';
    color: var(--thm-color);
    left: 0px;
    font-weight: 700;
}


.woocommerce-product-details__short-description {
    margin-top: 13px;
    font-weight: 500;
    line-height: 28px;
}

.woocommerce-product-details__short-description {
    margin-top: 14px;
}

.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart table,
.woocommerce div.product form.cart .group_table td {
    border: 1px solid;
    border-color: var(--color-border);
}

.woocommerce div.product form.cart table td {
    padding-left: 10px;
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
}

td.woocommerce-grouped-product-list-item__price span {
    font-size: 17px;
    font-weight: 500;
    color: var(--thm-color);
}

td.woocommerce-grouped-product-list-item__price del span {
    color: var(--color-body)
}

td.woocommerce-grouped-product-list-item__price ins span {
    text-decoration: none;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 7px;
}

.tp-product-content.tp-list-product-content .product_title.entry-title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 5px;
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
    content: unset;
}


/*** Woocommerce sngle tab content **/

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: var(--thm-color);
    margin: 0;
    padding: 0;
    border-radius: 0;
    margin-right: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 36px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 50px;
}

.woocommerce-tabs.wc-tabs-wrapper ul li:before,
.woocommerce-tabs.wc-tabs-wrapper ul:before,
.woocommerce-tabs.wc-tabs-wrapper ul li:after,
.woocommerce-tabs.wc-tabs-wrapper ul:after {
    content: unset !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background-color: var(--color-black);
    color: var(--color-white);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 17px 20px;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    background-color: var(--color-black);
    color: var(--color-white);
}

.woocommerce .woocommerce-info a {
    background-color: var(--color-white);
    color: var(--color-black);
}

h2.woocommerce-Reviews-title {
    font-size: 25px;
}

.woocommerce-Reviews .comment-reply-title {
    font-size: 20px;
}

.woocommerce-Reviews #comments {
    margin-bottom: 25px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: var(--color-black);
    color: var(--color-white);
}

.woocommerce-Reviews label {
    margin-bottom: 8px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    left: -20px;
    width: 60px;
    height: 60px;
}

section.related.products,
section.upsells.products {
    margin-top: 80px;
}

section.related.products h2:first-of-type,
section.upsells.products h2:first-of-type {
    font-size: 32px;
    line-height: 1;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 35px;
}

.woocommerce-message {
    border-top-color: var(--thm-color);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: var(--color-bg);
}

.woocommerce .star-rating,
.woocommerce-message::before,
.woocommerce a.remove:hover,
div#review_form .comment-form-rating p.stars a {
    color: var(--thm-color);
}

.woocommerce a.remove {
    color: var(--thm-color) !important;
    font-weight: 400;
}

a.woo-product-big-img.image-popup-vertical-fit {
    margin: 10px;
}

.woocommerce table.shop_attributes {
    border: 1px dotted var(--color-border);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.all-posts-wrapper.woo-single-post .woo-small-gallery-section .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.all-posts-wrapper.woo-single-post .woo-small-gallery-section .swiper-wrapper .woo-product-mini-img {
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 7px;
}

.woocommerce-Reviews div#review_form_wrapper {
    margin-top: 30px;
    padding: 35px 45px 30px 45px;
    background-color: var(--color-bg);
    color: var(--color-black);
}

.woocommerce-Reviews div#review_form_wrapper .theme-button {
    color: var(--thm-color);
}

.woocommerce-Reviews div#review_form_wrapper .theme-button:hover {
    color: var(--color-white);
}

/*** Cart and checkout block page **/

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block table.wc-block-cart-items {
    background: var(--color-bg) !important;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block table.wc-block-cart-items th,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block table.wc-block-cart-items td {
    text-align: left !important;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block table.wc-block-cart-items thead th {
    text-align: center !important;
}

.wc-block-components-product-metadata {
    font-size: 16px !important;
}

.wp-block-woocommerce-cart-order-summary-block {

    padding: 20px;
}

.wp-block-woocommerce-cart-order-summary-block {
    background: var(--color-bg) !important;
}

.wc-block-components-button {
    background: var(--thm-color);
    color: var(--color-white);
    font-weight: 600;
    padding: 15px;
    transition: .4s;
    border-color: transparent;
}

.wc-block-components-button:hover {
    background-color: var(--color-black);
    color: var(--color-white);
    transition: .4s;
}

span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    margin-top: 0;
    padding-top: 0 !important;
}

.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
    padding: 0 30px !important;
    background: var(--color-bg);
}

.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block form input,
.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block form select,
.wc-blocks-components-select .wc-blocks-components-select__container,
.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block form textarea {
    border-color: var(--color-border) !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    border-top: 1px solid var(--color-border);
    padding-top: 18px;
}

.wc-block-checkout__terms,
.wc-block-components-form .wc-block-components-checkout-step {
    margin: 0 0 25px !important;
}

.wc-block-components-sidebar {
    margin-top: 0px !important;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
    border: none;
    background-color: var(--color-bg);
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: 0;
    box-shadow: none !important;
    border: 1px solid var(--thm-color);
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background-color: var(--thm-color) !important;
}

/*** success order **/
.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    padding: 30px;
    background: var(--color-bg);
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
    content: unset;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-weight: 500;
    padding: 10px;
    background: var(--thm-color);
    color: var(--color-white);
}

h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
    font-size: 30px;
    text-transform: capitalize;
}

section.woocommerce-customer-details address {
    background: var(--color-bg);
    padding: 25px !important;
}

.woocommerce section.woocommerce-customer-details {
    margin-bottom: 0;
}

/** My account page **/

.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    margin-bottom: 30px;
    float: unset;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    line-height: 24px;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--thm-color);
    color: var(--color-white);
    font-size: 18px;
    font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: unset;
    width: 100%;
    padding: 30px;
    background: var(--color-bg);
    border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        width: 50%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        flex-wrap: wrap;
    }
}

.woocommerce-MyAccount-content p a:hover {
    color: var(--color-black);
}

.woocommerce-MyAccount-content p a,
.woocommerce-info::before {
    color: var(--thm-color);
}

.woocommerce-MyAccount-content .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    background-color: var(--color-bg);
    color: var(--color-black);
}

.woocommerce-info {
    border-top-color: var(--thm-color);
}

header.woocommerce-Address-title.title h3 {
    font-size: 25px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background: var(--color-white);
    border: 1px solid;
    border-color: var(--color-border);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--color-body);
}

.select2-container--default .select2-selection--single {
    background-color: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 0;
    height: 48px;
    padding: 11px 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 6px;
}

/** cart classic design ***/
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border: 1px solid var(--color-border);
    padding: 16px 10px;
    height: 48px;
    width: auto;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 30px;
    text-transform: capitalize;
}

.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    line-height: 32px;
}

/*** classic checkout page **/
.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
    background: var(--thm-color);
    color: var(--color-white);
    opacity: 1;
    clear: both;
    padding: 0px 9px;
    font-size: 93%;
    border-radius: 5px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading {
    font-size: 30px;
    text-transform: capitalize;
}

form.checkout.woocommerce-checkout .woocommerce-billing-fields,
form.checkout.woocommerce-checkout .woocommerce-additional-fields {
    background-color: var(--color-bg);
    padding: 20px;
    border-radius: 5px;
}

div#customer_details {
    margin-bottom: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: var(--color-bg);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: var(--color-bg);
}

.tp-product-wrapper.tp-list-view-items {
    border-radius: 10px;
}

.tp-product-wrapper.tp-list-view-items {
    background: var(--color-bg);
}

.nobility-product-grid-item .tp-product-content {
    margin-top: 0;
    padding: 15px;
}

.tp-product-content.tp-list-product-content .tp-product-cart-and-quantity input {
    background: var(--color-white);
}

.tp-woo-sort-list form.woocommerce-ordering::after {
    content: unset;
}

.woocommerce-Reviews div#review_form_wrapper input,
.woocommerce-Reviews div#review_form_wrapper textarea,
.woocommerce-Reviews div#review_form_wrapper select {
    background-color: var(--color-white);
}

.wc-proceed-to-checkout a br {
    display: none;
}

.woo-product-pagination {
    position: relative;
    margin-top: 50px;
}

.woocommerce .woo-widget-area .widget ul li:first-of-type{
    border-top: 0;
}
.woocommerce .woo-widget-area .widget ul li {
    padding: 10px 0;
    border-color: #d6d2d294;
}