/*
Theme Name: Umea
Theme URI: https://umea.qodeinteractive.com
Description: Furniture Store
Author: Edge Themes
Author URI: https://qodeinteractive.com
Text Domain: umea
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.error404 #qodef-page-outer {
    background-color: #00263d;
    background-image: none !important
}

#qodef-404-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 0 19% 0 16%;
    width: 50%;
    margin: auto;
}

#qodef-404-paget > * {
    color: #ffffff !important;
}

.qodef-404-tagline, .qodef-404-title, .qodef-404-text, .qodef-m-text {
    color: #fff;
}

.qodef-button.qodef-html--link {
    color: #d9d9d9;
}

#qodef-woo-page.qodef--single .entry-summary .price, #yith-quick-view-modal .entry-summary .price {
    font-size: 20px;
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description, #yith-quick-view-modal .woocommerce-product-details__short-description {
    padding-top: 0px;
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description:before, #yith-quick-view-modal .woocommerce-product-details__short-description:before {
    display: none
}

div.qodef-woo-single-summary > div > div.product_meta > span:last-child {
    display: none !important;
}

div.qodef-woo-single-summary > div > div.product_meta > span:nth-child(1) > span.seperator:last-child {
	display: none !important;
}

.qodef-woo-product-list .qodef-woo-product-image img {
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.qodef-woo-product-list .qodef-woo-product-image img:hover {
	transform: scale(1.05)
}

#qodef-woo-page.qodef--single .related img, #yith-quick-view-modal .related img {
	height: 100% !important;
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner {
	opacity: 0.2;
}

a, p a {
    color: #000001;
    text-decoration: none;
    transition: color .2s ease-out;
    cursor: auto;
}