#pr-qc-container {
  display: inline-block;
}

#pr-qc-container .modal-dialog {
  max-width: 850px;
}

.dproduct {}

#gallery_01 img {
  border: 2px solid white;
}

.introsocialicon {
  font-size: 19px;
  margin: 1px;
  margin-top: 0px;
  color: #4c4c4c;
}

.introsocialul {
  float: right;
  width: 113px;
  text-align: left;
}

.introsocialul li {
  display: inline-block;
}

.ms_overtitsh {
  float: right;
  margin-left: 9px;
}

#image2 {
  display: block;
  margin: 0px auto;
}

.col-ms-zoom {
  background-size: 100% 100%;
  position: relative;
  background-repeat: no-repeat;
}

.col-ms-zoom {
  position: relative;
}

.zoom-nd {
  width: 100%;
  margin: 0 auto;
}

.listed-zoom {
  padding-top: 0;
  position: absolute;
  right: 0px;
  top: 41%;
  z-index: 9;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  padding: 0;
}

.ms_paa {
  padding: 5px 3px;
}

.pricePrd {
  min-width: 140px;
  line-height: 38px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-block;
  color: #666666;
  font-size: 18px;
  margin-top: 5rem;
}

.trapezoid-nd {
  border-bottom: 28px solid #ff5253;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  width: 130px;
  position: absolute;
  top: 28px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -23px;
  color: #fff;
  text-align: center;
}

.bx-ms {}

.hd-mn>h1 {
  text-align: right;
  font-size: 2rem;
}

.hd-mn>h2 {
  text-align: right;
  font-size: 1rem;
  color: gray;
  margin: 21px 0;
}

.col-title-zoom {
  padding: 30px 15px 0 15px;
  min-height: 320px;
  position: relative;
}

.num2 {
  border: 1px solid #d8d8d8;
  padding: 1px 5px;
  border-radius: 2px;
}

.info-product {
  font-size: 12px;
  color: #737373;
}

.starContainer {
  width: 125px;
  height: 31px;
  margin: 0px auto;
  text-align: center;
}

label.star {
  padding: 1px !important;
  font-size: 15px !important;
  color: #444 !important;
  cursor: pointer;
}

label.star:before {
  content: '\f005' !important;
  color: #c1c1c1;
}

input.star:checked~label.star:before {
  color: #fab600 !important;
  text-shadow: 0 0 0 #952 !important;
}

input.star-5:checked~label.star:before {
  color: #fab600 !important;
  text-shadow: 0 0 0 #952 !important;
}

.submit {
  background: #666 !important;
  color: #ffffff !important;
  border: none;
  padding: 0 15px;
  min-width: 90px;
  height: 36px;
}

.nav-item a {
  color: #818181;
  font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #ffffff;
  border-color: #d60644 #fdfdfd #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs {
  border-bottom: 0px solid #dee2e6;
  padding-right: 0;
  border-top: 0px solid #eee;
  padding-top: 12px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #d60644 #fff #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ms_tool {
  position: relative;
  display: inline-block;
  color: #9a9a9a;
  font-size: 17px;
  font-weight: 100;
}

.btnquantity {
  background: inherit;
  border: 1px solid rgb(204, 204, 204);
}

.inputquantity {
  width: 21%;
  float: left;
  text-align: left;
}

.center {
  width: 150px;
  margin: 40px auto;
}

.ms_tool .tooltiptext {
  visibility: hidden;
  width: 303px;
  background-color: #f5f6f8;
  color: #6b6b6b;
  text-align: right;
  border-radius: 6px;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: auto;
  margin-left: 0;
  opacity: 0;
  transition: opacity 1s;
  border: 1px solid #e4e4e4;
  font-size: 12px;
}

.listed-zoom li {
  width: 20px;
}

[class*='hint--'] {
  position: relative;
  display: block;
}

.hint--top-center::before {
  margin-bottom: -6px;
}

.hint--top-center::after,
.hint--top-center::before {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 5px;
}

.hint--top-center::before,
.hint--top::before {
  border-top-color: #383838;
}

