/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100..900;1,100..900&display=swap'); */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  /* font-family: "Poppins", sans-serif; */
  background-color: #fff;
}
footer {
  margin-top: auto;
  background: #aaa;
}
:root {
  --sec-color: #FDE1AF;
}
[v-cloak] {
  visibility: hidden;
}
.qt-mb {
  display: none;
}
/* .btn {
  border-radius: 14px;
  font-size: 14px;
} */

.logo {
  height: 50px;
  object-fit: contain;
}

.free-shipping {
  /* background-color: #1884a8; */
  background-color: var(--pry-color);
  color: white;
  padding-top: 10px !important;
}
/* a{
  color: var(--pry-color);
}
.text-primary {
  color: var(--pry-color) !important;
} */
/* p {
  font-weight: 400;
  font-size: 15px;
} */
small {
  font-size: 80%;
  line-height: 80%;
}
h3 {
  /* line-height: 40px; */
}
.font-weight-bold {
 */
  font-weight: 500 !important;
  /* letter-spacing: .1rem; */
}

.icon-btn {
    background: none;
    border: none;
    font-size: 15px;
    color: #000;
    padding: 0.5rem;
    cursor: pointer;
    transition: color 0.3s;
    position: relative;
}

.icon-btn:hover {
    color: var(--primary-teal);
}

.basket-counter {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #dc3545;
    color: white;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    display: grid;
    place-items: center;
    font-weight: bold;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    width: 0;
    opacity: 0;
    transition: all 0.3s ease;
    border: 1px solid var(--pry-color);
    border-radius: 12px;
    font-size: 13px;
    padding: 0.5rem 1rem;
    padding-right: 30px;
    position: absolute;
    right: 0px;
}

.search-input.active {
    opacity: 1;
}

.search-input:focus {
    outline: none;
    box-shadow: 0;
}
.dropdown-menu {
  width: 280px;
}
.dropdown-item{
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  color: #000000;
  opacity: 1;
}

/* Desktop search expands into nav area */

@media (min-width: 992px) {
    .search-container {
        position: relative;
    }

    .search-input {
        right: 0px;
        padding-right: 30px;
    }
    .search-input.active {
        width: 300px;
        left: auto;
        right: 0px;
    }
}
@media (min-width: 1400px) {
    .search-input.active {
        width: 500px;
        left: auto;
        right: 0px;
    }
}

/* Mobile styles */

