@charset "UTF-8";
/*
 |--------------------------------------------------------------------------
 | Helper mixins, feel free to add/remove any that you might not use
 | Won't be rendered in the output if not used
 |--------------------------------------------------------------------------
 */
.product .details--item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.85rem; }
  @media (max-width: 576px) {
    .product .details--item {
      font-size: 0.7rem; } }
  .product .details--item.publisher {
    flex-basis: 100%;
    margin-bottom: 1rem; }
  .product .details--item:not(:nth-last-child(1)):not(.publisher):after {
    content: '';
    width: 2px;
    height: 50%;
    background-color: #ecc000;
    position: absolute;
    left: 0rem; }

@media (max-width: 576px) {
  .product--cart .field--name-title {
    font-size: 0.9rem; } }

.product--cart .details--item {
  position: relative;
  display: flex;
  align-items: center; }
  .product--cart .details--item:not(:nth-last-child(1)):after {
    content: '';
    width: 2px;
    height: 50%;
    background-color: #ecc000;
    position: absolute;
    left: 0rem; }

.product--full .has-analysis {
  position: relative; }
  .product--full .has-analysis .product--top-left .field--name-title h5:after {
    content: ' همراه با تحلیل ';
    font-weight: 800;
    background-color: #b10707;
    color: #fff;
    padding: 0.2rem .5rem;
    border-radius: 3px;
    font-size: 0.8125rem;
    line-height: 1.4;
    margin-right: 0.5rem;
    white-space: nowrap; }

.product--full .product--top-info .field--name-field-image {
  flex-basis: 20%; }

.product--full .product--top-left {
  flex-basis: 80%; }

@media (max-width: 728px) {
  .product--full .field--name-field-image {
    align-self: center; } }

.product--full .field--name-field-image > article {
  max-width: 150px;
  min-width: 130px;
  box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.13);
  border: solid #dee2e6 1px; }

.product--full .field--name-title h5 {
  font-weight: 800; }

