/* 
Theme Name: Botanikal
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Botanikal, child theme of Hello Elementor.
Author: Ketion
Author URI: https://fiverr.com/ketion/
Template: hello-elementor
Version: 2.0.0
Text Domain: botanikal
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
*/

a {
    background-color: transparent;
    text-decoration: none;
    color: #473C38;
}

a:active, a:hover {
    color: #312927;
}

header.elementor-sticky--effects {
    background-color: rgba(238, 236, 222, 0.7);
}

.woocommerce-NoticeGroup .woocommerce-error {
    background-color: rgba(238, 236, 222, 0.7) !important;
    border-radius: 20px !important;
}

.wc-block-cart {
    max-width: var(--content-width);
}

ul.products {
    text-align: center;
}

ul.products li.product a img {
    background-color: #e1d2be;
}

ul.products .woocommerce-loop-product__title {
    font-size: 18px !important;
}

ul.products .price {
    font-size: 16px !important;
    color: #473C38 !important;
}

.wcf-order-wrap #order_review_heading {
    top: 120px !important;
}

.wcf-customer-info-main-wrapper > *,
.wcf-order-wrap > * {
    padding: 20px !important;
    background-color: rgba(238, 236, 222, 0.7) !important;
}

.wcf-customer-info-main-wrapper #customer_details {
    margin-bottom: 20px !important;
    border-radius: 20px !important;
}

.wcf-customer-info-main-wrapper .wcf-payment-option-heading {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.wcf-customer-info-main-wrapper #payment {
    padding-bottom: 42px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.wcf-order-wrap #order_review {
    top: 184px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.wcf-order-wrap #order_review_heading {
    margin: 0 !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.botanikal-icon-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.botanikal-icon-wrapper span {
    flex: 0 0 10%;
}

.botanikal-icon-wrapper h5 {
    margin: 0;
    line-height: 1;
    font-style: italic;
}

.botanikal-icon-wrapper img.botanikal-icon {
    padding-right: 5px;
    height: 20px;
}