@media (max-width: 991px) {
    .search-input.active {
        width: calc(80vw - 175px)

    }

    .mobile-icons-wrapper {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
}

@media (max-width: 576px) {
    .search-input, .search-input.active {
        right:0;
    }
    .search-input.active {
        width: calc(80vw - 25px)
    }

    .btn-teal {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
}
.top-flex {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  /* max-height: 600px; */
  /* overflow: hidden;
  background-color: #eefffe; */
}
.top-flex img {
  width: 100%;
}
.top-flex .hero-image {
  flex-basis: 80%;
  order: 2;
}
.top-flex h5{
  font-size: 34px;
  margin-bottom: 14px;
}
.top-flex p{
  font-size: 18px;
}
.top-flex .hero-content {
  padding-left: 70px;
  padding-right: 50px;
}
.in-flex h5, .in-flex h1 {
  font-size: 39px;
}
.in-flex .hero-content {
  padding-left: 50px
}
.promo-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.promo {
	width: 48%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
	border: 1px solid #eee;
	background-size: cover;
	padding: 20px;
	color: #000000;
	transition: .3s;
}
.promo:hover {
	transition: .3s;
	color: #000000;
	box-shadow: 0px 50px 40px rgba(76, 97, 110, 0.07), 0px 41.7776px 33.4221px rgba(76, 97, 110, 0.030149), 0px 22.3363px 17.869px rgba(76, 97, 110, 0.0134937), 0px 12.5216px 10.0172px rgba(76, 97, 110, 0.00523753), 0px 6.6501px 5.32008px rgba(76, 97, 110, 0.00118705);
}
.promo-info {
	width: 250px;
}
.promo-info sup {
	font-size: 55%;
	vertical-align: baseline;
	position: absolute;
	top: 0.5rem;
}
.promo-info small {
	font-size: 30%;
	text-transform: lowercase;
	position: absolute;
	bottom:7px;
}
.promo-info .em {
	display: block;
	padding: 8px 0;
	letter-spacing: .3em;
  font-size: .9375em;
  line-height: 1.6;
}
.promo-info .strong {
	font-size: 3.375em;
	position: relative;
	font-family: 'Poppins';
	line-height: 1;
	letter-spacing: 0;
	margin-left: -5px;
  white-space: nowrap;
}
.promo-images {
	display: flex;
	height: 300px;
}
.promo-images img {
	max-width: 180px;
	margin-left: 15px;
	object-fit: contain;
}
.product-promo {
	display: flex;
	align-items: center;
  margin-bottom: 12px;
}
.product-promo .img {
	max-width: 70%;
}
.product-promo h5 {
	font-size: 46px;
  font-family: 'Poppins';
}
.product-promo p {
  font-size: 20px;
  padding-right: 15px;
}
.cart, .cart:hover {
  position: relative;
  font-size: 24px;
  color: #4C4C4C;
}
.cart img {
  height: 22px;
}
.cart.border-web {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.cart span{
  font-size: 12px;
  height: 25px;
  width: 25px;
  display: grid;
  place-items:center;
  background-color: var(--pry-color);
  color: #fff;
  position: absolute;
  top:-12px;
  right: -12px;
  border-radius: 100%;
}
.cart-container > .web {
  width: 74%;
}
.pagination {
  flex-wrap: wrap;
}

a:hover {
  text-decoration: none;
}
.search-form {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-left: 90px;
  max-width: 720px;
}
.search-field::placeholder {
  color: #8E8E93;
  font-family: sans-serif;
  font-weight: 200 !important;
}
.search-field, .search-field:focus {
  border:none;
  outline: none;
  padding: 12px;
  width: 90%;
  background: transparent;
}
.submit-search {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border:none;
  color: var(--pry-color);
  font-size: 20px;
  position: absolute;
  right: 22px;
  top:0;
  bottom:0;
  background: transparent;
}
.submit-search:hover {
  transition: 0.4s;
}
.user {
  position: relative;
  height: 40px;
}
.user::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f111";
  font-size: 15px;
  position: absolute;
  bottom:-8px;
  left:45px;
  color:#34C759;
  border-radius: 100%;
}
.add-qt {
  position: relative;
}
.add-qt::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 13px;
  transform: translateY(50%);
}
.flex-row {
  display: flex;
  justify-content: space-between;
}
.flex-inner-row {
  display: flex;
  justify-content: space-between;
}
.dashboard p {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #1C1C1E;
}
.flex-inner-row > div {
  width: 50%;
}
.custom-card {
  background-color: #ffffff;
  box-shadow: 0px 100px 80px rgba(76, 97, 110, 0.07), 0px 41.7776px 33.4221px rgba(76, 97, 110, 0.030149), 0px 22.3363px 17.869px rgba(76, 97, 110, 0.0134937), 0px 12.5216px 10.0172px rgba(76, 97, 110, 0.00523753), 0px 6.6501px 5.32008px rgba(76, 97, 110, 0.00118705);
  padding: 30px;
  width: 48%;
}
.custom-card.overflow {
  overflow: auto;
}
[moe] {
  display: block;
}
.table-wrap {
  padding: 0 !important;
}
.table-wrap table {
  table-layout: fixed;
}
.custom-card th {
  color: #8E8E93;
  border:none;
  vertical-align: inherit !important;
  padding: 25px 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
.custom-card td {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}
.custom-card h4 {
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0.374px;
}
.flex-stats {
  display: flex;
  align-items: center;
}
.flex-stats div {
  margin-left: 12px;
}
.flex-stats h4 {
  font-weight: 600;
  font-size: 44px;
  line-height: 41px;
  letter-spacing: 0.35px;
}
.text-purple {
  color: #5856D6;
}
.text-blue{
  color: var(--pry-color);
}
.text-light-pry {
  color: #86CDCC;
}
.text-green{
  color: #34C759;
}
.text-red{
  color: #FF3B30;
}
.text-orange{
  color: #FF9F0A;
}
.hidden, .mobile, .tab, .sm-screen, .tab-search, .md-sm-screen  {
  display: none;
}
.mobile {
  display: none !important;
}
.form-control {
  border:1px solid #ddd;
  height: 50px;
  font-size: 15px;
}
.bg-orange {
  background-color: #F06F38;
  color: #fffine-pr;
}
.btn-rounded {
  border-radius: 8px !important;
}
.border-rounded {
  border-radius: 15px;
  /* border-radius: 0; */
}
.btn-orange {
  border:1px solid #F06F38;
	background-color: #F06F38;
	color: #fff;
  padding: 12px 40px;
}
.btn-orange:hover {
  background-color: var(--pry-dark-color) !important;
  border-color: var(--pry-color) !important;
  color: var(--pry-color) !important;
  padding: 12px 40px;
}

.btn-outline-pry, .btn-outline-grey {
  color: var(--pry-dark-color);
  border:1px solid var(--pry-color);
  background-color: transparent !important;
    padding: 12px 40px;
  /* border-radius: 8px; */
}
.btn-outline-grey {
  border-color: #aaa;
  color: #333;
}
.btn-outline-pry:hover, .btn-outline-grey:hover {
  border-color: var(--pry-color);
}
.btn-outline-pry:hover, .btn-outline-pry:active {
  background-color: var(--cream-color) !important;
  border-color: var(--pry-color) !important;
  color: var(--pry-dark-color) !important;
}
.transparent {
  background-color: transparent !important;
}
.btn-account {
  padding: 13px 40px;
  text-transform: uppercase;
  font-size: 17px;
  box-shadow: 0 0.7rem 1rem rgba(2,104,95,.175);
}
.col-supplements {
  background-color: #F7F6F1;
  border-radius: 15px;
  border: 1px solid rgba(56, 64, 68, .07);
}
.col-sleep {
  background-color: #E6FFFC;
  border-radius: 15px;
  border: 1px solid rgba(56, 64, 68, .07);
}
.col-lab {
  background-color: #EBFDF1;
  border-radius: 15px;
  border: 1px solid rgba(56, 64, 68, .07);
}
.col-beauty {
  background-color: #FDEBF7;
  border-radius: 15px;
  border: 1px solid rgba(56, 64, 68, .07);
}
.top-shd {
  /* box-shadow: 0px 0.25rem 8px rgba(0,0,0, 0.07); */
}
.shd {
  /* box-shadow: 0px 0.5rem 8px rgba(0,0,0, 0.07); */
  border: 1px solid #dedede;
}
.disabled {
  background-color: #aaa;
}
.text-secondary, .text-muted {
  color: #262629 !important;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.2px;
}
.text-secondary.default {
  color: #6c757d !important;
}
.font-12, .font-12 * {
  font-size: 12px;
}
.font-13, .font-13 * {
  font-size: 13px;
}
.font-15, .font-15 * {
  font-size: 15px;
}
.font-17, .font-17 * {
  font-size: 17px;
}
.width-150px {
  width: 150px;
}
.bg-new-patient p {
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
}
.pry-sm {
  padding: 7px 20px;
}
.location-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin: 30px 0;
  padding: 18px;
}
.custom-radio {
  position: relative;
}
.custom-radio input[type="radio"] {
  position: absolute;
  width: 0;
  opacity: 0;
}
.custom-radio span{
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  padding: 7px 20px;
}
.custom-radio input[type="radio"]:checked + span {
  border-color: #1C1C1E;
  background-color: #1C1C1E;
  color: #fff;
}
.top-title {
  /* font-weight: 600; */
  font-size:63px;
  line-height: 60px;
  letter-spacing: -1px;
  color: #40221A;
}
.title {
  font-weight: 600;
  font-size: 45px;
  letter-spacing: -1px;
}
.subtitle {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -1px;
}
.subheader {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
}
.shd-card {
  transition: .7s;
}
.shd-card:hover, .shd-card:focus {
  box-shadow: 0 0.7rem 1rem rgba(2,104,95,.175);
  transition: .7s;
}
.patients-tabs {
  box-shadow: 0px 100px 80px rgba(190, 190, 190, 0.07), 0px 41.7776px 33.4221px rgba(190, 190, 190, 0.0503198), 0px 22.3363px 17.869px rgba(190, 190, 190, 0.0417275), 0px 12.5216px 10.0172px rgba(190, 190, 190, 0.035), 0px 6.6501px 5.32008px rgba(190, 190, 190, 0.0282725), 0px 2.76726px 2.21381px rgba(190, 190, 190, 0.0196802);
  padding: 40px;
}

.flex-links, .flex-tabs {
  display: flex;
  justify-content: space-between;
}
.flex-tabs a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 21px;
  color: #636366;
  opacity: 0.7;
  position: relative;
}
.flex-tabs a:not(:last-child) {
  border-right: 0.3px solid rgba(0, 0, 0, 0.08);
}
.flex-tabs a:not(:first-child) {
  border-left: 0.3px solid rgba(0, 0, 0, 0.08);
}
.flex-tabs a.active {
  color: #1C1C1E;
  opacity: 1;
}
.flex-tabs a.active::after {
  content:url('/img/dashboard/active_link.svg');
  position: absolute;
  top:20px;
}
.flex-links a {
  width: 100%;
  color: #000000;
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px;
  font-size: 20px;
}
.flex-links a:not(:last-child) {
  margin-right: 20px;
}
.flex-links a:not(:first-child) {
  margin-left: 20px;
}
.flex-links a::before {
  margin-right: 10px;
}
.flex-links .onboarded::before {
  content: url('/img/dashboard/onboarded.svg');
}
.flex-links .pending::before {
  content: url('/img/dashboard/pending.svg');
}
.flex-links .ineligible::before {
  content: url('/img/dashboard/ineligible.svg');
}
.flex-links .onboarded.active::before {
  content: url('/img/dashboard/onboarded-active.svg');
}
.flex-links .pending.active::before {
  content: url('/img/dashboard/pending-active.svg');
}
.flex-links .ineligible.active::before {
  content: url('/img/dashboard/ineligible-active.svg');
}
.flex-links .onboarded.active {
  background-color: #34C759;
}
.flex-links .pending.active {
  background-color: #FF9F0A;
}
.flex-links .ineligible.active {
  background-color: #FF3B30;
}
.flex-links a.active {
  filter: drop-shadow(0px 100px 80px rgba(190, 190, 190, 0.07)), drop-shadow(0px 41.7776px 33.4221px rgba(190, 190, 190, 0.0503198)), drop-shadow(0px 22.3363px 17.869px rgba(190, 190, 190, 0.0417275)), drop-shadow(0px 12.5216px 10.0172px rgba(190, 190, 190, 0.035)), drop-shadow(0px 6.6501px 5.32008px rgba(190, 190, 190, 0.0282725)), drop-shadow(0px 2.76726px 2.21381px rgba(190, 190, 190, 0.0196802));
}
.flex-links .onboarded h4 {
  color: #34C759;
}
.flex-links .pending h4 {
  color: #FF9F0A;
}
.flex-links .ineligible h4 {
  color: #FF3B30;
}
.flex-links a.active h4, .flex-links a.active {
  color: #fff;
}

