
body.wp-child-theme-podspace {
    background: #111;
}
#content {
    background: #111;
}

.anim-grid__container {
  width: 100vw;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.anim-grid__item,
.anim-grid__image,
.re-image.cover.abs,
.anim-grid__wrap {
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

/* lines */
.anim-grid__line {
  display: flex;
  justify-content: center;
  align-items: stretch;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
}
.anim-grid__line.has-padding {
  justify-content: center;
  align-items: flex-start;
  padding-top: 24px;
}

/* item sizes like reference */
.anim-grid__item {
  z-index: 1;
  border-radius: 15px;
  flex: none;
  width: 180px;
  position: relative;
  overflow: hidden;
}
.anim-grid__item.large { width: 486px; }

.anim-grid__image { width: 100%; padding-top: 180%; position: relative; }
.anim-grid__image.large { padding-top: 66%; }

.re-image.cover.abs {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top;
  will-change: transform;        
  transform-origin: 50% 50%;
}

.anim-grid__main {
  z-index: 2;
  perspective: 600px;
  text-align: center;
  flex: none;
  width: 0;               
  height: 372px;
  margin: -24px -12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;     
  overflow: hidden;
}
.anim-grid__wrap {
  flex: none;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 324px;
  position: absolute;
  inset: 0 auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  transform: translate(0); 
}

.has-gradient {
  background-image: linear-gradient(90deg, var(--_rebrand---red, #ff4a4a), var(--_rebrand---orange, #ffa64a));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

h2.anim-grid-title {
  margin: 0;
    font-family: "Open Sans Hebrew", Sans-serif !important;
    font-size: clamp(24px, 4.8vw, 71px) !important;;
    font-weight: 600 !important;
    line-height: 1.2em;
    color: #78C68D;
}
p.anim-grid-subtitle {
   font-family: "Open Sans Hebrew", Sans-serif;
    font-size: clamp(32px, 4.8vw, 71px) !important;
    font-weight: 600 !important;
    line-height: 1.2em;
    color: #fff;
}
.anim-grid__btn {
  margin-top: 20px;
  padding: 4px 50px;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: clamp(26px, 2.43vw, 36px);
    font-weight: 700;
   color: #1E1E1E;
    background: linear-gradient(90deg, #4FABBF 0%, #78C68D 100%);
    border-radius: 15px;
    background-position: 0 0;
    background-size: 100% 100%;
    transition: all .3s;
}

.anim-grid__btn:hover {
  background-size: 100% 300%;
  color: #1E1E1E;
    animation-name: animation-pulse;
    animation-duration: 1s;
    animation-timing-function: 
linear;
    animation-iteration-count: infinite;
}

@keyframes animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(.9)
    }
}
.anim-grid__overlay {
  z-index: 2;
  background-image: linear-gradient(180deg, transparent 17%, var(--_rebrand---black, #0b0b0b));
  pointer-events: none;
  will-change: opacity;
  width: 100%;
  height: 35px;
  position: absolute;
  inset: auto 0% -2px;
}

/* HERO */
.pod-hero .pod-hero__img,
.pod-hero .pod-hero__cta { opacity:0; will-change: transform, opacity, filter; }

.elementor-editor-active .pod-hero .pod-hero__img,
.elementor-editor-active .pod-hero .pod-hero__cta { opacity:1;}
.pod-hero .pod-hero__title,
.pod-hero .pod-hero__subtitle{
  will-change: transform, opacity, clip-path;
}
@media (prefers-reduced-motion: reduce){
  .pod-hero .pod-hero__img,
  .pod-hero .pod-hero__title,
  .pod-hero .pod-hero__subtitle,
  .pod-hero .pod-hero__cta { opacity:1 !important; transform:none !important; filter:none !important; }
}

@media (max-width: 991px) {
  .anim-grid__container {
    position: sticky;  
    top: 0;
    overflow: hidden;
  }

  .anim-grid__line {
    gap: 15px;
    align-items: stretch;
  }
  .anim-grid__line.has-padding {
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}


  .anim-grid__item { width: 45vw;  }
  .anim-grid__item.large { width: calc(70% - 15px); }

  .anim-grid__image        { padding-top: 62vw; }
  .anim-grid__image.large  { padding-top: 62vw; }

  .anim-grid__main {
    width: 75vw !important;
    height: auto;
    margin: 8px auto 0;
    padding: 20px 15px;
    perspective: none;
    overflow: hidden;
  }
  .anim-grid__wrap {
    padding: 15px;
    position: static;
    width: auto; height: auto;
    transform: none !important;
    gap: 10px;
  }

  .anim-grid-title   { font-size: clamp(26px, 6vw, 28px); line-height: 1.2; }
  .anim-grid-subtitle{ font-size: clamp(24px, 4.8vw, 22px); line-height: 1.35; }
  .anim-grid__btn    { font-size: 20px; padding: 15px 45px; }

}

div#ivy-bw {
  margin-bottom: 100px;
}
/* ===== PEC: Podcast Episodes Carousel (FULL) ===== */

.pec-widget {
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 24px;
    border-radius: 16px;
    background: #20222A;
    border: 1px solid transparent;
    color: #fff;
    direction: rtl; /* remove if you don't need RTL */
}

.pec-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
}

.pec-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ===== Main video ===== */
.pec-main-video-inner {
    position: relative;
    padding-top: 56.25%; 
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

.pec-main-video-inner iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pec-thumbs-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative; 
}

.pec-nav {
    background: rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 999px;
    width: 36px;
    height: 36px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: background .2s, transform .2s, border-color .2s;
}

.pec-nav:hover {
    background: rgba(0,0,0,0.6);
    transform: translateY(-1px);
    border-color: rgba(255,255,255,0.35);
}

.pec-nav svg{
    width: 18px;
    height: 18px;
    stroke: #fff;
    stroke-width: 2.5;
    fill: none;
}

.pec-thumbs {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-behavior: smooth;

    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.25) transparent;
}

span.pec-thumb-img {
    display: flex;
    border-radius: 15px;
}

.pec-thumbs::-webkit-scrollbar { height: 8px; }
.pec-thumbs::-webkit-scrollbar-track { background: transparent; }
.pec-thumbs::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.22);
    border-radius: 999px;
}
.pec-thumbs::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,.35);
}

