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

.vm-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: IYXFN !important;
  color: #404044;
  text-align: center;
  justify-content: stretch;
  transition: all ease 0.05s;
  margin: 0 auto;
}
.vm-vps-featured {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}
.vm-vps-disabled {
  background: #e7e7e8 !important;
}
.vm-vps:hover {
  box-shadow: 0px 4px 30px 0px rgba(96, 96, 96, 0.06);
  top: -8px;
}
.vm-vps-featured:hover {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}
.vm-vps .thumbnail img {
  padding-bottom: 8px;
  width: 48px !important;
  height: auto !important;
}
.vm-vps .title {
  margin-bottom: 23px;
  font-family: IYXFN !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.vm-vps-featured .title {
  color: #c93b3a !important;
}
.vm-vps .price-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
.vm-vps .has-sale {
  margin-bottom: 5px !important;
}
.vm-vps .price-box .price-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.vm-vps .price-box .regular-price {
  display: flex;
  flex-direction: row;
  gap: 0 6px;
}
.vm-vps .price-box .regular-price .price {
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  color: #404044;
  font-family: PeydaFN;
}
.vm-vps .price-box .regular-price .unit {
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.vm-vps .price-box .sale-price {
  display: flex;
  flex-direction: row;
  gap: 0 4px;
  text-align: left;
  justify-content: end;
  align-items: center;
}
.vm-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;
}
.vm-vps .price-box .sale-price .unit {
  color: rgba(64, 64, 68, 0.8);
  font-family: IYX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.vm-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;
}

.vm-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;
}

.vm-vps-disabled .discount {
  background: #d6d6d8 !important;
}
.vm-vps .properties {
  width: 100%;
  display: flex;
  gap: 16px 0;
  flex-direction: column;
  margin-bottom: 43px;
  text-align: right;
}
.vm-vps .properties .property {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.vm-vps .properties .property img {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 4px;
}
.vm-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;
}
.vm-vps-featured .order-button {
  background: #c93b3a !important;
  color: #fff;
}
.vm-vps-disabled .order-button {
  background: #d6d6d8 !important;
  color: #a9a9ab !important;
}
.vm-vps .order-button a {
  color: #404044;
}
.vm-vps-featured .order-button a {
  color: #fff !important;
}
.vm-vps-disabled .order-button a {
  color: #a9a9ab !important;
}
.vm-vps:hover .order-button {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3);
  border-radius: 10px;
  background: #dd4d4c;
  color: #fff;
}
.vm-vps:hover .order-button a {
  color: #fff;
}
.vm-vps-disabled:hover .order-button {
  color: #a9a9ab !important;
  box-shadow: none !important;
}
.vm-vps-disabled:hover .order-button a {
  color: #a9a9ab !important;
}

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



/* ================================
   VPS Category Shortcodes
================================ */

.vm-vps-category-wrap {
  position: relative;
  width: 100%;
  direction: rtl;
}

.vm-vps-category-wrap * {
  box-sizing: border-box;
}

.vm-vps-category-track {
  width: 100%;
}

.vm-vps-category-item {
  min-width: 0;
}

  .vm-vps-category-item {
    display: flex;
    gap: 0;
    margin-bottom: 0px;
  }

.vm-vps-category-item .vm-vps {
  /* width: 100%;
  max-width: 100%; */
  margin: 0;
}

.vm-vps-category-item>span {
  display: block;
  margin-top: 8px;
  text-align: center;
}

/* buttons */
.vm-vps-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #404044;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

button.vm-vps-nav-btn {
  background-color: #D4E8FF !important;
  border: none !important;
  border-radius: 3px;
  color: #394050;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  padding: .5rem 1rem;
  text-align: center;
  transition: all .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  line-height: -moz-block-height;
}

.vm-vps-nav-btn span {
  font-size: 28px;
  line-height: 1;
  display: contents;
}

.vm-vps-nav-prev {
  right: -16px;
}

.vm-vps-nav-next {
  left: -16px;
}

/* desktop carousel */
.vm-vps-category-carousel .vm-vps-category-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4px 6px 10px;
}

.vm-vps-category-carousel .vm-vps-category-item {
  flex: 0 0 calc((100% - (24px * 3.5)) / 4.5);
}

@media (min-width: 1025px) {
  .vm-vps-category-carousel.vm-vps-category-center-desktop .vm-vps-category-track {
    justify-content: center;
  }

  .vm-vps-category-carousel.vm-vps-category-center-desktop .vm-vps-nav-btn {
    display: none;
  }
}

/* desktop grid */
.vm-vps-category-grid .vm-vps-category-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.vm-vps-category-grid .vm-vps-nav-btn {
  display: none;
}

/* scrollbar */
.vm-vps-category-track::-webkit-scrollbar {
  height: 8px;
}

.vm-vps-category-track::-webkit-scrollbar-thumb {
  background: #d6d6d8;
  border-radius: 999px;
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .vm-vps-category-carousel .vm-vps-category-track {
    gap: 20px;
  }

  .vm-vps-category-carousel .vm-vps-category-item {
    flex: 0 0 calc((100% - (20px * 2.2)) / 3.2);
  }

  .vm-vps-category-grid .vm-vps-category-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

/* mobile */
@media (max-width: 767px) {

  .vm-vps-category-carousel .vm-vps-category-track,
  .vm-vps-category-grid .vm-vps-category-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 4px 6px 10px;
  }

  .vm-vps-category-carousel .vm-vps-category-item,
  .vm-vps-category-grid .vm-vps-category-item {
    flex: 0 0 calc((100% - (16px * 0.5)) / 1.5);
    min-width: 0;
  }

  .vm-vps-category-grid .vm-vps-nav-btn {
    display: flex;
  }

  .vm-vps-nav-prev {
    right: -8px;
  }

  .vm-vps-nav-next {
    left: -8px;
  }
}

.vm-vps-category-track {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.vm-vps-category-track.is-dragging {
  cursor: grabbing;
}

.vm-vps-category-track img,
.vm-vps-category-track a {
  -webkit-user-drag: none;
}


/* ============== هاست ============== */

.vm-host {
  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: IYXFN !important;
  color: #404044;
  text-align: center;
  justify-content: stretch;
  transition: all ease 0.05s;
  margin: 0 auto;
}
.vm-host-featured {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}
.vm-host-disabled {
  background: #e7e7e8 !important;
}
.vm-host:hover {
  box-shadow: 0px 4px 30px 0px rgba(96, 96, 96, 0.06);
  top: -8px;
}
.vm-host-featured:hover {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}
.vm-host .thumbnail img {
  padding-bottom: 8px;
  width: 48px !important;
  height: auto !important;
}
.vm-host .title {
  margin-bottom: 23px;
  font-family: IYXFN !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.vm-host-featured .title {
  color: #c93b3a !important;
}
.vm-host .price-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
.vm-host .has-sale {
  margin-bottom: 5px !important;
}
.vm-host .price-box .price-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.vm-host .price-box .regular-price {
  display: flex;
  flex-direction: row;
  gap: 0 6px;
}
.vm-host .price-box .regular-price .price {
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  color: #404044;
  font-family: PeydaFN;
}
.vm-host .price-box .regular-price .unit {
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.vm-host .price-box .sale-price {
  display: flex;
  flex-direction: row;
  gap: 0 4px;
  text-align: left;
  justify-content: end;
  align-items: center;
}
.vm-host .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;
}
.vm-host .price-box .sale-price .unit {
  color: rgba(64, 64, 68, 0.8);
  font-family: IYX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.vm-host .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;
}

.vm-host .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;
}

.vm-host-disabled .discount {
  background: #d6d6d8 !important;
}
.vm-host .properties {
  width: 100%;
  display: flex;
  gap: 16px 0;
  flex-direction: column;
  margin-bottom: 43px;
  text-align: right;
}
.vm-host .properties .property {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.vm-host .properties .property img {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 4px;
}
.vm-host .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;
}
.vm-host-featured .order-button {
  background: #c93b3a !important;
  color: #fff;
}
.vm-host-disabled .order-button {
  background: #d6d6d8 !important;
  color: #a9a9ab !important;
}
.vm-host .order-button a {
  color: #404044;
}
.vm-host-featured .order-button a {
  color: #fff !important;
}
.vm-host-disabled .order-button a {
  color: #a9a9ab !important;
}
.vm-host:hover .order-button {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3);
  border-radius: 10px;
  background: #dd4d4c;
  color: #fff;
}
.vm-host:hover .order-button a {
  color: #fff;
}
.vm-host-disabled:hover .order-button {
  color: #a9a9ab !important;
  box-shadow: none !important;
}
.vm-host-disabled:hover .order-button a {
  color: #a9a9ab !important;
}

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



