#bigproductimage {
  max-width: 100%;
  max-height: 400px;
  width: 100%;
}

#productgallery {
  border-top: 1px solid #cfcfcf;
  margin-top: 50px;
}

#productgallery a {
  display: inline-block;
  margin: 5px;
}

#productgallery a img {
  max-width: 50px;
}

ul.list-inline.BreadCrumb {
  margin: 16px 0;
}

ul.list-inline.BreadCrumb li ~ li {
  margin-right: 10px;
}

ul.list-inline.BreadCrumb li {
  position: relative;
  padding: 0 5px !important;
}

ul.list-inline.BreadCrumb li a {
  color: #424242;
  font-size: 14px;
  font-weight: normal;
}

ul.list-inline.BreadCrumb li ~ li:after {
  content: ">";
  position: absolute;
  right: -10px;
  color: #424242;
  font-weight: normal;
}

ul.list-inline.BreadCrumb li:first-child {
  padding-right: 0 !important;
}

ul.list-inline.BreadCrumb li:last-child a {
  font-weight: bold;
}

.comparisontable,
.comparisontable td {
  border: none !important;
  padding: 3px !important;
  text-align: start !important;
}

.comparisontable .technicalname div,
.comparisontable .technicalvalue div {
  color: #7d7d7d;
  border-radius: 0.3125rem;
  padding: 0.6rem 0.5rem;
}

.comparisontable .technicalname div {
  margin-left: 0.3rem;
  background: #eaeaea;
}

.comparisontable .technicalvalue div {
  font-size: 14px;
  font-weight: bold;
  background: #fafafa;
}

.comparisontable .technicalname div .wiki-link {
  color: #1ca2bd;
  position: relative;
}

.comparisontable .technicalname div .wiki-link:after {
  left: 0;
  right: 0;
  top: 50%;
  margin-top: 0.85em;
  content: "";
  position: absolute;
  border-bottom: 1px dashed #1ca2bd;
}

.product_intro_name h1 span {
  display: block;
  text-align: left;
  font-size: 18px;
  color: #7a7a7a;
}

.desc {
  transition: height 0.5s ease;
  overflow: hidden;
}

.desc .desc {
  display: none;
}

.desc * {
  color: #424242;
}

.pishnahad {
  margin-bottom: 16px;
}

.seemore,
.seeless {
  color: #424242;
  font-size: 14px;
  font-weight: bold;
  margin-top: 12px;
  cursor: pointer;
}

.desc.showmore {
  height: fit-content;
}

.product_intro_name h1 {
  text-align: right;
  font-size: 18px;
  color: #424242;
  font-weight: bold;
  margin-bottom: 12px;
}

