/**
 * @snippet      BoxeHoshmand Style
 * @how-to        Get Gheitasi.ir
 * @author        Ali Gheitasi
 */
.BoxeHoshmand-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 10px 15px;
  margin: 20px auto;
  text-align: center; }
  .BoxeHoshmand-box .product-price {
    margin-top: 6px;
    line-height: 0.5 !important; }
    .BoxeHoshmand-box .product-price a > span {
      font-weight: bold !important;
      color: #0e1935 !important;
      text-align: center;
      font-size: 18px;
      display: block;
      margin-top: 7px; }
    .BoxeHoshmand-box .product-price del {
      font-weight: 400;
      font-size: 14px;
      color: #8a929c !important;
      text-align: center;
      display: block;
      text-decoration: line-through; }
    .BoxeHoshmand-box .product-price ins {
      text-decoration: none;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      display: block;
      line-height: 40px;
      color: #0e1935 !important; }

.product-suggestion-box {
  max-width: 80%; }
  .product-suggestion-box .product-price {
    float: right; }

.product-suggestion-box .gallery-container {
  max-width: 128px;
  margin-left: 20px; }
  .product-suggestion-box .gallery-container img {
    margin: 0 auto !important; }

.product-suggestion-box .product-info {
  text-align: right;
  width: calc(100% - 128px); }
  .product-suggestion-box .product-info ul {
    margin-right: 0;
    line-height: 1.5; }

.product-suggestion-box .product-title {
  width: 100%;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 2 !important;
  padding: 0 !important;
  padding-bottom: 16px !important; }
  .product-suggestion-box .product-title a {
    color: #333 !important; }

.product-suggestion-box .product-short-description {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #555; }

.product-suggestion-box .product-link {
  float: left;
  display: inline-block;
  padding: 10px 20px;
  background-color: #ef4056;
  color: white !important;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400 !important; }

.bestseller-box-container {
  max-width: 80%; }
  .bestseller-box-container .bestseller-box-main:after {
    content: '';
    height: 90%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
  .bestseller-box-container .bestseller-box {
    width: 33.333333%;
    padding: 16px 32px;
    position: relative; }
    .bestseller-box-container .bestseller-box img {
      width: 70%; }
    .bestseller-box-container .bestseller-box .bestseller-info {
      text-align: center; }
      .bestseller-box-container .bestseller-box .bestseller-info .bestseller-title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #333;
        text-decoration: none;
        display: block; }
  .bestseller-box-container .bestseller-show-all a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column; }
    .bestseller-box-container .bestseller-show-all a .bestseller-show-all-title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #4c4c4c;
      font-size: 13px;
      line-height: 1.5;
      font-weight: 700;
      margin-bottom: 10px;
      line-height: 2.6; }
    .bestseller-box-container .bestseller-show-all a span {
      display: inline-block;
      width: 100%;
      padding: 10px 20px;
      background-color: #ef4056;
      color: white !important;
      text-decoration: none;
      border-radius: 5px;
      font-size: 16px;
      font-weight: 400; }

@media (max-width: 768px) {
  .BoxeHoshmand-box {
    align-items: start; }

  .product-suggestion-box {
    max-width: 100%;
    padding: 10px; }
    .product-suggestion-box .gallery-container {
      max-width: 80px; }
    .product-suggestion-box .product-info {
      width: calc(100% - 80px); }
    .product-suggestion-box .product-link {
      font-size: 12px; }
    .product-suggestion-box .product-title {
      padding-bottom: 8px !important; }

  .bestseller-box-container {
    max-width: 100%;
    padding: 10px;
    flex-wrap: wrap; }
    .bestseller-box-container .bestseller-box {
      padding: 3px; }
    .bestseller-box-container .bestseller-box-main {
      width: 50%; }
      .bestseller-box-container .bestseller-box-main:after {
        background-color: #fff; }
      .bestseller-box-container .bestseller-box-main .bestseller-info .bestseller-title {
        font-size: 13px;
        font-weight: 500; }
    .bestseller-box-container .bestseller-show-all {
      width: 100%;
      margin-top: 10px; }
      .bestseller-box-container .bestseller-show-all a {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between; }
        .bestseller-box-container .bestseller-show-all a .bestseller-show-all-title {
          margin: 0; }
        .bestseller-box-container .bestseller-show-all a span {
          max-width: 150px;
          padding: 5px 10px; } }

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