.page-form a{
    font-weight: 400 !important;
    margin: 0 0 20px 0;
    font-size: 16px;
    color:  #555;
}
.page-form i{
    font-size: 22px;
    opacity: .3;
}
.page-form h4{
    font-family: var(--primary-font-family);
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 30px 0;
}

/*FORM*/
.iti__country-list, .iti__country-name{
    opacity: 1 !important;
    opacity: .8;
}
.flatpickr-innerContainer{
    background: #fff;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month{
    color: #333;
}
input {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-shadow: none;

    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 400;
}
label{
    padding-top: 0px;
    margin-bottom: 0;
    font-family: var(--primary-font-family);
    line-height: 1.6;
    font-size: 16px;
    display: block;
    font-weight: 700;
    font-weight: 700;
}
.form-check label{
    text-align: left;
}
input[type=checkbox], input[type=radio]{
    margin:0px;
}
input:not([type="radio"], .my-product-quantity, .my-product-quantity-2):not([type="checkbox"]) {
    height: 50px;
}
input:focus {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom:1px solid rgba(0, 0, 0, 0.5);
}
input::placeholder{
    color:#000;
}

input::-webkit-input-placeholder {
    color: #000;
}
input::-moz-placeholder {
    color: #000;
}
input:-ms-input-placeholder {
    color: #000;
}
input:-moz-placeholder {
    color: #000;
}

textarea{
     max-height: 400px;
}

.col{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#map {
    width: 100%;
    height: 500px;
    position: relative;
}

@media screen and (max-width: 425px) {
    #map{
        height: 200px;
    }
}
@media screen and (max-width: 992px) {
    label{
        text-align: left;
        margin-left: 0px;
    }
}



.custom-check .custom-control-input:focus, .custom-radio .custom-control-input:focus, .form-group .form-control:focus, .input-effect .form-control:focus
{
    outline: none;
    box-shadow:none;
    border-color: #212529;
    color: #212529;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after,.custom-check .custom-control-input:checked~.custom-control-label::after
{    background-image: none;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after{
    border-color: #212529;
    background: #212529;
    border-radius: 100%;
    margin: auto;
    border:1px solid transparent;
    width: 0.4rem;
    margin: 0.25rem;
    height: 0.4rem;
}


.custom-check .custom-control-input:checked~.custom-control-label::after{
    border-color: #212529;
    background: #212529;
    border-radius: 0;
    margin: auto;
    border:1px solid transparent;
    width: 0.4rem;
    margin: 0.25rem;
    height: 0.4rem;
}

.custom-control-label::after{
    top: 0.3rem;
}

/*
.custom-check .custom-control-label::before, .custom-control-input:checked~.custom-control-label::before, .custom-radio .custom-control-label::before, .custom-control-input:checked~.custom-control-label::before{
    background-color: transparent !important;
    border-color: #212529;
}
*/

.custom-control.custom-radio, .custom-control.custom-check {
    margin-right: 15px;
}
.select2-container--default .select2-selection--multiple{
    padding: 5px;
    border:1px solid #ced4da;
}
.select2-container--default .select2-selection--single{
    height: auto;
    border:1px solid #ced4da;
    padding: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
}

input:focus-visible {
    outline: none;
}
.select2-dropdown {
    z-index: 105;
}

.select2-container{
    width: auto;
    height: 50px;
    background-color: #fff;
    background-image: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: flex;
    font-size: 14px;
    line-height: 1.42857143;
    color: var(--text-color-theme) !important;
    align-items: center;
}

.select2-container--default .select2-selection--single {
    border: none;
    border-radius: 4px 0px 0px 4px;
    height: 100%;
    display: flex;
    align-items: center;
}

.select2-container--disabled{
    background-color: #e9ecef;
    opacity: 1;
}
