/*
Theme Name: IDA
Theme URI: https://internationaldrivingagency.com
Description: A child theme of IDA
Author: am2am software
Author URI: https://am2am.com/
Template: storefront
Version: 1.2.1
Text Domain: ida
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
.storefront-full-width-content.elementor-editor-active .content-area {
	float: none;
}
.woocommerce-page .site-main {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.woocommerce-page .form-row {
	margin-bottom: 2em;
}
.nav-lang-switcher,
.nav-currency-switcher {
	color: #fff;
	align-content: center;
	font-size: 16px;
	font-weight: 500;
}
.rtl .trp-language-switcher.trp-open-on-click {
	left: auto;
	right: 0px;
}
.page-id-12 .entry-content{
	padding-left: 20px;
	padding-right: 20px;
}
/* checkout page*/
.select2-container{
	width: 100% !important;
}
#wc_checkout_add_ons_heading{
	margin-bottom: 15px;
}
#wc_checkout_add_ons_heading, #order_review_heading{
	color: var(--e-global-color-355bf33) !important;
}
#wc_checkout_add_ons {
	margin-bottom: 2em;
}
#wc_checkout_add_ons .form-row {
	margin-bottom: 10px;	
	padding: 20px;
	background: var(--e-global-color-355bf33) !important;
	color: #fff;
	border-radius: 10px;
}
#wc_checkout_add_ons .form-row:last-child(){
	margin-bottom: 0px !important;
}
.up-div-wrapper{
	display: flex;
	flex-wrap: wrap;
}
.up-div-wrapper .up-div:first-child{
	width: 100%;
}
.up-div-wrapper .up-div {
	width: 33.33%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
}
.up-div, .up-div h3{
	padding-bottom: 15px;
}
.up-div, .up-div a{
	margin-top: 10px;
}
.gravitypdf-download-link{
	font-weight: 700;
}
@media (max-width: 1024px){
	.up-div-wrapper .up-div {
		width: 50%;
	}
}
@media (max-width: 767px){
	.up-div-wrapper .up-div {
		width: 100%;
	}
}
.woocommerce-checkout .content-area, .woocommerce-checkout .site-main, .woocommerce-checkout .post-12{
	margin-bottom: 0px;
}
.woocommerce-checkout .form-row.place-order > a {
	width: 100%;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{
	text-align: center;
	width: 100%;
}

/*.country-list {
height: 95px;
}*/
#country-info span {
	font-weight: bold;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
}
.select2-selection__rendered {
	padding: 8.5px;
}
.select2-selection__rendered,
.select2-results__option{
	font-size: 15px;
	font-family: "Inter", Sans-serif;
}
.select2-results__option i,
.select2-selection__rendered i{
	margin-right: 8px;
}
.select2-selection__rendered i{
	display: inline-block;
}
.fi-placeholder {
	background-position: 0 0;
	background-color: transparent;
	background-size: auto;
	box-shadow: none;
	height: 20px;
	vertical-align: middle;
	width: 1.3333em;
	background-repeat: no-repeat;
}
.elementor-field-group-country_from .fi-placeholder,
.ginput_container .fi-placeholder {
	background-image: url('https://internationaldrivingagency.com/wp-content/themes/IDA/img/fa-globe.svg');
}
.elementor-field-group-country_to .fi-placeholder {
	background-image: url('https://internationaldrivingagency.com/wp-content/themes/IDA/img/fa-plane.svg');
}

/* start pricing tabs */
.home-pricing-tabs .e-n-tab-title-text{
    flex-direction: column;
    gap: 5px;
}
.home-pricing-tabs p.year {
	font-size: 13px;
	color: gray;
}
/* end pricing tabs */
.b-border{
    border: 0;
    border-bottom: 1px solid;
    border-style: dashed;
}

.border-yellow{
    border-color: #FCC015;
}

.border-blue{
    border-color: #1434CB;
}
@media (max-width: 767px){
	.nav-lang-switcher,
	.nav-currency-switcher {
		padding: 10px 20px;
	}
	.glink span {
		color: #000;
	}
	.gt_languages {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		max-height: 150px !important;
	}
	.gt_white_content {
		height: 300px !important;
	}
}


/* Form tabs signature */
/* Flexbox for buttons */
.sig-buttons {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

/* Button styles */
.sig-buttons button {
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: 2px solid #0a3ea6;
}

/* Active button */
.sig-buttons button.active {
	background: #0a3ea6 !important;
	color: white !important;
	border: 1px solid #0a3ea6 !important;
}

/* Inactive button */
.sig-buttons button.inactive {
	background: #fff !important;
	color: #0a3ea6 !important;
	border: 1px solid #0a3ea6 !important;
}

/* Hide element */
#field_1_50 {
	display: none;
}