/* ================================
   هاست Category Shortcodes
================================ */

.vm-host-category-wrap {
  position: relative;
  width: 100%;
  direction: rtl;
}

.vm-host-category-wrap * {
  box-sizing: border-box;
}

.vm-host-category-track {
  width: 100%;
}

.vm-host-category-item {
  min-width: 0;
}

.vm-host-category-item .vm-host {
  /* width: 100%;
  max-width: 100%; */
  margin: 0;
}

.vm-host-category-item>span {
  display: block;
  margin-top: 8px;
  text-align: center;
}

/* buttons */
.vm-host-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #404044;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

button.vm-host-nav-btn {
  background-color: #D4E8FF !important;
  border: none !important;
  border-radius: 3px;
  color: #394050;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  padding: .5rem 1rem;
  text-align: center;
  transition: all .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  line-height: -moz-block-height;
}

.vm-host-nav-btn span {
  font-size: 28px;
  line-height: 1;
  display: contents;
}

.vm-host-nav-prev {
  right: -16px;
}

.vm-host-nav-next {
  left: -16px;
}

/* desktop carousel */
.vm-host-category-carousel .vm-host-category-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4px 6px 10px;
}

.vm-host-category-carousel .vm-host-category-item {
  flex: 0 0 calc((100% - (24px * 3.5)) / 4.5);
}

@media (min-width: 1025px) {
  .vm-host-category-carousel.vm-host-category-center-desktop .vm-host-category-track {
    justify-content: center;
  }

  .vm-host-category-carousel.vm-host-category-center-desktop .vm-host-nav-btn {
    display: none;
  }
}

/* desktop grid */
.vm-host-category-grid .vm-host-category-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.vm-host-category-grid .vm-host-nav-btn {
  display: none;
}

/* scrollbar */
.vm-host-category-track::-webkit-scrollbar {
  height: 8px;
}

.vm-host-category-track::-webkit-scrollbar-thumb {
  background: #d6d6d8;
  border-radius: 999px;
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .vm-host-category-carousel .vm-host-category-track {
    gap: 20px;
  }

  .vm-host-category-carousel .vm-host-category-item {
    flex: 0 0 calc((100% - (20px * 2.2)) / 3.2);
  }

  .vm-host-category-grid .vm-host-category-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

/* mobile */
@media (max-width: 767px) {

  .vm-host-category-carousel .vm-host-category-track,
  .vm-host-category-grid .vm-host-category-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 4px 6px 10px;
  }

  .vm-host-category-carousel .vm-host-category-item,
  .vm-host-category-grid .vm-host-category-item {
    flex: 0 0 calc((100% - (16px * 0.5)) / 1.5);
    min-width: 0;
  }

  .vm-host-category-grid .vm-host-nav-btn {
    display: flex;
  }

  .vm-host-nav-prev {
    right: -8px;
  }

  .vm-host-nav-next {
    left: -8px;
  }
}

.vm-host-category-track {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.vm-host-category-track.is-dragging {
  cursor: grabbing;
}

.vm-host-category-track img,
.vm-host-category-track a {
  -webkit-user-drag: none;
}


/* ============== SSL ============== */

.vm-ssl {
  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: IYXFN !important;
  color: #404044;
  text-align: center;
  justify-content: stretch;
  transition: all ease 0.05s;
  margin: 0 auto;
}
.vm-ssl-featured {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}
.vm-ssl-disabled {
  background: #e7e7e8 !important;
}
.vm-ssl:hover {
  box-shadow: 0px 4px 30px 0px rgba(96, 96, 96, 0.06);
  top: -8px;
}
.vm-ssl-featured:hover {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}
.vm-ssl .thumbnail img {
  padding-bottom: 8px;
  width: 48px !important;
  height: auto !important;
}
.vm-ssl .title {
  margin-bottom: 23px;
  font-family: IYXFN !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.vm-ssl-featured .title {
  color: #c93b3a !important;
}
.vm-ssl .price-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
.vm-ssl .has-sale {
  margin-bottom: 5px !important;
}
.vm-ssl .price-box .price-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.vm-ssl .price-box .regular-price {
  display: flex;
  flex-direction: row;
  gap: 0 6px;
}
.vm-ssl .price-box .regular-price .price {
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  color: #404044;
  font-family: PeydaFN;
}
.vm-ssl .price-box .regular-price .unit {
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.vm-ssl .price-box .sale-price {
  display: flex;
  flex-direction: row;
  gap: 0 4px;
  text-align: left;
  justify-content: end;
  align-items: center;
}
.vm-ssl .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;
}
.vm-ssl .price-box .sale-price .unit {
  color: rgba(64, 64, 68, 0.8);
  font-family: IYX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.vm-ssl .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;
}

.vm-ssl .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;
}

.vm-ssl-disabled .discount {
  background: #d6d6d8 !important;
}
.vm-ssl .properties {
  width: 100%;
  display: flex;
  gap: 16px 0;
  flex-direction: column;
  margin-bottom: 43px;
  text-align: right;
}
.vm-ssl .properties .property {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.vm-ssl .properties .property img {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 4px;
}
.vm-ssl .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;
}
.vm-ssl-featured .order-button {
  background: #c93b3a !important;
  color: #fff;
}
.vm-ssl-disabled .order-button {
  background: #d6d6d8 !important;
  color: #a9a9ab !important;
}
.vm-ssl .order-button a {
  color: #404044;
}
.vm-ssl-featured .order-button a {
  color: #fff !important;
}
.vm-ssl-disabled .order-button a {
  color: #a9a9ab !important;
}
.vm-ssl:hover .order-button {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3);
  border-radius: 10px;
  background: #dd4d4c;
  color: #fff;
}
.vm-ssl:hover .order-button a {
  color: #fff;
}
.vm-ssl-disabled:hover .order-button {
  color: #a9a9ab !important;
  box-shadow: none !important;
}
.vm-ssl-disabled:hover .order-button a {
  color: #a9a9ab !important;
}

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



/* ================================
   SSL Category Shortcodes
================================ */

.vm-ssl-category-wrap {
  position: relative;
  width: 100%;
  direction: rtl;
}

.vm-ssl-category-wrap * {
  box-sizing: border-box;
}

.vm-ssl-category-track {
  width: 100%;
}

.vm-ssl-category-item {
  min-width: 0;
}

