/*
Theme Name: Renax Child
Theme URL: https://themeforest.net/item/renax-car-rental-elementor-wordpress-theme/53122009
Description: Child theme of Travol
Author: webRedox WordPress team
Author URI: http://webredox.net/
Template: renax
Version: 1.0
Text Domain: renax-child
*/
/*******Add Your Css Below This Line*********/
.checkout-descr strong {
	color: var(--e-global-color-5ea53d3);
	font-size: 18px;
	font-weight: bold;
}

html body {
	background: #141414;
	font-size:18px;
	line-height:1.5em;
}
b {
	color: #fff;
}
.section-title {
	font-family: "Titling Gothc Normal", Sans-serif;
	font-weight: normal;
}

p {
     font-size: 18px;
}
body .elementor-widget-text-editor{
	font-size: 18px;
}
#renax-about-widget-7 p{
    font-size:14px;
}
/* post navigation */
@media (max-width: 576px) {

	.post-prev-next .d-sm-flex.align-items-center.justify-content-between {
		display: flex;
	}

	.post-prev-next .post-prev-next-left {
		margin-bottom: 0;
	}
}
/*round cuts*/
svg.w-11.h-11{
	height:29px !important;
	width:29px !important;
}

.rn-df-image-banner-title .rx-header-banner-title {
	font-weight: 400;
	
}
.version-dark .button-4 {
	font-size: 14px !important;
}
.renax-mob-menu-wrapper.js-headroom.headroom.headroom--top.headroom--not-bottom,
.renax-mob-menu-wrapper.renax-mob-menu-ss.js-headroom,
[class="renax-mob-menu-wrapper js-headroom headroom"],
[class="navbar navbar-expand-lg renax-classic-main renax-menu-helper-class"] {
	top: auto !important;
	/* so the announcement works?*/
}
/* single post header & table */
.single-post [data-overlay-dark="0"]:before {
    opacity: 0.8;
}
.single-post .banner-header {
    background-position: center center !important;
    background-size: cover !important;
}
.single-post table th,
.single-post table *,
.single-post table td{
	border: 0px !important;
	color: #fff !important;
	font-weight: normal;
}

/* testemonial fix */
.testimonials.clear .item {
	min-height: 380px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.elementor-widget-text-editor ul li {
	list-style: disc;
}

.packages-container ul,
.packages-container li {
	list-style: disc;
}

.packages-container li strong {
	color: #fff;

}

html .button-1 span,
html body .button-2:hover span {
	color: #fff;
}

html .button-2:hover {
	color: #fff !important;
}

/* Pack bullets */
.bronze-pack li::marker {
	color: var(--e-global-color-5ea53d3);
}

.silver-pack li::marker {
	color: var(--e-global-color-e41e75b);
}

.gold-pack li::marker {
	color: var(--e-global-color-742aed9);
}

.platinum-pack li::marker {
	color: var(--e-global-color-81ec702);
}

.king-pack li::marker {
	color: var(--e-global-color-c0ce6e6);
}


html .testimonials .item .img-curv,
html .testimonials .item .stars {
	background: #141414;
}

html .version-dark svg,
html .version-dark .item path {
	fill: #141414
}

/* sidemenu */
.menusb li a.active, .menusb a:hover {
	color: var(--e-global-color-c0ce6e6) !important;
}

/* videobanner */

html .video-fullscreen-wrap .rx-header-banner-title {
	display: inline;
}

html .video-fullscreen-wrap .rx-header-banner-title span {
	color: #ec1c24;
}

/* 
.second-footer {
	width: 100%;
} */
.second-footer .widget-area .widget {
	/*padding: 25px 0;*/
}
.second-footer{
    padding:5% 0;
}
.second-footer .menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.second-footer .menu li {
	flex: 1 0 50%;
}

.second-footer .menu .sub-menu {
	display: none;
}

.curbed-card .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border: 1px solid #f5b754;
	background: transparent;
	border-radius: 100%;
	border-color: #ec1c24;
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	text-align: center;

}

.curbed-card .elementor-widget-image {
	border-radius: 25px;
	overflow: hidden;
}

.curbed-card:hover img {
	transform: scale(1.05);
}

.curbed-card:hover .icon {
	background-color: #ec1c24;
}


html body a.curbed-card:hover {
	display: flex !important;
}

html .icon-bg {
	background: #141414 !important;
}
/*wc notice*/
.rx-full-width .cart-empty.woocommerce-info,
.product .cart-empty.woocommerce-info{
    display:none !important;
}
/* disable added to cart fastcart */
.added_to_cart.wc-forward {
	display: none;
}

