body {
	font-family: "helveticaregular";
	color: #2e3133;
	font-size: 16px;
	line-height: 18px;
}

button,
body a {
	color: #2e3133;
	text-decoration: none;
	transition: all 0.5s ease;
}

body a:hover {
	text-decoration: underline;
}

h2 {
	color: #2e3133;
	font: 35px/40px "helveticaneuebold";
}

h3 {
	color: #2e3133;
	font: 22px/30px "helveticaneuebold";
}

h4 {
	color: #0a55a4;
	font: 16px/28px "helveticaneuebold";
}

h5 {
	color: #fff;
	font: 25px/40px "helveticaneuebold";
}

img {
	max-width: 100%;
	height: auto;
}

.btn-primary {
	color: #fff;
	background-color: #4abfd9;
	border-color: #4abfd9;
}

.btn-primary:hover {
	background-color: #48a8bd;
	border-color: #48a8bd;
}

.btn-light {
	background-color: #dbe3e6;
	border-color: #dbe3e6;
}

.btn-light:hover {
	background-color: #d2d6d8;
	border-color: #d2d6d8;
}

.form-check-input {
	border: 2px solid #dbe3e6;
	border-radius: 4px !important;
	width: 20px !important;
	height: 20px !important;
	margin: 0;
}

.form-check-input:checked[type="checkbox"] {
	border: 2px solid #dbe3e6;
	background: url(../images/icon-check.png) no-repeat center center;
}

/* Header Top */

.headTop {
	float: left;
	width: 100%;
	border-bottom: 1px solid #dce3e6;
	padding: 12px 0;
}

.headTop .customer-support span {
	float: left;
	padding: 0 20px 0 0;
	font-size: 16px;
	line-height: 20px;
	font-family: "helveticabold";
}

.headTop .customer-support span strong {
	font-weight: normal;
	font-family: "helveticaregular";
	color: #515759;
}

.headTop .topNav {
	float: right;
}

.topNav li {
	float: left;
	list-style: none;
	padding: 0 0 0 20px;
	font-family: "helveticaregular";
	font-size: 16px;
	line-height: 20px;
}

.topNav .dropdown-toggle::after {
	border: solid #0a55a4;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	font-size: 0;
	line-height: 0;
	position: relative;
	top: -4px;
	margin: 0 0 0 5px;
}

.topNav li .nav-link {
	padding: 0 30px 0 0;
	color: #0a55a4;
}

.topNav li a {
	color: #0a55a4 !important;
}

.topNav .dropdown-menu {
	padding: 0;
	border-color: #dce3e6 !important;
	min-width: auto;
}

.topNav .dropdown-menu li {
	padding: 0;
	width: 100%;
}

.topNav li:first-child:before,
.topNav .dropdown-menu li:before {
	display: none;
}

.topNav li:before {
	content: "";
	float: left;
	border-left: 2px solid #0a55a4;
	height: 18px;
	margin: 2px 20px 0 0;
}

/* Header */

#header {
	float: left;
	width: 100%;
	padding: 25px 0;
}

#header .logo {
	float: left;
	width: 40%;
}

#header .certified-one {
	float: left;
	width: 35%;
	padding: 10px 10px 0 10px;
}

#header .certified-two {
	float: left;
	width: 25%;
	padding: 10px 0 0 0;
}

.notificationNav {
	float: right;
	padding: 0;
	margin: 20px 0 0 0;
}

.notificationNav li {
	float: left;
	list-style: none;
	margin: 0 0 0 15px;
}

.notificationNav li:first-child {
	margin: 0;
}

.notificationNav li a:hover {
	text-decoration: none;
	color: #2e3133;
}

.notificationNav img {
	float: left;
}

.notificationNav .badge {
	font: 8px/8px "helveticabold";
	padding: 2px 3px;
	border-radius: 50% !important;
	height: 12px;
	margin-top: 1px !important;
	left: 22px !important;
}

.notificationNav li a:hover img {
	opacity: 0.6;
}

.notificationNav .linkText {
	font: 14px/25px "helveticaneuebold";
	padding: 0 0 0 3px;
	float: left;
}

.notificationNav li a {
	float: left;
}

#header .notificationNav .dropdown-toggle::after {
	display: none;
}

.notificationNav .nav-link {
	color: #2e3133;
	padding: 0;
}

.notificationNav .dropdown-menu {
	padding: 30px;
	width: 442px;
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 50px #26668c33;
	border-radius: 0;
	margin: 20px 0 0 100% !important;
}

.notificationNav .dropdown-menu {
	left: 30px !important;
}

.notificationNav .dropdown-menu:after {
	bottom: 100%;
	right: 24%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.notificationNav .dropdown-menu:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
}

#header .cartItems-selected {}

.cartItems-selected .cartItem1 {
	border-top: 1px solid #dbe3e6;
	float: left;
	width: 100%;
	padding: 15px 0;
}

.cartItems-selected .cartItem1:first-child {
	border: 0;
}

.cartItems-selected .cartImage img,
.cartItems-selected .cartImage {
	border-radius: 10px;
	margin: 0;
}

.cartItems-selected .cartItemData {
	padding: 0 0 0 15px;
}

.cartItems-selected .cartItemData .category-text {
	display: block;
	color: #8c9598;
	font-size: 14px;
	line-height: 16px;
	font-family: "helveticaneuelight";
}

.cartItems-selected .cartItemData h6 {
	color: #2e3133;
	font: 20px/24px "helveticaneuebold";
	margin: 5px 0 10px 0;
	float: left;
	width: 100%;
}

.cartItems-selected .cartItemData h6 a {
	color: #2e3133;
}

.cartItems-selected .cartItemData h6 a:hover {
	color: #0a55a4;
}

.cartItems-selected .cartItemData .itemsQty {
	box-shadow: inset 0px 3px 6px #00000029;
	border: 1px solid #8c9598;
	border-radius: 3px;
	outline: none;
	width: 33px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	color: #2e3133;
	font: 18px/24px "helveticaneuelight";
	float: left;
}

.cartItems-selected .cartItemData .itemPrice {
	font: 18px/24px "helveticaneuebold";
	color: #0a55a4;
	float: left;
}

.cartItems-selected .cartItemData .left {
	float: left;
	padding: 0 10px;
	font: 16px/24px "helveticaneuebold";
}

.cartItems-selected .cartItemData .btnRemoveItem {
	float: right;
	border: 0;
	box-shadow: none;
	padding: 0;
	margin: 3px 0 0 0;
	background: none;
	cursor: pointer;
}

.cartItems-selected .cartItemData .btnRemoveItem:hover {
	color: #0a55a4;
}

.cartItems-selected .cartTotal {
	color: #4abfd9;
	font: 18px/24px "helveticaneuebold";
}

.buttonsGroup {
	float: left;
	width: 100%;
	padding: 15px 0 0 0;
}

.buttonsGroup .btn {
	width: 160px;
	height: 50px;
	float: left;
	font: 18px/22px "helveticaneuebold";
}

.buttonsGroup .btn-light {
	color: #2e3133;
}

.buttonsGroup .btn-primary {
	float: right;
}

/* Nav */

#mainNav {
	float: left;
	width: 100%;
	background: #26668c;
	color: #fff;
}

#mainNav .dropdown-menu {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 50px #26668c33;
	border: 2px solid #dce3e6;
	border-radius: 0px 0px 15px 15px;
	width: 100%;
	padding: 15px 30px;
	border-top: 0;
	margin-top: -2px !important;
}

#mainNav #mainN .navbar-nav .dropdown-menu {
	position: absolute;
}

#mainNav .categories-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainNav .categories-menu .browseCategories-btn {
	color: #fff;
	padding: 25px 30px;
	font-family: "helveticabold";
	font-size: 16px;
	line-height: 24px;
	background: #4abfd9;
}

#mainNav .categories-menu .browseCategories-btn:hover {
	text-decoration: none;
	background: #2e9cb5;
}

#mainNav .categories-menu .dropdown-menu .dropdown-item {
	padding: 15px 0;
	font-family: "helveticaregular";
	font-size: 18px;
	line-height: 24px;
	color: #2e3133;
}

#mainNav .categories-menu .dropdown-menu .dropdown-item:hover {
	text-decoration: none;
	background: none;
	color: #0a55a4;
	font-family: "helveticabold";
}

#mainNav .categories-menu .dropdown-menu .dropdown-item:after {
	content: "";
	border: solid #8c9598;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	font-size: 0;
	line-height: 0;
	position: relative;
	top: 6px;
	float: right;
	transition: all 0.5s ease;
}

#mainNav .categories-menu .dropdown-menu .dropdown-item:hover:after {
	border-color: #0a55a4;
}

#mainNav .categories-menu .dropdown-toggle::after {
	display: none;
}

#mainNav .categories-menu .dropdown-toggle svg {
	float: right;
	margin-top: -2px;
}

#mainNav .headerNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainNav .headerNav ul .nav-item {
	border-left: 2px solid #295571;
}

#mainNav .headerNav ul .nav-item:first-child {
	border: 0;
}

#mainNav .headerNav ul li a {}

#mainNav .headerNav .dropdown-toggle::after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	font-size: 0;
	line-height: 0;
	position: relative;
	top: 5px;
	right: -10px;
	float: right;
	transition: all 0.5s ease;
}

#mainNav .headerNav .dropdown-toggle.show::after {
	top: 10px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

#mainNav .headerNav ul li .nav-link {
	display: block;
	text-align: center;
	padding: 25px 30px;
	font: 16px/24px "helveticabold";
	color: #fff;
}

#mainNav .headerNav ul li .nav-link.show,
#mainNav .headerNav ul li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: rgb(46 49 51 / 30%);
}

#mainNav .headerNav .dropdown-menu {
	width: 330px;
	padding: 30px;
	margin-top: -2px !important;
}

/*#mainNav .headerNav .dropdown-menu-2 {*/
/*	width: 724px;*/
/*}*/
#mainNav .headerNav .dropdown-block {
	float: left;
	width: 100%;
	padding: 0;
	position: relative;
}

#mainNav .headerNav .dropdown-menu-2 .dropdown-block {
	width: 50%;
}

#mainNav .headerNav .dropdown-menu .dropdown-block:first-child {
	padding: 0 60px 0 0;
}

#mainNav .headerNav .dropdown-menu .dropdown-block:first-child:after {
	height: 100%;
	width: 1px;
	content: "";
	border-right: 1px solid #dbe3e6;
	position: absolute;
	top: 0;
	right: 30px;
}

#mainNav .headerNav .dropdown-menu h5 {
	color: #2e3133;
	display: block;
	margin: 0 0 15px 0;
}

#mainNav .headerNav .dropdown-menu li a {
	padding: 10px 0;
	display: block;
	font: 20px/24px "helveticaneue";
}

#mainNav .headerNav .dropdown-menu li a:hover {
	background: none;
	text-decoration: none;
	color: #0a55a4;
}

/* Footer */

#footer {
	clear: both;
	overflow: hidden;
	padding: 50px 0;
	font: 15/24px "helveticaneuemedium";
}

#footer h4 {
	margin: 0 0 35px 0;
	padding: 0;
}

