/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
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
*/

/*
    Add your custom styles here
*/

.bbs{
    padding: 20px;
    box-shadow: 0px 0px 8px 0px #00000070;
    margin-bottom: 30px;
	background:#FFFFFF;
}
.bbs .shop_table{
background:#fff;
border:none !important;
padding:0px !important;
}
.bbs .shop_table thead
{
	background:#cecece !important;
}
.bbs .product-name{
	;
    border-radius: 10px 0px 0px 10px;
	border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
	border-bottom:1px solid #ccc !important;
    margin: 10px 0px !important;
	}
.bbs .product-total{

    border-radius: 0px 10px 10px 0px;
	border-top: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
	border-bottom:1px solid #ccc !important;
    margin: 10px 0px !important;
	text-align::center;
	}
.bbs .shop_table tbody
{
	background:#cecece !important;
}
.bbs table {
    border-collapse: separate;
    border-spacing: 0 1em;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name{max-width: 350px;}
.bbs table tr > *:nth-child(1) { width:70%; }
.bbs th, .bbs td {padding: 10px 20px !important;}
.bbs tr.order-total th, .bbs tr.order-total td{color:#000 !important}
.bbs tr.order-tax th, .bbs tr.order-tax td{color:#000 !important}
.payment_method_bacs label{   
 background-image: url("/wp-content/uploads/2023/04/icon-bank.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding-left: 25px;}
.payment_method_ppcp-gateway label{
background-image: url("/wp-content/uploads/2023/04/icon-paypal.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding-left: 25px;}
.single-product .content-area{background-color: #F9F9F9; padding: 30px 0px 30px 0px;}