/* fast card customization */
.wc-fast-cart .woocommerce-notices-wrapper .woocommerce-error:before, .wc-fast-cart .woocommerce-notices-wrapper .woocommerce-message:before {
	color: var(--e-global-color-c0ce6e6) !important;
}


#wc-fast-cart {
	background: #1b1b1b !important;
	color: #fff !important;
}

#wc-fast-cart .woocommerce-info::before {
    display:none;
}
.wfc-cart-collaterals .wfc-proceed-to-checkout a.wfc-checkout-button {
	background-color: var(--e-global-color-c0ce6e6) !important;
}

.wc-fast-cart__close-btn {
	background: #1b1b1b !important;
}

.wc-fast-cart__close-btn svg {
	fill: var(--e-global-color-c0ce6e6) !important;
}

.version-dark #wc-fast-cart table:not(.variations, .ui-datepicker-calendar, .checkout-table, .shop_table, .wc-block-cart-items) tr:nth-child(2n+1) {
	background: #1b1b1b !important;
}

.wc-fast-cart .shipping-calculator-button {
	color: #fff !important;
}

.wfc-cart-table td.product-quantity input.qty {
	background: #1b1b1b !important;
	color: #fff !important;
}

.wfc-cart-tabl .woocommerce-info::before {
	top: 0 !important;
	right: 1.5em !important;
}

.wfc-button {
	font-weight: 300 !important;
	font-size: 14px !important;
	border: 0 !important;

}

.wfc-cart-table td.product-remove a.wfc-cart__remove {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'%3E%3Cpath fill='%23f41f27' d='m242.72 256 100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48z'/%3E%3C/svg%3E") !important;
}

.wc-fast-cart .wfc-coupon input.input-text[type="text"] {
	background: #222 !important;
	border: 0px !important;
}

/* fast card fix */
#wc-fast-cart table:not(.variations, .ui-datepicker-calendar, .checkout-table, .shop_table) {
	width: 100%;
	margin-bottom: 10px;
	float: none !important;
	max-width: 100%;
}

#wc-fast-cart table:not(.variations, .ui-datepicker-calendar, .checkout-table, .shop_table) td {
	color: inherit !important;
}

.version-dark #wc-fast-cart table:not(.variations, .ui-datepicker-calendar, .checkout-table, .shop_table, .wc-block-cart-items) tr:nth-child(odd) {
	background: #FFF;
}

#wc-fast-cart table:not(.variations, .ui-datepicker-calendar, .checkout-table, .shop_table) td,
#wc-fast-cart table:not(.variations, .ui-datepicker-calendar, .checkout-table, .shop_table, .wc-block-cart-items) th,
#wc-fast-cart table:not(.variations, .ui-datepicker-calendar, .checkout-table, .shop_table, .wc-block-cart-items) td {
	border: none !important;
}

#wc-fast-cart #coupon_code {
	height: auto !important;
}

/* woo dropdowns */
html .woocommerce .sidebar-page .title h4 {
	color: #fff;
}

.woocommerce .sidebar-page .item .features:hover span,
.woocommerce .sidebar-page .item .features.active span,
.woocommerce .sidebar-page .item .features.is-active span {
	color: #fff !important;
}

.woocommerce .sidebar-page .item .features:hover span i,
.woocommerce .sidebar-page .item .features.active span i,
.woocommerce .sidebar-page .item .features.is-active span i {
	color: #fff !important;
}


.banner-header[data-overlay-dark] h6,
.banner-header h6 {
	color: #ec1c24 !important;

}

.woocommerce-widget-layered-nav-list i {
	color: #ec1c24;
}

.version-dark .button-4 span, .version-dark .button-4 i {
	color: #fff !important;
}


.silver .button-4 i,
.platinum .button-4 i {
	color: #141414 !important;
}


.product-attribute-row.product-size {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 0 10px;
	color: var(--e-global-color-text);
	font-size:14px;
}

.woocommerce div.product form.cart div.quantity {
	margin-top: 0 !important;
}

html .cars2 .sidebar-list {
	margin-top: -140px;
}


html .elementor-widget-search .e-search-form {
	flex-wrap: wrap;
}

html input {
	width: 100%;
}

.entries-dashboard-list {
	transition: all 300ms ease-in-out !important;
	height: 250px !important;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}

.hidden-entries {
	height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

html .banner-header {
	height: 60vh;
}

/* membership area */

.pmpro-member-profile-edit .pmpro_message.pmpro_success a{
	display: none;
}
.pmpro_message.pmpro_success {
	background-color: #222;
	/* border-color: #fff; */
	color: #fff;
}

.order-history-table.order-history-table-main th,
.order-history-table.order-history-table-main * {
	border: 0px !important;
	color: #fff;
	font-weight: normal;
}

/* pmpro overrides */

.pmpro_card_content #wp-submit {
	background-color: #ec1c24;
}

