.shipping_options_list, .service_tab_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.page_title:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #000000;
  opacity: 0.1;
  margin-bottom: 56px;
  margin-top: 27px;
}

.service_field_title:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #000000;
  opacity: 0.1;
  margin-bottom: 56px;
  margin-top: 27px;
}

.service_tab_title {
  font-size: 160%;
  font-family: "bold";
  margin-bottom: 25px;
  line-height: 1.2em;
}

.service_tab_list {
  margin-left: 20px;
}
.service_tab_list .tab_button {
  color: #000000;
}
.service_tab_list li {
  font-size: 160%;
  margin-bottom: 6px;
}
.service_tab_list li .selected {
  font-family: "bold";
  position: relative;
}
.service_tab_list li .selected:after {
  display: inline-block;
  content: "";
  border-left: 2px solid black;
  width: 2px;
  position: absolute;
  top: 6px;
  left: -5px;
  bottom: 6px;
}

.service_tab_field {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.service_field_title {
  font-size: 260%;
  font-family: "bold";
  line-height: 1.2em;
}

.shipping_methods_title {
  font-size: 160%;
  font-family: "bold";
  line-height: 1.4em;
}

.shipping_methods_text {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 180%;
  line-height: 1.6em;
}

.shipping_options_list {
  padding-left: 13px;
}
.shipping_options_list li {
  position: relative;
  font-size: 180%;
  margin-bottom: 10px;
  line-height: 1.6em;
}
.shipping_options_list li:before {
  content: "";
  height: 7px;
  width: 7px;
  display: block;
  position: absolute;
  background: black;
  bottom: 8px;
  left: -13px;
  top: 10px;
}

.active {
  height: auto;
  opacity: 1;
  transition: opacity 0.5s linear;
}

.customer_service_row {
  justify-content: center;
}

@media (max-width: 1199px) {
  .service_tab_title, .shipping_methods_title {
    font-size: 140%;
  }

  .service_field_title {
    font-size: 200%;
  }

  .shipping_methods_text, .standard_shipping_text {
    font-size: 160%;
  }

  .shipping_options_list li {
    font-size: 160%;
  }
}
@media (max-width: 991px) {
  .service_tab_title, .shipping_methods_title {
    font-size: 120%;
  }

  .service_field_title {
    font-size: 160%;
  }

  .shipping_methods_text, .standard_shipping_text {
    font-size: 140%;
  }

  .shipping_options_list .li {
    font-size: 140%;
  }
}
@media (max-width: 767px) {
  .service_tab_list {
    margin-left: 0;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
  .service_tab_list li {
    margin-right: 20px;
    font-size: 120%;
    margin-bottom: 6px;
    display: flex;
  }
  .service_tab_list li:last-child span {
    margin-right: 15px;
  }
  .service_tab_list li .selected:after {
    border-top: 2px solid black;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 19px;
  }

  .shipping_option {
    font-size: 140%;
  }
  .shipping_option:before {
    content: "";
    height: 4px;
    width: 4px;
    top: 8px;
  }
}
.web .service_tab_list .tab_button:hover {
  color: #999999;
  cursor: pointer;
}

.touch .service_tab_list .tab_button {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.touch .service_tab_list .tab_button:active {
  color: #999999;
}

.web .service_tab_list .tab_button {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/*# sourceMappingURL=customerService.css.map */