.hint--bounce::after,
.hint--bounce::before {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

[class*='hint--']::before {
  content: '';
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*='hint--']::after,
[class*='hint--']::before {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.yith-wcqv-button {
  font-size: 0;
  color: #fdfdfd;
}

/* .group-button .yith-wcwl-add-to-wishlist, .group-button .compare, .group-button .yith-wcqv-button {
    display: inline-block;
    float: left;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #333333;
    position: relative;
} */

.yith-wcqv-button::before {
  font-family: 'FontAwesome', sans-serif;
  content: '\f06e';
  font-size: 14px;
  vertical-align: middle;
}

.yith-wcwl-add-to-wishlist::after,
.compare::after,
.yith-wcqv-button::after {
  content: '';
  position: absolute;
  background-color: #333333;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -11px;
  right: -11px;
}

[class*='hint--'][aria-label]::after {
  content: attr(aria-label);
  font-family: inherit;
}

.hint--top-center::after,
.hint--top-center::before {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 5px;
}

.hint--bounce::after,
.hint--bounce::before {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

[class*='hint--']::after {
  background: #383838;
  color: #fff;
  padding: 0 10px 2px 10px;
  font-size: 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  line-height: 28px;
}

[class*='hint--']::after,
[class*='hint--']::before {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.yith-wcwl-add-to-wishlist,
.compare,
.yith-wcqv-button {
  width: 100%;
}

/* .add_to_wishlist::before {
    padding-left: 1rem;
} */

.add-to-cartpd a {
  display: inline-block;
  min-width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  color: #272727;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: #b50202 !important;
  border: 1px solid #cca622 !important;
}

.add-to-cartpd a:hover {
  color: #fdfdfd;
  background-color: #000;
}

.yith-wcwl-add-to-wishlist a {
  color: #fdfdfd;
  display: block;
  cursor: pointer;
}

a.add_to_wishlist {
  cursor: pointer;
}

.add_to_wishlist::before {
  font-family: 'FontAwesome', sans-serif;
  font-weight: normal;
  content: '\f004';
  font-size: 14px;
}

.yith-wcwl-add-to-wishlist a:hover {
  color: #fdfdfd;
}

.yith-wcqv-button:hover {
  background-color: #000000;
}

.compare:hover {
  background-color: #002458;
}

.add_to_wishlist:hover {
  background-color: #000000;
}

.compare {
  display: inline-block;
  color: #fdfdfd;
  text-align: center;
}

.compare:hover {
  color: #fdfdfd;
}

.priceBox {
  width: 197px;
  margin: 0px 0;
  text-align: center;
  background: #f0f0f0;
  padding: 2px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  height: auto;
  float: left;
  position: relative;
}

.priceBox {
  float: right;
}

.course_price_box {
  margin-top: 0;
  background: #fff;
  border: 0;
  width: auto;
  direction: rtl;
}

.priceAmmount del {
  float: right;
  color: #ff9d00;
  font-size: 15px;
  margin-top: -30px;
  margin-bottom: 0;
  position: relative;
  right: -30px;
  top: 19px;
}

.arraw_box {}

.arraw_box a {
  justify-content: center;
  display: flex;
}

.priceBox .priceAmmount {
  color: #b50202;
  margin-top: 19px;
  padding: 0 5px;
  display: inline-block;
  padding-bottom: 0px;
  font-size: 18px;
}

.course_price_box .priceAmmount {
  font-size: 32px;
  margin-top: 0;
  font-weight: 700;
}

.priceUnit {
  font-weight: bold;
  color: #b50202;
  font-size: 25px;
}

.course_price_box .priceHigh {
  color: rgb(177 177 177);
  top: -27px;
  right: 0;
}

.priceAmmount span {
  font-size: 20px !important;
}

.redpriceAmmount .priceAmmount {
  color: #b50202;
  font-size: 34px;
}

.redUnit {
  color: #b50202;
}

.priceHigh {
  position: absolute;
  color: red;
  top: 0px;
  text-decoration: line-through;
  font-size: 19px !important;
  right: 27px;
}

.itemInnerPr {
  font-size: 14px;
}

.rtl .itemInnerPr {
  text-align: right;
}

.itemInnerPr span {}

.itemInnerPr a {
  color: #1ca2bd;
  border-bottom: 1px dashed #1ca2bd;
}

.course_detail_cn .itemInnerPr {
  font-size: 12px;
  font-weight: 500;
}

.course_detail_cn .itemInnerPr a {
  color: #919191;
  border-bottom: 0px dashed #1ca2bd;
}

.click span {
  z-index: 2;
  transition: all 0.32s ease;
  font-size: 21px;
  color: #bdb6b6;
  cursor: pointer;
  position: relative;
}

.course_detail_cn .click span {
  right: 7px;
  top: 3px;
}

#spfav:hover {
  opacity: 0.8;
  transition: all 0.32s ease;
}

#spfav:active {
  transform: scale(0.93, 0.93) translateY(2px);
  transition: all 0.32s ease;
}

.ring,
.ring2 {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 19px;
  left: 18px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.32s ease;
}

.activefav span,
.active-2 span {
  color: #f52727 !important;
  transition: all 0.32s ease;
}

.active-2 .ring {
  width: 58px !important;
  height: 58px !important;
  top: -10px !important;
  left: -10px !important;
  position: absolute;
  border-radius: 50%;
  opacity: 1 !important;
  transition: all 0.32s ease;
}

.active-2 .ring {
  transition: all 0.32s ease;
}

.active-2 .ring2 {
  transition: all 0.32s ease;
}

.active-3 .ring2 {
  width: 60px !important;
  height: 60px !important;
  top: -11px !important;
  left: -11px !important;
  position: absolute;
  border-radius: 50%;
  opacity: 1 !important;
  transition: all 0.32s ease;
}

.click fa {
  font-size: 25px !important;
}

.fvtitle {
  float: right;
  margin-top: 6px;
  font-size: 15px !important;
}

.favactive {
  color: #f52727 !important;
}

.form-check .label-text {
  margin-right: 3px;
  float: right;
  display: inherit;
  margin-top: -4px;
  cursor: pointer;
  padding-top: 4px;
}

.addCoContainer {
  margin: 20px 20px;
  padding: 1px 15px;
  text-align: right;
}

.rtl .addCoContainer {
  direction: rtl;
}

.addCoContainer h3 {
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
}

.addCoContainer h3 {
  font-weight: 500;
  font-size: 18px;
}

.rtl .addCoContainer h3 {
  text-align: right;
}

.rtl .addCoContainer input,
.rtl .addCoContainer textarea {
  text-align: right;
  direction: rtl;
}

.tcfinder {
  background: whitesmoke;
  height: auto;
  overflow: auto;
  padding: 22px 0;
  -webkit-border-radius: 0% 0% 100% 100% / 0% 0% 8px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px #fff inset, -1px -1px 2px #fff inset;
  border-radius: 3px/6px;
}

.rtl .tcfinder {
  direction: rtl;
}

.tcfinder>div {
  float: right;
}

.rtl .commentrow {
  direction: rtl;
  text-align: right;
}

.cmt_admin {
  margin-top: 25px;
}

.cmt_admin .panel-heading {
  padding: 10px;
  color: #21aead;
}

.cmt_admin .panel-heading img {
  width: 50px;
  border: 1px solid #d4d4d4ee;
  padding: 3px;
  border-radius: 5px;
}

.answerForm {
  padding: 10px;
  background: #eee;
  margin: 16px;
  -webkit-box-shadow: 1px 1px 1px 1px #cfcfcf;
  box-shadow: 1px 1px 1px 1px #cfcfcf;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.answerForm {
  direction: rtl;
}

.colorRow {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.colorRow .htooltiper:before,
.colorRow .htooltiper:after {
  top: -23px;
}

.media_header {
  background: #ecf9ff;
  padding: 10px;
  text-align: right;
  font-size: 14px;
  border-bottom: 1px solid #d5cfcf;
}

.media_body {
  display: flex;
  padding: 6px;
  flex-wrap: wrap;
}

.media_box {
  margin: 8px 0px;
  padding: 0;
}

.media_box a {
  display: block;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
  margin: 6px;
}

.media_box a:hover {
  border: 1px solid rgb(162, 245, 8);
}

.media_box img {
  width: 100%;
  height: 120px;
  border-radius: 5px;
}

.ul_items_prs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
}

.ul_items_prs li {
  float: right;
  margin-top: 14px;
}

.ul_items_prs li a {
  font-size: 13px;
  border: 1px solid #eee;
  margin: 6px;
  padding: 4px 9px;
  border-radius: 12px;
  color: gray;
}

.ul_items_prs li a:hover {
  background: gray;
  color: white;
}

.lt-cm {
  width: 100%;
  border: 0;
  text-align: left;
  outline: 0;
  font-size: 0.7rem;
  border: 1px solid #eee;
  padding: 10px;
  direction: rtl;
  text-align: right;
}

.btn-send-com {
  position: absolute;
  bottom: 37px;
  left: 18px;
  background: #f3f3f3;
  border: 1px solid #d4caca;
  font-size: 14px;
  bottom: 15px;
  font-size: 11px;
  padding: 4px 5px 2px 5px;
}

.box_comments_list {
  max-height: 410px;
  overflow: auto;
  margin-bottom: 20px;
}

.comments_reply_cn {
  padding-top: 13px;
  padding-bottom: 10px;
}

.comments_reply_cn a {
  color: #8e8e8e !important;
  font-size: 12px !important;
}

.comments_reply_lines {
  width: 23px;
  display: inline-block;
  border-bottom: 1px solid #a3a3a3;
  margin-right: 19px;
}

.comments_reply_items {
  padding-right: 3rem;
}

.noDisplay {
  display: none;
}

.btn-send-com i {
  color: gray;
  font-size: 11px;
}

.cmt_header {}

.cmt_header span {
  font-size: 15px;
  font-weight: bold;
}

.cmt_header i {
  font-size: 15px;
}

.comment_row {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #eee;
  direction: rtl;
  text-align: right;
}

.comment_row img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.comment_row a {
  font-size: 10px;
  font-weight: bold;
  color: black;
  cursor: pointer;
}

.comment_row span.likeComment {
  position: absolute;
  left: 16px;
  top: 5px;
  font-size: 13px;
  color: gray;
}

.comment_row label {
  font-size: 13px;
  padding: 5px;
  text-align: justify;
  display: flex;
}

.viewAllComments {
  height: 39px;
  width: 100%;
  border: 1px solid #eee;
  margin: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5f5f5f;
  font-size: 13px;
  cursor: pointer;
}

.like_comment {
  position: relative;
  top: 5px;
}

.like_comment img {
  width: 20px;
  height: 20px;
  border-radius: 0;
  padding: 2px;
}

.comments_bottom_items {
  display: flex;
  width: 100%;
  height: 24px;
}

.comment_items {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment_items li {
  font-size: 10px;
  margin-right: 10px;
  color: #464444;
}

.game_static_cn {
  font-size: 12px;
  direction: rtl;
}

@media (max-width: 575.98px) {
  .ngx-gallery-animation-slide .ngx-gallery-image.ngx-gallery-active {
    background-size: contain !important;
  }

  .priceBox {
    width: 100%;
  }

  .lt-copy {
    text-align: center !important;
    margin-top: 1rem;
  }

  .slidertop {
    margin-top: 5rem;
  }

  .inputquantity {
    width: 52%;
  }

  #myTab .nav-item {
    text-align: center;
    margin-left: 1px;
    font-size: 13px;
  }

  .main-title {
    margin-top: 0 !important;
  }

  .call_wole_phone_icon i {
    font-size: 27px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slidertop {
    margin-top: 5rem;
  }

  .inputquantity {
    width: 36%;
  }

  .pricePrd {
    margin-top: 2.5rem;
  }

  .main-title {
    margin-top: 0 !important;
  }
}

/* از تو css برداشته شود */

/* .add_to_wishlist::before {
    padding-left: 1rem;
} */

.yith-wcwl-add-to-wishlist,
.compare,
.yith-wcqv-button {
  text-align: center;
  background-color: #2264c4;
  border-radius: 3px;
  margin: 0 3px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  display: block;
  color: white !important;
  height: 40px;
  padding-top: 10px;
}

.group-button .compare i {
  margin-left: 5px;
}

.dproduct {
  text-align: justify !important;
}

.rtl .dproduct {
  direction: rtl;
}

.dproduct p,
.dproduct div,
.dproduct span {
  font-family: kalameh !important;
  font-weight: 500;
  line-height: 32px;
  color: #2a2a2a;
  margin-bottom: 0;
}

.rprd {
  text-align: right;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

.divcrt {
  padding-right: 0 !important;
}

.rtl .product-grid .product-content {
  direction: rtl !important;
}

.LeftPRow {}

.LeftPRow li {
  display: inline-block;
  margin: 0px 4px;
  float: right;
}

a.single {
  width: 18px;
  height: 18px;
  float: right;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 3px;
  border: 1px solid #c3c3c3;
  margin-right: 7px;
}

a.double {
  width: 18px;
  height: 18px;
  float: right;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 3px;
  border: 1px solid #c3c3c3;
  margin-right: 7px;
}

a.double>span {
  display: block;
  width: 8px;
  height: 17px;
  float: left;
  margin: 0px;
  padding: 0;
}

a.double>span:first-of-type {
  border-radius: 5px 0 0 5px;
}

a.double>span:last-of-type {
  border-radius: 0px 5px 5px 0px;
}

.LeftPRow li input[type='radio'] {
  float: right;
}

ngx-gallery-image {
  touch-action: auto !important;
  user-select: auto !important;
  -webkit-user-drag: auto !important;
}

.LeftPRow li span {
  margin-top: 0px;
  padding-right: 0px;
  font-size: 13px;
}

.featbox {
  padding: 10px;
  margin: 10px 0px !important;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: visible;
  width: 100%;
  direction: rtl;
}

.featTitle {
  direction: rtl;
  text-align: right;
  padding-bottom: 5px;
  font-size: 12px;
  padding-right: 0;
}

.featTitle {
  direction: rtl;
}

.propbox {
  padding: 5px;
  background: #eee;
  margin: 6px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

.featpic {
  width: 100%;
}

.featpicPr {
  max-height: 40px;
  max-width: 40px;
}

.featbox>div,
.propbox>div {
  float: right;
  text-align: right;
}

.feat_scn {}

/* Please ❤ this if you like it! */

:root {
  --white: #ffffff;
  --light: #f0eff3;
  --black: #000000;
  --dark-blue: #1f2029;
  --dark-light: #353746;
  --red: #da2c4d;
  --yellow: #f8ab37;
  --grey: #ecedf3;
}

/* #Primary
================================================== */

::-moz-selection {
  color: var(--white);
  background-color: var(--black);
}

mark {
  color: var(--white);
  background-color: var(--black);
}

.over-hide {
  overflow: hidden;
}

.z-bigger {
  z-index: 100 !important;
}

.background-color {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-blue);
  z-index: 1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.checkbox:checked~.background-color {
  background-color: var(--white);
}

[type='checkbox']:checked,
[type='checkbox']:not(:checked),
[type='radio']:checked,
[type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}

.checkbox-budget:checked+label,
.checkbox-budget:not(:checked)+label {
  position: relative;
  display: inline-block;
  padding: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 106px;
  font-size: 15px;
  margin: 0 auto;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 9px;
  overflow: hidden;
  cursor: pointer;
  color: black;
}

.checkbox-budget:disabled+label {
  background: #e6e6e6;
}

.checkbox-budget:not(:checked)+label {
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.checkbox-budget:checked+label {
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #00d0ff;
  padding: 6px 0px;
}

.checkbox-budget:not(:checked)+label:hover {}

.checkbox-budget:checked+label span,
.checkbox-budget:not(:checked)+label span {
  position: relative;
  display: block;
}

.checkbox-budget:checked+label span::before,
.checkbox-budget:not(:checked)+label span::before {
  position: absolute;
  content: attr(data-hover);
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -webkit-text-stroke: transparent;
  text-stroke: transparent;
  -webkit-text-fill-color: var(--white);
  text-fill-color: var(--white);
  color: var(--white);
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  transition: max-height 0.3s;
}

.checkbox-budget:not(:checked)+label span::before {
  max-height: 0;
}

.checkbox-budget:checked+label span::before {
  max-height: 100%;
}

.checkbox:checked~.section .container .row .col-xl-10 .checkbox-budget:not(:checked)+label {
  background-color: var(--light);
  -webkit-text-stroke: 1px var(--dark-blue);
  text-stroke: 1px var(--dark-blue);
  box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.link-to-page {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 20000;
  cursor: pointer;
  width: 50px;
}

.link-to-page img {
  width: 100%;
  height: auto;
  display: block;
}

.liNoHide {
  display: none !important;
}

.pr-co-more {
  font-size: 12px;
  padding: 5px;
  display: block;
  padding-top: 10px;
  color: #1ca2bd !important;
  border-bottom: 1px dashed #1ca2bd;
  cursor: pointer;
}

.pr-pn {
  text-align: justify;
  font-size: 15px;
  line-height: 33px;
  font-weight: 300;
}

.rtl .pr-pn {
  direction: rtl;

}

.pr-pn a {
  color: blue;
}

.pr-pn img {
  display: block;
  max-width: 662px;
  margin: 40px auto;
}

.table thead th {
  border: 0px;
  padding-top: 11px;
}

.table thead th>div:before {
  font-family: 'FontAwesome';
  content: '\f053';
  display: inline-block;
  padding-right: 0px;
  vertical-align: middle;
  font-weight: 900;
  color: #00bfd6;
  padding-left: 4px;
}

.table td,
.table th {
  border: 0px;
  font-size: 15px;
}

.table td {
  font-size: 15px;
}

.tblPrices td {
  font-weight: bold;
}

.field-img-pic {
  width: 30px;
  height: 30px;
  margin: 0 !important;
  float: right;
  margin-left: 12px !important;
  position: relative;
}

.modal {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 0 16px;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 1000;
}

.modal.fade-anim {
  transition: opacity 400ms ease-in-out;
  will-change: opacity;
  opacity: 0;
}

.modal.fade-anim.in {
  opacity: 1;
  display: inline-block !important;
}

.modal-open {
  overflow: hidden;
}

.modal-content {
  background-color: #fff;
  border-radius: 4px;
  margin: 16px auto;
  position: relative;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  will-change: opacity;
  display: inline-block;
  max-width: 700px;
  border: 0 solid rgba(0, 0, 0, 0.2);
}

.modal-content-size-m {
  max-width: 992px;
}

.modal-content-size-l {
  max-width: 1200px;
}

.modal-footer,
.modal-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0 16px;
}

.modal-header {
  border-bottom: 1px solid #ededed;
}

.modal-body {
  padding: 16px;
}

.modal-footer {
  border-top: 1px solid #ededed;
}

.modal-dialog {
  margin-top: 100px;
  display: inline-block;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: 0;
  font-size: 27px;
  color: #020202;
}

.modal-titr {
  font-size: 14px;
  text-align: right;
}

.moda-share-color {
  background: red;
  width: 43px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: white !important;
  cursor: pointer;
}

.moda-share-color.twitter {
  background: #4dcceb;
  border: 1px solid #4dcceb;
}

.moda-share-color.facebook {
  background: #4d8deb;
  border: 1px solid #4d8deb;
}

.moda-share-color.whatsapp {
  background: #1bd741;
  border: 1px solid #1bd741;
}

.moda-share-color.email {
  background: #ef5662;
  border: 1px solid #ef5662;
}

.moda-share-color.copy {
  width: 100%;
  background: white;
  color: gray !important;
  border: 1px solid #b7b7b7;
}

.moda-share-color.copy span {
  font-size: 14px;
  padding-right: 6px;
  display: inline-block;
  margin-top: 3px;
}

.moda-share-color.copy i {}

.pr-share-container {
  display: flex;
  justify-content: flex-start;
}

.pr-share-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.pr-share-container ul li {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 26px;
}

.pr-share-container ul li a {
  cursor: pointer;
}

.pr-share-container ul li a i {
  font-size: 21px;
  color: #bdb6b6;
}

.pr-better-price-cn {
  text-align: right;
  margin: 11px 0;
  font-size: 13px;
  color: gray;
}

.pr-better-price-cn a {
  cursor: pointer;
}

.ltrInput {
  text-align: left;
  direction: ltr;
}

.sht-cn {
  height: 79px;
  margin-bottom: 11px;
  line-height: 28px;
  overflow: hidden;
}

.sht-auto-height {
  height: auto;
}

.sht-btn {}

.sht-btn a {
  color: #1ca2bd !important;
  border-bottom: 1px dashed #1ca2bd;
  cursor: pointer;
}

.btn_notify_mojoodi {
  display: inline-block;
  padding: 4px;
  border: 1px solid #0b66c3;
  background: #0a79ea;
  border-radius: 5px;
  margin-right: 10px;
  color: white !important;
  cursor: pointer;
}

.btn_notify_mojoodi:hover {
  background: #f1ea28;
  color: black !important;
}

.offer_pr_cn {
  display: flex;
  align-items: center;
}

.Offer_pr_color {
  height: 36px;
}

.offer_pr_remains {
  margin-right: 14px;
  font-weight: bold;
  height: 37px;
  display: flex;
  align-items: center;
}

.offer_pr_remains>countdown {
  width: 71px;
  display: inline-block;
}

.offer_pr_remains i {
  color: gray;
  margin-right: 6px;
  position: relative;
  top: -1px;
}

.index_offer_cn {
  display: inline-block;
  margin-right: 13px;
  border-right: 1px solid #eee;
  padding-right: 10px;
}

.offer_color_pr_cn {
  display: inline-block;
  background: white;
  padding: 4px 4px 5px;
  border-radius: 10px;
  box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 10%);
}

.offer_color_pr_cn>span {
  padding-right: 5px;
}

.field_info {
  cursor: pointer;
  color: #1590f9 !important;
  margin-right: 5px;
}

.field_tooltip_content {}

.field_tooltip_content h2 {
  font-size: 13px;
  text-align: right;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding: 5px;
  line-height: 20px;
}

.field_tooltip_content .field_content_html {
  font-size: 12px;
  text-align: justify;
  padding: 5px;
  direction: rtl;
}

.field_tooltip_content .field_content_html img {
  width: 137px;
  float: right;
  border-radius: 3px;
  margin-left: 5px;
}

.field_tooltip_content .field_more_cn {
  width: 100%;
  border-top: 1px solid #eee;
  margin-top: 11px;
  padding-top: 7px;
  text-align: left;
}

.field_tooltip_content .field_more_cn a {
  background: #fbfbfb;
  padding: 2px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.field_tooltip_content .field_more_cn a:hover {
  background: #e7e7e7;
}

.tippy-tooltip {
  position: relative;
  color: #484848;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 0.3125rem 0.5625rem;
  line-height: 1.4;
  text-align: center;
  will-change: transform;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
}

.tippy-popper[x-placement^='top'] .tippy-arrow {
  border-top: 8px solid #fff;
}

.tippy-popper[x-placement^='bottom'] .tippy-arrow {
  border-bottom: 8px solid #fff;
}

.ngx-gallery-thumbnails .ngx-gallery-thumbnail {
  border-radius: 0;
  border: 1px solid #fff;
}

.ngx-gallery-image.ngx-gallery-active {
  z-index: 8 !important;
}

.ngx-gallery-icon {
  color: #b3b3b3 !important;
}

.ngx-gallery-arrow-wrapper {
  z-index: 8 !important;
}

.ngx-gallery-arrow-wrapper .ngx-gallery-arrow {
  z-index: 8 !important;
}

.prSmilar_box {
  padding: 9px;
  border-radius: 10px;
  margin-bottom: 5rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.more_products_btn {
  background: #afafaf;
  font-size: 13px;
  color: white;
}

.call_whole_cn {
  background: #ffece4;
  padding-bottom: 3px;
  border-radius: 13px;
  border: 1px solid #f8e2cf;
}

.call_wole_title {
  text-align: center;
  background: #f8e2cf;
  padding: 11px;
  border-radius: 11px;
}

.call_wole_phone_icon {
  text-align: center;
}

.call_wole_phone_icon i {
  font-size: 29px;
  color: #676767;
  margin: 4px 10px;
}

.call_wole_phone_num {
  font-size: 18px;
  padding-top: 12px;
}

.img_guarantee_check {
  width: 30px;
  height: 30px;
  /* padding-top: 8px; */
  margin-top: 6px;
  margin-left: 6px;
}

.prd_gur_text {
  text-align: right;
  padding-top: 11px;
  margin-bottom: 1px;
}

.icon_guarantee_check {
  font-size: 26px;
  margin: 9px 4px;
  color: #03c404;
}

/* start of basket add modal  */

.basket_modal_cn {}

.bsk_close_cn {
  font-size: 24px;
  text-align: right;
  color: #929292;
}

.bsk_close_cn a {
  cursor: pointer;
}

.basket_modal_cn .ok_sign {
  text-align: center;
  font-size: 5rem;
  color: #b00203;
  height: 86px;
}

.btnFill {
  color: #ffffff !important;
  padding: 7px 20px;
  background-color: #b00203;
  border-radius: 5px;
  border: 1px solid #f1f3f5;
  border-color: #b00203;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  height: 41px;
  position: relative;
  top: -6px;
  width: 140px;
  display: block;
  float: right;
}

.btnEmpty {
  display: block;
  padding: 7px 9px;
  text-align: center;
  background: 0 0;
  color: #1b73f4;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  /* float: left; */
  margin-right: 14px;
  cursor: pointer;
  margin: 3px !important;
  position: relative;
  top: -9px;
  width: 140px;
}

.btnEmpty:hover {
  background-color: #f41bac;
  color: #fff !important;
}

.bsk_mdal_txt {
  margin: 18px 0 0 0;
  font-size: 15px;
  direction: rtl;
  color: gray;
}

.bsk_moda_similar_cn {
  direction: ltr;
  margin-top: 17px;
}

.modal_simlar_title {
  margin-top: 4px;
  text-align: right;
  direction: rtl;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
}

.btn_checkout {
  background: #e8e8e8 !important;
  color: #5f5f5f;
  border: 1px solid #cec9c9;
  width: 100%;
}

/* end of basket add modal  */

/* start of course  */

.rtl .course_detail_cn {
  direction: rtl;
}

.rtl .rtl_content {
  direction: rtl;
}

.course_detail_title_1 {
  font-size: 2rem;
  color: black;
  padding: 0rem 0 0rem 0;

}

.rtl .course_detail_title_1 {
  direction: rtl;
}

.course_detail_title_1 img {
  width: 26px;
  margin-left: 6px;
}

.course_detail_title_1 i {
  font-size: 23px;
  color: #b50202;
}

.course_detail_title_1_sm {
  font-size: 1.5rem;
  padding: 1rem 0 0rem 0;
}

.course_detail_title_2 {
  font-size: 1rem;
  color: #a1a1a1;
  padding: 0rem 0 0rem 0;
}

.course_detail_title_3 {
  font-size: 1rem;
  color: #939393;
  padding: 0rem 0 2rem 0;
}

/* end of course  */

.course_extra_cn {
  direction: rtl;
  text-align: right;
  display: flex;
  padding-right: 15px;
  padding-top: 18px;
  flex-direction: column;
  margin-bottom: 3rem;
}

.course_extra_item {
  margin-bottom: 3rem;
}

.course_extra_title {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
}

.course_extra_title i {
  color: #ad0102;
}

.course_extra_desc {
  font-size: 15px;
  font-weight: 500;
  color: gray;
}

.course_extra_desc img {
  width: 42px;
  margin: 10px 17px;
}

.ngx-gallery-animation-slide .ngx-gallery-image.ngx-gallery-active {
  border: 0px solid #eee;
  border-radius: 0;
  background-position: left;
}

.course_master_cn {
  text-align: center;
}

.course_master_box {}

.course_master_box a {
  color: #1a1a1a;
}

.course_master_box a:hover {
  color: #ad0102;
}

.course_master_box img {
  margin: 0px auto;
  border-radius: 6px;
  box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 90%);
}

.course_master_box h2 {
  font-size: 23px;
  color: #1a1a1a;
  padding-top: 15px;
}

.course_master_box h3 {
  font-size: 15px;
  color: gray;
}

.skills_container {
  margin-bottom: 15px;
}

.skillBox {}

.skill_title {
  font-weight: 500;
  padding-bottom: 4px;
}

.skill_percent_cn {
  position: relative;
  width: 100%;
  height: 10px;
  background: #dfdfdf;
}

.skill_amount {
  position: absolute;
  left: 0;
  top: 0;
  background: #b50202;
  z-index: 2;
  height: 100%;
}

.divider_vertical {
  border-top: 1px solid #d1d1d1;
  margin-top: 2rem;
}

.main_red {
  color: #b50202;
  font-size: 16px;
  font-weight: bold;
}

.ul_dl_btns {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-top: 31px;
  justify-content: center;
}

.ul_dl_btns li {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  margin-left: 26px;
}

.ul_dl_btns li span {
  font-weight: 700;
  font-size: 19px;
}

.ul_dl_btns li span i {
  margin-left: 12px;
}

.ul_dl_btns li .btn_ref_effect {
  padding: 14px 29px 11px !important;
}

.main_gray {
  color: #9f9f9f;
  font-size: 16px;
  font-weight: bold;
}

.ex_data_col {
  display: flex;
  flex-direction: column;
}

.btn_ref_effect {
  padding: 10px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}

.btn_ref_effect:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b50202;
  border-radius: 5px;
  z-index: -2;
}

.btn_ref_effect:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  transition: all 0.3s;
  border-radius: 5px;
  z-index: -1;
}

.btn_ref_effect:hover {
  color: #fff !important;
}

.btn_ref_effect:hover:before {
  width: 100%;
}

.desc-btn {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3rem;
}

.desc-btn a {
  font-size: 14px;
  color: #b50202 !important;
}

.desc-auto-height {
  height: auto !important;
}

.prSmilar_box .main-title {
  border-top: 1px solid #d1d1d1;
}

.nc-pr-title {
  margin: 0;
  display: flex;
  justify-content: center;
}

.nc-pr-title a {
  display: block;
  font-size: 2rem;
  padding: 13px 10px;
  margin-right: 0;
  color: #424242;
  text-align: center;
  font-weight: 500;
}

.ul_product_item {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.ul_product_item li {
  margin: 0 31px;
  margin-bottom: 6rem;
}

.ul_product_item li a {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ul_product_item li img {
  height: 119px;
}

.ul_product_item li div {
  display: flex;
  justify-content: center;
}


.catalog_wrapper {}


.catalog_wrapper .grp-spe-title {
  justify-content: start;
  font-weight: 500;
  margin: 50px 0 10px 0;
}

.catalogue_table_wrapper {
  direction: rtl;
}

.catalog_wrapper .cataloge_title {}

.catalogue_header {

  margin: 18px 0 0;
  padding-bottom: 13px;
}

.ca_title_header {

  padding: 10px 0px;
  text-align: right;
  color: #484848;
}

.ca_item_name {

  background: #f7f5f6;
  padding: 10px 18px;
  text-align: right;
  color: gray;
  margin-left: 13px;
}

.ca_item_name img {
  margin-left: 11px;
}

.ca_item_volume {

  background: #f7f5f6;
  height: 100%;
}

.ca_cap_title {

  display: flex;
  justify-content: center;
  padding-left: 31px;
}

.catalogue_row {

  margin-bottom: 8px;
}

.ca_item_dl {

  display: flex;
  justify-content: end;
  padding-left: 10px;
  align-items: center;
  height: 100%;
}

.ca_item_dl img {
  width: 21px;
}

.ca_item_size {

  font-size: 15px;
  color: gray;
  height: 100%;
  display: flex !important;
  align-items: center;
}

.pr_box_down_adver {

  margin-top: 37px;
  position: relative;
}

.rtl .pr_box_down_adver {
  direction: rtl;
}

.pr_box_down_adver img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.pr_down_adver_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.rtl .pr_down_adver_content {}

.pr_ad_box_more_wrapper {

  display: flex;
  height: 100%;
  align-items: end;
  padding-bottom: 34px;
  padding-left: 38px;
}

.pr_ad_box_content {

  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  font-size: 26px;
  color: white;
  padding-right: 38px;
  padding-top: 26px;
  font-weight: 300;
}

.rtl .pro_down_wrapper {
  direction: rtl;
}

.ltr .pr_gur_text_title2 {
  flex-direction: row !important;
}

.ltr .pr_gur_text_title3 {
  flex-direction: row-reverse !important;
}

@media only screen and (max-width: 600px) {
  .btn_ref_effect {
    padding: 10px 6px;
  }

  .hd-mn>h1 {
    font-size: 1.5rem;
    margin-top: 13px;
  }

  .desc-cn {
    height: 272px;
    margin-bottom: 11px;
    line-height: 28px;
    overflow: hidden;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }

  .ul_product_item li img {
    height: 37px;
  }

  .ul_product_item li {
    margin: 0 10px;
    margin-bottom: 3rem;
  }

  .ul_product_item li a {
    font-size: 12px;
  }

  .dproduct {
    margin: 16px;
  }

  .ul_product_item li {
    margin: 0 8px;
    margin-bottom: 1rem;
  }

  .pr_ad_box_content {
    font-size: 12px;
    padding-right: 5px;
    padding-top: 25px;
  }

  .btn_register {
    padding: 0px 10px;
    font-size: 12px;
  }

  .ca_item_name {
    font-size: 12px;
  }

  .ca_item_size {
    font-size: 10px;
  }

  .addCoContainer {
    margin: 10px 5px;
  }
}

@media (min-width: 900px) {
  .group-card {
    height: 94%;
  }

  .group-card:hover .group-card__image {
    transform: scale(1.2);
    z-index: -1;
  }

  .group-card:hover .group-card__text-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .group-card:hover .group-card__title {
    color: white;
    font-size: 18px;
    font-weight: bold;
  }

  .group-card:hover .group-card__details-wrapper {
    max-height: 20rem;
    opacity: 1;
  }

}