html, body {
	font-family:'Montserrat', sans-serif;
	background: #ffffff;
  color: #000000;
}

.header {
  background:#BBE4D7;
  height:112px;
  padding:0;
  padding-top:28px;
}

.header .navbar-brand img {
	height:40px;
}

.header .nav-link {
  font-size:16px;
  font-weight:400;
  color:#000000;
  text-decoration:none;
}

.header .nav-link:hover {
  color: #1d7c77;
}

.header .mainSearch {
	background: #F0F0F0;
	border-radius:24px;
	padding:3px 0px;
}

.header .mainSearch input {
	border:none;
  background:transparent;
  font-size:16px;
  color:rgba(0, 0, 0, 0.4);
  width:100%;
  outline:none;
}

.header .mainSearch input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

#mainmenu ul ul {
	background:#e2fffc;
	color:#91B592;
	left:-155px;
	min-width:300px;
	box-shadow:0 5px 25px rgba(0, 0, 0, 0.25);
	padding:15px;
}

#mainmenu ul ul .dropdown-item {
	color:#91B592;
	font-weight:700;
}

#mainmenu ul ul .dropdown-item:hover {
	color: #6B8972;
	font-style: italic;
	background:none;
}

#mainmenu ul ul li {
	margin-bottom:3px;
	border-bottom:1px solid #91B592;
}

@media screen and (min-width:769px) {
	
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: .5em;
  }
}

@media screen and (max-width:990px) {
	.header {
		height:auto;
	}
	
	.header .mainSearch {
		margin:0 !important;
	}
	
	#mainmenu ul ul {
		box-shadow:none;
		width:100%;
	}
	
}

.mainCarousel {
	height: 405px;
	margin:28px 0px;
}
.mainCarousel .carousel-item img {
	height: 405px;
}
.mainCarousel .carousel-indicators button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #D3D3D3;
	cursor: pointer;
	border:0;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.75);
}
.mainCarousel .carousel-indicators button.active {
	background:#1D7C77;
}
.mainCarousel .carousel-control-next, .mainCarousel .carousel-control-prev {
	width:5%;
}
.mainCarousel .carousel-overlay {
	position: absolute;
  left:5%;
  top:77px;
  bottom:58px;
  background: rgba(255, 255, 255, 0.23);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding:10px 20px;
  width: 481px;
  max-width: calc(100% - 40px);
}
.mainCarousel .carousel-title {
  font-size:24px;
  font-weight:700;
  color: #1d7c77;
  margin: 0 0 10px 0;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.mainCarousel .carousel-description {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
  margin: 0 0 10px 0;
  display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.mainCarousel .carousel-price {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 10px 0;
}
.mainCarousel .carousel-button {
  background: linear-gradient(180deg, #BBE4D7 0%, #1D7C77 70%);
  border: 1px solid #BBE4D7;
  border-radius: 8px;
  padding: 0px 30px;
  font-size:16px;
  font-weight: 700;
  color: #ffffff;
  transition: opacity 0.3s;
  line-height:39px;
}
.mainCarousel .carousel-button:hover {
  opacity: 0.9;
}

.category-sidebar {
  background:#1D7C77;
  border-radius:20px;
  padding:20px 20px;
  margin-bottom:30px;
}
.category-sidebar-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 9px 0;
}
.category-sidebar-title a {
	color: #ffffff;
  text-decoration:none;
}
.category-sidebar-links {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
}
.category-sidebar-links a {
  color: #ffffff;
  text-decoration: none;
}
.category-sidebar-links a:hover {
  text-decoration: underline;
}
.category-sidebar-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin:10px 0;
}

#carouselPartnersControls .carousel-inner {
	display: flex;
	width: calc(100% - 70px);
  left: 35px;
}
#carouselPartnersControls .carousel-item {
	margin-right: 0;
	flex: 0 0 20%;
	display: block;
}
#carouselPartnersControls .carousel-item .card {
	aspect-ratio:1;
	padding:3px;
	background:#EBEBEB;
	margin:3px;
}
#carouselPartnersControls .carousel-control-next,
#carouselPartnersControls .carousel-control-prev {
	background: transparent;
  border: none;
  cursor: pointer;
  width:35px;
  opacity:1;
}
#carouselPartnersControls .carousel-control-next:hover svg path,
#carouselPartnersControls .carousel-control-prev:hover svg path {
  stroke: #1d7c77;
}


