/* 
Theme Name: Fóðurblandan Þema
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.wc-subcats { 
    list-style:none; margin:0; padding:0; 
}
.wc-subcats li { 
    margin: 0 0 6px; 
}
.wc-subcats a { 
    text-decoration:none; display:inline-block; 
}
.wc-subcats a:hover { 
    text-decoration:underline; 
}

.loop-sale-badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 13px;
    background: #b93b3b;
    color: #fff;
    width: 55px;
    height: 55px;
}

#billing_address_2_field > label{
    position: relative !important;   
    height: 39px; 
} 
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .back-to-shopping, .ea-woo-checkout .woocommerce h3, .ea-woo-checkout .woocommerce #ship-to-different-address span {
    text-transform: none;
}