/*

Theme Name: Salient Child

Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266

Author: ChildThemeWP.com

Author URI: https://childthemewp.com

Description: My WordPress Salient child theme.

Template: salient

License: GNU General Public License v3

License URI: https://www.gnu.org/licenses/gpl-3.0.html

Version: 1.0.0

Text Domain: salient-child

*/
input.acf-button.button.button-primary.button-large {
    border-radius: 0px;
}
.modal {
    padding-right: 0px !important;
    background-color: #00000040;
}
body {
    text-align: initial;
}

.acf-fields>.acf-field {
    padding: 0 !important;
    border-top: none !important;
}

.modal-dialog {
    max-width: 65vw !important;
    margin: 6rem auto !important;
}

a {
    text-decoration: none;
}

.woocommerce {
    width: 100%;
}

.modal-body {
    padding: 2rem;
}

div.standard_section {
    width: 100%;
}

@media (max-width: 767px) {
    .modal-dialog {
        max-width: 100vw !important;
        margin: 11rem auto !important;
    }
}

@media only screen and (max-width: 768px) {
    #customer_details>div {
        width: 100%;
        max-width: 100%;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 100%;
}

body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4,
body.rtl h5,
body.rtl h6,
body.rtl p,
body.rtl span,
body.rtl a,
body.rtl input,
body.rtl table,
body.rtl label {
    font-family: cairo, Sans-serif !important;
}

input[type=number] {
    background-color: rgba(0, 0, 0, .04);
    border-radius: 4px;
    border: 2px solid transparent;
}

input[type=number]:focus {
    border-color: #f27900;
    box-shadow: 0 0 10px rgb(0 0 0 / 11%);
}

.acf-input-wrap {
    overflow: initial !important;
}

.iti {
    width: 100%;
}

#friendMobile input,
#mobile input {
    padding-left: 50px !important;
}

.modal {
    z-index: 1000 !important;
}

.iti__country-list {
    z-index: 1000000 !important;
    left: 0 !important;
}

.select2-search__field[aria-controls="select2-countrySelect-results"] {
    display: none !important;
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
    border: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    padding: 0px !important;
}

.checkout .col2-set .col-2 {
    max-width: 39%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    max-width: 48%;
}

.checkout .col2-set .col-1 {
    max-width: 58%;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    max-width: 48%;
}

.woocommerce form .form-row {
    display: block;
}

.row {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
}

.col {
    float: initial !important;
}