body,
input,
textarea,
select,
button,
option {
  direction: rtl;
  text-align: right;
}

form select,
form input {
  font-size: 15px;
  text-overflow: "";
  border: none;
  box-shadow: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
  font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.select-style {
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background: url(/v/retail/shared/a/images/shared/select_chevrondown_large_2x.png)
    no-repeat 4%;
  background-size: 10px 6px;
}

.select-style select {
  padding: 2px 15px 2px 200px;
  direction: rtl;
}

@media only screen and (max-width: 735px) {
  .select-style select {
    padding: 2px 15px 2px 100px;
  }
}

.retail-locator-search .select {
  margin-top: 4px;
  float: none;
  text-shadow: none;
  background-color: #fff;
}

.page-find-a-store
  #retail-nav-search
  .retail-locator-search
  .search
  .retail-input-wrapper,
.page-find-a-store .section-locator.geo-dropdown .retail-locator {
  height: auto;
}

.page-find-a-store
  #retail-nav-search
  .retail-locator-search
  .search
  .retail-input-wrapper {
  width: 368px;
}

@media only screen and (max-width: 735px) {
  .page-find-a-store
    #retail-nav-search
    .retail-locator-search
    .search
    .retail-input-wrapper {
    width: 288px;
  }
}

.retail-locator-search .select {
  float: none;
}

.column {
  float: right;
}

.section-option .text-wrapper {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-option .text-wrapper a {
  text-align: center;
}

@media screen and (max-width: 1068px) {
  .section-option .text-wrapper {
    max-width: 320px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 736px) {
  .section-option .row .column:first-child {
    border-left: solid 1px #e3e3e3;
    margin-left: -1px;
  }
}

@media screen and (max-width: 735px) {
  .section-option .row .column:first-child {
    border-bottom: solid 1px #e3e3e3;
  }
}

@media screen and (max-width: 735px) {
  .section.section-option {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.section-option .column:first-of-type {
    padding: 30px 0;
  }

  .section.section-option .column:last-of-type {
    padding: 30px 0;
  }

  .section.section-option .text-wrapper p {
    margin-bottom: 0px;
  }
}

.icon {
  width: 57px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.section.section-option {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1068px) {
  .section.section-option {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 735px) {
  .section.section-option {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

html[dir="rtl"] .more:before,
html[dir="rtl"] .more:after {
  content: "";
}

html[dir="rtl"] .more:after,
html[dir="rtl"] .more .icon-htc {
  padding-right: 0;
  padding-left: 0.3em;
}

.more:after,
.more .icon-htc {
  transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}

.page-find-a-store #retail-nav-search .retail-locator-search {
  top: 34%;
}

.select-style select::-ms-expand {
  display: none;
}

.page-find-a-store
  #retail-nav-search
  .retail-locator-search
  .store-list
  a.more {
  font-size: 18px;
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