.vm-ssl-category-item .vm-ssl {
  /* width: 100%;
  max-width: 100%; */
  margin: 0;
}

.vm-ssl-category-item>span {
  display: block;
  margin-top: 8px;
  text-align: center;
}

/* buttons */
.vm-ssl-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #404044;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

button.vm-ssl-nav-btn {
  background-color: #D4E8FF !important;
  border: none !important;
  border-radius: 3px;
  color: #394050;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  padding: .5rem 1rem;
  text-align: center;
  transition: all .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  line-height: -moz-block-height;
}

.vm-ssl-nav-btn span {
  font-size: 28px;
  line-height: 1;
  display: contents;
}

.vm-ssl-nav-prev {
  right: -16px;
}

.vm-ssl-nav-next {
  left: -16px;
}

/* desktop carousel */
.vm-ssl-category-carousel .vm-ssl-category-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4px 6px 10px;
}

.vm-ssl-category-carousel .vm-ssl-category-item {
  flex: 0 0 calc((100% - (24px * 3.5)) / 4.5);
}

@media (min-width: 1025px) {
  .vm-ssl-category-carousel.vm-ssl-category-center-desktop .vm-ssl-category-track {
    justify-content: center;
  }

  .vm-ssl-category-carousel.vm-ssl-category-center-desktop .vm-ssl-nav-btn {
    display: none;
  }
}

/* desktop grid */
.vm-ssl-category-grid .vm-ssl-category-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.vm-ssl-category-grid .vm-ssl-nav-btn {
  display: none;
}

/* scrollbar */
.vm-ssl-category-track::-webkit-scrollbar {
  height: 8px;
}

.vm-ssl-category-track::-webkit-scrollbar-thumb {
  background: #d6d6d8;
  border-radius: 999px;
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .vm-ssl-category-carousel .vm-ssl-category-track {
    gap: 20px;
  }

  .vm-ssl-category-carousel .vm-ssl-category-item {
    flex: 0 0 calc((100% - (20px * 2.2)) / 3.2);
  }

  .vm-ssl-category-grid .vm-ssl-category-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

/* mobile */
@media (max-width: 767px) {

  .vm-ssl-category-carousel .vm-ssl-category-track,
  .vm-ssl-category-grid .vm-ssl-category-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 4px 6px 10px;
  }

  .vm-ssl-category-carousel .vm-ssl-category-item,
  .vm-ssl-category-grid .vm-ssl-category-item {
    flex: 0 0 calc((100% - (16px * 0.5)) / 1.5);
    min-width: 0;
  }

  .vm-ssl-category-grid .vm-ssl-nav-btn {
    display: flex;
  }

  .vm-ssl-nav-prev {
    right: -8px;
  }

  .vm-ssl-nav-next {
    left: -8px;
  }
}

.vm-ssl-category-track {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.vm-ssl-category-track.is-dragging {
  cursor: grabbing;
}

.vm-ssl-category-track img,
.vm-ssl-category-track a {
  -webkit-user-drag: none;
}


/* ============== کانفیگ ============== */

.vm-config {
  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: IYXFN !important;
  color: #404044;
  text-align: center;
  justify-content: stretch;
  transition: all ease 0.05s;
  margin: 0 auto;
}
.vm-config-featured {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}
.vm-config-disabled {
  background: #e7e7e8 !important;
}
.vm-config:hover {
  box-shadow: 0px 4px 30px 0px rgba(96, 96, 96, 0.06);
  top: -8px;
}
.vm-config-featured:hover {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}
.vm-config .thumbnail img {
  padding-bottom: 8px;
  width: 100px !important;
  height: auto !important;
}
.vm-config .title {
  margin-bottom: 23px;
  font-family: IYXFN !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.vm-config-featured .title {
  color: #c93b3a !important;
}
.vm-config .price-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
.vm-config .has-sale {
  margin-bottom: 5px !important;
}
.vm-config .price-box .price-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.vm-config .price-box .regular-price {
  display: flex;
  flex-direction: row;
  gap: 0 6px;
}
.vm-config .price-box .regular-price .price {
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  color: #404044;
  font-family: PeydaFN;
}
.vm-config .price-box .regular-price .unit {
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.vm-config .price-box .sale-price {
  display: flex;
  flex-direction: row;
  gap: 0 4px;
  text-align: left;
  justify-content: end;
  align-items: center;
}
.vm-config .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;
}
.vm-config .price-box .sale-price .unit {
  color: rgba(64, 64, 68, 0.8);
  font-family: IYX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.vm-config .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;
}

.vm-config .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;
}

.vm-config-disabled .discount {
  background: #d6d6d8 !important;
}
.vm-config .properties {
  width: 100%;
  display: flex;
  gap: 16px 0;
  flex-direction: column;
  margin-bottom: 43px;
  text-align: right;
}
.vm-config .properties .property {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.vm-config .properties .property img {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 4px;
}
.vm-config .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;
}
.vm-config-featured .order-button {
  background: #c93b3a !important;
  color: #fff;
}
.vm-config-disabled .order-button {
  background: #d6d6d8 !important;
  color: #a9a9ab !important;
}
.vm-config .order-button a {
  color: #404044;
}
.vm-config-featured .order-button a {
  color: #fff !important;
}
.vm-config-disabled .order-button a {
  color: #a9a9ab !important;
}
.vm-config:hover .order-button {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3);
  border-radius: 10px;
  background: #dd4d4c;
  color: #fff;
}
.vm-config:hover .order-button a {
  color: #fff;
}
.vm-config-disabled:hover .order-button {
  color: #a9a9ab !important;
  box-shadow: none !important;
}
.vm-config-disabled:hover .order-button a {
  color: #a9a9ab !important;
}

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



/* ================================
   کانفیگ Category Shortcodes
================================ */

.vm-config-category-wrap {
  position: relative;
  width: 100%;
  direction: rtl;
}

.vm-config-category-wrap * {
  box-sizing: border-box;
}

.vm-config-category-track {
  width: 100%;
}

.vm-config-category-item {
  min-width: 0;
}

.vm-config-category-item .vm-config {
  /* width: 100%;
  max-width: 100%; */
  margin: 0;
}

.vm-config-category-item>span {
  display: block;
  margin-top: 8px;
  text-align: center;
}

/* buttons */
.vm-config-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #404044;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

button.vm-config-nav-btn {
  background-color: #D4E8FF !important;
  border: none !important;
  border-radius: 3px;
  color: #394050;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  padding: .5rem 1rem;
  text-align: center;
  transition: all .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  line-height: -moz-block-height;
}

.vm-config-nav-btn span {
  font-size: 28px;
  line-height: 1;
  display: contents;
}

.vm-config-nav-prev {
  right: -16px;
}

.vm-config-nav-next {
  left: -16px;
}

/* desktop carousel */
.vm-config-category-carousel .vm-config-category-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4px 6px 10px;
}

.vm-config-category-carousel .vm-config-category-item {
  flex: 0 0 calc((100% - (24px * 3.5)) / 4.5);
}

@media (min-width: 1025px) {
  .vm-config-category-carousel.vm-config-category-center-desktop .vm-config-category-track {
    justify-content: center;
  }

  .vm-config-category-carousel.vm-config-category-center-desktop .vm-config-nav-btn {
    display: none;
  }
}

/* desktop grid */
.vm-config-category-grid .vm-config-category-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.vm-config-category-grid .vm-config-nav-btn {
  display: none;
}

/* scrollbar */
.vm-config-category-track::-webkit-scrollbar {
  height: 8px;
}