button.pec-thumb  {
    padding: 16px;
    min-width: 220px;
    max-width: 240px;
    cursor: pointer;
    background: rgba(0,0,0,0.35);
    border-radius: 15px;
    border: 1px solid #20222A;
    overflow: hidden; 
    transition: transform .2s, border-color .2s, box-shadow .2s;
}

button.pec-thumb :hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0,0,0,.4);
    background: rgba(0,0,0,0.35) !important;
}

button.pec-thumb .is-active{
    border-color: #fff; 
    box-shadow:
        0 0 0 1px rgba(255,255,255,.6),
        0 10px 30px rgba(0,0,0,.45);
}

button.pec-nav.pec-nav-prev, 
button.pec-nav.pec-nav-next{
    border: none;
}

.pec-thumb-img {
    position: relative;
    padding-top: 56.25%;
    border-radius: 10px 10px 0 0;
    background-size: cover;
    background-position: center;
}

.pec-thumb-img::after{
    content:'';
    position:absolute;
    inset:0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.55),
        rgba(0,0,0,.15)
    );
}

.pec-thumb-play-icon{
    position: absolute;
    inset: 0;
    margin: auto;
    width: 48px;
    height: 48px;
    border-radius: 999px;

    background: rgba(0,0,0,0.6);
    border: 1px solid rgba(255,255,255,0.4);

    display: flex;
    align-items: center;
    justify-content: center;

    backdrop-filter: blur(4px);
    z-index: 2;
}

