
/* ============== Dedicate ============== */

.mh-statuses {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.mh-status {
  display: grid;
  grid-template-columns: 0.1fr 2fr max-content 1fr;
  grid-template-rows: auto auto auto;
  gap: 0px 15px;
  grid-auto-flow: row;
  background: #fff;
  padding: 22px 32px;
  border-radius: 12px;
  align-items: center;
  width: 100%;
}

.mh-status .more-btn-section {
  grid-area: 1 / 1 / 3 / 2;
}
.mh-status .icon-name-section {
  grid-area: 1 / 2 / 3 / 4;
}
.mh-status .title-group-cpu-section {
  grid-area: 1 / 3 / 3 / 4;
}
.mh-status .seperator-section {
  grid-area: 1 / 4 / 3 / 5;
  display: none;
}
.mh-status .ram-storage-port-section {
  grid-area: 1 / 4 / 3 / 5;
}
.mh-status .seperator-section2 {
  grid-area: 1 / 4 / 3 / 5;
  display: none;
}
.mh-status .price-section {
  grid-area: 1 / 6 / 2 / 7;
}
.mh-status .order-btn-section {
  grid-area: 3 / 5 / 4 / 6;
}
.mh-status .seperator-section3 {
  grid-area: 3 / 1 / 4 / 2;
  display: none !important;
}
.mh-status .more-info-section {
  grid-area: 3 / 1 / 4 / 7;
}

.mh-status-featured {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}

.mh-status-disabled {
  background: #e7e7e8 !important;
}

.mh-status:hover {
  box-shadow: 0px 4px 30px 0px rgba(96, 96, 96, 0.06);
  top: -8px;
}

.mh-status-featured:hover {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}

.mh-status .more-btn-section {
  margin-left: 5px;
  min-width: 5px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  transition: all ease 0.2s;
  display: flex;
}

.mh-status .more-info-open img {
  rotate: -180deg;
}

.mh-status-disabled .more-btn-section {
  filter: saturate(0%) brightness(150%);
}

.mh-status .icon-name-section {
  text-align: right;
  min-width: 100px;
}

.mh-status .title {
  margin-bottom: 0;
  font-size: 18px;
  max-width: 78%;
  text-align: right;
}

.mh-status .properties {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-left: 32px;
  gap: 10px;
}

.mh-status .more-info-section .properties {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  margin-right: 0 !important;
  margin-left: 0 !important;
  gap: 32px;
}

.mh-status .property {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px 0;
  justify-content: center;
  width:100%;
  min-width: 60px;
  width: fit-content;
}

.mh-status .property > .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: IRANYekan;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #404044;
  min-height: 20px;
}

.mh-status .property > .title img {
  width: 13px;
  height: auto;
  margin-left: 3px;
}
.mh-status .property > .title .title-text {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  line-height: 0.9;
  min-width: max-content;
}

.mh-status .property > .value {
  align-items: center;
  font-family: IRANYekan fa;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  color: #404044;
}
.mh-status .property > .value .datacenters {
  display: flex;
  flex-direction: row;
  gap: 0 8px;
}
.mh-status .property > .value .datacenters img {
  max-height: 25px;
}

.mh-status .price-section {
  display: flex;
  flex-direction: column;
  max-width: 185px;
  min-width: 185px;
  direction: rtl;
}

.mh-status .price-section .price-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 13px;
}

.mh-status .price-section .has-sale {
  margin-bottom: 5px !important;
}

.mh-status .price-section .price-box .price-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mh-status .price-section .price-box .regular-price {
  display: flex;
  flex-direction: row;
  gap: 0 6px;
}

.mh-status .price-section .price-box .regular-price .price {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  color: #404044;
  font-family: PeydaFaNum;
}

.mh-status .price-section .price-box .regular-price .unit {
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}

.mh-status .price-section .price-box .sale-price {
  display: flex;
  flex-direction: row;
  gap: 0 4px;
  text-align: left;
  justify-content: end;
  align-items: center;
}

.mh-status .price-section .price-box .sale-price .price {
  color: rgba(64, 64, 68, 0.8);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: line-through;
  font-family: "iranyekan fa";
}