.footerNav {
	margin: 0;
	padding: 0;
}

.footerNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footerNav ul li {
	margin: 0 0 15px 0;
}

.footerNav ul li a {
	text-decoration: none;
}

.footerNav ul li a:hover {
	text-decoration: underline;
}

.store-location {
	width: 100%;
	margin-bottom: 20px;
}

.store-location p {
	margin: 0;
	padding: 0;
}

.customer-support {
	width: 100%;
	float: left;
}

.customer-support svg {
	float: left;
	margin: 5px 15px 0 0;
}

.customer-support p {
	float: left;
}

.copyrights {
	float: left;
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #dce3e6;
	font: 18px/29px "helveticaneuebold";
}

#footer .social-links span {
	float: left;
	padding: 0 15px 0 0;
}

#footer .social-links span a:hover {
	text-decoration: none;
}

#footer .social-links a {
	color: #a2a2a2;
}

#footer .social-links a:hover {
	color: #0a55a4;
}

.copyrights p {
	margin: 0;
	padding: 0;
}

/* Banner */

#banner {
	clear: both;
	overflow: hidden;
	background: transparent linear-gradient(91deg,
			#4abfd900 0%,
			#69a5b9 17%,
			#256f90 53%,
			#052b52 100%) 0% 0% no-repeat padding-box;
}

.banner-slide {
	clear: both;
	overflow: hidden;
	padding: 110px 0;
	background: url(../images/banner-slide.png) no-repeat left top transparent;
	font: 15px/20px "helveticaneuebold";
	color: #fff;
	background-size: cover;
}

#banner .btn {
	box-shadow: 0px 3px 25px #00000029;
	border-radius: 7px;
	font: 18px/20px "helveticaneuebold";
	color: #fff;
	padding: 15px 30px;
}

#banner .btn-primary:hover {
	background-color: #58d0ea;
	border-color: #58d0ea;
	box-shadow: 0px 3px 35px #00000029;
}

#banner h1 {
	color: #fff;
	font: 60px/65px "helveticaneuelight";
}

#banner p {
	padding: 0;
	margin: 25px 0;
}

/* Main Content */

#mainContent {
	float: left;
	width: 100%;
	padding: 50px 0;
	min-height: 600px;
}

/* Email Subscribers */

#email-subscrib {
	float: left;
	width: 100%;
	background: url(../images/icon-email-subscrib.gif) no-repeat 10% bottom #26668c;
	padding: 80px 0;
	color: #fff;
	overflow: hidden;
}

#email-subscrib h5 {
	font: 20px/70px "helveticaneuebold";
	text-align: right;
	padding-right: 10px;
}

#email-subscrib .form-control {
	padding: 0.5rem 2rem;
	height: 70px;
	border-radius: 5px 0px 0px 10px;
	font-size: 20px;
	line-height: 24px;
	color: #515759;
	font-family: "helveticaregular";
}

#email-subscrib .btn {
	width: 100%;
	height: 70px;
	margin-left: 3px;
	font: 20px/24px "helveticaneuebold";
	border-radius: 0px 5px 5px 0px;
}

#email-subscrib .btn:hover {
	background-color: #2b93ab !important;
	border-color: #2b93ab !important;
	box-shadow: 0px 3px 35px #00000029;
}

/* Home Widgets */

.widgets-home {
	float: left;
	overflow: hidden;
	margin-top: 50px;
	padding-bottom: 25px;
}

.widget-head {
	clear: both;
	overflow: hidden;
	padding-bottom: 15px;
}

.widget-head h3 {
	float: left;
	margin-top: 8px;
}

.widget-head span {
	float: left;
	font-size: 24px;
	line-height: 24px;
	font-family: "helveticaneuelight";
}

.widget-head span a {
	color: #0a55a4;
	text-decoration: underline;
}

.widget-head span a:hover {
	text-decoration: none;
}

.widgets-home .border {
	border-radius: 20px;
	border: 2px solid #dbe3e6 !important;
	padding: 0;
	transition: all 0.8s ease;
}

.widgets-home .list-group {
	border: 0;
}

.widgets-home .border:hover {
	box-shadow: 0px 3px 12px rgb(85 116 123 / 49%);
}

.widgets-home .list-group .list-group-item {
	border-width: 0 0 1px;
	padding: 0;
	margin: 0 0 30px 0;
	padding-bottom: 20px;
	border-color: #dbe3e6;
	display: flex;
}

.widgets-home .list-group .list-group-item:last-child {
	border-width: 0;
	margin: 0;
	padding-bottom: 0;
}

.widgets-home .category-text {
	display: block;
	color: #8c9598;
	font-size: 16px;
	line-height: 18px;
	font-family: "helveticaneuelight";
	padding-left: 10px;
}

.widgets-home h6 {
	display: block;
	width: 100%;
	color: #2e3133;
	font: 16px/20px "helveticaneuebold";
	margin: 10px 0 10px 10px;
}

.widgets-home h6 a:hover {
	text-decoration: none;
}

.widgets-home .btn,
.widgets-home .btn-sm {
	border-radius: 5px;
	padding: 5px;
	float: right;
	margin: 0 0 0 5px;
	font: 10px/16px "helveticaneuemedium";
}

.widgets-home .btn-sm:hover {
	text-decoration: none;
}

.widgets-home .list-group figure {
	margin: 0;
	overflow: hidden;
}

.widgets-home .list-group figure img {
	border-radius: 10px;
	display: block;
}

.widgets-home .list-group .product-price {
	font: 16px/22px "helveticaneuebold";
	color: #0a55a4;
	padding: 0 0 0 8px;
}

.widgets-home .list-group .col-8 {
	padding-left: 15px;
}

/* Pipette Manufacturers  */

.manufacturers {
	float: left;
	width: 100%;
	padding: 100px 0 0 0;
}

.manufacturers h2 {
	display: block;
	margin-bottom: 50px;
}

.manufacturers h2 span {
	font: 20px/22px "helveticaneuebold";
}

.manufacturers h2 a {
	color: #0a55a4;
	text-decoration: underline;
}

.manufacturers h2 a:hover {
	text-decoration: none;
}

.flow-diagram {
	float: left;
	width: 100%;
	padding: 50px 0 0 0;
}

.flow-diagram h2 {
	display: block;
	margin-bottom: 80px;
}

.features-widgets {
	float: left;
	width: 100%;
}

.features-widgets h2 {
	display: block;
	margin-bottom: 50px;
}

.feature-item {
	position: relative;
	background-color: rgb(219 227 230 / 20%);
	border: 1px solid rgb(81 87 89 / 20%) !important;
	border-radius: 10px;
	text-align: center;
	transition: all 0.8s ease;
}

.feature-item:hover {
	background-color: #4abfd9;
	border-color: #4abfd9 !important;
	box-shadow: 0px 3px 35px rgb(85 116 123 / 49%);
}

.feature-item h5 {
	color: #2e3133;
	font: 22px/30px "helveticaneuebold";
	display: block;
	margin: 20px 0 10px 0;
	transition: all 0.8s ease;
}

.feature-item .more-link {
	display: block;
	font: 16px/18px "helveticaneuebold";
}

.feature-item .more-link a {
	color: #2e3133;
	text-decoration: underline;
}

.feature-item .more-link a:hover {
	text-decoration: none;
}

.feature-item:hover h5 {
	color: #fff;
}

.feature-item:hover .more-link a {
	color: #fff;
}

.feature-item .icon {
	transition: all 0.8s ease;
}

.feature-item:hover .icon {
	transform: scale(1.1);
}

.feature-item .icon-one {
	display: block;
	width: 70px;
	height: 68px;
	margin: 0 auto;
	transition: all 0.5s ease;
	background: url(../images/request-On-Site-Calibration.png) no-repeat left top;
}

.feature-item:hover .icon-one {
	background: url(../images/request-On-Site-Calibration_Hover.png) no-repeat left top;
}

.feature-item .icon-two {
	display: block;
	width: 73px;
	height: 69px;
	margin: 0 auto;
	transition: all 0.5s ease;
	background: url(../images/submit-Service-Request-In-House.png) no-repeat left top;
}

.feature-item:hover .icon-two {
	background: url(../images/submit-Service-Request-In-House_hover.png) no-repeat left top;
}

.feature-item .icon-three {
	display: block;
	width: 73px;
	height: 69px;
	margin: 0 auto;
	transition: all 0.5s ease;
	background: url(../images/request-quote.png) no-repeat left top;
}

.feature-item:hover .icon-three {
	background: url(../images/request-quote_hover.png) no-repeat left top;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	margin: 0 auto;
	transition: all 0.8s ease;
}

#manufacturersSlider .owl-item:hover img {
	transform: scale(1.4);
}

#manufacturersSlider .owl-item {
	transition: all 0.8s ease;
}

#manufacturersSlider .owl-item:hover {
	box-shadow: 0px 3px 10px rgb(85 116 123 / 49%);
}

#manufacturersSlider .owl-stage-outer {
	padding: 25px 0;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

#manufacturersSlider .owl-dots {
	display: none;
	opacity: 0;
}

#manufacturersSlider .owl-nav {
	position: absolute;
	right: 0;
	top: -100px;
	width: auto;
	z-index: 9999;
}

#manufacturersSlider .owl-nav button {
	width: 50px;
	height: 50px;
	background-color: #dce3e6;
	border: 0;
	outline: none !important;
	border-radius: 30px;
	margin: 0 0 0 5px;
}

#manufacturersSlider .owl-nav button:hover {
	background-color: #26668c;
	color: #fff;
}

#manufacturersSlider .owl-nav button span {
	border: solid #2e3133;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 4px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	font-size: 0;
	line-height: 0;
	position: relative;
	top: -5px;
}

#manufacturersSlider .owl-nav button:hover span {
	border-color: #fff;
}

#manufacturersSlider .owl-nav button.owl-next span {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#manufacturersSlider .owl-item {
	border: 2px solid #dbe3e6;
	border-radius: 20px;
	text-align: center;
	height: 160px;
}

#manufacturersSlider .item {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.productSearch {
	border: 2px solid #4abfd9;
	border-radius: 15px;
	padding: 0;
}

.productSearch .form-control {
	padding: 18px;
	background: none;
	border-radius: 0;
	border: 0;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	font-size: 14px;
	color: #8c9598;
}

.productSearch .form-select {
	border-radius: 0;
	box-shadow: none !important;
	margin: 10px 0;
	height: 40px;
	border-width: 0 2px 0 2px;
	border-color: #8c9598;
	color: #8c9598;
	line-height: 20px;
}

.categorieSearch {
	padding: 0;
	margin: 10px 0;
}

.categorieSearch li {
	list-style: none;
}

.categorieSearch .nav-link {
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	text-decoration: none !important;
	font-family: "helveticaregular";
	font-size: 14px;
	color: #8c9598;
	border-left: 2px solid #dce3e6;
	border-right: 2px solid #dce3e6;
	position: relative;
	z-index: 22;
	background-color: #fff;
}

.categorieSearch .dropdown-toggle::after {
	border: solid #8c9598;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	font-size: 0;
	line-height: 0;
	position: relative;
	top: 14px;
	float: right;
	transition: all 0.5s ease;
}

