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

.elementor-menu-cart__product-image{
	display: none;
}
.elementor-menu-cart__product {
    display: grid;
    grid-template-columns: 0% auto;
}
.thwmscf-buttons [type=button], .elementor-add-to-cart button.alt{
background-color: #4553FF!important;
font-family: "Poppins", Sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
line-height: 1.8em;
letter-spacing: 0.1px;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #4553FF;
border-radius: 5px 5px 5px 5px;
padding: 8.5px 12px 8.5px 12px;
color: #fff;
}
.thwmscf-buttons [type=button]:hover, .elementor-add-to-cart button.alt:hover{
	background-color: #11BEFF!important;
  border-color: #11BEFF;
	box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.05);
}
.woocommerce-input-wrapper input, .select2-container .select2-selection, .woocommerce-additional-fields textarea, #stripe-payment-data .wc-stripe-elements-field, .woocommerce-MyAccount-content-wrapper input{
	min-height: 47px;
	background-color: #ffffff;
  border: 1px solid #EEEEEE!important;
   border-radius: 5px 5px 5px 5px;
	font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;	
    color: #212439!important;
}
.elementor-add-to-cart input {
	background-color: #ffffff;
  border: 1px solid #EEEEEE!important;
   border-radius: 5px 5px 5px 5px;
	font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;	
    color: #212439!important;
}
.woocommerce-checkout input:focus, .select2-container .select2-selection:focus, .woocommerce-additional-fields textarea:focus, .woocommerce-MyAccount-content-wrapper input:focus, .elementor-add-to-cart input:focus{
	outline-color: #4553FF!important;
}
.elementor-add-to-cart .quantity .qty {
    width: 4.631em;
}
.woocommerce-billing-fields__field-wrapper label, #stripe-payment-data label, .elementor-add-to-cart label,.wc-pao-addon .wc-pao-addon-wrap label{
	font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;	
    color: #212439!important;
}
.woocommerce-checkout h3, .legal-terms-checkout h3, .woocommerce-terms-and-conditions h3{
	font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1em;
    color: #212439;
}
.woocommerce table.woocommerce-checkout-review-order-table, .woocommerce table.woocommerce-checkout-review-order-table td, table.woocommerce-checkout-review-order-table th{
	border: 1px solid #EEEEEE!important;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
	background-color: transparent
}
table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: transparent;
}
.product-thumbnail a img{
	display: none!important;
}
.wc-pao-addon.wc-pao-addon-optional-extras p.wc-pao-addon-wrap {
    margin-top: 20px;
}

.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-checkbox:before {
    content: "";
    display: block;
    background-color: #fff;
    height: 45px;
    margin-top: -15px;
    width: 500px;
    border: 2px solid #eee;
    border-radius: 5px;
}
.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-checkbox:checked:before {
    border: 2px solid #11beff;
}
.wc-pao-subtotal-line .price{
	color: #4553FF!important;
}

@media (max-width: 767px) {
	.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-checkbox:before {
	width: 300px;
}
}
