/*
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.*/

.filter-title {
    font-size: 14px!important;
}

.yith-wcan-filter {
    border-bottom: 1px solid #eee;
    margin-bottom: 0px!important;
    padding-bottom: 0px;
    padding-top: 10px;
}

.shoptimizer-sorting {
    background: #eee!important;
    padding: 20px;
    padding-bottom: 45px;
    padding-top: 10px;
    margin-top: 10px;
}

.woocommerce-result-count {
    float: right;
}

.shoptimizer-sorting select.orderby {
    background-color: #fff;
}

select.orderby {
    padding-left: 10px!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;
}