/*
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
Text Domain: ida
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

.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;
}
.page-id-12 .entry-content{
	padding-left: 20px;
	padding-right: 20px;
}
/* checkout page*/
.select2-container{
	width: 100% !important;
}
#d6cfcc3_field {
	padding: 10px;
	background: #3d9cd2;
	color: #fff;
	border-radius: 3px;
}
#d6cfcc3_field input[type=checkbox]#d6cfcc3 {
  accent-color: white;
}
#d6cfcc3_field .checkbox span:first-child {
	margin-right: 5px;
}
#d6cfcc3_field .description {
	padding-left: 23px;
}
.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;
}
@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%;
}
/* .woocommerce-checkout .elementor-element-224bbd9{
    visibility: hidden;
} */
/* @media(max-width: 767px){
    .woocommerce-checkout .elementor-element-6f97c99{
        display: none;
    }
} */
/* @media(max-width: 1024px){
    .woocommerce-checkout .elementor-element-224bbd9,
    .woocommerce-checkout .elementor-element-659a166{
        display: none;
    }
} */


/*.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: 14px;
	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('img/fa-globe.svg');
}
.elementor-field-group-country_to .fi-placeholder {
	background-image: url('img/fa-plane.svg');
}
/*checkbox custom*/
/* .woocommerce-checkout .elementor-element-224bbd9 {
    visibility: hidden;
} */

#d6cfcc3_field label.checkbox {
    padding-left: 24px;
    position: relative;
}
#d6cfcc3_field .woocommerce-input-wrapper {
    position: absolute;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    left: 0;
}
#d6cfcc3_field .woocommerce-input-wrapper input {
    /*visibility: hidden;*/
    appearance: none;
}
#d6cfcc3_field .woocommerce-input-wrapper input:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	opacity: 0;
}
#d6cfcc3_field .woocommerce-input-wrapper input:checked:after {
    opacity: 1;
}
#d6cfcc3_field .woocommerce-input-wrapper input:focus, #d6cfcc3_field .woocommerce-input-wrapper input:hover{
    outline-color: transparent;
}

/*end checkbox custom*/

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