.product_intro_name h6 {
  color: #707070;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}

.pishnahad span {
  font-size: 14px;
  color: #0f559a;
}

table.mokamel {
  width: 100%;
  margin-bottom: 10px;
}

table.mokamel th,
table.mokamel tr:first-child td {
  background: #483287;
  border-right: 1px solid #ddd;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 3;
}

table.mokamel td {
  line-height: 2.5;
}

table.mokamel tr {
  transition: all 0.5s ease;
}

.setarehbread {
  background: #fff;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  box-shadow: 0 0 5px #ddd;
}

.mokameltable.hidearrow a {
  display: none !important;
}

.mokameltable table.mokamel tr:nth-child(5) ~ tr td {
  transition: opacity 2s ease-out, line-height 1s;
}

.setarehbread li + li {
  position: relative;
  margin-right: 20px;
}

.mokameltable.showless table.mokamel tr:nth-child(5) ~ tr td {
  line-height: 0;
  opacity: 0;
  transition: opacity 0.5s ease, line-height 1s ease;
}

.mokameltable a.seeMore {
  display: none;
  opacity: 0;
}

.mokameltable.showless a.seeMore {
  display: block;
  opacity: 1;
}

.mokameltable.showless a.seeLess {
  display: none;
  opacity: 0;
}

.mokameltable a.seeLess {
  display: block;
  opacity: 1;
}

.mokameltable .tozihat {
  display: flex;
  justify-content: space-around;
}

.mokameltable .tozihat span.title {
  font-weight: bold;
  position: relative;
  width: max-content;
  padding: 10px 0;
  border-radius: 5px;
  flex: 0 0 30%;
  background: #eeeeee;
  text-align: center;
}

.mokameltable .tozihat span.title:after {
  content: ":";
  margin-right: 5px;
}

.mokameltable .tozihat span {
  font-weight: normal;
  flex: 1;
  text-align: center;
  padding: 10px 0;
}

.mokameltable a {
  margin: 20px auto 0;
  background: #e6e6e6;
  width: 80px;
  height: 80px;
  transition: opacity 1s ease;
  text-align: center;
  position: relative;
  cursor: pointer;
  line-height: 80px;
  border-radius: 50%;
}

.mokameltable a img {
  opacity: 0.5;
  padding: 20px;
  width: 100%;
  border-radius: 50%;
}

.setarehbread li a.SkinObject {
  transition: all 0.5s ease;
}

.setarehbread li a.SkinObject:hover {
  text-shadow: 0 0 1px #000;
}

.setarehbread li + li:after {
  content: "/";
  right: -15px;
  position: absolute;
  color: #dedede;
}

table.mokamel th,
table.mokamel td {
  text-align: center;
}

table.mokamel tr:nth-child(2n) {
  background: #ddd;
}

table.mokamel td {
  line-height: 2;
}

table.mokamel tr:hover {
  background: #6e4cd1;
  color: #fff;
}

.comments-container {
  margin: 60px auto 15px;
  width: 100%;
}

.comments-container h1 {
  font-size: 36px;
  color: #283035;
  font-weight: 400;
}

.comments-container h1 a {
  font-size: 18px;
  font-weight: 700;
}

.comments-list {
  margin-top: 30px;
  position: relative;
}

.comments-list:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #c7cacb;
  position: absolute;
  right: 32px;
  top: 0;
}