.pmpro_card_content #wp-submit:hover {
	background-color: #fff !important;
	color: #000 !important;
}

/* members checkout style */
#pmpro_pricing_fields .pmpro_level_name_text,
#pmpro_pricing_fields #pmpro_level_cost {
	display: none;
}

#pmpro_form_fieldset-contact-details .pmpro_form_fields,
#pmpro_payment_information_fields .pmpro_cols-2,
.pmpro_form_fields .pmpro_cols-2,
.pmpro-billing .pmpro_form_submit {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

#i_agreed_to_the_t_cs_of_member_with_tuff_streeters_div {
	grid-column: span 2;
}

.pmpro_form_field.pmpro_form_field-password {
	position: relative;
}

.pmpro_form_field-password-toggle {
	position: absolute;
	top: 28px;
	right: 0;
	z-index: 1;
}

.pmpro_form_field-password-toggle button {
	padding-left: 25px !important;
	padding-right: 25px !important;
	background: transparent;
}

.pmpro_form_field-password-toggle .pmpro_icon.pmpro_icon-eye svg {
	fill: #222;
	stroke: #fff;
}

.pmpro_form_field-password-toggle .pmpro_form_field-password-toggle-state {
	display: none;
}

#pmpro_payment_information_fields .pmpro_payment-discount-code {
	display: none;
}

/* Base Stripe element styling*/
#pmpro_payment_information_fields .StripeElement {
	background-color: #fff;
	padding: 18.5px 20px !important;
	border: 0 !important;
	border-radius: 30px !important
}


.pmpro_form_submit {
	text-align: center;
	margin-top: 20px;
}

/* Container to be full width if needed */
.pmpro_form_field-select {
	width: 100%;
}

/* Style the select element */
.pmpro_form_input-select {
	width: 100%;
	padding: 18.5px 20px;
	background-color: #222;
	color: #999;
	border: 0px;
	line-height: 1.5em;
	font-size: 14px;
	border-radius: 30px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23999' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 1rem;
	cursor: pointer;
	transition: border-color 0.3s ease, background-color 0.3s ease;
}

/* Optional hover/focus styles for better UX */
.pmpro_form_input-select:hover,
.pmpro_form_input-select:focus {
	border-color: #666;
	outline: none;
}
/*product page*/
@media(max-width:767px) {
	html body .woocommerce-cart-form .quantity {
		margin-left: auto;
	}

	html body .woocommerce-cart-form .product-quantity:before {
		line-height: 40px;
	}

	/* add margin to banners */
	html .banner-header {
		margin-top: 90px !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce table.cart tr {
		padding: 0;
	}

	.elementor-widget-woocommerce-cart .e-cart-section {
		padding: 0;
	}
}

@media(min-width:767px) {
	.partners-loop .elementor-grid>div:first-of-type {
		/*grid-column: 2;*/
	}
}

/* accordion */
.accordion-box .block .acc-btn {
	display: flex;
	align-items: center;
	height: 90px;
}

.accordion-box .block .acc-btn::before {
	top: 30px;
}

.accordion-box .block .acc-btn.active,
.accordion-box .block .acc-btn.active .count,
.accordion-box .block .acc-btn.active::before {
	color: #fff;
}

/* pricing table */
.price .item {
	padding: 40px 30px;
}

.price .item li:first-child {
	font-weight: bold;
}

/* swatches */
.woo-variation-swatches.wvs-show-label .variations td,
.woo-variation-swatches.wvs-show-label .variations th {
	width: 100% !important;
}

.woo-variation-swatches.wvs-show-label .variations ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 10px;
}

html .woo-variation-swatches .variations td.value::after {
	display: none;
}

html .woo-variation-swatches .variable-items-wrapper .variable-item {
	background: #222222 !important;
	border: 0 !important;
	color: #fff !important;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	border-radius: 30px !important;
	margin:0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	-webkit-box-shadow: #EC1C24 !important;
	box-shadow: #EC1C24 !important;
	color: #EC1C24 !important;
}

.woo-selected-variation-item-name{
    display: none !important;
}
/* qty incrementor */
.single-product .woocommerce .quantity .qty {
	width: 40px !important;
}

.quantity .input-text {
	border: 0 !important;
}



.quantity {
	display: flex;
	background: #272727;
	border-radius: 70px;
}