.vm-config-category-track::-webkit-scrollbar-thumb {
  background: #d6d6d8;
  border-radius: 999px;
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .vm-config-category-carousel .vm-config-category-track {
    gap: 20px;
  }

  .vm-config-category-carousel .vm-config-category-item {
    flex: 0 0 calc((100% - (20px * 2.2)) / 3.2);
  }

  .vm-config-category-grid .vm-config-category-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

/* mobile */
@media (max-width: 767px) {

  .vm-config-category-carousel .vm-config-category-track,
  .vm-config-category-grid .vm-config-category-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 4px 6px 10px;
  }

  .vm-config-category-carousel .vm-config-category-item,
  .vm-config-category-grid .vm-config-category-item {
    flex: 0 0 calc((100% - (16px * 0.5)) / 1.5);
    min-width: 0;
  }

  .vm-config-category-grid .vm-config-nav-btn {
    display: flex;
  }

  .vm-config-nav-prev {
    right: -8px;
  }

  .vm-config-nav-next {
    left: -8px;
  }
}

.vm-config-category-track {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.vm-config-category-track.is-dragging {
  cursor: grabbing;
}

.vm-config-category-track img,
.vm-config-category-track a {
  -webkit-user-drag: none;
}


/* ============== کولوکیشن ============== */

.vm-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: IYXFN !important;
  color: #404044;
  text-align: center;
  justify-content: stretch;
  transition: all ease 0.05s;
  margin: 0 auto;
}
.vm-collocation-featured {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}
.vm-collocation-disabled {
  background: #e7e7e8 !important;
}
.vm-collocation:hover {
  box-shadow: 0px 4px 30px 0px rgba(96, 96, 96, 0.06);
  top: -8px;
}
.vm-collocation-featured:hover {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}
.vm-collocation .thumbnail img {
  padding-bottom: 8px;
  width: 48px !important;
  height: auto !important;
}
.vm-collocation .title {
  margin-bottom: 23px;
  font-family: IYXFN !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.vm-collocation-featured .title {
  color: #c93b3a !important;
}
.vm-collocation .price-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
.vm-collocation .has-sale {
  margin-bottom: 5px !important;
}
.vm-collocation .price-box .price-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.vm-collocation .price-box .regular-price {
  display: flex;
  flex-direction: row;
  gap: 0 6px;
}
.vm-collocation .price-box .regular-price .price {
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  color: #404044;
  font-family: PeydaFN;
}
.vm-collocation .price-box .regular-price .unit {
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.vm-collocation .price-box .sale-price {
  display: flex;
  flex-direction: row;
  gap: 0 4px;
  text-align: left;
  justify-content: end;
  align-items: center;
}
.vm-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;
}
.vm-collocation .price-box .sale-price .unit {
  color: rgba(64, 64, 68, 0.8);
  font-family: IYX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.vm-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;
}

.vm-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;
}

.vm-collocation-disabled .discount {
  background: #d6d6d8 !important;
}
.vm-collocation .properties {
  width: 100%;
  display: flex;
  gap: 16px 0;
  flex-direction: column;
  margin-bottom: 43px;
  text-align: right;
}
.vm-collocation .properties .property {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.vm-collocation .properties .property img {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 4px;
}
.vm-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;
}
.vm-collocation-featured .order-button {
  background: #c93b3a !important;
  color: #fff;
}
.vm-collocation-disabled .order-button {
  background: #d6d6d8 !important;
  color: #a9a9ab !important;
}
.vm-collocation .order-button a {
  color: #404044;
}
.vm-collocation-featured .order-button a {
  color: #fff !important;
}
.vm-collocation-disabled .order-button a {
  color: #a9a9ab !important;
}
.vm-collocation:hover .order-button {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3);
  border-radius: 10px;
  background: #dd4d4c;
  color: #fff;
}
.vm-collocation:hover .order-button a {
  color: #fff;
}
.vm-collocation-disabled:hover .order-button {
  color: #a9a9ab !important;
  box-shadow: none !important;
}
.vm-collocation-disabled:hover .order-button a {
  color: #a9a9ab !important;
}

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



/* ================================
   کولوکیشن Category Shortcodes
================================ */

.vm-collocation-category-wrap {
  position: relative;
  width: 100%;
  direction: rtl;
}

.vm-collocation-category-wrap * {
  box-sizing: border-box;
}

.vm-collocation-category-track {
  width: 100%;
}

.vm-collocation-category-item {
  min-width: 0;
}

.vm-collocation-category-item .vm-collocation {
  /* width: 100%;
  max-width: 100%; */
  margin: 0;
}

.vm-collocation-category-item>span {
  display: block;
  margin-top: 8px;
  text-align: center;
}

/* buttons */
.vm-collocation-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #404044;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

button.vm-collocation-nav-btn {
  background-color: #D4E8FF !important;
  border: none !important;
  border-radius: 3px;
  color: #394050;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  padding: .5rem 1rem;
  text-align: center;
  transition: all .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  line-height: -moz-block-height;
}

.vm-collocation-nav-btn span {
  font-size: 28px;
  line-height: 1;
  display: contents;
}

.vm-collocation-nav-prev {
  right: -16px;
}

.vm-collocation-nav-next {
  left: -16px;
}

/* desktop carousel */
.vm-collocation-category-carousel .vm-collocation-category-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4px 6px 10px;
}

.vm-collocation-category-carousel .vm-collocation-category-item {
  flex: 0 0 calc((100% - (24px * 3.5)) / 4.5);
}

@media (min-width: 1025px) {
  .vm-collocation-category-carousel.vm-collocation-category-center-desktop .vm-collocation-category-track {
    justify-content: center;
  }

  .vm-collocation-category-carousel.vm-collocation-category-center-desktop .vm-collocation-nav-btn {
    display: none;
  }
}

/* desktop grid */
.vm-collocation-category-grid .vm-collocation-category-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.vm-collocation-category-grid .vm-collocation-nav-btn {
  display: none;
}

/* scrollbar */
.vm-collocation-category-track::-webkit-scrollbar {
  height: 8px;
}

.vm-collocation-category-track::-webkit-scrollbar-thumb {
  background: #d6d6d8;
  border-radius: 999px;
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .vm-collocation-category-carousel .vm-collocation-category-track {
    gap: 20px;
  }

  .vm-collocation-category-carousel .vm-collocation-category-item {
    flex: 0 0 calc((100% - (20px * 2.2)) / 3.2);
  }

  .vm-collocation-category-grid .vm-collocation-category-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

/* mobile */
@media (max-width: 767px) {

  .vm-collocation-category-carousel .vm-collocation-category-track,
  .vm-collocation-category-grid .vm-collocation-category-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 4px 6px 10px;
  }

  .vm-collocation-category-carousel .vm-collocation-category-item,
  .vm-collocation-category-grid .vm-collocation-category-item {
    flex: 0 0 calc((100% - (16px * 0.5)) / 1.5);
    min-width: 0;
  }

  .vm-collocation-category-grid .vm-collocation-nav-btn {
    display: flex;
  }

  .vm-collocation-nav-prev {
    right: -8px;
  }

  .vm-collocation-nav-next {
    left: -8px;
  }
}