.comments-list:after {
  content: "";
  position: absolute;
  background: #c7cacb;
  bottom: 0;
  right: 27px;
  width: 7px;
  height: 7px;
  border: 3px solid #dee1e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.comments-list li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

.comments-list .comment-avatar {
  background-color: #fff;
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 99;
  float: right;
  border: 3px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.comments-list .comment-avatar img {
  width: 100%;
  height: 100%;
}

.reply-list .comment-avatar {
  width: 50px;
  height: 50px;
}

.comment-main-level:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}

.comments-list .comment-box {
  width: calc(100% - 88px);
  float: left;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.comments-list .comment-box:before,
.comments-list .comment-box:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 0 10px 12px;
  border-style: solid;
  border-color: transparent #fcfcfc;
  top: 8px;
  right: -11px;
}

.comments-list .comment-box:before {
  border-width: 11px 0 11px 13px;
  border-color: transparent rgba(0, 0, 0, 0.05);
  right: -12px;
}

.reply-list .comment-box {
  width: calc(100% - 158px);
}

.comment-box .comment-head {
  background: #fcfcfc;
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
  float: left;
  margin-right: 14px;
  position: relative;
  top: 2px;
  color: #a6a6a6;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.comment-box .comment-head i:hover,
.comment-box .comment-head i.active {
  color: #03658c;
}

.comment-box .comment-name {
  color: #283035;
  font-size: 14px;
  font-weight: 700;
  float: right;
  margin-left: 10px;
}

.comment-box .comment-name a {
  color: #283035;
}

.comment-box .comment-head span {
  float: right;
  color: #999;
  font-size: 13px;
  position: relative;
  top: 1px;
}

.comment-box .comment-content {
  background: #fff;
  padding: 12px;
  font-size: 15px;
  color: #595959;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author,
.comment-box .comment-name.by-author a {
  color: #03658c;
}

.comment-box .comment-footer {
  background: #fcfcfc;
  padding: 10px 12px;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.faq-container {
  margin: 60px auto 15px;
  width: 100%;
}

.faq-container h1 {
  font-size: 36px;
  color: #283035;
  font-weight: 400;
}

.faq-container h1 a {
  font-size: 18px;
  font-weight: 700;
}

.faq-list {
  margin-top: 30px;
  position: relative;
}

.faq-list:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #c7cacb;
  position: absolute;
  right: 32px;
  top: 0;
}

.faq-list:after {
  content: "";
  position: absolute;
  background: #c7cacb;
  bottom: 0;
  right: 27px;
  width: 7px;
  height: 7px;
  border: 3px solid #dee1e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.faq-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.faq-list li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

.faq-list .faq-avatar {
  background-color: #fff;
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 99;
  float: right;
  border: 3px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.faq-list .faq-avatar img {
  width: 100%;
  height: 100%;
}

.reply-list .faq-avatar {
  width: 50px;
  height: 50px;
}

.faq-main-level:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}

.faq-list .faq-box {
  width: calc(100% - 88px);
  float: left;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.faq-list .faq-box:before,
.faq-list .faq-box:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 0 10px 12px;
  border-style: solid;
  border-color: transparent #fcfcfc;
  top: 8px;
  right: -11px;
}

.faq-list .faq-box:before {
  border-width: 11px 0 11px 13px;
  border-color: transparent rgba(0, 0, 0, 0.05);
  right: -12px;
}

.reply-list .faq-box {
  width: calc(100% - 158px);
}

.faq-box .faq-head {
  background: #fcfcfc;
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.faq-box .faq-head i {
  float: left;
  margin-right: 14px;
  position: relative;
  top: 2px;
  color: #a6a6a6;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.faq-box .faq-head i:hover,
.faq-box .faq-head i.active {
  color: #03658c;
}

.faq-box .faq-name {
  color: #283035;
  font-size: 14px;
  font-weight: 700;
  float: right;
  margin-left: 10px;
}

.faq-box .faq-name a {
  color: #283035;
}

.faq-box .faq-head span {
  float: right;
  color: #999;
  font-size: 13px;
  position: relative;
  top: 1px;
}

.faq-box .faq-content {
  background: #fff;
  padding: 12px;
  font-size: 15px;
  color: #595959;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.faq-box .faq-name.by-author,
.faq-box .faq-name.by-author a {
  color: #03658c;
}

.faq-box .faq-footer {
  background: #fcfcfc;
  padding: 10px 12px;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.reply-list:before,
.reply-list:after {
  display: none;
}

.reply-list li:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #c7cacb;
  position: absolute;
  top: 25px;
  right: -55px;
}

.reply-list {
  padding-right: 88px;
  clear: both;
  margin-top: 15px;
}

.btnaddtowish {
  display: inline-block;
  width: 31px;
  height: 31px;
  font-size: 0px;
  line-height: 0px;
  background-image: url(images/wishlist.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}

.btnaddtowish.active {
  background-position: 0 50%;
}

.technicalname {
  width: 150px;
  font-size: 14px;
  font-weight: 400;
}

.leftalign {
  text-align: left;
  direction: ltr;
}

#table-models th {
  white-space: nowrap;
}

#table-models td {
  position: relative;
  white-space: nowrap;
}

#table-models td label.has-error.red-tooltip {
  top: -15px;
  left: 10px;
  right: 10px;
  white-space: normal;
  text-align: center;
}

.input-group-full {
  width: 100%;
}

.input-group-addon.bg-danger {
  background-color: #f53d5b;
  color: #fff;
}

.input-group-addon.bg-warning {
  background-color: #f7ecb5;
}

/*kashiland*/

.mb-1,
.my-1 {
  margin-bottom: 0.75rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.product-intro__rate {
  margin-top: 12px;
}

@media (min-width: 768px) {
  .product-intro__price {
    flex-wrap: wrap;
    align-items: center;
    padding: 1.4rem 1.2rem;
    margin-top: 1.8rem;
    border: 1px solid #dee2e6;
    border-radius: 0.3125rem;
  }
}

.product-intro__price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem;
}

.font-size2-5 {
  font-size: 2.5rem !important;
}

.kashiland-model-price .checkbox-input {
  display: none;
}

.kashiland-model-price .checkbox-label,
.kashiland-model-price .checkbox-text,
.kashiland-model-price .checkbox-text--description {
  transition: all 0.4s ease;
}

.kashiland-model-price .checkbox-label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  margin: 16px 0;
  /* border: 1px solid #d9d9d9; */
  border-radius: 2px;
  box-shadow: inset 0 0 0 0 #2196f3;
}

.kashiland-model-price .checkbox-label:before {
  content: "";
  position: absolute;
  top: 75%;
  right: 16px;
  width: 40px;
  height: 40px;
  opacity: 0;
  background-color: #2196f3;
  background-image: url(./../128384.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  transition: all 0.4s ease;
}

.kashiland-model-price .checkbox-text--title {
  font-weight: 500;
}

.kashiland-model-price .checkbox-text--description {
  font-size: 14px;
  margin-top: 16px;
  padding: 5px;
  border-top: 1px solid #2196f3;
}

.kashiland-model-price .checkbox-text--description .un {
  display: none;
}

/* .kashiland-model-price .checkbox-input:checked + .checkbox-label {
    border-color: #2196f3;
    box-shadow: inset 0 -12px 0 0 #2196f3;
  } */

.kashiland-model-price .checkbox-input:checked + .checkbox-label:before {
  top: 0;
  opacity: 1;
}

.kashiland-model-price
  .checkbox-input:checked
  + .checkbox-label
  .checkbox-text {
  -webkit-transform: translate(0, -8px);
  transform: translate(0, -8px);
}

.kashiland-model-price
  .checkbox-input:checked
  + .checkbox-label
  .checkbox-text--description {
  border-color: #d9d9d9;
}

.kashiland-model-price
  .checkbox-input:checked
  + .checkbox-label
  .checkbox-text--description
  .un {
  display: inline-block;
}

@media screen and (min-width: 540px) {
  .kashiland-model-price .checkbox-label {
    /* width: 450px; */
    /* margin: 16px; */
  }
}

.technicalspecifications {
  border-radius: 0.625rem !important;
}

.technicalspecifications .panel-heading {
  background: #fff;
  color: #000 !important;
  border-bottom: 1px solid rgb(238, 238, 238) !important;
  border-radius: 0.625rem 0.625rem 0 0 !important;
}

.pr-0 {
  padding-right: 0;
}

.checkbox-text--description {
  border: 1px solid #2196f3 !important;
  border-radius: 3px;
}

.checkbox-text--description:before {
  background-color: cadetblue;
}

.price-in-detail {
  color: #949494;
  font-size: 16px;
}

.discount-in-detail {
  background-color: #c4e3ee;
  font-size: 16px;
  border-radius: 10px;
  margin-right: 15px;
  padding: 0 10px;
}

.payable-in-detail {
  font-size: 24px;
  color: #db4a76;
  font-weight: bold;
}

.currency {
  font-size: 18px;
  color: #db4a76;
}

.add-to-card {
  background-color: #44c676;
  color: #f8f8f8 !important;
  border: none;
  font-size: 18px;
}

.add-to-card:focus {
  outline: none;
}

.comparecategory {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px 0;
}

.clearfix {
  clear: both;
}

.c-mask {
  position: relative;
  padding-bottom: 15px;
}

.c-mask__text {
  overflow: hidden;
  margin-bottom: 25px;
}

.c-mask__text--product-summary {
  max-height: 150px;
}

.c-mask__handler {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  text-align: right;
  bottom: 15px;
  color: #2196f3;
  cursor: pointer;
  font-weight: 900;
}

.c-mask__handler:active,
.c-mask__handler:hover,
.c-mask__handler:visited {
  color: #2196f3 !important;
}

.c-mask__handler span {
  position: relative;
  z-index: 2;
  border-bottom: 1px dashed;
}

.c-mask__handler:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  opacity: 1;
  bottom: 24px;
  height: 105px;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0)),
    color-stop(99%, hsla(0, 0%, 98.8%, 0.99)),
    to(#fcfcfc)
  );
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 98.8%, 0.99) 99%,
    #fcfcfc
  );
}

