.modul-select2 .select2-container--default .select2-selection--single {
  border-radius: 10px;
}

.modul-select2 .select2-container .select2-selection--single {
  min-height: 45px;
  border: solid 1px #ebebeb;
}

.modul-select2 .select2-container--default .select2-selection--single {
  border-color: transparent;
  background-color: rgba(255, 255, 255, .2);
}

.modul-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.7;
}

.modul-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  min-height: 45px;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #ffffff transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
}

.distribution {
  background: #e5e5e5;
  padding: 60px 0;
}

.distribution .search {
  background: white;
  border-radius: 10px 0px 0px 10px;
}

.distribution .search .store {
  background: #693387;
  border-radius: 10px 0px 0px 0px;
  padding: 18px 19px 20px 19px;
}

.distribution .search .store .store_text {
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 13px;
}

.distribution .search .store .store_text img {
  margin-right: 15px;
  width: 24px;
  height: 24px;
}

.distribution .search .store .padding_div span {
  font-size: 16px;
  line-height: 45px;
  color: #ffffff;
  display: block;
}

.distribution .search .store .padding_div span:focus {
  outline: none;
}

.distribution .search .store .padding_div .form-control {
  margin-top: 7px;
  border-radius: 10px;
  border: none;
  background: #ffffff47;
  color: white;
  height: 46px;
}

.distribution .search .store .padding_div .form-control:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.distribution .search .store .padding_div .form-control option {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
}

.distribution .search .store .padding_div:first-child {
  padding-right: 10px;
}

.distribution .search .store .padding_div:last-child {
  padding-left: 10px;
}

.distribution .search .result {
  height: 35px;
  background: #ebebeb;
  justify-content: space-between;
  display: flex;
  padding: 5px 20px;
}

.distribution .search .result span {
  font-size: 14px;
  line-height: 25px;
  color: #888888;
}

.distribution .search .result a {
  width: 24px;
  height: 24px;
}

.distribution .search .result a img {
  width: 24px;
  height: 24px;
}

.distribution .search .item {
  padding: 9px 20px 15px 20px;
  border-bottom: 1px solid #ebebeb;
}

.distribution .c_text {
  max-width: 100%;
  width: calc(100% - 108px);
}

.text_store {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #693387;
  margin-bottom: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.text_contact {
  font-size: 14px;
  line-height: 16px;
  color: #555555;
}

.text_contact i,
.text_phone i {
  width: 9px;
  height: 16px;
  margin-right: 5px;
}

.text_contact a,
.text_phone a {
  font-size: 14px;
  line-height: 16px;
  color: #555555;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.distribution .search .item .c_text .text_contact a:hover,
.distribution .search .item .c_text .text_phone a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #a3238e;
}

.distribution .search .item .c_text .text_phone {
  margin-top: 8px;
}

.distribution .search .item .c_img {
  width: 108px;
  max-width: 100%;
  position: relative;
  z-index: 1;
  text-align: right;
}

.distribution .search .item .c_img .img_address {
  width: 37px;
  max-width: 100%;
  height: 35px;
  max-height: 100%;
  position: relative;
}

.distribution .search .item .c_img .address {
  position: absolute;
  bottom: 5px;
  z-index: 2;
  left: 13px;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #a3238e;
}



.distribution .map_showroom {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
  height: 100%;
}

.distribution .map_showroom {
  background-color: #fff;
}

.distribution .map_showroom iframe {
  width: 100%;
  height: 100%;
}


.list_showroom {
  height: 315px;
  overflow: auto;
}
.list_showroom::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.list_showroom::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;

}

.list_showroom::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #693387;

}
.frm-filter-showroom .form-control option{
  color: #9acc09;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background: #693387;
}

.select2-container--default .select2-results__option--selected{
  background: #693387;
}

.select2-hidden-accessible{
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  left: unset;
  right: 20px;
}
.distribution .search .store .padding_div span{
  width: 100% !important;
}