.pec-thumb-play-icon svg{
    width: 22px;
    height: 22px;
    fill: #fff;
    margin-left: 2px; 
}

.pec-thumb-text {
    padding: 10px;
    font-size: 14px;
    max-width: 100%;
    white-space: normal;
    color: #fff;
    text-align: center;
}

.pec-thumb-title {
display: -webkit-box;
  -webkit-line-clamp: 3;  
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
    font-weight: 600;
    margin-bottom: 4px;
}

.pec-thumb-subtitle {
    font-size: 13px;
    opacity: 0.8;
}

.pec-thumb-img{
    position: relative;
    overflow: hidden;
}

.pec-thumb-play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: rgba(0,0,0,.55);
    border: 1px solid rgba(255,255,255,.35);

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 5;
    pointer-events: none;
}

.pec-thumb-play svg{
    width: 20px !important;
    height: 20px !important;
    display: block !important;
    fill: #fff !important;
}

.pec-widget svg{
    max-width: none !important;
    max-height: none !important;
}


@media (max-width: 768px) {
    .pec-widget {
        padding: 16px;
    }

    .pec-title {
        font-size: 28px;
    }

    .pec-nav{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
    }

    .pec-nav:hover{
        transform: translateY(-50%); 
    }

    .pec-nav-prev{ left: 6px; }
    .pec-nav-next{ right: 6px; }

    .pec-thumbs{
        padding: 0 44px 6px;
    }
}




/* woocommerce */
h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 18px !important;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    padding: 15px;
    border: 1px solid #8C8C8C !important;
    background: #20222A;
    border-radius: 15px !important;
    color: #fff !important;
}
.wc-block-components-product-metadata__description, 
.wc-block-components-product-details {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.wc-block-cart-item__prices {
    font-size: 16px !important;
}

td.wc-block-cart-item__total, 
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block,
#pwgc-redeem-gift-card-form label{
    font-size: 16px !important;
}

a.wc-block-components-product-name {
    font-size: 18px !important;
}
#pwgc-redeem-gift-card-form label {
    margin-bottom: 16px;
}
.woocommerce-cart a.wc-block-cart__submit-button, 
button.woocommerce-button.button.woocommerce-form-login__submit {
    margin-top: auto;
    background-color: transparent;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-weight: 700;
    line-height: 1;
    fill: #1E1E1E;
    color: #1E1E1E;
    background-image: linear-gradient(90deg, #4FABBF 0%, #78C68D 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}
tr.wc-block-cart-items__header {
    visibility: hidden;
}
td.wc-block-cart-item__image img {
    border-radius: 10px;
}

.wc-block-components-product-metadata {
    color: #fff;
    font-size: 12px;
}

span.price.wc-block-components-product-price {
    color: #78C68D;
}
a.wc-block-components-product-name {
    color: #fff;
    font-weight: 700;
}
button.wc-block-cart-item__remove-link {
    border: 1px solid !important;
    border-radius: 5px !important;
    padding: 2px 4px !important;
    text-decoration: none !important;
}
.wp-block-woocommerce-cart.alignwide {
    margin-inline: 0 !important;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    border-radius: 15px;
    border: 1px solid #fff;
    color: #fff;
}
.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[type=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] {
    border-radius: 15px !important;
}



.wc-block-components-product-metadata {
    font-size: 16px;
}
input#pwgc-redeem-gift-card-number {
    border-radius: 15px;
}
@media (max-width: 768px) {
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
        margin-top: 0 !important;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
        padding: 20px !important;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open {
        padding: 20px
    }
    .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block.is-sticky {
        display: none;
    }
    .checkout-order-summary-block-fill {
        padding: 10px;
    }
    .wc-block-components-checkout-step__heading {
        padding: 20px;
    }
    .wc-block-checkout__actions_row {
        margin-top: 40px;
    }
}




 .woocommerce-checkout {
    background: #111;
 }
 input#billing-first_name, 
 input#billing-last_name, 
input#billing-phone, 
input#billing-greeninvoice-billing_tax_id, 
.wc-block-components-text-input input#email {
    background: #20222a;
    color:#fff;
}
#billing_country_field, #shipping_country_field {
    display: none !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: transparent;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: clamp(20px, 1.62vw, 24px);
    font-weight: 700;
    line-height: 1em;
    fill: #1E1E1E;
    color: #1E1E1E;
    background-image: linear-gradient(90deg, #4FABBF 0%, #78C68D 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 0.78vw 2.34vw 0.78vw 2.34vw;
    border:none;
}

