body {
  font-family: "Montserrat", sans-serif;
}
.cat-btn {
  min-width: 90px;
  margin-bottom: 10px;
}
.account-container{
  padding: 30px 0px;
  margin: 90px 0px;
  background: #eff5fa;
}
.bg-light{
  background: #eff5fa !important;
}
.account-container p{
  color: #2A659C;
  font-weight: 500;
}
.account-container img{
  width:40px;
  margin-right:10px;
}
.choose-container{
  padding: 50px 0px 150px 0px;
  margin-top: 50px;
  background: #eff5fa;
}
.choose-container-2{
margin-top: -130px;
}
.choose-div{
  padding: 25px 11px;
  height: 100%;
  text-align: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 10px 9px 0px #EFF5FA;
}
.choose-div img{
  height: 50px;
}
.bg-blue-gradient{
  background-color: #2B679F;
  margin-top: 200px;
  box-shadow: inset 0px 0px 50px 20px #0000007a;
}
.sendPrescription-container{
  padding: 25px 0px;
  margin-top: 50px;
  background: #eff5fa;
  }
.quick-search-div{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.quick-search-div a{
  flex: 1 1 calc(25% - 10px);
  border-radius: 12px;
  background-color: #004883;
  color: #fff;
  padding: 7px;
}
.quick-search-div a:hover{
  background: #002045 !important;
  color: #ffffff !important;
}

.text-primary{
  color: #2B679F !important;
}
.btn-primary {
  border-color: #2B679F !important;
  background: #2B679F !important;
  border-radius: 7px;
}

.btn-primary:hover {
  color: #ffffff !important;
  background: #002045 !important;
}
.btn-secondary{
  background: #002045 !important;
  border: none;
  color: #ffffff !important;
}
.btn-secondary:hover{
  background-color: #010710 !important;
  color: #fff;
}
.text-bg-primary{
  background: #2B679F !important;
  font-weight: 600;
}
.account-btn{
  min-width: 80px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 10px;
}
.btn-outline-primary{
  color: #2B679F !important;
  border-color: #2B679F !important;
  background: transparent !important;
  border-radius: 5px;
}
.btn-outline-primary:hover{
  color: #fff !important;
  background: #2B679F !important;
}
header {
  background-color: #2B679F;
  padding: 15px 0px;
}
#menu.navbar {
  margin-top: 20px;
}
footer a{
  color: #fff;
}
nav{
  display: flex;
  justify-content: space-evenly;
}
.navbar-expand-lg a {
  color: #fff;
}
.cart-header-text{
  background-color: #004883;
  padding: 6px 15px;
  border-radius: 10px;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
}
a{
  text-decoration: none;
}

footer{
  background-color: #2B679F;
  margin-top: 30px;
  box-shadow: inset 0px 0px 50px 20px #0000007a;
  color: #fff;
  padding: 50px 0 2px 0;
}
.footer-social-icons img{
  width: 25px;
  margin-right: 15px;
  margin-bottom: 25px;
}
.quick-contact img{
  width: 25px;
  margin-right: 10px;

}
.quick-contact a{
  display: flex;
}
.quick-contact li{
  padding-bottom: 15px;
}

footer li{
  padding-bottom: 10px;
}
.featured-logo2 img{
  filter: grayscale(1);
  max-width: 100%;
  height: auto; 
}
.featured-logo2 img:hover{
  filter: none;
}

.featured-logo2 .text-center{
  display: flex;
  justify-content: center;
  padding: 0px 5px;
}
.featured-logo2 .slick-track{
  display: flex;
  align-items: center;
}
.featured-logo img{
  filter: grayscale(1);
  max-width: 100%;
  height: auto; 
}
.featured-logo img:hover{
  filter: none;
}

.featured-logo .text-center{
  display: flex;
  justify-content: center;
  padding: 0px 5px;
}
.featured-logo .slick-track{
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .mb-order-one{
    order: 1;
  }
  .mb-order-two{
    order: 2;
  }
  .mb-order-three{
    order: 3;
  }
  .bg-blue-gradient {
    margin-top: 50px;
  }
}

.navbar {
  background-color: #2b679f !important;
  color: #fff;
}
main{
  margin-top: 70px;
}
.navbar{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 10px;
  z-index: 999;
}
@media (max-width: 991px) {
  .navbar-collapse {
    padding-bottom: 15px;
  }
}
.navbar-toggler {
  background-color: #fff;
}
.breadcrumbs small a, .breadcrumbs i{
  color: #474747;
}

