/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/



.mikraot-main-content.is-combined-view .mikraot-verse-only-content {
    display: none;
}

.mikraot-main-content.is-combined-view .mikraot-integrated-content {
    display: inline;
}

.mikraot-main-content.is-verses-only-view .mikraot-verse-only-content {
    display: inline;
}

.mikraot-main-content.is-verses-only-view .mikraot-integrated-content {
    display: none;
}


/* GOV IL Address - Select2 checkout fields */

/* GOV IL Address - hard override */


.woocommerce-checkout #billing_address_1:disabled + .select2 .select2-selection {
    background-color: #f3f3f3;
    border-color: #d6d6d6;
    color: #999;
    cursor: not-allowed;
    opacity: 0.75;
}

.woocommerce-checkout #billing_address_1:disabled + .select2 .select2-selection__rendered {
    color: #999;
}

.woocommerce-checkout #billing_address_1:disabled + .select2 .select2-selection__placeholder {
    color: #aaa;
}

.woocommerce-checkout #billing_address_1:disabled + .select2 .select2-selection__arrow {
    opacity: 0.35;
}


#content .elementor-widget-woocommerce-checkout-page .form-row .select2-container--default .select2-selection--single .select2-selection__arrow{
  right: auto;
  left: 20px;
  height: calc((12px * 2) + 31px);
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
    left: -11px;
    top: -13px;
    font-size: 18px;
}



 .e-woo-select2-wrapper .select2-results__option {
    color: #092A3D;
    font-family: "Assistant", Sans-serif;
    font-size: 15px;
}


.e-woo-select2-wrapper .select2-results__option:focus{
color: #012a4a;
}

  .select2-container--default .select2-results__option[data-selected=true]{
      background-color: #edd9b861;
}


.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected]{
  background-color: #edd9b861;
  color: #092A3D;
}