.vm-collocation-category-track {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.vm-collocation-category-track.is-dragging {
  cursor: grabbing;
}

.vm-collocation-category-track img,
.vm-collocation-category-track a {
  -webkit-user-drag: none;
}

/* ============== لایسنس ============== */

.vm-license {
  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: IYXFN !important;
  color: #404044;
  text-align: center;
  justify-content: stretch;
  transition: all ease 0.05s;
  margin: 0 auto;
}
.vm-license-featured {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}
.vm-license-disabled {
  background: #e7e7e8 !important;
}
.vm-license:hover {
  box-shadow: 0px 4px 30px 0px rgba(96, 96, 96, 0.06);
  top: -8px;
}
.vm-license-featured:hover {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3) !important;
}
.vm-license .thumbnail img {
  padding-bottom: 8px;
  width: 100px !important;
  height: auto !important;
}
.vm-license .title {
  margin-bottom: 23px;
  font-family: IYXFN !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.vm-license-featured .title {
  color: #c93b3a !important;
}
.vm-license .price-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
.vm-license .has-sale {
  margin-bottom: 5px !important;
}
.vm-license .price-box .price-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.vm-license .price-box .regular-price {
  display: flex;
  flex-direction: row;
  gap: 0 6px;
}
.vm-license .price-box .regular-price .price {
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  color: #404044;
  font-family: PeydaFN;
}
.vm-license .price-box .regular-price .unit {
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.vm-license .price-box .sale-price {
  display: flex;
  flex-direction: row;
  gap: 0 4px;
  text-align: left;
  justify-content: end;
  align-items: center;
}
.vm-license .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;
}
.vm-license .price-box .sale-price .unit {
  color: rgba(64, 64, 68, 0.8);
  font-family: IYX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.vm-license .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;
}

.vm-license .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;
}

.vm-license-disabled .discount {
  background: #d6d6d8 !important;
}
.vm-license .properties {
  width: 100%;
  display: flex;
  gap: 16px 0;
  flex-direction: column;
  margin-bottom: 43px;
  text-align: right;
}
.vm-license .properties .property {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.vm-license .properties .property img {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 4px;
}
.vm-license .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;
}
.vm-license-featured .order-button {
  background: #c93b3a !important;
  color: #fff;
}
.vm-license-disabled .order-button {
  background: #d6d6d8 !important;
  color: #a9a9ab !important;
}
.vm-license .order-button a {
  color: #404044;
}
.vm-license-featured .order-button a {
  color: #fff !important;
}
.vm-license-disabled .order-button a {
  color: #a9a9ab !important;
}
.vm-license:hover .order-button {
  box-shadow: 0px 4px 20px 0px rgba(242, 109, 102, 0.3);
  border-radius: 10px;
  background: #dd4d4c;
  color: #fff;
}
.vm-license:hover .order-button a {
  color: #fff;
}
.vm-license-disabled:hover .order-button {
  color: #a9a9ab !important;
  box-shadow: none !important;
}
.vm-license-disabled:hover .order-button a {
  color: #a9a9ab !important;
}

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



/* ================================
   لایسنس Category Shortcodes
================================ */

.vm-license-category-wrap {
  position: relative;
  width: 100%;
  direction: rtl;
}

.vm-license-category-wrap * {
  box-sizing: border-box;
}

.vm-license-category-track {
  width: 100%;
}

.vm-license-category-item {
  min-width: 0;
}

.vm-license-category-item .vm-license {
  /* width: 100%;
  max-width: 100%; */
  margin: 0;
}

.vm-license-category-item>span {
  display: block;
  margin-top: 8px;
  text-align: center;
}

/* buttons */
.vm-license-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #404044;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

button.vm-license-nav-btn {
  background-color: #D4E8FF !important;
  border: none !important;
  border-radius: 3px;
  color: #394050;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  padding: .5rem 1rem;
  text-align: center;
  transition: all .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  line-height: -moz-block-height;
}

.vm-license-nav-btn span {
  font-size: 28px;
  line-height: 1;
  display: contents;
}

.vm-license-nav-prev {
  right: -16px;
}

.vm-license-nav-next {
  left: -16px;
}

/* desktop carousel */
.vm-license-category-carousel .vm-license-category-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4px 6px 10px;
}

.vm-license-category-carousel .vm-license-category-item {
  flex: 0 0 calc((100% - (24px * 3.5)) / 4.5);
}

@media (min-width: 1025px) {
  .vm-license-category-carousel.vm-license-category-center-desktop .vm-license-category-track {
    justify-content: center;
  }

  .vm-license-category-carousel.vm-license-category-center-desktop .vm-license-nav-btn {
    display: none;
  }
}

/* desktop grid */
.vm-license-category-grid .vm-license-category-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.vm-license-category-grid .vm-license-nav-btn {
  display: none;
}

/* scrollbar */
.vm-license-category-track::-webkit-scrollbar {
  height: 8px;
}

.vm-license-category-track::-webkit-scrollbar-thumb {
  background: #d6d6d8;
  border-radius: 999px;
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .vm-license-category-carousel .vm-license-category-track {
    gap: 20px;
  }

  .vm-license-category-carousel .vm-license-category-item {
    flex: 0 0 calc((100% - (20px * 2.2)) / 3.2);
  }

  .vm-license-category-grid .vm-license-category-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

/* mobile */
@media (max-width: 767px) {

  .vm-license-category-carousel .vm-license-category-track,
  .vm-license-category-grid .vm-license-category-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 4px 6px 10px;
  }

  .vm-license-category-carousel .vm-license-category-item,
  .vm-license-category-grid .vm-license-category-item {
    flex: 0 0 calc((100% - (16px * 0.5)) / 1.5);
    min-width: 0;
  }

  .vm-license-category-grid .vm-license-nav-btn {
    display: flex;
  }

  .vm-license-nav-prev {
    right: -8px;
  }

  .vm-license-nav-next {
    left: -8px;
  }
}

.vm-license-category-track {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.vm-license-category-track.is-dragging {
  cursor: grabbing;
}

.vm-license-category-track img,
.vm-license-category-track a {
  -webkit-user-drag: none;
}

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

.vm-dedicates {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.vm-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%;
}

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

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

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

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

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

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

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

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

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

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

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

.vm-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;
}

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

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

.vm-dedicate .property > .title img {
  width: 13px;
  height: auto;
  margin-right: 3px;
}
.vm-dedicate .property > .title .title-text {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  line-height: 0.9;
}

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

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

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

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

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

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

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

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

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

.vm-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: "IYXFN";
}

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

.vm-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;
}

.vm-dedicate-disabled .discount {
  background: #d6d6d8 !important;
}

.vm-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%;
}

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

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

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

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

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

.vm-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;
}

.vm-dedicate:hover .order-btn-section .order-button a {
  color: #fff;
}

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

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

.vm-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;
}

.vm-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) {
  .vm-dedicate .icon-name-section {
    grid-area: 1 / 1 / 2 / 2;
  }
  .vm-dedicate .price-section {
    grid-area: 1 / 2 / 1 / 3;
  }

  .vm-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);
  }

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

  .vm-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);
  }

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

  .vm-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);
  }

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

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

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

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

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

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

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

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

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

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

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

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

/* ============== VPS Market desktop/mobile layout ============== */

.vm-vps-category-wrap,
.vm-dedicates {
  width: 100%;
  direction: rtl;
  font-family: IYXFN, PeydaFN, sans-serif !important;
  color: #404044;
}

.vm-vps-category-head,
.vm-dedicate-head {
  display: flex;
  width: 100%;
  align-items: center;
  background: #5879d8;
  color: #fff;
  border-radius: 28px 28px 0 0;
  min-height: 70px;
  padding: 0 28px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
}

.vm-vps-category-head > div,
.vm-dedicate-head > div {
  padding: 0 10px;
  box-sizing: border-box;
}

