dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}
.page-banner-area {
	background-color: #333;
	padding: 5px 0;
}





.container-new {
	padding-right: 5px;
	padding-left: 5px;
	max-width: 1730px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.header-menu-area {
	background-color: #00509e;
}

.search-form button {
	background: #00509e;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 1em;
	font-weight: normal;
	height: 50px;
	letter-spacing: .05em;
	line-height: 50px;
	min-width: 120px;
	outline: none;
	padding: 0 20px;
	position: static;
	text-align: center;
	width: auto;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


.main-btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #3f51b5;
	padding: 0 30px;
	font-size: 16px;
	line-height: 43px;
	height: 45px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background-color: #00509e;
	position: relative;
	z-index: 5;
	-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
}


.header-shop-cart ul li .single-cart .shop-quantity {
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background-color: #00509e;
	font-size: 14px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -18px;
}

.btn-warning {
	color: white;
	background-color: #ff3818;
	border-color: #ff3818;
}


.btn-primary {
	color: #fff!important;
	background-color: #00509e;
	border-color: #00509e;
}



.single-product-image img {
	width: 100%;
}

.product-details-content .details-sub-title .sub-title::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background-color: #dbdbdb;
	left: 0;
	bottom: 0;
}

.product-details-content .details-title {
	font-size: 30px;
	font-weight: 800;
}

.container-new {
	text-align: center;
}



.footer-address .single-address .address-icon i {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	font-size: 14px;
	background-color: #00509e;
	color: #fff;
}


.back-to-top {
	font-size: 20px;
	color: #fff;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #00509e;
	text-align: center;
	z-index: 99;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	display: none;
}

.category-main-btn {
	display: inline-block;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #00509e;
	margin-top: 1px;
	padding: 0 5px;
	font-size: 12px;
	line-height: 30px;
	height: 27px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background-color: #00509e;
	position: relative;
	z-index: 5;
	-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	width: 100%;
	border-radius: 5px;
}

.product-card .product-image {
	position: relative;
	padding-bottom: 160px;

	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;

    height: 300px;
}
.product-card {
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
	padding-top: 0px;
	min-height: 310px;
	background: white;
	border-radius: 5px;

}



.product-img {
	float: left;
}
.category-list .category-list-items .list-items li .product-all {
	color: #00509e;
	font-weight: bold;
}
.shop-tab .nav .nav-item a.active {
	color: #00509e;
}


.actions button {
	width: 28px;
	height: 28px;
	padding: 0;
	background-color: #fff;
	font-size: 15px;
	color: #333;
	border: 1px solid #e0e0e0;
}

.actions input {
	width: 40px;
	height: 29px;
	border: 1px solid #e0e0e0;
	padding: 0 10px;
	text-align: center;
	margin: 0 2px;
}

.category-sidebar .category-title .title {
	color: #666;
	font-size: 16px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	padding: 0;
	text-transform: uppercase;
}

.category-list {
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 10px 20px rgb(0 0 0 / 18%);
	background-color: #fff;
	border-radius: 5px;
}

.header-shop-cart ul li .single-cart .shop-quantity {
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background-color: #00509e;
	font-size: 14px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -18px;
}

.rightCart {
	padding: 10px 5px;
	margin-right: 3px;
}

.checkoutBtn {
	font-size: 16px;
}


.shopping-table {
	border-radius: 5px;
}

.shopping-table .table tbody tr td, .checkout-page .table tbody tr td {
	border-right: none;
}
.shopping-table .table td, .table th, .checkout-page .table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: none;
}
.shopping-table .table, .checkout-page .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border: none;
	display: table;
}
.product-quantity-1 input {
	width: 50px;
	height: 35px;
	border: 1px solid #e0e0e0;
	padding: 0 10px;
	text-align: center;
	margin: 0 2px;
	font-size: 12px;
}

.product-option {
	background-color: #FFFFFF;
	padding: 0 30px;
	height: 50px;
}
.category-search {
	position: relative;
	margin-bottom: 5px;

}


.category-search input {
	background: #FFFFFF;
	border-left: #bab2b2;
	box-shadow: none;
	border-radius: 0;
	color: #000000;
	height: 40px;
	padding: 0 20px;
	width: 100%;
	outline: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-weight: bold;
	margin-top: 5px;

	border: 1px solid black;
	border-radius: 10px;
}

.category-search button {
	color: #999;
	font-size: 18px;
	position: absolute;
	right: 20px;
	height: 40px;
	width: 20px;
	padding: 0;
	background: none;
	top: 13px;
	border: 0;
}

.product-quantity-1 button {
	width: 35px;
	height: 35px;
	padding: 0;
	background-color: #fff;
	font-size: 8px;
	color: #333;
	border: 1px solid #e0e0e0;

	font-weight: 400;
	line-height: 1;


}





.page-banner-content .breadcrumb .breadcrumb-item a:hover {
	color: #ff3818;
}
.header-top-content .header-info ul li a:hover {
	color: #ff3818;
}

.red-font{
	color: orangered;
}

.remove{
	color: red;
}

.active-category, .active-order, .active-manufacturer{
	color:#00509e;
	font-size: 16px;
	font-weight: bold;
}
.text-center{
	text-align: center;
}



@media (max-width: 767px) {
	.mobile-menu .mobile-logo img {
		width: 250px;
	}
}

.mt-30{
	margin-top: 30px;
}

.mainBackground {
	background-color: #F3F3F3;
}
.shopping-table table {
	background: white;
	border-radius: 5px;
}

.light {
	color: grey;
	font-weight: normal;
}





.message {
	background-color: #ff3919;
	color: white;
	font-weight: bold;
}




.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 85px;
	padding: 0 15px;
}




.blog-image {
	background-color: #00509e;
	height: 120px;
}
.single-blog .blog-image img {
	width: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single-blog .blog-content .date {
	font-size: 14px;
	background-color: #ff3818;
	border: 2px solid #fff;
	color: #fff;
	padding: 4px 10px;
	font-weight: normal;
	text-transform: uppercase;
	position: absolute;
	margin-top: -45px;
	z-index: 99;
	line-height: 15px;
}

.header-shop-cart ul li .single-cart .shop-prescription {
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background-color: #ff3818;
	font-size: 14px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -18px;
}




.search-form input {
	width: 250px;
	height: 50px;
	padding: 0 20px;
	border: 2px solid #e0e0e0;
	border-right-color: rgb(224, 224, 224);
	border-right-style: solid;
	border-right-width: 2px;
	border-left-color: rgb(224, 224, 224);
	border-left-style: solid;
	border-left-width: 2px;
	border-left: 0;
	border-right: 0;
	font-size: 14px;
}


.main-btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #3f51b5;
	padding: 0 30px;
	font-size: 16px;
	line-height: 21px;
	height: 45px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background-color: #00509e;
	position: relative;
	z-index: 5;
	-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
}



.modal-dialog {

	margin: 4.0rem auto;
	max-width: 900px;
}


































































/****** Template ********/
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
.hidden {
    display: none;
}












/**** Stick moving *****/
.content-section {
    min-height: 1500px;
}
.sidebar-section {
    position: absolute;
    height: 100%;
    width: 100%;
}

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 85px;

    padding: 0 15px;
}




.redLink {

    font-size: 18px;
    color: red;
    cursor: pointer;

}





.typesMenuItems {
    font-size: 20px;
}




.patientLegend .category-title .title {
    background-color: #00509e;
    color: white;
}
