@media (max-width: 330px) {
  .accessory__table__right-side li:nth-child(6),
  .accessory__table__left-side li:nth-child(6) {
    height: 50px;
  }

  .accessory__table__right-side li:last-child,
  .accessory__table__left-side li:last-child {
    height: 80px !important;
  }

  #about-us {
    font-size: 10px !important;
    width: 130px;
  }

  #sub-footer {
    font-size: 10px;
  }

  .footer__contact-item {
    font-size: 12px;
  }
}

/* Extra small devices (landscape phones, below 575px) */
@media (max-width: 575px) {
  .category__content > .fa {
    font-size: 22px;
  }

  .category__content > .en {
    font-size: 17px;
  }

  .category__bg-image {
    width: 100%;
  }

  #breadcrumb {
    padding: 15px;
  }

  #footer__title {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  #footer__title:after {
    content: none;
  }

  .footer__social {
    width: 30px;
  }

  #about-us {
    font-size: 14px;
  }

  .accessory__title {
    font-size: 18px;
    text-align: justify;
  }

  .accessory__price-and-quantity {
    font-size: 12px;
  }

  .accessory__more-images__title {
    font-size: 14px;
  }

  .accessory__more-images__image {
    margin-bottom: 15px;
  }

  .accessory__image {
    text-align: center;
    height: 360px;
    margin-bottom: 15px;
  }

  .accessory__table {
    font-size: 10px;
    height: auto;
  }

  .accessory__table__right-side {
    width: 200px;
  }

  .accessory__table__right-side,
  .accessory__table__left-side {
    height: 100%;
  }

  .accessory__table__left-side li {
    text-align: justify;
  }

  .accessory__table__right-side li:nth-child(8),
  .accessory__table__left-side li:nth-child(8),
  .accessory__table__right-side li:nth-child(10),
  .accessory__table__left-side li:nth-child(10) {
    height: 50px;
  }

  .accessory__table__right-side li:last-child,
  .accessory__table__left-side li:last-child {
    height: 65px;
  }

  #single-article__title {
    font-size: 25px;
    padding: 15px;
    text-align: justify;
    line-height: 1.6em;
  }

  #single-article__title:before {
    content: none;
  }

  .single-stair__variations__object__title {
    font-size: 15px;
    line-height: 1.7em;
  }

  .single-stair__variations__object__desc {
    font-size: 12px;
    line-height: 1.7em;
  }

  .single-stair__variations__object__about {
    width: 100%;
  }

  .single-stair__variations__object__details__table {
    font-size: 10px;
  }

  .single-stair__variations__object__details__table-right {
    width: 150px;
  }

  .single-stair__variations__object__details__table,
  .single-stair__variations__object__details__table-left {
    width: 100%;
  }

  .single-stair__variations__object__details__image {
    text-align: center;
  }

  #single-stair__title {
    font-size: 25px;
    padding: 15px;
    text-align: justify;
    line-height: 1.6em;
  }

  #single-stair__title:before {
    content: none;
  }

  #pricing-bill__table {
    margin: 0;
    font-size: 10px;
  }

  #pricing-bill__cost {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }

  #pricing-bill__cost > div {
    margin-top: 0;
  }

  #pricing-bill__cost > div > small {
    margin-left: 7px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
}

/* Medium devices (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
  .category__content > .fa {
    font-size: 22px;
  }

  .category__content > .en {
    font-size: 17px;
  }

  #footer__title {
    width: auto;
    margin-left: 0;
  }

  #footer__title > h3 {
    font-size: 25px;
  }

  #footer__title > h4 {
    font-size: 14px;
  }

  .footer__contact-item {
    font-size: 14px;
  }

  .footer__social {
    width: 30px;
  }

  .accessory__table {
    font-size: 10px;
  }

  .accessory__table__right-side {
    width: 160px;
  }

  .accessory__table__right-side,
  .accessory__table__left-side {
    height: 100%;
  }

  .article {
    height: 250px;
  }

  #single-article__title,
  #single-stair__title {
    font-size: 25px;
    padding-right: 40px;
    line-height: 1.6em;
  }

  .stair__summary {
    height: 4.5em;
    overflow: hidden;
  }

  .single-stair__variations__object__title {
    font-size: 15px;
    line-height: 1.7em;
  }

  .single-stair__variations__object__desc {
    font-size: 12px;
    line-height: 1.7em;
  }

  .single-stair__variations__object__about {
    width: 100%;
  }

  .single-stair__variations__object__details__table-right {
    width: 150px;
  }

  .single-stair__variations__object__details__table,
  .single-stair__variations__object__details__table-left {
    width: 100%;
  }

  #pricing-bill__table {
    margin: 0;
    font-size: 10px;
  }

  #pricing-bill__cost {
    width: 100%;
    margin-top: 15px;
  }

  #pricing-bill__cost > div {
    margin-right: 30px;
    margin-top: 0;
  }

  #pricing-bill__cost > div > small {
    margin-left: 7px;
  }
}

/* Large devices (desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
  .category__content > .fa {
    font-size: 30px;
  }

  .category__content > .en {
    font-size: 26px;
  }

  .accessory__table {
    height: 434px;
  }

  .accessory__table__right-side {
    width: 150px;
  }

  .accessory__table__right-side,
  .accessory__table__left-side {
    height: 100%;
  }

  .accessory__table__right-side li:last-child,
  .accessory__table__left-side li:last-child {
    line-height: 1.5em;
    height: 4.5em;
  }

  #single-article__title,
  #single-stair__title {
    font-size: 25px;
    padding-right: 40px;
    line-height: 1.6em;
  }

  .single-stair__variations__object__about {
    width: 380px;
  }

  #order {
    font-size: 10px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
