/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Nonemam  vizuāli zobiņus augšā lejā checkout */
:is(.woocommerce-checkout>.checkout-order-review,.woocommerce-order-pay #order_review):before, :is(.woocommerce-checkout>.checkout-order-review,.woocommerce-order-pay #order_review):after {
    content: "";
    position: absolute;
    inset-inline: 0;
    height: 10px;
    background-image: none !important; 
    background-size: none !important;
}


fieldset.hidden-fields-container {
    display: none !important;
    visibility: hidden !important;
}

.woocommerce .price small {
    /*display: block; */
    font-size: 60%;     
    /*color: #666; */
}


.wd-social-icons {
    justify-content: unset !important;
}

.esto-price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    flex-wrap: nowrap;
    font-size: 14px;
}

.esto-price-row img {
    height: 36px;
    width: auto;
}

@media (max-width: 480px) {
    .esto-price-row {
        font-size: 13px;
        gap: 8px;
    }

    .esto-price-row img {
        height: 32px;
    }
}


.product-labels {
    inset-inline-start: unset !important;
    inset-inline-end: 7px !important;
    
}
@media (min-width: 720px) {  
    .product-labels.labels-rounded .product-label {
        width: 80px !important;                   /* same as height */
        height: 80px !important;                 /* fixed size */
        border-radius: 50% !important;           /* makes it a circle */
        display: flex !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 18px !important;
        padding: 0 !important;                   /* no extra padding */
    }
}

/*Nonemam izpārdots label*/
.product-labels.labels-rounded .out-of-stock {
     display: none !important;
}


/* Atlaižu tabula desktop šaurāka*/
/*@media (min-width: 720px) { 
    .wd-dynamic-discounts {
        position: relative;
        width: 160px;
    }
}*/

/* Mobilajam izskatam */
.woocommerce-Tabs-panel table {
  display: block;
  width: 100% !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  max-width: 100%;
  border-collapse: collapse;
}

.woocommerce-Tabs-panel table td,
.woocommerce-Tabs-panel table th {
  white-space: normal;
  word-wrap: break-word;
}

/* Footer styling */
footer.wd-footer.footer-container.color-scheme-dark {
    border-top: 1px solid #f4f4f4 !important;
    background-color: #fbfbfb !important;
    color: black !important;
}

footer.wd-footer.footer-container.color-scheme-dark .wd-sub-menu li > a {
    color: black !important;
}

/*footer.wd-footer.footer-container.color-scheme-dark .wp-block-wd-image.wd-block-image img {
    border: 1px solid #f4f4f4 !important;
}*/
  