.wc-block-components-sidebar-layout {
    color: #fff;
}
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    color: #78C68D;
}

.wp-block-woocommerce-checkout-order-summary-block {
    background: #20222a;
    border-radius: 15px !important;
}


.wc-blocks-components-select .wc-blocks-components-select__container {
        background: #111;
        border-radius: 15px;
        box-sizing: border-box;
        height: 3.125em;
        position: relative;
        width: 100%;
    }
 button.wc-block-components-button {
    background-color: transparent;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-weight: 700;
    line-height: 1em;
    color: #111;
    background-image: linear-gradient(90deg, #4FABBF 0%, #78C68D 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    border: none;
}

 button.pwgc-apply-gift-card-button.wc-block-components-button {
    margin: 16px 0;
     color: #fff ;
    border: 1px solid #D5D4DF;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    background-image: none;
}

button.pwgc-apply-gift-card-button.wc-block-components-button:hover {
    color:000;
    background-image: linear-gradient(90deg, #4FABBF 0%, #78C68D 100%);
}
.wc-block-components-address-card__edit {
    border-radius: 15px;
    color:#78C68D !important;
    
}
.wc-block-components-address-card__edit:hover {
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #fff !important;
    text-decoration: none !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
   background: #20222A !important;
    border-radius: 15px !important;
    color: #fff;
     display: none !important;
}


.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: 15px;
}
svg.wc-block-components-checkbox__mark {
    fill: #fff !important;
}
.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: 15px !important;
}

.wc-block-components-spinner:after {
    animation: spinner__animation 1s linear infinite;
    backface-visibility: hidden;
    border: .1em solid !important;
    border-right: .1em solid transparent !important;
    border-radius: 50%;
    box-sizing: border-box;
    content: " ";
    height: 1em;
    right: 50%;
    margin: -.5em -.5em 0 0;
    position: absolute;
    top: 50%;
    transform: translateZ(0) scale(.5);
    transform-origin: 50% 50%;
    width: 1em;
    color: #fff !important;
}
@media (max-width: 768px) {
    .wp-block-woocommerce-checkout {
        padding-top: 20px;
    
    }
    .wc-block-checkout__sidebar {
        margin-bottom: 20px;
        order: 0;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
        margin-top: 0 !important;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
        padding: 20px !important;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open {
        padding: 20px
    }
   .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
        display: none;
    }
    .checkout-order-summary-block-fill {
        padding: 10px;
    }
    .wc-block-components-checkout-step__heading {
        padding: 20px 0 ;
    }
    .wc-block-checkout__actions_row {
        margin-top: 40px;
    }

}/* End custom CSS */