.vm-vps-category-track,
.vm-dedicate-track {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: visible;
  cursor: default;
  user-select: auto;
}

.vm-vps-category-item,
.vm-dedicate-item {
  width: 100%;
  min-width: 0;
}

.vm-vps-category-item > span,
.vm-dedicate-item > span {
  display: block;
  text-align: center;
  margin-top: 8px;
}

.vm-vps-nav-btn,
.vm-dedicate-nav-btn {
  display: none !important;
}

.vm-vps,
.vm-dedicate {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 96px;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
  background: #fff;
  color: #111827;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 16px !important;
  text-align: center;
  box-sizing: border-box;
  direction: rtl;
  font-family: IYXFN, PeydaFN, sans-serif !important;
}

.vm-vps-category-item:nth-child(odd) .vm-vps,
.vm-dedicate-item:nth-child(odd) .vm-dedicate {
  background: #f0f0f5;
}

.vm-vps-category-item:nth-child(even) .vm-vps,
.vm-dedicate-item:nth-child(even) .vm-dedicate {
  background: #fff;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.vm-vps-mobile-head,
.vm-dedicate-mobile-head {
  display: none;
}

.vm-vps-col,
.vm-dedicate-col {
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  color: #111827;
}

.vm-vps-name,
.vm-vps-category-head > div:nth-child(1) {
  flex: 1.05 1 0;
  color: #5879d8;
  font-weight: 700;
}

.vm-vps-ram,
.vm-vps-category-head > div:nth-child(2) {
  flex: 1.1 1 0;
}

.vm-vps-cpu,
.vm-vps-category-head > div:nth-child(3) {
  flex: 0.9 1 0;
}

.vm-vps-bandwidth,
.vm-vps-category-head > div:nth-child(4) {
  flex: 1 1 0;
}

.vm-vps-storage,
.vm-vps-category-head > div:nth-child(5) {
  flex: 1.2 1 0;
}

.vm-vps-traffic,
.vm-vps-category-head > div:nth-child(6) {
  flex: 1 1 0;
}

.vm-vps-price,
.vm-vps-category-head > div:nth-child(7) {
  flex: 1.1 1 0;
}

.vm-vps-order,
.vm-vps-category-head > div:nth-child(8) {
  flex: 0.95 1 0;
}

.vm-dedicate-name,
.vm-dedicate-head > div:nth-child(1) {
  flex: 1.05 1 0;
  color: #5879d8;
  font-weight: 700;
}

.vm-dedicate-type,
.vm-dedicate-head > div:nth-child(2) {
  flex: 1.05 1 0;
  flex-direction: column;
}

.vm-dedicate-cpu,
.vm-dedicate-head > div:nth-child(3) {
  flex: 1.15 1 0;
}

.vm-dedicate-ram,
.vm-dedicate-head > div:nth-child(4) {
  flex: 1 1 0;
}

.vm-dedicate-storage,
.vm-dedicate-head > div:nth-child(5) {
  flex: 1.15 1 0;
}

.vm-dedicate-port,
.vm-dedicate-head > div:nth-child(6) {
  flex: 1 1 0;
}

.vm-dedicate-price,
.vm-dedicate-head > div:nth-child(7) {
  flex: 1.1 1 0;
}

.vm-dedicate-order,
.vm-dedicate-head > div:nth-child(8) {
  flex: 0.95 1 0;
}

.vm-dedicate-type small {
  display: block;
  margin-top: 3px;
  color: rgba(17, 24, 39, 0.65);
  font-size: 14px;
  font-weight: 400;
}

.vm-dedicate-extra {
  display: none;
}

.vm-vps .mobile-label,
.vm-dedicate .mobile-label {
  display: none;
}

.vm-vps .price-box,
.vm-dedicate .price-box {
  width: auto !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 !important;
}

.vm-vps .price-box .regular-price,
.vm-dedicate .price-box .regular-price {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
}

.vm-vps .price-box .regular-price .price,
.vm-dedicate .price-box .regular-price .price {
  font-size: 38px !important;
  line-height: 42px !important;
  font-weight: 800 !important;
  color: #404044 !important;
  font-family: PeydaFN, IYXFN, sans-serif !important;
}

.vm-vps .price-box .regular-price .unit,
.vm-dedicate .price-box .regular-price .unit {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  text-align: right !important;
  color: #404044 !important;
}

.vm-vps .price-box .cycle,
.vm-dedicate .price-box .cycle {
  font-size: 14px;
  line-height: 20px;
  color: #404044;
}

.vm-vps .price-box .sale-price,
.vm-dedicate .price-box .sale-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  opacity: 0.7;
}

.vm-vps .price-box .sale-price .price,
.vm-dedicate .price-box .sale-price .price {
  font-size: 15px !important;
  text-decoration: line-through;
  font-weight: 400 !important;
}

.vm-vps .discount,
.vm-dedicate .discount {
  display: none !important;
}

.vm-vps .order-button,
.vm-vps .call-us-button,
.vm-dedicate .order-button,
.vm-dedicate .call-us-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  /* min-height: 54px; */
  padding: 10px 12px !important;
  border-radius: 8px !important;
  background: #08c7b6 !important;
  border: 1px solid #08c7b6 !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.vm-vps-category-item:first-child .vm-vps .order-button,
.vm-vps-category-item:first-child .vm-vps .call-us-button,
.vm-dedicate-item:first-child .vm-dedicate .order-button,
.vm-dedicate-item:first-child .vm-dedicate .call-us-button {
  background: transparent !important;
  color: #08c7b6 !important;
}

.vm-vps-featured,
.vm-dedicate-featured {
  box-shadow: none !important;
}

.vm-vps-disabled,
.vm-dedicate-disabled {
  opacity: 0.65;
}