.table td {
  vertical-align: inherit;
}
[moe] [url]:not([show]) {
  left:0;
  right:0;
  max-width: 35%;
  margin: auto !important;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ddd;
  position: fixed;
  top:25%;
}
.web {
  display: block;
}
.mobile, .tab, .mobile-nav, .checkout-mb {
  display: none;
}
.mobile-nav.d-block {
  display: none !important;
}
.thumbnails {
  max-height: 500px;
  width: 70px;
  object-fit: contain;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.thumbnails::-webkit-scrollbar {
  display: none;
}
.additional {
  display: flex;
  flex-direction:column;
}
.btn-cart {
  margin-left: 12px;
}
.step:hover {
  color: #ddd;
}
.dsbd{
  pointer-events: none;
}
.pointer {
  cursor: pointer;
}
.tilt {
 transform: rotate(-45deg);
}
.products-wrap .single-product .photo {
	display: grid;
	place-items: center;
	height: 200px;
	width: 200px;
}
.products-wrap .single-product .photo img {
	height: 190px;
	width: 100%;
	object-fit: contain;
}
.pos .row h4 {
  font-weight: bold;
  font-size: 25px;
}
h4.font-larger {
	font-size: 30px !important;
}
.bg-grey {
  background-color: #F6F6F6;
}
.banner-title {
  font-size: 55px;
  max-width: 99%;
}
.unit-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.shopping-cart.with-promotion:not(:last-child) {
  margin-bottom: 50px;
}
.shopping-cart.with-promotion:last-child {
  margin-bottom: 20px;
}
.fl-sidebar {
  width:25%;
}
.in-flex .category-hero {
  width: 80%;
}

.in-flex p {
  background: none !important;
}
.loading-overlay, .fl-overlay {
  display: none;
}
.loading-overlay.show, .fl-overlay.show {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(255,255,255,.9);
  display: grid;
  place-items:center;
}
.body-bg {
  background-color: #fafafa;
  border-left: 1px solid #ddd;
  min-height: 100vh;
}
.checkout-accordion a {
  font-size: 15px;
}
.checkout-accordion .accordion-button:not(.collapsed), #paymentAccordion .accordion-button {
  box-shadow: none !important;
}
.checkout-accordion .accordion-button, .checkout-accordion .accordion-item, #paymentAccordion .accordion-button, #paymentAccordion .accordion-item {
  border: 0;
  border-radius: 0 !important;
}
.checkout-accordion .accordion-button, #paymentAccordion .accordion-button, .checkout-accordion .accordion-button:not(.collapsed), .accordion-button  {
  padding: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.56);
  background-color: #ffffff;
  align-items: flex-start;

}
.checkout-accordion .accordion-button::after {
  height: 25px;
  width: 25px;
  background-position: center;
  background-size: 15px;
  border-radius: 2px;
  background-color: #F4F4F4;
  color: #000000;
  font-size: 14px;
}
.checkout-accordion .accordion-button:hover::after, .checkout-accordion .accordion-button:not(.collapsed):hover::after {
  transform: scale(1);
}
.checkout-accordion .accordion-button:hover {
  color: #000;
}
.checkout-accordion .accordion-button .dark {
  color: #000;
}
.checkout-accordion .accordion-button.collapsed .dark.hider {
  display: block;
}
#paymentAccordion .accordion-button::after {
  display: none;
}
#paymentAccordion .accordion-item:has(.accordion-button), #paymentAccordion .accordion-button {
  background-color: #fafafa !important;
}
#paymentAccordion .accordion-item:has(.accordion-button.collapsed), #paymentAccordion .accordion-button.collapsed {
  background-color: #fff !important;
}
@media screen and (max-width:1399px) {
  .cart-container > .web {
    width: 54%;
  }
  .btn-account, .btn-cart {
    padding: 13px 20px;
    white-space: nowrap;
  }
  .fl-sidebar {
    width:27%;
  }
  .relate {
  	max-width: 300px !important;
  }
  .ctg li{
    font-size: 14px;
    padding-right: 14px;
  }
  .el-li {
    max-width: 250px !important;
  }
  .wrap-mobile {
    display: block !important;
  }
  .fcd {
    height: auto !important;
  }
  .fcd-lg {
    -webkit-line-clamp: 3 !important;
  }
  .fcd p {
    margin-bottom: 1px;
  }
  .h-100.img-holder {
    height: auto !important;
  }
  .coupons-sub-total h5{
    font-size: 16px;
  }
  .db-sm .btn {
    padding: 8px 9px !important;
  }
  .products-carousel .item .details h6 {
    width: 150px;
  }
  .m-100 {
    flex: 100%;
    max-width: 100%;
  }
  .m-50 {
    flex: 50%;
    max-width: 50%;
  }
  .m-25 {
    flex: 25%;
    max-width: 25%;
  }
  .ellipsis {
    width: 150px !important;
  }
  .products-wrap .single-product .photo {
    display: grid;
    place-items: center;
    height: 180px;
    width: 170px;
  }
  .products-wrap .single-product .photo img {
    height: 180px;
    width: 100%;
    object-fit: contain;
  }
  .subscription-footer .company-overview {
  	display: block !important;
  }
  .subscription-footer .company-overview img{
  	display: none;
  }
}

