/*
Theme Name: Shoptimizer Child theme of shoptimizer
Theme URI: 
Description: Child theme of shoptimizer theme for the Shoptimizer theme
Author: <a href="https://www.commercegurus.com/">CommerceGurus</a>
Author URI: 
Template: shoptimizer
Version: 2.5.2
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 21 Mar 2022 07:33:31 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.products .stamped-badge-caption
{display:none;}

.tags .button a 
{color:#FFF!important;}

.woocommerce-pagination {
visibility: hidden;
}

.cg-cat-image
{display:none;}


.fraktfritt {
    background: #dffbe1;
    padding: 10px;
    text-align: center;
}

.fraktfritt .woocommerce-Price-amount.amount {
    padding: 10px 0px 10px 10px;
    display: inline-block;
    font-weight: 600;
}

.widget_shopping_cart_content {
    display: flex!important;
    flex-direction: column!important;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget {
    /*height: calc((var(--vh, 1vh) * 100) - 305px)!important;*/
    height: auto!important;
}


.wmco-gift-bar {
    position: relative;
    width: 300px;
    margin: 20px auto 37px;
    transform: translateX(-9px);
}

.widget_shopping_cart .wmco-mini-cart__gift-bar {
    margin: 20px auto;
}

.wmco-gift-bar__marker {
    background: white;
}


.wmco-gift-bar__marker--passed {
    display: none;
}

.wmco-gift-bar__marker-text {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    width: 200px;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    background: white;
}

.wmco-gift-bar__marker-value {
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 15px;
}

.wmco-gift-bar__marker--enabled {
    background: #3bb54a;
    display: block;
}

.wmco-gift-bar__marker--enabled .wmco-gift-bar__marker-value {
    text-indent: -9999px;
}

.wmco-gift-bar__marker-value:before {
    position: absolute;
    text-indent: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    left: 0;
    color: white;
    font-size: 30px;
}

.wmco-gift-bar__line {
    position: relative;
    background: #cccccc;
    height: 8px;
    width: 100%;
}

.wmco-gift-bar__line-progress {
    background: #ffae02;
    height: 100%;
}

.wmco-gift-bar__progress-text {
    text-align: center;
    margin-top: 0.5rem;
}

.checkout-button br {
    display: none;
}