/*
Theme Name: Marine
Description: Marine 2026 website
Author: Rauno
Author URI: https://raunolahendused.ee/
Template: hello-commerce
Text Domain: marine
Version: 1.0
*/
:root{
    --light-text: #7b8190;
    --radius: 18px;
    --linear-bg: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,253,0.98) 100%);
    --box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06), 0 2px 8px rgba(16, 24, 40, 0.04);
    --border: 1px solid #E5E7EA;
    --primary: var(--e-global-color-primary);
}
table td, table th {
    padding: 15px;
}

.wp-block-buttons .wp-block-button a{
    background: var(--e-global-color-primary);
    color: #fff;
    border-radius: 5px !important;
}
.wp-block-heading{
    margin-top: 1em !important;
    line-height: 1.5em !important;
}
.wp-block-embed, .wp-block-media-text{
    margin-top: 50px !important;
}

span.xoo-wsc-sc-count, span.xoo-wsch-items-count {
    top: -8px !important;
    right: -15px !important;
    font-size: 16px !important;
    font-weight: 400;
}
/* .xoo-wsc-container{
    z-index: 9999999999 !important;
} */
 .loop-link a{
    font-weight: 700 !important;
 }
 .blog-loop {
    background-position: center;
    background-size: cover;
 }

 .woocommerce .products .onsale{
    z-index: 1 !important;
 }