.categorieSearch .dropdown-toggle.show::after {
	top: 16px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.categorieSearch .dropdown-menu {
	border-radius: 0px 0px 15px 15px;
	border-top: 0;
	padding: 5px 0;
	top: -2px !important;
	border-width: 2px;
	width: 100%;
	box-shadow: 0px 0px 50px #26668c33;
	z-index: 1;
}

.categorieSearch .dropdown-menu li a {
	font-size: 14px;
	color: #2e3133;
	display: block;
	padding: 10px 15px;
	white-space: inherit;
	line-height: 22px;
	font-family: "helveticaregular";
}

.categorieSearch .dropdown-menu li a:hover {
	text-decoration: none;
	color: #0a55a4;
	background: none !important;
	font-family: "HelveticaNeueBold";
}

.productSearch .btn-search {
	margin: 10px 0 0 0;
	float: right;
	padding: 0;
	border: 0;
	box-shadow: inherit !important;
	width: 40px;
	height: 40px;
	background: none;
	color: #4abfd9;
}

.productSearch .btn-search:hover {
	color: #2e3133;
}

/* SignIn and SignUp */

.offcanvas.signin-offcanvas {
	width: 960px;
	padding: 20px 35px;
	z-index: 9999;
}

.signin-offcanvas {}

.signin-offcanvas .offcanvas-header {
	padding: 0;
	width: 100%;
	display: block;
}

.signin-offcanvas .offcanvas-header .btn-close {
	padding: 0;
	margin: 15px;
	float: right;
	outline: none;
	box-shadow: none;
}

.modal-backdrop.show {
	z-index: 999;
}

.signin-offcanvas .signinFormText {
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #8c9598;
	margin: 25px 0;
	font-family: "helveticaregular";
}

.signin-offcanvas .passwordShow {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	background: none;
	outline: none;
	font: 20px/24px "helveticaregular";
	color: #8c9598;
	height: 100%;
	padding: 0 20px;
}

.signin-offcanvas .passwordShow:hover {
	color: #26668c;
}

.signin-offcanvas .form-floating>.form-control {
	background: #fff;
	border: 2px solid #dbe3e6;
	border-radius: 10px;
	height: 60px;
	color: #8c9598;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	line-height: 20px;
}

.signin-offcanvas .form-floating>.form-control:focus {
	box-shadow: inset 0px 3px 15px #00000029;
	border: 2px solid #0a55a4;
	color: #2e3133;
}

.signin-offcanvas .form-floating>.form-control:focus+label {
	color: #0a55a4;
	font-size: 14px;
}

.signin-offcanvas .form-floating>label {
	padding: 15px 20px;
	line-height: 28px;
}

.signinForm .forgotPassword-link {
	display: block;
	padding: 10px 0 30px 0;
	font: 18px/22px "helveticaregular";
}

.signinForm .forgotPassword-link a {
	text-decoration: underline;
	font: 18px/22px "helveticaregular";
	color: #26668c;
}

.signinForm .forgotPassword-link a:hover {
	text-decoration: none;
}

.signin-offcanvas .btn-primary {
	border-radius: 5px;
	width: 248px;
	height: 75px;
	font: 20px/25px "helveticaneuebold";
	background-color: #0a55a4;
	border-color: #0a55a4;
}

.signin-offcanvas .btn-primary:hover {
	background-color: #1765b7;
	border-color: #1765b7;
}

.btnRegister {
	float: left;
	color: #0a55a4;
	font: 20px/24px "helveticaneuebold";

	background: none;
	border: 0;
	box-shadow: none;
}

.btnRegister svg {
	display: inline-block;
}

.btnRegister:hover {
	color: #2e3133;
}

.signin-offcanvas .invalid-error .form-control {
	border: 2px solid #b33232;
	box-shadow: inset 0px 3px 15px #00000029;
	color: #b33232;
}

.signin-offcanvas .form-floating.invalid-error>label {
	color: #b33232 !important;
}

.signin-offcanvas .invalid-error .invalid-feedback {
	display: block;
	color: #b33232;
	padding: 5px 0 0 5px;
}

.or-option {
	display: block;
	margin: 30px 0 15px 0;
	width: 100%;
	border-top: 1px solid #8c9598;
	text-align: center;
}

.or-option span {
	padding: 0 10px;
	background: #fff;
	display: inline-block;
	position: relative;
	top: -12px;
	color: #8c9598;
	font: 18px/22px "HelveticaLt";
}

#signupOffcanvas .form-control {
	background: #fff;
	border: 2px solid #dbe3e6;
	border-radius: 10px;
	height: 60px;
	color: #8c9598;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	line-height: 20px;
}

#signupOffcanvas .form-select:focus,
#signupOffcanvas .form-control:focus {
	box-shadow: inset 0px 3px 15px #00000029;
	border: 2px solid #0a55a4;
	color: #2e3133;
}

#signupOffcanvas .form-select {
	border: 2px solid #dbe3e6;
	border-radius: 10px;
	height: 60px;
	color: #8c9598;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	line-height: 20px;
}

#signupOffcanvas .signin-existinAccount {
	display: block;
	padding: 30px 0 50px 0;
	font: 20px/24px "helveticaneuebold";
}

#signupOffcanvas .signin-existinAccount a {
	color: #0a55a4;
	text-decoration: underline;
}

#signupOffcanvas .signin-existinAccount a:hover {
	text-decoration: none;
}

.caliTrace {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 9999;
}

.caliTrace-button {
	background: #0a55a4;
	border-radius: 15px 15px 0px 0;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	float: left;
	text-align: center;
	padding: 20px 30px;
	color: #fff;
	font: 18px/20px "helveticaneuebold";
	margin: -20% -72px 0 0;
	position: relative;
	border: 0;
	box-shadow: 0px 3px 25px #00000029;
}

.caliTrace-button:hover {
	text-decoration: none;
	color: #fff;
	background: #36a5bd;
	box-shadow: 0px 3px 35px #00000029;
}

#mainNav .categories-menu .dropdown-menu {}

#mainNav .categories-menu .dropdown-level1 {
	position: static;
}

#mainNav .categories-menu .dropdown-level1 .dropdown-menu {
	left: 100% !important;
	margin: 0 !important;
	top: 0 !important;
	transform: inherit !important;
}

#mainNav .categories-menu .dropdown-menu .nav-link {
	padding: 15px 0;
	font: 16px/24px "helveticaregular";
	color: #2e3133;
	background: none !important;
}

#mainNav .categories-menu .dropdown-menu-level2 {
	width: 724px;
}

#mainNav .dropdown-menu-level2 .dropdown-block {
	width: 50%;
	float: left;
	position: relative;
}

#mainNav .dropdown-menu-level2 .dropdown-block:first-child {
	padding: 0 60px 0 0;
}

#mainNav .dropdown-menu-level2 .dropdown-block:first-child:after {
	height: 100%;
	width: 1px;
	content: "";
	border-right: 1px solid #dbe3e6;
	position: absolute;
	top: 0;
	right: 30px;
}

#mainNav .dropdown-menu-level2 h5 {
	color: #2e3133;
	display: block;
	margin: 0 0 15px 0;
}

#mainNav .dropdown-menu-level2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainNav .dropdown-menu-level2 li a {
	padding: 10px 0;
	display: block;
	font: 20px/24px "helveticaregular";
}

#mainNav .dropdown-menu-level2 li a:hover {
	background: none;
	text-decoration: none;
	color: #0a55a4;
}

#mainNav .categories-menu .dropdown-menu .dropdown-item.show:focus,
#mainNav .categories-menu .dropdown-menu .dropdown-item.show {
	font: 16px/24px "helveticaneuebold";
	color: #0a55a4;
	background: none !important;
}

#mainNav .categories-menu .dropdown-menu .dropdown-item.show:after {
	border-color: #0a55a4;
}

/* Products Page */

.innerPage {
	position: relative;
	float: left;
	width: 100%;
}

.categoriesNav {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #dbe3e6;
}

.categoriesNav h6 {
	float: left;
	font-size: 16px;
	line-height: 40px;
	padding: 0;
	margin: 0;
}

.categoriesNav ul {
	float: left;
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
}

.categoriesNav ul li {
	float: left;
	padding: 0 0 0 15px;
}

.categoriesNav ul li a {
	float: left;
	padding: 12px 15px;
	background: #dbe3e6;
	color: #2e3133;
	font-size: 16px;
	border-radius: 5px;
}

.categoriesNav ul li .active,
.categoriesNav ul li a:hover {
	text-decoration: none;
	background: #26668c;
	color: #fff;
}

.categoriesNav ul li .active {
	font-family: "helveticaneuebold";
}

.pageContent {
	float: left;
	width: 100%;
	padding: 30px 0;
}

.categorie-filter-block {
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
}

.textLink {
	color: #0a55a4;
}

.textLink:hover {
	text-decoration: underline;
}

.categorie-filter-block h3 {
	margin: 0 0 20px 0;
}

.filter-form-check {
	padding: 0;
	margin: 0;
	width: 100%;
}

.filter-form-check li {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0 0 15px 0;
}

.filter-form-check .form-check-input {
	float: left;
}

.filter-form-check label {
	float: left;
	line-height: 18px;
	color: #0a55a4;
	padding: 0 0 0 15px;
}

/* Product List */

.productList {
	float: left;
	width: 100%;
}

.productItem {
	padding: 15px 0;
	border: 1px solid #dbe3e6;
	border-radius: 10px;
	margin-bottom: 15px;
	transition: all 0.8s ease;
}

.productItem figure {
	margin: 0;
}

.productItem:hover {
	box-shadow: 0px 3px 12px rgb(85 116 123 / 49%);
}

.productItem .filter-elements {
	font-size: 14px;
	margin: 15px 0 0 0;
	min-height: 80px;
}

.productItem .filter-elements span {
	color: #26668c;
}

.productItem .filter-elements p {
	margin: 0 0 10px 0;
}

.productItem .stock-level .progress {
	height: 6px;
	background: #dbe3e6;
	width: 100px;
}

.productItem .stock-level .progress-bar {
	background-color: #4abfd9;
}

.productItem .stock-level p {
	padding: 0 0 5px 0;
}

.productItem .buttonsGroup {
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
}

.productItem .buttonsGroup .btn {
	margin: 0 0 0 10px;
}

.productItem .productPrice {
	font-size: 40px;
	line-height: 42px;
	font-family: "helveticabold";
	color: #0a55a4;
}

.productItem .category-text {
	display: block;
	color: #8c9598;
	font-size: 16px;
	line-height: 22px;
}

.productItem h4 {
	color: #2e3133;
	font: 25px/30px "helveticaneuebold";
	display: block;
	margin: 15px 0 25px 0;
}

.productItem .product-bookmark {
	position: absolute;
	right: 30px;
	top: 0;
}

.productItem .product-bookmark button {
	border: 0;
	background: none;
	outline: none;
	float: left;
	color: #2e3133;
	margin: 0 0 0 15px;
	padding: 0;
}

.productItem .product-bookmark button:hover {
	color: #26668c;
}

.productItem .product-bookmark button img {
	float: left;
	margin: 0 8px 0 0;
}

