.ols-pulldown {
  width: 100%;
}
.ols-pulldown__inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.ols-pulldown__model {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 40px;
  background-color: #F3F3F3;
}
.ols-pulldown__capacity {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 40px;
  background-color: #F3F3F3;
  opacity: 1;
  transition: 0.2s;
}
.ols-pulldown__capacity.not-selected {
  pointer-events: none;
  opacity: 0.4;
}
.ols-pulldown__select-name {
  width: 20%;
  margin: 0 auto;
  font-weight: bold;
}
.ols-pulldown__select-name span {
  color: #ff0000;
  display: inline-block;
  margin-left: 5px;
}
.ols-pulldown__select-box {
  position: relative;
  box-sizing: border-box;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ols-pulldown__select-box select {
  background-color: #fff;
  width: 70%;
  height: 50px;
  font-size: 100%;
  padding: 0 20px;
  margin: 20px auto;
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #cfd0d1;
  position: relative;
}
.ols-pulldown__select-box::after{
  pointer-events: none;
  position: absolute;
  top: -9px;
  right: 18.5%;
  bottom: 0;
  margin: auto;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg) translateY(-50%);
  -ms-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
  z-index: 100;
}
.ols-pulldown__select-box select:focus{
  background-color: #fff;
  outline: 1px solid #eb5505;
}
.ols-pulldown__select-box select::-ms-expand{
  display: none;
}
.ols-pulldown__select-box select{
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
}
#ols-pulldown-button.disabled {
  pointer-events: none;
  opacity: 0.4;
}
#ols-pulldown-table table th {
  width: 35%;
  font-weight: 400 !important;
}
#ols-pulldown-table table td {
  width: 65%;
  font-weight: 400 !important;
}
.ols-pulldown-table-title{
  margin-top: 50px;
  border-top: 1px solid #d1d1d1;
}
.ols-pulldown-table-wrap {
  width: 100%;
}
.ols-pulldown-table-wrap:first-child {
  /* margin-top: 50px;
  border-top: 1px solid #d1d1d1; */
}
.cmp-au-com-au-layoutcontainer__footer.table-showing {
  position: relative !important;
  bottom: auto !important;
}
#ols-pulldown-button .cmp-button__text::after {
  -webkit-transform: scale(1.1, 1.1) rotate(90deg) !important;
  -ms-transform: scale(1.1, 1.1) rotate(90deg) !important;
  -o-transform: scale(1.1, 1.1) rotate(90deg) !important;
  transform: scale(1.1, 1.1) rotate(90deg) !important;
}
@media screen and (max-width: 1024px) {
  .ols-pulldown__select-box select {
    width: 90%;
    margin: 10px auto;
  }
  .ols-pulldown__select-box::after{
    right: 8.5%
  }
}
@media screen and (max-width: 767px) {
  .ols-pulldown__select-box::after{
    right: 25px;
  }
  .ols-pulldown__model {
    padding: 20px 20px;
  }
  .ols-pulldown__capacity {
    padding: 20px 20px;
  }
  .ols-pulldown__select-name {
    width: 100%;
    margin-bottom: 10px;
  }
  .ols-pulldown__select-box {
    width: 100%;
  }
  .ols-pulldown__select-box select {
    width: 100%;
    margin: 0;
  }
  #ols-pulldown-button {
    max-width: none;
    width: 100%;
  }
  #ols-pulldown-table table th {
    width: 50%;
  }
  #ols-pulldown-table table td {
    width: 50%;
  }
  .ols-pulldown-table-wrap .cmp-au-com-title__text {
    font-size: 18px !important;
  }
  #ols-pulldown-button .cmp-button__text::after {
    -webkit-transform: scale(0.7,0.7) rotate(90deg) !important;
    -ms-transform: scale(0.7,0.7) rotate(90deg) !important;
    -o-transform: scale(0.7,0.7) rotate(90deg) !important;
    transform: scale(0.7,0.7) rotate(90deg) !important;
  }
}