.btn-faq,
.btn-light,
.btn-link-spoiler,
.btn-option,
.btn-user-list {
  display: inline-block;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  position: relative;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  line-height: 22px;
}

.btn-light {
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 1.467;
  border-radius: 8px;
  background-color: #00bfd6;
  padding: 13px 29px;
  color: #fff;
}

.btn-link-spoiler {
  color: #1ca2bd;
  padding: 0;
  line-height: 2;
}

.btn-link-spoiler:after {
  left: 0;
  right: 0;
  top: 50%;
  margin-top: 0.85em;
  content: "";
  position: absolute;
  border-bottom: 1px dashed #1ca2bd;
}

.btn-link-spoiler--plus {
  padding-right: 12px;
}

.btn-link-spoiler--plus:before {
  content: "\E182\00FE0E";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.6em;
}

.btn-link-spoiler--plus-m {
  font-size: 16px;
  font-size: 1.143rem;
  line-height: 1.375;
  padding-right: 16px;
}

.btn-link-spoiler--plus-m:before {
  content: "\E182\00FE0E";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.6em;
}

.btn-user-list {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  color: #009ec9;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #f5f5f5;
  padding: 18px 60px 19px 20px;
}

.btn-user-list:before {
  content: "\E1B1\00FE0E";
  position: absolute;
  right: 14px;
  top: 14px;
  font-size: 30px;
  color: #ccc;
}