.btn-outline-secondary{
  color: #000;
  border-color: #000;
}
.btn-outline-secondary:hover{
  background-color: #000;
  border-color: #000;
}
.blog-date{
  position: absolute;
  top: 10px;
  left: 10px;
  height: 60PX;
  width: 60px;
  border-radius: 5px;
  background: #2B679F;
  text-align: center;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 5px;
  line-height: 1.2;
}
.page-item a{
  color: #000;
}
.search-input {
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  padding: 5px;
}

.search-btn {
  border-radius: 0 4px 4px 0;
}
.post-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.post-item img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border-radius: 4px;
  object-fit: cover;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tags .badge {
  padding: 0.5rem 0.75rem;
}
.social-icons a {
  margin-right: 10px;
}
.social-icons img {
  background-color: #2B679F;
  width: 40px;
  padding: 5px;
  border-radius: 4px;
}
.PopularTags-badge{
  border: 1px solid #E0E0E0;
  color: #4F4F4F;
  border-radius: 0;
}
.inner-page-top{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 0px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.top-banner-div{
  background: url(../../../../../image/catalog/main-banner.png);
  background-size: cover;
  background-position: center;
}
.login-div{
  background-color: #fff;
  border-radius: 20px;
  padding: 70px 50px;
  max-width: 500px;
  margin: auto;
  box-shadow: 0px 0px 20px 1px #ccc;
}
@media (max-width: 500px) {
  .login-div{
    padding: 30px 10px;
  }
}
@media (min-width: 768px) {
  .absolute-img{
    position: absolute;
    bottom: 0;
  }
}
.signup-div{
  background-color: #fff;
  border-radius: 20px;
  max-width: 1000px;
  margin: auto;
  box-shadow: 0px 0px 20px 1px #ccc;
  padding: 30px;
}
.login-div p{
  font-size: 12px;
  color: #333333;
}
.login-div label{
  font-size: 12px;
  color: #666666;
}
.signup-div label{
  font-size: 14px;
  color: #666666;
}
.login-container{
  padding: 150px 5px;
}
.login-div a{
  font-size: 12px;
}

.mw-150{
  min-width: 150px;
}
.nav-link .sb-sidenav-collapse-arrow {
  display: inline-block;
  margin-left: auto;
  transition: transform 0.15s ease;
}
.nav-link.collapsed .sb-sidenav-collapse-arrow {
  transform: rotate(-90deg);
}
.sb-sidenav-menu-nested a{
  width: 100%;
  padding-left: 10px;
}
.sb-sidenav-menu-nested a:hover{
  width: 100%;
  color: #fff;
  background-color: #0056A5;
  border-radius: 0;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.nav-link {
  padding: 5px 0px;
}
.Categories-sidebar .nav-link {
  display: flex;
  align-items: center;
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.breadcrumbs small{
  text-transform: uppercase;
}
.variation-button{
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.variation-button button{
  width: 32%;
  padding: 10px;
}
.Buy-buttons{
  display: flex;
  margin: 30px 0px;
  gap: 10px;
}
.Buy-buttons button{
  width: 50%;
  padding: 10px;
}
.product-description{
  background-color: #fff;
  box-shadow: 0px 0px 10px 2px #edebeb;
  padding: 50px;
}

.product-description-main{
  background: linear-gradient(to bottom, white 0px, white 100px, #eff5fa 100px, #eff5fa calc(100% - 100px), white calc(100% - 100px), white 100%);
}
/* .order-summary {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
} */
.product-row {
  align-items: center;
}
.product-name {
  font-weight: bold;
  margin-bottom: 0;
}
.delete-btn {
  color: red;
  cursor: pointer;
}
.order-summary span{
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 10px;
}

.dash-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0;
    border-top: 2px dashed #003366;
    z-index: 1;
}

.step {
    font-size: 14px;
    color: #8f9396;
}

.step.active {
    color: #002045;
}

.step strong {
    font-weight: bold;
}
.steps-row{
justify-content: space-between;
align-items: center;
text-align: center;
position: relative;

}
@media (max-width: 500px) {
  .steps-row{
flex-direction: column;
gap: 15px;
padding: 0px 10px;
  }
}
.form-check-div{
  max-width: 1000px;
  margin: 50px auto;
}
.form-check-div .form-check{
  background-color: #F6F6F6;
  padding: 1em 1em 1em 2.5em;
  margin-bottom: 20px;
  border-radius: 7px;
}
.w150{
width: 150px;
}
.confirmation-div{
  background-color: #F6F6F6;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.confirmation-div p{
  font-weight: 600;
  margin-bottom: 0;
}
.confirmation-div2{
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.confirmation-div2 p{
  font-weight: 500;
  margin-bottom: 0;
}
.thankyou-container{
  background: url(../../../../../image/catalog/thankyou-bg.png);
  padding: 100px 0px;
  background-size: cover;
  background-position: center;
}
.policy-container strong{
  font-weight: 500;
}
.Account-ul{
  border-right: 1px solid #bbb;
}
@media (max-width: 767px) {
  .Account-ul{
    border-right: none;
  }
  .inner-page-top{
    padding: 10px 0px;
  }
}
.Account-ul li{
  border-bottom: 1px solid #bbb;
  color: #000;
  padding: 10px 0px;
}
.Account-ul li a{
  color: #000;
  }
.Account-ul li a.active{
  font-weight: 700;
  background-color: transparent !important;
  color: #000 !important;
}
.bg-gray{
  background-color: #f8f9fa;
  border-radius: 7px;
  height: 100%;
}
.bg-gray p{
  margin-bottom: 0;
}
.bg-gray strong{
  font-weight: 600;
}
.table-light th{
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
tbody tr td p{
  margin-bottom: 0;
}
tbody tr td button{
white-space: nowrap;
}
tbody tr td{
  white-space: nowrap;
}
.bi-heart{
  position: absolute;
  top: 10px;
  right: 10px;
  color: #C4C4C4;
  font-size: 30px;
}
.bi-heart:hover{
  color: #DC4242;
  cursor: pointer;
}
.bi-heart-fill{
  position: absolute;
  top: 10px;
  right: 10px;
  color: #DC4242;
  font-size: 30px;
}
.fixed-cart-button{
  position: fixed;
  top: 270px;
  right: 0;
  background-color: #004883;
  color: #fff;
  font-weight: 600;
  padding: 6px 10px 6px 15px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
    align-items: center;
    cursor: pointer;
}
.fixed-contact-button{
  position: fixed;
  top: 200px;
  right: 0;
  background-color: #004883;
  color: #fff;
  font-weight: 600;
  padding: 6px 10px 6px 15px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
    align-items: center;
    cursor: pointer;
}
.fixed-contact-button i, .fixed-cart-button i{
  font-size: 30px;
  padding: 0px 10px;
}
.fixed-contact-button span, .fixed-cart-button span{
display: none;
}
.fixed-contact-button:hover span{
  display: block;
}
.fixed-cart-button:hover span{
  display: block;
}
.navbar-nav .nav-link.active{
  color: #fff;
  text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}
.navbar-expand-lg .nav-link:hover {
  color: #fff;
  text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}
.counter {
  display: flex;
  align-items: center;
  gap: 10px;
}
#decrease, #increase, .decrease, .increase {
  width: 40px;
  height: 40px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: transparent;
  border-radius: 5px;
  outline: none;
}
#decrease:active, #increase:active, .decrease:active, .increase:active {
  background-color: #ddd;
}
.quantity {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.btn-outline-secondary.active{
  background-color: #000;
  border-color: #000;
}
.accordion-button.collapsed{
  padding: 1rem 0rem;
}
.pagination .page-item .page-link.active{
  background-color: #2b679f;
  border-color: #2b679f;
}
.sb-sidenav-menu-nested .nav-link.active {
  color: #fff;
  background-color: #0056A5;
  border-radius: 0;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.thumb-img {
  cursor: pointer;
  border: 1px solid rgb(217, 217, 217) !important;
  transition: border-color 0.3s ease;
  margin-bottom: 5px;
}
.thumb-img:hover{
  border-color: #fea159 ;
}
.slick-current {
  border-color: #fea159 !important;
}
.main-image-container {
  position: relative;
}
.slick-next:before, .slick-prev:before {
  color: #000;
}
@media (max-width: 768px) {
.thumb-img {
margin-right: 5px;
  margin-bottom: 0px;
}
}
.iti { width: 100%; }

.product-list .img-thumbnail{
  max-width: 70px;
}
.img-thumbnail2{
  max-width: none;
  border:var(--bs-border-width) solid #dee2e6;
  border-radius:var(--bs-border-radius);
  height:auto;
  padding:.25rem;
}
.side-cart-del{
  position: absolute;
  top: 0;
  right: 0;
}
.side-cart-div{
  display: flex;
  gap: 10px;
  padding: 10px 0px;
  border-bottom: 1px solid #e7e7e7;
}
#search-results {
  position: absolute;
  background: #fff;
  border-radius: 5px;
  z-index: 1;
  border: 1px solid #ddd;
  padding: 0px 5px 5px 5px;
}
#search-results .decrease,
#search-results .increase {
  width: 30px !important;
  height: 30px !important;
}
#search-results .quantity {
  width: 40px !important;
  height: 35px !important;
}
.search-results-inner {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.search-results-inner:last-child {
  border: none;
}
@media (max-width: 991px) {
  .search-results-inner {
    flex-direction: column;
    gap: 10px;
  }
}
.search-results-inner .btn{
  white-space: nowrap;
}
.mega-menu {
  position: absolute;
  left: 0;
  width: 665px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
@media (max-width: 991px) {
  .mega-menu {
    position: static;
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: 0 0 transparent;
    max-height: 400px;
    overflow-y: auto;
  }

  .mega-menu .row {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .mega-menu .row .dropdown-item {
    color: #000;
  }
  .mega-menu .row {
    padding: 1rem 0rem;
  }
  .mega-menu .list-unstyled li {
    padding: 10px 0px;
  }
  .nav-item.dropdown:hover .mega-menu {
    display: block;
  }
  .mega-menu {
    display: none;
  }
}
.mega-menu .dropdown-item:hover {
  color: #fff;
  background: #002045;
  border-radius: 5px;
}

/* AUTO COMPLETE SEARCH ===== SEARCH HOME=== */
.result-search-autocomplete {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #FFF;
    border: 1px solid #ddd;
    max-height: 468px;
    width: 100%;
    left: 0;
}
.product-search-area {
	display: none;
	position: absolute;
	overflow: auto;
	background:#F1F1F1;
	border: 2px solid #d2d6de;
	padding: 20px;
	font-size: 11px;
	z-index: 999;
	width: 100%;
	left:0;
}

.result-search-autocomplete {
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: #FFF;
	border: 1px solid #ddd;
	max-height:468px;
	width: 100%;
	left:0;
}
.result-search-autocomplete h4 {
	  display: block;
	  width: 72%;
	  line-height: 1.3em;
	  color: #333;
	  font-size: 14px;
	  font-weight: 700;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
}
.result-search-autocomplete h5 {
	font-size: 14px;
    margin-top: 8px;
    color: red;
}
.result-search-autocomplete h5 i {
	color: #999;
	font-style: normal;
	font-size: 11px;
	text-decoration: line-through;
}
.result-search-autocomplete h6 {
	text-transform: uppercase;
  	font-size: 9px;
  	font-weight: 700;
  	color: #0876e6;
  	display: block;
  	margin-top: 8px;
  	text-align: right;
}
.result-search-autocomplete ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.result-search-autocomplete-image {
	height: 50px;
	padding-left: 15px;
}
.result-search-autocomplete > ul {
	max-height:468px;
	overflow: hidden;
	/*overflow: scroll;
	overflow-x:none;*/
}
.result-search-autocomplete > ul >li >a {
	position: relative;
  	display: block;
  	overflow: hidden;
  	padding: 6px;
  	text-decoration: none;
}
.result-search-autocomplete > ul >li {
	display: block;
  	background: #fff;
  	overflow: hidden;
  	list-style: none;
  	border-bottom: 1px dotted #ccc;
  	float: none;
}
.result-search-autocomplete > ul >li > a:hover button {
	color: #FFF;
}
.tagdattruoc {
  background: #3498db;
  border: 1px solid #0679c6;
  font-size: 11px;
  color: #fff;
  border-radius: 0px;
  /*margin-top: 18px;*/
}
.tagdattruoc :hover {
	color: #FFF;
}
@media (max-width: 767px) {
	.result-button {
		width: 30%;
		float: left;
	}
	.row-result-search-autocomplete-image
	{
		width: 30%;
		float: left;
	}
	.result-info
	{
		width: 40%;
		float: left;
	}
}
table.dataTable thead .sorting_asc {
  border-style:none;
}
table.dataTable.display tbody td{
  border-style:none;
}
table.dataTable.no-footer {
  border-style:none;
}
/* AUTO COMPLETE SEARCH  */
.flex-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.mycard {
  background-color: #eff5fa;
  padding: 1.5rem;
  max-width: 48%;
  border-color: #2B679F !important;
  border-radius: 15px;
}
.alert-success{
  font-size: 14px;;
}
.addressbook
{
    max-height: 300px;
    overflow-y: scroll;
}
.nonpdf {
  border-radius:7px;
  width:100px; 
  height:100px;
  cursor:pointer
}
.pdf {
  border-radius:7px;
  width:100px; 
  height:100px;
  cursor:pointer
}
.mb-0{
  text-align: center;
}