.product--full .field--name-field-summary {
  color: #6c757d; }

.product--full .field--name-price {
  color: #236A9E;
  display: flex; }
  .product--full .field--name-price span {
    margin-right: 5px; }

.product--full .field--name-list-price {
  text-decoration: line-through; }

.product--full .field--name-field-reports-tag {
  display: flex;
  flex-wrap: wrap; }
  .product--full .field--name-field-reports-tag a {
    margin: 0.25rem;
    color: #343a40;
    font-size: 0.875rem;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    border: 1px solid #adb5bd;
    border-radius: 3px;
    padding: 0 0.9125rem; }
    .product--full .field--name-field-reports-tag a:hover {
      color: black;
      border-color: #dee2e6;
      text-decoration: none; }

.product--full .field--name-field-analysis-summary {
  color: #6c757d; }

.product--full .field--name-field-sample-pdf .download--pdf {
  font-size: 1.2rem; }

.product--full .download--pdf {
  font-size: 0.875rem;
  transition: all .2s ease-in-out;
  background-color: #171A4F;
  color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center; }
  .product--full .download--pdf:focus, .product--full .download--pdf:active {
    background-color: #f3f3f3 !important;
    color: #171A4F !important; }

.product--full .button--add-to-cart {
  width: 100%;
  background-color: #171A4F;
  border-color: #171A4F;
  font-size: 1.2rem;
  background-image: url("/themes/custom/soobazar/assets/icons/cart.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 88%;
  transition: all .2s ease-in-out; }
  .product--full .button--add-to-cart:hover {
    background-color: #1d2163;
    background-position: 89%; }

.product--full .paragraph--type--ads img {
  width: 100%; }

.product--full .contact-button {
  border-top: 1px dashed #adb5bd; }
  .product--full .contact-button a {
    font-size: 1.2rem;
    background-color: white;
    border: 2px solid #171A4F;
    color: #171A4F; }
    .product--full .contact-button a:hover {
      background-color: #171A4F;
      color: white; }

.product--teaser .has-analysis {
  position: relative; }
  .product--teaser .has-analysis .field--name-title a:after {
    content: ' همراه با تحلیل ';
    font-weight: 800;
    background-color: #b10707;
    color: #fff;
    padding: 0.2rem .5rem;
    border-radius: 3px;
    font-size: 0.8125rem;
    line-height: 1.4;
    margin-right: 0.5rem;
    white-space: nowrap; }

.product--teaser .image-wrapper {
  max-width: 90px;
  min-width: 70px; }
  @media (max-width: 576px) {
    .product--teaser .image-wrapper {
      max-width: 80px; } }

.product--teaser .field--name-field-image {
  box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.13); }

.product--teaser .field--name-title a {
  color: #000;
  transition: all 0.2s ease-in-out; }
  .product--teaser .field--name-title a:hover {
    color: #236A9E; }

.product--teaser .field--name-list-price {
  text-decoration: line-through; }

.product--teaser .details--items {
  font-size: 0.85rem; }

.product--teaser .details--item {
  position: relative;
  display: flex;
  align-items: center; }
  .product--teaser .details--item:not(:nth-last-child(1)):after {
    content: '';
    width: 1px;
    height: 50%;
    background-color: #ecc000;
    position: absolute;
    left: 0rem; }

.product--card-large .image {
  width: 100px;
  min-width: 100px; }
  @media (max-width: 576px) {
    .product--card-large .image {
      display: none; } }

.product--card-large .field--name-field-image {
  box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.13);
  border: solid #dee2e6 1px; }

@media (max-width: 728px) {
  .product--card-large .field--name-title {
    font-size: 0.9rem; } }

.product--card-large .field--name-list-price {
  text-decoration: line-through; }

.product--card-large .details--item {
  color: #a2a2a2 !important;
  border: none !important; }
  .product--card-large .details--item a {
    color: #a2a2a2 !important; }
  @media (max-width: 728px) {
    .product--card-large .details--item.publisher {
      margin-bottom: 0.5rem; } }

.product--card-large .price {
  display: flex;
  color: #236A9E;
  font-size: 0.85rem; }

.product--card-small .has-analysis {
  position: relative; }
  .product--card-small .has-analysis .field--name-title a:after {
    content: ' همراه با تحلیل ';
    font-weight: 800;
    background-color: #b10707;
    color: #fff;
    padding: 0.2rem .5rem;
    border-radius: 3px;
    font-size: 0.8125rem;
    line-height: 1.4;
    margin-right: 0.5rem;
    white-space: nowrap; }

.product--card-small .field--name-title {
  margin-top: auto;
  margin-bottom: 1rem; }
  @media (max-width: 992px) {
    .product--card-small .field--name-title {
      margin-bottom: 0; } }
  .product--card-small .field--name-title h5 {
    margin: 0; }
  .product--card-small .field--name-title a {
    font-size: 1rem;
    font-weight: 800; }

.product--card-small .field--name-field-image {
  box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.13);
  margin-left: 1rem;
  max-width: 75px;
  min-width: 75px; }

.product--card-small .field--name-list-price {
  text-decoration: line-through; }

.product--card-small .details--items {
  font-size: 0.75rem; }

.product--tabs-section {
  box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden; }
  .product--tabs-section .nav-tabs {
    background-color: #ededed;
    border-color: transparent; }
    .product--tabs-section .nav-tabs .nav-item {
      background-color: #ededed;
      border-radius: 0;
      color: #6f6f6f;
      border: none;
      padding: .75rem 1.5rem;
      transition: all 0.2s ease-in-out;
      position: relative;
      border-left: solid 1px #dfdfdf; }
      .product--tabs-section .nav-tabs .nav-item:before {
        content: '';
        width: calc(100% + 1px);
        height: 3px;
        position: absolute;
        top: -1px;
        right: 0;
        transition: all 0.2s ease-in-out; }
      .product--tabs-section .nav-tabs .nav-item.active {
        background-color: #fff;
        color: #171A4F;
        border-color: transparent; }
        .product--tabs-section .nav-tabs .nav-item.active:before {
          background-color: #236A9E; }
      .product--tabs-section .nav-tabs .nav-item:not(.active):hover {
        background-color: #fff;
        color: #171A4F; }

.path-product {
  background-color: #f3f3f3; }
