/* general styles */
.hresp-img {
  height: 100%;
  width: auto;
  vertical-align: middle;
}

.wresp-img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.overflow-x-hidden {
  overflow-x: hidden;
  overflow-y: auto;
}

.none-styled-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

#click-handler {
  opacity: 0;
  visibility: hidden;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* general styles end */

/* constant styles */
body {
  font-family: "IRANSans";
  overflow-x: hidden;
  overflow-y: auto;
}

a,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

#main-header {
  height: 60px;
  background-color: #1b1b1b;
  color: #fff;
}

#logo {
  background-color: #fff;
  height: 100%;
  width: 60px;
  margin-left: 15px;
}

#logo > img {
  height: 70%;
}

.nav-caret {
  width: 7px;
  margin-right: 7px;
}

.nav-item {
  position: relative;
  color: #fff;
  font-weight: 200;
  font-size: 12px;
  margin-left: 45px;
}

.nav-item > a,
.nav-dropdown-item__dropdown__list-item > a,
.site-lang__dropdown__list-item > a {
  text-shadow: none;
  transition: text-shadow 0.25s ease;
}

.nav-item > a:hover,
.nav-dropdown-item__dropdown__list-item > a:hover,
.site-lang__dropdown__list-item > a:hover {
  text-shadow: 0 0 10px #fff, 0 -3px 10px rgba(255, 255, 255, 0.2),
    0 3px 10px rgba(255, 255, 255, 0.2);
}

.nav-item:after {
  content: "";
  position: absolute;
  left: -50%;
  top: 50%;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transform-origin: 50% 50%;
  transform: rotate(-60deg) translateY(-50%);
}

.nav-dropdown-item__dropdown,
#site-lang__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #1b1b1b;
  border-top: 2px solid #fff;
  margin-top: 9px;
  z-index: 999;
  width: 170px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#site-lang__dropdown {
  width: 100%;
  margin-top: 18px;
}

.nav-dropdown-item__dropdown__list-item > a,
.site-lang__dropdown__list-item > a {
  text-align: right;
  font-weight: 200;
  padding: 5px 15px;
  border-bottom: 1px solid #484848;
  position: relative;
  display: block;
}

.site-lang__dropdown__list-item > a {
  text-align: center;
}

.nav-dropdown-item__dropdown__list-item > a:after {
  content: ">";
  position: absolute;
  left: 15px;
}

#nav > .nav-item:last-child:after {
  background-color: transparent;
}

#utils {
  margin-left: 15px !important;
}

#xs-nav-button {
  width: 30px;
  height: 30px;
}

#xs-nav-button__lines {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
}

#xs-nav-button__lines:after,
#xs-nav-button__lines:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 2px;
  width: 100%;
  background-color: #fff;
}

#xs-nav-button__lines:before {
  top: -10px;
}

#xs-nav-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: linear-gradient(#3e3e3e, #1b1b1b);
  color: #fff;
  z-index: 99;
  transition: left 0.5s ease-in-out;
}

#xs-nav-menu__list {
  margin-top: 51px;
}

#xs-nav-menu__close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #2f2f2f;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}

#xs-nav-menu__close:after,
#xs-nav-menu__close:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 20px;
  height: 3px;
  border-radius: 99px;
  background-color: #fff;
  transform-origin: 50% 50%;
}

#xs-nav-menu__close:after {
  transform: rotate(45deg);
}

#xs-nav-menu__close:before {
  transform: rotate(-45deg);
}

.xs-nav-menu__list-item {
  font-size: 16px;
}

.xs-nav-menu__list-item > a {
  text-align: right;
  font-weight: 500;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #5d5d5d;
  position: relative;
  display: block;
}

.xs-nav-menu__subber-list-item {
  position: relative;
  font-size: 18px;
}

.xs-nav-menu__subber-list-item > span {
  text-align: center;
  font-weight: 500;
  padding: 10px 15px;
  border-bottom: 1px solid #5d5d5d;
  position: relative;
  display: block;
  background-color: #363636;
}