.productItem .productImage img {
	border: 1px solid #dbe3e6;
	border-radius: 10px;
}

.productLoadmore {
	float: left;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	color: #8c9598;
}

.productLoadmore p {
	margin: 0;
	padding: 0;
	opacity: 0.8;
}

.productLoadmore .btn-light {
	width: 160px;
	color: #2e3133;
	font: 20px/40px "helveticaneuebold";
	opacity: 0.8;
	margin: 30px 0;
	padding: 4px 0;
}

.top-compareProducts {
	position: fixed;
	left: 0;
	bottom: 0;
	box-shadow: 0px -3px 6px #00000029;
	padding: 20px 0;
	width: 100%;
	z-index: 99999;
	background: #fff;
}

.top-compareProducts .productImage {
	float: left;
	width: 35%;
	position: relative;
}

.top-compareProducts .productImage img {
	border: 1px solid #dbe3e6;
	border-radius: 10px;
}

.top-compareProducts .productNamePrice {
	float: right;
	width: 60%;
}

.top-compareProducts .productNamePrice h6 {
	color: #8c9598;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 15px 0;

	height: 45px;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.top-compareProducts .productPrice {
	font-size: 26px;
	line-height: 30px;
	font-family: "helveticabold";
	color: #0a55a4;
}

.remove-compareProduct {
	position: absolute;
	right: -5px;
	top: -5px;

	padding: 0;
	background: #fff;
	border: 2px solid #2f3133;
	margin: 0;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	color: #2f3133;
	font-family: "helveticaneuebold";
	font-size: 14px;
	opacity: 0.6;
}

.remove-compareProduct:hover {
	background: #2f3133;
	color: #fff;
}

.remove-compareProduct span {
	position: relative;
	top: -4px;
}

.remove-compareProduct:hover {
	opacity: 0.8;
}

.top-compareProducts .btn-primary {
	width: 200px;
	height: 50px;
	display: block;
	margin: 20px auto 0 auto;
}

.pageBreadcrumbs {
	padding: 30px 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #dbe3e6;
}

.pageBreadcrumbs .breadcrumb {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #8c9598;
}

.pageBreadcrumbs .breadcrumb li a {
	color: #0a55a4;
}

.pageBreadcrumbs .breadcrumb-item+.breadcrumb-item::before,
.pageBreadcrumbs .breadcrumb-item.active {
	color: #8c9598;
}

.shoppingProducts {
	clear: both;
	overflow: hidden;
	border-radius: 15px;
	border: 1px solid #dbe3e6;
}

.shoppingProducts .productTable {
	list-style: none;
	padding: 0;
	margin: 0;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #515759;
}

.shoppingProducts .productTable li {
	padding: 15px;
	border-bottom: 1px solid #dbe3e6;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	line-height: 18px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
}

.shoppingProducts .productTable .productQty {
	width: 25%;
}

.shoppingProducts .productTable .productName {
	width: 45%;
	justify-content: left;
}

.shoppingProducts .productTableHead {
	font-family: "helveticabold";
	color: #2e3133;
}

.shoppingProducts .productTable.productTableHead .priceSubtotal {
	color: #2e3133;
}

.shoppingProducts .productTable .priceSubtotal {
	color: #4abfd9;
}

.productTable .quantityProducts {
	border: 1px solid #dbe3e6;
	border-radius: 15px;
	height: 40px;
}

.quantityProducts button {
	width: 30px;
	height: 40px;
	border: 0;
	background: none;
	outline: none;
	padding: 0;
	margin: 0;
	color: #8c9598;
	font-family: "helveticabold";
	font-size: 18px;
	display: inline-block;
}

.quantityProducts button span {
	position: relative;
	top: -3px;
}

.quantityProducts button:hover {
	color: #4abfd9;
}

.quantityProducts .quantityInput {
	padding: 0;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border: 0;
	outline: none !important;
}

.productTable .productImage {
	width: 125px;
	position: relative;
}

.productTable .productImage img {
	border: 1px solid #dbe3e6;
	border-radius: 10px;
}

.productTable .remove-compareProduct {
	background-color: #2e3133;
	border-color: #2e3133;
	opacity: 1;
	color: #fff;
	font-size: 7px;
	line-height: 20px;
}

.productTable .remove-compareProduct:hover {
	background-color: #0a55a4;
	border-color: #0a55a4;
	opacity: 1;
}

.shoppingProducts .productTable .productName h6 {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	font-family: "helveticabold";
	color: #0a55a4;
	padding: 0 0 0 15px;

	height: 45px;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.productTableBottom {
	float: left;
	width: 100%;
	padding: 15px;
}

.productTableBottom .btn-light {
	float: right;
	border: 1px solid #dbe3e6;
	border-radius: 15px;
	font-size: 16px;
	opacity: 0.8;
	padding: 10px 15px;
}

.productTableBottom .couponCode {
	width: 70%;
	float: left;
	position: relative;
}

.productTableBottom .form-control {
	border: 1px solid #dbe3e6;
	border-radius: 15px;
	width: 100%;
	padding: 10px 27% 10px 15px;
}

.productTableBottom .btn-primary {
	border-radius: 15px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	font-family: "helveticabold";
}

.cartTotal-block {}

.cartTotal-block h6 {
	color: #0a55a4;
	font-family: "helveticabold";
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 15px 0;
}

.cartTotal-block .btn-primary {
	width: 100%;
	padding: 10px;
	font-family: "helveticabold";
	margin: 15px 0 0 0;
	border-radius: 15px;
}

.cartTotal-block .cartTotal-wrap {
	border: 2px solid #4abfd9;
	border-radius: 15px;
	clear: both;
	overflow: hidden;
	color: #515759;
}

.cartTotal-block .cartTotal-wrap .totaltext {
	width: 70%;
	text-align: left;
	float: left;
	padding: 0 15px;
	font-family: "helveticabold";
	color: #2e3133;
}

.cartTotal-block .cartTotal-wrap .totalprice {
	width: 10%;
	text-align: right;
	float: left;
	padding: 0 15px;
}

.cartTotal-row {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #dbe3e6;
}

.cartTotal-block .cartTotalInner {
	min-height: 178px;
}

.cartTotalBottom {
	border-top: 1px solid #dbe3e6;
	padding: 20px 0;
	float: left;
	width: 100%;
	font-family: "helveticabold";
	font-size: 16px;
	color: #0a55a4;
}

.cartTotal-block .cartTotal-wrap .cartTotalBottom .totaltext {
	color: #0a55a4;
}

.interestedProducts {
	padding: 50px 0;
}

.interestedProducts h1 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 40px;
	line-height: 40px;
	color: #2e3133;
}

.interestedProducts-list {
	border: 1px solid #dbe3e6;
	border-radius: 15px;
	padding: 15px;
	float: left;
	width: 100%;
}

#interestedProducts {
	margin: 25px 0 0 0;
	float: left;
	width: 100%;
	border: 1px solid #dbe3e6;
	border-radius: 15px;
	padding: 15px;
}

#interestedProducts .owl-dots {
	display: none;
	opacity: 0;
}

#interestedProducts .owl-nav {
	position: absolute;
	right: 0;
	top: -85px;
	width: auto;
	z-index: 9999;
}

#interestedProducts .owl-nav button {
	width: 50px;
	height: 50px;
	background-color: #dce3e6;
	border: 0;
	outline: none !important;
	border-radius: 30px;
	margin: 0 0 0 5px;
}

#interestedProducts .owl-nav button:hover {
	background-color: #26668c;
	color: #fff;
}

#interestedProducts .owl-nav button span {
	border: solid #2e3133;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 4px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	font-size: 0;
	line-height: 0;
	position: relative;
	top: -5px;
}

#interestedProducts .owl-nav button:hover span {
	border-color: #fff;
}

#interestedProducts .owl-nav button.owl-next span {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#interestedProducts .owl-item {
	border-radius: 20px;
	text-align: left;
	height: 100%;
}

#interestedProducts .owl-carousel {
	margin: 2rem 0;
}

#interestedProducts .owl-carousel .item {
	height: 10rem;
	background: #4dc7a0;
	padding: 1rem;
}

#interestedProducts .owl-carousel .item h4 {
	color: #fff;
	font-weight: 400;
	margin-top: 0rem;
}

#interestedProducts .owl-carousel .item-video {
	height: 300px;
}

#interestedProducts #setup {
	margin-top: 4rem;
}

#interestedProducts .demo-list h5 {
	margin: 0;
}

.owl-height {
	transition: height 0.5s ease-in-out;
}

#interestedProducts figure {
	display: block;
	margin: 0;
	padding: 0;
}

#interestedProducts figure img {
	border-radius: 10px;
}

#interestedProducts .category-text {
	display: block;
	color: #8c9598;
	font-size: 14px;
	line-height: 16px;
	font-family: "helveticaneuelight";
	padding: 10px 0 0 0;
}

#interestedProducts h4 {
	font-size: 18px;
	line-height: 22px;
	font-family: "helveticabold";
	color: #2e3133;
	margin: 10px 0;

	height: 66px;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: left;
}

#interestedProducts h4 a {}

#interestedProducts h4 a:hover {
	text-decoration: none;
}

#interestedProducts .productPrice {
	font-size: 26px;
	line-height: 30px;
	font-family: "helveticabold";
	color: #0a55a4;
	padding: 0 0 15px 0;
	display: block;
}

#interestedProducts .buttonsGroup {
	float: right;
	width: 100%;
	margin: 0;
	padding: 0 4px;
}

#interestedProducts .buttonsGroup .btn.btn-light {
	margin: 0 0 10px 0;
}

#interestedProducts .buttonsGroup .btn {
	width: 100%;
	margin: 0;
}

#interestedProducts .owl-item:after {
	border-right: 1px solid #dbe3e6;
	content: "";
	float: right;
	position: absolute;
	right: -20px;
	top: 0;
	height: 100%;
}

/* Compare Page */

.compareContent {
	position: relative;
	float: left;
	width: 100%;
}

.compareProducts {}

@media screen and (min-width: 1400px) {

	.categorieSearch .nav-link,
	.categorieSearch .dropdown-menu li a,
	.productSearch .form-control {
		font-size: 18px;
	}

	#mainNav .headerNav ul li .nav-link,
	#mainNav .categories-menu .browseCategories-btn {
		font-size: 18px;
	}

	.notificationNav img {
		width: 32px;
	}

	.notificationNav .badge {
		left: 28px !important;
		padding: 2px 5px !important;
		height: 16px;
		font: 10px/11px "helveticabold";
	}

	.cartItems-selected .cartImage img {
		width: auto;
	}

	.productItem h4 {
		margin: 30px 0;
	}

	.productItem .filter-elements {
		min-height: 95px;
	}

	.productItem {
		padding: 25px 15px;
	}
}

