@charset "UTF-8";
@import "bootstrap.min.css";
@import "bootstrap-theme.min.css";
@import "bootstrap-rtl.min.css";
@import "font-awesome.min.css";
@import "/assets/fonts/iransans/iransans.css";
a:hover, a:focus {
  color: #FF0000;
}

.navbar {
  background: #1e1e28;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 3;
}
.navbar:not(.footer-nav) {
  height: 105px;
}
.navbar .navbar-header {
  margin: 0 auto;
  float: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media (max-width: 768px) {
  .navbar .navbar-header {
    height: 60px;
  }
}
.navbar .navbar-header .navbar-section .social-networks {
  list-style: none;
  text-align: right;
  padding: 0;
  margin-bottom: 0;
}
.navbar .navbar-header .navbar-section .social-networks li {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: #F5F5FA;
  border-radius: 50%;
  margin-left: 5px;
  text-align: center;
  padding: 4px;
  line-height: 27px;
}
.navbar .navbar-header .navbar-section .social-networks li i {
  font-size: 16px;
  color: #1e1e28;
  transition: color 0.3s;
}
.navbar .navbar-header .navbar-section .social-networks li:hover i {
  color: #FF0000;
}
.navbar .navbar-header .navbar-section .navbar-brand {
  margin: 0;
  padding: 0;
  float: none;
}
.navbar .navbar-header .navbar-section .navbar-brand img {
  width: 130px;
}
.navbar .navbar-header .navbar-section .navbar-toggle {
  float: none;
  margin-top: 0;
  margin-bottom: 0;
}
.navbar .navbar-header .navbar-section .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar .navbar-header .navbar-section.search-wrapper {
  flex-grow: 1;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border: 0;
  border-radius: 3px;
  background: #343442;
  padding: 0 15px 0 40px;
  color: #ebebeb;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-input:focus {
  background: #F5F5FA;
  color: #1e1e28;
  outline: none;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-input:focus ~ .search-result, .navbar .navbar-header .navbar-section.search-wrapper .search-box .search-result:focus, .navbar .navbar-header .navbar-section.search-wrapper .search-box .search-result:hover {
  height: auto;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-btn {
  background: transparent;
  border: 0;
  box-shadow: none;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 38px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-btn i {
  font-size: 20px;
  color: #1e1e28;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-result {
  position: absolute;
  right: 0;
  left: 0;
  top: 31px;
  z-index: 10000;
  max-height: 600px;
  overflow-y: auto;
  background: #F5F5FA;
  height: 0;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-result .loading {
  display: none;
  padding: 15px;
  color: #1e1e28;
  font-size: 14px;
  text-align: center;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-result ul.search-categories {
  padding: 0;
  list-style: none;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-result ul.search-categories li.search-product-item {
  padding: 10px 15px;
  border-bottom: 1px solid #B4B4C8;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-result ul.search-categories li.search-product-item.no-result {
  color: #1e1e28;
  text-align: center;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-result ul.search-categories li.search-product-item a {
  display: flex;
  align-items: center;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-result ul.search-categories li.search-product-item a .item-content .item-title {
  font-size: 14px;
  color: #1e1e28;
  text-decoration: none;
  margin-bottom: 5px;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-result ul.search-categories li.search-product-item a .item-content .item-category {
  font-size: 10px;
  color: #828291;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-result ul.search-categories li.search-product-item a .pic {
  width: 20%;
  max-width: 100px;
  max-height: 100px;
  overflow: hidden;
  margin-left: 10px;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-result ul.search-categories li.search-product-item a .pic img {
  width: 100%;
  height: auto;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-result::-webkit-scrollbar {
  width: 10px;
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-result::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.navbar .navbar-header .navbar-section.search-wrapper .search-box .search-result::-webkit-scrollbar-thumb {
  background-color: #9696AA;
  outline: 1px solid #343442;
}
.navbar .nav {
  text-align: center;
  float: none;
  margin: 0 auto;
  height: 50px;
  border-radius: 11px;
  background: #F5F5FA;
  max-width: 100%;
}
.navbar .nav li {
  float: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  /*&:not(:last-child):after {
    content: '';
    width: 0;
    height: 12px;
    border-left: 1px dotted $cb4;
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
  }*/
}
.navbar .nav li a {
  color: #55555f;
  padding: 15px 20px;
  text-shadow: none;
  transition: background 0.3s;
  font-weight: normal;
}
.navbar .nav li a:hover, .navbar .nav li a:focus, .navbar .nav li a[aria-expanded=true] {
  background: none;
  background-color: transparent;
  color: #FF0000;
}
.navbar .nav li.dropdown i {
  position: absolute;
  width: 100%;
  text-align: center;
  right: -7px;
  font-size: 10px;
}
.navbar .nav li .dropdown-menu {
  right: -20%;
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.navbar .nav li.open .dropdown-menu {
  opacity: 1;
  height: auto;
  min-height: 100px;
  transition: opacity 0.5s ease-out, height 0.3s ease-out;
}
.navbar .nav .open > a {
  background-color: transparent;
}
.navbar .mega-menu {
  text-align: center;
  padding: 0;
  margin: 1px auto 0;
  height: 50px;
  border-top-right-radius: 11px;
  border-top-left-radius: 11px;
  background: #F5F5FA;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  list-style: none;
}
.navbar .mega-menu .mega-menu-navs {
  align-self: center;
}
.navbar .mega-menu .mega-menu-navs a {
  color: #55555f;
  padding: 15px 20px;
  text-shadow: none;
  transition: background 0.3s;
}
.navbar .mega-menu .mega-menu-navs a:hover, .navbar .mega-menu .mega-menu-navs a:focus {
  background: none;
  background-color: transparent;
  color: #FF0000;
}
.navbar .mega-menu-sub-navs {
  background: #F5F5FA;
  padding: 20px 5px 15px;
  list-style: none;
  border-top: 1px solid #ddd;
}
.navbar .mega-menu-sub-navs ul {
  list-style: none;
  padding: 5px 15px;
}
.navbar .mega-menu-sub-navs .mega-menu-title {
  color: #EA2D2B;
  font-weight: bold;
}
.navbar .mega-menu-sub-navs .mega-menu-title:hover, .navbar .mega-menu-sub-navs .mega-menu-title:focus {
  color: #FF0000;
}
.navbar .mega-menu-sub-navs .mega-menu-item {
  padding: 5px;
}
.navbar .mega-menu-sub-navs .mega-menu-item a {
  color: #55555f;
  font-weight: normal;
}
.navbar .mega-menu-sub-navs .mega-menu-item a:hover, .navbar .mega-menu-sub-navs .mega-menu-item a:focus {
  color: #FF0000;
}
.navbar #main-nav {
  position: relative;
  z-index: 99;
  padding: 0;
}
.navbar #navbar-accordion {
  position: relative;
  z-index: 100;
}

.nav > li:not(:last-child):after {
  content: "";
  width: 2px;
  height: 12px;
  background: url("/assets/img/vertical-hr.png") center center no-repeat;
  position: absolute;
  left: 0;
  bottom: 20px;
}

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

#main-slider {
  z-index: 1;
}
#main-slider .carousel-inner .item {
  height: 450px;
}
#main-slider .carousel-caption {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 10, 0.7);
  color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 15px;
  transition: padding 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#main-slider .carousel-caption h2 {
  text-shadow: none;
  font-size: 20px;
  margin: 0 0 30px;
  font-weight: 500;
}
#main-slider .carousel-caption h2 span {
  position: relative;
}
#main-slider .carousel-caption h2 span:after, #main-slider .carousel-caption h2 span:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background: #fff;
  top: 50%;
}
#main-slider .carousel-caption h2 span:before {
  right: -70px;
}
#main-slider .carousel-caption h2 span:after {
  left: -70px;
}
#main-slider .carousel-caption .motto {
  font-size: 23px;
  margin: 0 0 30px;
  font-weight: 500;
}
#main-slider .carousel-caption .short-desc {
  max-width: 350px;
  margin: 0 auto 30px;
  line-height: normal;
}
#main-slider .carousel-caption .btn {
  background: #FF0000;
  height: 40px;
  border-radius: 20px;
  width: 110px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto;
  transition: background 0.3s;
}
#main-slider .carousel-caption .btn:hover, #main-slider .carousel-caption .btn:focus {
  background: #EA2D2B;
}

.next {
  right: 50%;
  left: auto;
}

.prev {
  left: 50%;
  right: auto;
}

.next, .prev {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  opacity: 0.3;
  font-size: 3em;
  position: absolute;
  top: 42%;
  z-index: 5;
  display: inline-block;
  line-height: 1;
}

.main-categories {
  padding: 80px 15px;
  text-align: center;
}
.main-categories .double .item:nth-child(2) {
  margin-top: 30px;
}
.main-categories .item {
  position: relative;
  height: 277px;
  border-radius: 2px;
  /*transition: height 0.3s;*/
  overflow: hidden;
  transition: background-position 50ms ease;
  -webkit-transition: background-position 500ms ease;
  -moz-transition: background-position 50ms ease;
  -ms-transition: background-position 50ms ease;
  -o-transition: background-position 50ms ease;
}
.main-categories .item .btn {
  height: 60px;
  width: 160px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  right: calc(50% - 80px);
  background: #E6E6E6;
  color: #55555f;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}
.main-categories .item .static-wrapper {
  bottom: 60px;
  left: 30px;
  position: absolute;
  top: auto;
  z-index: 9;
  right: 40px;
  text-align: right;
}
.main-categories .item .static-wrapper h3 {
  margin: 0;
}
.main-categories .item .static-wrapper .static-inner {
  position: relative;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.main-categories .item .static-wrapper .static-inner:before {
  border-bottom: 1px solid #ffffff;
  bottom: -7px;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  transform: translate3d(-250%, 0px, 0px);
  -webkit-transform: translate3d(-250%, 0px, 0px);
  -moz-transform: translate3d(-250%, 0px, 0px);
  -ms-transform: translate3d(-250%, 0px, 0px);
  -o-transform: translate3d(-250%, 0px, 0px);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-categories .item .hover-div {
  background: rgba(0, 0, 10, 0.3);
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  display: block;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-categories .item:hover {
  background-position: 15% !important;
  transition: all 50ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 50ms ease;
  -ms-transition: all 50ms ease;
  -o-transition: all 50ms ease;
}
.main-categories .item:hover .hover-div {
  opacity: 1;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-categories .item:hover .static-inner:before {
  transform: translate3d(0, 0px, 0px);
  -webkit-transform: translate3d(0, 0px, 0px);
  -moz-transform: translate3d(0, 0px, 0px);
  -ms-transform: translate3d(0, 0px, 0px);
  -o-transform: translate3d(0, 0px, 0px);
  z-index: 1;
}

.title {
  font-size: 22px;
  color: #55555f;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
  text-align: right;
}
.title span {
  background: #ffffff;
  padding-left: 30px;
}
.title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  top: 50%;
  background: #ebebeb;
  z-index: -1;
}

.latest-articles {
  margin-bottom: 100px;
}
.latest-articles .first {
  height: 570px;
  position: relative;
  box-shadow: 0 0 10px #c1c1c9;
  transition: height 0.5s;
}
.latest-articles .first .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 90%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 90%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  z-index: 0;
}
.latest-articles .first .caption {
  position: absolute;
  width: 60%;
  bottom: 50px;
  right: 20%;
  text-align: center;
  z-index: 1;
}
.latest-articles .first .caption h5 {
  color: #E6E6E6;
  font-size: 15px;
  margin: 0 auto 20px;
  line-height: normal;
}
.latest-articles .date {
  font-size: 12px;
  color: #B4B4C8;
  font-weight: 500;
}
.latest-articles h5:hover {
  color: #FF0000 !important;
}

.article-item {
  text-align: right;
  box-shadow: 0 0 10px #c1c1c9;
  padding-bottom: 40px;
}
.article-item .pic {
  overflow: hidden;
}
.article-item .pic img {
  width: 100%;
  height: auto;
}
.article-item .date {
  font-size: 12px;
  color: #B4B4C8;
  font-weight: 500;
  margin: 30px 8% 15px;
}
.article-item h5, .article-item h1, .article-item h3 {
  font-size: 14px;
  font-weight: 500;
  color: #55555f;
  margin: 0 8% 30px;
  padding-bottom: 30px;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-item h5:before, .article-item h5:after, .article-item h1:before, .article-item h1:after, .article-item h3:before, .article-item h3:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.article-item h5:before, .article-item h1:before, .article-item h3:before {
  height: 1px;
  width: 86px;
  background: #D8D8D8;
  z-index: 1;
}
.article-item h5:after, .article-item h1:after, .article-item h3:after {
  height: 2px;
  width: 25px;
  background: #FF0000;
  z-index: 2;
}
.article-item .short-desc {
  margin: 0 8%;
  line-height: normal;
  font-size: 12px;
  color: #9696AA;
  text-align: justify;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-nav {
  background: none;
  border-top: 1px solid #ebebeb;
  position: relative;
  z-index: 0;
}
.footer-nav .nav {
  margin: 0 auto;
  background: none;
}

footer {
  background: #f7f7f7;
  padding: 50px 0 30px;
  /*div[class^="col"]:not(:last-child):after {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 150px;
    top: 0;
    background: $borderColor;
  }*/
}
footer .contact-info {
  padding: 0;
  list-style: none;
  text-align: center;
}
footer .contact-info li span {
  font-weight: 500;
  display: inline-block;
}
footer .contact-info li p {
  display: inline-block;
  font-size: 13px;
  color: #55555f;
  font-weight: 500;
  line-height: normal;
}
footer .logo {
  max-width: 120px;
  margin-bottom: 15px;
  width: 100%;
}
footer .social-networks {
  list-style: none;
  text-align: left;
  padding: 20px 0 0;
  margin-bottom: 0;
}
footer .social-networks li {
  display: inline-block;
  width: 35px;
  text-align: center;
}
footer .social-networks li i {
  font-size: 22px;
  color: #55555f;
  transition: all 0.3s;
}
footer .social-networks li:hover i {
  color: #FF0000;
}
footer .links {
  list-style: none;
  line-height: normal;
  padding-top: 20px;
}
footer .links li a {
  color: #55555f;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s;
}
footer .links li:hover a {
  color: #FF0000;
}

.copyright {
  text-align: center;
  padding: 12px;
  font-size: 12px;
  color: #646473;
}
.copyright a {
  color: #55555f;
}

.tab-content > .tab-pane {
  direction: ltr;
}

.latest-products .responsive-tabs {
  direction: ltr;
}
.latest-products .nav-tabs {
  text-align: center;
  border: 0;
}
.latest-products .nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0 5px 30px;
}
.latest-products .nav-tabs li a {
  cursor: pointer;
  background: none;
  border: 2px solid #D8D8D8;
  height: 50px;
  border-radius: 25px;
  margin: 0;
  line-height: 28px;
  color: #646473;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
}
.latest-products .nav-tabs li.active a {
  border: 2px solid #FF0000;
}
.latest-products .tab-pane {
  text-align: right;
  margin: 30px 0 0;
}
.latest-products .tab-pane .owl-stage-outer {
  z-index: 10;
}
.latest-products .tab-pane .item {
  text-align: center;
  z-index: 1;
}
.latest-products .tab-pane .item h4 {
  font-size: 15px;
  font-weight: 500;
  color: #55555f;
  margin: 30px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.latest-products .tab-pane .item .price {
  color: #FF0000;
  font-size: 15px;
  text-align: left;
}
.latest-products .tab-pane .item .short-desc {
  font-size: 12px;
  color: #646473;
  text-align: justify;
  direction: rtl;
  display: none;
  line-height: normal;
}
.latest-products .tab-pane .item .btn {
  background: #FF0000;
  height: 50px;
  border-radius: 25px;
  width: 150px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin: 15px auto;
  display: none;
}
.latest-products .tab-pane .item .pic {
  overflow: hidden;
}
.latest-products .tab-pane .owl-item.active.center {
  margin-right: 70px !important;
  /*margin-left: -20px;*/
  /*margin-top: -20px;*/
  /*width: calc(4.9% + 40px) !important;*/
  padding: 0 0 15px 30px;
  /*border: 3px solid $borderColor;*/
}
.latest-products .tab-pane .owl-item.active.center .short-desc, .latest-products .tab-pane .owl-item.active.center .btn {
  display: block;
}
.latest-products .tab-pane .owl-item.active.center .pic {
  padding: 30px 15px 0;
}
.latest-products .tab-pane .owl-stage {
  padding: 30px 0;
}
.latest-products .tab-pane .owl-stage .owl-item:last-child {
  margin-right: 0 !important;
}
.latest-products .tab-pane .owl-nav {
  position: absolute;
  margin: 0;
  top: 30px;
  border: 3px solid #D8D8D8;
}
.latest-products .tab-pane .owl-nav div[class^=owl-] {
  width: 40px;
  height: 80px;
  background: #ffffff;
  padding: 20px 0;
  margin: 0;
  z-index: 10;
  top: 45%;
  position: absolute;
}
.latest-products .tab-pane .owl-nav div[class^=owl-].owl-prev {
  left: -26px;
}
.latest-products .tab-pane .owl-nav div[class^=owl-].owl-next {
  right: -26px;
}
.latest-products .tab-pane .owl-nav div[class^=owl-] div {
  width: 40px;
  height: 40px;
  border: 2px solid #D8D8D8;
  border-radius: 20px;
}
.latest-products .tab-pane .owl-nav div[class^=owl-] div i {
  color: #D8D8D8;
  line-height: 36px;
  font-size: 22px;
}

.pg-container {
  padding: 100px 0 60px;
}
.pg-container .title {
  font-size: 18px;
  color: #55555f;
  margin-top: 0;
}
.pg-container .side h5 {
  font-size: 18px;
  color: #55555f;
  margin: 0 0 30px;
}
.pg-container .side .panel-group .panel {
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #ebebeb;
  box-shadow: none;
}
.pg-container .side .panel-group .panel .panel-heading {
  background: none;
  padding: 15px 0 15px 15px;
}
.pg-container .side .panel-group .panel .panel-heading .panel-title a {
  font-size: 15px;
  color: #55555f;
}
.pg-container .side .panel-group .panel .panel-heading .panel-title a i {
  color: #FF0000;
  font-size: 14px;
  margin-left: 10px;
}
.pg-container .side .panel-group .panel .panel-heading .panel-title a[aria-expanded=true] {
  color: #FF0000;
  font-weight: bold;
}
.pg-container .side .panel-group .panel .panel-body .checkbox {
  margin-bottom: 15px;
}
.pg-container .side .panel-group .panel .panel-body .checkbox label {
  padding: 0;
  font-size: 14px;
  color: #55555f;
}
.pg-container .side .panel-group .panel .panel-body .checkbox label .input-design {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: #dfdfe4;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  margin-left: 5px;
}
.pg-container .side .panel-group .panel .panel-body .checkbox label .input-design i {
  font-size: 16px;
  color: #FF0000;
  line-height: 21px;
  display: none;
}
.pg-container .side .panel-group .panel .panel-body .checkbox label .text {
  margin: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
.pg-container .side .panel-group .panel .panel-body .checkbox label input {
  visibility: hidden;
}
.pg-container .side .panel-group .panel .panel-body .checkbox label input:checked ~ .input-design i {
  display: block;
}
.pg-container.pd-list-container {
  padding-top: 35px;
}
.pg-container.pd-list-container .breadcrumb {
  padding-right: 15px;
}
.pg-container.pd-list-container .side .blog-common {
  padding: 0;
  list-style: none;
}
.pg-container.pd-list-container .side .blog-common .pic {
  margin-left: -15px;
  border-radius: 6px;
  overflow: hidden;
}
.pg-container.pd-list-container .side .blog-common h4 {
  font-size: 14px;
  color: #55555f;
  line-height: 20px;
  margin-top: 0;
  font-weight: normal;
}
.pg-container.pd-list-container .side .blog-common .date {
  font-size: 10px;
  color: #9696A0;
}
.pg-container.pd-list-container .side .blog-common li {
  margin-bottom: 30px;
}
.pg-container .product-list .pd-item {
  margin-bottom: 30px;
}
.pg-container .product-list .pd-item .pic {
  width: 100%;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  margin-bottom: 30px;
}
.pg-container .product-list .pd-item .pd-title {
  font-size: 15px;
  color: #55555f;
  margin: 0 0 15px;
  font-weight: bold;
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pg-container .product-list .pd-item .motto {
  font-size: 14px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pg-container .product-list .pd-item .motto a {
  color: #A7A7AA;
}
.pg-container .product-list .pd-item .motto span {
  margin: 0 10px;
  font-size: 13px;
  color: #ebebeb;
}
.pg-container .product-list .pd-item .price {
  color: #FF0000;
  font-size: 15px;
  font-weight: 500;
}
.pg-container .desc {
  margin-top: 30px;
  padding-top: 30px;
  text-align: justify;
  direction: rtl;
  color: #55555f;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 60px;
}
.breadcrumb li + li:before {
  content: "›";
  margin: 0 5px;
  color: #FF0000;
}
.breadcrumb li a, .breadcrumb li h1 {
  font-size: 12px;
  color: #828291;
  margin: 0;
  font-weight: 500;
}
.breadcrumb li h3, .breadcrumb li h2, .breadcrumb li h1 {
  margin: 0;
  display: inline-block;
}

.single-pd h4 {
  font-size: 23px;
  color: #55555f;
  margin: 0;
}
.single-pd .price {
  color: #FF0000;
  font-size: 15px;
  margin-top: 30px;
  font-weight: 500;
}
.single-pd .price span {
  color: #55555f;
  font-weight: bold;
  margin: 0 10px;
}
.single-pd .desc {
  font-size: 14px;
  color: #000;
  line-height: normal;
  text-align: justify;
  margin: 30px 0;
}
.single-pd .btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 25px;
  background: #55555f;
}
.single-pd .btn.btn-action {
  height: 50px;
  padding: 14px 25px;
}
.single-pd .btn.more {
  border: 0;
  color: #ffffff;
  font-weight: normal;
}
.single-pd .btn.more:hover {
  background: #FF0000;
}
.single-pd .video-popup {
  position: absolute;
  left: 30px;
  top: 15px;
}
.single-pd .video-popup .btn {
  background: none;
  color: #55555f;
  font-size: 30px;
  padding: 0;
  border: 0;
  line-height: normal;
}
.single-pd .video-popup:hover .btn, .single-pd .video-popup:hover .btn:hover, .single-pd .video-popup:hover .btn:focus {
  outline: none;
  color: #FF0000;
}

.related {
  padding: 60px 0 0;
}
.related .pic {
  border: 2px solid #ebebeb;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 15px;
  overflow: hidden;
}
.related .pd-title {
  line-height: normal;
  font-size: 14px;
  font-weight: bold;
  color: #55555f;
  margin: 0;
}
.related .price {
  margin: 0;
  text-align: left;
}
.related .price span {
  margin: 0;
  font-size: 13px;
}

.contact .title {
  margin-bottom: 60px;
}
.contact form .form-group {
  margin-bottom: 30px;
}
.contact form .form-group .form-control {
  border: 0;
  background: #f7f7f7;
  box-shadow: none;
  font-style: italic;
  border-radius: 0;
}
.contact form .form-group input.form-control {
  height: 50px;
}
.contact form .submit {
  float: left;
  height: 40px;
  background: #FF0000;
  color: #ffffff;
  width: 130px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  transition: background 1s;
}
.contact form .submit:hover {
  background: #EA2D2B;
}
.contact form .wpcf7-form-control-wrap input {
  height: 30px;
  padding: 6px 12px;
  font-size: 12px;
}
.contact #map {
  width: 86%;
  margin: 0 auto;
  height: 200px;
  transition: height 0.3s;
  background: url("/assets/img/map.jpg") no-repeat center center/cover;
}
.contact h2, .contact h3 {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  margin: 30px 7%;
}
.contact .info {
  font-size: 14px;
  color: #9696A0;
  margin: 0 7% 15px;
}
.contact .info .icon {
  width: 14px;
  text-align: center;
}
.contact .info .icon i {
  margin-left: 15px;
}
.contact .social-networks {
  list-style: none;
  text-align: right;
  padding: 0;
  margin-bottom: 0;
  margin-right: 7%;
}
.contact .social-networks li {
  display: inline-block;
  width: 27px;
  height: 27px;
  text-align: center;
  padding: 4px;
  line-height: 20px;
}
.contact .social-networks li i {
  font-size: 20px;
  color: #333333;
  transition: color 0.3s;
}
.contact .social-networks li:hover i, .contact .social-networks li:focus i {
  color: #FF0000;
}

.bordered {
  border-top: 1px solid #D8D8D8;
}

.blog-list .article-item {
  margin-bottom: 40px;
}
.blog-list .article-item.last {
  padding: 0;
}
.blog-list .article-item.last .pic:not(.mb-show) {
  height: 260px;
}
.blog-list .side .blog-categories {
  padding: 0;
  list-style: none;
  margin-bottom: 60px;
}
.blog-list .side .blog-categories h2 {
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #ebebeb;
  font-size: 15px;
  margin: 0;
  color: #55555f;
  transition: color 0.3s;
}
.blog-list .side .blog-categories h2 i {
  color: #FF0000;
  font-size: 14px;
  margin-left: 10px;
}
.blog-list .side .blog-categories h2:hover {
  color: #FF0000;
}
.blog-list .side .blog-common {
  padding: 0;
  list-style: none;
}
.blog-list .side .blog-common .pic {
  margin-left: -15px;
  border-radius: 6px;
  overflow: hidden;
}
.blog-list .side .blog-common h4 {
  font-size: 14px;
  color: #55555f;
  line-height: 20px;
  margin-top: 0;
  font-weight: normal;
}
.blog-list .side .blog-common .date {
  font-size: 10px;
  color: #9696A0;
}
.blog-list .side .blog-common li {
  margin-bottom: 30px;
}

.blog-leaf .article-item {
  box-shadow: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 15px;
}
.blog-leaf .article-item .date {
  margin: 30px 0 15px;
}
.blog-leaf .article-item h1 {
  margin: 0 0 30px;
  font-size: 18px;
}
.blog-leaf .article-item .desc {
  font-size: 15px;
  color: #55555f;
  text-align: justify;
  line-height: normal;
}
.blog-leaf .article-item .pic {
  border-radius: 6px;
}
.blog-leaf .blog-related .article-item {
  padding-left: 0;
}
.blog-leaf .blog-related .article-item h3 {
  padding: 0;
  margin: 30px 0 0;
}
.blog-leaf .blog-related .article-item h3:before, .blog-leaf .blog-related .article-item h3:after {
  content: none;
}
.blog-leaf .blog-related .article-item .date {
  margin: 15px 0 0;
}
.blog-leaf .product-related {
  margin-top: 60px;
}
.blog-leaf .product-related .pd-item {
  margin-bottom: 30px;
}
.blog-leaf .product-related .pd-item .pic {
  width: 100%;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  margin-bottom: 30px;
}
.blog-leaf .product-related .pd-item .pd-title {
  font-size: 15px;
  color: #55555f;
  margin: 0 0 15px;
  font-weight: bold;
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.blog-leaf .product-related .pd-item .motto {
  font-size: 14px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-leaf .product-related .pd-item .motto a {
  color: #A7A7AA;
}
.blog-leaf .product-related .pd-item .motto span {
  margin: 0 10px;
  font-size: 13px;
  color: #ebebeb;
}
.blog-leaf .product-related .pd-item .price {
  color: #FF0000;
  font-size: 15px;
  font-weight: 500;
}

.table .tr {
  border-bottom: 5px solid #fff;
}
.table .tr .th {
  background: #f0f1f2;
  padding: 9px 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table .tr .td {
  background: #fcfcfc;
  padding: 9px 15px;
  height: auto;
  color: #777;
  direction: ltr;
  text-align: right;
}
.table .tr a {
  color: #333333;
}
.table .tr.active .th {
  background: #dad1d1;
}
.table .tr.active .td {
  background: #f0e7e7;
}

.not-found-blade {
  position: relative;
}
.not-found-blade .not-found-container {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -25px;
}

.aboutus .title {
  font-size: 23px;
  color: #55555f;
  margin: 0 0 30px;
  font-weight: 500;
}
.aboutus .title:after {
  height: 0;
}
.aboutus section {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.aboutus section:not(:last-child) {
  border-bottom: 2px dashed #D8D8D8;
}
.aboutus section .pic {
  margin-bottom: 30px;
}
.aboutus section .pic img {
  width: 100%;
}
.aboutus section .section-title {
  font-size: 16px;
  font-weight: 500;
  color: #FF0000;
  margin: 0 0 15px;
}
.aboutus section .desc {
  font-size: 13px;
  color: #646473;
  text-align: justify;
  line-height: normal;
}
.aboutus div[class^=col-]:first-child {
  padding-left: 40px;
  border-left: 2px solid #FF0000;
  position: relative;
}
.aboutus div[class^=col-]:first-child:after, .aboutus div[class^=col-]:first-child:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #FF0000;
  position: absolute;
  left: -6.5px;
}
.aboutus div[class^=col-]:first-child:before {
  top: -6px;
}
.aboutus div[class^=col-]:first-child:after {
  bottom: -6px;
}
.aboutus div[class^=col-]:nth-child(2) {
  padding-right: 40px;
}

.service-with-pic {
  padding: 30px 0;
}

.mb-show {
  display: none;
}

.owl-carousel.owl-loaded.mb-show {
  display: none;
}

#dk-single-product .single-product-sections .single-product-center {
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

.captcha {
  position: relative;
}
.captcha img {
  position: absolute;
  left: 11px;
  top: 11px;
}
.captcha input {
  padding-left: 140px;
}

.navigation {
  text-align: center;
}
.navigation .pagination li a, .navigation .pagination li a:hover, .navigation .pagination li a:focus {
  color: #646473;
}
.navigation .pagination li.current a {
  background: #f7f7f7;
  color: #EA2D2B;
}

@media (max-width: 992px) {
  .main-categories div:not(.double) .item {
    margin-top: 30px;
  }

  .navbar .mega-menu {
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
  }
  .navbar .mega-menu .mega-menu-navs {
    padding: 15px 0;
  }

  #dk-single-product .single-product-sections .single-product-center .product-center-section {
    float: none !important;
    margin: 0 auto;
  }
  #dk-single-product .single-product-sections .single-product-right {
    height: auto !important;
  }

  .breadcrumb {
    margin: 30px 0;
  }

  .aboutus div[class^=col-]:first-child {
    padding-left: 15px;
    border-left: 0;
  }
  .aboutus div[class^=col-]:first-child:before, .aboutus div[class^=col-]:first-child:after {
    width: 0;
  }
  .aboutus div[class^=col-]:nth-child(2) {
    padding-right: 15px;
  }

  .contact #map {
    margin-top: 100px;
    width: 100%;
  }
  .contact .info {
    margin: 0 0 15px;
  }
  .contact h3, .contact h2 {
    margin: 30px 0;
  }
  .contact .social-networks {
    margin-right: 0;
  }

  footer .social-networks {
    text-align: center;
  }

  .latest-articles {
    margin-bottom: 30px;
  }
  .latest-articles .first {
    margin-bottom: 30px;
  }

  .blog-list .article-item.last .pic:not(.mb-show) {
    height: auto;
  }

  .pg-container {
    padding: 60px 0;
  }
}
@media screen and (min-width: 768px) {
  .next {
    margin-left: 0;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .mb-show {
    display: block;
  }

  .mb-hidden {
    display: none;
  }

  .owl-carousel.owl-loaded.mb-show {
    display: block;
  }

  .pg-container {
    padding: 30px 0;
  }
  .pg-container .row {
    margin: 0;
  }
  .pg-container .side h5 {
    margin: 0;
    font-size: 16px;
  }
  .pg-container .side .panel-group {
    margin-bottom: 30px;
  }
  .pg-container .side .panel-group .panel .panel-heading .panel-title a {
    font-size: 13px;
  }
  .pg-container .product-list .pd-item .pic {
    margin-bottom: 15px;
  }

  .main-categories {
    padding: 0 0 50px;
  }

  .navbar .nav {
    margin: 0 auto;
    background: #1e1e28;
    height: auto;
    border-radius: 0;
  }
  .navbar .nav li {
    display: inherit;
  }
  .navbar .nav li a {
    color: #fff;
    padding: 15px 20px;
  }
  .navbar .nav li.open:after {
    height: 0;
  }
  .navbar .nav li:after {
    width: 0;
  }
  .navbar .nav .dropdown-menu {
    text-align: center;
    background: #55555f;
  }
  .navbar .nav .dropdown-menu li {
    width: 100%;
    font-size: 12px;
  }
  .navbar .navbar-header .navbar-section .social-networks li.mb-hidden {
    display: none;
  }
  .navbar .navbar-header .social-networks {
    float: left;
    padding-top: 17px;
  }
  .navbar .navbar-header .navbar-brand {
    padding-top: 6px;
    padding-right: 0;
    width: 100px;
  }
  .navbar:not(.footer-nav) {
    height: 60px;
  }

  .main-categories .row {
    margin: 0;
  }
  .main-categories .row .item .hover-div {
    opacity: 1;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  .main-categories .row .item .static-wrapper {
    right: 15px;
    bottom: 25px;
  }
  .main-categories .row .item .static-wrapper .static-inner {
    font-size: 16px;
  }
  .main-categories .row .item .static-wrapper .static-inner:before {
    transform: translate3d(0, 0px, 0px);
    -webkit-transform: translate3d(0, 0px, 0px);
    -moz-transform: translate3d(0, 0px, 0px);
    -ms-transform: translate3d(0, 0px, 0px);
    -o-transform: translate3d(0, 0px, 0px);
    z-index: 1;
  }

  #main-slider .carousel-caption {
    padding-right: 30px;
    padding-left: 30px;
  }
  #main-slider .carousel-control {
    width: 15px;
  }
  #main-slider .carousel-control .next, #main-slider .carousel-control .prev {
    width: 15px;
  }

  footer {
    padding: 30px 0;
  }
  footer div[class^=col] {
    text-align: center;
  }
  footer div[class^=col]:not(:last-child):after {
    width: 0;
  }
  footer div[class^=col] .social-networks {
    text-align: center;
    padding-top: 15px;
  }
  footer p {
    display: inline-block;
    margin: 0;
  }
  footer p:not(:last-child):after {
    content: " - ";
    display: inline-block;
    margin: 0 5px;
  }

  .contact .title {
    margin-bottom: 30px;
  }

  .blog-list .side .blog-categories {
    margin-bottom: 30px;
  }
  .blog-list .side .blog-common {
    margin-top: 15px;
  }
  .blog-list .article-item.last {
    padding-bottom: 40px;
  }
}
@media (max-width: 450px) {
  .col-xxs-6 {
    width: 50%;
  }

  .col-xxs-12 {
    width: 100%;
  }

  .main-categories .row {
    margin: 0;
  }
  .main-categories .row .item .static-wrapper .static-inner {
    font-size: 12px;
  }

  #main-slider .carousel-caption .motto {
    font-size: 14px;
  }
  #main-slider .carousel-caption .btn {
    font-size: 12px;
    width: 100px;
    height: 30px;
  }

  .pg-container .side h5 {
    font-size: 14px;
  }
  .pg-container .side .panel-group .panel .panel-heading .panel-title a {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .navbar .navbar-header .social-networks, .footer-nav {
    display: none;
  }

  .main-categories {
    padding: 0 0 30px;
  }

  .latest-articles {
    margin-bottom: 50px !important;
  }
}
/*
developer@Hinza-UI ~/Azizi/PhpstormProjects/sirman/sirman-website-master/public_html/assets/css $ sass --watch styles.scss:styles.css
*/

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