.newsletter {
	margin:30px 0px;
	padding:10px;
  position: relative;
  border-radius: 16px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  background:url("/image/newsletter.jpg") no-repeat 50% 50%;
  background-size:cover;
  
  
  min-height: 369px;
}

.newsletter-overlay {
  background: rgba(255, 255, 255, 0.23);
  backdrop-filter: blur(17.1px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 40px;
  margin:50px 47px 50px 47px;
}

.newsletter-title {
  font-size: 32px;
  font-weight: 700;
  color: #1d7c77;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.newsletter-description {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.newsletter form {
	row-gap:15px;
}

.newsletter form input {
	border-radius: 5px;
	border: 1px solid #E3E3E3;
	width:100%;
	background: linear-gradient(0deg, #E3E3E3 -23.08%, #FFF 214.1%);
	padding:10px 15px;
	outline:none;
}

.newsletter form input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.newsletter form button {
	background: linear-gradient(180deg, #BBE4D7 0%, #1D7C77 70%);
	border: 1px solid #BBE4D7;
  border-radius: 5px;
  padding: 0px 30px;
  font-size:16px;
  font-weight: 700;
  color: #ffffff;
  line-height:44px;
}

@media screen and (max-width:990px) {
	.newsletter form button {
		width:100%;
	}
}

.main-section {
	margin-left:15px;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.15);
	margin-bottom:15px;
	padding:15px;
}
.main-section-header {
	font-size: 32px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.main-image-holder {
	aspect-ratio: 1/1;
}
.main-image-holder img {
	width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius:16px;
}
.main-category-title {
	font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin:15px 0px;
}
.main-category-title a {
	color:#000000;
	text-decoration:none;
}


/* Footer */
.footer {
  background: #F2F2F2;
  padding: 80px 100px 40px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo-icon {
	height:40px;
}

.footer-description {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
  margin: 0;
}

.footer-title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 26px 0;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  line-height: 1.9;
}

.footer-links a:hover {
  color: #1d7c77;
}

.footer-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 40px 0 20px;
}

.footer-copyright {
  text-align: right;
}

.footer-copyright p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

@media (max-width: 1200px) {
  .footer {
    padding: 80px 50px 40px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 20px;
  }
}

.breadcrumb {
	margin-top:25px;
	margin-bottom:25px;
}

.breadcrumb a {
	color:#666666;
	font-size: 16px;
	text-decoration:none;
	line-height:25px;
}

.breadcrumb i {
	line-height:25px;
	color:#666666;
	font-size:12px;
	padding:0px 10px;
}

.breadcrumb a.active,
.breadcrumb a:hover {
	color:#000000;
}

.highlightedCategory {
	background:#e5e5e5;
	padding:35px;
	border-radius:35px;
}

.highlightedCategory a {
	color:#000;
	font-size: 25px;
	font-weight: 700;
	text-decoration:none;
}

.highlightedCategory .card-img-top,
.listCategory .card-img-top {
	object-fit: cover;
	aspect-ratio:1/1;
	border-radius:20px 20px 0px 0px;
}

.highlightedCategory .row,
.listCategory .row {
   row-gap:24px;
}

.highlightedCategory .card,
.listCategory .card {
	border-radius:20px;
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1200px) {
	.highlightedCategory a {
		font-size:16px;
	}
}

.listCategory .card-body h5 {
	font-size:20px;
	font-weight:700;
}

.listCategory .card-body div a {
	color:#7c7c7c;
	text-decoration:none;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
}

.listCategory .card-footer {
	background:#ffffff;
	border-radius:0px 0px 20px 20px;
	border:0;
}

.listCategory .card-footer a {
	color:#606060;
	font-weight:600;
	text-decoration:none;
}


.range_container {
	display:flex;
	flex-direction:column;
	width:80%;
	margin:20px auto;
}

.sliders_control {
	position:relative;
	min-height:25px;
}

.sliders_control input[type="range"] {
	-webkit-appearance:none; 
	appearance:none;
	height:6px;
	width:100%;
	position:absolute;
	background-color:#F0F0F0;
	pointer-events:none;
}

.sliders_control input[type=range].fromSlider {
	height:0;
	z-index:1;
	top:3px;
	position:absolute;
}

.sliders_control input[type=range]::-webkit-slider-thumb,
.sliders_control input[type=range]::-moz-range-thumb {
	-webkit-appearance:none;
	pointer-events:all;
	width:20px;
	height:20px;
	background-color:#000000;
	border-radius:50%;
	box-shadow:0 0 0 1px #000000;
	cursor:pointer;
}

.sliders_control input[type=range]::-webkit-slider-thumb:hover {
	background: #f7f7f7;
}
.sliders_control input[type=range]::-webkit-slider-thumb:active {
	box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
	-webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}
.sliders_control input[type=number]::-webkit-inner-spin-button, 
.sliders_control input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

.sliders_number {
	border:1px solid #000000;
	border-radius:20px;
	padding:0px 10px;
}

.sliders_input {
	color:#000000;
	border:none;
	font-size:14px;
	width:60px;
	text-align:right;
	border-radius:20px;
	outline:none;
}

.filterManufacturerHolder {
	gap:10px;
}

.filterManufacturer {
	background:#f0f0f0;
	color:#7c7c7c;
	padding:10px 20px;
	border-radius:20px;
	cursor:pointer;
}

.filterManufacturer input {
	display:none;
}

.filterManufacturer:has(input:checked) {
	background:#000000;
	color:#ffffff;
}

.productListHeader .btn {
	color:#7C7C7C;
}

.prodHolder img {
	object-fit: cover; 
}

.productList.listType .prodHolder {
	flex-direction:row;
	height:80px;
	border:0;
	margin:16px 0px 32px 0px;
}

.productList.listType .prodHolder::after {
	content:"";
	width:100%;
	height:1px;
	background:#e5e5e5;
	position:absolute;
	bottom:-16px;
}

.productList.listType .prodHolder:last-child {
	margin-bottom:16px;
}

.productList.listType .prodHolder:last-child::after {
	display:none;
}

.productList.listType .prodHolder .imgHolder {
	width:80px;
	flex-shrink:0;
}

.productList.listType .prodHolder .imgHolder img {
	border-radius:10px;
	height:80px;
}

.productList.listType .prodHolder .card-body {
	padding:0 14px;
}

.productList .prodHolder .card-footer {
	background:none;
	border:0;
	padding:0;
}

.productList .prodHolder .card-footer .btn {
	font-size:12px;
	white-space:nowrap;
	border-radius: 5px;
	border: 1px solid #70EEC6;
	background: linear-gradient(180deg, #70EEC6 -11.67%, #099267 308.33%);
	color:#ffffff;
}

.productList .prodHolder .card-footer .btn.btn-data {
	background:#f0f0f0;
	color:#7c7c7c;
	border-color:#7c7c7c;
}

.productList .prodHolder .card-footer .btn.btn-buy {
	border: 1px solid #DAA15B;
	background: linear-gradient(0deg, #DAA15B 0%, #F9C977 100%);
}

.productList .prodHolder .card-footer .btn:hover {
	background: linear-gradient(0deg, #70EEC6 -11.67%, #099267 308.33%);
}

.productList .prodHolder .card-footer .btn.btn-data:hover {
	background:#7c7c7c;
	color:#ffffff;
}

.productList .prodHolder .card-footer .btn.btn-buy:hover {
	background: linear-gradient(0deg,#F9C977 0%,  #DAA15B 100%);
}

.productList.listType .prodHolder h5 {
	font-size:16px;
	font-weight:700;
	overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.productList.listType .prodHolder .prodDesc {
	height:26px;
	overflow:hidden;
  text-overflow:ellipsis;
  font-size:12px;
  line-height:12px;
  color:#7c7c7c;
}

.productList .prodHolder .prodPrice {
	font-size:20px;
	font-weight:700;
}

.productList.gridType {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	//justify-content:space-between;
	column-gap:2%;
}

.productList.gridType .prodHolder {
	width:32%;
	margin:16px 0px;
}

.productList.gridType .prodHolder {
	border-radius: 20px;
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
}

.productList.gridType .prodHolder .imgHolder img {
  aspect-ratio: 1/1;
  border-radius: 20px 20px 0px 0px;
}

.productList.gridType .prodHolder .card-body {
  display: flex;
  flex-direction:column;
}

.productList.gridType .prodHolder h5 {
	font-size:16px;
	font-weight:700;
	overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  text-align:center;
}

.productList.gridType .prodHolder .prodDesc {
  font-size:12px;
  line-height:12px;
  color:#7c7c7c;
  order:2;
}

.productList.gridType .prodHolder .prodPrice {
	order:1;
}

.productList.gridType .prodHolder .card-footer {
	padding:1rem;
	text-align:center;
}

.pagination {
	column-gap:10px;
}

.pagination li a i.fa-angle-left {
	padding-right:5px;
}

.pagination li a i.fa-angle-right {
	padding-left:5px;
}

.pagination li a {
	color:#000000;
}

.pagination li a:hover {
	color:#7c7c7c;
}

.pagination li a.active {
	background:#BBE4D7;
	border:1px solid #A4DBC9;
	color:#000000;
}

.dropdown-menu-right {
	right:0px !important;
	left:auto !important;
}

.productListHeader .dropdown .dropdown-item.active {
	background:#BBE4D7;
}

.prodSmallImg a {
	aspect-ratio:1/1;
}

.prodSmallImg img,
.prodBigImg img {
	width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius:8px;
}

.prodBigImg a {
	aspect-ratio:1/1;
}

.prodData .prodDesc {
  font-size:14px;
  line-height:21px;
}

.supplierFeatured {
	background:#e5fff0;
}

.supplierList img {
	object-fit: cover; 
}

.supplierFeatured .card {
	background:#e5fff0;
}

.supplierList .card {
	flex-direction:row;
	height:80px;
	border:0;
	margin:16px 0px 16px 0px;
}

.supplierList .imgHolder {
	width:80px;
	flex-shrink:0;
}

.supplierList .imgHolder img {
	border-radius:10px;
	height:80px;
}

.supplierList .card-body {
	padding:0 14px;
}

.supplierList .card-footer {
	background:none;
	border:0;
	padding:0;
}

.supplierList .card-footer .btn {
	font-size:12px;
	white-space:nowrap;
	border-radius: 5px;
	border: 1px solid #70EEC6;
	background: linear-gradient(180deg, #70EEC6 -11.67%, #099267 308.33%);
	color:#ffffff;
}

.supplierList h5 {
	font-size:16px;
	font-weight:700;
	overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.supplierList .supplierDesc {
	height:26px;
	overflow:hidden;
  text-overflow:ellipsis;
  font-size:12px;
  line-height:12px;
  color:#7c7c7c;
}

.supplierList .supplierPrice {
	font-size:20px;
	font-weight:700;
}

.supplierList .btn.btn-buy {
	border: 1px solid #DAA15B;
	background: linear-gradient(0deg, #DAA15B 0%, #F9C977 100%);
}

.supplierList .btn.btn-buy:hover {
	background: linear-gradient(0deg,#F9C977 0%,  #DAA15B 100%);
}

.supplierNormal .card::after {
  content:"";
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: -16px;
}

.supplierNormal .card:last-child::after {
	display:none;
}

.lastSeenHolder {
	border-radius:16px;
	background:#E0F6EF;
	box-shadow:0 5px 35px 0 rgba(0, 0, 0, 0.15);
}

.lastseenImg {
	aspect-ratio:1/1;
}

.lastseenImg img {
	width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.lastseenName {
	color: #000;
	font-size: 20px;
	font-weight: 700;
}

.lastseenPrice {
	color: #000;
	font-size: 24px;
	font-weight: 700;
}