@media screen and (max-width: 974px) {
	.customer-support {
		display: flex;
		justify-content: center;
	}

	.headTop .customer-support span {
		font-size: 14px;
	}

	#mainNav .categories-menu .browseCategories-btn {
		width: 100%;
	}

	#mainNav .headerNav ul li .nav-link {
		padding: 15px 10px;
	}

	#mainNav .headerNav .dropdown-toggle::after {
		right: 0;
	}

	.feature-item {
		padding: 25px 15px !important;
	}

	#manufacturersSlider .owl-nav {
		display: block;
	}

	.widgets-home .list-group figure img {
		width: 100%;
	}

	.widgets-home .list-group .product-price {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	.widgets-home .border {
		padding: 10px !important;
	}

	.caliTrace {
		display: none;
	}

	.customer-support {
		display: block;
	}

	.categoriesNav ul li {
		padding: 10px 10px 0 0;
	}

	.productItem figure {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	.widgets-home .list-group .product-price {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}

	.widgets-home .list-group figure {
		margin: 0;
	}

	.widgets-home .list-group .col-xs-8 {
		padding-left: 15px;
		padding-top: 15px;
	}

	.categorie-filter-block {
		width: 50%;
	}

	.remove-compareProduct {
		left: 115px;
		right: auto;
	}
}

/* Added css 13-10-2021 */

.pipette-fluid {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.pipetteindx {
	width: 800px;
	margin: 0 auto;
	min-height: 500px;
	background: url(../img/index-mac-img.png) left top no-repeat;
}

.pipetterw {
	margin-bottom: 40px;
}

.pipetterw h3 {
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 5px;
}

.pipetterw p {
	font-size: 16px;
	color: #000000;
	margin-bottom: 0px;
}

.pipetterw a {
	font-size: 14px;
	color: #04c4ff;
	float: right;
}

.pipetterw1 {
	padding-left: 480px;
	position: relative;
}

.pipetterw1::after {
	content: "";
	position: absolute;
	left: 120px;
	width: calc(100% - 120px - 330px);
	border-top: solid 2px #60e5ee;
	height: 5px;
	top: 15px;
}

.pipetterw1::before {
	content: "";
	position: absolute;
	left: 120px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #60e5ee;
	top: 11px;
}

.pipetterw2 {
	padding-left: 420px;
	position: relative;
	width: calc(100% - 42px);
}

.pipetterw2::after {
	content: "";
	position: absolute;
	left: 290px;
	width: calc(100% - 297px - 340px);
	border-top: solid 2px #60e5ee;
	height: 5px;
	top: 15px;
}

.pipetterw2::before {
	content: "";
	position: absolute;
	left: 290px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #60e5ee;
	top: 11px;
}

.pipetterw3 {
	padding-left: 390px;
	position: relative;
	width: calc(100% - 62px);
}

.pipetterw3::after {
	content: "";
	position: absolute;
	left: 290px;
	width: calc(100% - 297px - 347px);
	border-top: solid 2px #5395ff;
	height: 5px;
	top: 15px;
}

.pipetterw3::before {
	content: "";
	position: absolute;
	left: 290px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #5395ff;
	top: 11px;
}

.pipetterw4 {
	padding-left: 290px;
	position: relative;
	width: calc(100% - 102px);
}

.pipetterw4::after {
	content: "";
	position: absolute;
	left: 100px;
	width: calc(100% - 227px - 288px);
	border-top: solid 2px #5395ff;
	height: 5px;
	top: 15px;
}

.pipetterw4::before {
	content: "";
	position: absolute;
	left: 100px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #5395ff;
	top: 11px;
}

.logincontainer {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.userlogin {
	background: #ffffff;
	box-shadow: 0 2px 6px 2px rgba(212, 212, 212, 0.47);
	border-radius: 6px;
	padding: 30px;
}

.userlogin h3 {
	font-size: 14px;
	color: #323079;
}

.userlogin label {
	display: block;
	width: 100%;
	margin: 15px 0;
}

.userlogin label p {
	font-size: 14px;
	color: #9a9a9a;
	font-weight: 400;
	margin-bottom: 5px;
}

.userlogin label input {
	border: 1px solid #dddddd;
	width: 100%;
	padding: 5px;
}

.userlogin button {
	width: 200px;
	padding: 8px;
	margin: 40px auto 20px;
	display: block;
	background-image: linear-gradient(-180deg, #09c788 0%, #049550 100%);
	border-radius: 30px;
	border: 0px;
	font-size: 19px;
	color: #ffffff;
	letter-spacing: 1.27px;
}

.fgtpwd {
	text-align: right;
}

.fgtpwd a {
	font-size: 15px;
	color: #222222;
	font-style: italic;
}

.userreg {
	background: #ffffff;
	box-shadow: 0 2px 6px 2px rgba(212, 212, 212, 0.47);
	border-radius: 6px;
	padding: 30px;
}

.userreg h3 {
	font-size: 18px;
	color: #000000;
}

.userreg h3 a {
	display: inline-block;
	margin-left: 10px;
	font-size: 21px;
	color: #00c2ff;
}

.userreg label {
	display: block;
	width: 100%;
	margin: 15px 0;
}

.userreg label p {
	font-size: 14px;
	color: #9a9a9a;
	font-weight: 400;
	margin-bottom: 5px;
}

.userreg label input {
	border: 0;
	border-bottom: 1px solid #dddddd;
	width: 100%;
	padding: 5px 5px 5px 0;
	font-size: 18px;
	color: #000000;
}

.userreg label select {
	border: 0;
	border-bottom: 1px solid #dddddd;
	width: 100%;
	padding: 5px 5px 5px 0;
	font-size: 18px;
	color: #000000;
}

.userreg button {
	width: 200px;
	padding: 8px;
	margin: 40px auto 20px;
	display: block;
	background-image: linear-gradient(-180deg, #00e3ff 0%, #00c2ff 100%);
	border-radius: 30px;
	border: 0px;
	font-size: 19px;
	color: #ffffff;
	letter-spacing: 1.27px;
}

.requestform {
	width: 70%;
	margin: 0 auto;
}

.requestform .userreg h3 {
	margin-bottom: 40px;
}

.requestform .userreg label {
	margin-bottom: 30px;
}

.requestform .userreg label ul.st {
	display: block;
	padding: 0;
	list-style: none;
}

.requestform .userreg label ul.st li {
	display: inline-block;
	margin-right: 20px;
}

.requestform .userreg label ul.st li input {
	display: inline-block;
	width: auto;
}

.requestform .userreg label ul.st li label {
	display: inline-block;
	width: auto;
	margin-left: 10px;
}

.requestform .userreg label .table td input {
	display: inline-block;
	width: auto;
}

.requestform .userreg label .table td label {
	display: inline-block;
	width: auto;
	margin-left: 10px;
	margin-bottom: 0;
}

@media only screen and (max-width: 849px) and (min-width: 768px) {
	.manurow {
		width: 50%;
	}
}

@media only screen and (max-width: 1280px) {
	.minwrapper {
		width: 100%;
	}

	.wrapper {
		width: 100%;
	}
}

@media only screen and (min-width: 1281px) {
	.minwrapper {
		width: 1281px;
		margin: 0 auto;
	}

	.wrapper {
		width: 1281px;
		margin: 0 auto;
	}
}

.manu-col {
	position: relative;
	text-align: center;
	min-height: 82px;
	display: table-cell;
	vertical-align: middle;
	display: table-cell;
	width: 255px;
	background: url(../img/manu-logo-bg.png) center no-repeat;
}

.manurow {
	display: table;
	height: 82px;
	margin-bottom: 30px;
}

.manu-col img {
	padding-right: 20px;
}

.manu-col h3 {
	width: 235px;
	margin: 0 auto;
	font-size: 14px;
	color: #323079;
	padding: 10px 20px 0px 0;
	height: 41px;
	overflow: hidden;
	font-weight: 600;
}

.manu-col p {
	width: 235px;
	margin: 0 auto;
	font-size: 14px;
	color: #787777;
}

/* .chkoutbtn {
	background: #27dce4;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
	border-radius: 4px;
	font-size: 16px;
	color: #ffffff;
	float: right;
	margin-right: 0%;
	border: 0;
	padding: 10px 20px;
} */

/* .checkoutheader {
	background: url(../img/checkouttopbg.jpg) left no-repeat;
	background-size: cover;
	height: 55px;
	padding: 15px 20px;
}

.checkoutheader h3 {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
} */

/*18-10-21*/
@media only screen and (max-width: 1280px) {
	.minwrapper {
		width: 100%;
	}

	.wrapper {
		width: 100%;
	}
}

@media only screen and (min-width: 1281px) {
	.minwrapper {
		width: 1281px;
		/*margin: 0 auto;*/
		margin-bottom: 40px;
	}

	.wrapper {
		width: 1281px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1280px) {
	.minwrapper {
		width: 100%;
		margin-bottom: 40px;
	}

	.wrapper {
		width: 100%;
	}
}

@media only screen and (min-width: 1281px) {
	.minwrapper {
		width: 1281px;
		/*margin: 0 auto;*/
		margin-bottom: 40px;
	}

	.wrapper {
		width: 1281px;
		margin: 0 auto;
	}
}

.passwordwrap {
	width: 460px;
	padding: 30px 10px 10px;
	margin: 0 auto;
	background-image: linear-gradient(191deg,
			rgba(255, 255, 255, 0.25) 0%,
			#4abfd9 96%);
	box-shadow: 0 2px 6px 2px rgba(222, 222, 222, 0.73);
	border-radius: 6px;
}

.passwordwrap h3 {
	font-size: 16px;
	color: #000;
	margin-bottom: 25px;
	padding: 0 30px;
}

.passwordwrap label {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding: 0 30px;
}

.passwordwrap label p {
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: 400;
}

.passwordwrap label input {
	width: 100%;
	border: solid thin #ddd;
	padding: 7px;
}

.passwordwrap button {
	margin-top: 25px;
	width: 100%;
	background: #00c2ff;
	border-radius: 6px;
	font-size: 19px;
	color: #ffffff;
	padding: 15px;
	border: 0px;
}

@media only screen and (max-width: 500px) {
	.passwordwrap {
		width: 90%;
	}
}

@media only screen and (max-width: 500px) {
	.passwordwrap {
		width: 90%;
	}
}

.pagination {
	display: inline-block;
}

.pagination li {
	display: inline-block;
	margin-right: 10px;
	border-radius: 0;
}

.pagination li a {
	display: block;
	padding: 1px 7px;
	border-radius: 0px;
	background: #ffffff;
	border: 1px solid #c9c9c9;
	font-size: 15px;
	color: #bcbcbc;
}

.pagination li a.active {
	background: #ffffff;
	border: 1px solid #29d3dd;
	font-size: 15px;
	color: #0dc5ff;
	border-radius: 0;
}

.pagination li:first-child a,
.pagination li:last-child a,
.pagination>li:last-child>span {
	border-radius: 0;
}

.pagination {
	margin: 10px 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #00c2ff;
	border: 1px solid #059dcd;
}

.pagination>li>a,
.pagination>li>span {
	padding: 2px 7px;
}

.pagination>li>a {
	margin-right: 5px;
	border-radius: 4px;
	background: #ebebeb;
	color: #c0c0c0;
	border: 1px solid #cdc8c8;
}

/*26-10-21*/
.banner-container {
	height: 400px;
	background: url(../img/bgmg@2x.png) left no-repeat;
	background-size: cover;
}

.banner-content {
	float: right;
	width: 500px;
	height: 400px;
	background: url(../img/bannertop-bg.png) right no-repeat;
}

.banner-content ul {
	display: block;
	float: right;
	margin-right: 58px;
	margin-top: 153px;
}

.banner-content ul li {
	display: inline-block;
	width: 120px;
	vertical-align: top;
}

.banner-content ul li p {
	font-size: 16px;
	color: #000000;
}

.banner-content ul li a {
	font-size: 14px;
	color: #ffffff;
}

.banner-content ul li:nth-child(3) {
	width: 68px;
}

.banner-content ul li:nth-child(2) {
	margin-right: 34px;
}

.banner-content ul li:nth-child(1) {
	margin-right: 15px;
}

.bannernxt {
	padding: 40px 20px;
}

.bannernxtcol {
	min-height: 130px;
	background-size: cover;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 30px;
	position: relative;
}

.bannernxtcol h3 {
	font-size: 16px;
	color: #016787;
	width: 60%;
	font-weight: 600;
	margin-bottom: 10px;
}

.bannernxtcol span {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

/*26-10-2021 */
.service-scroll {
	position: relative;
}

.service-coll {
	display: inline-block;
	width: 32.5%;
	background: #ffffff;
	border: 1px solid #e9e9e9;
	margin-right: 1%;
	box-shadow: 1px 4px 9px 0 rgba(0, 0, 0, 0.09);
}

.service-coll h3 {
	position: relative;
	text-align: center;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #e9e9e9;
	height: 42px;
	box-shadow: 1px -2px 9px 0 rgba(0, 0, 0, 0.09);
	font-size: 18px;
	color: #6d6d6d;
}

.service-coll h3 span {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 8px;
	background: #0bb4ed;
	font-size: 18px;
	color: #ffffff;
	width: 40px;
	height: 100%;
	text-align: center;
}

.service-coll ul {
	/* height: 250px; */
	overflow-y: auto;
}

.service-coll ul::-webkit-scrollbar {
	width: 0.5em;
}

.service-coll ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.service-coll ul::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

.serlist {
	display: block;
	padding: 7px;
}

.serlist li {
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding: 7px 25px;
	font-size: 14px;
	color: #000000;
}

.serlist li .settingroll {
	position: absolute;
	left: 0;
	width: 20px;
}

.serlist li .trashroll {
	position: absolute;
	right: 0;
	width: 20px;
}

.serlst-lft {
	display: inline-block;
	width: 60%;
	margin-right: -4px;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.serlst-rht {
	display: inline-block;
	width: 40%;
	margin-right: -4px;
	vertical-align: top;
	text-align: right;
	margin-right: 10px;
}

.serlst-rht ul {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	text-align: right;
}

.serlst-rht ul li {
	display: inline-block;
	width: 25%;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.serlst-rht ul li:nth-child(2) {
	width: 45%;
}

.serlst-rht ul li input {
	width: 100%;
	height: 32px;
	background: #fff;
	border-radius: 2px;
	font-size: 14px;
	color: #000;
	border: solid thin #fff;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.serlst-rht ul li a {
	display: block;
	height: 30px;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	padding-top: 5px;
	font-size: 14px;
	color: #000;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.tooltipmsg {
	font-size: 14px !important;
	z-index: 0 !important;
}

.tooltip {
	position: absolute;
	/* z-index: 1070; */
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto;
}

element {
	opacity: 1 !important;
}

#outer {
	float: left;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}

#left-button {
	height: 30px;
	text-align: center;
	position: absolute;
	right: 8px;
	top: 40%;
	width: 23px;
}

#right-button {
	height: 30px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 40%;
	width: 23px;
}

.clear {
	text-align: right;
	padding-bottom: 10px;
}

.clear a {
	font-size: 14px;
	font-weight: 400;
	padding: 5px;
	color: #666;
}

.servicestopsec h3 {
	font-size: 15px;
	color: #0d0d0d;
	font-weight: 600;
	padding-top: 20px;
}

.paddingleft0 {
	padding-left: 0;
}

.pipette-service p {
	font-size: 15px;
	color: #273e5f;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
	margin-bottom: 10px;
}

.pipette-service a {
	display: block;
	text-align: center;
	background: #90bcff;
	font-size: 15px;
	color: #ffffff;
	border-radius: 4px;
	padding: 8px;
}

.pipette-service a.viewcart {
	background: #0dc5ff;
	border: 1px solid #0dc5ff;
	box-shadow: inset 0 -1px 3px 0 rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	font-size: 15px;
	color: #ffffff;
}

sub {
	bottom: 0px !important;
}

.addcartacc {
	position: absolute;
	right: 10px;
	bottom: 0px;
	text-align: center;
	background: #0dc5ff;
	font-weight: 400;
	padding: 5px 10px;
	width: 100px;
	margin-bottom: 10px;
	border: 1px solid #0dc5ff;
	box-shadow: inset 0 -1px 3px 0 rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	font-size: 14px;
	color: #ffffff;
}

/* 29-04-2022 */
/** Flow 2 css**/

.products-summary-wrap {
	float: left;
	width: 100%;
	overflow: hidden;
	/* height: 100%; */
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 222;
}

.products-summary {
	/* position: absolute; */
	left: 0;
	bottom: 0;
	background: #fff;
	width: 100%;
	padding: 30px 0;
	box-shadow: 0px -3px 6px #00000029;
	max-height: 75vh;
	overflow: auto;
}

.products-summary::-webkit-scrollbar {
	width: 8px;
}

/* Track */
.products-summary::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #e0e0e0;
	border-radius: 10px;
}

/* Handle */
.products-summary::-webkit-scrollbar-thumb {
	background: #c2c2c2;
	border-radius: 10px;
}

/* Handle on hover */
.products-summary::-webkit-scrollbar-thumb:hover {
	background: #a5a5a5;
}

.products-summary:root {
	scrollbar-color: unset;
	scrollbar-width: none !important;
}

.products-summary::-webkit-scrollbar {
	display: block !important;
}

.summary-brand {
	float: left;
	width: 100%;
}

.summary-brand h5 {
	color: #8C9598;
	font-family: 'helveticaneuelight';
	font-size: 18px;
}

.products-summary .quantityProducts {
	border: 1px solid #DBE3E6;
	border-radius: 5px;
	height: 26px;
	float: right;
}

.products-summary .quantityProducts button {
	width: 22px;
	height: 26px;
	border: 0;
	background: none;
	outline: none;
	padding: 0;
	margin: 0;
	color: #8C9598;
	font-family: 'helveticabold';
	font-size: 18px;
	float: left;
	text-align: center;
}

.products-summary .quantityProducts button span {
	position: relative;
	top: -3px;
}

.products-summary .quantityProducts button:hover {
	color: #4ABFD9;
}

.products-summary .quantityInput {
	padding: 0;
	width: 25px;
	height: 24px;
	line-height: 26px;
	text-align: center;
	float: left;
	border: 0;
	outline: none !important;
	font-size: 14px;
}

.products-summary .brand-items {
	font-size: 16px;
	line-height: 18px;
	color: #2E3133;
}

.products-summary .brand-items li {
	float: left;
	width: 100%;
	padding-bottom: 5px;
}


.products-summary .brand-items p {
	float: left;
}

.products-summary .remove-brand-item {
	float: right;
	margin: 0 25px;
}

.products-summary h3 {
	font-size: 28px;
	line-height: 28px;
	font-family: 'helveticabold';
	float: left;
	width: 80%;
}

.products-summary .btn-chooseplan {
	position: absolute;
	right: 0;
	bottom: 20px;
	float: left;
	width: 260px;
	height: 55px;
	padding: 0;
	line-height: 55px;
	color: white
}

.products-summary .container {}

.products-summary .collapse:not(.show) {
	display: none;
}

.products-summary .btnexpand {
	border: 0;
	outline: none;
	float: right;
	font-family: 'helveticabold';
	font-size: 18px;
	line-height: 20px;
	padding: 0 25px 0 0;
	color: #23559F;
	background: url(../images/chevron_right_black_up.svg) no-repeat right center transparent;
	position: relative;
	transition: all 0.5s ease;
}

.products-summary .btnexpand:before {
	content: 'Collapse';
}

.products-summary .collapsexpand {
	float: left;
	width: 100%;
}

.products-summary .btnexpand.collapsed {
	background: url(../images/chevron_right_black_down.svg) no-repeat right center transparent;
}

.products-summary .btnexpand.collapsed:before {
	content: 'Expand';
}

.pageBreadcrumbs {
	padding: 30px 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #DBE3E6;
}

.pageBreadcrumbs .breadcrumb {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #8C9598;
}

.pageBreadcrumbs .breadcrumb li a {
	color: #0A55A4;
}

.pageBreadcrumbs .breadcrumb-item+.breadcrumb-item::before,
.pageBreadcrumbs .breadcrumb-item.active {
	color: #8C9598;
}

.plans-steps-nav {
	list-style: none;
	text-align: center;
	display: inline-table;
	width: 100%;
	padding: 15px 0 30px 0;
}

.plans-steps-nav li {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #8C9598;
	font-family: 'helveticabold';
	padding: 0 15px;
	position: relative;
	min-width: 200px;
	text-align: center;
	position: relative;
}

.plans-steps-nav li:before {
	width: 100%;
	height: 10px;
	background: #fff;
	content: '';
	float: left;
	position: absolute;
	right: -50%;
	top: 25px;
	border-top: 1px solid #DBE3E6;
	border-bottom: 1px solid #DBE3E6;
	z-index: 1;
	transition: all 0.5s ease;
}

.plans-steps-nav span {
	display: block;
	margin: 0 auto 20px auto;
	width: 60px;
	height: 60px;
	border: 1px solid #DBE3E6;
	border-radius: 100%;
	position: relative;
	z-index: 2;
	background: #fff;
}

.plans-steps-nav span span {
	width: 45px;
	height: 45px;
	display: block;
	background: #B9C3CD;
	margin: 6px 0 0 6px;
	text-align: center;
	line-height: 40px;
	font-family: 'helveticabold';
	font-size: 20px;
	color: #fff;
	transition: all 0.5s ease;
}

.plans-steps-nav li.active {
	color: #0A55A4;
}

.plans-steps-nav li:hover span,
.plans-steps-nav li.active span {
	background-color: #0A55A4 !important;
	border-color: #0A55A4 !important;
}

.plans-steps-nav li:first-child:before {}

.plans-steps-nav li:last-child:before {
	display: none;
}

.plans-steps-nav li:hover {
	color: #0A55A4;
}

.plans-steps-nav li.stepDone:hover {
	color: #8C9598;
}

.plans-steps-nav li.stepDone:before {
	background: #b9c3cd;
}

.plans-steps-nav .stepDone:hover span,
.plans-steps-nav .stepDone span {
	border-color: #B9C3CD !important;
	background: #B9C3CD !important;
}

.plans-steps-nav .stepDone:hover span span,
.plans-steps-nav .stepDone span span {
	background: url(../images/checkbox_checked.svg) no-repeat center center !important;
	font-size: 0;
}

.link-goback {
	display: inline-block;
	margin: 10px 0;
	color: #2E3133;
	font-size: 14px;
}

.link-goback svg {
	display: inline-block;
	margin: 0 5px 0 0;
}

.plan-data {
	float: left;
	width: 100%;
	position: relative;
	border: 1px solid #DBE3E6;
	border-radius: 15px;
	padding: 30px 40px;
	background: #fff;
}

.plan-data h2 {
	font-size: 30px;
	line-height: 36px;
}

.services-plan {
	padding: 0;
	margin: 0;
	list-style: none;
}

.services-plan li {
	float: left;
	margin: 30px 0 0 30px;
	transition: all 0.5s ease;
}

.services-plan li:first-child {
	margin-left: 0;
}

.services-plan li div {
	width: 260px;
	height: 260px;
	text-align: center;
	background: rgb(219 227 230 / 10%);
	border: 2px solid rgb(112 112 112 / 10%);
	border-radius: 15px;
	display: table-cell;
	vertical-align: middle;
	transition: all 0.5s ease;
}

.services-plan li i {
	display: block;
	width: 75px;
	height: 75px;
	margin: 0 auto;
	background: url(../images/star-icon1.svg) no-repeat right center transparent;
}

.services-plan li h4 {
	font-size: 16px;
	line-height: 20px;
	color: #2E3133;
	display: block;
	padding: 15px 0;
}

.services-plan li p {
	font-size: 12px;
	line-height: 12px;
	color: #2E3133;
	font-family: 'helveticaneuelight';
	display: block;
	padding: 0 0 10px 0;
	margin: 0;
}

.services-plan li.active div,
.services-plan li:hover div {
	background: #4ABFD9;
	border-color: #4ABFD9;
}

.services-plan li.active p,
.services-plan li:hover p {
	color: #fff;
}

.services-plan li.active h4,
.services-plan li:hover h4 {
	color: #fff;
}

.services-plan li.active i,
.services-plan li:hover i {
	background: url(../images/star-icon2.svg) no-repeat right center transparent;
}

.plan-data .select-plaan {
	float: left;
	border: 1px solid #DBE3E6;
	border-radius: 5px;
	height: 50px;
	width: 300px;
}

.plan-data-head {
	float: left;
	width: 100%;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #DBE3E6;
}

.plan-data-head h2 {
	float: left;
	margin: 0 15px 0 0;
	line-height: 55px;
}

.plan-data-head2 {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #DBE3E6;
}

.plan-data-head2 h2 {
	float: left;
	margin: 0 15px 0 0;
}

.plan-data-head2 p {
	float: right;
}

.plan-data-content {
	float: left;
	width: 100%;
}

.datatableHead {
	border-bottom: 1px solid #DBE3E6;
	padding: 20px 100px 20px 20px;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #8C9598;
	font-size: 18px;
	font-family: 'helveticaneuelight';
	margin: 0 0 15px 0;

}

.plan-feature-item {
	clear: both;
	overflow: hidden;
	background: rgb(219 227 230 / 10%);
	border: 2px solid rgb(112 112 112 / 10%);
	border-radius: 10px;
	padding: 20px 100px 20px 20px;
	position: relative;
	margin-bottom: 10px;
}

.plan-feature-list {
	padding: 0 0 5px 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #2E3133;
	font-size: 18px;
	font-family: 'helveticaneuelight';
	list-style: none;
	margin: 0;
	font-family: 'helveticabold';
}

.datatableHead li,
.plan-feature-list li,
.planTableBottom li {
	width: 20%;
	text-align: center;
}

.feature-info {
	width: 60% !important;
	text-align: left !important;
}

.feature-option svg {
	width: 18px;
	height: 18px;
	color: #00C337;
}

.feature-option p {
	width: 18px;
	height: 18px;

}

.option-no svg {
	color: #FC4D4D;
}

.feature-extand {
	font-size: 16px;
	line-height: 24px;
	font-family: 'helveticaregular';
	padding: 10px 20px 0 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #2E3133;
	list-style: none;
}

.feature-extand .feature-info {
	width: 50% !important;
}

.plan-feature-item .expand-plan {
	position: absolute;
	right: 15px;
	top: 10px;
	border: 0;
	background: none;
	outline: none;
	font-size: 0;
	line-height: 0;
	width: 32px;
	height: 32px;
	background: url(../images/chevron_right_black_24dp.svg) no-repeat center center transparent;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);

}

.plan-feature-item .expand-plan.collapsed {
	transform: none;
	-webkit-transform: none;
}

.plan-feature-item .collapse:not(.show) {
	display: none;
}

.planTableBottom {
	padding: 20px 100px 20px 20px;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.planTableBottom .btn {
	color: #4ABFD9;
	background: #B7E5EF 0% 0% no-repeat padding-box;
	border: 1px solid #4ABFD9;
	border-radius: 5px;
	opacity: 0.8;
	font-family: 'helveticabold';
	font-size: 16px;
}

.planTableBottom .btn:hover {
	opacity: 10;
	color: #333;
}

.assing-plans {
	float: left;
	width: 100%;
	padding: 15px 0 0 0;
}

.assing-plans-grandTotal {
	border-top: 1px solid #ECEDED;
	border-bottom: 1px solid #ECEDED;
	float: left;
	width: 100%;
	padding: 20px 0;
	font-family: 'helveticabold';
	color: #2E3133;
	font-size: 20px;
	line-height: 30px;
}

.assing-plans-grandTotal .grandTotalPrice {
	float: right;
	font-size: 30px;
	line-height: 30px;
}

.assing-plan-1 {
	border: 1px solid #ECEDED;
	border-radius: 10px;
	margin: 0 0 15px 0;
	float: left;
	width: 100%;
}

.assing-plan-head {
	background: #FBFCFC;
	border-bottom: 1px solid #ECEDED;
	clear: both;
	overflow: hidden;
	padding: 20px;
	border-radius: 10px 10px 0px 0px;
}

.assing-plan-head .form-check {
	padding: 0;
	float: left;
	width: 85%;
}

.assing-plan-head .form-check-input {
	border: 2px solid #DBE3E6;
	border-radius: 4px !important;
	width: 20px !important;
	height: 20px !important;
	margin: 0;
	float: left;
}

.assing-plan-head .form-check-input:checked[type=checkbox] {
	border-color: #8C9598;
	background: #8C9598 url(../images/checkbox_checked.svg) no-repeat center center;
}

.assing-plan-head .form-check-label {
	float: left;
	font-family: 'helveticabold';
	font-size: 18px;
	line-height: 20px;
	color: #2E3133;
	padding: 0 0 0 15px;
	width: 80%;
}

.remove-assignPlan {
	float: right;
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
	color: #8C9598;
}

.remove-assignPlan:hover {
	color: #0A55A4;
}

.assing-plan-head .assing-plan-info {
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
	list-style: none;
	margin: 0;
}

.assing-plan-head .assing-plan-info li {
	float: left;
	padding: 0 35px;
	color: #2E3133;
	font-size: 16px;
	line-height: 24px;
}

.assing-plan-head .assing-plan-info li strong {
	color: #8C9598;
	font-weight: normal;
}

.assing-plans .assing-plan-details {
	float: left;
	width: 100%;
	padding: 15px 15px 15px 55px;
}

.assing-plans .assing-plan-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.assing-plans .assing-plan-details ul li {
	padding: 0 0 0 30px;
	float: left;
}

.assing-plans .assing-plan-details ul li:first-child {
	padding: 0;
}

.assing-plans .assing-plan-details strong {
	color: #8C9598;
	float: left;
	font-weight: normal;
	line-height: 40px;
}

.assing-plans .assing-plan-details .select-plaan {
	float: left;
	width: 90px;
	height: 40px;
	margin: 0 10px;
}

.assing-plans .assing-plan-details .planButtons {
	float: left;
	border-left: 1px solid #ECEDED;
}

.assing-plans .assing-plan-details .btn {
	padding: 0 15px;
	margin: 0 0 0 15px;
	color: #2E3133;
	border: 1px solid #DBE3E6;
	border-radius: 20px;
	height: 40px;
	line-height: 36px;
	float: left;
	font-size: 14px;
	font-family: 'helveticabold';
}

.assing-plans .assing-plan-details .btn-active,
.assing-plans .assing-plan-details .btn:hover {
	background: #8C9598;
	border-color: #8C9598;
	color: #fff;
}


.assing-plans .quantityProducts {
	border: 1px solid #DBE3E6;
	border-radius: 5px;
	height: 40px;
	float: left;
	margin: 5px 0 0 10px;
}

.assing-plans .quantityProducts button {
	width: 30px;
	height: 40px;
	border: 0;
	background: none;
	outline: none;
	padding: 0;
	margin: 0;
	color: #8C9598;
	font-family: 'helveticabold';
	font-size: 18px;
	float: left;
	text-align: center;
}

.assing-plans .quantityProducts button span {
	position: relative;
	top: -3px;
}

.assing-plans .quantityProducts button:hover {
	color: #4ABFD9;
}

.assing-plans .quantityInput {
	padding: 0;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	border: 0;
	outline: none !important;
	font-size: 14px;
}

.assing-plans .assing-plan-details .productPrice {
	float: right !important;
	font-size: 26px;
	line-height: 36px;
	color: #0A55A4;
	font-family: 'helveticabold';
}

.summaryTableHead {
	border-bottom: 1px solid #DBE3E6;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #2E3133;
	font-size: 18px;
	font-family: 'helveticabold';
	margin: 0 0 15px 0;
}

.summaryTableHead li {
	padding: 20px;
}

.summaryDataTable {
	background: #FBFCFC;
	border: 1px solid #ECEDED;
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 15px 0;
	border-radius: 10px;
}

.summaryDataTable .tableInfo {
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #2E3133;
	font-size: 16px;
	line-height: 20px;
	font-family: 'helveticaregular';
	border-bottom: 1px solid #DBE3E6;
	padding: 0;
}

.summaryDataTable .summaryTotal li,
.summaryDataTable .tableInfo li {
	padding: 25px 20px;
}

.summaryDataTable .tableInfo p {
	padding: 0;
	margin: 0;
}

.summaryDataTable .summaryTotal {
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #2E3133;
	font-size: 18px;
	font-family: 'helveticabold';
}

.summaryTableHead .serialNumber,
.summaryDataTable .tableInfo .serialNumber {
	font-family: 'helveticabold';
	width: 9%;
	text-align: center;
}

.summaryTableHead .priceItem,
.summaryDataTable .priceItem {
	width: 13%;
}

.summaryTableHead .instrument-item,
.summaryDataTable .instrument-item {
	width: 27%;
}

.summaryTableHead .manufacturer-item,
.summaryDataTable .manufacturer-item {
	width: 12%;
}

.summaryTableHead .brand-item,
.summaryDataTable .brand-item {
	width: 12%;
}

.summaryTableHead .quantity-item,
.summaryDataTable .quantity-item {
	width: 12%;
	text-align: center;
}

.summaryTableHead .servicePlan-item,
.summaryDataTable .servicePlan-item {
	width: 15%;
	text-align: center;
}

.summaryDataTable .summaryTotal .priceItem {
	font-size: 30px;
	line-height: 36px;
	font-family: 'helveticabold';
	color: #0A55A4;
}

.summaryDataTable .summaryTotal .grandTotalText {
	display: block;
	padding: 0 0 0 30px;
}



.summaryDataTable .priceText {
	color: #0A55A4;
	font-size: 20px;
	line-height: 24px;
	font-family: 'helveticabold';
	display: block;
}

.summaryDataTable .priceInfoText {
	font-size: 12px;
	color: #2E3133;
	display: block;
}

.compareProduct-1 .buttonsGroup {
	display: block;
}

.compareContent .compareProduct-1 .buttonsGroup .btn {
	float: left;
	margin-right: 10px;
}

#interestedProducts .buttonsGroup .btn {
	font-size: 14px;
}

.buttonsGroup {
	float: left;
	width: 100%;
	padding: 15px 0 0 0;
}

.buttonsGroup .btn {
	width: 160px;
	height: 50px;
	float: left;
	font: 18px/22px 'helveticaneuebold';
}

.buttonsGroup .btn-light {
	color: #2E3133;
}

.buttonsGroup .btn-primary {
	float: right;
}

@supports (scrollbar-color: #26668c #ebf3ff) {
	* {
		scrollbar-width: thin;
		scrollbar-color: #26668c #ebf3ff;
	}
}

::-webkit-scrollbar {
	width: 5px;
	background-color: #26668c;
}


::-webkit-scrollbar-thumb {
	background-color: #26668c;
}

::-webkit-scrollbar-track {
	background-color: #ebf3ff;
}
.pos{
	position: absolute;
	right: 60px;
}
@media (max-width: 1100px) {
	.signinForm {
		padding: 0;
	}
	.or-option {
		margin: 20px 0 0px 0;
	}

	.signin-offcanvas .signinFormText {
		margin: 0 0 10px;
	}
	.signinForm .forgotPassword-link {
		padding: 10px 0 10px 0;
	}
}
/* new checkout design style 14-11-25  */
.checkout-product-list {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
    font-family: "Lato", sans-serif;
}
.checkout-product-list__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    gap: 1rem;
}
.checkout-product-list__title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #28303E;
    margin: 0;
}

.checkout-header-sec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.checkout-header-sec-left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-grow: 1;
    max-width: 75%;
}

.checkout-header-sec-col p {
    font-size: 14px;
    font-weight: 400;
    color: #4F607D;
    margin: 0 0 4px;
    font-family: "Lato", sans-serif;
}

.checkout-header-sec-col h3 {
    font-size: 16px;
    font-weight: 400;
    color: #28303E;
    margin: 0;
    font-family: "Anton", sans-serif;
}

.checkout-header-sec a {
    flex-shrink: 0;
    width: 210px;
    height: 36px;
    border-radius: 30px;
    background-color: #062C5F;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    gap: 5px;
    font-family: "Lato", sans-serif;
    margin-left: auto;
}

.checkout-header-sec {
    border-radius: 12px;
    background-color: white;
    margin-bottom: 14px;
    padding: 25px 20px;
}

.checkout-sec {
  border-radius: 12px;
  background-color: #fff7e6;
  border: 1px solid #C7A361;
  margin-bottom: 20px;
}

.checkout-sec:last-child {
    margin: 0;
}

.checkout-sec-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 14px;
  position: relative;
}

.checkout-sec-header p {
    font-size: 16px;
    font-weight: 600;
    color: #202732;
    margin: 0;
}

.checkout-sec-header span {
    color: #63789C;
    font-size: 16px;
    font-weight: 600;
}

.checkout-sec-body {
  background-color: #FFF1D7;
  border-top: 1px solid #FFDD9D;
  border-radius: 0 0 12px 12px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  overflow: hidden;
}

.checkout-sec-body label {
  font-size: 14px;
  color: #444;
  display: block;
  margin-bottom: 4px;
}

.checkout-sec-body .right {
    margin-left: auto;
}
.checkout-sec-select {
    width: 300px;
}
.checkout-sec-select select {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #d6b889;
  font-size: 14px;
  background-color: transparent;
  min-width: 150px;
  width: 100%;
  height: 36px;
}

.checkout-sec-quantity {
    width: 160px;
    margin-left: auto;
}

.checkout-sec-quantity .quantity {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    padding-inline: 8px;
}
.checkout-sec-quantity .quantity button {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 0;
}
.checkout-sec-quantity .quantity button:hover {
    background-color: #d6b889;
}
.checkout-sec-price {
    font-size: 24px;
    font-weight: 700;
    color: #202732;
}
.checkout-sec-quantity .quantity span {
    font-size: 14px;
    font-weight: 400;
    color: #4F607D;
}

.checkout-sec-quantity .quantity {
  display: flex;
  align-items: center;
  border: 1px solid #d6b889;
  border-radius: 6px;
  overflow: hidden;
}

.checkout-sec-quantity .quantity button {
  background: none;
  border: none;
  cursor: pointer;
}

.checkout-sec-quantity .quantity span {
  padding: 0 8px;
}

.summary-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 9;
  box-shadow: 0px -4px 10px 0px #0000001A;
  font-family: "Lato", sans-serif;

}

