/* 
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
*/


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-weight: 500;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #c1a96a;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

tr.coupon-form {
    padding: 0;
}

.checkout_coupon .form-row {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
}

.woocommerce-form-coupon-toggle {
    display: none !important;
}

.checkout_coupon.woocommerce-form-coupon {
    display: flex !important;
}

.woocommerce form.checkout_coupon {
    padding: 24px 0 24px 0 !important;
    margin: 32px 0 0 0 !important;
    border-style: solid black;
    border-radius: 0;
    border-width: 1px 0px 1px 0px;
}

.checkout_coupon.woocommerce-form-coupon > p:first-of-type{
    display: none !important;
}

table tbody tr:hover>td {
    background: none;
}
.coupon-form td {
    padding: 0 !important;
}

.checkout_coupon .form-row.form-row-first {
    flex-grow: 1;
}
.woocommerce button.button {
	font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var( --e-global-color-9205498 );
    background-color: var( --e-global-color-primary );
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.woocommerce .coupon-form button.button{
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 30px 15px 30px;
    color: black;
    border: solid 1px black;
    text-decoration: none !important;
    background-color: white;;
    cursor: pointer;
    border-radius: 0;
    width: 100%;
}

.woocommerce .coupon-form .form-row input.input-text {
    font-size: 16px;
    line-height: 23px;
    color: black;
    border: solid 1px rgba(0,0,0,.4);
    padding: 12px 20px 13px 20px;
    background-color:white;
    height: auto !important;
    min-width: 0;
    border-radius: 0;
}

table td {
vertical-align: middle;
}

table#b2bking_purchase_lists_table thead tr th {
background: #000 !important;
	border-radius: 0 !important;
}

#b2bking_purchase_lists_table .b2bking_purchase_lists_view_list {
	background: black !important;
	color: white !important;
	font-size: 14px;
}

.b2bking_bulkorder_form_container {
background: #F3F3F3 !important;
border-radius: 0 !important;
	box-shadow: none !important;
}

.b2bking_bulkorder_form_container_top {
background: #000 !important; 
border-radius: 0 !important;
	color: white !important;
}

button.b2bking_bulkorder_form_container_bottom_add_button {
background: #C1A96A !important;
color: #000 !important;
}

button.b2bking_bulkorder_form_container_bottom_add_button:hover {
background: #000 !important;
color: #fff !important;
}

.b2bking_myaccount_new_conversation_container {
background: #F3F3F3 !important;
border-radius: 0 !important;
	box-shadow: none !important;
}

.b2bking_myaccount_new_conversation_top {
	background: #000 !important; 
border-radius: 0 !important;
	color: white !important;
}