﻿@charset "UTF-8";
@import url("/fonts/IRANSans/css/fontiran.css");
@import url("/fonts/css/all.css");
@import url(Loading.css);
.bc {
  margin: 0px;
  padding: 0px;
  display: block;
  list-style: none;
  font-size: 0px;
}
.bc.vat {
  vertical-align: top;
}
.bc.padd-10 {
  margin: 10px 10px 0px 0px;
}
.bc.padd-10 > * {
  padding: 0px 0px 10px 10px;
}
.bc > li {
  font-size: small;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  clear: both;
}
@media screen and (min-width: 300px) and (max-width: 640px) {
  .bc .mb12 {
    display: inline-block;
    width: 100%;
    font-size: small;
  }
  .bc .mb11 {
    display: inline-block;
    width: 91.6666666667%;
    font-size: small;
  }
  .bc .mb10 {
    display: inline-block;
    width: 83.3333333333%;
    font-size: small;
  }
  .bc .mb9 {
    display: inline-block;
    width: 75%;
    font-size: small;
  }
  .bc .mb8 {
    display: inline-block;
    width: 66.6666666667%;
    font-size: small;
  }
  .bc .mb7 {
    display: inline-block;
    width: 58.3333333333%;
    font-size: small;
  }
  .bc .mb6 {
    display: inline-block;
    width: 50%;
    font-size: small;
  }
  .bc .mb5 {
    display: inline-block;
    width: 41.6666666667%;
    font-size: small;
  }
  .bc .mb4 {
    display: inline-block;
    width: 33.3333333333%;
    font-size: small;
  }
  .bc .mb3 {
    display: inline-block;
    width: 25%;
    font-size: small;
  }
  .bc .mb2 {
    display: inline-block;
    width: 16.6666666667%;
    font-size: small;
  }
  .bc .mb1 {
    display: inline-block;
    width: 8.3333333333%;
    font-size: small;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bc .tb12 {
    display: inline-block;
    width: 100%;
    font-size: small;
  }
  .bc .tb11 {
    display: inline-block;
    width: 91.6666666667%;
    font-size: small;
  }
  .bc .tb10 {
    display: inline-block;
    width: 83.3333333333%;
    font-size: small;
  }
  .bc .tb9 {
    display: inline-block;
    width: 75%;
    font-size: small;
  }
  .bc .tb8 {
    display: inline-block;
    width: 66.6666666667%;
    font-size: small;
  }
  .bc .tb7 {
    display: inline-block;
    width: 58.3333333333%;
    font-size: small;
  }
  .bc .tb6 {
    display: inline-block;
    width: 50%;
    font-size: small;
  }
  .bc .tb5 {
    display: inline-block;
    width: 41.6666666667%;
    font-size: small;
  }
  .bc .tb4 {
    display: inline-block;
    width: 33.3333333333%;
    font-size: small;
  }
  .bc .tb3 {
    display: inline-block;
    width: 25%;
    font-size: small;
  }
  .bc .tb2 {
    display: inline-block;
    width: 16.6666666667%;
    font-size: small;
  }
  .bc .tb1 {
    display: inline-block;
    width: 8.3333333333%;
    font-size: small;
  }
}
@media screen and (min-width: 1001px) {
  .bc .ds12 {
    display: inline-block;
    width: 100%;
    font-size: small;
  }
  .bc .ds11 {
    display: inline-block;
    width: 91.6666666667%;
    font-size: small;
  }
  .bc .ds10 {
    display: inline-block;
    width: 83.3333333333%;
    font-size: small;
  }
  .bc .ds9 {
    display: inline-block;
    width: 75%;
    font-size: small;
  }
  .bc .ds8 {
    display: inline-block;
    width: 66.6666666667%;
    font-size: small;
  }
  .bc .ds7 {
    display: inline-block;
    width: 58.3333333333%;
    font-size: small;
  }
  .bc .ds6 {
    display: inline-block;
    width: 50%;
    font-size: small;
  }
  .bc .ds5 {
    display: inline-block;
    width: 41.6666666667%;
    font-size: small;
  }
  .bc .ds4 {
    display: inline-block;
    width: 33.3333333333%;
    font-size: small;
  }
  .bc .ds3 {
    display: inline-block;
    width: 25%;
    font-size: small;
  }
  .bc .ds2 {
    display: inline-block;
    width: 16.6666666667%;
    font-size: small;
  }
  .bc .ds1 {
    display: inline-block;
    width: 8.3333333333%;
    font-size: small;
  }
}

.modal-session {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 9px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px);
}
.modal-session td {
  vertical-align: middle;
  text-align: center;
}
.modal-session td a {
  text-decoration: none;
}
.modal-session td a img {
  display: inline-block;
  border-radius: 5px;
}
.modal-session td i {
  color: #FFF;
  font-size: 24px;
  width: 64px;
  height: 64px;
  display: inline-block;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 64px;
  vertical-align: middle;
}

.scrollertop {
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: 64px;
  background-color: rgba(150, 150, 150, 0.5);
  height: 64px;
  border-radius: 100px;
  cursor: pointer;
  animation: scrollertop infinite 1s;
}
.scrollertop i {
  width: inherit;
  height: inherit;
  line-height: 64px;
  vertical-align: central;
  text-align: center;
  font-size: 24px;
}

.btn {
  border: 0px;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: 9pt;
  font-family: irs;
  display: inline-block;
  line-height: 18pt;
  cursor: pointer;
  opacity: 0.9;
  text-decoration: none;
}
.btn:hover {
  opacity: 1;
}
.btn.default {
  background-color: #00a3a0;
  color: #FFF;
}
.btn.diffrent {
  background-color: #666;
  color: #FFF;
}

.slider * {
  transition: all linear 0.7s;
}
.slider .panel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider .panel .item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider .panel .item.act {
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}
.slider .panel .item.hide {
  opacity: 0;
  transform: scale(1.1);
  filter: blur(5px);
}
.slider .panel .item > div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slider .panel .item .color {
  z-index: 3;
}
.slider .panel .item .img {
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 4;
}
.slider .panel .item .text {
  z-index: 5;
  padding: 0px;
  text-align: right;
  padding: 25px;
}
.slider .panel .item .text .header-title {
  font-size: 15pt;
  font-weight: bold;
  display: inline-block;
  color: #FFF;
}
.slider .panel .item .text .row-title {
  font-size: 11pt;
  font-weight: normal;
  color: #FFF;
  text-align: right;
}
.slider .panel .item .text .row-description {
  font-size: 9pt;
  font-weight: normal;
  color: #FFF;
  display: none;
}
.slider .panel .link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}