@media screen and (max-width:1199px) {
  .container {
    max-width: 1100px;
  }
  .search-form {
    margin-left: 20px;
  }
  .relate {
  	max-width: 450px !important;
  }
  .singleProduct {
    display: block !important;
  }
  .additional {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .thumbnails {
    max-height: auto;
    width: 100%;
  }
  .add-img {
    margin-left: 0px !important;
    margin-right: 5px;
  }
  .pos .ellipsis {
    width: 100% !important;
    white-space: normal;
    font-size: 30px;
  }
  .deal-title {
    font-size: 55px !important;
  }
  .related-products {
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #eee;
    padding-bottom: 10px;
  }
  .related-products .relate {
    margin-top: 20px;
  }
  .ctg li{
    font-size: 12px;
    padding-right: 8px;
  }
  .products-carousel .item .details h6 {
    width: 100px;
  }
  .btn-cart {
    margin-top: 20px;
  }
  .products-wrap .single-product {
    padding: 20px !important;
  }
  .products-wrap .single-product .photo {
    display: grid;
    place-items: center;
    height: 160px;
    width: 140px;
  }
  .products-wrap .single-product .photo img {
    height: 160px;
    width: 100%;
    object-fit: contain;
  }
  #navBar .nav-item:last-child {
    /* display: none; */
  }
  .product-promo {
    display: grid;
    place-items:center;
    padding-bottom: 40px;
    text-align: center;
  }
}
@media screen and (max-width:1350px) {
  .top-flex .hero-content {
  	padding-left: 30px;
  	padding-right: 30px;
  }
  .top-flex h5 {
  	font-size: 40px;
    /* margin-block: 30px; */
  }
  .in-flex h5, .in-flex h1 {
  	font-size: 35px;
    margin-block: 20px;
    text-align: left;
  }
  .category-hero p:first-of-type {
    font-size: 25px !important;
    line-height: 25px !important;
  }
}
@media screen and (max-width:1199px) {
  .category-hero {
    width: 100% !important;
  }
}
@media screen and (max-width:1024px) {
  .promo {
    position: relative;
    overflow: hidden;
  }
  .promo-info {
    width: 100%;
  }
  .promo-images {
    position: absolute;
    max-width: 100px;
    z-index: -1;
    opacity: 0.2;
    right: 50%;
    left: 0;
    margin: auto;
  }
  .fl-sidebar {
    width:36%;
  }

}

