@media (max-width: 767px) {
    .ht_ctc_style.ht_ctc_chat_style {    margin-top: -95px !important;
        position: relative;
        z-index: 999 !important;
    }

}

/* product page  css */
.ts-product-feature p {
    margin: unset !important;
}
    .ht_ctc_style.ht_ctc_chat_style {    margin-top: -95px !important;
        position: relative;
        z-index: 999 !important;
    }

/*Home page prescription css  */

/* MyMedi - Call / Upload Prescription strip */
.mm-prescription-strip{
  padding: 14px 0;
}
.mm-prescription-strip__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}
.mm-prescription-strip__title{
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

/* Actions row */
.mm-prescription-strip__actions{
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Buttons */
.mm-prescription-strip__btn{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 360px;
  padding: 14px 18px;
  border-radius: 12px;
  border: 2px solid rgba(40, 70, 160, 0.35);
  background: #fff;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.mm-prescription-strip__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
  border-color: rgba(40, 70, 160, 0.55);
}

.mm-prescription-strip__icon{
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(40, 70, 160, 0.08);
  font-size: 18px;
}

.mm-prescription-strip__text{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

/* Make the phone number green like your reference */
.mm-prescription-strip__btn--call .mm-prescription-strip__text{
  color: inherit;
}
.mm-prescription-strip__btn--call .mm-prescription-strip__text strong,
.mm-prescription-strip__btn--call .mm-prescription-strip__text b{
  color: #16a34a;
}

/* Responsive */
@media (max-width: 768px){
  .mm-prescription-strip__btn{ min-width: 100%; }
  .mm-prescription-strip__title{ font-size: 18px; }
  .mm-prescription-strip__text{ font-size: 16px; }
}

/* Upload Prescription page (CF7) - MyMedi style */
.mm-upload-wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 16px;
}
.mm-upload-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  position: relative;
}
.mm-upload-grid:after{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:1px;
  background: rgba(0,0,0,0.12);
  transform: translateX(-50%);
}
/* Force remove any bullets/dots */
.mm-upload-points{
  list-style: none !important;
  padding-left: 0 !important;
}

.mm-upload-points li{
  list-style-type: none !important;
}


/* Left side */
.mm-upload-title{
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #79b63a; /* close to MyMedi green */
  text-transform: uppercase;
}
.mm-upload-points{
  margin: 0;
  padding: 0;
  list-style: none;
}
.mm-upload-points li{
  position: relative;
  padding-left: 26px;
  margin: 12px 0;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}
.mm-upload-points li:before{
  content: "❤";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #79b63a;
}

/* Right form */
.mm-upload-right .mm-field{
  margin-bottom: 16px;
}
.mm-upload-right label{
  display: block;
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}
.mm-upload-right input[type="text"],
.mm-upload-right input[type="email"],
.mm-upload-right input[type="tel"],
.mm-upload-right input[type="file"],
.mm-upload-right textarea{
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 12px 12px;
  font-size: 14px;
  background: #fff;
  outline: none;
}
.mm-upload-right input:focus,
.mm-upload-right textarea:focus{
  border-color: #79b63a;
  box-shadow: 0 0 0 2px rgba(121,182,58,0.12);
}

/* File label styling */
.mm-field-file label{
  color: #2b61d1; /* similar to your screenshot blue */
  font-weight: 700;
}

/* CF7 response messages */
.wpcf7 form .wpcf7-response-output{
  margin: 14px 0 0;
  padding: 12px;
}

/* Submit button */
.mm-btn-submit,
.mm-upload-right input[type="submit"]{
  width: 100%;
  background: #79b63a;
  color: #fff;
  border: 0;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}
.mm-btn-submit:hover,
.mm-upload-right input[type="submit"]:hover{
  filter: brightness(0.95);
}

/* Responsive */
@media (max-width: 900px){
  .mm-upload-grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .mm-upload-grid:after{ display:none; }
}

.wrapper h1.heading-title.page-title.entry-title {
    text-align: center;
}

/* prescriptio side bar */
/* ================================
   Floating Right Side ORDER ON bar
   with hover drawer + SVG icons
================================== */

.mm-side-order{
  position: fixed;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
}

/* Drawer panel (hidden until hover) */
.mm-side-order__panel{
  width: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(10px);
  transition: all .25s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Show panel on hover */
.mm-side-order:hover .mm-side-order__panel{
  width: 225px;
  opacity: 1;
  transform: translateX(0);
}

/* Each action row */
.mm-side-order__action{
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border-radius: 14px;
  padding: 10px 12px;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(0,0,0,0.15);
  border: 1px solid rgba(0,0,0,0.08);
  transition: transform .15s ease, box-shadow .15s ease;
}

.mm-side-order__action:hover{
  transform: translateY(-1px);
}

/* Icon circle */
.mm-ic{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
}

/* SVG icon base */
.mm-svg{
  width: 18px;
  height: 18px;
  fill: #fff;
  display: block;
  transition: transform .25s ease, filter .25s ease;
}

/* Labels */
.mm-txt{
  font-size: 14px;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
  transition: transform .25s ease, opacity .25s ease;
}

/* Background colors for icon circle */
.mm-wa .mm-ic{ background:#25D366; }
.mm-call .mm-ic{ background:#1e40af; }
.mm-rx .mm-ic{ background:#79b63a; }

/* Hover glow + scale for icons */
.mm-side-order__action:hover .mm-ic{
  transform: scale(1.05);
}

.mm-side-order__action:hover .mm-svg{
  transform: scale(1.08);
}

/* Icon glow colors */
.mm-side-order__action.mm-wa:hover .mm-ic{
  box-shadow: 0 0 14px rgba(37,211,102,.7);
}
.mm-side-order__action.mm-call:hover .mm-ic{
  box-shadow: 0 0 14px rgba(30,64,175,.7);
}
.mm-side-order__action.mm-rx:hover .mm-ic{
  box-shadow: 0 0 14px rgba(121,182,58,.7);
}

/* Smooth text slide on hover */
.mm-side-order__action:hover .mm-txt{
  transform: translateX(2px);
}

/* Vertical tab */
.mm-side-order__tab{
  background: #143a8f; /* MyMedi style blue */
  color: #fff;
  border-radius: 16px;
  padding: 12px 10px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mm-side-order__tabtext{
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 1;
}

/* Mobile adjust */
@media (max-width: 768px){
  .mm-side-order{ right: 8px; }
  .mm-side-order:hover .mm-side-order__panel{ width: 190px; }
  .mm-txt{ font-size: 13px; }
}


/* Mobile adjustment (optional) */
@media (max-width: 767px) {
    .mymedi-view-all-wrap.right-align {
        justify-content: center; /* center on mobile */
    }
}

/*Category Page css */
.woocommerce .products .product a img {
    margin: 0;
    box-shadow: none;
    width: 200px;
    height: 200px;
    object-fit: contain;
    font-family: 'Poppins'!important;
}

.single_add_to_cart_button.disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
}