.tabs {
  display: block;
  background-color: #FFF;
}
.tabs, .tabs * {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.tabs .tab-items {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: start;
  padding-right: 15px;
}
.tabs .tab-items .item {
  padding: 6px 15px;
  margin-bottom: -1px;
  cursor: pointer;
  margin: 0px;
}
.tabs .tab-items .item:not(.false) {
  display: inline-block;
}
.tabs .tab-items .item.false {
  display: none;
}
.tabs .tab-items .item:not(.act) {
  color: #999;
}
.tabs .tab-items .item.act {
  background-color: #FFF;
  color: #333;
  position: relative;
}
.tabs .tab-items .item.act:after {
  content: " ";
  display: block;
  font-size: 0px;
  top: 100%;
  height: 3px;
  left: 0px;
  width: 100%;
  background-color: #00a3a0;
  position: absolute;
}
.tabs .tab-items .item.new:before {
  content: "جدید";
  display: inline-block;
  background-color: #fa7a00;
  color: #FFF;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 8pt;
  font-family: Tahoma;
  margin-left: 5px;
}
.tabs .tab-contents .content p {
  display: block;
  text-align: start;
}
.tabs .tab-contents .content ul {
  display: block;
  text-align: start;
}
.tabs .tab-contents .content:not(.act) {
  display: none;
}
.tabs .tab-contents .content.act {
  display: block;
}
.tabs .false {
  display: none;
}

.scroller {
  overflow: hidden;
}
.scroller * {
  transition: all linear 0s;
}
.scroller .panel {
  white-space: nowrap;
  display: block;
}

.wizard-provider {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
@media screen and (max-width: 1000px) {
  .wizard-provider ul {
    display: block;
    padding: 5px;
    margin: 0px;
    list-style: none;
  }
  .wizard-provider ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: start;
    padding: 10px;
    position: relative;
    padding-right: 15px;
  }
  .wizard-provider ul li:after {
    position: absolute;
    content: " ";
    width: 0px;
    font-size: 0px;
    right: 0px;
    top: 2px;
    bottom: 2px;
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-color: inherit;
  }
  .wizard-provider ul li:not(.sel):not(.act) {
    color: #AAA;
    border-color: #AAA;
  }
  .wizard-provider ul li:not(.sel):not(.act):after {
    border-right-width: 3px;
  }
  .wizard-provider ul li.sel {
    color: #541d5e;
    border-color: #541d5e;
  }
  .wizard-provider ul li.sel:after {
    border-right-width: 3px;
  }
  .wizard-provider ul li.act {
    color: #00a3a0;
    border-color: #00a3a0;
  }
  .wizard-provider ul li.act:after {
    border-right-width: 5px;
  }
}
@media screen and (min-width: 1001px) {
  .wizard-provider {
    display: table;
    width: 100%;
    overflow: hidden;
  }
  .wizard-provider ul {
    display: table-row;
    margin: 0px;
    padding: 0px;
  }
  .wizard-provider ul > li {
    display: table-cell;
    padding: 0px;
    margin: 0px;
    padding: 10px;
    color: #AAA;
    position: relative;
    background-color: #FEFEFE;
    cursor: default;
    white-space: nowrap;
  }
  .wizard-provider ul > li.sel {
    background-color: #541d5e;
  }
  .wizard-provider ul > li.act {
    background-color: #00a3a0;
  }
  .wizard-provider ul > li:first-of-type:before {
    position: absolute;
    top: 0px;
    left: -15px;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    content: attr(data-text);
    z-index: 2;
    padding: 10px 0px;
  }
  .wizard-provider ul > li:not(:first-of-type) {
    padding-right: 25px;
  }
  .wizard-provider ul > li:not(:first-of-type):before {
    position: absolute;
    top: 0px;
    left: -30px;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    content: attr(data-text);
    z-index: 2;
    padding: 10px 0px;
  }
  .wizard-provider ul > li:not(:last-of-type) {
    padding-left: 25px;
  }
  .wizard-provider ul > li:not(:last-of-type):after {
    content: " ";
    position: absolute;
    left: -13px;
    width: 100px;
    top: 50%;
    margin-top: -50px;
    background-color: inherit;
    transform: rotate(45deg);
    height: 100px;
    z-index: 1;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .wizard-provider ul > li.sel:before {
    color: #FFF;
  }
  .wizard-provider ul > li.act:before {
    color: #FFF;
  }
  .wizard-provider ul > li strong {
    font-weight: normal;
    color: transparent;
  }
}

.scroller-object {
  position: relative;
}
.scroller-object .item {
  display: inline-block;
}
.scroller-object .item:hover {
  background-color: #f8f8f8;
}
.scroller-object .left {
  left: 0px;
}
.scroller-object .left:before {
  content: "\f053";
  color: #cdd0d2;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  vertical-align: middle;
  direction: ltr;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  cursor: pointer;
  font-size: 32pt;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.scroller-object .right {
  right: 0px;
}
.scroller-object .right:before {
  content: "\f054";
  color: #cdd0d2;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  vertical-align: middle;
  direction: ltr;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  cursor: pointer;
  font-size: 32pt;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.scroller-object .left,
.scroller-object .right {
  position: absolute;
  top: 50%;
  height: 64px;
  width: 32px;
  margin-top: -32px;
  z-index: 99;
}
.scroller-object:hover .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.scroller-object .title {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
  z-index: 999;
}
.scroller-object .title a {
  text-decoration: none;
  color: #333;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  padding: 10px;
}
.scroller-object .title a:hover {
  background-color: #FFF;
}
.scroller-object .cproducts .panel {
  white-space: nowrap;
}
.scroller-object .cproducts .panel .loading {
  text-align: center;
  padding: 100px;
}
.scroller-object .cproducts .panel .loading i {
  font-size: 32px;
}
.scroller-object .cproducts .panel .item {
  display: inline-block;
  padding: 50px 0px;
  cursor: pointer;
}
.scroller-object .cproducts .panel .item.act {
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}
.scroller-object .cproducts .panel .item.hide {
  opacity: 0;
  transform: scale(1.1);
  filter: blur(5px);
}
.scroller-object .cproducts .panel .item .img {
  text-align: center;
  height: 300px;
}
.scroller-object .cproducts .panel .item .text {
  text-align: center;
  font-size: 10pt;
}
.scroller-object .cproducts .panel .item .price {
  text-align: center;
  color: red;
  font-size: 12pt;
  font-weight: bold;
}
.scroller-object .cproducts .panel .item .oprice, .scroller-object .cproducts .panel .item .oldprice {
  text-align: center;
  text-decoration: line-through;
  font-size: 9px;
  color: rgba(0, 0, 0, 0.4);
  display: none;
}
.scroller-object .cproducts .panel .item .unit:after {
  content: "تومان";
  display: inline-block;
  margin-right: 5px;
  font-weight: normal;
}
.scroller-object .porforooshtarin {
  background-color: #EEE;
}

@media screen and (max-width: 1000px) {
  .table {
    display: block;
    width: 100%;
  }
  .table .tr {
    display: block;
  }
  .table .tr .th {
    display: block;
  }
  .table .tr .td {
    display: block;
  }
}
@media screen and (min-width: 1001px) {
  .table {
    display: table;
    width: 100%;
  }
  .table .tr {
    display: table-row;
  }
  .table .tr .th {
    display: table-cell;
  }
  .table .tr .td {
    display: table-cell;
  }
}
@keyframes scrollertop {
  0% {
    margin-bottom: 0px;
  }
  50% {
    margin-bottom: 25px;
  }
  100% {
    margin: 0px;
  }
}
.radio-list {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 3px;
  text-align: start;
}
.radio-list > input[type=radio] {
  display: none;
}
.radio-list > input[type=radio]:checked + label {
  background-color: #00a3a0;
  color: #FFF;
}
.radio-list > input[type=radio]:not(:checked) + label {
  background-color: rgba(0, 0, 0, 0.1);
  color: #333;
}
.radio-list label {
  display: inline-block;
  padding: 6px 8px;
  cursor: pointer;
  font-size: small;
  border-radius: 3px;
}
.radio-list label i {
  margin-left: 5px;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
}

@keyframes hotMenu {
  0% {
    transform: scale(1);
  }
  2% {
    transform: scale(1.05);
  }
  4% {
    transform: scale(1);
  }
  6% {
    transform: scale(1.05);
  }
  8% {
    transform: scale(1);
  }
}
@keyframes Favorite {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.1);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.bc {
  margin: 0px;
  padding: 0px;
  display: block;
  list-style: none;
  font-size: 0px;
}
.bc.vat {
  vertical-align: top;
}
.bc.padd-10 {
  margin: 10px 10px 0px 0px;
}
.bc.padd-10 > * {
  padding: 0px 0px 10px 10px;
}
.bc > li {
  font-size: small;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  clear: both;
}
@media screen and (min-width: 300px) and (max-width: 640px) {
  .bc .mb12 {
    display: inline-block;
    width: 100%;
    font-size: small;
  }
  .bc .mb11 {
    display: inline-block;
    width: 91.6666666667%;
    font-size: small;
  }
  .bc .mb10 {
    display: inline-block;
    width: 83.3333333333%;
    font-size: small;
  }
  .bc .mb9 {
    display: inline-block;
    width: 75%;
    font-size: small;
  }
  .bc .mb8 {
    display: inline-block;
    width: 66.6666666667%;
    font-size: small;
  }
  .bc .mb7 {
    display: inline-block;
    width: 58.3333333333%;
    font-size: small;
  }
  .bc .mb6 {
    display: inline-block;
    width: 50%;
    font-size: small;
  }
  .bc .mb5 {
    display: inline-block;
    width: 41.6666666667%;
    font-size: small;
  }
  .bc .mb4 {
    display: inline-block;
    width: 33.3333333333%;
    font-size: small;
  }
  .bc .mb3 {
    display: inline-block;
    width: 25%;
    font-size: small;
  }
  .bc .mb2 {
    display: inline-block;
    width: 16.6666666667%;
    font-size: small;
  }
  .bc .mb1 {
    display: inline-block;
    width: 8.3333333333%;
    font-size: small;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bc .tb12 {
    display: inline-block;
    width: 100%;
    font-size: small;
  }
  .bc .tb11 {
    display: inline-block;
    width: 91.6666666667%;
    font-size: small;
  }
  .bc .tb10 {
    display: inline-block;
    width: 83.3333333333%;
    font-size: small;
  }
  .bc .tb9 {
    display: inline-block;
    width: 75%;
    font-size: small;
  }
  .bc .tb8 {
    display: inline-block;
    width: 66.6666666667%;
    font-size: small;
  }
  .bc .tb7 {
    display: inline-block;
    width: 58.3333333333%;
    font-size: small;
  }
  .bc .tb6 {
    display: inline-block;
    width: 50%;
    font-size: small;
  }
  .bc .tb5 {
    display: inline-block;
    width: 41.6666666667%;
    font-size: small;
  }
  .bc .tb4 {
    display: inline-block;
    width: 33.3333333333%;
    font-size: small;
  }
  .bc .tb3 {
    display: inline-block;
    width: 25%;
    font-size: small;
  }
  .bc .tb2 {
    display: inline-block;
    width: 16.6666666667%;
    font-size: small;
  }
  .bc .tb1 {
    display: inline-block;
    width: 8.3333333333%;
    font-size: small;
  }
}
@media screen and (min-width: 1001px) {
  .bc .ds12 {
    display: inline-block;
    width: 100%;
    font-size: small;
  }
  .bc .ds11 {
    display: inline-block;
    width: 91.6666666667%;
    font-size: small;
  }
  .bc .ds10 {
    display: inline-block;
    width: 83.3333333333%;
    font-size: small;
  }
  .bc .ds9 {
    display: inline-block;
    width: 75%;
    font-size: small;
  }
  .bc .ds8 {
    display: inline-block;
    width: 66.6666666667%;
    font-size: small;
  }
  .bc .ds7 {
    display: inline-block;
    width: 58.3333333333%;
    font-size: small;
  }
  .bc .ds6 {
    display: inline-block;
    width: 50%;
    font-size: small;
  }
  .bc .ds5 {
    display: inline-block;
    width: 41.6666666667%;
    font-size: small;
  }
  .bc .ds4 {
    display: inline-block;
    width: 33.3333333333%;
    font-size: small;
  }
  .bc .ds3 {
    display: inline-block;
    width: 25%;
    font-size: small;
  }
  .bc .ds2 {
    display: inline-block;
    width: 16.6666666667%;
    font-size: small;
  }
  .bc .ds1 {
    display: inline-block;
    width: 8.3333333333%;
    font-size: small;
  }
}

.seo-content {
  position: fixed;
  left: -1px;
  top: -1px;
  overflow: hidden;
  font-size: 0px;
  width: 1px;
  height: 1px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: irs, Tahoma;
  margin: 0px;
  padding: 0px;
  direction: rtl;
  font-size: 9pt;
}
body a[data-cshid], body .cc-unoo {
  display: none;
}
body > nav {
  display: none;
}
body .center {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  body .close-session {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #333;
    background-color: rgba(0, 0, 0, 0.7);
  }
  body .close-session:after {
    content: "عدم نمایش پیغام";
    font-size: small;
    padding: 20px;
    display: block;
    color: #FFF;
  }
}
@media screen and (min-width: 300px) and (max-width: 640px) {
  body .outline {
    display: block;
  }
  body .inline {
    width: 97%;
    display: inline-block;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  body .outline {
    display: block;
  }
  body .inline {
    max-width: 600px;
    width: 97%;
    display: inline-block;
  }
}
@media screen and (min-width: 1001px) {
  body .outline {
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }
  body .inline {
    width: 100%;
    min-width: 800px;
    max-width: 1500px;
    display: inline-block;
  }
  body .close-session {
    display: none;
  }
}
body .col-header {
  display: block;
  font-size: large;
  color: #00a3a0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: start;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
body .col-header-x {
  display: block;
  font-size: large;
  color: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: start;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
body .col-header-xc {
  display: block;
  font-size: large;
  color: #FFF;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
body .theme-color {
  color: #00a3a0;
}
body .theme-color-bg {
  background-color: #00a3a0;
}
body .master-page #menu {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  body .master-page #menu.fix #navbar-collapse ~ span {
    top: 18px;
  }
}
body .master-page #menu.fix .logo {
  padding: 14px 0px;
}
body .master-page #menu.fix .logo img {
  height: 32px;
}
@media screen and (max-width: 1000px) {
  body .master-page #menu:not(.fix) #navbar-collapse ~ span {
    top: 18px;
  }
}
body .master-page #menu:not(.fix) .logo {
  padding: 14px 0px;
}
body .master-page #menu:not(.fix) .logo img {
  height: 32px;
}
body .master-page .navbar-menu {
  z-index: 9991;
  background-color: rgba(94, 99, 106, 0.8);
  width: 100%;
  font-size: 0px;
}
body .master-page .navbar-menu .inline, body .master-page .navbar-menu .outline {
  position: relative;
}
body .master-page .navbar-menu .inline > ul > li > input, body .master-page .navbar-menu .outline > ul > li > input {
  display: none;
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box, body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box {
  display: block;
  box-shadow: 0px 0px 100px 2000px rgba(0, 0, 0, 0.6);
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box > .content .tbl, body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box > .content .tbl {
  display: table;
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box > .content .tbl > .tbr, body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box > .content .tbl > .tbr {
  display: table-row;
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box > .content .tbl > .tbr > .tbd, body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box > .content .tbl > .tbr > .tbd {
  display: table-cell;
  vertical-align: top;
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box > .content > label, body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box > .content > label {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  padding: 0px;
  line-height: 32px;
  vertical-align: central;
  cursor: pointer;
  border-radius: 3px;
  background-color: #00a3a0;
  color: #FFF;
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box > .content > .search-textbox, body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box > .content > .search-textbox {
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  padding-left: 52px;
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box > .content > .search-textbox .table, body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box > .content > .search-textbox .table {
  width: 100%;
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box > .content > .search-textbox .table .td, body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box > .content > .search-textbox .table .td {
  vertical-align: top;
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box > .content > .search-textbox input[type=text], body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box > .content > .search-textbox input[type=text] {
  width: 100%;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  padding: 0px 0px;
  margin: 0px;
  line-height: 29px;
  vertical-align: middle;
  font-size: small;
  font-family: irs;
  border-radius: 3px;
  text-align: center;
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box > .content > .search-textbox input[type=button], body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box > .content > .search-textbox input[type=button] {
  display: block;
  padding: 0px 8px;
  border-radius: 3px;
  background-color: #00a3a0;
  color: #FFF;
  border: 0px;
  font-size: small;
  font-family: irs;
  line-height: 32px;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box > .content > .search-result, body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box > .content > .search-result {
  padding-bottom: 10px;
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box > .content > .search-result .msg, body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box > .content > .search-result .msg {
  display: block;
  padding: 10px;
  font-size: 14px;
  color: yellow;
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box > .content > .search-result ul, body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box > .content > .search-result ul {
  text-align: start;
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box > .content > .search-result ul li:not(:last-of-type), body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box > .content > .search-result ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box > .content > .search-result ul li .ty, body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box > .content > .search-result ul li .ty {
  display: inline-block;
  border-radius: 3px;
  padding: 3px 6px;
  font-size: 8pt;
  margin-left: 10px;
  font-weight: normal;
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box > .content > .search-result ul li .type1, body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box > .content > .search-result ul li .type1 {
  background-color: #00a3a0;
  color: #FFF;
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box > .content > .search-result ul li .type2, body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box > .content > .search-result ul li .type2 {
  background-color: #569a00;
  color: #FFF;
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:checked ~ .search-box > .content > .search-result a, body .master-page .navbar-menu .outline > ul > li input#search-menu:checked ~ .search-box > .content > .search-result a {
  padding: 5px 10px;
  text-align: start;
}
body .master-page .navbar-menu .inline > ul > li input#search-menu:not(:checked) ~ .search-box, body .master-page .navbar-menu .outline > ul > li input#search-menu:not(:checked) ~ .search-box {
  display: none;
}
@media screen and (max-width: 1000px) {
  body .master-page .navbar-menu .inline, body .master-page .navbar-menu .outline {
    padding-right: 10px;
  }
  body .master-page .navbar-menu .inline #navbar-collapse ~ span, body .master-page .navbar-menu .outline #navbar-collapse ~ span {
    display: block;
    position: absolute;
    left: 15px;
    z-index: 9;
    cursor: pointer;
  }
  body .master-page .navbar-menu .inline #navbar-collapse ~ span span, body .master-page .navbar-menu .outline #navbar-collapse ~ span span {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    font-size: 0px;
  }
  body .master-page .navbar-menu .inline #navbar-collapse ~ span span b, body .master-page .navbar-menu .outline #navbar-collapse ~ span span b {
    display: block;
    height: 4px;
    margin-bottom: 5px;
    background-color: #FFF;
  }
  body .master-page .navbar-menu .inline #navbar-collapse:checked + label span, body .master-page .navbar-menu .outline #navbar-collapse:checked + label span {
    transform: rotate(90deg);
  }
  body .master-page .navbar-menu .inline #navbar-collapse:checked ~ ul li.logo, body .master-page .navbar-menu .outline #navbar-collapse:checked ~ ul li.logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  body .master-page .navbar-menu .inline #navbar-collapse:not(:checked) span, body .master-page .navbar-menu .outline #navbar-collapse:not(:checked) span {
    transform: rotate(0deg);
  }
  body .master-page .navbar-menu .inline #navbar-collapse:not(:checked) ~ ul li:not(.logo), body .master-page .navbar-menu .outline #navbar-collapse:not(:checked) ~ ul li:not(.logo) {
    display: none;
  }
  body .master-page .navbar-menu .inline > ul, body .master-page .navbar-menu .outline > ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 0px;
    text-align: start;
  }
  body .master-page .navbar-menu .inline > ul > li, body .master-page .navbar-menu .outline > ul > li {
    list-style: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
  }
  body .master-page .navbar-menu .inline > ul > li.logo, body .master-page .navbar-menu .outline > ul > li.logo {
    text-align: start;
    display: block;
    padding-right: 15px;
  }
  body .master-page .navbar-menu .inline > ul > li:not(.last) a, body .master-page .navbar-menu .inline > ul > li:not(.last) label, body .master-page .navbar-menu .outline > ul > li:not(.last) a, body .master-page .navbar-menu .outline > ul > li:not(.last) label {
    padding: 10px 0px;
  }
  body .master-page .navbar-menu .inline > ul > li.last a, body .master-page .navbar-menu .inline > ul > li.last label, body .master-page .navbar-menu .outline > ul > li.last a, body .master-page .navbar-menu .outline > ul > li.last label {
    padding: 20px 0px;
  }
  body .master-page .navbar-menu .inline > ul > li a, body .master-page .navbar-menu .inline > ul > li label, body .master-page .navbar-menu .outline > ul > li a, body .master-page .navbar-menu .outline > ul > li label {
    display: block;
    font-size: small;
    text-decoration: none;
  }
  body .master-page .navbar-menu .inline > ul > li a i, body .master-page .navbar-menu .inline > ul > li label i, body .master-page .navbar-menu .outline > ul > li a i, body .master-page .navbar-menu .outline > ul > li label i {
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
  }
  body .master-page .navbar-menu .inline > ul > li img, body .master-page .navbar-menu .outline > ul > li img {
    display: inline-block;
    margin-left: 15px;
    margin: 0px;
  }
}
@media screen and (min-width: 300px) and (max-width: 640px) {
  body .master-page .navbar-menu .inline > ul li:not(.logo):not(.last), body .master-page .navbar-menu .outline > ul li:not(.logo):not(.last) {
    display: block;
    width: auto;
  }
  body .master-page .navbar-menu .inline > ul li.last, body .master-page .navbar-menu .outline > ul li.last {
    display: inline-block;
    width: 25%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  body .master-page .navbar-menu .inline > ul li.last .search-box, body .master-page .navbar-menu .outline > ul li.last .search-box {
    z-index: 9999;
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0%;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  body .master-page .navbar-menu .inline > ul li.last .search-box > .content .search-result .search-loading, body .master-page .navbar-menu .outline > ul li.last .search-box > .content .search-result .search-loading {
    font-size: 24px;
    color: #FFF;
    padding: 50px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  body .master-page .navbar-menu .inline > ul li:not(.logo):not(.last), body .master-page .navbar-menu .outline > ul li:not(.logo):not(.last) {
    display: inline-block;
    width: 50%;
  }
  body .master-page .navbar-menu .inline > ul li.last, body .master-page .navbar-menu .outline > ul li.last {
    display: inline-block;
    width: 25%;
  }
  body .master-page .navbar-menu .inline > ul li.last .search-box, body .master-page .navbar-menu .outline > ul li.last .search-box {
    z-index: 9999;
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0%;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  body .master-page .navbar-menu .inline > ul li.last .search-box > .content .search-result .search-loading, body .master-page .navbar-menu .outline > ul li.last .search-box > .content .search-result .search-loading {
    font-size: 24px;
    color: #FFF;
    padding: 50px;
  }
}
@media screen and (min-width: 1001px) {
  body .master-page .navbar-menu .inline > ul, body .master-page .navbar-menu .outline > ul {
    display: table-row;
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 0px;
    text-align: start;
  }
  body .master-page .navbar-menu .inline > ul > li, body .master-page .navbar-menu .outline > ul > li {
    display: table-cell;
    list-style: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
  }
  body .master-page .navbar-menu .inline > ul > li.last, body .master-page .navbar-menu .outline > ul > li.last {
    padding-bottom: 0px;
    position: relative;
  }
  body .master-page .navbar-menu .inline > ul > li.last .search-box, body .master-page .navbar-menu .outline > ul > li.last .search-box {
    z-index: 9999;
    display: block;
    width: 400px;
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  body .master-page .navbar-menu .inline > ul > li.last .search-box > .content .search-result .search-loading, body .master-page .navbar-menu .outline > ul > li.last .search-box > .content .search-result .search-loading {
    font-size: 24px;
    color: #FFF;
    padding: 50px;
  }
  body .master-page .navbar-menu .inline > ul > li.hot a, body .master-page .navbar-menu .outline > ul > li.hot a {
    animation: linear hotMenu 5s infinite;
    position: relative;
  }
  body .master-page .navbar-menu .inline > ul > li.hot a:before, body .master-page .navbar-menu .outline > ul > li.hot a:before {
    position: absolute;
    top: 20%;
    height: 60%;
    border-radius: 3px;
    left: 0%;
    width: 100%;
    content: " ";
    z-index: -1;
    background-image: linear-gradient(180deg, #00a3a0, #541d5e);
  }
  body .master-page .navbar-menu .inline > ul > li a, body .master-page .navbar-menu .inline > ul > li label, body .master-page .navbar-menu .outline > ul > li a, body .master-page .navbar-menu .outline > ul > li label {
    display: block;
    font-size: small;
    text-decoration: none;
    padding: 20px 15px;
  }
  body .master-page .navbar-menu .inline > ul > li a i, body .master-page .navbar-menu .inline > ul > li label i, body .master-page .navbar-menu .outline > ul > li a i, body .master-page .navbar-menu .outline > ul > li label i {
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
  }
  body .master-page .navbar-menu .inline > ul > li img, body .master-page .navbar-menu .outline > ul > li img {
    display: block;
    margin-left: 15px;
  }
}
body .master-page .navbar-menu .inline > ul > li a, body .master-page .navbar-menu .inline > ul > li label, body .master-page .navbar-menu .outline > ul > li a, body .master-page .navbar-menu .outline > ul > li label {
  color: #FFF;
}
body .master-page .navbar-menu .inline > ul > li a > span, body .master-page .navbar-menu .inline > ul > li label > span, body .master-page .navbar-menu .outline > ul > li a > span, body .master-page .navbar-menu .outline > ul > li label > span {
  display: inline-block;
  padding-right: 10px;
  font-size: small;
}
body .master-page .navbar-menu .inline .open, body .master-page .navbar-menu .inline .green, body .master-page .navbar-menu .outline .open, body .master-page .navbar-menu .outline .green {
  color: #33bd28;
}
@keyframes cart_menu {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
body .master-page .navbar-menu .inline .cart-mnu, body .master-page .navbar-menu .outline .cart-mnu {
  position: relative;
}
body .master-page .navbar-menu .inline .cart-mnu span, body .master-page .navbar-menu .outline .cart-mnu span {
  position: absolute;
  top: 80%;
  left: 50%;
  background-color: #00a3a0;
  color: #FFF;
  border-radius: 100px;
  padding: 3px 0px;
  display: block;
  width: 10px;
  margin-left: 10px;
  text-align: center;
  font-family: Tahoma;
  animation: cart_menu ease-in-out 0.6s infinite;
}
body .master-page .index-customers {
  padding: 50px 0px;
  background-color: #222;
}
body .master-page .index-customers span {
  font-size: small;
}
body .master-page .index-customers ul {
  text-align: start;
}
body .master-page .index-customers ul li {
  text-align: center;
}
body .master-page .index-customers ul li a {
  display: block;
  text-decoration: none;
  position: relative;
}
body .master-page .index-customers ul li a img {
  margin-bottom: 0px;
  max-width: 150px;
  width: 100%;
}
body .master-page .customers {
  padding: 75px 0px;
  background-color: #666;
  position: relative;
}
body .master-page .customers .cnt.inline {
  position: relative;
  padding: 50px 0px;
  overflow: hidden;
}
body .master-page .customers .cnt.inline:before {
  content: " ";
  position: absolute;
  top: 10%;
  left: -1px;
  height: 80%;
  width: 1px;
  background-color: #000;
  z-index: 11;
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.3);
}
body .master-page .customers .cnt.inline:after {
  content: " ";
  position: absolute;
  top: 10%;
  right: -1px;
  height: 80%;
  width: 1px;
  background-color: #000;
  z-index: 11;
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.3);
}
body .master-page .customers #customers-ul .item {
  font-size: 8pt;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  line-height: 150px;
}
body .master-page .customers #customers-ul .item.hide {
  width: 0;
  opacity: 0;
}
body .master-page .customers #customers-ul .item .name {
  display: none;
  opacity: 0;
}
body .master-page .customers #customers-ul .item img {
  width: 100%;
  max-width: 150px;
  vertical-align: middle;
}
body .master-page .newsletter {
  background-color: #5e636a;
  padding: 25px 0px;
  color: #FFF;
}
body .master-page .newsletter .border {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  overflow: hidden;
}
body .master-page .newsletter .border .td:first-of-type {
  vertical-align: middle;
}
body .master-page .newsletter .border .td:last-of-type {
  width: 10px;
  vertical-align: middle;
}
body .master-page .newsletter .border input[type=email] {
  border: 0px;
  padding: 5px 0px;
  background-color: rgba(255, 255, 255, 0);
  display: block;
  width: 100%;
  color: #FFF;
  text-align: start;
  direction: ltr;
  text-indent: 15px;
  font-size: small;
}
body .master-page .newsletter .border input[type=button], body .master-page .newsletter .border input[type=submit] {
  border: 0px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
  font-size: small;
  color: #222;
  cursor: pointer;
  border: 0px;
  margin: 0px;
  border-radius: 0px;
}
body .master-page .newsletter .border input[type=button]:hover, body .master-page .newsletter .border input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
body .master-page .links {
  padding: 50px 0px 25px 0px;
}
body .master-page .links .bc {
  text-align: start;
  padding: 10px;
}
body .master-page .links .bc b {
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  color: #00a3a0;
  font-size: large;
  color: #000;
}
@media screen and (max-width: 1000px) {
  body .master-page .links .bc > div {
    padding: 10px 0px;
  }
}
@media screen and (min-width: 1001px) {
  body .master-page .links .bc > div {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
  }
}
body .master-page .links .bc > div {
  vertical-align: top;
}
body .master-page .links .bc > div a {
  display: block;
  color: #00a3a0;
  Color: #666;
  text-decoration: none;
}
body .master-page .links .bc > div a:hover {
  color: #333;
}
body .master-page .footer-copyright {
  padding: 25px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.02);
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1000px) {
  body .master-page .sidebar-mobile {
    position: fixed;
    bottom: 0%;
    left: 50%;
    background-color: #00a3a0;
    z-index: 999;
    margin-left: -54px;
    border-radius: 5px 5px 0px 0px;
    white-space: nowrap;
    font-size: 0px;
    display: none;
  }
  body .master-page .sidebar-mobile a {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    text-decoration: none;
  }
  body .master-page .sidebar-mobile a i {
    vertical-align: inherit;
    text-align: inherit;
    line-height: inherit;
    font-size: 24px;
  }
}
@media screen and (min-width: 1001px) {
  body .master-page .sidebar-mobile {
    display: none;
  }
}
body .master-page .socials-description {
  padding: 0px 0px 50px 0px;
}
body .master-page .socials-description .bc .ds9 {
  text-align: justify;
  vertical-align: top;
  padding: 10px;
}
body .master-page .socials-description .bc .ds3 a {
  border-radius: 5px;
  text-align: start;
  background-color: #d1d3d4;
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #FFF;
  position: relative;
  margin-bottom: 3px;
}
body .master-page .socials-description .bc .ds3 a img {
  position: absolute;
  top: 5px;
  left: 10px;
  bottom: 11px;
}
body .master-page .socials-description .bc .ds3 a.aparat:hover {
  background-image: linear-gradient(90deg, #ff0000, #c20000);
}
body .master-page .socials-description .bc .ds3 a.instagram:hover {
  background-image: linear-gradient(90deg, #ed9914, #e6322a, #930087, #3414bd);
}
body .master-page .socials-description .bc .ds3 a.facebook:hover {
  background-image: linear-gradient(90deg, #4267b2, #1b3f88);
}
body .master-page .socials-description .bc .ds3 a.android:hover {
  background-image: linear-gradient(90deg, #81ba31, #4d8e00);
}
body .master-page-mobile {
  z-index: 99999;
}
body .master-page-mobile a {
  position: relative;
}
body .master-page-mobile a:not(.hide) {
  display: inline-block;
}
body .master-page-mobile a.hide {
  display: none;
}
body .master-page-mobile a[data-count]:after {
  content: attr(data-count);
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -12px;
  background-color: red;
  color: #FFF;
  font-display: 9pt;
  text-align: center;
  border-radius: 100px;
  width: 24px;
}
@media screen and (max-width: 1000px) {
  body .master-page-mobile {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: #00a3a0;
  }
  body .master-page-mobile a, body .master-page-mobile label {
    cursor: pointer;
    color: #FFF;
    padding: 15px;
  }
  body .master-page-mobile a i, body .master-page-mobile label i {
    font-size: 18pt;
  }
}
@media screen and (min-width: 1001px) {
  body .master-page-mobile {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 10px;
    text-align: center;
    background-color: #00a3a0;
    border-radius: 5px 5px 0px 0px;
  }
  body .master-page-mobile label {
    display: none;
  }
  body .master-page-mobile a {
    cursor: pointer;
    color: #FFF;
    padding: 10px;
  }
  body .master-page-mobile a i {
    font-size: 18pt;
  }
}
body .page-layout-documents {
  padding: 75px 0px;
  position: relative;
}
body .page-layout-documents .navigator {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.02);
  text-align: start;
}
body .page-layout-documents .navigator a {
  display: inline-block;
  padding: 0px 5px;
  text-decoration: none;
  color: #666;
}
body .page-layout-documents .navigator a:hover {
  color: #00a3a0;
}
body .page-layout-documents .navigator .sep {
  display: inline-block;
  padding: 0px 5px;
  color: #999;
}
body .page-layout-documents .navigator .sep:before {
  content: " » ";
  font-family: Tahoma;
}
body .page-layout-documents .navigator span {
  background-color: #00a3a0;
  display: inline-block;
  padding: 3px 8px;
  color: #FFF;
  border-radius: 3px;
}
body .page-layout-documents .navigator-c {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.02);
  text-align: start;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
body .page-layout-documents .navigator-c a {
  display: inline-block;
  padding: 0px 5px;
  text-decoration: none;
  color: #666;
}
body .page-layout-documents .navigator-c a:hover {
  color: #00a3a0;
}
body .page-layout-documents .navigator-c .sep {
  display: inline-block;
  padding: 0px 5px;
  color: #999;
}
body .page-layout-documents .navigator-c .sep:before {
  content: " » ";
  font-family: Tahoma;
}
body .page-layout-documents .navigator-c span {
  background-color: #00a3a0;
  display: inline-block;
  padding: 3px 8px;
  color: #FFF;
  border-radius: 3px;
}
body .page-layout-documents .docimg {
  position: absolute;
  z-index: -2;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  height: 600px;
  overflow: hidden;
}
body .page-layout-documents .docimg:after {
  content: " ";
  font-size: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.8), white);
  height: 100%;
}
body .page-layout-documents .docimg:before {
  content: " ";
  font-size: 0px;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 100%;
  background-color: transparent;
  height: 1px;
  box-shadow: 0px 0px 10px black;
  z-index: 1;
}
body .page-layout-documents .docimg .img {
  transform: scale(1);
  filter: blur(4px);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
}
body .page-layout-documents > center > .inline {
  background-color: #FFF;
  border-radius: 5px;
  position: relative;
}
body .page-layout-documents > center > .inline > .bc {
  padding: 25px 25px 0px 0px;
}
body .page-layout-documents > center > .inline > .bc > li {
  padding: 0px 0px 25px 25px;
}
body .page-layout-documents > center > .inline .side {
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
body .page-layout-documents > center > .inline .side .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: start;
  padding: 0px;
  height: 32px;
}
body .page-layout-documents > center > .inline .side .header span {
  border-bottom: 3px solid #00a3a0;
  display: inline-block;
  padding: 5px 10px;
}
body .page-layout-documents > center > .inline .side .content {
  padding: 10px 0px;
}
body .page-layout-documents > center > .inline .side .content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: start;
}
body .page-layout-documents > center > .inline .side .content ul li {
  padding-right: 10px;
  position: relative;
}
body .page-layout-documents > center > .inline .side .content ul li:before {
  content: "»";
  position: absolute;
  top: 5px;
  right: 5px;
}
body .page-layout-documents > center > .inline .side .content ul li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #5e636a;
}
body .page-layout-documents > center > .inline .side .content ul li a b {
  display: inline-block;
  font-weight: normal;
  font-size: smaller;
  background-color: #00a3a0;
  padding: 1px 8px;
  border-radius: 3px;
  color: #FFF;
  margin-left: 8px;
}
body .page-layout-documents > center > .inline .side .content ul li a:hover {
  color: #00a3a0;
}
body .page-layout-documents > center > .inline .side .content > ul ul {
  margin-right: 15px;
  position: relative;
}
@media screen and (min-width: 300px) and (max-width: 640px) {
  body .page-layout-documents .page-documents .posts .post {
    display: inline-block;
    width: 100%;
  }
  body .page-layout-documents .page-documents .posts .post a h2 {
    font-size: 14pt;
  }
  body .page-layout-documents .page-documents .posts .post a img {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  body .page-layout-documents .page-documents .posts .post {
    display: inline-block;
    width: 100%;
  }
  body .page-layout-documents .page-documents .posts .post a h2 {
    font-size: 14pt;
  }
  body .page-layout-documents .page-documents .posts .post a img {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  body .page-layout-documents .page-documents .posts .post:nth-of-type(1) {
    display: inline-block;
    width: 50%;
  }
  body .page-layout-documents .page-documents .posts .post:nth-of-type(1) a h2 {
    font-size: 18pt;
  }
  body .page-layout-documents .page-documents .posts .post:nth-of-type(1) a img {
    width: 100%;
  }
  body .page-layout-documents .page-documents .posts .post:nth-of-type(2) {
    display: inline-block;
    width: 50%;
  }
  body .page-layout-documents .page-documents .posts .post:nth-of-type(2) a {
    margin-bottom: 10px;
  }
  body .page-layout-documents .page-documents .posts .post:nth-of-type(2) a:not(:last-of-type) {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  }
  body .page-layout-documents .page-documents .posts .post:nth-of-type(2) a h2 {
    font-size: 14pt;
  }
  body .page-layout-documents .page-documents .posts .post:nth-of-type(2) a .img {
    display: inline-block;
    float: right;
    margin-left: 15px;
  }
  body .page-layout-documents .page-documents .posts .post:nth-of-type(2) a .img img {
    width: 200px;
  }
  body .page-layout-documents .page-documents .posts .post:nth-of-type(n+3) {
    display: inline-block;
    width: 25%;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    padding-top: 10px;
  }
  body .page-layout-documents .page-documents .posts .post:nth-of-type(n+3) a h2 {
    font-size: 10pt;
    font-weight: bold;
  }
  body .page-layout-documents .page-documents .posts .post:nth-of-type(n+3) a img {
    width: 100%;
  }
}
body .page-layout-documents .page-documents .posts a {
  display: block;
  text-decoration: none;
  color: #333;
  clear: both;
  overflow: hidden;
  text-align: end;
  padding: 10px;
  border-radius: 3px;
}
body .page-layout-documents .page-documents .posts a .img {
  border-radius: 3px;
  overflow: hidden;
  font-size: 0px;
  margin-bottom: 10px;
}
body .page-layout-documents .page-documents .posts a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
body .page-layout-documents .page-documents .posts a h2 {
  display: block;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  font-weight: normal;
  text-align: start;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
body .page-layout-documents .page-documents .posts a span {
  padding-bottom: 10px;
  display: block;
  color: #999;
  text-align: start;
}
body .page-layout-documents .page-documents .posts a .footer {
  background-color: #00a3a0;
  text-align: end;
  display: inline-block;
  color: #FFF;
  font-family: Tahoma;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: smaller;
}
body .page-layout-documents .page-documents .bc {
  padding: 10px 10px 0px 0px;
  text-align: start;
}
body .page-layout-documents .page-documents .bc > li {
  padding: 0px 0px 10px 10px;
}
body .page-layout-documents .page-documents .bc > li .item {
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: start;
  padding-bottom: 10px;
  display: block;
  text-decoration: none;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px;
}
body .page-layout-documents .page-documents .bc > li .item .img {
  height: 150px;
  position: relative;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 3px;
  border-radius: 3px;
}
body .page-layout-documents .page-documents .bc > li .item .img div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  filter: blur(5px);
  transform: rotate(6deg) scale(1.2);
  background-size: cover;
}
body .page-layout-documents .page-documents .bc > li .item .img i {
  position: absolute;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  top: 50%;
  margin-top: -24px;
  left: 50%;
  margin-left: -24px;
  text-align: center;
  transform: scale(1.6);
  opacity: 0;
}
body .page-layout-documents .page-documents .bc > li .item:hover .img div {
  filter: blur(0px);
  transform: rotate(0deg) scale(1);
}
body .page-layout-documents .page-documents .bc > li .item:hover .img i {
  transform: scale(1);
  opacity: 1;
}
body .page-layout-documents .page-documents .bc > li .item .title {
  font-size: medium;
  font-weight: bold;
  padding: 0px 10px;
  color: #00a3a0;
}
body .page-layout-documents .page-documents .bc > li .item .description {
  font-size: small;
  color: #666;
  padding: 0px 10px;
}
body .page-layout-documents .page-documents > strong {
  display: none;
}
body .page-layout-documents .page-documents .pager a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 3px;
  border-radius: 3px;
  text-decoration: none;
  min-width: 32px;
  text-align: center;
}
body .page-layout-documents .page-documents .pager a:not(.act) {
  background-color: #FFF;
  color: #00a3a0;
}
body .page-layout-documents .page-documents .pager a.act {
  background-color: #00a3a0;
  color: #FFF;
}
body .page-layout-documents .page-document {
  text-align: justify;
  min-height: 600px;
}
body .page-layout-documents .page-document:before {
  content: " ";
  font-size: 0px;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
  background-color: transparent;
  height: 550px;
  box-shadow: 0px -20px 20px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
body .page-layout-documents .page-document .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
body .page-layout-documents .page-document .header h1 {
  display: block;
  margin: 0px;
  color: #00a3a0;
}
body .page-layout-documents .page-document .header b {
  font-size: small;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
}
body .page-layout-documents .page-document article {
  font-size: medium;
  margin: 0px;
  margin-bottom: 10px;
}
body .page-layout-documents .page-document article a.inline {
  text-decoration: none;
  color: #00a3a0;
  border-bottom: 1px dotted #00a3a0;
}
body .page-layout-documents .page-document article .pre-code {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-family: Courier New, Courier, monospace;
  font-size: 9pt;
  padding: 15px;
  white-space: pre-wrap;
  margin: 0px;
  background-color: transparent;
  direction: ltr;
}
body .page-layout-documents .page-document article blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 0px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
  direction: ltr;
}
body .page-layout-documents .page-document article blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
body .page-layout-documents .page-document article blockquote p {
  display: inline;
}
body .page-layout-documents .page-document .attachment {
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 162, 245, 0.1);
  border-radius: 3px;
  direction: ltr;
}
body .page-layout-documents .page-document .attachment:before {
  content: "فهرست پیوست ها";
  display: block;
  direction: rtl;
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-layout-documents .page-document .attachment ul {
  display: block;
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding: 5px;
  font-family: Tahoma;
}
body .page-layout-documents .page-document .attachment ul li {
  padding: 0px;
  margin: 0px;
  display: block;
}
body .page-layout-documents .page-document .attachment ul li a {
  display: block;
  padding: 5px 5px;
  text-decoration: none;
  color: #000;
}
body .page-layout-documents .page-document .attachment ul li a:hover {
  background-color: #00a3a0;
  color: #FFF;
  border-radius: 3px;
}
body .page-layout-documents .page-document .attachment ul li a:before {
  content: attr(data-type);
  display: inline-block;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  padding: 3px;
  font-size: 8pt;
  margin-right: 10px;
}
body .page-layout-documents .page-document .comments {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding-top: 10px;
}
body .page-layout-documents .page-document .comments.true {
  display: block;
}
body .page-layout-documents .page-document .comments.false {
  display: none;
}
body .page-layout-documents .page-document .comments .ccfalse {
  display: inline-block;
}
body .page-layout-documents .page-document .comments .cctrue {
  display: none;
}
body .page-layout-documents .page-document .comments .comment-post {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
body .page-layout-documents .page-document .comments .comment-post .field .control {
  margin-bottom: 5px;
}
body .page-layout-documents .page-document .comments .comment-post .field .control input[type=text], body .page-layout-documents .page-document .comments .comment-post .field .control textarea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px;
  color: #00a3a0;
  font-size: 9pt;
  font-family: Tahoma;
}
body .page-layout-documents .page-document .comments .comment-post .field .control textarea {
  resize: vertical;
  min-height: 150px;
}
body .page-layout-documents .page-document .comments .comment-post .buttons {
  padding-bottom: 5px;
  text-align: center;
}
body .page-layout-documents .page-document .comments .comment-result {
  padding: 10px;
}
body .page-layout-documents .page-document .comments .comment-result .comment-item .item p {
  margin: 0px;
  padding: 0px;
}
body .page-layout-documents .page-document .comments .comment-result .comment-item .item div {
  text-align: end;
  color: #00a3a0;
}
body .page-layout-documents .page-document .comments .comment-result .comment-item .item:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-layout-documents .page-document .footer {
  font-size: small;
  color: rgba(0, 0, 0, 0.4);
  text-align: end;
}
body .page-layout-documents .page-document .footer b {
  display: inline-block;
  color: #333;
  border-radius: 3px;
  padding: 2px 8px;
  font-weight: normal;
}
body .page-layout-documents .page-document .share {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding-top: 10px;
  text-align: end;
  line-height: 24px;
  vertical-align: middle;
}
body .page-layout-documents .page-document .share a {
  display: inline-block;
  font-size: 24px;
  cursor: pointer;
}
body .page-layout-documents .page-document .share a i {
  padding: 5px;
  color: #00a3a0;
  border-radius: 3px;
  margin-left: 3px;
}
body .page-index {
  padding-top: 5px;
}
body .page-index .center {
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  body .page-index .header-main-banner {
    display: none;
  }
  body .page-index .header-main-banner-mobile {
    display: block;
    padding-top: 100%;
    background-color: #333;
    position: relative;
    margin: 0px;
  }
}
@media screen and (min-width: 1001px) {
  body .page-index .header-main-banner {
    display: block;
    padding-top: 33%;
    background-color: #333;
    position: relative;
    margin: 5px;
    margin-bottom: 0px;
    border-radius: 5px;
    overflow: hidden;
  }
  body .page-index .header-main-banner-mobile {
    display: none;
  }
}
body .page-index .suggestion {
  position: relative;
  min-height: 250px;
  font-size: 0px;
  margin: 20px 0px;
}
@media screen and (max-width: 1000px) {
  body .page-index .suggestion {
    background-image: linear-gradient(135deg, #f2f046, #1ed84f);
  }
  body .page-index .suggestion .shadow {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  body .page-index .suggestion {
    overflow: hidden;
  }
  body .page-index .suggestion .shadow {
    background-image: linear-gradient(135deg, #f2f046, #1ed84f, #f2f046);
    position: absolute;
    width: 200%;
    height: 100%;
    animation: infinite _sugganim 10s;
    z-index: -1;
  }
  @keyframes _sugganim {
    0% {
      top: 0px;
      left: 0%;
    }
    50% {
      top: 0px;
      left: -100%;
    }
    100% {
      top: 0px;
      left: 0%;
    }
  }
}
body .page-index .suggestion .bc {
  vertical-align: top;
}
body .page-index .suggestion .bc > li {
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 1000px) {
  body .page-index .suggestion .bc > li .mb-sugg {
    display: block;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  body .page-index .suggestion .bc > li .ds-sugg {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  body .page-index .suggestion .bc > li .mb-sugg {
    display: none;
  }
  body .page-index .suggestion .bc > li .ds-sugg {
    display: block;
  }
}
body .page-index .suggestion .bc > li .mb-sugg > a, body .page-index .suggestion .bc > li .ds-sugg > a {
  display: block;
}
@media screen and (max-width: 1000px) {
  body .page-index .suggestion .bc > li .mb-sugg > a img, body .page-index .suggestion .bc > li .ds-sugg > a img {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  body .page-index .suggestion .bc > li .mb-sugg > a img, body .page-index .suggestion .bc > li .ds-sugg > a img {
    width: 100%;
  }
}
body .page-index .suggestion .sugbc {
  white-space: nowrap;
  font-size: 0pt;
  display: block;
  vertical-align: top;
}
@media screen and (max-width: 1000px) {
  body .page-index .suggestion .sugbc {
    white-space: nowrap;
    overflow-x: scroll;
    padding: 40px 0px;
    padding-top: 0px;
  }
}
@media screen and (min-width: 1001px) {
  body .page-index .suggestion .sugbc {
    padding: 40px 0px;
  }
}
body .page-index .suggestion .sugbc .sugitem {
  padding: 2px;
  vertical-align: top;
}
body .page-index .suggestion .sugbc .sugitem a {
  text-decoration: none;
  color: #333;
  padding: 20px 0px;
  display: block;
  background-color: #FFF;
}
body .page-index .suggestion .sugbc .sugitem a .name {
  font-size: medium;
}
body .page-index .suggestion .sugbc .sugitem a img {
  width: 100%;
  max-width: 250px;
}
body .page-index .suggestion .sugbc .sugitem a .colors {
  display: none;
}
body .page-index .suggestion .sugbc .sugitem a .offer {
  margin: 0px 0px;
  color: #FFF;
}
body .page-index .suggestion .sugbc .sugitem a .offer span {
  font-size: 18pt;
  display: inline-block;
  vertical-align: middle;
  color: #e72945;
}
body .page-index .suggestion .sugbc .sugitem a .offer strong {
  font-size: 8pt;
  background-color: #e72945;
  border-radius: 100px;
  padding: 2px 12px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
body .page-index .suggestion .sugbc .sugitem a .oprice {
  color: #999;
  font-size: 9pt;
  text-decoration: line-through;
  text-decoration-style: solid;
}
body .page-index .suggestion .sugbc .sugitem a .price {
  color: #0289ff;
  font-size: 12pt;
}
body .page-index .suggestion .sugbc .sugitem a .price:after {
  content: " تومان";
  font-size: 9pt;
}
@media screen and (max-width: 1000px) {
  body .page-index .suggestion .sugbc .sugitem {
    width: 250px;
    display: inline-block;
  }
}
@media screen and (min-width: 1001px) {
  body .page-index .suggestion .sugbc .sugitem {
    width: 20%;
    display: inline-block;
  }
}
body .page-index .metro {
  width: 100%;
  position: relative;
}
body .page-index .metro li {
  font-size: 0px;
}
@media screen and (min-width: 1001px) {
  body .page-index .metro li.sep {
    margin-bottom: 5px;
  }
}
body .page-index .metro li div {
  margin: 2.5px;
  font-size: 0px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  body .page-index .metro li div.ds {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  body .page-index .metro li div.mb {
    display: none;
  }
}
body .page-index .metro li div a {
  font-size: 0px;
  display: block;
  position: relative;
}
body .page-index .metro li div a img {
  padding: 0px;
  font-size: 0px;
  width: 100%;
}
@media screen and (min-width: 1001px) {
  body .page-index .metro li div.mrgb5 img {
    margin-bottom: -2.5px;
  }
}
body .page-index .metro li.instagram-banner div {
  background-image: linear-gradient(90deg, red, purple);
}
body .page-index .metro li.instagram-banner div img {
  max-width: 350px;
}
body .navigator {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.01);
}
body .navigator .navigator-div {
  text-align: start;
}
body .navigator strong,
body .navigator a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 10px;
  color: #333;
}
body .navigator span.sep:before {
  content: " » ";
  display: inline-block;
  padding: 0px 5px;
  color: #541d5e;
}
body .navigator strong {
  color: #00a3a0;
  font-weight: normal;
}
body .page-products {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 10px 0px 10px 10px;
}
body .page-products .navigator {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  background-color: #FFF;
}
body .page-products .navigator .navigator-div {
  text-align: start;
}
body .page-products .navigator strong,
body .page-products .navigator a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 10px;
  color: #333;
}
body .page-products .navigator span.sep:before {
  content: " » ";
  display: inline-block;
  padding: 0px 5px;
  color: #00a3a0;
}
body .page-products .navigator strong {
  color: #00a3a0;
  font-weight: normal;
}
body .page-products .table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 300px) and (max-width: 640px) {
  body .page-products .table > .row {
    display: block;
  }
  body .page-products .table > .row > .side, body .page-products .table > .row > .result {
    display: block;
  }
  body .page-products .table > .row > .side {
    width: auto;
  }
  body .page-products .table > .row > .side #sidebar-mobile + label {
    display: block;
    padding: 15px;
    border-radius: 3px;
    opacity: 0.7;
    cursor: pointer;
    margin: 0px;
    user-select: none;
    -moz-user-select: none;
  }
  body .page-products .table > .row > .side #sidebar-mobile + label i {
    margin-left: 10px;
  }
  body .page-products .table > .row > .side #sidebar-mobile + label:hover {
    opacity: 1;
  }
  body .page-products .table > .row > .side #sidebar-mobile:not(:checked) + label {
    background-color: rgba(255, 255, 255, 0.6);
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  body .page-products .table > .row > .side #sidebar-mobile:not(:checked) ~ .mobile {
    display: none;
  }
  body .page-products .table > .row > .side #sidebar-mobile:checked + label {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
  }
  body .page-products .table > .row > .side #sidebar-mobile:checked ~ .mobile {
    display: block;
  }
}
@media screen and (min-width: 641px) {
  body .page-products .table > .row {
    display: table-row;
  }
  body .page-products .table > .row > .side, body .page-products .table > .row > .result {
    display: table-cell;
  }
  body .page-products .table > .row > .side {
    width: 300px;
  }
  body .page-products .table > .row > .side #sidebar-mobile + label {
    display: none;
  }
  body .page-products .table > .row > .side #sidebar-mobile:not(:checked) ~ .mobile {
    display: block;
  }
  body .page-products .table > .row > .side #sidebar-mobile:checked ~ .mobile {
    display: block;
  }
}
body .page-products .table > .row > .side, body .page-products .table > .row > .result {
  border-radius: 3px;
  padding: 10px 10px 0px 0px;
}
body .page-products .table > .row > .side {
  overflow: auto;
  padding: 10px 10px 0px 0px;
}
body .page-products .table > .row > .side #sidebar-mobile {
  display: none;
}
body .page-products .table > .row > .side fieldset {
  border: 0px;
  margin: 0px 0px;
  padding: 0px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  border-radius: 3px;
  overflow: hidden;
}
body .page-products .table > .row > .side fieldset > h6 {
  text-indent: 0px;
  margin: 0px;
  padding: 0px;
}
body .page-products .table > .row > .side fieldset > input[type=checkbox] {
  display: none;
}
body .page-products .table > .row > .side fieldset:not(.no-header) {
  padding-top: 0px;
}
body .page-products .table > .row > .side fieldset:not(.no-header).collapse > h6:after {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 0px;
  left: 26px;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  opacity: 0.7;
}
body .page-products .table > .row > .side fieldset:not(.no-header):not(.collapse) > h6:after {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 0px;
  left: 20px;
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  opacity: 0.7;
}
body .page-products .table > .row > .side fieldset.no-header {
  padding: 15px;
}
body .page-products .table > .row > .side fieldset > h6 {
  margin: 0px;
  padding: 0px;
  font-size: small;
  color: #666;
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-indent: 15px;
  line-height: 42px;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(0deg, #FFF, #FAFAFA);
  margin-bottom: -1px;
}
body .page-products .table > .row > .side fieldset > div {
  padding: 0px;
}
body .page-products .table > .row > .side fieldset > div.options .option-item input {
  display: none;
}
body .page-products .table > .row > .side fieldset > div.options .option-item input:checked ~ label:before {
  font-weight: bold;
  margin-left: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  content: "\f058";
  color: #00a3a0;
  width: 20px;
  text-align: center;
}
body .page-products .table > .row > .side fieldset > div.options .option-item input:not(:checked) ~ label:before {
  width: 20px;
  text-align: center;
  font-weight: bold;
  margin-left: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  content: "\f0c8";
  color: rgba(0, 0, 0, 0.3);
}
body .page-products .table > .row > .side fieldset > div.options .option-item label {
  display: block;
  direction: rtl;
  position: relative;
  cursor: pointer;
  font-size: small;
}
body .page-products .table > .row > .side fieldset > div.colors label {
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 100px;
  margin: 0px 2px;
  cursor: pointer;
}
body .page-products .table > .row > .side fieldset > div.colors input {
  display: none;
}
body .page-products .table > .row > .side fieldset > div.colors input:checked + label {
  border: 2px solid #00a3a0;
}
body .page-products .table > .row > .side fieldset > div.colors input:not(:checked) + label {
  border: 3px solid #FFF;
}
body .page-products .table > .row > .side fieldset > div.category a {
  text-decoration: none;
  color: #333;
}
body .page-products .table > .row > .side fieldset > div.category > a {
  display: block;
}
body .page-products .table > .row > .side fieldset > div.category > div {
  padding-right: 15px;
}
body .page-products .table > .row > .side fieldset > div.category > div > a {
  display: block;
}
body .page-products .table > .row > .side fieldset > div.search input[type=text] {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
}
body .page-products .table > .row > .side fieldset:not(.no-header).collapse > div {
  padding: 15px;
}
body .page-products .table > .row > .side fieldset:not(.no-header):not(.collapse) > div {
  display: none;
}
body .page-products .table > .row > .side .buttons {
  padding: 0px;
  text-align: end;
}
body .page-products .table > .row > .side .buttons input {
  background-color: #00a3a0;
  border-radius: 3px;
  display: block;
  width: 100%;
  border: 0px;
  padding: 10px;
  color: #FFF;
  opacity: 0.7;
  cursor: pointer;
  font-family: irs;
}
body .page-products .table > .row > .side .buttons input:hover {
  opacity: 1;
}
body .page-products .table > .row > .side .price-slider {
  direction: rtl;
}
body .page-products .table > .row > .side .price-slider .min, body .page-products .table > .row > .side .price-slider .max {
  color: #999;
  padding: 5px 10px;
}
body .page-products .table > .row > .side .price-slider .min b, body .page-products .table > .row > .side .price-slider .max b {
  display: block;
  text-align: center;
  font-weight: normal;
}
body .page-products .table > .row > .side .price-slider .min strong, body .page-products .table > .row > .side .price-slider .max strong {
  display: block;
  text-align: center;
  font-weight: normal;
}
body .page-products .table > .row > .side .price-slider .min span, body .page-products .table > .row > .side .price-slider .max span {
  background-color: #FFF;
  border-radius: 5px;
  display: block;
  text-align: center;
  color: #666;
  font-size: 10pt;
  padding: 5px 0px;
}
body .page-products .table > .row > .result {
  vertical-align: top;
}
body .page-products .table > .row > .result .res-code {
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 3px;
}
body .page-products .table > .row > .result .res-code > .pres {
  padding: 0px;
}
body .page-products .table > .row > .result .res-code > .pres > ul {
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: start;
  list-style: none;
  font-size: 0pt;
}
body .page-products .table > .row > .result .res-code > .pres > ul li {
  display: inline-block;
  font-size: small;
  vertical-align: top;
  margin: 0px;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.01);
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0);
  text-align: center;
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a:hover {
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.03),rgba(0, 0, 0, 0.06));*/
  background-color: #FFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .oldprice {
  color: #666;
  display: block;
  height: 20px;
  font-weight: normal;
  font-size: 9pt;
  opacity: 0.6;
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .oldprice[data-offer]:after {
  content: attr(data-offer);
  display: inline-block;
  background-color: red;
  color: #FFF;
  font-size: 8pt;
  border-radius: 100px;
  padding: 0px 7px;
  font-weight: normal;
  margin-right: 5px;
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .price {
  font-size: x-large;
  font-weight: bold;
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .price:not(.clear) {
  color: #00a3a0;
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .price.clear {
  color: #a9a9a9;
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .price b {
  font-size: small;
  font-weight: normal;
  color: #333;
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .price[data-offer]:before {
  content: attr(data-offer);
  display: inline-block;
  background-color: red;
  color: #FFF;
  font-size: 8pt;
  border-radius: 100px;
  padding: 0px 7px;
  font-weight: normal;
  margin-left: 5px;
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .img {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  body .page-products .table > .row > .result .res-code > .pres > ul li > a .img {
    min-height: 150px;
  }
}
@media screen and (min-width: 1001px) {
  body .page-products .table > .row > .result .res-code > .pres > ul li > a .img {
    min-height: 250px;
  }
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .img img {
  max-width: 250px;
  width: 100%;
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .color {
  text-align: center;
  height: 30px;
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .color span {
  display: inline-block;
  border-radius: 100px;
  line-height: 16px;
  height: 16px;
  width: 16px;
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .color span:not(:first-of-type) {
  margin-right: 5px;
}
@keyframes _golden {
  0% {
    color: #b99820;
  }
  50% {
    color: #e57000;
  }
  100% {
    color: #b99820;
  }
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .price-msg {
  font-size: smaller;
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .price-msg:not(.festival) {
  color: #FF1b59;
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .price-msg.festival {
  animation: _golden infinite 2s;
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .price-msg b {
  display: block;
  font-size: medium;
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .price-msg b.punit:after {
  content: "%";
}
body .page-products .table > .row > .result .res-code > .pres > ul li > a .price-msg b.unit:after {
  content: "تومان";
  font-size: small;
  margin-right: 5px;
  display: inline-block;
}
body .page-products .table > .row > .result .res-code .pager {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.01);
  padding: 5px;
}
body .page-products .table > .row > .result .res-code .pager span {
  display: inline-block;
  padding: 5px 14px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
body .page-products .table > .row > .result .res-code .pager span.act {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #FFF;
}
body .page-products .table > .row > .result .res-code .orderby {
  background-color: rgba(0, 0, 0, 0.01);
  text-align: end;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-products .table > .row > .result .res-code .orderby a {
  padding: 5px 14px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
body .page-products .table > .row > .result .res-code .orderby a.act {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #FFF;
}
body .page-product {
  padding: 0px 0px;
  background-color: #FFF;
}
body .page-product .special-message {
  color: #FFF;
  padding: 10px;
  background: linear-gradient(218deg, #00a3a0, #541d5e, #757575);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 5s ease infinite;
  -moz-animation: AnimationName 5s ease infinite;
  animation: AnimationName 5s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body .page-product .product-names {
  padding: 0px;
  text-align: start;
  color: #4d4d4f;
}
@media screen and (max-width: 1000px) {
  body .page-product .product-names {
    margin-top: 10px 0px;
  }
}
@media screen and (min-width: 1001px) {
  body .page-product .product-names {
    margin: 10px 0px;
  }
}
body .page-product .product-names hr {
  margin: 5px 0px;
  margin-left: 10px;
}
body .page-product .product-names .product-brand,
body .page-product .product-names .product-series,
body .page-product .product-names .product-category {
  font-size: 9pt;
  color: #bfc0c2;
}
body .page-product .product-names .product-brand a,
body .page-product .product-names .product-series a,
body .page-product .product-names .product-category a {
  display: inline-block;
  text-decoration: none;
  padding: 0px 10px;
  color: #717171;
}
body .page-product .product-names .product-name {
  font-size: 18pt;
  margin: 0px;
  margin-bottom: 0px;
  color: #666;
  vertical-align: middle;
}
body .page-product .product-names .product-desc {
  color: #666;
  font-weight: normal;
  margin: 0px;
  padding: 10px 0px;
}
body .page-product .cartitem {
  background-color: #FFF;
  border-radius: 1000px;
  box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.9);
}
body .page-product .interv {
  border-radius: 3px;
}
body .page-product .interv .c3,
body .page-product .interv .c4,
body .page-product .interv .c5 {
  vertical-align: top;
}
body .page-product .interv > .bc > .c9 .td {
  vertical-align: middle;
}
body .page-product .interv .bc .brd-img {
  position: relative;
}
body .page-product .interv .bc .brd-img .all-images {
  position: absolute;
  cursor: pointer;
  font-size: 0px;
}
body .page-product .interv .bc .brd-img .all-images .images-border img {
  background-color: #FFF;
  margin-bottom: 5px;
  display: inline-block;
}
body .page-product .interv .bc .brd-img .product-img {
  text-align: center;
  vertical-align: top;
  padding: 10px;
  vertical-align: top;
  position: relative;
  min-height: 100px;
  z-index: 90;
}
body .page-product .interv .bc .brd-img .product-img img {
  max-height: 700px;
  max-width: 100%;
  min-height: 600px;
}
body .page-product .interv .bc .brd-img .product-img .product-img-preview {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 9;
}
body .page-product .interv .bc .brd-img .product-img .data-pr {
  border: 1px dashed #999;
  overflow: hidden;
  position: fixed;
  background-color: #FFF;
  background-repeat: no-repeat;
  border-radius: 1000px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
body .page-product .interv .bc .brd-img .product-img .data-pr.zoom {
  transform: scale(1.5);
}
body .page-product .interv .bc .brd-img .product-img .data-pr div {
  position: absolute;
}
body .page-product .interv .bc .brd-img .product-imgs {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-product .interv .bc .brd-img .product-imgs .slider-prod {
  clear: both;
  line-height: 64px;
  position: relative;
  padding: 10px;
}
body .page-product .interv .bc .brd-img .product-imgs .slider-prod .progress {
  top: -2px;
  right: 0px;
  height: 3px;
  background-color: #00a3a0;
  position: absolute;
}
body .page-product .interv .bc .brd-img .product-imgs .slider-prod .img-thumbnail {
  display: inline-block;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  cursor: pointer;
  border-radius: 3px;
}
body .page-product .interv .bc .brd-img .product-imgs .slider-prod .img-thumbnail span {
  display: inline-block;
  font-size: 0px;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.05);
}
body .page-product .interv .bc .brd-img .product-imgs .slider-prod i {
  vertical-align: central;
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: inherit;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}
body .page-product .interv .bc .brd-img .product-imgs .slider-prod i:hover {
  color: #00a3a0;
}
body .page-product .interv .bc .brd-img .product-imgs .slider-prod i.next {
  float: right;
}
body .page-product .interv .bc .brd-img .product-imgs .slider-prod i.prev {
  float: left;
}
body .page-product .interv .bc .brd-img .product-imgs .slider-prod .counter {
  line-height: 64px;
}
@media screen and (max-width: 1000px) {
  body .page-product .interv .bc .brd-img {
    padding-top: 64px;
  }
  body .page-product .interv .bc .brd-img .all-images {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 64px;
  }
  body .page-product .interv .bc .brd-img .all-images img {
    width: 48px;
    height: 48px;
  }
  body .page-product .interv .bc .brd-img .product-img img {
    min-height: 250px;
  }
}
@media screen and (min-width: 1001px) {
  body .page-product .interv .bc .brd {
    padding-right: 10px;
  }
  body .page-product .interv .bc .brd-img {
    padding-right: 100px;
  }
  body .page-product .interv .bc .brd-img .all-images {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100px;
  }
  body .page-product .interv .bc .brd-img .all-images .images-border {
    position: absolute;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  body .page-product .interv .bc .brd-img .all-images .images-border span {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  body .page-product .interv .bc .brd-img .all-images .images-border span img {
    width: 100%;
  }
  body .page-product .interv .bc .brd-img .all-images .images-border span:nth-child(5):before {
    content: " ";
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  body .page-product .interv .bc .brd-img .all-images .images-border span:nth-child(5):after {
    content: "•••";
    line-height: 32px;
    vertical-align: middle;
    font-size: 16px;
    position: absolute;
    margin-top: -16px;
    margin-left: -16px;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
  }
  body .page-product .interv .bc .brd-img .product-img img {
    max-height: 700px;
    max-width: 100%;
    min-height: 500px;
  }
}
body .page-product .interv .bc .brd .image-console {
  cursor: pointer;
  margin-bottom: 5px;
}
body .page-product .interv .bc .brd .image-console table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
body .page-product .interv .bc .brd .image-console table td {
  width: 25%;
  padding: 0px;
}
body .page-product .interv .bc .brd .image-console table td > i.act {
  color: red;
  animation: Favorite infinite 3s;
}
body .page-product .interv .bc .brd .image-console table td.social-links {
  position: relative;
  z-index: 999;
}
body .page-product .interv .bc .brd .image-console table td.social-links ul {
  display: none;
}
body .page-product .interv .bc .brd .image-console table td.social-links:hover ul {
  display: block;
  position: absolute;
  z-index: 99;
  background-color: #00a3a0;
  top: 100%;
  right: 0%;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
body .page-product .interv .bc .brd .image-console table td.social-links:hover ul:before {
  content: " ";
  font-size: 0px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: 10px solid transparent;
  border-bottom-color: #00a3a0;
  margin-left: -10px;
}
body .page-product .interv .bc .brd .image-console table td.social-links:hover ul li {
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 48px;
}
body .page-product .interv .bc .brd .image-console table td.social-links:hover ul li span {
  display: block;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
}
body .page-product .interv .bc .brd .image-console table td.social-links:hover ul li span i {
  font-size: 18px;
}
body .page-product .interv .bc .brd .image-console table td > i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
  display: block;
  padding: 20px;
}
body .page-product .interv .bc .brd .image-console table td > i:hover {
  background-color: #00a3a0;
  color: #FFF;
  border-radius: 3px;
}
body .page-product .interv .bc .brd .boxi {
  background-image: linear-gradient(210deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.05));
  border-radius: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-product .interv .bc .brd .product-option {
  padding: 10px;
}
body .page-product .interv .bc .brd .product-option > b {
  display: block;
  text-align: center;
  font-weight: normal;
  color: #999;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
body .page-product .interv .bc .brd .product-option table {
  width: 100%;
}
body .page-product .interv .bc .brd .product-option table tr:nth-of-type(n+4) {
  display: none;
}
body .page-product .interv .bc .brd .product-option table th {
  text-align: start;
  color: #666;
}
body .page-product .interv .bc .brd .product-option table th:after {
  content: " :";
}
body .page-product .interv .bc .brd .product-option table td {
  text-align: start;
  color: #00a3a0;
}
body .page-product .interv .bc .brd .product-info .product-params hr {
  border: 0px dotted rgba(0, 0, 0, 0.1);
  border-width: 1px 0px 0px 0px;
}
body .page-product .interv .bc .brd .product-info .product-params .color {
  text-align: start;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-product .interv .bc .brd .product-info .product-params .color::before {
  content: "انتخاب رنگ";
  display: block;
  text-align: start;
}
body .page-product .interv .bc .brd .product-info .product-params .color input {
  display: none;
}
body .page-product .interv .bc .brd .product-info .product-params .color input:checked + label {
  border: 3px solid #FFF;
  transform: scale(1);
  box-shadow: 0px 0px 1px 1px #00a3a0;
}
body .page-product .interv .bc .brd .product-info .product-params .color input:not(:checked) + label {
  border: 3px solid #EEE;
}
body .page-product .interv .bc .brd .product-info .product-params .color input:disabled + label {
  position: relative;
  opacity: 0.5;
}
body .page-product .interv .bc .brd .product-info .product-params .color input:disabled + label:after {
  position: absolute;
  content: " ";
  font-size: 0px;
  background-color: #00a3a0;
  height: 1px;
  top: 50%;
  left: -20%;
  width: 140%;
  transform: rotate(-45deg);
}
body .page-product .interv .bc .brd .product-info .product-params .color label {
  font-size: 0px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 5px solid transparent;
  cursor: pointer;
}
body .page-product .interv .bc .brd .product-info .product-params .color label:not(:first-of-type) {
  margin-right: 10px;
}
body .page-product .interv .bc .brd .product-info .product-params .extension .data-extension {
  text-align: start;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-product .interv .bc .brd .product-info .product-params .extension .data-extension b {
  display: block;
  text-align: start;
  font-weight: normal;
  padding-bottom: 20px;
}
body .page-product .interv .bc .brd .product-info .product-params .extension .data-extension:before {
  content: "گزینه های تکمیلی محصول";
  display: block;
  text-align: start;
  display: none;
}
body .page-product .interv .bc .brd .product-info .product-params .extension .data-extension ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: start;
  margin-bottom: 20px;
}
body .page-product .interv .bc .brd .product-info .product-params .extension .data-extension ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
body .page-product .interv .bc .brd .product-info .product-params .extension .data-extension ul li * {
  cursor: pointer;
}
body .page-product .interv .bc .brd .product-info .product-params .extension .data-extension ul li div {
  display: block;
  position: relative;
}
body .page-product .interv .bc .brd .product-info .product-params .extension .data-extension ul li div .extension-price {
  font-size: 8pt;
  color: #00a2f5;
  position: absolute;
  left: 0px;
  display: none;
}
body .page-product .interv .bc .brd .product-info .product-params .extension .data-extension ul li div .extension-price:after {
  content: " تومان";
}
body .page-product .interv .bc .brd .product-info .product-params .extension .data-extension ul li div input {
  display: none;
}
body .page-product .interv .bc .brd .product-info .product-params .extension .data-extension ul li div input:checked + label {
  border-radius: 5px;
  border: 1px solid #00a3a0;
}
body .page-product .interv .bc .brd .product-info .product-params .extension .data-extension ul li div input:checked + label:before {
  width: 20px;
  text-align: center;
  font-weight: bold;
  margin-left: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  content: "\f058";
  color: #00a2f5;
  display: none;
}
body .page-product .interv .bc .brd .product-info .product-params .extension .data-extension ul li div input:not(:checked) + label {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-product .interv .bc .brd .product-info .product-params .extension .data-extension ul li div input:not(:checked) + label:before {
  width: 20px;
  text-align: center;
  font-weight: bold;
  margin-left: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  content: "\f0c8";
  color: rgba(0, 0, 0, 0.3);
  display: none;
}
body .page-product .interv .bc .brd .product-info .product-params .extension .data-extension ul li div input:disabled + label {
  opacity: 0.3;
  position: relative;
  display: block;
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 11px, rgba(0, 0, 0, 0.1) 20px);
}
body .page-product .interv .bc .brd .product-info .product-params .extension .data-extension ul li div input + label {
  padding: 5px 10px;
  margin-left: 10px;
  display: inline-block;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view {
  position: relative;
  vertical-align: bottom;
  padding: -1px;
  border: 0px;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .prices {
  text-align: start;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .prices .product-price {
  color: #ff5f6e;
  font-size: 18pt;
  font-weight: bold;
  display: none;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .prices .product-price:after {
  content: "تومان";
  padding-right: 5px;
  font-size: 10pt;
  font-weight: normal;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .prices .product-offer {
  background-color: maroon;
  color: #FFF;
  padding: 0px 5px;
  border-radius: 3px;
  display: none;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .prices .product-offer:before {
  content: "تخفیف : ";
  padding-left: 5px;
  font-size: 8pt;
  font-weight: normal;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .prices .product-offer:after {
  content: "تومان";
  padding-right: 5px;
  font-size: 8pt;
  font-weight: normal;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .prices .product-oldprice {
  color: #999;
  text-decoration: line-through;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .prices .product-oldprice:after {
  content: "تومان";
  padding-right: 5px;
  font-size: 8pt;
  font-weight: normal;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .bc.price-opt {
  padding: 0px 2px 2px 0px;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .bc.price-opt li {
  position: relative;
  height: 58px;
  line-height: 58px;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .customization-btn, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-btn, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-count {
  line-height: 58px;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .customization-btn button, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-btn button, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-count button {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0px;
  font-family: irs;
  color: #FFF;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .customization-btn.customization-btn, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-btn.customization-btn, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-count.customization-btn {
  border-radius: 3px;
  opacity: 0.8;
  background-color: #666;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .customization-btn.customization-btn:hover, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-btn.customization-btn:hover, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-count.customization-btn:hover {
  opacity: 1;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .customization-btn.customization-btn #customization-btn, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-btn.customization-btn #customization-btn, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-count.customization-btn #customization-btn {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  color: #FFF;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .customization-btn.product-btn, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-btn.product-btn, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-count.product-btn {
  border-radius: 3px;
  opacity: 0.8;
  background-color: #00a3a0;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .customization-btn.product-btn.disabled, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-btn.product-btn.disabled, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-count.product-btn.disabled {
  opacity: 0.2;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .customization-btn.product-btn:not(.disabled):hover, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-btn.product-btn:not(.disabled):hover, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-count.product-btn:not(.disabled):hover {
  opacity: 1;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .customization-btn.product-btn.false, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-btn.product-btn.false, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-count.product-btn.false {
  display: none;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .customization-btn.product-count, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-btn.product-count, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-count.product-count {
  background-color: #FFF;
  border-radius: 3px;
  opacity: 0.8;
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding: 5px;
  text-align: center;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .customization-btn.product-count span, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-btn.product-count span, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-count.product-count span {
  display: block;
  line-height: 25px;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .customization-btn.product-count input[type=number], body .page-product .interv .bc .brd .product-info .product-params .table-price .view .customization-btn.product-count select, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-btn.product-count input[type=number], body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-btn.product-count select, body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-count.product-count input[type=number], body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-count.product-count select {
  background-color: transparent;
  padding: 0px;
  display: block;
  text-align: center;
  border: 0px;
  width: 100%;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-calcs {
  position: relative;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-calcs .product-calc-one {
  color: #666;
  font-size: 20pt;
  text-align: start;
  font-weight: bold;
  line-height: 40px;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-calcs .product-calc-one:before {
  content: "قیمت : ";
  padding-right: 5px;
  font-size: 10pt;
  font-weight: normal;
  color: #333;
  display: inline-block;
  width: 50px;
  line-height: 40px;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-calcs .product-calc-one.unit:after {
  content: "تومان";
  padding-right: 5px;
  font-size: 10pt;
  font-weight: normal;
  color: #00a3a0;
  line-height: 40px;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-calcs .product-calc-count {
  color: #666;
  font-size: 20pt;
  text-align: start;
  font-weight: bold;
  line-height: 40px;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-calcs .product-calc-count:before {
  content: "تعداد : ";
  padding-right: 5px;
  font-size: 10pt;
  font-weight: normal;
  color: #333;
  display: inline-block;
  width: 50px;
  line-height: 40px;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-calcs .product-calc-count:after {
  content: " × ";
  padding-right: 5px;
  font-size: 20pt;
  font-weight: normal;
  color: #333;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-calcs .product-calc-price {
  color: #ff5f6e;
  font-size: 30pt;
  text-align: start;
  font-weight: bold;
  line-height: 40px;
  padding-top: 10px;
  margin-top: 10px;
  position: relative;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-calcs .product-calc-price.unit:after {
  content: "تومان";
  padding-right: 5px;
  font-size: 10pt;
  font-weight: normal;
  color: #ff5f6e;
  line-height: 40px;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-calcs .product-offer {
  position: absolute;
  top: 15px;
  left: 2px;
  background-color: #ff5f6e;
  color: #FFF;
  padding: 7px 25px;
  font-size: 14px;
  border-radius: 3px;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-calcs .product-offer:after {
  content: "%";
  margin-right: 5px;
  display: inline-block;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .product-calcs .product-offer:before {
  content: "تخفیف";
  position: absolute;
  bottom: 100%;
  display: block;
  left: 0px;
  width: 100%;
  color: #666;
  text-align: center;
  font-size: 9pt;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .sell-type.true {
  display: none;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .view .sell-type.false {
  text-align: center;
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  background-color: #00a3a0;
  color: #FFF;
  border-radius: 3px;
  opacity: 0.8;
  border: 0px;
  line-height: 20pt;
  font-family: irs;
  width: 100%;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .side {
  width: 10px;
  padding: 0px;
  position: relative;
  vertical-align: top;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .side .price-info {
  text-align: center;
  font-size: 0px;
  margin-right: -1px;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .side .price-info input {
  display: none;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .side .price-info input + label {
  display: block;
  border-radius: 3px;
  font-size: small;
  min-width: 72px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 9;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .side .price-info input + label span {
  display: block;
  padding: 5px;
  padding-bottom: 0px;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .side .price-info input + label span:after {
  content: "عدد";
  display: inline-block;
  padding-right: 5px;
  display: inline-block;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .side .price-info input + label strong {
  display: block;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  font-weight: normal;
  padding: 5px 10px;
  padding-top: 0px;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .side .price-info input + label strong.unit:after {
  content: "تومان";
  font-weight: normal;
  font-size: 8pt;
  padding-right: 5px;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .side .price-info input:checked + label {
  background-color: #FFF;
  color: #00a3a0;
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .side .price-info input:not(:checked) + label {
  background-color: rgba(0, 0, 0, 0.02);
  color: rgba(0, 0, 0, 0.4);
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .price-tips {
  background-color: rgba(0, 0, 0, 0.02);
  color: #00a3a0;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-product .interv .bc .brd .product-info .product-params .table-price .price-tips2 {
  background-color: rgba(0, 0, 0, 0);
  color: #666;
  text-align: end;
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-product .order-feature {
  padding: 10px 0px;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}
body .page-product .order-feature .order-feature-item {
  display: inline-block;
  position: relative;
  padding-right: 68px;
  text-decoration: none;
}
body .page-product .order-feature .order-feature-item img {
  height: 48px;
  position: absolute;
  right: 10px;
  top: 0px;
}
body .page-product .order-feature .order-feature-item span.header {
  display: block;
  font-weight: bold;
  font-size: 12pt;
  color: #222;
}
body .page-product .order-feature .order-feature-item span.description {
  display: block;
  font-weight: normal;
  font-size: 8pt;
  color: #777;
}
body .page-product .other-series {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-product .other-series:hover > span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-product .other-series > span {
  display: block;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  clear: both;
  text-align: start;
}
body .page-product .other-series > span b {
  display: inline-block;
  text-align: start;
}
body .page-product .other-series > span a {
  float: left;
  display: inline-block;
  text-decoration: none;
  color: #666;
}
body .page-product .other-series ul.bc {
  font-size: 0px;
}
@media screen and (max-width: 1000px) {
  body .page-product .other-series ul.bc {
    white-space: nowrap;
    overflow-x: scroll;
  }
  body .page-product .other-series ul.bc > li {
    display: inline-block;
    width: 200px;
  }
}
@media screen and (min-width: 1001px) {
  body .page-product .other-series ul.bc > li.dark a {
    background-color: #FFF;
    margin: 0px 2.5px;
  }
}
body .page-product .other-series ul.bc li {
  white-space: nowrap;
}
body .page-product .other-series li > a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0);
  text-align: center;
}
body .page-product .other-series li > a:hover {
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.03),rgba(0, 0, 0, 0.06));*/
  background-color: #FFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
body .page-product .other-series li > a .oprice, body .page-product .other-series li > a .oldprice {
  color: #666;
  display: block;
  height: 20px;
  font-weight: normal;
  font-size: 9pt;
  opacity: 0.6;
}
body .page-product .other-series li > a .oprice[data-offer]:after, body .page-product .other-series li > a .oldprice[data-offer]:after {
  content: attr(data-offer);
  display: inline-block;
  background-color: red;
  color: #FFF;
  font-size: 8pt;
  border-radius: 100px;
  padding: 0px 7px;
  font-weight: normal;
  margin-right: 5px;
}
body .page-product .other-series li > a .offer {
  display: none;
}
body .page-product .other-series li > a .price {
  font-size: x-large;
  font-weight: bold;
}
body .page-product .other-series li > a .price:not(.clear) {
  color: #00a3a0;
}
body .page-product .other-series li > a .price.clear {
  color: #a9a9a9;
}
body .page-product .other-series li > a .price b {
  font-size: small;
  font-weight: normal;
  color: #333;
}
body .page-product .other-series li > a .price[data-offer]:before {
  content: attr(data-offer);
  display: inline-block;
  background-color: red;
  color: #FFF;
  font-size: 8pt;
  border-radius: 100px;
  padding: 0px 7px;
  font-weight: normal;
  margin-left: 5px;
}
body .page-product .other-series li > a .price:after, body .page-product .other-series li > a .oprice:after, body .page-product .other-series li > a .oldprice:after {
  content: "تومان";
  display: inline-block;
  font-size: small;
  font-weight: normal;
  margin-right: 5px;
}
body .page-product .other-series li > a .name {
  font-size: 10pt;
}
body .page-product .other-series li > a .img {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  body .page-product .other-series li > a .img {
    min-height: 150px;
  }
}
@media screen and (min-width: 1001px) {
  body .page-product .other-series li > a .img {
    min-height: 250px;
  }
}
body .page-product .other-series li > a .img img {
  max-width: 250px;
  width: 100%;
}
body .page-product .other-series li > a .colors {
  text-align: center;
  height: 30px;
}
body .page-product .other-series li > a .colors span {
  display: inline-block;
  border-radius: 100px;
  line-height: 16px;
  height: 16px;
  width: 16px;
}
body .page-product .other-series li > a .colors span:not(:first-of-type) {
  margin-right: 5px;
}
@keyframes _golden {
  0% {
    color: #b99820;
  }
  50% {
    color: #e57000;
  }
  100% {
    color: #b99820;
  }
}
body .page-product .other-series li > a .price-msg {
  font-size: smaller;
}
body .page-product .other-series li > a .price-msg:not(.festival) {
  color: #FF1b59;
}
body .page-product .other-series li > a .price-msg.festival {
  animation: _golden infinite 2s;
}
body .page-product .other-series li > a .price-msg b {
  display: block;
  font-size: medium;
}
body .page-product .other-series li > a .price-msg b.punit:after {
  content: "%";
}
body .page-product .other-series li > a .price-msg b.unit:after {
  content: "تومان";
  font-size: small;
  margin-right: 5px;
  display: inline-block;
}
body .page-product .tab-control .tabs {
  margin-bottom: -2px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.03);
  font-size: 0px;
  border-radius: 0px;
  overflow: hidden;
  padding-top: 0px;
}
body .page-product .tab-control .tabs .item {
  display: inline-block;
  padding: 10px 15px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 9pt;
  color: #4d4d4f;
}
body .page-product .tab-control .tabs .item.act {
  border-bottom-color: transparent;
  background-color: #f2f2f2;
}
body .page-product .tab-control .tabs .item:not(.act) {
  background-color: rgba(0, 0, 0, 0);
  color: #999;
  border-color: transparent;
}
body .page-product .tab-control .contents {
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-product .tab-control .contents .content {
  display: none;
  padding: 10px;
  font-size: 9pt;
}
body .page-product .tab-control .contents .content.act {
  display: block;
}
body .page-product .tab-control .contents .content#options table {
  width: 100%;
}
body .page-product .tab-control .contents .content#options table th.super-header {
  background-color: rgba(0, 0, 0, 0.05);
  text-align: start;
  padding: 5px;
  color: #00a3a0;
  font-weight: normal;
}
body .page-product .tab-control .contents .content#options table th:not(.super-header) {
  background-color: rgba(0, 0, 0, 0.02);
  text-align: start;
  padding: 5px;
  width: 10px;
  white-space: nowrap;
  padding-left: 100px;
  font-weight: normal;
  color: #333;
}
body .page-product .tab-control .contents .content#options table td {
  text-align: start;
  padding: 5px;
  width: auto;
  color: #333;
}
body .page-product .tab-control .contents .content .suggestion-content li {
  padding: 2px;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.01);
  margin: 0px;
  padding: 15px;
  border-radius: 3px;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset legend {
  display: none;
  position: static;
  text-align: start;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments {
  width: 100%;
  border-collapse: collapse;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody:not(:last-of-type) tr:last-of-type td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody td {
  vertical-align: top;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody .title {
  color: #00a2f5;
  padding: 10px;
  font-size: 12pt;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody .title b {
  float: left;
  color: #333;
  font-size: 8pt;
  font-weight: normal;
  margin-top: 3px;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody .desc {
  text-align: justify;
  padding: 10px;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody .plus {
  padding: 10px;
  width: 25%;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody .plus label {
  display: block;
  color: #16a900;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody .minus {
  padding: 10px;
  width: 25%;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody .minus label {
  display: block;
  color: #c40000;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody .points {
  padding: 10px;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody .points label {
  display: block;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody .points label b {
  float: left;
  font-weight: normal;
  color: #00a3a0;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody .points .chart-o {
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody .points .chart-o > div {
  background-color: #00a2f5;
  height: 3px;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody .points .chart-o .bar-1 {
  width: 20%;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody .points .chart-o .bar-2 {
  width: 40%;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody .points .chart-o .bar-3 {
  width: 60%;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody .points .chart-o .bar-4 {
  width: 80%;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments-detail .comments tbody .points .chart-o .bar-5 {
  width: 100%;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments .item label {
  display: block;
  text-align: start;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments .item span {
  display: block;
  padding: 8px;
  border-radius: 3px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments .item span input, body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments .item span textarea {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0px;
  padding: 0px;
  resize: none;
  font-family: Tahoma;
  font-size: 9pt;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.comments .item:not(:last-of-type) {
  margin-bottom: 15px;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.options > .item > label {
  text-align: start;
  display: block;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.options span {
  position: relative;
  display: block;
  height: 52px;
  margin-top: 10px;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.options span:before {
  content: " ";
  font-size: 0px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  top: 15px;
  left: 0px;
  width: 100%;
  z-index: 0;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.options span strong {
  font-size: 0px;
  z-index: 999;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.options span strong input[type=radio] {
  display: none;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.options span strong input[type=radio]:not(:checked) + label {
  display: inline-block;
  width: 20%;
  text-align: center;
  cursor: pointer;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.options span strong input[type=radio]:not(:checked) + label:before {
  content: " ";
  font-size: 0px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #FFF;
  transform: scale(0.8);
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.options span strong input[type=radio]:not(:checked) + label b {
  font-size: 7pt;
  font-weight: normal;
  display: block;
  text-align: center;
  font-family: Tahoma;
  margin-top: 10px;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.options span strong input[type=radio]:checked + label {
  display: inline-block;
  width: 20%;
  text-align: center;
  cursor: pointer;
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.options span strong input[type=radio]:checked + label:before {
  content: " ";
  font-size: 0px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #00a2f5;
  transform: scale(1);
}
body .page-product .tab-control .contents .content .suggestion-content li fieldset.options span strong input[type=radio]:checked + label b {
  font-size: 7pt;
  font-weight: normal;
  display: block;
  text-align: center;
  font-family: Tahoma;
  margin-top: 10px;
}
body .page-product .tab-control .contents .content .suggestion-content li .desc {
  text-align: start;
  padding: 5px;
}
body .page-product .tab-control .contents .content .suggestion-content li .desc strong {
  color: #00a3a0;
}
body .page-product .tab-control .contents .content .suggestion-content li .desc p {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}
body .page-product .tab-control .contents .content .suggestion-content li .desc p i {
  font-size: 14px;
  margin-left: 15px;
  color: #00a2f5;
}
body .page-product .tab-control .contents .content#descriptions {
  direction: rtl;
  text-align: start;
  padding: 15px;
}
body .page-product .imd {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}
body .page-product .imd.hide {
  display: none;
}
body .page-product .imd td {
  text-align: center;
}
body .page-product .imd td > div {
  display: inline-block;
  padding: 15px;
  max-width: 450px;
  background-color: #FFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
body .page-product .imd td > div > img {
  display: none;
}
body .page-product .imd td > div > span {
  display: block;
}
body .page-product .imd td > div > span b {
  color: #00a3a0;
  font-size: 12pt;
  display: inline-block;
  padding: 0 5px;
}
body .page-product .imd td > div > span strong {
  font-size: 12pt;
  display: inline-block;
  padding: 0 5px;
}
body .page-product .imd td > div > span strong:after {
  content: "تومان";
  color: #00a3a0;
  font-size: 9pt;
}
body .page-product.darkslider {
  background-image: linear-gradient(180deg, #F1F1F1, #FFF, #FFF);
  margin-top: 10px;
}
body .page-product-preview .ProductPreview .list {
  font-size: 0px;
  text-align: center;
}
body .page-product-preview .ProductPreview .list .imgs img.act {
  background-color: #FFF;
}
body .page-product-preview .ProductPreview .view .ImgPreView {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 639px) {
  body .page-product-preview .table {
    display: table;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
  }
  body .page-product-preview .table .tr {
    display: table-row;
    position: relative;
  }
  body .page-product-preview .table .tr:last-of-type .td {
    width: 150px;
    background-color: #e7e7e7;
    vertical-align: middle;
  }
  body .page-product-preview .table .tr .td {
    display: table-cell;
  }
  body .page-product-preview .list {
    height: 72px;
  }
  body .page-product-preview .list .imgs {
    white-space: nowrap;
    overflow: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  body .page-product-preview .list .imgs img {
    height: 100%;
  }
}
@media screen and (min-width: 640px) {
  body .page-product-preview .ProductPreview {
    display: table;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
  }
  body .page-product-preview .table {
    display: table-row;
  }
  body .page-product-preview .table .tr {
    display: table-cell;
    position: relative;
    overflow: auto;
    height: 100%;
  }
  body .page-product-preview .table .tr:last-of-type {
    width: 150px;
    background-color: #e7e7e7;
    vertical-align: middle;
  }
  body .page-product-preview .list .imgs {
    overflow: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  body .page-product-preview .list .imgs img {
    display: block;
    width: 100%;
  }
}
body .page-signin {
  padding: 75px 0px;
}
@media screen and (min-width: 300px) and (max-width: 640px) {
  body .page-signin .form {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  body .page-signin .form {
    display: inline-block;
    width: 400px;
  }
}
@media screen and (min-width: 1001px) {
  body .page-signin .form {
    display: inline-block;
    width: 400px;
  }
}
body .page-recruitments {
  padding: 50px 0px;
}
body .page-recruitments .inline.select .bc {
  padding: 15px 15px 0px 0px;
  text-align: start;
}
body .page-recruitments .inline.select .bc > li {
  padding: 0px 0px 15px 15px;
}
body .page-recruitments .inline.select .item {
  display: block;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: start;
}
body .page-recruitments .inline.select .item b {
  display: inline-block;
  font-size: large;
  text-align: start;
  padding: 0px 0px 10px 0px;
  padding-right: 5px;
  color: #00a3a0;
}
body .page-recruitments .inline.select .item strong {
  font-size: small;
  text-align: start;
  font-weight: normal;
}
body .page-recruitments .inline.select .item span {
  display: block;
  font-size: small;
  text-align: start;
  font-family: irs;
  margin: 0px;
  padding: 10px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1001px) {
  body .page-recruitments .inline.select .item span.fixi-1 {
    height: 50px;
    white-space: nowrap;
  }
  body .page-recruitments .inline.select .item span.fixi-2 {
    height: 260px;
    overflow: auto;
  }
  body .page-recruitments .inline.select .item span.fixi-3 {
    height: 130px;
    overflow: auto;
  }
}
body .page-recruitments .inline.select .item span .tag {
  display: inline-block;
  color: #609b00;
  padding: 2px 5px;
  border-radius: 3px;
  margin-bottom: 5px;
}
body .page-recruitments .inline.select .item span .tag i {
  padding-left: 10px;
}
body .page-recruitments .inline.select .item div {
  text-align: end;
}
body .page-recruitments .recruitment .detail .item {
  display: block;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: start;
  background-color: rgba(0, 0, 0, 0.02);
}
body .page-recruitments .recruitment .detail .item b {
  display: inline-block;
  font-size: large;
  text-align: start;
  padding: 0px 0px 10px 0px;
  padding-right: 5px;
  color: #00a3a0;
}
body .page-recruitments .recruitment .detail .item strong {
  font-size: small;
  text-align: start;
  font-weight: normal;
}
body .page-recruitments .recruitment .detail .item span {
  display: block;
  font-size: small;
  text-align: start;
  font-family: irs;
  margin: 0px;
  padding: 10px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-recruitments .recruitment .detail .item span .tag {
  display: inline-block;
  color: #609b00;
  padding: 2px 5px;
  border-radius: 3px;
  margin-bottom: 5px;
}
body .page-recruitments .recruitment .detail .item span .tag i {
  padding-left: 10px;
}
body .page-recruitments .recruitment .detail .item div {
  text-align: end;
}
body .page-recruitments .recruitment.print {
  padding: 0px 50px;
}
body .page-recruitments .recruitment.print .control span {
  display: block;
  padding: 10px 0px;
  text-align: justify;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-recruitments .recruitment.msg i {
  font-size: 100px;
  color: #541d5e;
  margin-bottom: 15px;
}
body .page-recruitments .recruitment.msg h2 {
  display: block;
  font-size: x-large;
  font-weight: bold;
  color: #00a3a0;
  text-align: center;
}
body .page-recruitments .recruitment.msg span {
  font-size: medium;
  color: #666;
  text-align: justify;
}
body .page-recruitments .recruitment:not(.print) .control {
  min-height: 40px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
body .page-recruitments .recruitment .rows {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
body .page-recruitments .recruitment .rows .del {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  cursor: pointer;
  padding: 3px 8px;
  background-color: #00a3a0;
  color: #FFF;
  border-radius: 3px;
}
body .page-recruitments .recruitment .grp {
  display: block;
}
body .page-recruitments .recruitment .grp .req .lbl:before {
  content: "*";
  display: inline-block;
  color: #00a3a0;
  font-family: Tahoma;
  margin-left: 10px;
}
body .page-recruitments .recruitment .grp {
  margin-top: 25px;
}
body .page-recruitments .recruitment .grp > input {
  display: none;
}
body .page-recruitments .recruitment .grp > input:checked ~ .content {
  display: block;
}
body .page-recruitments .recruitment .grp > input:checked ~ label i {
  transform: rotate(-90deg);
  color: #00a3a0;
}
body .page-recruitments .recruitment .grp > input:not(:checked) ~ .content {
  display: none;
}
body .page-recruitments .recruitment .grp > label {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: start;
  padding: 10px;
  font-size: medium;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  color: #999;
}
body .page-recruitments .recruitment .grp > label i {
  margin-left: 10px;
}
body .page-recruitments .recruitment .grp .content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.02);
}
body .page-recruitments .recruitment .grp .content .bc {
  padding: 0px 0px 15px 15px;
}
body .page-recruitments .recruitment .grp .content .bc > li {
  padding: 15px 15px 0px 0px;
}
body .page-recruitments .recruitment .grp .content .bc > li .lbl {
  padding: 5px;
  text-align: start;
  color: #541d5e;
}
body .page-recruitments .recruitment .grp .content .bc > li .control {
  position: relative;
}
body .page-recruitments .recruitment .grp .content .bc > li .control select, body .page-recruitments .recruitment .grp .content .bc > li .control input {
  border: 0px;
  width: 100%;
  padding: 5px 0px;
  text-align: center;
  line-height: 22px;
  position: absolute;
  font-family: irs;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
body .page-recruitments .recruitment .grp .content .bc > li .control select.valerr, body .page-recruitments .recruitment .grp .content .bc > li .control input.valerr {
  background-color: rgba(255, 0, 0, 0.1);
}
body .page-recruitments .recruitment .grp .content .bc > li .control select:not(.valerr), body .page-recruitments .recruitment .grp .content .bc > li .control input:not(.valerr) {
  background-color: transparent;
}
body .page-recruitments .recruitment .grp .content .bc > li .control select:focus, body .page-recruitments .recruitment .grp .content .bc > li .control input:focus {
  box-shadow: 0px 0px 5px rgba(0, 162, 245, 0.48);
}
body .page-recruitments .recruitment .grp .content .bc > li .control select::placeholder, body .page-recruitments .recruitment .grp .content .bc > li .control input::placeholder {
  color: #AAA;
}
body .page-recruitments .recruitment .grp div.buttons {
  padding: 0px 15px 15px 15px;
  text-align: end;
  padding-top: 15px;
}
body .page-recruitments .recruitment .grp div.buttons span {
  padding: 0px 15px;
  display: inline-block;
}
body .page-recruitments .recruitment .recform > .buttons {
  padding-top: 15px;
}
body .page-signup {
  padding: 75px 0px;
}
@media screen and (min-width: 300px) and (max-width: 640px) {
  body .page-signup .form {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  body .page-signup .form {
    display: inline-block;
    width: 400px;
  }
}
@media screen and (min-width: 1001px) {
  body .page-signup .form {
    display: inline-block;
    width: 400px;
  }
}
body .page-forget {
  padding: 75px 0px;
}
@media screen and (min-width: 300px) and (max-width: 640px) {
  body .page-forget .form {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  body .page-forget .form {
    display: inline-block;
    width: 400px;
  }
}
@media screen and (min-width: 1001px) {
  body .page-forget .form {
    display: inline-block;
    width: 400px;
  }
}
body .OrderOverview {
  padding: 50px 0px;
}
@media screen and (max-width: 1000px) {
  body .OrderOverview .tablex, body .OrderOverview .table {
    display: block;
    width: 100%;
  }
  body .OrderOverview .tablex .tr, body .OrderOverview .table .tr {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px;
  }
  body .OrderOverview .tablex .tr .td, body .OrderOverview .table .tr .td {
    display: block;
    text-align: center;
  }
  body .OrderOverview .tablex .tr .td.nw, body .OrderOverview .table .tr .td.nw {
    width: auto;
    white-space: normal;
  }
  body .OrderOverview .tablex .tr .th, body .OrderOverview .table .tr .th {
    display: block;
    text-align: center;
  }
  body .OrderOverview .tablex .tr .th.nw, body .OrderOverview .table .tr .th.nw {
    width: auto;
    white-space: normal;
  }
}
@media screen and (min-width: 1001px) {
  body .OrderOverview .tablex, body .OrderOverview .table {
    display: table;
    width: 100%;
  }
  body .OrderOverview .tablex .tr, body .OrderOverview .table .tr {
    display: table-row;
    border-top: 0px;
    padding: 0px;
  }
  body .OrderOverview .tablex .tr .td, body .OrderOverview .table .tr .td {
    display: table-cell;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: start;
  }
  body .OrderOverview .tablex .tr .td.nw, body .OrderOverview .table .tr .td.nw {
    width: 10px;
    white-space: nowrap;
  }
  body .OrderOverview .tablex .tr .th, body .OrderOverview .table .tr .th {
    display: table-cell;
    text-align: start;
  }
  body .OrderOverview .tablex .tr .th.nw, body .OrderOverview .table .tr .th.nw {
    width: 10px;
    white-space: nowrap;
  }
}
body .OrderOverview .tablex, body .OrderOverview .table {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body .OrderOverview .tablex > .tr .th, body .OrderOverview .table > .tr .th {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 10px;
}
body .OrderOverview .tablex > .tr .th.center, body .OrderOverview .table > .tr .th.center {
  text-align: center;
}
body .OrderOverview .tablex > .tr .td, body .OrderOverview .table > .tr .td {
  font-size: 11pt;
  vertical-align: middle;
  padding: 5px 10px;
}
body .OrderOverview .tablex > .tr .td img, body .OrderOverview .table > .tr .td img {
  vertical-align: middle;
}
body .OrderOverview .tablex > .tr .td.center, body .OrderOverview .table > .tr .td.center {
  text-align: center;
}
body .OrderOverview .tablex > .tr .td.unit, body .OrderOverview .table > .tr .td.unit {
  padding-left: 25px;
  padding-right: 25px;
}
body .OrderOverview .tablex > .tr .td.unit:after, body .OrderOverview .table > .tr .td.unit:after {
  content: "تومان";
  color: #00a3a0;
  display: inline-block;
  margin-right: 10px;
  font-size: 8pt;
}
body .OrderOverview .tablex > .tr .td.pcolor, body .OrderOverview .table > .tr .td.pcolor {
  background-color: rgba(0, 162, 245, 0.18);
  font-size: 20px;
  font-weight: bold;
}
body .OrderOverview .tablex > .tr .td .overview-btnx, body .OrderOverview .table > .tr .td .overview-btnx {
  display: inline-block;
  background-color: #00a3a0;
  color: #FFF;
  text-decoration: none;
  border-radius: 3px;
  font-size: 14pt;
  line-height: 24px;
  width: 32px;
  vertical-align: middle;
}
body .OrderOverview .tablex > .tr .td .overview-btn, body .OrderOverview .table > .tr .td .overview-btn {
  display: inline-block;
  background-color: #00a2f5;
  color: #FFF;
  text-decoration: none;
  border-radius: 3px;
  font-size: 14pt;
  width: 32px;
  line-height: 24px;
  vertical-align: middle;
}
body .OrderOverview .tablex > .tr .td a, body .OrderOverview .table > .tr .td a {
  display: inline-block;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
  padding: 3px 10px;
  min-width: 16px;
  border-radius: 3px;
}
body .OrderOverview .tablex > .tr .td a.btn-row, body .OrderOverview .table > .tr .td a.btn-row {
  background-color: #00a3a0;
  color: #FFF;
}
body .OrderOverview .tablex > .tr .td a.btn-row-del, body .OrderOverview .table > .tr .td a.btn-row-del {
  background-color: #F00;
  color: #FFF;
}
body .page-categories {
  padding: 50px 0px;
}
body .page-categories .bc {
  padding: 0px 0px 10px 10px;
  text-align: start;
}
body .page-categories .bc li {
  padding: 10px 10px 0px 0px;
  font-size: 0px;
}
body .page-categories .bc li a {
  display: block;
  text-decoration: none;
}
body .page-categories .bc li a img {
  width: 100%;
  border-radius: 5px;
  font-size: 18px;
  text-decoration: none;
}
body .page-signin,
body .page-signup,
body .page-forget,
body .page-about {
  padding: 50px 0px;
}
body .page-signin .bc li,
body .page-signup .bc li,
body .page-forget .bc li,
body .page-about .bc li {
  clear: both;
  padding-bottom: 15px;
}
body .page-signin .bc li a,
body .page-signup .bc li a,
body .page-forget .bc li a,
body .page-about .bc li a {
  background-color: #c9c9c9;
  color: #666;
}
body .page-signin .bc li a i,
body .page-signup .bc li a i,
body .page-forget .bc li a i,
body .page-about .bc li a i {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
body .page-signin .bc li .desc,
body .page-signup .bc li .desc,
body .page-forget .bc li .desc,
body .page-about .bc li .desc {
  text-align: justify;
}
@media screen and (max-width: 1000px) {
  body .page-signin .bc li .img,
body .page-signup .bc li .img,
body .page-forget .bc li .img,
body .page-about .bc li .img {
    display: block;
    width: 100%;
  }
  body .page-signin .bc li .img img,
body .page-signup .bc li .img img,
body .page-forget .bc li .img img,
body .page-about .bc li .img img {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  body .page-signin .bc li .img,
body .page-signup .bc li .img,
body .page-forget .bc li .img,
body .page-about .bc li .img {
    width: 60%;
  }
  body .page-signin .bc li .img.left,
body .page-signup .bc li .img.left,
body .page-forget .bc li .img.left,
body .page-about .bc li .img.left {
    padding-right: 15px;
    float: left;
  }
  body .page-signin .bc li .img.right,
body .page-signup .bc li .img.right,
body .page-forget .bc li .img.right,
body .page-about .bc li .img.right {
    padding-left: 15px;
    float: right;
  }
  body .page-signin .bc li .img img,
body .page-signup .bc li .img img,
body .page-forget .bc li .img img,
body .page-about .bc li .img img {
    width: 100%;
  }
}
body .page-signin .form,
body .page-signup .form,
body .page-forget .form,
body .page-about .form {
  padding: 10px;
}
body .page-signin .form .msg,
body .page-signup .form .msg,
body .page-forget .form .msg,
body .page-about .form .msg {
  background-color: #fffba7;
  border: 1px solid #ffbb00;
  margin-bottom: 10px;
  border-radius: 3px;
  padding-bottom: 10px;
}
body .page-signin .form .msg .item,
body .page-signup .form .msg .item,
body .page-forget .form .msg .item,
body .page-about .form .msg .item {
  padding: 10px;
  padding-bottom: 0px;
  text-align: start;
  color: #00a3a0;
  animation: err infinite 2s;
  font-size: 9pt;
}
body .page-signin .form .field,
body .page-signup .form .field,
body .page-forget .form .field,
body .page-about .form .field {
  margin-top: 10px;
}
body .page-signin .form .field .py,
body .page-signup .form .field .py,
body .page-forget .form .field .py,
body .page-about .form .field .py {
  background-color: rgba(0, 162, 245, 0.16);
  border: 1px solid #00a2f5;
  border-radius: 3px;
  padding: 10px;
  text-align: start;
  margin-bottom: 10px;
  text-align: start;
}
body .page-signin .form .field .label > label,
body .page-signup .form .field .label > label,
body .page-forget .form .field .label > label,
body .page-about .form .field .label > label {
  display: block;
  text-align: start;
  padding: 10px;
}
body .page-signin .form .field .label > label b:not(.req),
body .page-signup .form .field .label > label b:not(.req),
body .page-forget .form .field .label > label b:not(.req),
body .page-about .form .field .label > label b:not(.req) {
  color: #00a3a0;
  font-weight: normal;
  font-size: 8pt;
  float: left;
}
body .page-signin .form .field .label > label .req:after,
body .page-signup .form .field .label > label .req:after,
body .page-forget .form .field .label > label .req:after,
body .page-about .form .field .label > label .req:after {
  content: "*";
  color: #00a3a0;
  float: none;
  display: inline;
  font-family: Tahoma;
  display: inline-block;
  margin-left: 10px;
}
body .page-signin .form .field .control,
body .page-signup .form .field .control,
body .page-forget .form .field .control,
body .page-about .form .field .control {
  text-align: start;
  margin-bottom: 10px;
}
body .page-signin .form .field .control select,
body .page-signin .form .field .control input[type=text],
body .page-signin .form .field .control textarea,
body .page-signin .form .field .control input[type=email],
body .page-signin .form .field .control input[type=password],
body .page-signup .form .field .control select,
body .page-signup .form .field .control input[type=text],
body .page-signup .form .field .control textarea,
body .page-signup .form .field .control input[type=email],
body .page-signup .form .field .control input[type=password],
body .page-forget .form .field .control select,
body .page-forget .form .field .control input[type=text],
body .page-forget .form .field .control textarea,
body .page-forget .form .field .control input[type=email],
body .page-forget .form .field .control input[type=password],
body .page-about .form .field .control select,
body .page-about .form .field .control input[type=text],
body .page-about .form .field .control textarea,
body .page-about .form .field .control input[type=email],
body .page-about .form .field .control input[type=password] {
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.02);
  border: 0px;
  border-radius: 3px;
  resize: vertical;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: irs;
}
body .page-signin .form .field .control select:focus,
body .page-signin .form .field .control input[type=text]:focus,
body .page-signin .form .field .control textarea:focus,
body .page-signin .form .field .control input[type=email]:focus,
body .page-signin .form .field .control input[type=password]:focus,
body .page-signup .form .field .control select:focus,
body .page-signup .form .field .control input[type=text]:focus,
body .page-signup .form .field .control textarea:focus,
body .page-signup .form .field .control input[type=email]:focus,
body .page-signup .form .field .control input[type=password]:focus,
body .page-forget .form .field .control select:focus,
body .page-forget .form .field .control input[type=text]:focus,
body .page-forget .form .field .control textarea:focus,
body .page-forget .form .field .control input[type=email]:focus,
body .page-forget .form .field .control input[type=password]:focus,
body .page-about .form .field .control select:focus,
body .page-about .form .field .control input[type=text]:focus,
body .page-about .form .field .control textarea:focus,
body .page-about .form .field .control input[type=email]:focus,
body .page-about .form .field .control input[type=password]:focus {
  background-color: rgba(0, 95, 144, 0.12);
}
body .page-signin .form .field .control select::placeholder,
body .page-signin .form .field .control input[type=text]::placeholder,
body .page-signin .form .field .control textarea::placeholder,
body .page-signin .form .field .control input[type=email]::placeholder,
body .page-signin .form .field .control input[type=password]::placeholder,
body .page-signup .form .field .control select::placeholder,
body .page-signup .form .field .control input[type=text]::placeholder,
body .page-signup .form .field .control textarea::placeholder,
body .page-signup .form .field .control input[type=email]::placeholder,
body .page-signup .form .field .control input[type=password]::placeholder,
body .page-forget .form .field .control select::placeholder,
body .page-forget .form .field .control input[type=text]::placeholder,
body .page-forget .form .field .control textarea::placeholder,
body .page-forget .form .field .control input[type=email]::placeholder,
body .page-forget .form .field .control input[type=password]::placeholder,
body .page-about .form .field .control select::placeholder,
body .page-about .form .field .control input[type=text]::placeholder,
body .page-about .form .field .control textarea::placeholder,
body .page-about .form .field .control input[type=email]::placeholder,
body .page-about .form .field .control input[type=password]::placeholder {
  opacity: 0.3;
  color: #000;
}
body .page-signin .form .field .control select:-ms-input-placeholder,
body .page-signin .form .field .control input[type=text]:-ms-input-placeholder,
body .page-signin .form .field .control textarea:-ms-input-placeholder,
body .page-signin .form .field .control input[type=email]:-ms-input-placeholder,
body .page-signin .form .field .control input[type=password]:-ms-input-placeholder,
body .page-signup .form .field .control select:-ms-input-placeholder,
body .page-signup .form .field .control input[type=text]:-ms-input-placeholder,
body .page-signup .form .field .control textarea:-ms-input-placeholder,
body .page-signup .form .field .control input[type=email]:-ms-input-placeholder,
body .page-signup .form .field .control input[type=password]:-ms-input-placeholder,
body .page-forget .form .field .control select:-ms-input-placeholder,
body .page-forget .form .field .control input[type=text]:-ms-input-placeholder,
body .page-forget .form .field .control textarea:-ms-input-placeholder,
body .page-forget .form .field .control input[type=email]:-ms-input-placeholder,
body .page-forget .form .field .control input[type=password]:-ms-input-placeholder,
body .page-about .form .field .control select:-ms-input-placeholder,
body .page-about .form .field .control input[type=text]:-ms-input-placeholder,
body .page-about .form .field .control textarea:-ms-input-placeholder,
body .page-about .form .field .control input[type=email]:-ms-input-placeholder,
body .page-about .form .field .control input[type=password]:-ms-input-placeholder {
  opacity: 0.3;
  color: #000;
}
body .page-signin .form .field .control select::-ms-input-placeholder,
body .page-signin .form .field .control input[type=text]::-ms-input-placeholder,
body .page-signin .form .field .control textarea::-ms-input-placeholder,
body .page-signin .form .field .control input[type=email]::-ms-input-placeholder,
body .page-signin .form .field .control input[type=password]::-ms-input-placeholder,
body .page-signup .form .field .control select::-ms-input-placeholder,
body .page-signup .form .field .control input[type=text]::-ms-input-placeholder,
body .page-signup .form .field .control textarea::-ms-input-placeholder,
body .page-signup .form .field .control input[type=email]::-ms-input-placeholder,
body .page-signup .form .field .control input[type=password]::-ms-input-placeholder,
body .page-forget .form .field .control select::-ms-input-placeholder,
body .page-forget .form .field .control input[type=text]::-ms-input-placeholder,
body .page-forget .form .field .control textarea::-ms-input-placeholder,
body .page-forget .form .field .control input[type=email]::-ms-input-placeholder,
body .page-forget .form .field .control input[type=password]::-ms-input-placeholder,
body .page-about .form .field .control select::-ms-input-placeholder,
body .page-about .form .field .control input[type=text]::-ms-input-placeholder,
body .page-about .form .field .control textarea::-ms-input-placeholder,
body .page-about .form .field .control input[type=email]::-ms-input-placeholder,
body .page-about .form .field .control input[type=password]::-ms-input-placeholder {
  opacity: 0.3;
  color: #000;
}
body .page-signin .form .field .control .checkbox,
body .page-signup .form .field .control .checkbox,
body .page-forget .form .field .control .checkbox,
body .page-about .form .field .control .checkbox {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border: 0px;
  display: table;
  border-radius: 3px;
  overflow: hidden;
}
body .page-signin .form .field .control .checkbox .row,
body .page-signup .form .field .control .checkbox .row,
body .page-forget .form .field .control .checkbox .row,
body .page-about .form .field .control .checkbox .row {
  display: table-row;
}
body .page-signin .form .field .control .checkbox .row input,
body .page-signup .form .field .control .checkbox .row input,
body .page-forget .form .field .control .checkbox .row input,
body .page-about .form .field .control .checkbox .row input {
  display: none;
}
body .page-signin .form .field .control .checkbox .row input:checked + label,
body .page-signup .form .field .control .checkbox .row input:checked + label,
body .page-forget .form .field .control .checkbox .row input:checked + label,
body .page-about .form .field .control .checkbox .row input:checked + label {
  background-color: #00a3a0;
  color: #FFF;
}
body .page-signin .form .field .control .checkbox .row input + label,
body .page-signup .form .field .control .checkbox .row input + label,
body .page-forget .form .field .control .checkbox .row input + label,
body .page-about .form .field .control .checkbox .row input + label {
  padding: 10px 0px;
  display: inline-block;
  display: table-cell;
  text-align: center;
  cursor: pointer;
  width: 50%;
}
body .page-signin .form .field .control.image-album,
body .page-signup .form .field .control.image-album,
body .page-forget .form .field .control.image-album,
body .page-about .form .field .control.image-album {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px 10px 0px 0px;
  font-size: 0px;
}
body .page-signin .form .field .control.image-album .item,
body .page-signup .form .field .control.image-album .item,
body .page-forget .form .field .control.image-album .item,
body .page-about .form .field .control.image-album .item {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0px 0px 10px 10px;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
}
body .page-signin .form .field .control.image-album .item.hot,
body .page-signup .form .field .control.image-album .item.hot,
body .page-forget .form .field .control.image-album .item.hot,
body .page-about .form .field .control.image-album .item.hot {
  border: 3px solid red;
}
body .page-signin .form .field .control.image-album .item *,
body .page-signup .form .field .control.image-album .item *,
body .page-forget .form .field .control.image-album .item *,
body .page-about .form .field .control.image-album .item * {
  transition: all ease-out 0.3s;
}
body .page-signin .form .field .control.image-album .item img,
body .page-signup .form .field .control.image-album .item img,
body .page-forget .form .field .control.image-album .item img,
body .page-about .form .field .control.image-album .item img {
  width: 128px;
  height: 128px;
}
body .page-signin .form .field .control.image-album .item a,
body .page-signup .form .field .control.image-album .item a,
body .page-forget .form .field .control.image-album .item a,
body .page-about .form .field .control.image-album .item a {
  font-size: 8pt;
  display: inline-block;
  position: absolute;
  bottom: -30px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  text-decoration: none;
  padding: 3px 5px;
  border-radius: 3px;
}
body .page-signin .form .field .control.image-album .item a:nth-of-type(1),
body .page-signup .form .field .control.image-album .item a:nth-of-type(1),
body .page-forget .form .field .control.image-album .item a:nth-of-type(1),
body .page-about .form .field .control.image-album .item a:nth-of-type(1) {
  left: 10px;
}
body .page-signin .form .field .control.image-album .item a:nth-of-type(2),
body .page-signup .form .field .control.image-album .item a:nth-of-type(2),
body .page-forget .form .field .control.image-album .item a:nth-of-type(2),
body .page-about .form .field .control.image-album .item a:nth-of-type(2) {
  right: 10px;
}
body .page-signin .form .field .control.image-album .item:hover a,
body .page-signup .form .field .control.image-album .item:hover a,
body .page-forget .form .field .control.image-album .item:hover a,
body .page-about .form .field .control.image-album .item:hover a {
  bottom: 10px;
}
body .page-signin .form .field .tips,
body .page-signup .form .field .tips,
body .page-forget .form .field .tips,
body .page-about .form .field .tips {
  text-align: start;
}
body .page-download {
  padding: 50px 0px;
}
body .page-download .bc {
  padding: 0px 0px 10px 10px;
  text-align: start;
}
body .page-download .bc li {
  padding: 10px 10px 0px 0px;
}
body .page-download .bc li > strong {
  display: block;
  font-weight: normal;
  text-align: start;
  padding: 2px 10px 10px 10px;
}
body .page-download .bc li > strong:before {
  content: "\f381";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  padding-left: 10px;
  color: #00a3a0;
}
body .page-download .bc li a {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  text-decoration: none;
  color: #666;
}
body .page-download .bc li a:hover {
  background-color: #00a3a0;
  color: #FFF;
}
body .page-download .bc li a label {
  display: block;
  padding: 10px;
  position: relative;
}
body .page-download .bc li a label i {
  font-size: 32px;
  float: right;
  padding: 5px 10px 0px 20px;
}
body .page-download .bc li a label b {
  display: block;
  font-size: medium;
  text-align: start;
}
body .page-download .bc li a label span {
  display: block;
  font-size: small;
  text-align: start;
  opacity: 0.7;
}
body .page-download .bc li a .img {
  height: 200px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .page-download .bc li a.mini {
  margin-bottom: 12px;
}
body .page-reseller {
  padding: 50px 0px;
}
body .page-reseller .inline .th {
  font-size: small;
  padding: 10px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.05);
}
body .page-reseller .inline .td {
  font-size: small;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  body .page-reseller .td {
    text-align: justify;
  }
  body .page-reseller .tr.header {
    display: none;
  }
  body .page-reseller .table {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  body .page-reseller .tr:not(.header):nth-of-type(2n) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.01);
  }
  body .page-reseller .tr:not(.header):nth-of-type(2n+1) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  body .page-reseller .tr .td:nth-of-type(1):before {
    content: "استان : ";
    font-weight: bolder;
    display: inline-block;
    float: right;
    color: #00a3a0;
    padding-left: 10px;
  }
  body .page-reseller .tr .td:nth-of-type(2):before {
    content: "شهرستان : ";
    font-weight: bolder;
    display: inline-block;
    float: right;
    color: #00a3a0;
    padding-left: 10px;
  }
  body .page-reseller .tr .td:nth-of-type(3):before {
    content: "نام : ";
    font-weight: bolder;
    display: inline-block;
    float: right;
    color: #00a3a0;
    padding-left: 10px;
  }
  body .page-reseller .tr .td:nth-of-type(4):before {
    content: "آدرس : ";
    font-weight: bolder;
    display: inline-block;
    float: right;
    color: #00a3a0;
    padding-left: 10px;
  }
  body .page-reseller .tr .td:nth-of-type(5):before {
    content: "تلفن : ";
    font-weight: bolder;
    display: inline-block;
    float: right;
    color: #00a3a0;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1001px) {
  body .page-reseller .tr:not(.header):nth-of-type(2n+1) .td {
    background-color: rgba(0, 0, 0, 0.02);
  }
  body .page-reseller .tr .td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  body .page-reseller .tr.hot {
    transform: scale(1.01);
  }
  body .page-reseller .tr.hot .td {
    background-color: #00a3a0;
    color: #333;
  }
}
body .page-contact {
  padding: 50px 0px;
}
body .page-contact iframe {
  border: 5px solid #FFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
body .page-contact .bc {
  text-align: start;
}
@media screen and (max-width: 1000px) {
  body .page-contact h2 {
    font-size: x-large;
    font-weight: normal;
    font-size: 14px;
  }
  body .page-contact .ds6.left {
    text-align: start;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  body .page-contact .ds6.left i {
    float: right;
  }
  body .page-contact .ds6.right {
    text-align: start;
  }
  body .page-contact .ds6.right i {
    float: right;
  }
  body .page-contact .ds3.right {
    padding: 0px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: justify;
  }
  body .page-contact .ds3.right i {
    font-size: 48px;
    float: right;
    margin-left: 30px;
    display: none;
  }
  body .page-contact i {
    width: 32px;
    text-align: center;
    display: inline-block;
    color: #00a3a0;
    vertical-align: middle;
    font-size: 24px;
    height: 32px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1001px) {
  body .page-contact h2 {
    font-size: x-large;
    font-weight: normal;
    font-size: 18px;
  }
  body .page-contact .ds6 {
    padding-top: 50px;
  }
  body .page-contact .ds6.left {
    text-align: end;
  }
  body .page-contact .ds6.left i {
    float: left;
    margin-right: 20px;
  }
  body .page-contact .ds6.right {
    text-align: start;
  }
  body .page-contact .ds6.right i {
    float: right;
    margin-left: 20px;
  }
  body .page-contact .ds3.right {
    position: relative;
    text-align: justify;
    padding: 0px 15px;
  }
  body .page-contact .ds3.right i {
    display: none;
  }
  body .page-contact i {
    width: 50px;
    text-align: center;
    display: inline-block;
    color: #00a3a0;
    vertical-align: middle;
    font-size: 32px;
  }
}
body .page-contact .frm {
  padding: 10px;
}
body .page-contact .frm .lbl {
  color: #00a3a0;
}
body .page-contact .frm .ctrl {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
}
body .page-contact .frm .ctrl:not(:last-of-type) {
  margin-bottom: 10px;
}
body .page-contact .frm .ctrl input, body .page-contact .frm .ctrl textarea {
  width: 100%;
  border: 0px;
  padding: 10px 10px;
  font-family: irs;
  font-weight: normal;
  font-size: 10pt;
  resize: vertical;
}
body .page-customization {
  padding: 50px 0px;
}
body .page-customization .bc {
  text-align: start;
  padding: 10px 10px 0px 0px;
}
body .page-customization .bc li {
  text-align: start;
  padding: 0px 0px 10px 10px;
}
body .page-customization .bc li a {
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: block;
  padding: 10px;
}
body .page-customization .bc li a:hover {
  border-color: #00a3a0;
}
body .page-customization .bc li a .img {
  text-align: center;
}
body .page-customization .bc li a .img img {
  max-width: 300px;
  width: 100%;
}
body .page-customization .bc li a b {
  font-size: medium;
  display: block;
  color: #00a3a0;
}
body .page-customization .bc li a span {
  font-size: 8pt;
  display: block;
  color: #999;
}
body .page-compare {
  padding: 50px 0px;
}
body .page-compare a {
  display: block;
  background-color: #00a3a0;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 3px;
  opacity: 0.6;
  font-weight: normal;
  text-decoration: none;
}
body .page-compare a:hover {
  opacity: 1;
  vertical-align: middle;
}
body .page-compare a i {
  font-size: 14px;
}
body .page-compare p {
  display: block;
  font-size: large;
  text-align: center;
  color: #00a3a0;
}
body .page-compare .bc {
  text-align: start;
}
@media screen and (max-width: 1000px) {
  body .page-compare li.th {
    display: none;
  }
  body .page-compare li:not(.th):not(.sep):before {
    content: attr(data-title);
    display: block;
    color: #00a3a0;
    padding: 5px 0px;
    margin-bottom: 5px;
  }
}
body .page-compare li {
  text-align: start;
  padding: 10px;
}
body .page-compare li.th {
  font-weight: bold;
  color: #00a3a0;
}
body .page-compare .color {
  display: block;
  white-space: nowrap;
  padding: 5px 0px;
}
body .page-compare .color b {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  display: inline-block;
  padding-left: 5px;
  line-height: 24px;
  vertical-align: middle;
}
body .page-compare .color strong {
  font-weight: normal;
  line-height: 24px;
  vertical-align: middle;
}
body .page-compare .val {
  display: block;
}
body .page-compare .val b {
  display: inline-block;
  font-weight: normal;
  font-size: smaller;
  color: #00a3a0;
  padding-right: 5px;
}
body .page-compare .sep {
  padding: 0px;
}
body .page-compare .sep hr {
  border: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body .page-QuestionAnswer {
  padding: 50px 0px;
}
body .page-QuestionAnswer input {
  display: none;
}
body .page-QuestionAnswer input:checked + .qa .answer {
  display: block;
}
body .page-QuestionAnswer input:not(:checked) + .qa .question:hover {
  background-color: rgba(255, 242, 0, 0.28);
}
body .page-QuestionAnswer input:not(:checked) + .qa .answer {
  display: none;
}
body .page-QuestionAnswer .qa {
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 3px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
body .page-QuestionAnswer .qa .question {
  display: block;
  padding: 10px;
  cursor: pointer;
}
body .page-QuestionAnswer .qa .answer {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  position: relative;
  padding-top: 20px;
}
body .page-QuestionAnswer .qa .answer:before {
  position: absolute;
  top: 0;
  right: 10px;
  content: " ";
  font-size: 0px;
  width: 0px;
  left: 0px;
  border: 10px solid transparent;
  border-top-color: #FFF;
}
body .page-QuestionAnswer h6.title {
  margin: 0px;
  padding: 10px;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 10px;
}
body .page-play .index-page .shadow {
  height: 0px;
  filter: blur(15px);
  height: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  margin-top: -50px;
  margin: 10%;
  margin-bottom: 0px;
  margin-top: -2%;
}
body .page-play .index-page .bottom-celeb {
  width: 90%;
  margin-top: -4%;
}
@media screen and (max-width: 1000px) {
  body .page-play .index-page > table {
    display: none;
  }
  body .page-play .index-page .mbtb {
    display: block;
    background-color: #FFF;
  }
  @keyframes _header_mtb {
    0% {
      background-color: #00939a;
    }
    10% {
      background-color: #ee0064;
    }
    18% {
      background-color: #ee0064;
    }
    20% {
      background-color: #7543c0;
    }
    28% {
      background-color: #7543c0;
    }
    30% {
      background-color: #5e5e5e;
    }
    38% {
      background-color: #5e5e5e;
    }
    40% {
      background-color: #ffbf00;
    }
    48% {
      background-color: #ffbf00;
    }
    50% {
      background-color: #4817ce;
    }
    58% {
      background-color: #4817ce;
    }
    60% {
      background-color: #bb0036;
    }
    68% {
      background-color: #bb0036;
    }
    70% {
      background-color: #27ff00;
    }
    78% {
      background-color: #27ff00;
    }
    80% {
      background-color: #005c71;
    }
    88% {
      background-color: #005c71;
    }
    90% {
      background-color: #F73c03;
    }
    98% {
      background-color: #F73c03;
    }
    100% {
      background-color: #00939a;
    }
  }
  body .page-play .index-page .mbtb .header {
    position: sticky;
    top: 10px;
    left: 0px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: medium;
    margin: 10px;
    border-radius: 10px;
    animation: _header_mtb linear infinite 10s;
    color: #FFF;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  }
  body .page-play .index-page .mbtb .header:after {
    content: "برای ورود به دنیای مورد علاقه ی خود، روی آن کلیک کنید";
    display: block;
    font-size: 8pt;
    font-weight: normal;
    padding-top: 10px;
  }
  body .page-play .index-page .mbtb .footer {
    position: sticky;
    bottom: 10px;
    left: 0px;
    text-align: center;
    font-weight: bold;
    font-size: medium;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
  body .page-play .index-page .mbtb .footer a {
    font-size: small;
    background-color: #FEFEFE;
    color: #000;
    display: block;
    text-decoration: none;
    margin: 0px;
    padding: 10px;
  }
  body .page-play .index-page .mbtb .list .items {
    display: table;
    width: 100%;
  }
  body .page-play .index-page .mbtb .list .items .item {
    display: table-row;
  }
  body .page-play .index-page .mbtb .list .items .item > a {
    display: table-cell;
    padding: 10px 20px;
    vertical-align: middle;
    color: #666;
    text-decoration: none;
  }
  body .page-play .index-page .mbtb .list .items .item > a:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  body .page-play .index-page .mbtb .list .items .item > a img {
    width: 90px;
    margin-left: 20px;
    border-radius: 1000px;
    vertical-align: middle;
  }
  body .page-play .index-page .mbtb .list .items .item > a span {
    line-height: 90px;
    vertical-align: middle;
  }
  body .page-play .index-page .mbtb .list .items .item > a span.desc {
    display: none;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1001px) {
  body .page-play .index-page .mbtb {
    display: none;
  }
}
body .page-play .danoplay-loading {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  background-color: white;
  z-index: 9999;
}
body .page-play .danoplay-loading span {
  border-radius: 100px;
}
body .page-play .danoplay-loading .b1 {
  width: 64px;
  height: 64px;
  display: inline-block;
  position: relative;
  border: 3px solid #00a0a3;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #999;
}
body .page-play .danoplay-loading .b1 .b2 {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  border: 3px solid #00a0a3;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #999;
}
@keyframes activeTab {
  0% {
    box-shadow: 0px 0px 1px 10px rgba(0, 0, 0, 0.1);
  }
  4% {
    box-shadow: 0px 0px 1px 15px rgba(0, 0, 0, 0.1);
  }
  8% {
    box-shadow: 0px 0px 1px 10px rgba(0, 0, 0, 0.1);
  }
  12% {
    box-shadow: 0px 0px 1px 15px rgba(0, 0, 0, 0.1);
  }
  16% {
    box-shadow: 0px 0px 1px 10px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 1px 10px rgba(0, 0, 0, 0.1);
  }
}
body .page-play .series {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
@media screen and (min-width: 300px) and (max-width: 640px) {
  body .page-play .series .head {
    display: none;
  }
  body .page-play .series .posts {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow: auto;
  }
  body .page-play .series .posts > .msg {
    font-size: 12pt;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
  }
  body .page-play .series .posts > .msg + .content {
    padding-top: 86px;
  }
  body .page-play .series .posts .content {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  body .page-play .series .head {
    display: none;
  }
  body .page-play .series .posts {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow: auto;
    padding: 10px;
    padding-bottom: 60px;
  }
  body .page-play .series .posts > .msg {
    font-size: 12pt;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
  }
  body .page-play .series .posts > .msg + .content {
    padding-top: 86px;
  }
  body .page-play .series .posts .content {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
  }
  body .page-play .series .posts .content > * {
    display: inline-block;
  }
  body .page-play .series .posts .post {
    width: 70%;
  }
}
@media screen and (min-width: 1001px) {
  body .page-play .series .head {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    z-index: 99;
  }
  body .page-play .series .head:after {
    z-index: -1;
    content: " ";
    position: absolute;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
    top: 10%;
    height: 80%;
    right: 0%;
    width: 100%;
  }
  body .page-play .series .posts {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    z-index: 9;
  }
  body .page-play .series .posts > .msg {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
  }
  body .page-play .series .posts .content {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    z-index: 9;
    overflow: auto;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), white, white);
    padding: 10px;
  }
  body .page-play .series .posts .content.login {
    top: 64px;
  }
  body .page-play .series .posts .content.logged {
    top: 0px;
  }
  body .page-play .series .posts .post {
    max-width: 500px;
  }
}
body .page-play .series .head > .msg, body .page-play .series .posts > .msg {
  display: block;
  background-color: #541d5e;
  z-index: 9999;
  padding: 10px;
  color: #FFF;
  text-align: center;
}
body .page-play .series .head > .msg a, body .page-play .series .posts > .msg a {
  display: inline-block;
  padding: 3px 8px;
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  border-radius: 3px;
}
body .page-play .series .head .header, body .page-play .series .posts .header {
  background-color: #FFF;
  position: absolute;
  top: 0px;
  left: px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
  z-index: 9999;
}
@media screen and (min-width: 1001px) {
  body .page-play .series .head .content, body .page-play .series .posts .content {
    padding-right: 30px;
  }
}
body .page-play .series .head .content .post, body .page-play .series .posts .content .post {
  text-align: start;
  margin-bottom: 25px;
  position: relative;
}
@keyframes heart-beat {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
body .page-play .series .head .content .post.liked .lk, body .page-play .series .posts .content .post.liked .lk {
  transform: scale(1);
  opacity: 1;
}
body .page-play .series .head .content .post:not(.liked) .lk, body .page-play .series .posts .content .post:not(.liked) .lk {
  transform: scale(0);
  opacity: 0;
}
body .page-play .series .head .content .post .lk, body .page-play .series .posts .content .post .lk {
  position: absolute;
  top: 0px;
  left: 0px;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  z-index: 999;
}
body .page-play .series .head .content .post .lk, body .page-play .series .head .content .post .lk *, body .page-play .series .posts .content .post .lk, body .page-play .series .posts .content .post .lk * {
  transition: all ease 0.1s;
}
body .page-play .series .head .content .post .lk td, body .page-play .series .posts .content .post .lk td {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
body .page-play .series .head .content .post .lk td i, body .page-play .series .posts .content .post .lk td i {
  font-size: 64px;
  color: red;
  width: 128px;
  height: 128px;
  line-height: 128px;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 300px;
  display: inline-block;
  animation: heart-beat infinite 0.8s;
}
body .page-play .series .head .content .post .attachment, body .page-play .series .posts .content .post .attachment {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  min-height: 200px;
  /*&, & * { transition: all ease-in-out 0.3s; }*/
}
body .page-play .series .head .content .post .attachment > ul, body .page-play .series .posts .content .post .attachment > ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: block;
  white-space: nowrap;
  font-size: 0px;
  vertical-align: top;
}
body .page-play .series .head .content .post .attachment > ul > li, body .page-play .series .posts .content .post .attachment > ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
body .page-play .series .head .content .post .attachment > ul > li .img, body .page-play .series .posts .content .post .attachment > ul > li .img {
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
body .page-play .series .head .content .post .attachment > ul > li img, body .page-play .series .posts .content .post .attachment > ul > li img {
  width: 100%;
}
body .page-play .series .head .content .post .attachment > ul > li video, body .page-play .series .posts .content .post .attachment > ul > li video {
  width: 100%;
}
body .page-play .series .head .content .post .attachment > ul > li .audio, body .page-play .series .posts .content .post .attachment > ul > li .audio {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  position: relative;
}
body .page-play .series .head .content .post .attachment > ul > li .audio .ctrl, body .page-play .series .posts .content .post .attachment > ul > li .audio .ctrl {
  position: absolute;
  top: 10px;
  right: 10px;
}
body .page-play .series .head .content .post .attachment > ul > li .audio .ctrl label, body .page-play .series .posts .content .post .attachment > ul > li .audio .ctrl label {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 100px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  color: #FFF;
  display: inline-block;
  margin-left: 5px;
}
body .page-play .series .head .content .post .attachment > ul > li .audio .ctrl label:hover, body .page-play .series .posts .content .post .attachment > ul > li .audio .ctrl label:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
body .page-play .series .head .content .post .attachment > ul > li .audio .ctrl label i, body .page-play .series .posts .content .post .attachment > ul > li .audio .ctrl label i {
  font-size: 14px;
  display: inline-block;
  display: block;
  line-height: 48px;
  width: 48px;
  vertical-align: middle;
  text-align: center;
}
body .page-play .series .head .content .post .attachment > ul > li .audio .ctrl label:not(:first-of-type) i, body .page-play .series .posts .content .post .attachment > ul > li .audio .ctrl label:not(:first-of-type) i {
  line-height: 32px;
  width: 32px;
}
body .page-play .series .head .content .post .attachment > ul > li .audio .ctrl label.act, body .page-play .series .posts .content .post .attachment > ul > li .audio .ctrl label.act {
  color: #00a3a0;
}
body .page-play .series .head .content .post .attachment > ul > li .audio canvas, body .page-play .series .posts .content .post .attachment > ul > li .audio canvas {
  width: 100%;
  height: 100px;
}
body .page-play .series .head .content .post .attachment > ul > li .audio .box, body .page-play .series .posts .content .post .attachment > ul > li .audio .box {
  min-height: 100px;
  width: 100%;
  position: relative;
}
body .page-play .series .head .content .post .attachment > ul > li .audio audio, body .page-play .series .posts .content .post .attachment > ul > li .audio audio {
  display: block;
}
body .page-play .series .head .content .post .attachment > ul > li .audio span, body .page-play .series .posts .content .post .attachment > ul > li .audio span {
  font-size: 8pt;
  color: #FFF;
  display: block;
  text-align: start;
  position: relative;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
  direction: ltr;
  padding-top: 5px;
  margin-top: 10px;
}
body .page-play .series .head .content .post .attachment > ul > li .audio span b, body .page-play .series .posts .content .post .attachment > ul > li .audio span b {
  position: absolute;
  top: -3px;
  left: 0px;
  height: 3px;
  background-color: #00a3a0;
  box-shadow: 0px 0px 2px 2px rgba(0, 163, 160, 0.31);
}
body .page-play .series .head .content .post .attachment > div, body .page-play .series .posts .content .post .attachment > div {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
body .page-play .series .head .content .post .attachment > div i, body .page-play .series .posts .content .post .attachment > div i {
  color: #aaa;
  font-size: 22px;
  padding: 10px;
  bottom: 10px;
  position: absolute;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0.6;
}
body .page-play .series .head .content .post .attachment > div i.left, body .page-play .series .posts .content .post .attachment > div i.left {
  left: 10px;
}
body .page-play .series .head .content .post .attachment > div i.right, body .page-play .series .posts .content .post .attachment > div i.right {
  right: 10px;
}
body .page-play .series .head .content .post .attachment .points, body .page-play .series .posts .content .post .attachment .points {
  text-align: center;
}
body .page-play .series .head .content .post .attachment .points .bullet, body .page-play .series .posts .content .post .attachment .points .bullet {
  white-space: nowrap;
}
body .page-play .series .head .content .post .attachment .points .bullet b, body .page-play .series .posts .content .post .attachment .points .bullet b {
  width: 5px;
  height: 5px;
  display: inline-block;
  box-shadow: 0px 0px 5px #333;
  border-radius: 100px;
  background-color: #FFF;
  margin: 5px 3px;
}
body .page-play .series .head .content .post .attachment .points .bullet b.hide, body .page-play .series .posts .content .post .attachment .points .bullet b.hide {
  display: none;
}
body .page-play .series .head .content .post .attachment .points .bullet b.deact, body .page-play .series .posts .content .post .attachment .points .bullet b.deact {
  opacity: 0.5;
}
body .page-play .series .head .content .post .attachment .points .bullet b.act, body .page-play .series .posts .content .post .attachment .points .bullet b.act {
  opacity: 1;
}
body .page-play .series .head .content .post .share-console, body .page-play .series .posts .content .post .share-console {
  padding-top: 10px;
}
body .page-play .series .head .content .post .share-console .control, body .page-play .series .posts .content .post .share-console .control {
  text-align: end;
}
body .page-play .series .head .content .post .share-console .control span, body .page-play .series .posts .content .post .share-console .control span {
  display: inline-block;
  position: relative;
}
body .page-play .series .head .content .post .share-console .control span i, body .page-play .series .posts .content .post .share-console .control span i {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  padding: 0px 5px;
}
body .page-play .series .head .content .post .share-console .control span i:hover, body .page-play .series .posts .content .post .share-console .control span i:hover {
  color: #00a3a0;
}
body .page-play .series .head .content .post .share-console .control span.social, body .page-play .series .posts .content .post .share-console .control span.social {
  float: right;
}
body .page-play .series .head .content .post .share-console .control span.social .share, body .page-play .series .posts .content .post .share-console .control span.social .share {
  display: none;
}
body .page-play .series .head .content .post .share-console .control span.social:hover .share, body .page-play .series .posts .content .post .share-console .control span.social:hover .share {
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0px;
}
body .page-play .series .head .content .post .share-console .control span.social .share, body .page-play .series .posts .content .post .share-console .control span.social .share {
  background-color: #FFF;
  border-radius: 3px;
  padding: 5px;
  width: 200px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
body .page-play .series .head .content .post .share-console .control span.social .share ul, body .page-play .series .posts .content .post .share-console .control span.social .share ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 14px;
  display: block;
}
body .page-play .series .head .content .post .share-console .control span.social .share ul li, body .page-play .series .posts .content .post .share-console .control span.social .share ul li {
  display: inline-block;
  color: #666;
}
body .page-play .series .head .content .post .share-console .control span.social .share ul li a, body .page-play .series .posts .content .post .share-console .control span.social .share ul li a {
  text-decoration: none;
  color: inherit;
}
body .page-play .series .head .content .post .share-console .control span.social .share ul li a:hover, body .page-play .series .posts .content .post .share-console .control span.social .share ul li a:hover {
  color: #00a3a0;
}
body .page-play .series .head .content .post .share-console .control span.social .share ul li a i, body .page-play .series .posts .content .post .share-console .control span.social .share ul li a i {
  display: block;
  padding: 7px;
}
body .page-play .series .head .content .post .share-console .control span.like, body .page-play .series .posts .content .post .share-console .control span.like {
  white-space: nowrap;
  font-size: 0px;
}
body .page-play .series .head .content .post .share-console .control span.like .red, body .page-play .series .posts .content .post .share-console .control span.like .red {
  color: red;
}
body .page-play .series .head .content .post .share-console .control span.like[data-count]:after, body .page-play .series .posts .content .post .share-console .control span.like[data-count]:after {
  content: attr(data-count);
  font-weight: normal;
  display: inline-block;
}
body .page-play .series .head .content .post .title, body .page-play .series .posts .content .post .title {
  padding: 10px;
  font-weight: bold;
  position: relative;
  font-size: 10pt;
}
body .page-play .series .head .content .post .text, body .page-play .series .posts .content .post .text {
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 5px;
  position: relative;
}
body .page-play .series .head .content .post .text p, body .page-play .series .posts .content .post .text p {
  margin: 0px;
  padding: 0px;
  display: block;
}
body .page-play .series .head .content .post .text.collapse .up, body .page-play .series .posts .content .post .text.collapse .up {
  display: none;
}
body .page-play .series .head .content .post .text.collapse .down, body .page-play .series .posts .content .post .text.collapse .down {
  display: none;
}
body .page-play .series .head .content .post .text:not(.collapse), body .page-play .series .posts .content .post .text:not(.collapse) {
  height: auto;
}
body .page-play .series .head .content .post .text:not(.collapse) .up, body .page-play .series .posts .content .post .text:not(.collapse) .up {
  display: none;
}
body .page-play .series .head .content .post .text:not(.collapse) .down, body .page-play .series .posts .content .post .text:not(.collapse) .down {
  display: none;
}
body .page-play .series .head .content .post .text > .control, body .page-play .series .posts .content .post .text > .control {
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 50px;
  text-align: end;
  position: absolute;
  padding: 10px;
}
body .page-play .series .head .content .post .text > .control i, body .page-play .series .posts .content .post .text > .control i {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: 7pt;
  padding: 0px;
  border-radius: 100px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
}
body .page-play .series .head .content .post .text img, body .page-play .series .posts .content .post .text img {
  width: 100%;
}
body .page-play .series .head .content .post .date, body .page-play .series .posts .content .post .date {
  color: rgba(0, 0, 0, 0.7);
  text-align: end;
  display: none;
}
body .page-play .series .head .content .post .user, body .page-play .series .posts .content .post .user {
  margin-bottom: 10px;
  clear: both;
}
body .page-play .series .head .content .post .user img, body .page-play .series .posts .content .post .user img {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}
body .page-play .series .head .content .post .user b, body .page-play .series .posts .content .post .user b {
  display: block;
  font-size: 9pt;
}
body .page-play .series .head .content .post .user strong, body .page-play .series .posts .content .post .user strong {
  font-weight: normal;
  color: #666;
  font-size: 8pt;
}
body .page-play .series .head .content .post .download, body .page-play .series .posts .content .post .download {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
}
body .page-play .series .head .content .post .download a, body .page-play .series .posts .content .post .download a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 5px;
}
body .page-play .series .head .content .post .download a i, body .page-play .series .posts .content .post .download a i {
  display: inline-block;
  margin-left: 10px;
}
body .page-play .series .head .content .post .download a b, body .page-play .series .posts .content .post .download a b {
  display: inline-block;
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  body .page-play .series .head .content .post .comment-close-btn, body .page-play .series .posts .content .post .comment-close-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    line-height: 32px;
    width: 32px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    color: #666;
    z-index: 99;
    border-radius: 300px;
    cursor: pointer;
  }
  body .page-play .series .head .content .post .comment-close-btn:hover, body .page-play .series .posts .content .post .comment-close-btn:hover {
    background-color: red;
    color: #FFF;
  }
  body .page-play .series .head .content .post .comments, body .page-play .series .posts .content .post .comments {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #FFF;
  }
  body .page-play .series .head .content .post .comments .control, body .page-play .series .posts .content .post .comments .control {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
  body .page-play .series .head .content .post .comments .container, body .page-play .series .posts .content .post .comments .container {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 3px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
  }
  body .page-play .series .head .content .post .comments .container .item, body .page-play .series .posts .content .post .comments .container .item {
    position: relative;
  }
  body .page-play .series .head .content .post .comments .container .item span, body .page-play .series .posts .content .post .comments .container .item span {
    margin: 0px;
    padding: 0px;
    display: block;
    font-weight: bold;
    padding: 5px 0px;
    padding-right: 40px;
  }
  body .page-play .series .head .content .post .comments .container .item span i, body .page-play .series .posts .content .post .comments .container .item span i {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 300px;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    color: #FFF;
    right: 3px;
    top: 5px;
  }
  body .page-play .series .head .content .post .comments .container .item p, body .page-play .series .posts .content .post .comments .container .item p {
    margin: 0px;
    padding: 0px;
    display: block;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    margin-right: 15px;
    padding: 10px 10px 10px 0px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1001px) {
  body .page-play .series .head .content .post .comment-close-btn, body .page-play .series .posts .content .post .comment-close-btn {
    display: none;
  }
  body .page-play .series .head .content .post .comments .container, body .page-play .series .posts .content .post .comments .container {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 3px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
  }
  body .page-play .series .head .content .post .comments .container .item, body .page-play .series .posts .content .post .comments .container .item {
    position: relative;
  }
  body .page-play .series .head .content .post .comments .container .item span, body .page-play .series .posts .content .post .comments .container .item span {
    margin: 0px;
    padding: 0px;
    display: block;
    font-weight: bold;
    padding: 5px 0px;
    padding-right: 40px;
  }
  body .page-play .series .head .content .post .comments .container .item span i, body .page-play .series .posts .content .post .comments .container .item span i {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 300px;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    color: #FFF;
    right: 3px;
    top: 5px;
  }
  body .page-play .series .head .content .post .comments .container .item p, body .page-play .series .posts .content .post .comments .container .item p {
    margin: 0px;
    padding: 0px;
    display: block;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    margin-right: 15px;
    padding: 10px 10px 10px 0px;
    padding-right: 15px;
  }
}
body .page-play .series .head .content .post .comments, body .page-play .series .posts .content .post .comments {
  margin-bottom: 5px;
  border-radius: 3px;
}
body .page-play .series .head .content .post .comments .container .item .subitem, body .page-play .series .posts .content .post .comments .container .item .subitem {
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  margin-right: 15px;
  padding-right: 15px;
}
body .page-play .series .head .content .post .comments .container .item .subitem p, body .page-play .series .posts .content .post .comments .container .item .subitem p {
  margin: 0px;
  padding: 5px;
}
body .page-play .series .head .content .post .comments:not(.show), body .page-play .series .posts .content .post .comments:not(.show) {
  display: none;
}
body .page-play .series .head .content .post .comments .control, body .page-play .series .posts .content .post .comments .control {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
body .page-play .series .head .content .post .comments .control div .state, body .page-play .series .posts .content .post .comments .control div .state {
  margin-right: 5px;
}
body .page-play .series .head .content .post .comments .control div .state:before, body .page-play .series .posts .content .post .comments .control div .state:before {
  content: "وضعیت : ";
}
body .page-play .series .head .content .post .comments .control div .btn, body .page-play .series .posts .content .post .comments .control div .btn {
  padding: 3px 10px;
}
body .page-play .series .head .content .post .comments .control div .text, body .page-play .series .posts .content .post .comments .control div .text {
  width: 100%;
  display: block;
  background-color: #FFF;
  resize: none;
  border: 0px;
  font-family: irs;
  font-size: small;
  padding: 5px;
  border-radius: 3px;
}
body .page-play .series .head .content .post .comments .control div:nth-of-type(1), body .page-play .series .posts .content .post .comments .control div:nth-of-type(1) {
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  body .page-play > #home-chk:checked ~ .series {
    display: none;
  }
  body .page-play > #home-chk:checked ~ .shop {
    display: block;
  }
  body .page-play > #home-chk:checked ~ .menu span.lbl-shop {
    background-color: #00a3a0;
  }
  body .page-play > #home-chk:not(:checked) ~ .series {
    display: block;
  }
  body .page-play > #home-chk:not(:checked) ~ .shop {
    display: none;
  }
  body .page-play > #home-chk:not(:checked) ~ .menu span.lbl-series {
    background-color: #00a3a0;
  }
  body .page-play > .shop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.1);
  }
  body .page-play > .shop ul {
    padding-bottom: 60px;
  }
  body .page-play > .shop ul li:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  body .page-play > .shop ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px;
  }
  body .page-play > .shop ul li a img {
    width: 70%;
  }
  body .page-play > .shop ul li a span {
    display: block;
    text-align: center;
  }
  body .page-play > .shop ul li a .title {
    font-size: 12pt;
    color: #333;
    font-weight: bold;
  }
  body .page-play > .shop ul li a .price {
    color: #00a3a0;
    font-size: 12pt;
  }
  body .page-play > .shop ul li a .price:after {
    content: "تومان";
    display: inline;
    margin-right: 5px;
    color: #333;
  }
  body .page-play > .shop ul li a .oldprice {
    color: rgba(150, 150, 150, 0.6);
    display: block;
    height: 20px;
    font-weight: normal;
    font-size: 9pt;
  }
  body .page-play > .menu {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #BBB;
    color: #FFF;
    display: table;
  }
  body .page-play > .menu.act {
    z-index: 9999;
  }
  body .page-play > .menu label {
    display: table-row;
    font-size: 0px;
    cursor: pointer;
  }
  body .page-play > .menu label .lbl-shop {
    font-size: 0px;
    width: 28px;
  }
  body .page-play > .menu label .lbl-shop i {
    animation: activeTab infinite 4s;
  }
  body .page-play > .menu label span {
    display: table-cell;
    padding: 15px 10px;
    font-size: 10pt;
    text-align: center;
    line-height: 18px;
    vertical-align: middle;
  }
  body .page-play > .menu label span i {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
    width: 18px;
    border-radius: 100px;
  }
}
@media screen and (min-width: 1001px) {
  body .page-play > .menu, body .page-play > .shop {
    display: none;
  }
}
