/*
Theme Name: Loobek Child
Theme URI: https://demo.theme-sky.com/loobek/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: loobek
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: loobek-child
*/

.product-mrp bdi:after {
    content: "per final edited photo.";
    font-size: 16px;
    margin-left: 6px;
    font-weight: 300;
}

.woocommerce form .form-row input.input-text {
    line-height: 30px;
    border-radius: 6px !important;
}

.image-button-radius .select2-container--default .select2-selection--single, body.image-button-radius .select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 6px !important;
}

textarea, .woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea, .woocommerce form .form-row textarea.input-text {
    height: 100px;
    line-height: 30px;
    border-radius: 6px !important;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 20px !important;
    background-color: #73d218 !important;
    color: white !important;
    padding: 16px !important;
}

.ppc-button-wrapper {
    display: none !important;
}

.woocommerce form.login, .woocommerce form.register {
    color: var(--loobek-text-bold-color);
    width: max-content;
    margin: auto;
    background-color: #f8f8f8;
    padding: 60px 40px !important;
    width: 500px !important;
}
h2.woocommerce-order-details__title {
    font-size: 23px;
    margin-top: 3rem;
    background-color: black;
    color: white;
    padding: 12px 10px;
}


.woocommerce table.my_account_orders th, .woocommerce table.shop_table.order_details th {
    padding: 0 0 15px 0px;
}
span.cart-number {
    background-color: #f9943b !important;
}