/* Center tabs */
.wc-tabs-wrapper .wc-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-bottom: none !important;
    padding: 0;
    margin-bottom: 30px;
}

/* Remove WooCommerce default tab shapes */
.wc-tabs-wrapper .wc-tabs::before,
.wc-tabs-wrapper .wc-tabs li::before,
.wc-tabs-wrapper .wc-tabs li::after {
    display: none !important;
}

/* Base tab style */
.wc-tabs-wrapper .wc-tabs li {
    background: transparent !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

/* Tab links */
.wc-tabs-wrapper .wc-tabs li a {
    display: block;
    padding: 12px 24px;
    color: #333 !important;
    font-weight: 500;
    text-decoration: none;
}

/* Active tab */
.wc-tabs-wrapper .wc-tabs li.active,
.wc-tabs-wrapper .wc-tabs li.description_tab.active,
.wc-tabs-wrapper .wc-tabs li.reviews_tab.active {
    background: var(--martish-orange) !important; 
    border-color: var(--martish-orange) !important; 
}

/* Active tab text */
.wc-tabs-wrapper .wc-tabs li.active a {
    color: #000 !important;
}

/* Inactive tabs */
.wc-tabs-wrapper .wc-tabs li:not(.active) {
    background: transparent !important;
}

/* Hover effect */
.wc-tabs-wrapper .wc-tabs li:hover:not(.active) {
    background: rgba(245, 178, 27, 0.08) !important;
}

.single-product-section .woocommerce-tabs .tabs li a {
  border-radius: unset;
  padding: 12px 44px !important;
  font-weight: 701 !important;
  font-size: 20px !important;
}

/*CART PAGE*/
.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large, .wc-block-components-sidebar-layout.wc-block-checkout.is-large {
  max-width: 80%;
  margin-top: 40px;
}

/*Header */
.site-logo {
  display: flex;
  align-items: start;
  flex-shrink: 0;
  margin-right: 0;
  padding: 0px;
  margin: 0px;
}

.red-menu {
  background-color: #e90300;
}
.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart_totals .shop_table.shop_table_responsive {
  border: none !important;
}

/*============================hide related products ========================================*/
.single-product-section .related.products {
  display: none;
}


.privacy-page .list-group-item {
  display: list-item;
  border: none;
}
.privacy-page .list-group {
  margin-left: 45px;
  margin-bottom: 38px;
}