.quantity button {
	background: transparent !important;
	border: 0 !important;
	padding: 0 20px !important;
	margin-left: 0 !important;
	font-size: 24px !important;
	font-weight: 300 !important;
}

.quantity button:hover {
	color: #EC1C24 !important;
	transform: none !important;
}

/* members discounts separator */
.product-member-tiers:after {
	content: '';
	height: 80%;
	width: 1px;
	position: absolute;
	right: 10%;
	top: 6%;
	border-right: 1px solid #fff;
}

/* 
custom cart 
 */
 .elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
	color: #fff;
}
 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #ec1c24;
}

.woocommerce-product-search button {
	padding: 0;
}

.woocommerce-cart-form .e-cart-section {
	padding: 0;
}

.woocommerce-cart-form table.shop_table th,
.woocommerce-cart-form table.shop_table td {
	border: 1px solid #999999 !important;
}

.woocommerce-cart-form table {
	border-collapse: collapse !important;
}

.elementor-widget-woocommerce-cart .woocommerce .cart th,
.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2 {
	font-size: 14px;
	font-weight: 700;
	margin-top: 0;
	padding: 20px;
}

.woocommerce-cart-form td.product-name {
	display: flex;
	flex-direction: row;
	align-items: start;
	/* border: 0 !important; */
}

.woocommerce-cart-form td {
	padding: 20px !important;
}

.woocommerce-cart-form .product-remove {
	text-align: center;
}

/* qty form input */
.woocommerce-cart-form input::-webkit-outer-spin-button,
.woocommerce-cart-form input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

html body .woocommerce-cart-form .quantity,
html body .woocommerce-cart-form .quantity input {
	width: 60px !important;
	border-radius: 0;
	text-align: center !important;
}

.woocommerce .quantity .qty {
	width: 60px !important;
	padding: 20px !important;
}

/* Firefox */
.woocommerce-cart-form input[type=number] {
	-moz-appearance: textfield;
}

/* checkout */
.woocommerce-checkout .section-padding {
	padding: 2em 0;
}

.woocommerce-checkout .wc-block-components-express-payment__event-buttons .StripeElement {
	padding: 0 !important;
	border: 0px !important;
	background: black !important;
}

.woocommerce-checkout .wc-block-components-express-payment__event-buttons .StripeElement .__PrivateStripeElement {
	margin: -5px !important;
}

.woocommerce-checkout #contact-fields,
.woocommerce-checkout #shipping-option,
.woocommerce-checkout #payment-method {

	margin-bottom: 0;
}

.wp-block-woocommerce-checkout-shipping-method-block,
.wp-block-woocommerce-checkout-pickup-options-block {
	display: none;
}

.wc-block-components-checkout-place-order-button {
	margin-top: 0 !important;
}

.wc-block-components-textarea {
	background: #222 !important;
	border-radius: 30px !important;
	padding: 20px !important;
	color: #fff !important;
}

.woocommerce-checkout .wc-block-components-text-input {
	display: inline-block !important;
	width: 100% !important;
}

.wc-block-components-address-address-wrapper:not(.is-editing) .wc-block-components-address-form-wrapper {
	display: none;
}

.woocommerce-checkout input {
	padding-left: 20px !important;
}
.woocommerce-checkout #wc-block-components-totals-coupon__input-coupon{
	margin-bottom: 0;
}
/* end checkout */

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	background-color: #222222;
	color: #fff;
	border: var(--wc-form-border-width) solid #999999;
	border-radius: 30px;
	color: #fff;
}

#coupon_code {
	padding-left: 20px;
	margin-bottom: 0;
	height: 100%;
}

.woocommerce-cart .coupon-col-start,
.woocommerce-cart .coupon-col-end {
	flex: 1 !important
}

.woocommerce-cart tr td.actions {
	border: 0 !important;
}

.woocommerce form .form-row .input-text::placeholder,
.woocommerce form .form-row select::placeholder {
	color: #fff;
}

/* contact form styling for partners && generic */
#wpcf7-f4082470-p4082462-o1 .wpcf7-form-control-wrap .wpcf7-checkbox {
	display: flex;
	flex-direction: column;
}

#wpcf7-f4082470-p4082462-o1 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0 !important;
}

#wpcf7-f4082470-p4082462-o1 .contact p {
	color: #999;
	margin-top: 10px;
	margin-bottom: 0px !important;
}

.version-dark input[type="checkbox"]::before {
	border: 1px solid var(--e-global-color-c0ce6e6);
	border-radius: 3px;
	background: rgba(0, 0, 0, 0);
}

/* disable elementor "gif" */
.elementor-headline.e-animated svg {
	display: none;
}

/* default override */