.btn-option {
  width: 51px;
  height: 46px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #cacaca;
  color: #565656;
  color: #9b9b9b;
}

.btn-option:hover {
  border-color: #9d9d9d;
}

.btn-option:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-faq {
  min-width: 96px;
  border-radius: 8px;
  border: 1px solid #555;
  background: #fff;
  padding: 12px 20px;
  color: #555;
}

.btn-faq {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.571;
}

.c-content-expert__summary {
  color: #404040;
  font-size: 16px;
  font-size: 1.143rem;
  line-height: 2.25;
  padding: 30px;
  min-height: 256px;
  position: relative;
  margin-right: -24px;
  margin-left: -16px;
}

.c-mask__handler.is-active:after {
  opacity: 0;
}

@media (min-width: 40rem) {
  .setareh-price-models {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
}

/*
  .setareh-price-models .tabs__head {
      border-radius: 4px;
      border: solid 1px #d5d5d5;
      margin-left: 10px
  }*/

.radio[disabled] {
  background-color: #ffffff;
}

.setareh-price-models .tabs__head label {
  font-size: 16px;
  font-weight: bold;
  color: #424242;
  text-align: center;
}

.setareh-price-models .tabs__head--is-active {
  background-color: white;
}

.setareh-price-models .tabs__body + .tabs__head {
  border-top: 2px solid white;
}

@media (min-width: 40rem) {
  .setareh-price-models .tabs__body + .tabs__head {
    border-top: 0;
    border-left: 2px solid white;
  }
}

.setareh-price-models .tabs__body {
  background-color: white;
  padding: 1rem;
  display: none;
}

@media (min-width: 40rem) {
  .setareh-price-models .tabs__body {
    padding: 1rem;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}

.setareh-price-models .tabs__head label {
  padding: 1.15rem 1rem;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
}

.setareh-price-models .tabs__head label.disabled {
  background: #eee;
  cursor: not-allowed;
  height: 100%;
  border-radius: 5px;
}

.setareh-price-models label:focus {
  outline: 1px dotted black;
}

/*
  .setareh-price-models input[type=radio] {
      display: none;
  }
  
  .setareh-price-models input[type=radio]:checked+.tabs__head {
      border-radius: 4px;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
      border: solid 2px #7ca1db;
      background-color: #f8fbff;
      text-align: center;
  }
  */

.setareh-price-models input[type="radio"]:checked + .tabs__head label {
  font-size: 16px;
  font-weight: bold;
  color: #424242;
}

@media (min-width: 40rem) {
  /*.setareh-price-models input[type=radio]:checked+.tabs__head {
          border-radius: 4px;
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
          border: solid 2px #7ca1db;
          background-color: #f8fbff;
      }*/
}

.thumbnails {
  display: flex;
  overflow: hidden;
}

.thumbnails a:last-child {
  margin-left: 0;
}

ul.breadcrumb-ul {
  display: flex;
  list-style: none;
  margin: 10px 0 0 0;
}

ul.breadcrumb-ul .seprator {
  margin: 0 10px;
}

ul.breadcrumb-ul .seprator:last-child {
  display: none;
}

ul.breadcrumb-ul a {
  color: #424242;
  font-size: 14px;
}

/*Related Articles */

.related-articles .blog-post {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.related-articles .blog-post:hover {
  box-shadow: 0 0 10px #a4b0c4;
  -moz-box-shadow: 0 0 10px #a4b0c4;
  -webkit-box-shadow: 0 0 10px #a4b0c4;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.related-articles .blog-post a,
.related-articles .blog-post a img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.related-articles .blog-post h2 {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
  display: block;
  z-index: 2;
}

.related-articles .blog-post h2:hover {
  cursor: pointer;
}

.related-articles .shadow-style {
  box-shadow: 0 0 5px #bec7d6;
  -moz-box-shadow: 0 0 5px #bec7d6;
  -webkit-box-shadow: 0 0 5px #bec7d6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.setareh-notify {
  background: #f7f7f7;
  padding: 10px;
}

#productdetail > .container > .row {
  box-shadow: 0 3px 6px #00000026;
  background: #fff;
}

.product_intro_name {
  border-bottom: 1px solid #70707075;
}

ul.resp-tabs-list {
  border-bottom: 1px solid #70707026 !important;
}

.setareh-price-models input[type="radio"] {
  height: 29px;
}

.setareh-price-models h2 label {
  text-align: right !important;
}

#productdetail label.info {
  display: inline-block;
  width: 100px;
}

input#productCount {
  border: 1px solid #d6d6d6;
  width: 140px;
}

a#cmdnotification,
.nofity-for-unregistered {
  background-color: #4d504e;
  font-size: 18px;
}

.tedad.box-decrement {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #0fabc6;
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 1.467;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.tedad.box-decrement span {
  border: none;
  height: 100%;
  margin: 5px;
  text-align: center;
  padding-top: 7px;
  font-size: 0;
}

.tedad.box-decrement .ordercount {
  border: none;
  height: 100%;
  background: #fff;
  margin: 5px;
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
  box-shadow: none;
}

.tedad.box-decrement .form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.ordercount {
  min-width: 30px;
}

.meghdar .tedad {
  display: flex;
  position: relative;
  width: 65%;
}

.meghdar .tedad span.Unit {
  position: absolute;
  right: 53%;
  font-size: 11px;
  line-height: 15px;
}

.meghdar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

span.input-number-decrement {
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border: 1px solid #ddd;
}

span.input-number-increment {
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border: 1px solid #ddd;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.c-quantity-selector {
  width: 167px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #0fabc6;
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 1.467;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-quantity-selector__number {
  width: 33%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 15px;
  position: relative;
}

.c-quantity-selector__add:before {
  content: "\E433";
  font-family: "Glyphicons Regular";
}

.c-quantity-selector__add:before {
  font-size: 18px;
  font-size: 1.286rem;
  line-height: 22px;
}

.c-quantity-selector__remove:before {
  content: "\E434";
  font-family: "Glyphicons Regular";
  font-size: 18px;
  font-size: 1.286rem;
  line-height: 18px;
  vertical-align: top;
  position: relative;
  top: 3px;
}

.tabs__body {
  display: none;
}

.tabs__body.active {
  display: block;
}

.c-params__headline {
  color: #6f6f6f;
  font-size: 30px;
  font-size: 2.143rem;
  line-height: 1.467;
  font-weight: 500;
  margin-bottom: 35px;
  letter-spacing: -0.6px;
}

.c-params__title {
  color: #4d4d4d;
  font-size: 16px;
  font-size: 1.143rem;
  line-height: 1.375;
  margin-bottom: 25px;
  letter-spacing: -0.3px;
  position: relative;
  padding-right: 19px;
}

.c-params__title:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #00bfd6;
  border-style: solid;
  border-width: 7px 0 0 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-params__list {
  list-style: none;
  padding: 0;
  margin-bottom: 70px;
}

.c-params__list li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px -8px;
}

.c-params__list-key,
.c-params__list-value {
  padding-right: 8px;
  padding-left: 8px;
}

.c-params__list-key,
.c-params__list-value {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
}

.c-params__list-key {
  -ms-flex: 0 0 22.2%;
  flex: 0 0 22.2%;
  max-width: 22.2%;
}

.c-params__list-key .block,
.c-params__list-value .block {
  display: block;
  background: #fafafa;
  padding: 14px 18px 12px;
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 1.692;
  color: #4d4d4d;
  letter-spacing: -0.3px;
  min-height: 47px;
  position: relative;
}

.c-params__list-key,
.c-params__list-value {
  padding-right: 8px;
  padding-left: 8px;
}

.c-params__list-key .block {
  background: #eaeaea;
}

.c-params__list-value .block {
  background: #fafafa;
}

.c-params__list-key .block,
.c-params__list-value .block {
  display: block;
  padding: 14px 18px 12px;
  font-size: 13px;
  font-size: 16px;
  line-height: 1.692;
  color: #4d4d4d;
  letter-spacing: -0.3px;
  min-height: 47px;
  position: relative;
  border-radius: 5px;
}

article,
section {
  display: block;
}

.c-params__list-value {
  -ms-flex: 0 0 77.8%;
  flex: 0 0 77.8%;
  max-width: 77.8%;
}

@media only screen and (max-width: 600px) {
  .c-params__list-value {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-params__list-key {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.addtobasket-wrapper,
.addtobasket-wrapper div {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  padding: 0;
}

.notificationavailible {
  color: #44c676;
  font-weight: 700;
}

input#NotificationEmail {
  direction: ltr;
}

.p-30 {
  padding: 30px !important;
}

@media (max-width: 500px) {
  div#tab4179 {
    padding-left: 0;
  }
  div#tab4179 > div {
    text-align: center !important;
  }
  .meghdar,
  .addtobasket-wrapper {
    justify-content: center !important;
  }
  .meghdar .tedad {
    width: 100% !important;
    margin-top: 13px;
  }
  .c-params__list {
    margin: auto;
  }
  [class*="dg-tabs-"] .resp-tab-content {
    border: none !important;
  }
  .dg-tabs-top.dg-tabs-top04.tabs-medium.resp-vtabs {
    padding-top: 25px !important;
  }
}
.MagicSlideshow * {
  font-family: iransans;
}

/*== start of code for tooltips ==*/
.tool {
  position: relative;
}

/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
  left: 50%;
  opacity: 0;
  position: absolute;
  z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 100;
}

/*== pointer tip ==*/
.tool::before {
  border-style: solid;
  border-width: 1em 0.75em 0 0.75em;
  border-color: #3e474f transparent transparent transparent;
  bottom: 100%;
  content: "";
  margin-left: -0.5em;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26),
    opacity 0.65s 0.5s;
  transform: scale(0.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
}

/*== speech bubble ==*/
.tool::after {
  background: #3e474f;
  border-radius: 0.25em;
  bottom: 127%;
  color: #edeff0;
  content: attr(data-tip);
  margin-left: -8.75em;
  padding: 1em;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
  transform: scale(0.6) translateY(50%);
  width: 17.5em;
  font-size: 14px;
}

.tool:hover::after,
.tool:focus::after {
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
}

@media (max-width: 760px) {
  .tool::after {
    font-size: 0.75em;
    margin-left: -5em;
    width: 10em;
  }
}

.Author-profile img {
  width: 150px;
}

.norooz {
  background-color: red;
  color: #fff;
  text-align: center;
  font-weight: 900;
  box-shadow: 0px 0px 6px black;
  border-radius: 10px;
  padding: 5px 5px;
}
.drshahbazi-namayeshgah-tahvil {color: #000;text-align: justify;margin: 20px;background: #bfd73e;padding: 10px;border-radius: 15px;}


.resp_container.is-show{
  display:block !important;
}

.desc button {
  display: none;
}