.mh-status .price-section .price-box .sale-price .unit {
  color: rgba(64, 64, 68, 0.8);
  font-family: IRANYekan;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mh-status .price-section .discount {
  font-size: 15.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 4px 6px;
  border-radius: 5px;
  background: rgba(198, 226, 124, 0.25);
  width: 100%;
  margin-bottom: 13px;
  text-align: center;
}

.mh-status-disabled .discount {
  background: #d6d6d8 !important;
}

.mh-status .order-btn-section .order-button {
  display: inline-flex;
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #d4e8ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  min-width: 140px;
}

.mh-status-featured .order-btn-section .order-button {
  background: #c93b3a !important;
  color: #fff;
}

.mh-status-disabled .order-btn-section .order-button {
  background: #d6d6d8 !important;
  color: #a9a9ab !important;
}

.mh-status .order-btn-section .order-button a {
  color: #404044;
}

.mh-status-featured .order-btn-section .order-button a {
  color: #fff !important;
}

.mh-status-disabled .order-btn-section .order-button a {
  color: #a9a9ab !important;
}

.mh-status:hover .order-btn-section .order-button {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3);
  border-radius: 10px;
  background: #dd4d4c;
  color: #fff;
}

.mh-status:hover .order-btn-section .order-button a {
  color: #fff;
}

.mh-status-disabled:hover .order-btn-section .order-button {
  color: #a9a9ab !important;
  box-shadow: none !important;
}

.mh-status-disabled:hover .order-btn-section .order-button a {
  color: #a9a9ab !important;
}

.mh-status .order-btn-section .call-us-button {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 10px;
  background: #d7dfec;
  padding: 12px 36px;
}

.mh-status .more-info-section {
  border-top: 1px solid rgba(64, 64, 68, 0.2);
  margin-top: 14px;
  padding-top: 15px;
}

@media (max-width: 600px) {
  .mh-status .icon-name-section {
    grid-area: 1 / 2 / 2 / 5;
  }
  .mh-status .price-section {
    grid-area: 1 / 2 / 1 / 3;
  }

  .mh-status .seperator-section {
    grid-area: 2 / 1 / 3 / 5;
    display: inline-grid;
    padding-bottom: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(169, 169, 171, 0.5);
  }

  .mh-status .title-group-cpu-section {
    grid-area: 1 / 4 / 2 / 5;
  }

  .mh-status .seperator-section2 {
    grid-area: 4 / 1 / 5 / 5;
    display: inline-grid;
    padding-bottom: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(169, 169, 171, 0.5);
  }

  .mh-status .ram-storage-port-section {
    grid-area: 3 / 1 / 4 / 5;
  }

  .mh-status .seperator-section3 {
    grid-area: 6 / 1 / 7 / 5;
    display: none;
  }

  .mh-status .more-info-section {
    grid-area: 5 / 1 / 6 / 5;
    padding: 0 !important;
  }

  .mh-status .order-btn-section {
    grid-area: 3 / 4/ 4 / 5;
  }
  .mh-status .more-btn-section {
    grid-area: 1 / 1 / 2 / 2;
  }

 .mh-status {
    padding: 15px;
    grid-template-columns: 0.1fr 1fr 0.2fr;
    grid-template-rows: 1fr auto;
  }

  .mh-status .icon-name-section {
    max-width: 100%;
    text-align: center;
    min-width: 100px;
    margin-left: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .mh-status .thumbnail {
    max-width: 50px;
  }

  .mh-status .price-section {
    max-width: 100%;
    min-width: fit-content;
  }

  .mh-status .price-section .price-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 150px;
    margin-bottom: 0;
  }

  .mh-status .price-section .discount {
    margin-bottom: 0;
    max-width: 150px;
  }

  .mh-status .price-section .price-box .regular-price .price {
    margin-left: 10px;
  }

  .mh-status .properties {
    margin-left: 0;
    gap: 10px;
  }

  .mh-status .more-info-section {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 16px;
  }
  .mh-status .more-info-section .properties {
    flex-wrap: wrap;
    gap: 16px 0;
    flex-direction:column;
  }
  .mh-status .more-info-section .property {
    gap: 10px 10px;
    flex-direction: row;
    width: 100%;
    align-items: center;
  }
  .mh-status .more-info-section .property:last-child {
    width: 100%;
    flex-wrap: wrap;
  }
  .mh-status .more-info-section .property:last-child .value {
    max-width: 100%;
  }
  .mh-status .property > .value .datacenters img {
    height: 30px !important;
    max-height:unset !important;
    width: auto;
  }

  .mh-status .more-btn-section {
    width: 100%;
    text-align: right;
    min-width: 100%;
    margin: 0 !important;
  }
}