/* my-account */
.woocommerce-account .page-content .woocommerce {
    padding-bottom: 120px;
}
a.woocommerce-button.button.view {
    margin: 0px 8px;
}
.woocommerce-account {
    background: #111;
}
.woocommerce-MyAccount-navigation {
    padding: 15px;
    border: 1px solid #8C8C8C;
    border-radius: 15px;
    color: #fff;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}



.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
    background: linear-gradient(90deg, #4FABBF 0%, #78C68D 100%);
    color: #1E1E1E;
    font-weight:600;
  
}

.woocommerce-account {
    color: #fff;
    font-family: "Open Sans Hebrew", Sans-serif;
}




.woocommerce-account a.woocommerce-MyAccount-order-number,
.woocommerce-account a.woocommerce-MyAccount-order-view {
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}
.woocommerce-account .woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce-orders-table__cell-order-total {
    font-size: 16px;
}

.woocommerce-account .woocommerce-customer-details,
.woocommerce-account address {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
}
th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    color:#78C68D ;
}
.woocommerce-account .button,
.woocommerce-account button {
    background-color: transparent;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #1E1E1E;
    background-image: linear-gradient(90deg, #4FABBF 0%, #78C68D 100%);
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    border-radius: 15px;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}
.woocommerce-account input,
input#pwgc-balance-number, 
.woocommerce-account select {
    border-radius: 15px !important;
    padding: 10px !important;
    font-size: 16px !important;
    background: #20222a !important;
    color: #fff !important;
    border:none !important;
    line-height: 1.7;
}
.woocommerce-account img {
    border-radius: 10px;
}
.woocommerce-account a {
    color: #78c68d;
}
input#pwgc-balance-button, 
button.woocommerce-Button{
    background-color: transparent;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-weight: 700 !important;
    line-height: 1;
    color: #1E1E1E !important;
    background-image: linear-gradient(90deg, #4FABBF 0%, #78C68D 100%) !important;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25) !important;
    border-radius: 15px !important;
    padding: 14px 20px !important;
    border: none;
    cursor: pointer;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
    margin-bottom: 24px;
}


/* =========================
   ORDER RECEIVED PAGE
========================= */

/* Main container */
.woocommerce-order {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px;
    background: #111111;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

/* Thank you title */
.woocommerce-order h2,
.woocommerce-order h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Success message */
.woocommerce-notice--success {
    background: linear-gradient(90deg,#1dbf73,#16a085);
    color: #fff;
    padding: 18px 25px;
    border-radius: 12px;
    font-size: 24px;
    margin-bottom: 30px;
    border: none;
}

/* Order details table */
.woocommerce-table {
    background: #181818;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #2a2a2a;
}

/* Table header */
.woocommerce-table thead {
    background: #1f1f1f;
}

.woocommerce-table th {
    color: #cccccc;
    font-weight: 500;
    padding: 16px;
    border-bottom: 1px solid #2a2a2a;
}

/* Table rows */
.woocommerce-table td {
    padding: 16px;
    color: #ffffff;
    border-bottom: 1px solid #2a2a2a;
}

/* Totals section */
.woocommerce-table tfoot td {
    font-weight: 600;
    color: #1dbf73;
}

/* Order overview (top summary) */
.woocommerce-order-overview {
    background: #181818;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    border: 1px solid #2a2a2a;
}

.woocommerce-order-overview li {
    color: #cccccc;
    font-size: 14px;
}

.woocommerce-order-overview strong {
    color: #ffffff;
    font-weight: 600;
}

/* Buttons */
.woocommerce-order .button,
.woocommerce-order button {
    background: #1dbf73;
    color: #fff;
    border-radius: 10px;
    padding: 12px 24px;
    border: none;
    transition: 0.3s ease;
}

.woocommerce-order .button:hover {
    background: #16a085;
    transform: translateY(-2px);
}

/* Remove ugly borders */
.woocommerce table.shop_table {
    border: none;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-order {
        padding: 20px;
    }

    .woocommerce-table th,
    .woocommerce-table td {
        padding: 10px;
        font-size: 14px;
    }
}


td.woocommerce-table__product-name.product-name a {
    color: #1dbf73;
}

input[type="submit"] {}

.woocommerce-table__product-name.product-name input[type="submit"] {
    background: #fff;
    border: none;
    color: #000
}
.woocommerce-table__product-name.product-name input[type="submit"] :hover {
   color: #1dbf73;
}