/*
  Theme Name: hello elementor child
  Template: hello-elementor

  Не обязательные параметры:
  Theme URI: #
  Description: Дочерняя тема для темы hello-elementor
  Author: symbicore
  Author URI: #
  Version: 1.0
*/


.elementor-select-wrapper select{
    height: 62px;
    padding-left: 53px !important;
    appearance: none;
    -webkit-appearance: none;
}

.elementor-select-wrapper{
    position: relative;
}

.elementor-select-wrapper .select-caret-down-wrapper{
    display: none;
}


.elementor-select-wrapper:after{
    content:'';
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('/wp-content/uploads/2023/05/location.svg');
    width: 16px;
    height: 22px;
    pointer-events: none;
}

.custom_select_wrap{
    display: inline-block;
    width: 100%;
    position:relative;

}
.custom_select_wrap:before{
    content: '';
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('/wp-content/uploads/2023/05/location.svg');
    width: 16px;
    height: 22px;
    pointer-events: none;
}
.custom_select_wrap:after, .elementor-select-wrapper:before{
    content: '' !important;
    position: absolute !important;
    right: 20px !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    background: url('/wp-content/uploads/2023/05/arrow_down.svg') !important;
    width: 14px !important;
    height: 9px !important;
    pointer-events: none !important;
}
.custom_select_wrap #region{
    height: 62px;
    padding-left: 53px;
    background: #F7F7F7;
    border: 0;
    -webkit-appearance: none;

}
.custom_select_wrap #region:focus{
    border: 0;
    outline: none;
}
