/*
Theme Name: SingleMalt
Theme URI: https://singlemalt.qodeinteractive.com
Description: Drink Store Theme
Author: Elated Themes
Author URI: https://qodeinteractive.com
Text Domain: singlemalt
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: 10.3
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.
*/
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper{flex-direction:row-reverse;gap:10px}
.qodef-m-price-currency{text-transform:lowercase;}
.qodef-contact-form-simple .qodef-contact-form-simple-submit button{background-color:rgb(210,111,47);color:#fafafa;}
#qodef-page-footer-top-area{padding: 60px 0 60px !important;}
.qodef-m-price .woocommerce-Price-amount {
	color: #232323;
	font-size: 32px;
	line-height: 1;
	font-weight: 600;
}
.qodef-pricing-table-custom {
	padding-bottom: 20px;
}
.qodef-m-inner .qodef-m-button {
	display: none !important;
}

.krCartProduct {
    display: flex;
    gap: 20px;
    align-items: center;
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 5px;
    background: hsla(0, 0%, 7%, .05);
}

.krCartProductImg {
    flex: 0 0 100px;
}