@media (max-width: 767px) {
  .vm-vps-category-head,
  .vm-dedicate-head {
    display: none;
  }

  .vm-vps-category-track,
  .vm-dedicate-track {
    gap: 18px;
  }

  .vm-vps,
  .vm-dedicate {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 440px !important;
    min-height: 0;
    margin: 0 auto !important;
    padding: 30px 22px 28px 22px !important;
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 35px rgba(17, 24, 39, 0.08) !important;
    text-align: center;
  }

  .vm-vps-mobile-head,
  .vm-dedicate-mobile-head {
    display: flex;
    order: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .vm-vps-mobile-head .thumbnail img,
  .vm-dedicate-mobile-head .thumbnail img {
    width: 70px !important;
    height: auto !important;
    padding: 0 !important;
    margin-bottom: 20px;
  }

  .vm-vps-mobile-head .service-title,
  .vm-dedicate-mobile-head .service-title {
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 800;
    color: #404044;
  }

  .vm-vps-mobile-head .mobile-plan-box,
  .vm-dedicate-mobile-head .mobile-plan-box {
    width: 100%;
    min-height: 66px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f3f3f3;
    color: #111827;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
  }

  .vm-vps-mobile-head .mobile-plan-box span,
  .vm-dedicate-mobile-head .mobile-plan-box span {
    font-weight: 700;
  }

  .vm-vps-mobile-head .mobile-plan-box strong,
  .vm-dedicate-mobile-head .mobile-plan-box strong {
    font-size: 22px;
    font-weight: 800;
  }

  .vm-vps-col,
  .vm-dedicate-col,
  .vm-dedicate-extra .property {
    width: 100% !important;
    min-height: 0;
    padding: 0 !important;
    margin: 0 0 13px 0;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #404044;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
  }

  .vm-vps-col:not(.vm-vps-price):not(.vm-vps-order)::after,
  .vm-dedicate-col:not(.vm-dedicate-price):not(.vm-dedicate-order)::after,
  .vm-dedicate-extra .property::after {
    content: "✓";
    color: #32cc86;
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
  }

  .vm-vps .mobile-label,
  .vm-dedicate .mobile-label {
    display: inline;
  }

  .vm-vps-name,
  .vm-dedicate-name {
    display: none !important;
  }

  .vm-vps-ram,
  .vm-dedicate-type {
    order: 2;
  }

  .vm-vps-cpu,
  .vm-dedicate-cpu {
    order: 3;
  }

  .vm-vps-storage,
  .vm-dedicate-ram {
    order: 4;
  }

  .vm-vps-bandwidth,
  .vm-dedicate-storage {
    order: 5;
  }

  .vm-vps-traffic,
  .vm-dedicate-port {
    order: 6;
  }

  .vm-dedicate-extra {
    order: 7;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
  }

  .vm-dedicate-extra .datacenters {
    flex-wrap: wrap;
  }

  .vm-dedicate-extra .datacenters img {
    max-height: 26px;
    width: auto;
    margin: 0 3px;
  }

  .vm-vps-price,
  .vm-dedicate-price {
    order: 8;
    margin: 16px 0 12px 0 !important;
  }

  .vm-vps-order,
  .vm-dedicate-order {
    order: 9;
    margin-bottom: 0 !important;
  }

  .vm-vps .price-box .regular-price .price,
  .vm-dedicate .price-box .regular-price .price {
    font-size: 56px !important;
    line-height: 58px !important;
  }

  .vm-vps .price-box .regular-price .unit,
  .vm-dedicate .price-box .regular-price .unit {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .vm-vps .price-box .cycle,
  .vm-dedicate .price-box .cycle {
    display: none;
  }

  .vm-vps .order-button,
  .vm-vps .call-us-button,
  .vm-dedicate .order-button,
  .vm-dedicate .call-us-button {
    min-width: 130px;
    min-height: 56px;
    border-radius: 8px !important;
    color: #fff !important;
    background: #08c7b6 !important;
  }

  .vm-vps-category-item:first-child .vm-vps .order-button,
  .vm-vps-category-item:first-child .vm-vps .call-us-button,
  .vm-dedicate-item:first-child .vm-dedicate .order-button,
  .vm-dedicate-item:first-child .vm-dedicate .call-us-button {
    background: #08c7b6 !important;
    color: #fff !important;
  }
}


/* ============== VPS Market fixes ============== */

.vm-vps-category-wrap,
.vm-vps-category-wrap *,
.vm-vps,
.vm-vps *,
.vm-dedicates,
.vm-dedicates *,
.vm-dedicate,
.vm-dedicate * {
  font-family: "YekanBakh401", Sans-serif !important;
}

.vm-vps-mobile-check {
  display: none !important;
}

.vm-vps .price-box,
.vm-dedicate .price-box {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin: 0 !important;
  line-height: normal !important;
}

.vm-vps .price-box .regular-price,
.vm-dedicate .price-box .regular-price {
  display: contents !important;
}

.vm-vps .price-box .regular-price .price,
.vm-dedicate .price-box .regular-price .price {
  display: block !important;
  font-size: 38px !important;
  line-height: 42px !important;
  font-weight: 800 !important;
  color: #404044 !important;
  font-family: "YekanBakh401", Sans-serif !important;
}

.vm-vps .price-box .regular-price .unit,
.vm-dedicate .price-box .regular-price .unit {
  display: inline !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  text-align: center !important;
  color: #404044 !important;
  font-family: "YekanBakh401", Sans-serif !important;
}

.vm-vps .price-box .regular-price .unit br,
.vm-dedicate .price-box .regular-price .unit br {
  display: none;
}

.vm-vps .price-box .cycle,
.vm-dedicate .price-box .cycle {
  display: inline !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #404044 !important;
  font-family: "YekanBakh401", Sans-serif !important;
}

@media (max-width: 767px) {
  .vm-vps {
    overflow: visible !important;
  }

  .vm-vps-col:not(.vm-vps-price):not(.vm-vps-order)::after {
    content: none !important;
    display: none !important;
  }

  .vm-vps-mobile-check {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: 6px;
  }

  .vm-vps-mobile-check svg {
    display: block;
    width: 22px;
    height: 17px;
  }

  .vm-vps-col:not(.vm-vps-price):not(.vm-vps-order) {
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    margin: 0 0 13px 0 !important;
    line-height: 1.8 !important;
  }

  .vm-vps-price {
    margin: 28px 0 14px 0 !important;
  }

  .vm-vps .price-box,
  .vm-dedicate .price-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .vm-vps .price-box .regular-price,
  .vm-dedicate .price-box .regular-price {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    direction: rtl !important;
    gap: 10px !important;
  }

  .vm-vps .price-box .regular-price .price,
  .vm-dedicate .price-box .regular-price .price {
    font-size: 56px !important;
    line-height: 58px !important;
    font-weight: 800 !important;
    color: #404044 !important;
    font-family: "YekanBakh401", Sans-serif !important;
  }

  .vm-vps .price-box .regular-price .unit,
  .vm-dedicate .price-box .regular-price .unit {
    display: block !important;
    font-size: 18px !important;
    line-height: 25px !important;
    font-weight: 500 !important;
    text-align: right !important;
    color: #404044 !important;
    font-family: "YekanBakh401", Sans-serif !important;
  }

  .vm-vps .price-box .regular-price .unit br,
  .vm-dedicate .price-box .regular-price .unit br {
    display: block;
  }

  .vm-vps .price-box .cycle,
  .vm-dedicate .price-box .cycle {
    display: none !important;
  }
}

/* ============== VPS Market final mobile/button fixes ============== */

.vm-vps-category-wrap,
.vm-vps-category-wrap *,
.vm-vps,
.vm-vps *,
.vm-dedicates,
.vm-dedicates *,
.vm-dedicate,
.vm-dedicate * {
  font-family: "YekanBakh401", Sans-serif !important;
}

.vm-vps .order-button,
.vm-vps .call-us-button,
.vm-dedicate .order-button,
.vm-dedicate .call-us-button,
.vm-vps-category-item:first-child .vm-vps .order-button,
.vm-vps-category-item:first-child .vm-vps .call-us-button,
.vm-dedicate-item:first-child .vm-dedicate .order-button,
.vm-dedicate-item:first-child .vm-dedicate .call-us-button,
.vm-vps:hover .order-button,
.vm-vps:hover .call-us-button,
.vm-dedicate:hover .order-button,
.vm-dedicate:hover .call-us-button {
  background: #08c7b6 !important;
  background-color: #08c7b6 !important;
  border: 1px solid #08c7b6 !important;
  color: #fff !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.vm-vps .order-button:hover,
.vm-vps .call-us-button:hover,
.vm-dedicate .order-button:hover,
.vm-dedicate .call-us-button:hover,
.vm-vps-category-item:first-child .vm-vps .order-button:hover,
.vm-vps-category-item:first-child .vm-vps .call-us-button:hover,
.vm-dedicate-item:first-child .vm-dedicate .order-button:hover,
.vm-dedicate-item:first-child .vm-dedicate .call-us-button:hover {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #08c7b6 !important;
  color: #08c7b6 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .vm-vps-category-wrap {
    overflow: visible !important;
  }

  .vm-vps-category-track {
    align-items: center !important;
  }

  .vm-vps-category-item {
    overflow: visible !important;
  }

  .vm-vps {
    position: relative !important;
    overflow: visible !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 32px 26px 30px 26px !important;
    gap: 0 !important;
  }

  .vm-vps-mobile-head {
    margin-bottom: 0 !important;
  }

  .vm-vps-mobile-head .thumbnail img {
    width: 76px !important;
    margin-bottom: 26px !important;
  }

  .vm-vps-mobile-head .service-title {
    margin: 0 0 16px 0 !important;
    font-size: 27px !important;
    line-height: 1.45 !important;
    font-weight: 800 !important;
    color: #404044 !important;
  }

  .vm-vps-mobile-head .mobile-plan-box {
    min-height: 66px !important;
    margin: 0 0 24px 0 !important;
    padding: 7px 0 !important;
    line-height: 1.15 !important;
  }

  .vm-vps-col:not(.vm-vps-price):not(.vm-vps-order) {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 28px !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 0 9px 0 !important;
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    font-size: 16.5px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    color: #404044 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .vm-vps-col:not(.vm-vps-price):not(.vm-vps-order)::before,
  .vm-vps-col:not(.vm-vps-price):not(.vm-vps-order)::after {
    content: none !important;
    display: none !important;
  }

  .vm-vps-feature-text {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    line-height: 28px !important;
    white-space: nowrap !important;
  }

  .vm-vps-mobile-check {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 22px !important;
    width: 22px !important;
    height: 17px !important;
    margin: 0 0 0 6px !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  .vm-vps-mobile-check svg {
    display: block !important;
    width: 22px !important;
    height: 17px !important;
    min-width: 22px !important;
  }

  .vm-vps-price {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 24px 0 12px 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .vm-vps .price-box {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .vm-vps .price-box .regular-price {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    direction: rtl !important;
  }

  .vm-vps .price-box .regular-price .price {
    display: block !important;
    font-size: 56px !important;
    line-height: 58px !important;
    font-weight: 800 !important;
    color: #404044 !important;
  }

  .vm-vps .price-box .regular-price .unit {
    display: block !important;
    font-size: 18px !important;
    line-height: 25px !important;
    font-weight: 500 !important;
    text-align: right !important;
    color: #404044 !important;
  }

  .vm-vps .price-box .regular-price .unit br {
    display: block !important;
  }

  .vm-vps .price-box .cycle {
    display: none !important;
  }

  .vm-vps-order {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 3 !important;
  }

  .vm-vps .order-button,
  .vm-vps .call-us-button,
  .vm-vps:hover .order-button,
  .vm-vps:hover .call-us-button {
    min-width: 130px !important;
    min-height: 56px !important;
    padding: 0 20px !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    line-height: 1 !important;
    position: relative !important;
    z-index: 4 !important;
    background: #08c7b6 !important;
    background-color: #08c7b6 !important;
    border: 1px solid #08c7b6 !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  .vm-vps .order-button:hover,
  .vm-vps .call-us-button:hover {
    background: transparent !important;
    background-color: transparent !important;
    color: #08c7b6 !important;
  }
}

/* ============== VPS Market final button spacing/hover ============== */

.vm-vps .order-button,
.vm-vps .call-us-button,
.vm-dedicate .order-button,
.vm-dedicate .call-us-button,
.vm-vps-category-item:first-child .vm-vps .order-button,
.vm-vps-category-item:first-child .vm-vps .call-us-button,
.vm-dedicate-item:first-child .vm-dedicate .order-button,
.vm-dedicate-item:first-child .vm-dedicate .call-us-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #08c7b6 !important;
  background-color: #08c7b6 !important;
  border: 1px solid #08c7b6 !important;
  color: #fff !important;
  box-shadow: none !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
}

.vm-vps .order-button:hover,
.vm-vps .call-us-button:hover,
.vm-dedicate .order-button:hover,
.vm-dedicate .call-us-button:hover,
.vm-vps-category-item:first-child .vm-vps .order-button:hover,
.vm-vps-category-item:first-child .vm-vps .call-us-button:hover,
.vm-dedicate-item:first-child .vm-dedicate .order-button:hover,
.vm-dedicate-item:first-child .vm-dedicate .call-us-button:hover {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #08c7b6 !important;
  color: #08c7b6 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .vm-vps-price,
  .vm-dedicate-price {
    margin: 24px 0 24px 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .vm-vps-order,
  .vm-dedicate-order {
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    clear: both !important;
    z-index: 5 !important;
  }

  .vm-vps .order-button,
  .vm-vps .call-us-button,
  .vm-dedicate .order-button,
  .vm-dedicate .call-us-button,
  .vm-vps:hover .order-button,
  .vm-vps:hover .call-us-button,
  .vm-dedicate:hover .order-button,
  .vm-dedicate:hover .call-us-button {
    margin: 0 !important;
    min-width: 130px !important;
    min-height: 56px !important;
    padding: 0 22px !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    line-height: 1 !important;
    background: #08c7b6 !important;
    background-color: #08c7b6 !important;
    border: 1px solid #08c7b6 !important;
    color: #fff !important;
  }

  .vm-vps .order-button:hover,
  .vm-vps .call-us-button:hover,
  .vm-dedicate .order-button:hover,
  .vm-dedicate .call-us-button:hover {
    background: transparent !important;
    background-color: transparent !important;
    color: #08c7b6 !important;
  }
}

/* ============== VPS Market final mobile price/button gap ============== */
@media (max-width: 767px) {
  .vm-vps,
  .vm-dedicate {
    overflow: visible !important;
    padding-bottom: 34px !important;
  }

  .vm-vps-price,
  .vm-dedicate-price {
    position: static !important;
    overflow: visible !important;
    height: auto !important;
    min-height: 78px !important;
    margin: 24px 0 34px 0 !important;
    padding: 0 !important;
    z-index: 1 !important;
  }

  .vm-vps .price-box,
  .vm-dedicate .price-box {
    position: static !important;
    overflow: visible !important;
    height: auto !important;
    min-height: 78px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .vm-vps .price-box .regular-price,
  .vm-dedicate .price-box .regular-price {
    position: static !important;
    overflow: visible !important;
    height: auto !important;
    min-height: 68px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
  }

  .vm-vps .price-box .regular-price .price,
  .vm-dedicate .price-box .regular-price .price {
    position: static !important;
    display: block !important;
    height: auto !important;
    min-height: 68px !important;
    line-height: 68px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .vm-vps-order,
  .vm-dedicate-order {
    position: static !important;
    overflow: visible !important;
    height: auto !important;
    min-height: 58px !important;
    margin: 8px 0 0 0 !important;
    padding: 0 !important;
    z-index: 3 !important;
    clear: both !important;
  }

  .vm-vps .order-button,
  .vm-vps .call-us-button,
  .vm-dedicate .order-button,
  .vm-dedicate .call-us-button,
  .vm-vps:hover .order-button,
  .vm-vps:hover .call-us-button,
  .vm-dedicate:hover .order-button,
  .vm-dedicate:hover .call-us-button {
    position: static !important;
    transform: none !important;
    min-width: 130px !important;
    min-height: 58px !important;
    margin: 0 !important;
    background: #08c7b6 !important;
    background-color: #08c7b6 !important;
    border: 1px solid #08c7b6 !important;
    color: #fff !important;
    z-index: 4 !important;
  }

  .vm-vps .order-button:hover,
  .vm-vps .call-us-button:hover,
  .vm-dedicate .order-button:hover,
  .vm-dedicate .call-us-button:hover {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #08c7b6 !important;
    color: #08c7b6 !important;
  }
}
