.aspect-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    max-width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
    
.responsive-embed {
    height: 0;
    max-width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
} 

.responsive-embed iframe, 
.responsive-embed object,
.responsive-embed embed { 
    height: 100%;
    left: 0;
    position: absolute;
    top: 0; 
    width: 100%;
}

.themo_cart_icon a {
    background-image: url(../img/cart-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 20px;
    width: 20px;
}

.themo_cart_icon a i {
    display: none;
}

#logo img {
    height: 20px;
    max-height: 20px;
}

.lg-image-wrapper {
    text-align: center;
}

.qty {
    float: left;
    margin: 0 4px 0 0;
    vertical-align: middle;
}

.sidebar .widget-title {
    border-bottom: none;
    color: #161f4c;    
    padding-bottom: 0;
}


.woocommerce div.product form.cart .add-to-cart .qty,
.woocommerce div.product form.cart .add-to-cart .quantity {
    float: none;
    margin: 0;
}

.woocommerce div.product form.cart .add-to-cart .qty {
    font-weight: 600;
    margin-bottom: 2px;
}

.woocommerce div.product form.cart .add-to-cart .quantity input {
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
    width: 100%;
}

.woocommerce div.product form.cart .add-to-cart-button {
    text-align: right;
}

.woocommerce ul.products li.product .button,
.woocommerce .products .product .button.add_to_cart_button,
.woocommerce div.product form.cart .add-to-cart-button .single_add_to_cart_button {
    font-size: 16px;
    font-weight: 900;    
    float: none;
    height: auto;
    padding: 15px 35px;
    text-transform: uppercase;
}


.woocommerce-checkout ul#shipping_method li label:not([for="shipping_method_0_free_shipping2"]),
.woocommerce-cart ul#shipping_method li label:not([for="shipping_method_0_free_shipping2"]) {
    font-size: 0;
}

.woocommerce-checkout ul#shipping_method li span.amount {
    font-size: 18px;
}

.woocommerce-cart ul#shipping_method li span.amount {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    display: none;
}

.woocommerce-cart .woocommerce-shipping-calculator {
    display: none;
}

.woocommerce .payment_method_kco img,
.woocommerce .payment_method_stripe img {
    display: none !important;
}

.woocommerce .stock.in-stock {
    display: none !important;
}

.woocommerce-checkout .tax-total bdi {
    display: block;
    text-align: right;
}

.woocommerce .bundled_product_title_link {
    display: none;
}

div.bundled_product_summary, 
.woocommerce div.product.bundled_product_summary {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce .bundled_product_title_inner .item_title {
    font-size: 20px;
}

.payment_method_klarna_payments_pay_over_time img,
.payment_method_klarna_payments_pay_over_time a {
    display: none;
}

.lg-featured-post {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 480px;
    overflow: hidden;
    padding: 30px;
    position: relative;
}

.lg-featured-post::before {
    background: transparent;
    background-image: linear-gradient(180deg, #FFFFFF00 0%, #000000 100%);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.lg-featured-post:hover {
    text-decoration: none;
}

.lg-featured-post-body {
    color: #fff;
    max-width: 640px;
    position: relative;
    z-index: 1;    
}

.lg-featured-post-body span.category {
    color: #ea5626;
    text-transform: uppercase;
}

.lg-featured-post-body h2 {
    color: #fff;
    font-size: 20px;
}

@media (min-width: 768px) {
    .lg-featured-post-body h2 {
        font-size: 40px;
    }
}