.xs-nav-menu__sub-list {
  background-color: rgba(0, 0, 0, 0.2);
}

.xs-nav-menu__sub-list-item {
  position: relative;
}

.xs-nav-menu__sub-list-item > a {
  text-align: right;
  font-weight: 500;
  padding: 10px 15px;
  position: relative;
  display: block;
  border-bottom: 1px solid #5d5d5d;
}

#site-lang {
  position: relative;
  font-size: 12px;
  font-weight: 200;
  text-align: left;
  direction: ltr;
  border-bottom: 1px dashed #fff;
  padding-bottom: 7px;
  cursor: pointer;
  text-shadow: none;
  transition: text-shadow 0.25s ease;
}

#site-lang:hover {
  text-shadow: 0 0 10px #fff, 0 -3px 10px rgba(255, 255, 255, 0.2),
    0 3px 10px rgba(255, 255, 255, 0.2);
}

#site-lang strong {
  font-weight: bold;
  margin-right: 5px;
}

#site-lang > img {
  width: 7px;
  margin-left: 7px;
}

#breadcrumb {
  height: 40px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  padding: 15px 75px 15px 15px;
}

.breadcrumb__item {
  font-weight: 200;
  margin-left: 15px;
  padding-bottom: 3px;
  position: relative;
}

.breadcrumb__item:after {
  content: ">";
  position: absolute;
  transform: translateX(-50%);
  left: -8px;
}

#breadcrumb .breadcrumb__item:last-child:after {
  content: "";
}

.breadcrumb__link-item {
  font-weight: 500;
  border-bottom: 1px dashed #fff;
}

#main-footer {
  background-color: #1b1b1b;
  color: #fff;
  padding: 30px 0;
}

#footer__title {
  position: relative;
  padding-left: 15px;
}

#footer__title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background: linear-gradient(#1b1b1b, #fff, #1b1b1b);
}

#footer__title > h3 {
  font-size: 30px;
  font-weight: bold;
}

#footer__title > h4 {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6;
}


#footer__title  #register {
    font-size: 13px;
    width: 140px;
    line-height: 16px;
    height: 30px;
}
#footer__title  #register-submit {
    font-size: 13px;
    width: 80px;
    line-height: 16px;
    height: 30px;
}

.footer__contact-icon {
  width: 20px;
  margin-left: 0.5rem;
}

.footer__contact-item {
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 200;
}

#sub-footer {
  padding: 15px;
  font-size: 12px;
  height: 50px;
  background-color: #333;
  text-align: center;
  color: #fff;
}

.footer__social {
  width: 40px;
  margin-left: 0.75rem;
  transition: transform 0.5s ease;
}

.footer__social:hover {
  transform: scale(0.9);
}

.footer__hseparator {
  background-color: #fff;
  height: 2px;
  width: 50px;
  margin: 0 1rem;
}

#about-us {
  border-radius: 999px;
  border: 1px solid #fff;
  display: block;
  width: 100px;
  text-align: center;
  padding: 3px 14px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

#about-us:hover {
  background-color: #fff;
  color: #000;
}
/* constant styles end */

/* landing page styles */
.category {
  position: relative;
}

.category:hover .category__content:after,
.category:hover .category__content:before {
  width: 100%;
}

.category:hover .category__wbg {
  top: -15px;
  bottom: -15px;
}

.category:hover .category__colorful-bg-image {
  opacity: 0.5;
  visibility: visible;
}

.category__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 10;
  line-height: 1.3;
}

.category__content:after,
.category__content:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 60px;
  background-color: #000;
  transition: width 0.5s ease;
}

.category__content:after {
  bottom: -15px;
  left: 0;
}

.category__content:before {
  top: -15px;
  right: 0;
}

.category__content > .fa {
  font-size: 28px;
  text-align: center;
}

.category__content > .en {
  font-size: 38px;
  font-weight: 200;
  text-align: center;
  position: relative;
}

.category__wbg {
  position: absolute;
  width: 100%;
  top: 50%;
  bottom: 50%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.5);
  transition: top 0.5s ease, bottom 0.5s ease;
}