@media screen and (max-width:991px) {
  .ctg, .web {
    display: none !important;
  }

  .subscription-footer .company-overview .content {
  	padding: 40px !important;
  }
  .mobile, .tab, .checkout-mb {
    display: block !important;
  }
  .cart-container {
    display: block !important;
    width: auto !important;
  }
  .search-form {
    /* margin-bottom: 10px; */
  }
  .search-field, .search-field:focus {
    padding: 12px;

}
  .checkout-mb {
    position: fixed;
    bottom:0;
    right: 0;
    left: 0;
    padding: 0;
    z-index: 200;
  }
  .mobile-nav.d-block {
    display: block !important;
  }
  .table-wrap table {
    table-layout: auto;
  }
  .related-products {
    flex-direction: row;
  }
  .tabs {
    display: flex;
    justify-content: center;
    list-style: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: -25px;
  }
  .tab-item {
    width: 100%;
    background-color: rgba(8, 65, 92,0.1);
    padding: 15px 5px;
    border-left:0.5px solid rgba(0,0,0,0.2);
  }
  .tab-item.active, .tab-item:hover {
    background-color: var(--pry-dark-color);
  }
  .tab-link {
    text-align: center;
    color: var(--pry-dark-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 13px;
  }
  .tab-item i {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .tab-link:hover, .tab-item.active .tab-link, .tab-item:hover .tab-link{
    color: var(--sec-color);
  }
  #navBarMobile {
    position: fixed;
    min-height: 100vh;
    width: 45%;
    background-color: #ffffff;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    border-top: 1px solid #eee;
    z-index: 1500;
    padding-bottom: 80px;
    overflow-y: scroll;
  }
  .flex-interests, .flex-interests a {
    display: block !important;
    margin: 0 !important;
    text-align: left;
  }
  .flex-interests a img {
    display: none;
  }
  .clse {
    z-index: 1000;
    position: absolute;
    top:200%;
    left: 43.5%;
  }
  .clse i {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    color: #fff;
    display: grid;
    place-items:center;
    font-size: 14px;
    background: var(--pry-color);
  }
  body.overlay {
    overflow: hidden;
  }
  .disable {
    opacity: 0.3;
  }

  .flex-row {
    display: block;
  }
  .custom-card {
    width: 100%;
    margin-bottom: 40px;
  }
  .tab-search {
    display: block;
    background-color: #ffffff;
    padding: 5px 0;
    padding-right:12px;
  }
  .search-field, .search-field:focus {
    width: 100%;
  }
  .submit-search {
    height: 42px;
    width: 46px;
  }
  .flex-links a {
    padding: 18px;
  }
  .flex-links a:not(:last-child), .flex-links a:not(:first-child)  {
    margin:0;
  }
  .tp-slider, .tp-slider img {
    height: 250px !important;
  }
  .search-form {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 100%;
  }
  .fc {
    width: 100% !important;
  }
  .fc .ellipsis, .relate .ellipsis {
    width: 100% !important;
    white-space: normal;
  }
  .deal-title {
    font-size: 45px !important;
  }
  .wrap-mobile {
    flex-wrap: wrap;
  }
  .fc .img-holder img {
    height: 270px;
  }
  .submit-search {
    top:0px;
    right: -5px;
  }
  .submit-search {
    font-size: 16px;
}
  #sortProducts::before {
    content: '' !important;
    margin-right: 0 !important;
  }
  #sortProducts select {
    width: 100%;
    margin-bottom: 8px;
  }
  .tab-w-100 {
    width: 100%;
  }
  .products-wrap .single-product .photo {
  	display: grid;
  	place-items: center;
  	height: 200px;
  	width: 180px;
  }
  .subscription-footer .company-overview {
    margin-top: 0px !important;
  }
  .subscription-footer .signup-form-section {
    margin-top: 30px !important;
  }
  .fm-rounded {
    border-radius: 10px !important;
  }
  .mobile-nav-bar {
  	width: 100%;
  	display: block;
  }
}
@media screen and (max-width:767px) {
  .promo-section {
    display: block;
  }
  .promo {
    width: 100%;
    margin-bottom: 20px;
  }
  .shopping-cart.with-promotion .card-header .del-form {
    right: -15px !important;
  }
  .shopping-cart .item {
    display: block !important;
  }
  .cart-container {
    width: 100% !important;
    margin-top: 10px;
  }
  .el-li {
    max-width: 300px !important;
  }
  .shopping-cart .item .details {
    align-items: flex-start;
    /* justify-content: space-between; */
  }
  .flex-links a::before, .flex-links a.active::before{
    content: none !important;
  }
  .dl-img img, .dl-img-sm img{
    height: 100% !important;
    padding: 8px 0;
  }
  .owl-nav {
    display: none;
  }
  .nav-pills h4 {
    font-size: 20px;
  }
  .tp-slider, .tp-slider img {
    height: 200px !important;
  }
  .fcd-lg {
    height: 70px !important;
  }
  #navBarMobile {
    width: 50%;
  }
  .clse {
    left:48%;
  }
  .singleProduct span {
    height: 250px !important;
  }
  .selectedImage {
    height: 240px !important;
  }
}
@media screen and (max-width:545px) {
  .shopping-cart.with-promotion .card-header .code {
    padding: 8px !important;
    font-size: 14px !important;
  }
  .shopping-cart.with-promotion .card-header .delete  {
    font-size: 20px !important;
    height: 35px !important;
    width: 35px !important;
    display: grid !important;
    place-items:center;
  }
  .review-mb {
    display: none !important;
  }
  .el-li {
    max-width: 200px !important;
  }
  .fc {
    flex-wrap: wrap;
    justify-content: center;
  }
  .d-grid {
    display: grid !important;
    place-items: center;
  }
  .photo.coupon {
    width: 60px !important;
    height: 60px !important;
  }
  .photo.coupon a{
    width: 50px !important;
  }
  .photo.coupon a img{
    height: 50px !important;
  }
  .banner-title {
    font-size: 35px;
    max-width: 100%;
    line-height: 45px;
  }
  .checkout-step {
    padding: 15px !important;
  }
  .m-25, .m-50 {
    width: 100%;
    flex: 100%;
  }
  .btn-cart {
    margin-left: 0;
    width: 100%;
  }
  .shopping-cart .card-body {
    padding: 0 !important;
  }
  .shopping-cart .item .details .photo {
    margin-bottom: 10px;
  }
  #navBarMobile {
    width: 80%;
  }
  .clse {
    left:76%;
  }
  .fc .img-holder {
    margin-right: 0 !important;
  }
  .sm-screen {
    display: block;
    margin-bottom: -40px;
  }
  .flex-links a {
    width: 32%;
    padding: 14px;
  }
  .nav-pills h4 {
    font-size: 15px;
  }
 .tab {
   display: none;
 }
 .tab-item i {
   font-size: 18px;
 }
 .flex-inner-row {
   flex-wrap: wrap;
   margin-top: 0 !important;
 }
 .flex-inner-row h4 {
   margin-right: 10px;
   margin-bottom: 0;
 }
 .flex-inner-row p {
   margin-bottom: 0;
 }
 .flex-inner-row >div{
   width: 100%;
 }
 .dashboard > div {
   display: flex;
   align-items: center;
   border-bottom: 1px solid #eee;
   padding: 12px 0;
 }
 .flex-stats h4 {
   font-weight: 600;
  font-size: 34px;
  line-height: 41px;
 }
 .custom-card {
   padding: 30px 20px;
 }
 .custom-card.overflow .text-end {
   text-align: left !important;
 }
 .navbar .container-fluid {
   flex-wrap: nowrap;
 }
 .flex-links a {
   width: 100%;
   font-size: 13px;
 }
 .flex-links h4{
   text-align: center;
   margin: 0;
   padding: 0;
 }
 .custom-card th {
   padding: 10px;
 }
 .patient-avatar-header {
   height: 70px;
   width: 70px;
   font-size: 28px;
 }
 .patients-tabs {
   margin: -40px 0 -5px 0;
   padding: 10px;
 }
  .pt-content img {
    display: none;
  }
  .md-screen {
    display: none;
  }
  .md-sm-screen {
    display: block;
  }
  .btn-drop {
    border: 1px solid #ddd;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    outline: none;
    font-size: 17px;
  }

  .btn-pry {
    padding: 8px 11px;
  }
  [moe] [url]:not([show]) {
    max-width: 80%;
    transform: none !important;
    top:25% !important;
    left:0 !important;
    padding: 20px;
  }
  .tp-slider, .tp-slider img {
    height: 170px !important;
  }
  .products-carousel .item .details h6 {
    white-space: normal !important;
    width: auto;
  }
  .quantity-field {
    width: 120px !important;
  }
  .qt-web {
    display: none !important;
  }
  .qt-mb {
    display: block;
  }
  .summary {
    margin-top: -50px !important;
  }
  .sm-cp {
    margin-top: -150px !important;
  }
  .add-qt {
    justify-content: center;
  }
  .add-qt .form-control {
    max-width: 100% !important;
    /* width: 100% !important; */
  }
}
@media screen and (max-width:425px) {
  .search-input.active {
      width: calc(80vw - 38px)
  }
  .tp-slider, .tp-slider img {
    height: 120px !important;
  }
  .sm-coupon {
    font-size: 18px !important;
  }

  .btn-pry, .btn-outline-pry {
    width: 100%;
  }
  .checkout-steps {
    flex-wrap: wrap;
  }
  .custom-card {
    padding: 20px;
  }
  .custom-card h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 31px;
  }
  .custom-card .mt-3 {
    margin-top: 7px !important;
  }
  .custom-card .ms-2{
    margin: 0 !important;
  }
  .custom-card .text-end {
    margin-top: 7px;
  }
  .qt-container {
    flex-direction: column;
  }
  /* .qt-container > .d-flex {
    margin-top: 30px;
  } */
}
@media screen and (max-width:375px) {
  .search-input.active {
      width: calc(80vw - 48px)
  }
  .sm-cp {
    margin-top: -40px !important;
  }
  .mb-block {
    display: block !important;
  }
}
@media screen and (max-width:325px) {
  .shopping-cart .item .details {
    flex-direction: column;
  }
  .summary {
    text-align: right;
  }
  .shopping-cart .item .details form {
    justify-content: space-between;
  }
  #navBarMobile {
    width: 90%;
  }
  .el-lg {
    width: 90% !important;
    font-size: 25px !important;
  }
  .sm-screen {
    display: block;
  }
  .flex-stats > img {
      height: 75px;
  }
  .flex-stats > div {
    padding-left: 0px !important;
  }
  .title {
    font-size: 30px;
  }
 .tab {
   display: none;
 }
 .tab-link i {
   font-size: 20px;
 }
 .tab-link span {
   font-size: 12px;
 }
 .clse {
   left: 85%;
 }
}
/* bootstrap override */
.btn-primary {
  background-color: var(--pry-color) !important;
  border: 1px solid var(--pry-color) !important;
}
.btn-primary:hover {
  background-color: var(--pry-color) !important;
  border: 1px solid var(--pry-color) !important;
}
.btn-outline-primary {
  color: var(--pry-color) !important;
  border: 1px solid var(--pry-color) !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: var(--pry-color) !important;
  border: 1px solid var(--pry-color) !important;
}
.btn-primary:focus, .btn-outline-primary:focus,
.btn-primary:active, .btn-outline-primary:active {
  box-shadow: none !important;
}
.btn-primary:focus,
.btn-primary:active,
.btn-outline-primary:active{
  background-color: var(--pry-color) !important;
  border-color: var(--pry-color) !important;
}
