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

.js-woopayments-currency-switcher {
	background: #fff;
  font-family: "Helvetica Neue" , sans-serif;
  font-weight: 700;
  border-radius: 0px;
  border: solid 2px #000;
}

.swiftcurrency-trigger {
	background: #000;
}

.swiftcurrency-option {
	background: #000;
}

.swiftcurrency-sticky-widget {
	position: fixed;
 padding-left: 10px;
  bottom: 20px !important;
  z-index: 999999;
}

.payment_method_mecom_paypal_cardfields {
	margin-top: 30px !important;
}

.productAddtocart .woocommerce-variation-add-to-cart  {
	flex-direction: column !important;
}

.elementor-add-to-cart.elementor-product-simple  form { 
	display: flex;
  flex-direction: column;
}

.mainMenu .sub-arrow .fa-svg-chevron-down {
    display: none !important;
}

.productAddtocart .variations th {
	background-color: #fff !important;
	padding:0 !important;
	margin-bottom: 10px;
}

.productAddtocart .variations .woo-variation-items-wrapper {
	background-color: #fff !important;
}

.productAddtocart .variations .reset_variations {
	display: none;
}

.productAddtocart .variations .variable-items-wrapper {
	margin-bottom: 15px;
	gap: 10px;
}

.productAddtocart .variations  .variable-item {
	border: solid 2px #dddddd70;
	padding: 20px !important;
	box-shadow:none !important;
	margin: 0 !important;
}
.productAddtocart .variations  .variable-item:hover {
	border: solid 2px #212121;
	box-shadow:none !important;
}
.productAddtocart .variations  .variable-item span {
	font-size: 12px !important;
	font-family: "Helvetica Neue", sans-serif !important;
	line-height: 1.3;
	padding: 0px !important;
}

.productDesc strong {
	color: rgb(254, 1, 1) !important;
}


.orderTrackingForm .woocommerce p:first-of-type {
	display: none !important;
}

.orderTrackingForm .woocommerce form .form-row-first ,  .orderTrackingForm .woocommerce form .form-row-last {
	float: none !important;
	width: 100% !important;
}

.orderTrackingForm .woocommerce form .form-row .input-text{
	font-family: "Helvetica Neue" , sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: -0.2px !important;
	border-radius: 8px !important;
	padding: 12px !important;
}

.orderTrackingForm .woocommerce .label {
	font-family: "Helvetica Neue" , sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	letter-spacing: -0.2px !important;
}

.orderTrackingForm .woocommerce .button {
	width: 100% !important;
	border-radius: 8px;
	background-color: #212121 !important;
	font-family: "Helvetica Neue" , sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #fff !important;
	padding: 12px !important;
}