.category__bg-image {
  opacity: 0.35;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.category__colorful-bg-image {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
/* landing page styles end */

/* articles page styles */
#articles {
  margin: 30px 0;
}

.article {
  background-color: #ebebeb;
  border-bottom: 4px solid #000;
  margin-bottom: 15px;
  height: 225px;
  position: relative;
}

.article__header {
  background-color: #000;
  color: #fff;
  padding: 0.5rem;
}

.article__header-title {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.article__body {
  padding: 0.5rem;
}

.article__summary {
  font-size: 14px;
  margin: 0;
  line-height: 1.5em;
  text-align: justify;
  max-height: 4.5em;
  overflow: hidden;
}

.article__continue {
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.article__continue-btn {
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 99px;
  background-color: #000;
  color: #fff;
  transition: color 0.5s ease, background-color 0.5s ease, box-shadow 0.5s ease;
}

.article__continue-btn:hover {
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 1px #000;
}
/* articles page styles end */

/* single-article page styles */
#single-article__title {
  position: relative;
  border-bottom: 3px solid #000;
  font-size: 28px;
  padding: 15px 30px 15px 0;
  margin-bottom: 15px;
}

#single-article__title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #000;
  transform: translateY(-50%);
}

.single-article__sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
  border-right: 5px solid #000;
  padding-right: 7px;
}

.single-article__paragraph {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6em;
  font-weight: 200;
  text-align: justify;
}
/* single-article page styles end */

/* accessories page styles */
#accessories {
  margin: 30px 0;
}

.accessory {
  background-color: #ebebeb;
  border-top: 4px solid #000;
  margin-bottom: 15px;
  position: relative;
  padding: 15px;
}

.accessory__title {
  font-size: 22px;
}

.accessory__price-and-quantity {
  font-size: 14px;
  font-weight: 200;
}

.accessory__price-and-quantity > span {
  margin-left: 15px;
}

.accessory__details {
  margin-top: 15px;
  margin-bottom: 15px;
}

.accessory__table {
  font-size: 12px;
  height: 580px;
}

.accessory__table li {
  padding: 10px;
  background-color: #e1e1e1;
  box-shadow: 0 0 0 1px #959595;
  height: 50px;
}

.accessory__table__right-side {
  font-weight: 500;
  text-align: center;
}

.accessory__table__right-side li {
  background-color: #cccccc;
}

.accessory__table__left-side {
  text-align: right;
}

.accessory__image {
  height: 550px;
}

.accessory__more-images__title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}

.accessory__more-images__title > span {
  background-color: #ebebeb;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.accessory__more-images__title:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
/* accessories page styles end */

/* stairs page styles */
#stairs {
  margin: 30px 0;
}

.stair {
  background-color: #ebebeb;
  border-bottom: 4px solid #000;
  margin-bottom: 15px;
}

.stair__image {
    height: 250px;
    text-align: center;
}

.stair__body {
  padding: 0.5rem;
}

.stair__title {
  font-size: 16px;
  position: relative;
  padding-right: 15px;
}

.stair__title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 100%;
  width: 4px;
  background-color: #000;
  transform: translateY(-50%);
}

.stair__summary {
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  line-height: 1.5em;
}

.stair__continue {
  text-align: left;
}

.stair__continue > a {
  font-size: 10px;
  padding: 5px 7px;
  border-radius: 99px;
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 1px transparent;
  transition: color 0.5s ease, background-color 0.5s ease, box-shadow 0.5s ease;
}

.stair__continue > a:hover {
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 1px #000;
}
/* stairs page styles end */

/* single-stair page styles */
#single-stair__title {
  position: relative;
  border-bottom: 3px solid #000;
  font-size: 28px;
  padding: 15px 30px 15px 0;
  margin-bottom: 15px;
}

#single-stair__title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #000;
  transform: translateY(-50%);
}

#single-stair__description {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6em;
  font-weight: 300;
  text-align: justify;
}

.single-stair__variations__object {
  border-right: 4px solid #000;
  background-color: #ebebeb;
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
  
}

