/* ============== VPS ============== */

.mh-vps {
  max-width: 240px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(96, 96, 96, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 12px 40px 12px;
  font-family: iranyekan fa !important;
  color: #404044;
  text-align: center;
  justify-content: stretch;
  transition: all ease 0.05s;
}
.mh-vps-featured {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}
.mh-vps-disabled {
  background: #e7e7e8 !important;
}
.mh-vps:hover {
  box-shadow: 0px 4px 30px 0px rgba(96, 96, 96, 0.06);
  top: -8px;
}
.mh-vps-featured:hover {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}
.mh-vps .thumbnail img {
  padding-bottom: 8px;
  width: 48px !important;
  height: auto !important;
}
.mh-vps .title {
  margin-bottom: 23px;
  font-family: iranyekan fa !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mh-vps-featured .title {
  color: #c93b3a !important;
}
.mh-vps .price-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mh-vps .has-sale {
  margin-bottom: 5px !important;
}
.mh-vps .price-box .price-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mh-vps .price-box .regular-price {
  display: flex;
  flex-direction: row;
  gap: 0 6px;
}
.mh-vps .price-box .regular-price .price {
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  color: #404044;
  font-family: PeydaFaNum;
}
.mh-vps .price-box .regular-price .unit {
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.mh-vps .price-box .sale-price {
  display: flex;
  flex-direction: row;
  gap: 0 4px;
  text-align: left;
  justify-content: end;
  align-items: center;
}
.mh-vps .price-box .sale-price .price {
  color: rgba(64, 64, 68, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: line-through;
}
.mh-vps .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-vps .discount {
  font-size: 15.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 4px 12px;
  border-radius: 5px;
  background: rgba(198, 226, 124, 0.25);
  width: 100%;
  margin-bottom: 34px;
}

.mh-vps .call-us-box {
  border-radius: 5px;
  background: #ebf1fc;
  padding: 6px 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
  margin-top: 20px;
}

.mh-vps-disabled .discount {
  background: #d6d6d8 !important;
}
.mh-vps .properties {
  width: 100%;
  display: flex;
  gap: 16px 0;
  flex-direction: column;
  margin-bottom: 43px;
  text-align: right;
}
.mh-vps .properties .property {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.mh-vps .properties .property img {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 4px;
}
.mh-vps .order-button {
  display: inline-flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #d4e8ff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.mh-vps-featured .order-button {
  background: #c93b3a !important;
  color: #fff;
}
.mh-vps-disabled .order-button {
  background: #d6d6d8 !important;
  color: #a9a9ab !important;
}
.mh-vps .order-button a {
  color: #404044;
}
.mh-vps-featured .order-button a {
  color: #fff !important;
}
.mh-vps-disabled .order-button a {
  color: #a9a9ab !important;
}
.mh-vps:hover .order-button {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3);
  border-radius: 10px;
  background: #dd4d4c;
  color: #fff;
}
.mh-vps:hover .order-button a {
  color: #fff;
}
.mh-vps-disabled:hover .order-button {
  color: #a9a9ab !important;
  box-shadow: none !important;
}
.mh-vps-disabled:hover .order-button a {
  color: #a9a9ab !important;
}

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

/* ============== Collocation ============== */

.mh-collocation {
  max-width: 240px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(96, 96, 96, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 12px 40px 12px;
  font-family: iranyekan fa !important;
  color: #404044;
  text-align: center;
  justify-content: stretch;
  transition: all ease 0.05s;
}
.mh-collocation-featured {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}
.mh-collocation-disabled {
  background: #e7e7e8 !important;
}
.mh-collocation:hover {
  box-shadow: 0px 4px 30px 0px rgba(96, 96, 96, 0.06);
  top: -8px;
}
.mh-collocation-featured:hover {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}
.mh-collocation .thumbnail img {
  padding-bottom: 8px;
  width: 48px !important;
  height: auto !important;
}
.mh-collocation .title {
  margin-bottom: 23px;
  font-family: iranyekan fa !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mh-collocation-featured .title {
  color: #c93b3a !important;
}
.mh-collocation .price-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mh-collocation .has-sale {
  margin-bottom: 5px !important;
}
.mh-collocation .price-box .price-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mh-collocation .price-box .regular-price {
  display: flex;
  flex-direction: row;
  gap: 0 6px;
}
.mh-collocation .price-box .regular-price .price {
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  color: #404044;
  font-family: PeydaFaNum;
}
.mh-collocation .price-box .regular-price .unit {
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.mh-collocation .price-box .sale-price {
  display: flex;
  flex-direction: row;
  gap: 0 4px;
  text-align: left;
  justify-content: end;
  align-items: center;
}
.mh-collocation .price-box .sale-price .price {
  color: rgba(64, 64, 68, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: line-through;
}
.mh-collocation .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-collocation .discount {
  font-size: 15.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 4px 12px;
  border-radius: 5px;
  background: rgba(198, 226, 124, 0.25);
  width: 100%;
  margin-bottom: 34px;
}

.mh-collocation .call-us-box {
  border-radius: 5px;
  background: #ebf1fc;
  padding: 6px 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
  margin-top: 20px;
}

.mh-collocation-disabled .discount {
  background: #d6d6d8 !important;
}
.mh-collocation .properties {
  width: 100%;
  display: flex;
  gap: 16px 0;
  flex-direction: column;
  margin-bottom: 43px;
  text-align: right;
}
.mh-collocation .properties .property {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.mh-collocation .properties .property img {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 4px;
}
.mh-collocation .order-button {
  display: inline-flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #d4e8ff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.mh-collocation-featured .order-button {
  background: #c93b3a !important;
  color: #fff;
}
.mh-collocation-disabled .order-button {
  background: #d6d6d8 !important;
  color: #a9a9ab !important;
}
.mh-collocation .order-button a {
  color: #404044;
}
.mh-collocation-featured .order-button a {
  color: #fff !important;
}
.mh-collocation-disabled .order-button a {
  color: #a9a9ab !important;
}
.mh-collocation:hover .order-button {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3);
  border-radius: 10px;
  background: #dd4d4c;
  color: #fff;
}
.mh-collocation:hover .order-button a {
  color: #fff;
}
.mh-collocation-disabled:hover .order-button {
  color: #a9a9ab !important;
  box-shadow: none !important;
}
.mh-collocation-disabled:hover .order-button a {
  color: #a9a9ab !important;
}

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

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

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

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

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

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

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

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

.mh-dedicate .more-btn-section {
  margin-right: 30px;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  transition: all ease 0.2s;
}

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

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

.mh-dedicate .icon-name-section {
  max-width: 100px;
  text-align: center;
  min-width: 100px;
  margin-right: 30px;
}

.mh-dedicate .title {
  margin-bottom: 0;
}

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

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

.mh-dedicate .property {
  direction: ltr;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px 0;
}

.mh-dedicate .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-dedicate .property > .title img {
  width: 13px;
  height: auto;
  margin-right: 3px;
}
.mh-dedicate .property > .title .title-text {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  line-height: 0.9;
}

.mh-dedicate .property > .value {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  font-family: IRANYekan;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #404044;
  max-width: 210px;
}
.mh-dedicate .property > .value .datacenters {
  display: flex;
  direction: ltr;
  flex-direction: row;
  gap: 0 8px;
}
.mh-dedicate .property > .value .datacenters img {
  max-height: 25px;
}

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

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

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

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

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

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

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

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

.mh-dedicate .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-dedicate .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-dedicate .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-dedicate-disabled .discount {
  background: #d6d6d8 !important;
}

.mh-dedicate .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: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

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

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

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

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

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

.mh-dedicate: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-dedicate:hover .order-btn-section .order-button a {
  color: #fff;
}

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

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

.mh-dedicate .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-dedicate .more-info-section {
  border-top: 1px solid rgba(64, 64, 68, 0.2);
  margin-top: 22px;
  padding-top: 24px;
  padding-left: 75px;
}

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

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

  .mh-dedicate .title-group-cpu-section {
    grid-area: 3 / 1 / 4 / 3;
  }

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

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

  .mh-dedicate .seperator-section3 {
    grid-area: 6 / 1 / 7 / 3;
    display: inline-grid !important;
    padding-bottom: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(169, 169, 171, 0.5);
  }

  .mh-dedicate .more-info-section {
    grid-area: 7 / 1 / 8 / 3;
    padding: 0 !important;
  }

  .mh-dedicate .order-btn-section {
    grid-area: 8 / 1 / 9 / 2;
  }
  .mh-dedicate .more-btn-section {
    grid-area: 8 / 2 / 9 / 3;
  }

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

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

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

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

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

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

  .mh-dedicate .price-section .price-box .regular-price .price {
    margin-right: 10px;
  }

  .mh-dedicate .properties {
    margin-right: 0;
    gap: 10px;
  }

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

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