/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
#chatbot-container{
	box-shadow: none !important;
	border-radius: 20px !important;
}
#chatbot-input-container{
	margin-bottom: 20px !important;
    padding: 0 10px !important;
}

.wd-license-number-woo {
	background-color: white;
    padding: 10px;
    margin: 0px 10px;
    color: #000;
}

#wd-cart-button #elementor-menu-cart__toggle_button:hover,
#wd-cart-button #elementor-menu-cart__toggle_button:focus {
    border-style : none;
    border-width: 0px;
}

.elementor-location-header .elementor-widget-wrap:has(.elementor-widget-nav-menu) {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 8px;
}

.wd-header-account-cart {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-left: 12px;
	flex-shrink: 0;
}

.elementor-location-header .wd-header-account-cart a.wd-header-cart {
	color: #fff !important;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	line-height: 1;
}

.elementor-location-header .wd-header-account-cart a.wd-header-cart:hover,
.elementor-location-header .wd-header-account-cart a.wd-header-cart:focus {
	color: #fff !important;
	opacity: 0.85;
}

.wd-header-cart {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.wd-header-cart .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.wd-header-cart__icon {
	display: block;
}

.wd-header-cart__count {
	position: absolute;
	top: -8px;
	right: -10px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: #198ba3;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
}

.wd-order-details {
	width: 100%;
    background-color: #0c5cba;
    text-align: center;
    font-size: 17px;
    padding: 20px;
    color: #fff;
}

.ppc-button-wrapper {
    width: 50%;
    margin-top: 20px;
}

.paypal-button.paypal-button-number-0 {
    border-radius: 25px;
}

.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
    padding-top: 14px;
}

.woocommerce-cart .wc-block-components-product-metadata__description {
    display: none;
}

.wc-block-checkout__sidebar .wc-block-components-product-name{
	line-height:22px !important;
	font-size:22px;
}
.wc-block-components-radio-control__option-layout{
	margin-left:10px;
}

.wc-block-components-radio-control__input {
	-webkit-appearance: none;
	appearance: none;
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	max-width: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 2px solid #94a3b8 !important;
	border-radius: 50% !important;
	background: #fff !important;
	box-shadow: none !important;
}

.wc-block-components-radio-control__input:checked {
	border-color: #198ba3 !important;
	background: #fff !important;
	box-shadow: inset 0 0 0 5px #198ba3 !important;
}

.wc-block-components-checkbox__input {
	-webkit-appearance: none;
	appearance: none;
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	max-width: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 2px solid #94a3b8 !important;
	border-radius: 4px !important;
	background: #fff !important;
}

.wc-block-components-checkbox__input:checked {
	border-color: #198ba3 !important;
	background: #198ba3 !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
	height: 20px !important;
	width: 20px !important;
	margin: 0 !important;
	left: 0 !important;
	top: 0 !important;
}