.single-stair__variations__object__about {
  width: 30%;
}

.single-stair__variations__object__title {
  font-size: 18px;
}

.single-stair__variations__object__desc {
  font-size: 14px;
  font-weight: 200;
  text-align: justify;
}

.single-stair__variations__object__details__table {
  font-size: 12px;
  /*height: 305px;*/
}

.single-stair__variations__object__details__table li {
  height: 38px;
  padding: 10px;
  background-color: #e1e1e1;
  box-shadow: 0 0 0 1px #959595;
}

.single-stair__variations__object__details__table-right li {
  height: 38px;
  background-color: #cccccc;
}

.single-stair__variations__object__details__table-right {
  font-weight: 500;
  text-align: center;
}

.single-stair__variations__object__details__image {
  height: 305px;
  margin: 0 15px;
}
/* single-stair page styles end */

/* pricing page styles */
#pricing {
  min-height: 900px;
  min-height: 100vh;
  margin: 30px 0;
}

#pricing-form .pricing-form__input:first-child {
  margin-right: 0;
}

#pricing-form .pricing-form__input:last-child {
  margin-left: 0;
}

.pricing-form__input {
  margin: 0 7px;
}

.fences-form .pricing-form__input {
  margin-bottom: 30px;
}

.pricing-form__input__label {
  font-size: 14px;
  display: block;
}

.pricing-form__input__select,
.pricing-form__input__number,
.pricing-form__input__multiple-number {
  font-size: 12px;
  width: 100%;
  height: 35px;
  border: none;
  outline: none;
  box-shadow: 0 0 0 1px #eaeaea;
  border-radius: 7px;
  background-color: #f1f1f1;
}

.pricing-form__input__number,
.pricing-form__input__multiple-number {
  padding: 0 7px;
}

.pricing-form__separator {
  background-color: #000;
  height: 3px;
  width: 30px;
}

.pricing-form__calculate {
  width: 200px;
}

.pricing-form__calculate > button, .product-prices-index button {
  padding: none;
  outline: none;
  border-radius: 99px;
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
  font-size: 14px;
  padding: 3px 15px;
  height: 35px;
  cursor: pointer;
  transition: background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
}

.pricing-form__calculate > button:hover {
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 0 1px #000;
}

#pricing-bill {
  margin-top: 30px;
}

#pricing-bill__title {
  text-align: center;
  font-size: 18px;
  position: relative;
  margin-bottom: 15px;
}

#pricing-bill__title > span {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  background-color: #fff;
}

#pricing-bill__title:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  background-color: #000;
}

#pricing-bill__table {
  font-size: 12px;
  margin-left: 15px;
}

#pricing-bill__table thead th {
  font-weight: 500;
  text-align: center;
  background-color: #cccccc;
  padding: 10px;
  box-shadow: 0 0 0 1px #959595;
  width: 160px;
}

#pricing-bill__table tbody td {
  text-align: center;
  padding: 10px;
  background-color: #e1e1e1;
  box-shadow: 0 0 0 1px #959595;
}

#pricing-bill__cost {
  width: 225px;
}

#pricing-bill__cost > span {
  font-size: 20px;
  font-weight: 500;
}

#pricing-bill__cost > span > strong {
  padding-left: 7px;
}

#pricing-bill__cost > span > span {
  font-weight: 300;
}

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

#pricing-bill__cost > div > small {
  font-size: 12px;
  font-weight: 200;
}

#order {
  font-size: 12px;
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 0 1px #000;
  border-radius: 99px;
  padding: 3px 15px;
  transition: background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
}

#order:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 0 0 0 1px #fff;
}
/* pricing page styles end */




.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}





#pricing-form .col-sm-2 {
    float: right;
}

.pagination li {
    margin: 0 4px;
    border: 1px solid #ccc;
    min-width: 20px;
    text-align: center;
    background-color: #ebebeb;
    border-radius: 3px;
    
}
.pagination li.active {
    background-color: #ffffff;
    border: none;
    text-decoration: underline;
    font-weight: bold;
    color: #3366ff;
}