.text-nowrap {
  white-space: nowrap;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.overflowhidden {
  overflow: hidden;
}
.img-left {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.img-right {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
body {
  font-family: 'Roboto', Tahoma, sans-serif;
  letter-spacing: 0.0125rem;
  line-height: 1.5;
  color: #1b1918;
}
h1,
h2,
h3 {
  letter-spacing: 0.125rem;
  color: #1b1918;
  margin-bottom: 1rem;
}
h1 {
  font-size: 1.75rem;
  text-transform: uppercase;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
p {
  margin: 0 0 1rem 0;
}
a {
  color: #0f78ab;
  text-decoration: none;
}
a:hover {
  color: #f07c00;
  text-decoration: underline;
}
label {
  cursor: pointer;
}
/* patch foundation styles */
.row {
  max-width: 72rem;
}
.tosshin__h3_gray {
  font-size: 1.125rem;
  color: #465362;
}
.tosshin__link-button,
.tosshin__btn {
  display: inline-block;
  text-decoration: none;
  padding: 0.5625rem 1rem;
  border-radius: 0.1875rem;
  background: #f07c00;
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.01875rem;
  cursor: pointer;
  line-height: 100%;
}
.tosshin__link-button:hover,
.tosshin__btn:hover {
  color: #fff;
  text-decoration: none;
}
.tosshin__btn-danger {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.tosshin__input {
  padding: 0.875rem 1rem;
  border-radius: 0.1875rem;
  background-color: #f0f4f6;
  border: solid 0.0625rem #dbe3e7;
  letter-spacing: 0.01875rem;
}
.tosshin__table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2.5rem;
}
.tosshin__table th {
  background-color: rgba(221, 221, 221, 0.2);
  color: #465362;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
  border-bottom: 0.0625rem solid #ddd;
}
.tosshin__table td {
  padding: 1.5rem 0.5rem;
  border-bottom: 0.0625rem solid #ddd;
}
.tosshin__table.tosshin__table_alt-tbody > tbody:nth-child(odd) td,
.tosshin__table_alt tr:nth-child(even) td {
  background: #eee;
}
.tosshin__table_single {
  width: auto;
}
.tosshin__table_single td {
  padding-left: 1rem;
}
.tosshin__alert {
  padding: 1rem 1rem 1rem 3.5rem;
  margin-bottom: 0.8rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
  background-image: url(../i/icons/attention.svg);
  background-repeat: no-repeat;
  background-position: 1rem 1.3rem;
}
.tosshin__alert > p,
.tosshin__alert > ul {
  margin-bottom: 0;
}
.tosshin__alert > p + p {
  margin-top: 0.3125rem;
}
.tosshin__alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.tosshin__alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.tosshin__alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.tosshin__alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.tosshin__alert-info-disabled {
  color: #999;
  background-color: #f0f4f6;
}
.tosshin__header {
  padding: 1.875rem 0;
  background-color: #ffffff;
  overflow: hidden;
  max-width: 80rem;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tosshin__header__alert {
  margin-bottom: 2rem;
}
.tosshin__header__logo {
  float: left;
}
.tosshin__header__nav {
  float: left;
  margin: 0.4rem 0 0 1rem;
}
.tosshin__header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.tosshin__header__nav ul li {
  float: left;
  padding-left: 2rem;
}
.tosshin__header__nav ul li a {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.0875rem;
  color: #1b1918;
  text-transform: uppercase;
  text-decoration: none;
}
.tosshin__header__nav ul li a:hover {
  text-decoration: #f07c00 underline;
}
.tosshin__header__nav ul li:first-child {
  padding-left: 0;
}
.tosshin__header__nav_m {
  z-index: 10;
  background: #ccc;
}
.tosshin__header__nav_m ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tosshin__header__nav_m ul li a {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.0875rem;
  color: #1b1918;
  text-transform: uppercase;
  text-decoration: none;
}
.tosshin__header__nav_m ul li a:hover {
  text-decoration: #f07c00 underline;
}
.tosshin__header__nav_m ul li:first-child {
  padding-left: 0;
}
.tosshin__header__user {
  float: right;
  margin: 0.4rem 0 0 2rem;
}
.tosshin__header__user__market {
  float: left;
  margin-right: 2rem;
}
.tosshin__header__user__market__quantity {
  display: block;
  position: absolute;
  padding: 0.2rem 0.4rem;
  border-radius: 2rem;
  color: #fff;
  background: #f07c00;
  line-height: 100%;
  font-size: 0.8rem;
  margin: -2rem 0 0 1rem;
}
.tosshin__header__user__login {
  float: left;
  margin-right: 2rem;
}
.tosshin__header__user__login a {
  color: #1b1918;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
}
.tosshin__header__user__language {
  float: left;
}
.tosshin__header__user__language img {
  width: 1.125rem;
  height: 1.125rem;
}
.tosshin__header__user__language__show-dlg {
  text-decoration: none;
}
.tosshin__header__user__language__select {
  position: absolute;
  padding: 1.5rem;
  margin: 1rem 0 0 -5rem;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
  border: solid 1px #dddddd;
}
.tosshin__header__user__language__select ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tosshin__header__user__language__select ul li {
  padding-bottom: 1rem;
}
.tosshin__header__user__language__select ul li a img {
  margin-right: 0.625rem;
}
.tosshin__header__user__language__select ul li:last-child {
  padding-bottom: 0;
}
.tosshin__index__slogan {
  background: #f0f4f6;
  text-align: center;
}
.tosshin__index__slogan__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.69;
  letter-spacing: 0.15rem;
  text-align: center;
  color: #1b1918;
}
.tosshin__index__slogan__title__underline {
  display: inline-block;
  border-bottom: 0.125rem solid #f07c00;
}
.tosshin__index__slogan__search {
  margin-top: 1rem;
  display: inline-block;
  padding: 1.5rem;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
  border: solid 0.0625rem #dddddd;
}
.tosshin__index__slogan__search__title {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1125rem;
  color: #1b1918;
}
.tosshin__index__slogan__search__input {
  width: 37rem;
  height: 3.5rem;
  border-radius: 0.1875rem;
  background-color: #f0f4f6;
  border: solid 0.0625rem #dbe3e7;
  font-size: 1.25rem;
  letter-spacing: 0.01875rem;
  color: rgba(27, 25, 24, 0.4);
}
.tosshin__index__slogan__search__description {
  text-align: left;
  color: #1b1918;
}
.tosshin__index__slogan__search__btn {
  display: inline-block;
  margin: 1.5625rem 0 1rem;
  border-radius: 0.1875rem;
  background-color: #f07c00;
  padding: 0.75rem 1.625rem;
  font-weight: bold;
  letter-spacing: 0.0875rem;
  color: #fff;
}
.tosshin__index__work-scheme {
  background: url(../i/bg-spare-parts.png);
  border-bottom: 0.125rem solid #ddd;
  padding: 4rem 0 3rem;
}
.tosshin__index__work-scheme__title {
  text-align: center;
}
.tosshin__index__work-scheme__title__text {
  display: inline-block;
  background: #fae9d6;
  padding: 0.5rem 0.625rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1125rem;
  color: #1b1918;
  margin-bottom: 6.875rem;
  text-transform: uppercase;
}
.tosshin__index__work-scheme__i__img {
  margin-bottom: 1.5rem;
}
.tosshin__index__work-scheme__i__text {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
}
.tosshin__index__work-scheme__more {
  margin-top: 3rem;
  text-align: center;
}
.tosshin__index__company {
  padding: 4rem 0;
}
.tosshin__index__company__box {
  text-align: center;
}
.tosshin__index__company__title {
  display: inline-block;
  padding: 0.5rem 0.625rem;
  margin-top: 4rem;
  background-color: #f0f4f6;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1125rem;
  text-align: center;
  color: #1b1918;
  text-transform: uppercase;
}
.tosshin__index__company__text {
  margin: 1.5rem 0;
}
.tosshin__index__popular {
  background: #f0f4f6;
  padding: 4rem;
}
.tosshin__index__popular__title {
  text-align: center;
  margin-bottom: 3.5rem;
}
.tosshin__index__popular__title__text {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1125rem;
  color: #1b1918;
  text-transform: uppercase;
}
.tosshin__index__popular__swiper__wrapper {
  padding-bottom: 2rem !important;
}
.tosshin__index__popular__i {
  position: relative;
  background: #fff;
  padding: 1rem 1rem 1.25rem;
  box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.06);
  min-height: 28rem;
}
.tosshin__index__popular__i__img {
  border-radius: 0.1875rem;
  margin-bottom: 1.1875rem;
  height: 18.75rem;
}
.tosshin__index__popular__i__mark {
  display: inline-block;
  padding: 0.1875rem 0.375rem;
  border-radius: 0.1875rem;
  background-color: #fae9d6;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: 0.0375rem;
  color: #333;
}
.tosshin__index__popular__i__part-no {
  overflow: hidden;
}
.tosshin__index__popular__i__name {
  display: inline-block;
  margin: 0.625rem 0;
  text-decoration: none;
  font-size: 1.0625rem;
  line-height: 1.41;
  letter-spacing: 0.0125rem;
  color: #0f78ab;
}
.tosshin__index__popular__i__market_cont {
  position: absolute;
  bottom: 1rem;
  width: 100%;
}
.tosshin__index__popular__i__price {
  display: inline-block;
  margin-right: 2rem;
  font-size: 1.125rem;
  color: #333;
  font-weight: bold;
}
.tosshin__index__popular__i__add-shop {
  font-size: 0.8rem;
}
.tosshin__index__popular__i:hover {
  margin: -1rem 0 0 0;
  transition: 0.1s;
  box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, 0.06);
}
.tosshin__index__popular__swiper__pagination {
  position: relative !important;
}
.tosshin__index__shipment {
  padding: 4rem 3rem;
  text-align: center;
}
.tosshin__index__shipment__title {
  display: block;
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
  color: #1b1918;
}
.tosshin__index__shipment__logo {
  display: inline-block;
  width: 20rem;
  height: 8rem;
}
.tosshin__index__shipment__logo__img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 40.063em) {
  .tosshin__index__shipment__logo {
    margin-bottom: 2rem;
  }
}
.tosshin__index__shipment__description {
  margin: 2rem 0 1.5rem;
}
.tosshin__index__pay {
  background: #f0f4f6;
  text-align: center;
  padding: 4rem 0 3.5rem;
}
.tosshin__index__pay__title {
  display: block;
  margin-bottom: 3.5rem;
  font-size: 2.5rem;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
  color: #1b1918;
}
.tosshin__index__pay__i__img_paypal {
  padding-top: 1.625rem;
}
.tosshin__index__pay__i__img_stripe {
  padding-top: 0.5rem;
  width: 7.5rem;
}
.tosshin__index__pay__i__title {
  margin: 1rem 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
}
.tosshin__index__pay__i__description {
  margin-bottom: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.0125rem;
  color: #1b1918;
}
.tosshin__index__news {
  padding: 4rem;
}
.tosshin__index__news__title {
  text-align: center;
  margin-bottom: 3.5rem;
}
.tosshin__index__news__title__text {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1125rem;
  color: #1b1918;
  text-transform: uppercase;
}
@media screen and (max-width: 40.063em) {
  .tosshin__index__news__i {
    margin-bottom: 4rem;
  }
}
.tosshin__index__news__i__date {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.1875rem;
  background-color: #fae9d6;
  color: #333;
  font-size: 0.75rem;
  font-weight: bold;
}
.tosshin__index__news__i__title {
  color: #0f78ab;
}
.tosshin__index__news__i__description {
  color: #1b1918;
  margin-top: 0.25rem;
}
.tosshin__index__search {
  background: url(../i/bg-spare-parts.png);
  padding: 5rem 0;
}
.tosshin__index__search__title {
  text-align: center;
}
.tosshin__index__search__title__text {
  display: inline-block;
  background: #fae9d6;
  padding: 0.5rem 0.625rem;
  margin-bottom: 3.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1125rem;
  color: #1b1918;
  text-transform: uppercase;
}
.tosshin__index__search__form {
  padding: 1.5rem 2.4375rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.14);
  border: solid 0.0625rem #dddddd;
  background: #fff;
}
.tosshin__index__search__form__input-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  color: rgba(27, 25, 24, 0.5);
  text-transform: uppercase;
}
.tosshin__index__search__form__input {
  width: 100%;
  border-radius: 0.1875rem;
  background-color: #f0f4f6;
  border: solid 0.0625rem #dbe3e7;
  color: rgba(27, 25, 24, 0.4);
  padding: 0.6875rem 1rem;
}
.tosshin__index__search__form__description {
  margin: 1.5rem 0 0 0;
  color: #1b1918;
}
.tosshin__breadcrumbs {
  background-color: #f0f4f6;
  padding: 1rem 0;
}
.tosshin__breadcrumbs__container {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: #465362;
}
.tosshin__breadcrumbs__container__i {
  display: inline-block;
  padding: 0 0.5rem 0 0;
}
.tosshin__content {
  padding-bottom: 3rem;
}
.tosshin__about__marks img {
  margin-bottom: 3rem;
}
.tosshin__about__contacts__title {
  display: block;
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #1b1918;
}
.tosshin__about__contacts__cont {
  overflow: hidden;
}
.tosshin__about__contacts__cont__icon {
  float: left;
}
.tosshin__about__contacts__cont__addr {
  margin-left: 2rem;
}
.tosshin__work-scheme__i {
  padding-bottom: 3rem;
}
.tosshin__work-scheme__i__title {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  color: #1b1918;
}
.tosshin__shop-cart__summary {
  font-size: 1.5rem;
  color: #1b1918;
  overflow: hidden;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #ddd;
  margin-bottom: 3rem;
}
.tosshin__top__search__form {
  background: #f0f4f6;
  padding: 0.5rem 0 2rem;
}
.tosshin__top__search__form__input {
  width: 100%;
  background-color: #fff;
  border: solid 0.0625rem #dbe3e7;
  padding: 0.6875rem 2.5rem 0.6875rem 1rem;
  line-height: 100%;
  display: inline !important;
}
.tosshin__top__search__form__btn {
  position: absolute;
  background: url(../i/icons/search.svg);
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.6rem 0 0 -2rem;
  cursor: pointer;
}
.tosshin__top__search__form__text {
  font-size: 0.875rem;
  color: rgba(27, 25, 24, 0.4);
  display: inline-block;
  padding-top: 0.6rem;
}
.tosshin__footer {
  background: #465362;
  font-size: 0.875rem;
  padding: 1.875rem 0 2.5rem;
  color: #fff;
}
.tosshin__footer__nav {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 60em) {
  .tosshin__footer__nav {
    margin-bottom: 2rem;
  }
}
.tosshin__footer__nav li {
  list-style: none;
  padding-bottom: 0.5rem;
}
.tosshin__footer__nav a {
  text-decoration: none;
  color: #fff;
}
.tosshin__footer__copyright {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1rem;
}
@media screen and (max-width: 60em) {
  .tosshin__footer__copyright {
    margin-top: 2rem;
  }
}
.tosshin__footer__phone {
  display: inline-block;
  background: url(../i/footer/phone.svg) no-repeat;
  height: 1.5rem;
  padding-left: 1.8rem;
}
.tosshin__footer__social {
  display: inline-block;
  margin-left: 1rem;
}
.tosshin__footer__consumer-protection-link,
.tosshin__footer__consumer-protection-link:hover,
.tosshin__footer__consumer-protection-link:active {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 1rem;
}
.tosshin__calendar__container__left {
  float: left;
}
.tosshin__calendar__container__right {
  float: right;
  padding: 0 0 2rem 2rem;
}
.pagination {
  overflow: hidden;
  padding: 0;
  list-style: none;
}
.pagination li {
  float: left;
  padding: 0 1rem;
}
.pagination li.active a {
  color: #999;
  font-style: italic;
}
.tosshin__invoice__note {
  color: red;
  text-decoration: underline;
}
@media print {
  .tosshin__no-print,
  .tosshin__no-print * {
    display: none !important;
  }
}