.summary-left h3 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 600;
}

.summary-left p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.summary-box {
  display: flex;
  align-items: center;
  gap: 25px;
  background-color: #F8F4F4;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  padding: 20px 30px;
}
.summary-middle {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}
.summary-item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
  font-size: 14px;
}

.summary-item span {
    font-size: 16px;
    color: #28303E;
    flex-wrap: nowrap;
}

.summary-item strong {
  font-weight: 600;
  color: #28303E;
}

/* 09-12-2025 */
.checkout-address {
	font-family: "Lato", sans-serif;
  }
  .checkout-address h1 {  
	font-size: 24px;
	font-weight: 700;
	color: #202732;
	margin-bottom: 28px;
  }
  .address-container {
	  display: flex;
	  gap: 20px;
	  width: 100%;
	  margin: 0 auto 14px;
  }
  
  .address-card {
	  flex: 1;
	  background: #ffffff;
	  padding: 20px;
	  border-radius: 12px;
  }
  
  .address-header {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  margin-bottom: 12px;
  }
  
  .address-header h3 {
	  margin: 0;
	  font-size: 16px;
	  font-weight: 600;
	  color: #28303E;
  }
  
  .change-btn {
	  background: #062C5F;
	  color: #fff;
	  border: none;
	  padding: 8px 16px;
	  border-radius: 20px;
	  cursor: pointer;
	  font-size: 14px;
  }
  
  .change-btn:hover {
	  opacity: 0.9;
  }
  
  .address-card .name {
	font-size: 16px;
	font-weight: 600;
	color: #202732;
	margin-bottom: 6px;
  }
  
  .address-card .details {
	  font-size: 14px;
	  line-height: 1.5;
	  color: #3C485E;
  }
  .address-modal.modal {
	opacity: 1;
	z-index: 1000;
	padding-top: 0;
  }
  .address-modal.modal .modal-dialog {
	max-width: 1140px;
	border-radius: 12px;
	margin: 0 auto;
  }
  .address-modal.modal.show .modal-dialog {
	transform: translate(0,0%);
  }
  
  .address-modal.modal .modal-content {
	border-radius: 12px;
	box-shadow: none;
	max-width: 100%;
	font-family: "Lato", sans-serif;
	position: relative;
	margin: 0;
  }
  .address-modal.modal .modal-header {
	justify-content: flex-start;
	padding: 30px;
  }
  .address-modal.modal .modal-header .modal-title {
	font-size: 20px;
	font-weight: 700;
	color: #28303E;
  }
  .address-modal.modal .modal-header .change-btn {
	margin-left: auto!important;
	margin-right: 0;
  }
  .address-modal.modal .modal-body {
	padding: 0px 0 0;
	background-color: white!important;
  }
  .address-modal.modal .modal-body .plans__body-wrapper {
	padding: 0;
  }
  .address-modal.modal .modal-footer {
	background-color: white!important;
	margin-top: auto;
  }
  .address-list {
	  width: 100%;
	  max-width: 1100px;
	  margin: 0 auto 50px;
  }
  .address-modal.modal .plans__list-transform.active {
	max-width: 100%;
	flex-direction: column;
	display: flex;
  }
  
  .address-item {
	  display: flex;
	  align-items: flex-start;
	  gap: 14px;
	  padding: 18px 20px;
	  background: #ffffff;
	  border: 1px solid #e4e4e4;
	  border-radius: 12px;
	  margin-bottom: 10px;
	  cursor: pointer;
  }
  
  .address-item input[type="radio"] {
	  margin-top: 4px;
	  width: 18px;
	  height: 18px;
  }
  
  .address-content-col {
	  flex: 1;
  }
  
  .address-content-col .name {
	  font-size: 16px;
	  font-weight: 600;
	  color: #202732;
	  margin-bottom: 4px;
  }
  
  .address-content-col .details {
	  font-size: 14px;
	  color: #3C485E;
	  font-weight: 400;
	  line-height: 1.4;
  }
  
  .edit-btn {
	  background: transparent;
	  border: none;
	  cursor: pointer;
	  font-size: 18px;
	  opacity: 0.7;
  }
  
  .edit-btn:hover {
	  opacity: 1;
  }
  
  /* Optional hover card effect */
  .address-item:hover {
	  border-color: #cfcfcf;
  }
  .modal-btn {
	min-width: 105px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	padding-inline: 24px;
  }
  .modal-btn.confirm {
	background-color: #062C5F;
	color: #fff;
	border: 0;
  }
  .modal-btn.cancel {
	border: 1px solid #062C5F;
	background-color: #fff;
	color: #062C5F;
  }
  .address-modal.modal .modal-header .plan-card__more:hover {  
	color: #fff;
  }
  .billing-address-check {
	padding: 30px;
  }
  .billing-address-check .plan-details__back-link {
	margin: 30px;
  }
  
  .form-container {
	  max-width: 100%;
	  padding: 0 30px 30px;
	  width: 100%;
  }
  
  .form-group-address {
	  display: flex;
	  flex-direction: column;
	  margin-bottom: 23px;
  }
  
  .form-group-address.full {
	  width: 100%;
  }
  
  .form-group-address label {
	  margin-bottom: 10px;
	  font-size: 14px;
	  font-weight: 600;
	  color: #202732;
  }
  
  .form-group-address input {
	  padding: 12px 16px;
	  border: 1px solid #EDEDED;
	  border-radius: 8px;
	  font-size: 14px;
	  outline: none;
	  transition: border 0.2s;
	  height: 40px;
	  color: #202732;
  }
  
  .form-group-address input:focus {
	  border-color: #8ca4ff;
  }
  
  .form-row {
	  display: flex;
	  gap: 20px;
  }
  
  .form-row .form-group-address {
	  flex: 1;
  }
  
  .mb-40 {
	margin-bottom: 40px;
  }
  
  @media (max-width: 768px) {
	  .address-container {
		  flex-direction: column;
	  }
	  .address-card {
		  width: 100%;
	  }
	  .form-row {
		  flex-direction: column;
		  gap: 0;
	  }
  
	  .form-row .form-group-address {
		  width: 100%;
	  }
  }

