.page-container {
	width: 90%;
	margin: 0 auto;
}

.breadcrumb {
	background-color: transparent;
	border: none;
	padding: 10px 0px;
	margin: 0px 0 10px 0;
}
.breadcrumb > li {
	padding: 0 10px;
}
.breadcrumb > li:first-child {
	padding-left: 0px;
}
.breadcrumb > li > a {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 10px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 20px;
}
.breadcrumb > li::after {
	content: '>';
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 10px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 20px;
}

.pagination {
	padding: 15px 0px;
}
.pagination > li {
	display: inline-flex;
	margin: 0px 2px;
}
.pagination > li > a,
.pagination > li > span {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 14px;
	color: #666666;
	background-color: transparent;
	border: none;
	padding: 6px 10px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	color: #f7a81e;
	background-color: transparent;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	color: #f7a81e;
	background-color: transparent;
	transition: all 0.6s ease-in;
}

h2 {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 28px;
	color: #4c4945;
	letter-spacing: 2px;
	line-height: 38px;
	margin-bottom: 18px !important;
	word-wrap: break-word;
	text-align: center;
	/*color: #579CCE;*/
	font-weight: 700;
}
h2::before {
	content: '';
	background-image: url('../../../../../image/catalog/mahachem/general/line-header.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	width: 100%;
	height: 10px;
	margin: 0px auto 10px;
}
h2::after {
	content: none !important;
}
.section-space h2:before {
	display: none;
}
.section-space h2 {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 24px;
	color: #4c4945;
	letter-spacing: 2px;
	line-height: 20px;
	margin-bottom: 15px !important;
	word-wrap: break-word;
	text-align: left !important;
	color: #579CCE;
	font-weight: 700;
	text-transform:capitalize !important;
	margin-top: 30px;
}

h2::after {
	content: none !important;
}
@media only screen and (max-width: 768px) {
	h2 {
		font-size: 18px;
		line-height: 38px;
	}
	.section-space h2 {
			font-size: 18px !important;
		line-height: 38px;
	}
}

.swal2-popup .swal2-title {
	display: block !important;
	margin: 0px 0px 15px !important;
}
.swal2-popup .swal2-content,
.swal2-popup .swal2-content a {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px !important;
	color: #464945;
	letter-spacing: 1px;
	line-height: 22px;
}
.swal2-popup .swal2-content a:hover {
	color: #f7a81e;
	transition: all 0.6s ease-in;
}
.swal2-popup .swal2-styled.swal2-confirm {
	background-color: #f7a81e;
	border-left-color: #f7a81e;
	border-right-color: #f7a81e;
}

.btn-primary {
	background-color: #f7a81e;
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 2px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #f7a81e;
	padding: 8px 16px;
	border-radius: 3px;
}

btn.btn-info {
	background-color: #00aeef;
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 2px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #00aeef;
	padding: 8px 16px;
	border-radius: 3px;
}

.btn-info:hover, .btn-info:focus {
	background-color: #ffffff;
	color: #00aeef;
	border: 1px solid #00aeef;
	transition: all 0.6s ease-in;
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #ffffff;
	color: #f7a81e;
	border: 1px solid #f7a81e;
	transition: all 0.6s ease-in;
}

.btn-default {
	background-color: #ffffff;
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 12px;
	color: #464945;
	letter-spacing: 2px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #cccccc;
	padding: 8px 16px;
}
.btn-default:hover, .btn-default:focus {
	background-color: #ffffff;
	color: #464945;
	border: 1px solid #f7a81e;
	transition: all 0.6s ease-in;
}
@media (max-width: 991px) {
	.btn-primary {
		letter-spacing: 2px;
		padding: 8px 14px;
	}
}
@media (max-width: 575px) {
	.btn-primary {
		font-size: 12px;
		letter-spacing: 1px;
		padding: 6px 12px;
	}
}

.owl-carousel .owl-stage {
	display: flex;
}
.owl-carousel .owl-item {
	display: flex;
	flex: 1 0 auto;
}

/* ==================== Header ==================== */

header .header-upper-background {
	background-color: #579CCE;
	color: #ffffff;
	height:40px;
	padding:4px 0;
}
header .header-upper-container {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto;

	display: -ms-grid;
	-ms-grid-columns: 1fr auto;
	-ms-grid-rows: auto;

	width: 94%;
	/*margin: 0 auto;*/
	padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  header .header-upper-container {
	width: 100%;
  }
}
header .header-upper-container .header-icon {
	grid-column: 2 / 2;
	grid-row: 1 / 1;

	-ms-grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;

	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header .header-upper-container .header-announcement {

	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	padding-right: 200px !important;
	/*achmadhp*/
	padding-left: 40px !important;
}
header .header-upper-container .header-country {
	grid-column: 2 / 2;
	grid-row: 1 / 1;

	-ms-grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;

	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	right: 0;
}
header .header-upper-container .header-country a {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
}
header .header-upper-container .header-country .dropdown-menu {
	min-width: auto !important;
}
header .header-container {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto auto;
	grid-column-gap: 0px;

	display: -ms-grid;
	-ms-grid-columns: auto 1fr auto auto;
	-ms-grid-rows: auto auto;

	/*width: 1200px;*/
	margin: 10px auto 0 auto !important;
	padding: 5px 0px;
}
header .header-container .header-menu {
	grid-column: inherit;
	grid-row: inherit;

	display: block;
	/*flex-direction: row;
	justify-content: center;
	align-items: flex-end;*/
}
header .header-container .header-menu #main-menu {
	/*margin-top: 10px;*/
}
header .header-container .header-menu #main-menu,
header .header-container .header-menu #main-menu > li > a {
	background: transparent;
	box-shadow: none;
	border-radius: 0px;
	z-index: 1;
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0px;
	justify-content: start;
	display: flex;
	line-height: 23px;
}

header .header-container .header-menu #main-menu > li {
	border: none;
	/*padding: 12px 18px;*/
}
header .header-container .header-menu #main-menu > li::before {
	content: '';
	/*background-image: url('../../../../../image/catalog/mahachem/general/line.png');*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	width: 100%;
	height: 5px;
	margin: 0px 165px 0 0;
	opacity: 0;
}
header .header-container .header-menu #main-menu > li:hover::before {
	   opacity: 1;
	transition: all 0.6s ease;
}

header .header-container .header-logo {
	display: flex;
	justify-content: center;
	align-items: start;
/*	padding: 5px 0px;*/
	padding: 0px 0px;
}
header .header-container .header-search {
	grid-column: 2 / 2;
	grid-row: 2 / 2;

	-ms-grid-column: 2;
	-ms-grid-row: 2;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;

	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0px;
}
header .header-container .header-search > div {
	width: 100%;
}
header .header-container .header-search .search-custom {
	width: 100%;
	padding-right: 0px;
	margin: 0 auto;
}
header .header-container .header-search .search-custom .search-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0px;
	border: 1px solid #E1E1E1;
}
header .header-container .header-search .search-custom .search-box input {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
}
header .header-container .header-search .search-custom .search-box input::placeholder {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #bebebe;
	letter-spacing: 1px;
}
header .header-container .header-account {
	/*grid-column: 3 / 3;
	grid-row: 2 / 2;

	-ms-grid-column: 3;
	-ms-grid-row: 2;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;*/

	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 10px 0;
}
header .header-container .header-account > div {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 0px;
}
header .header-container .header-account > div > div > a {
	display: table;
	width: 41px;
	padding: 0px !important;
	text-align: center;
}
header .header-container .header-account #cart .badge {
	position: absolute;
	top: 20% !important;
	left: 50% !important;
	height: 20px;
	width: 20px;
	transform: translate(-50%, -50%) !important;
	background-color: #f7a81e;
}
header .header-container .header-account #wishlist .badge {
	position: absolute;
	top: 30% !important;
	height: 20px;
	width: 20px;
	transform: translate(-50%, -50%) !important;
	background-color: #f7a81e;
}
header .header-container .header-account #cart .badge > span {
	font-family: "Poppins Regular";
	font-weight: 700;
	font-size: 12px;
	color: #fff;
}
header .header-container .header-account #wishlist .badge > span {
	font-family: "Poppins Regular";
	font-weight: 700;
	font-size: 12px;
	color: #fff;
}

header .header-container .header-social {
	grid-column: 4 / 4;
	grid-row: 2 / 2;

	-ms-grid-column: 4;
	-ms-grid-row: 2;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;

	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
}
header .header-container .header-social .header-social-container > a {
	padding-right: 15px;
}
header .header-container .header-social .header-social-container > a:last-child {
	padding-right: 0px;
}

header .header-container .header-account #account {
	display: flex;
	justify-content: center;
	align-items: baseline;
}
header .header-container .header-account .logged-name {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 10px;
	color: #f7a81e;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
	padding: 0px 5px;
}

@media (max-width: 991px) {
	header .header-container {
		display: grid;
		grid-template-columns: auto 1fr auto auto;
		grid-template-rows: auto;
		grid-column-gap: 0px;

		display: -ms-grid;
		-ms-grid-columns: auto 1fr auto auto;
		-ms-grid-rows: auto;
	}
	header .header-container .header-mobile-menu {
		margin-top: 20px;
		padding: 10px;
	}
	header .header-container .header-mobile-menu i {

		font-size: 25px;
	}
	header .header-container .header-mobile-menu .header-mobile-container > a > .fa {
		color: #333333;
	}
	header .header-container .header-logo {
		grid-column: 2 / 2;
		grid-row: 1 / 1;

		-ms-grid-column: 2;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row-span: 1;
	}
	header .header-container .header-account {
		grid-column: 3 / 3;
		grid-row: 1 / 1;

		-ms-grid-column: 3;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row-span: 1;

		padding: 10px;
	}

	header .header-container .header-social {
		grid-column: 4 / 4;
		grid-row: 1 / 1;

		-ms-grid-column: 4;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row-span: 1;
	}
}

@media (max-width: 767px) {
	header .header-container .header-mobile-menu {
		margin-top: 3px;
		padding: 10px;
	}

	header .header-upper-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		display: -ms-grid;
		-ms-grid-columns: 1fr;
		-ms-grid-rows: auto auto;
	}
	header .header-upper-container .header-announcement {
		grid-column: 1 / 1;
		grid-row: 1 / 1;

		-ms-grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row-span: 1;
	}
	header .header-upper-container .header-country {
		grid-column: 1 / 1;
		grid-row: 2 / 2;

		-ms-grid-column: 1;
		-ms-grid-row: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row-span: 1;

		display: flex;
		/*justify-content: right;*/
		align-items: right;
		position:absolute;
		right:0;
	}
}




/* ==================== End of Header ==================== */

/* ==================== Footer ==================== */

#footer-area {
	/*margin-top: 0px !important;*/
}
footer {
	background-color: #e9e9e9;
	padding: 20px 0px 15px;
}
footer .footer-container {
	display: flex;
	flex-wrap: wrap;

	display: -ms-flex;
	-ms-flex-wrap: wrap;
}
footer .footer-container > * {
	flex: 1;
}
footer .footer-container h5 {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 16px;
	color: #2e2e2e;
	letter-spacing: 1px;
	line-height: 26px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}
footer .footer-container a {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #034684;
	letter-spacing: 1px;
	line-height: 22px;
	text-transform: uppercase;
}
footer .footer-container a:hover,
footer .footer-container a:focus {
	color: #f7a81e;
	transition: all 0.6s ease-in;
}
footer hr {
	border-bottom: 1px solid #dddddd;
	margin-top: 15px;
	margin-bottom: 15px;
}
footer .footer-credit {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-column-gap: 15px;

	display: -ms-grid;
	-ms-grid-columns: 1fr 1fr;
	-ms-grid-rows: auto;

	width: 90%;
	margin: 0 auto;
}
footer .footer-credit .footer-copyright {
	grid-column: 1 / 1;
	grid-row: 1 / 1;

	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;

	display: flex;
	justify-content: flex-start;
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #262d3d;
	letter-spacing: 0px;
	line-height: 22px;
}
footer .footer-credit .footer-designed {
	grid-column: 2 / 2;
	grid-row: 1 / 1;

	-ms-grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;

	display: flex;
	justify-content: flex-end;
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #262d3d;
	letter-spacing: 0px;
	line-height: 22px;
}
footer .footer-credit .footer-designed a {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #262d3d;
	letter-spacing: 0px;
	line-height: 22px;
}
footer .footer-credit .footer-designed a:hover,
footer .footer-credit .footer-designed a:focus {
	color: #f7a81e;
	transition: all 0.6s ease-in;
}

footer .footer-container .footer-categories  {
	flex: 1.5;
}
footer .footer-container .footer-categories ul {
	display: flex;
	flex-wrap: wrap;
}
footer .footer-container .footer-categories ul li {
	width: 50%;
}

@media (max-width: 767px) {
	footer .footer-container > * {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		text-align: left;

		flex: auto;
		width: 50%;
	}
	footer .footer-credit {
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: auto auto;
		grid-column-gap: 15px;

		display: -ms-grid;
		-ms-grid-columns: auto;
		-ms-grid-rows: auto auto;
	}
	footer .footer-credit .footer-copyright {
		grid-column: 1 / 1;
		grid-row: 1 / 1;

		-ms-grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row-span: 1;

		display: flex;
		justify-content: center;
	}
	footer .footer-credit .footer-designed {
		grid-column: 1 / 1;
		grid-row: 2 / 2;

		-ms-grid-column: 1;
		-ms-grid-row: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row-span: 1;

		display: flex;
		justify-content: center;
	}
}
@media (max-width: 575px) {
	footer .footer-container > * {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;

		flex: auto;
		width: 100%;
	}
	footer .footer-container .footer-categories ul li {
		width: 100%;
	}
}

/* ==================== End of Footer ==================== */

/* ==================== Newsletter ==================== */

.newsletter-section {
	background-color: #034684;
	border-top: none !important;

	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.newsletter-section .mailchimp-integration {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto;

	display: -ms-grid;
	-ms-grid-columns: auto 1fr;
	-ms-grid-rows: auto;
}
.newsletter-section .mailchimp-integration .box-heading {
	grid-column: 1 / 1;
	grid-row: 1 / 1;

	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.newsletter-section .mailchimp-integration .box-heading h3 {
	font-family: "Poppins Bold";
	font-weight: 700;
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 3px;
	line-height: 24px;
	text-transform: uppercase;
}
.newsletter-section .mailchimp-integration .box-heading .mi-toptext {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 22px;
	color: #ffffff;
	letter-spacing: 3px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0px;
	width: 100%;
}
.newsletter-section .mailchimp-integration .box-content {
	grid-column: 2 / 2;
	grid-row: 1 / 1;

	-ms-grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;

	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 15px;
}
.newsletter-section .mailchimp-integration .box-content .mi-block {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
	position: relative;
}
.newsletter-section .mailchimp-integration .box-content .mi-block a {
	color: #fff;
	margin-left: 3px;
	font-weight: bold;
	text-transform: uppercase;
/*	position: absolute;*/
	right: 0;
}

.newsletter-section .mailchimp-integration .box-content .mi-block a:hover {
	color: #f7a81f;
}

.newsletter-section .mailchimp-integration .box-content .mi-block input {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 24px;

	height: 55px;
	width: 360px;
	border: none;
	border-radius: 50px !important;
	padding: 15px 20px;
}
.newsletter-section .mailchimp-integration .box-content .mi-block input::placeholder {
	color: #bebebe;
}
.newsletter-section .mailchimp-integration .box-content .mi-block.mi-button  {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 15px;
}
.newsletter-section .mailchimp-integration .box-content .mi-block.mi-button a {
	background-color: #f7a81e;
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 3px;
	line-height: 22px;
	border: 1px solid #f7a81e;
}
.newsletter-section .mailchimp-integration .box-content .mi-block.mi-button a :hover,
.newsletter-section .mailchimp-integration .box-content .mi-block.mi-button a :focus {
	background-color: #ffffff;
	color: #f7a81e;
	border: 1px solid #f7a81e;
	transition: all 0.6s ease-in;
}
.btn-mi {
	position:  absolute;
	height: 55px;
	border: 1px solid #f7a81e;
	 border-bottom-right-radius: 50px;
	  border-top-right-radius: 50px;
}

@media (max-width: 767px) {
	.newsletter-section .mailchimp-integration {
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: auto auto;

		display: -ms-grid;
		-ms-grid-columns: auto;
		-ms-grid-rows: auto auto;

		width: 100%;
	}
	.newsletter-section .mailchimp-integration .box-heading {
		grid-column: 1 / 1;
		grid-row: 1 / 1;

		-ms-grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row-span: 1;

		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px 0px;
	}
	.newsletter-section .mailchimp-integration .box-content {
		grid-column: 1 / 1;
		grid-row: 2 / 2;

		-ms-grid-column: 1;
		-ms-grid-row: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row-span: 1;

		display: flex;
		justify-content: center;
		align-items: center;
	}
	.newsletter-section .mailchimp-integration .box-content .mi-block input {
		width: 100%;
	}
}
@media (max-width: 575px) {
	.newsletter-section .mailchimp-integration .box-content {
		padding: 0px;
	}
	.newsletter-grid{
		display: grid;
		grid-template-columns: auto !important;
		grid-template-rows: auto auto  !important;
		grid-column-gap: 15px;

		display: -ms-grid;
		-ms-grid-columns: auto;
		-ms-grid-rows: auto auto;
	}
	.newsletter-grid > div:nth-last-child(2) {
		grid-column: 1 / 1 !important;
		grid-row: 1 / 1;

		-ms-grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row-span: 1;

		display: flex !important;
		justify-content: center !important;
		align-items: center;
	}
	.newsletter-grid > div:last-child {
		grid-column: 1 / 1 !important;
		grid-row: 2 / 2;

		-ms-grid-column: 1;
		-ms-grid-row: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row-span: 1;

		display: flex !important;
		justify-content: center !important;
		align-items: center;
	}
}

/* ==================== End of Newsletter ==================== */

/* ==================== Slideshow ==================== */

.slideshow .slider-image {
	/*height: 45vh !important;*/
}
.slideshow .slider-slideshow-description {
	width: 75%;
	margin: 0 auto;
}
.slideshow .slider-slideshow-description .slider-slideshow-description-texts {
	font-family: "Poppins Regular";
	font-weight: 300;
	font-size: 24px;
	color: #034684;
	letter-spacing: 3px;
	line-height: 34px;
	text-transform: uppercase;
}
.slideshow .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
	font-family: "Poppins Bold";
	font-weight: 700;
	font-size: 58px;
	line-height: 68px;
}
.slideshow .slider-slideshow-description .slider-slideshow-description-texts .slider-slideshow-description-link .btn-primary {
	border-radius: 24px;
}
.slideshow .slider-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	width: 50px;
	height: 50px;
}
.slideshow .owl-nav > * {
	top: 50%;
}
.slideshow .slider-nav.hover-show.slider-nav-left {
	left: 80px !important;
	transform: translate(0%, -50%);
}
.slideshow .slider-nav.hover-show.slider-nav-right {
	right: 80px !important;
	transform: translate(0%, -50%);
}
.slider-slideshow-icon {
	width: 75%;
	height: auto;
	margin: 0 auto;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	margin-bottom: 10px;
}
.slider-slideshow-icon > img {
	width: 30px !important;
	height: 30px !important;
	margin: 0 auto;
}
.slider-slideshow-icon .slider-slideshow-icon-text {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 10px;
	color: #333333;
	letter-spacing: 3px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	margin: 0 auto;
	width: 80px;
}
@media (max-width: 767px) {
	.slideshow .slider-image {
		height: auto !important;
	}
	.slideshow .slider-slideshow-description {
		width: 90%;
	}
	.slideshow .slider-nav.hover-show.slider-nav-left {
		left: 0px !important;
	}
	.slideshow .slider-nav.hover-show.slider-nav-right {
		right: 0px !important;
	}
	.slider-slideshow-icon {
		width: 90%;
	}

}
@media (max-width: 575px) {
	.slideshow .slider-slideshow-description .slider-slideshow-description-texts {
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 24px;
	}
	.slideshow .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
		font-size: 38px;
		line-height: 48px;
	}
	.slider-slideshow-icon .slider-slideshow-icon-text {
		width: 100%;
	}
}

/* ==================== End of Slideshow ==================== */

/* ==================== Home Page - Find The Right Chemistry ==================== */

.fcategory {
	background-color: #fff;
	padding: 30px 0px;
}
.fcategory-container {
	margin: 0 auto;
}
.fcategory-container .fcategory-content {
	display: flex;
	justify-content: center;
	align-items: center;
}
.fcategory-container .fcategory-content .fcategory-item {
	display: flex;
	flex-direction: column;
	flex: 1;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 12px;
	padding: 15px;
	width: 100%;
	height: 230px;
}
.fcategory-container .fcategory-content .fcategory-item .fcategory-image {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.fcategory-container .fcategory-content .fcategory-item .fcategory-image img:first-child {
	display: block;
}
.fcategory-container .fcategory-content .fcategory-item .fcategory-image img:last-child {
	display: none;
}
.fcategory-container .fcategory-content .fcategory-item .fcategory-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px auto 0px;
	height: 100%;
}
.fcategory-container .fcategory-content .fcategory-item .fcategory-title span {
	font-family: "Poppins Bold";
	font-weight: 500;
	font-size: 13px;
	color: #fff !important;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
}
.fcategory-container .fcategory-content .fcategory-item .fcategory-title a {
background-color: #f7a81e;
font-family: Poppins, sans-serif;
font-weight: 800;
font-size: 14px;
color: #ffffff;
text-transform: uppercase;
border: 0.5px solid #f7a81e;
text-align: center;
padding: 8px;
border-radius: 50px;
width: 150px;
display:inline-block;
margin:10px;
}
.fcategory-container .fcategory-content .fcategory-item:hover {
	background-color: #579cce;
	transition: all 0.6s ease-in;
}
.fcategory-container .fcategory-content .fcategory-item:hover .fcategory-image img:first-child {
	display: none;
	transition: all 0.6s ease-in;
}
.fcategory-container .fcategory-content .fcategory-item:hover .fcategory-image img:last-child {
	display: block;
	transition: all 0.6s ease-in;
}
.fcategory-container .fcategory-content .fcategory-item:hover .fcategory-title a {
background-color: #ffffff;
color: #f7a81e;
border: 1px solid #f7a81e;
transition: all 0.6s ease-in;
}
@media (max-width: 575px) {
	.fcategory-container .fcategory-content .fcategory-item .fcategory-image {
		padding: 10px;
	}
	.fcategory-container .fcategory-content .fcategory-item {
		padding: 5px;
	}
	.fcategory-container .fcategory-content .fcategory-item .fcategory-title a {
		font-size: 10px;
		line-height: 14px;
	}
}

/* ==================== End of Home Page - Find The Right Chemistry ==================== */

/* ==================== Home Page - Promotions ==================== */

.promotion-code-container {
	/*width: 90%;*/
	margin: 0 auto;
}
.promotion-code-container .promotion-code-content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
}
.promotion-code-container .promotion-code-content .promotion-code-item {
	position: relative;
	flex: 1;
}
.promotion-code-container .promotion-code-content .promotion-code-item .promotion-code-image {

}
.promotion-code-container .promotion-code-content .promotion-code-item .promotion-code-info {
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, -25%);

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.promotion-code-container .promotion-code-content .promotion-code-item .promotion-code-info .promotion-code-description {
	font-family: "Poppins Regular";
	font-weight: 300;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 3px;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
}
.promotion-code-container .promotion-code-content .promotion-code-item .promotion-code-info .promotion-code-description:first-line {
	font-family: "Poppins Bold";
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
}
.promotion-code-container .promotion-code-content .promotion-code-item .promotion-code-info .promotion-code-button {
	margin-top: 10px;
}
.promotion-code-container .promotion-code-content .promotion-code-item .promotion-code-info .promotion-code-button .btn-primary {
	border-radius: 24px;
}
.promotion_code .slider-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	width: 50px;
	height: 50px;
}
.promotion_code .owl-nav > * {
	top: 50%;
}
.promotion_code .slider-nav.hover-show.slider-nav-left {
	left: -10px !important;
	transform: translate(0%, -50%);
}
.promotion_code .slider-nav.hover-show.slider-nav-right {
	right: -10px !important;
	transform: translate(0%, -50%);
}
@media (max-width: 767px) {
	.promotion-code-container .promotion-code-content {
		padding: 0px;
	}
}
@media (max-width: 575px) {
	.promotion-code-container .promotion-code-content .promotion-code-item .promotion-code-info .promotion-code-description {
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 22px;
	}
	.promotion-code-container .promotion-code-content .promotion-code-item .promotion-code-info .promotion-code-description:first-line {
		font-size: 28px;
		line-height: 38px;
	}
}

/* ==================== End of Home Page - Promotions ==================== */

/* ==================== Home Page - Featured Products ==================== */

.featured {
	background-color: #f1f1f1;
}
.featured-container {
	width: 90%;
	margin: 0 auto;
}
.featured-container .featured-content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 50px;
}
/*.featured-container .featured-content .featured-item {
	flex: 1;
}*/
.featured-container .featured-button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.featured .slick-nav {
	width: auto;
	height: 100%;
	z-index: 1;
	top: 0px;
}
.featured .slick-nav.left,
.featured .slick-nav.prev {
	left: 15px;
}
.featured .slick-nav.right,
.featured .slick-nav.next {
	right: 15px;
}
.featured .slick-list {
	margin: 0 -10px;
}
.featured .slick-list .slick-track .slick-slide {
	margin: 0px 10px;
}

@media (max-width: 575px) {
	.featured-container .featured-content {
		padding: 0px;
	}
}

/* ==================== End of Home Page - Featured Products ==================== */

/* ==================== Product Info ==================== */

.product-block {
	position: relative;
	background: transparent;
	border: none;
	padding: 0px;
	margin-bottom: 15px;
	min-height: 300px;
	display: flex !important;
	margin-bottom: 40px !important;
}
.product-block:hover,
.product-block:focus {
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.6s ease-in;
}
.product-block:hover .product-image-block .product-image img {
	opacity: 0.4;
	transition: all 0.6s ease-in;
}
.product-block .product-image-block .product-sticker {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(0%, 10%);
	z-index: 1;
	width: 60px;
	height: 40px;
}
.product-block .product-category {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 12px;
	color: #4c4945;
	letter-spacing: 1px;
	line-height: 14px;
	text-transform: uppercase;
	min-height: 28px;
	max-height: 28px;
	margin: 10px auto;
}
.product-block .product-category img {
	width: auto;
	height: 24px !important;
	margin: 0px 5px;
}
.product-block .product-name {
	padding: 0px;
	/*margin: 0px auto auto;*/
	height: 50px;
	overflow: hidden;
}
.product-block .product-name a {
	font-family: "Poppins Regular";
	font-weight: 700;
	font-size: 13px;
	color: #034684;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	display: inline-block;
}
/*.product-block .product-details {*/
/*	min-height: 26px;*/
/*	padding: 0px;*/
/*	margin: 0px auto;*/
/*}*/
.product-block .product-details .product-price {
	font-family: "Poppins Regular";
	font-weight: 700;
	font-size: 13px;
	color: #034684;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
}
.product-block .product-details .product-price .price-old {
	font-family: "Poppins Regular";
	font-weight: 700;
	font-size: 12px;
	color: #f7a81e;
	letter-spacing: 1px;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: line-through;
}
.product-block .product-rating {
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: 5px auto;
}
.product-block .product-rating .rating .fa-stack {
	font-size: 9px;
}
.product-block .product-rating .rating .star .fa-star {
	color: #efce4a;
	font-size: 18px;
}
.product-block .product-rating .rating .star .fa-star + .fa-star-o {
	color: #efce4a;
	font-size: 18px;
}
.product-block .product-rating .rating .no-star .fa-star {
	color: #efce4a;
	font-size: 18px;
}
.product-block .product-rating .rating .no-star .fa-star-o {
	color: #efce4a;
	font-size: 18px;
}
.product-block .product-rating .rating-count {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 12px;
	color: #4c4945;
	letter-spacing: 1px;
	line-height: 22px;
	padding: 0px 10px;
}

@media (max-width: 1024px) {
	.product-block .product-button {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
		display: flex;
		flex-wrap: nowrap;
		transition: opacity 0.3s;
		width: auto;
	}
}

.product-block .product-buttons {
	/*position: relative;*/
	width: 100%;
	margin: 5px auto 0px;
}
.product-block .product-buttons .product-cart {
	/*position: absolute;*/
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;

	background-color: #f7a81e;
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 16px;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px 0px;
}
.product-block .product-buttons .product-sold-out {
	/*position: absolute;*/
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;

	background-color: #dddddd;
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 16px;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px 0px;
}
.product-block .product-buttons .product-countdown {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f7a81e;
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 14px;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 4px;
}
.product-block .product-buttons .product-countdown .countdown-day {
	padding: 0px 5px;
}
.product-block .product-buttons .product-countdown .countdown-time {
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-block .product-buttons .product-countdown .countdown-time img {
	width: 16px;
	height: 16px;
	margin: 0px 5px;
}
.product-block .product-buttons .product-countdown .countdown-time span {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	font-weight: 600;
	font-size: 14px;
	border-radius: 4px;
	width: 28px;
	height: 28px;
	padding: 2px 2px;
	margin: 0px 2px;
}
.product-block .product-buttons .product-countdown .countdown-expired {
	padding: 5px 0px;
}
.product-block:hover .product-buttons .product-cart {
	display: block;
	opacity: 1;
	transition: all 0.6s ease-in;
}
.product-block:hover .product-buttons .product-sold-out {
	display: block;
	opacity: 1;
	transition: all 0.6s ease-in;
}
.product-block:hover .product-buttons .product-countdown {
	display: none;
	opacity: 0;
	transition: all 0.6s ease-in;
}

/* ==================== End of Product Info ==================== */

/* ==================== Home Page - Flash Sale ==================== */

.flash-sale-container {
	margin: 0 auto;
}
.flash-sale-container .flash-sale-content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 50px;
}
/*.flash-sale-container .flash-sale-content .flash-sale-item {
	flex: 1;
}*/
.flash-sale-container .flash-sale-button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.flash_sale .slick-nav {
	width: auto;
	height: 100%;
	z-index: 1;
	top: 0px;
}
.flash_sale .slick-nav.left,
.flash_sale .slick-nav.prev {
	left: 15px;
}
.flash_sale .slick-nav.right,
.flash_sale .slick-nav.next {
	right: 15px;
}
.flash_sale .slick-list {
	margin: 0 -10px;
}
.flash_sale .slick-list .slick-track .slick-slide {
	margin: 0px 10px;
}

@media (max-width: 575px) {
	.flash-sale-container .flash-sale-content {
		padding: 0px;
	}
}

/* ==================== End of Home Page - Flash Sale ==================== */

/* ==================== Home Page - Just For You ==================== */

.just_for_you {
	background-color: #fff;
}
.just-for-you-container {
	/*width: 90%;*/
	margin: 0 auto;
}
.just-for-you-container .just-for-you-content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 50px;
}
/*.just-for-you-container .just-for-you-content .just-for-you-item {
	flex: 1;
}*/
.just-for-you-container .just-for-you-button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.just-for-you-container .just-for-you-button .btn-primary {
	border-radius:50px;

}
.just_for_you .slick-nav {
	width: auto;
	height: 100%;
	z-index: 1;
	top: 0px;
}
.just_for_you .slick-nav.left,
.just_for_you .slick-nav.prev {
	left: 15px;
}
.just_for_you .slick-nav.right,
.just_for_you .slick-nav.next {
	right: 15px;
}
.just_for_you .slick-list {
	margin: 0 -10px;
}
.just_for_you .slick-list .slick-track .slick-slide {
	margin: 0px 10px;
}

@media (max-width: 575px) {
	.just-for-you-container .just-for-you-content {
		padding: 0px;
	}
}

/* ==================== End of Home Page - Featured Products ==================== */

/* ==================== Home Page - Featured News ==================== */

.farticle-container {
	/*width: 90%;*/
	margin: 0 auto;
}
.farticle-container .farticle-content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
}
.farticle-container .farticle-content .farticle-item img {
	width: 100%;
}
.farticle-container .farticle-content .farticle-item .farticle-info {
	padding: 10px 0px;
}
.farticle-container .farticle-content .farticle-item .farticle-info .farticle-category {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 12px;
	color: #4c4945;
	letter-spacing: 1px;
	line-height: 22px;
	text-transform: uppercase;
}
.farticle-container .farticle-content .farticle-item .farticle-info .farticle-title {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 14px;
	color: #034684;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
}
.farticle-container .farticle-button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.farticle-container .farticle-button .btn-primary {
	border-radius:50px;

}
.farticle .slider-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	width: 50px;
	height: 50px;
}
.farticle .owl-nav > * {
	top: 50%;
}
.farticle .slider-nav.hover-show.slider-nav-left {
	left: -10px !important;
	transform: translate(0%, -50%);
}
.farticle .slider-nav.hover-show.slider-nav-right {
	right: -10px !important;
	transform: translate(0%, -50%);
}

@media (max-width: 767px) {
	.farticle-container .farticle-content {
		padding: 0px;
	}
}

/* ==================== End of Home Page - Featured News ==================== */

/* ==================== Product Listing Filter ==================== */

#side-categories .item-header,
#side-manufacturer .item-header,
#side_filter .item-header,
#side-price .item-header {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 20px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 30px;
	border: none;
	padding: 10px 0px;
}
#side-categories .list-group-item,
#side-manufacturer .list-group-item,
#side_filter .list-group-item,
#side-price .list-group-item {
	border: none;
	padding: 10px 0px;
}
#side-categories .side-categories-level-1 .group .item .toggle {
	border-left: none;
	padding: 8px 18px;
}
#side-categories .side-categories-level-1 .group .item.level-1 .toggle {
	background-image: url('../../../../../image/catalog/mahachem/product/plus-black.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center;
}
#side-categories .side-categories-level-1 .group .item.level-1.active .toggle {
	background-image: url('../../../../../image/catalog/mahachem/product/minus-white.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center;
}
#side-categories .side-categories-level-1 .group .item.level-1:hover .toggle,
#side-categories .side-categories-level-1 .group .item.level-1:focus .toggle {
	background-image: url('../../../../../image/catalog/mahachem/product/plus-white.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center;
	background-color: transparent;
	transition: all 0.6s ease-in;
}

#side-categories .side-categories-level-1 {
	margin-bottom: 10px;
}
#side-categories .side-categories-level-1 .group {
	border: none;
}
#side-categories .side-categories-level-1 .group .item.level-1 .icon  {
	width: 50px;
	height: 40px;
	padding: 0px 10px;
}
#side-categories .side-categories-level-1 .group .item.level-1 .icon img {
	margin: 0 auto;
}
#side-categories .side-categories-level-1 .group .item.level-1 .icon img:first-child {
	display: block;
}
#side-categories .side-categories-level-1 .group .item.level-1 .icon img:last-child {
	display: none;
}
#side-categories .side-categories-level-1 .group .item.level-1 {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #333333;
	margin-bottom: 10px;
}
#side-categories .side-categories-level-1 .group .item.level-1 a {
	background-color: transparent;
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0px;
	line-height: 22px;
	text-transform: uppercase;
	padding: 8px 10px;
}
#side-categories .side-categories-level-1 .group .item.active + .sub {
	border-top: none;
}
#side-categories .side-categories-level-1 .group .item.level-1:hover {
	background-color: #f7a81e;
	border: 1px solid #f7a81e;
	transition: all 0.6s ease-in;
}
#side-categories .side-categories-level-1 .group .item.level-1.active {
	background-color: #f7a81e;
	border: 1px solid #f7a81e;
}
#side-categories .side-categories-level-1 .group .item.level-1:hover a,
#side-categories .side-categories-level-1 .group .item.level-1:hover .toggle {
	color: #ffffff;
	transition: all 0.6s ease-in;
}
#side-categories .side-categories-level-1 .group .item.level-1.active a,
#side-categories .side-categories-level-1 .group .item.level-1.active .toggle {
	color: #ffffff;
}
#side-categories .side-categories-level-1 .group .item.level-1:hover img:first-child {
	display: none;
}
#side-categories .side-categories-level-1 .group .item.level-1:hover img:last-child {
	display: block;
}
#side-categories .side-categories-level-1 .group .item.level-1.active img:first-child {
	display: none;
}
#side-categories .side-categories-level-1 .group .item.level-1.active img:last-child {
	display: block;
}

#side-categories .side-categories-level-1 .group .item.level-2 a {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0px;
	line-height: 18px;
	padding: 8px 18px;
}
#side-categories .side-categories-level-1 .group .item.level-2:hover,
#side-categories .side-categories-level-1 .group .item.level-2:hover a  {
	background-color: transparent;
	color: #f7a81e;
	transition: all 0.6s ease-in;
}
#side-categories .side-categories-level-1 .group .item.level-2.active,
#side-categories .side-categories-level-1 .group .item.level-2.active a {
	color: #f7a81e;
}
#side-categories .side-categories-level-1 .group .item.level-3 a {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0px;
	line-height: 18px;
	padding: 8px 36px;
}
#side-categories .side-categories-level-1 .group .sub .level-3 .item:hover,
#side-categories .side-categories-level-1 .group .sub .level-3 .item:hover a {
	background-color: transparent;
	color: #f7a81e;
	transition: all 0.6s ease-in;
}
#side-categories .side-categories-level-1 .group .sub .level-3 .item .active {
	color: #f7a81e;
}

#side-categories .side-categories-level-1 .group .item .toggle {
	background-image: url('../../../../../image/catalog/mahachem/product/plus-black.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center;
}
#side-categories .side-categories-level-1 .group .item.active .toggle {
	background-image: url('../../../../../image/catalog/mahachem/product/minus.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center;
}
#side-categories .side-categories-level-1 .group .item:hover .toggle,
#side-categories .side-categories-level-1 .group .item:focus .toggle {
	background-image: url('../../../../../image/catalog/mahachem/product/plus.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center;
	background-color: transparent;
	transition: all 0.6s ease-in;
}

#side-price .list-group-item .input-group {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0px;
	line-height: 18px;
}
#side-price #slider-price {
	background: #000000;
	width: 100%;
	height: 2px;
	border-radius: 24px;
}
#side-price .ui-slider-range {
	background: #f7a81e;
}
#side-price .ui-slider-handle {
	background: #f7a81e;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.product-filter-container {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.product-filter-container > * {
	display: flex;
}
.product-filter-container > *:first-child {
	width: 60%;
}
.product-filter-container > *:last-child {
	width: 40%;
}
.product-filter-container .product-filter #side_filter {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
}
.product-filter-container .product-filter label,
.product-filter-container .product-sort label {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0px;
	line-height: 18px;
	padding: 0px;
}
.product-filter-container .product-filter select,
.product-filter-container .product-sort select {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0px;
	line-height: 18px;
	margin: 0px 10px;
}
@media (max-width: 991px) {
	.product-filter-container {
		flex-direction: column;
	}
	.product-filter-container > * {
		width: 100% !important;
	}
	.product-filter-container .product-filter .form-group,
	.product-filter-container .product-sort .form-group{
		margin-bottom: 15px;
	}
}
@media (max-width: 575px) {
	.product-filter-container .product-filter #side_filter {
		flex-direction: column;
	}
	.product-filter-container .product-sort {
		flex-direction: column;
	}
	.product-filter-container .product-filter select,
	.product-filter-container .product-sort select {
		margin: 0px 0px 0px 10px;
	}
}

/* ==================== End of Product Listing Filter ==================== */

/* ==================== Product Listing ==================== */

.product-special .product-view > *,
.product-category .product-view > * {
	width: calc(25% - 12px);
}
@media (min-width: 1200px) {
	.product-special .product-view .product-block:not(:nth-child(3n+1)):not(:first-child),
	.product-category .product-view .product-block:not(:nth-child(3n+1)):not(:first-child) {
		margin-left: 0px;
	}
	.product-special .product-view .product-block:not(:nth-child(4n+1)):not(:first-child),
	.product-category .product-view .product-block:not(:nth-child(4n+1)):not(:first-child) {
		margin-left: 15px;
	}
}
@media (min-width: 1920px) {
	.product-category .product-block {
		height: 500px !important;
	}
}
@media (max-width: 1000px) {
	.product-category .product-block {
		height: 429px !important;
	}
}
@media (max-width: 768px) {
	.product-category .product-block {
		height: 409px !important;
	}
}
@media (max-width: 425px) {
	.product-category .product-block {
		height: auto !important;
	}
}
@media (max-width: 1199px) and (min-width: 541px) {
	.product-special .product-view > *,
	.product-category .product-view > * {
		width: calc(33.333% - 10px);
	}
	.product-special .product-view .product-block:not(:nth-child(3n+1)):not(:first-child),
	.product-category .product-view .product-block:not(:nth-child(3n+1)):not(:first-child) {
		margin-left: 15px !important;
	}
	.product-special .product-view .product-block:not(:nth-child(4n+1)):not(:first-child),
	.product-category .product-view .product-block:not(:nth-child(4n+1)):not(:first-child) {
		margin-left: 0px;
	}
}
@media (max-width: 540px) and (min-width: 415px) {
	.product-special .product-view > *,
	.product-category .product-view > * {
		width: calc(50% - 8px);
	}
	.product-special .product-view .product-block:not(:nth-child(2n+1)):not(:first-child),
	.product-category .product-view .product-block:not(:nth-child(2n+1)):not(:first-child) {
		margin-left: 15px;
	}
}
@media (max-width: 414px) {
	.product-special .product-view > *,
	.product-category .product-view > * {
		width: calc(100% - 0px);
	}
	.product-special .product-view .product-block:not(:nth-child(2n+1)):not(:first-child),
	.product-category .product-view .product-block:not(:nth-child(2n+1)):not(:first-child) {
		margin-left: 0px;
	}
}

/* ==================== End of Product Listing ==================== */

/* ==================== Product ==================== */

.product-product .product-image-column {
	margin-bottom: 10px;
}
.product-product .product-image-main-container {
	margin-bottom: 5px;
}
.product-product .product-image-additional-container img {
	border: none;
	padding: 0px;
}

.product-product .category {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 14px;
	color: #4c4945;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	min-height: 28px;
	max-height: 28px;
}
.product-product .category img {
	width: auto;
	height: 24px !important;
	margin: 0px 5px;
}
.product-product .name,
.product-product .name-2 {
	font-family: "Poppins Regular";
	font-weight: 700;
	font-size: 20px;
	color: #034684;
	letter-spacing: 1px;
	line-height: 30px;
	text-transform: uppercase;
}
.product-product .price {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	font-family: "Poppins Regular";
	font-weight: 700;
	font-size: 20px;
	color: #034684;
	letter-spacing: 1px;
	line-height: 30px;
	text-transform: uppercase;
	list-style: none;
	padding: 0px;
	margin: 10px 0px;
}
.product-product .price .new-price {
	/*padding-left: 10px;*/
}
.product-product .price .old-price {
	font-size: 16px;
	color: #f00;
	opacity: 0.6;
	text-decoration: line-through;
	/*padding-left: 10px;*/
}
.product-product .sold-out {
	font-family: "Poppins Regular";
	font-weight: 700;
	font-size: 20px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 0px;
	margin: 10px 0px;
}
.product-product .p-rating {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}
.product-product .p-rating .rating .fa-stack {
	font-size: 9px;
}
.product-product .p-rating .rating .star .fa-star {
	color: #efce4a;
	font-size: 18px;
}
.product-product .p-rating .rating .star .fa-star + .fa-star-o {
	color: #efce4a;
	font-size: 18px;
}
.product-product .p-rating .rating .no-star .fa-star {
	color: #efce4a;
	font-size: 18px;
}
.product-product .p-rating .rating .no-star .fa-star-o {
	color: #efce4a;
	font-size: 18px;
}
.product-product .p-rating .rating-count {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 12px;
	color: #4c4945;
	letter-spacing: 1px;
	line-height: 22px;
	padding: 0px 10px;
}
.product-product .description {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 22px;
	margin: 15px 0px;
}

.product-product #product {
	max-width: 100%;
	width: 100%;
	margin-bottom: 15px;
}
#product .form-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 50%;
	margin-bottom: 15px;
}
#product .form-group label {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 22px;
	margin: 0px;
	flex: 25%;
}
#product .form-group label:before {
	content: none;
}
#product .form-group select {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 22px;
	flex: 75%;
	height: 35px;
}
#product .form-group .text-danger {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 10px;
	color: #a94442;
	letter-spacing: 1px;
	line-height: 22px;
	display: inline-block;
	flex: 100%;
	text-align: right;
}
@media (max-width: 991px) {
	#product .form-group {
		width: 100%;
	}
	#product .input-group-flex {
		width: 100% !important;
	}
	#waiting_list {
		width: 100% !important;
	}
}

#product .form-group .input-group .input-group-addon {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 22px;
	padding: 0px;
	align-items: flex-start;
	flex: 25%;
	padding-right: 30px;
}
#product .form-group .input-group {
	width: 100%;
}
#product .form-group .input-group .input-group-box {
	display: inline-table;
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 22px;
	flex: 75%;
}

#product .input-group-flex {
	width: 100%;
	margin: 30px 0px;
}
#product .input-group-flex > span {
/*	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 22px;
	flex: 15%;
	padding: 0px;*/
}
/*#product .input-group-flex > div {
	flex: 75%;
}
*/
#waiting_list .waiting_list_container {
	border: none;
	padding: 15px 0px;
}
#waiting_list .waiting_list_container .waiting_list_description {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 22px;
	text-transform: uppercase;
}
#waiting_list .waiting_list_container .flex-group input {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 22px;
	padding: 6px 12px;
}

.product-product .product-attributes {
	margin: 15px 0px 30px;
}
.product-product .product-attributes #product-tabs {
	display: flex;
	margin-bottom: 0px;
}
.product-product .product-attributes #product-tabs > li {
	/*flex: 0.2;*/
}
.product-product .product-attributes #product-tabs > li > a {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #464945;
	letter-spacing: 2px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 0px;
	margin-right: -1px;
	padding: 12px 18px;
}
.product-product .product-attributes #product-tabs > li.active > a {
	background-color: #f7a81e;
	color: #ffffff;
	border: 1px solid #f7a81e;
}
.product-product .product-attributes #product-tabs > li:hover > a {
	background-color: #f7a81e;
	color: #ffffff;
	border: 1px solid #f7a81e;
	transition: all 0.6s ease-in;
}
.product-product .product-attributes .tab-content {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 22px;
	padding: 15px 0px;
	border-bottom: 1px solid #dddddd;
}

.product-product .product-review {
	border: 1px solid #dddddd;
	padding: 15px;
	margin: 15px 0px 30px;
}
.product-product .product-review .product-review-title {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 18px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 28px;
	padding-bottom: 10px;
}
.product-product .product-review .product-review-login {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 22px;
}
.product-product .product-review .product-review-login a {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 22px;
	text-decoration: underline;
}
.product-product .product-review .product-review-login a:hover {
	color: #f7a81e;
	transition: all 0.6s ease-in;
}
.product-product .product-review [type=radio] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.product-product .product-review [type=radio] + span {
	cursor: pointer;
}
.product-product .product-review .fa-stack {
	width: 10px;
}
.product-product .product-review .star .fa-star {
	color: #464945;
	font-size: 22px;
}
.product-product .product-review .star .fa-star + .fa-star-o {
	 color: #f7a81e;
	font-size: 22px;
}
.product-product .product-review .no-star .fa-star {
	 color: #f7a81e;
	font-size: 22px;
}
.product-product .product-review .no-star .fa-star-o {
	color: #464945;
	font-size: 22px;
}

.product-product .product-review label {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 22px;
	padding-right: 10px;
}
.product-product .product-review input,
.product-product .product-review textarea {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 22px;
}

.related-container .related-content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 50px;
}
.related-container .slick-nav {
	width: auto;
	height: 100%;
	z-index: 1;
	top: 0px;
}
.related-container .slick-nav.left,
.related-container .slick-nav.prev {
	left: 15px;
}
.related-container .slick-nav.right,
.related-container .slick-nav.next {
	right: 15px;
}
.related-container .slick-list {
	margin: 0 -10px;
}
.related-container .slick-list .slick-track .slick-slide {
	margin: 0px 10px;
}

/* ==================== End of Product ==================== */

/* ==================== Sample Request ==================== */

.sample-request-container {
	margin-bottom: 30px;
}
.sample-request-container button {
	width: 100%;
}

#sampleRequest .modal-dialog {
	width: 80vw;
	max-width: 900px;
}
#sampleRequest .modal-dialog .modal-content {
	box-shadow: none;
}
#sampleRequest .modal-dialog .modal-content .modal-header {
	border-bottom: none;
}
#sampleRequest .modal-dialog .modal-content .modal-header .modal-title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Poppins Regular";
	font-weight: 700;
	font-size: 18px;
	color: #343434;
	letter-spacing: 1px;
	line-height: 24px;
}
#sampleRequest .modal-dialog .modal-content .modal-body {
	display: flex;
	flex-wrap: wrap;

}
#sampleRequest .modal-dialog .modal-content .modal-body .form-group {
	margin-left: 7.5px;
	margin-right: 7.5px;
	min-width: calc(100% - 15px);
}
@media (min-width: 541px) {
	#sampleRequest .modal-dialog .modal-content .modal-body > *:not(:last-child) {
		flex: 1 1 auto;
		min-width: calc(50% - 15px);
	}
}
#sampleRequest .modal-dialog .modal-content .modal-body > *:last-child {
	min-width: calc(100% - 15px);
}
#sampleRequest .modal-dialog .modal-content .modal-body .form-group input,
#sampleRequest .modal-dialog .modal-content .modal-body .form-group select,
#sampleRequest .modal-dialog .modal-content .modal-body .form-group textarea {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 22px;
}
#sampleRequest .modal-dialog .modal-content .modal-body .form-group input::placeholder,
#sampleRequest .modal-dialog .modal-content .modal-body .form-group select::placeholder,
#sampleRequest .modal-dialog .modal-content .modal-body .form-group textarea::placeholder {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 22px;
}
#sampleRequest .modal-dialog .modal-content .modal-body .form-group .text-danger,
#sampleRequest .modal-dialog .modal-content .modal-footer .text-danger {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 10px;
	color: #a94442;
	letter-spacing: 1px;
	line-height: 22px;
}
#sampleRequest .modal-dialog .modal-content .modal-footer {
	padding: 0px;
	border-top: none;
}

/* ==================== End of Sample Request ==================== */

/* ==================== Related Formulation ==================== */

.formulation-container {
	width: 100%;
	background-color: #f1f1f1;
	padding: 30px 15px;
	overflow-y: auto;
}
@media (max-width: 991px) {
	.formulation-container .formulation-content {
		white-space: nowrap;
		overflow-y: auto;
	}
	.formulation-container .formulation-content > * {
		display: inline-block;
		float: none;
		margin: 10px;
	}
}

/* ==================== End of Related Formulation ==================== */

/* ==================== Formulation ==================== */

.product-formulation .product-view {
	padding-left: 15px;
	padding-right: 15px;
}
.product-formulation .product-view > * {
	width: calc(25% - 12px);
	margin-bottom: 15px;
}
@media (min-width: 1200px) {
	.product-formulation .product-view .product-block:not(:nth-child(3n+1)):not(:first-child) {
		margin-left: 0px;
	}
	.product-formulation .product-view .product-block:not(:nth-child(4n+1)):not(:first-child) {
		margin-left: 15px;
	}
}
@media (max-width: 1199px) and (min-width: 541px) {
	.product-formulation .product-view > * {
		width: calc(33.333% - 10px);
	}
	.product-formulation .product-view .product-block:not(:nth-child(3n+1)):not(:first-child) {
		margin-left: 15px !important;
	}
	.product-formulation .product-view .product-block:not(:nth-child(4n+1)):not(:first-child) {
		margin-left: 0px;
	}
}
@media (max-width: 540px) and (min-width: 415px) {
	.product-formulation .product-view > * {
		width: calc(50% - 8px);
	}
	.product-formulation .product-view .product-block:not(:nth-child(2n+1)):not(:first-child) {
		margin-left: 15px;
	}
}
@media (max-width: 414px) {
	.product-formulation .product-view > * {
		width: calc(100% - 0px);
	}
	.product-formulation .product-view .product-block:not(:nth-child(2n+1)):not(:first-child) {
		margin-left: 0px;
	}
}

/* ==================== End Formulation ==================== */

/* ==================== Download Formulation ==================== */

.download-formulation-container {
	margin-bottom: 30px;
}
.download-formulation-container a {
	width: 100%;
}

/* ==================== End of Download Formulation ==================== */

/* ==================== News & Article ==================== */

.ncategory-nav-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px 0px;
}
.ncategory-nav-container > * {
	min-width: 120px;
	margin: 5px;
}
.ncategory-nav-container a {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 14px;
	color: #464945;
	letter-spacing: 2px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	padding: 10px 15px;
}
.ncategory-nav-container a.active {
	background-color: #f7a81e;
	color: #ffffff;
	border: 1px solid #f7a81e;
}
.ncategory-nav-container a:hover {
	background-color: #f7a81e;
	color: #ffffff;
	border: 1px solid #f7a81e;
	transition: all 0.6s ease-in;
}

.news-ncategory #column-left h3 {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 22px;
	color: #4c4945;
	letter-spacing: 1px;
	line-height: 24px;
}
.news-ncategory .list-group .list-group-item {
	padding: 0px;
}
.news-ncategory .list-group .list-group-item a {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 24px;
	border: none;
	padding: 5px 0px;
}
.news-ncategory .list-group .list-group-item a:hover {
	background-color: transparent;
	color: #f7a81e;
	transition: all 0.6s ease-in;
}
.news-ncategory .list-group .list-group-item .list-group {
	margin-bottom: 10px;
}
.news-ncategory .list-group .list-group-item .list-group a {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 24px;
	padding: 5px 10px;
}
.news-ncategory .list-group .list-group-item .list-group a.active {
	background-color: transparent;
	color: #f7a81e;
}
.news-ncategory .list-group .list-group-item .list-group a:hover {
	background-color: transparent;
	color: #f7a81e;
	transition: all 0.6s ease-in;
}

.bnews-list {
	display: flex;
	flex-wrap: wrap;
}
.bnews-list .news-block {
	display: flex;
	flex-direction: column;
	width: calc(33.3333% - 10px);
	margin-bottom: 15px;
	border: 1px solid #dddddd;
}
.bnews-list .news-block .news-image img {
	width: 100%;
	height: 100%;
}
.bnews-list .news-block .news-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 15px;
}
.bnews-list .news-block .news-content .news-name {
	width: 100%;
}
.bnews-list .news-block .news-content .news-name a {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 14px;
	color: #4c4945;
	letter-spacing: 0px;
	line-height: 22px;
}
.bnews-list .news-block .news-content .news-date {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0px;
	line-height: 22px;
	padding: 8px 0px;
}
.bnews-list .news-block .news-content .news-description {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0px;
	line-height: 22px;
	width: 100%;
}
.bnews-list .news-block .news-content .news-button {
	padding-top: 10px;
}
.bnews-list .news-block .news-content .news-button a {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0px;
	line-height: 22px;
}
.bnews-list .news-block:hover {
	border: 1px solid #f7a81e;
	transition: all 0.6s ease-in;
}
.bnews-list .news-block:hover .news-content .news-button a {
	color: #f7a81e;
	transition: all 0.6s ease-in;
}
@media (min-width: 992px) {
	.bnews-list > *:not(:nth-child(3n+1)):not(:first-child) {
		margin-left: 15px;
	}
}
@media (max-width: 991px) and (min-width: 541px) {
	.bnews-list > *:not(:nth-child(2n+1)):not(:first-child) {
		margin-left: 15px;
	}
	.bnews-list .news-block {
		flex: none;
		width: calc(50% - 8px);
	}
}
@media (max-width: 540px) {
	.bnews-list .news-block {
		flex: none;
		width: calc(100% - 0px);
	}
}

.news-article .article-image {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.news-article .article-date {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0px;
	line-height: 22px;
	padding: 10px 0px;
}
.news-article .article-title {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 16px;
	color: #4c4945;
	letter-spacing: 0px;
	line-height: 22px;
	padding: 10px 0px;
}
.news-article .article-content {
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0px;
	line-height: 22px;
}
.news-article .article-share {
	display: flex;
	align-items: center;
}
.news-article .article-share > span {
	font-weight: 600;
}
.news-article .article-share > div {
	padding: 0px 5px;
}
.news-article .article-button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0px;
}

/* ==================== End of News & Article ==================== */

/* ==================== About Page ==================== */

.information-information.iid-4 .breadcrumb {
	display: none;
}
.information-information.iid-4 .section-space {
	padding: 60px 0px;
}
.information-information.iid-4 .section-space:nth-child(odd) {
	background-color: #f1f1f1;
}
.aboutus-1-container .aboutus_1_horizontal .aboutus_1_left {
	justify-content: flex-start;
/*	padding: 30px 0px;*/
	padding-right: 15px;
}
.aboutus-1-container .aboutus_1_horizontal .aboutus_1_left p {
	width: 100%;
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0px;
	line-height: 24px;
}
.aboutus-1-container .aboutus_1_horizontal .aboutus_1_right {
	padding-left: 15px;
}
.aboutus-1-container .aboutus_1_horizontal .aboutus_1_right p {
	width: 100%;
}
.information-information.iid-4 .html p {
	width: 100%;
	font-family: "Poppins Regular";
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0px;
	line-height: 24px;
	text-align: center;
}
@media (max-width: 991px) {
	.aboutus-1-container .aboutus_1_horizontal .aboutus_1_left {
		padding-right: 0px;
	}
	.aboutus-1-container .aboutus_1_horizontal .aboutus_1_right {
		padding-left: 0px;
	}
}

.testimonial-container .testimonial-list {
	padding: 0px 60px;
}
.testimonial-container .testimonial-list .testimonial-item {
	width: 80%;
	margin: 0 auto;
}
.testimonial-container .testimonial-list .testimonial-item .testimonial-content .testimonial-description {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 14px;
	color: #636363;
	letter-spacing: 1px;
	line-height: 24px;
	text-align: center;
}
.testimonial-container .testimonial-list .testimonial-item .testimonial-content .testimonial-author {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 14px;
	color: #f7a81e;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
}
.testimonial-container .testimonial-list .slider-nav {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 575px) {
	.testimonial-container .testimonial-list {
		padding: 0px;
	}
}

.carousel-container .carousel-brand {
	width: 80%;
	margin: 0 auto;
	padding: 0px 60px;
}
.carousel-container .carousel-brand .carousel-item {
	background: transparent;
	padding: 15px;
}
.carousel-container .carousel-brand .carousel-item img {
	border: 1px solid #dddddd;
}
.carousel-container .carousel-brand .carousel-item:hover img {
	background: transparent;
	border: 1px solid transparent;
	box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.1), 0px 0px 8px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.6s ease-in;
}
.carousel-container .carousel-brand .carousel-item .carousel-title {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 12px;
	color: #4c4945;
	letter-spacing: 3px;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 10px;
}
.carousel-container .carousel-brand .carousel-item .carousel-description {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 16px;
	color: #034684;
	letter-spacing: 3px;
	line-height: 24px;
	text-transform: uppercase;
}
.carousel-container .carousel-brand .slider-nav {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 575px) {
	.carousel-container .carousel-brand {
		width: 100%;
		padding: 0px;
	}
}

/* ==================== End of About Page ==================== */

/* ==================== Contact Us Page ==================== */

.contact-map iframe {
	width: 100%;
}
.contact-map .contact-message {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #464945;
	letter-spacing: 0px;
	line-height: 24px;
}
.contact-container {
	display: grid;
	grid-template-columns: 40% 60%;
	grid-template-rows: auto;
	grid-column-gap: 15px;

	display: -ms-grid;
	-ms-grid-columns: 40% 60%;
	-ms-grid-rows: auto;
}
.contact-container .contact-info {
	grid-column: 1 / 1;
	grid-row: 1 / 1;

	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.contact-container .contact-form {
	grid-column: 2 / 2;
	grid-row: 1 / 1;

	-ms-grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.contact-container .contact-info .contact-title,
.contact-container .contact-form .contact-title {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 18px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 28px;
	margin: 15px 0px;
}
.contact-container .contact-info .contact-name {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 14px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
}
.contact-container .contact-info .contact-address {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.contact-container .contact-info .contact-email,
.contact-container .contact-info .contact-telephone,
.contact-container .contact-info .contact-fax {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 24px;
}

.contact-container .contact-info .contact-email a,
.contact-container .contact-info .contact-telephone a,
.contact-container .contact-info .contact-fax a {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 24px;
}

.contact-container .contact-info .contact-email a:hover,
.contact-container .contact-info .contact-telephone a:hover,
.contact-container .contact-info .contact-fax a:hover {
	color: #f7a81e;
	transition: all 0.6s ease-in;
}

.contact-container .contact-form .contact-body .form-control,
.contact-container .contact-form .contact-body .form-control::placeholder {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 24px;
}
.contact-body {
	margin: 0px;
}
.contact-body > .form-group {
	margin-left: 0px;
	margin-right: 15px;
}
.contact-footer {
	margin-right: 15px;
}
@media (max-width: 767px) {
	.contact-container {
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: auto auto;
		grid-column-gap: 15px;

		display: -ms-grid;
		-ms-grid-columns: auto auto;
		-ms-grid-rows: auto;
	}
	.contact-container .contact-info {
		grid-column: 1 / 1;
		grid-row: 1 / 1;

		-ms-grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row-span: 1;

		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.contact-container .contact-form {
		grid-column: 1 / 1;
		grid-row: 2 / 2;

		-ms-grid-column: 1;
		-ms-grid-row: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row-span: 1;

		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

/* ==================== End of Contact Us Page ==================== */

/* ==================== Information Page ==================== */

.information-information.iid-3 #content,
.information-information.iid-5 #content {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 24px;
}

/* ==================== End of Information Page ==================== */

/* ==================== Account Page ==================== */

.account-account .account-container a:hover, .account-account .account-container a:focus {
	border: 1px solid #f7a81e;
	transition: all 0.6s ease-in;
}
.account-account .account-container a:hover .icon-font::before, .account-account .account-container a:focus .icon-font::before {
	color: #f7a81e;
	transition: all 0.6s ease-in;
}

.account-account #content,
.account-edit #content,
.account-password #content,
.account-order #content,
.account-order #content table a,
.account-order-info #content,
.account-order-info #content table a,
.account-address #content,
.account-address #content table a,
.account-address-add #content,
.account-address-edit #content,
.account-login #content,
.account-login #content .login-container .login-forgotten a,
.account-logout #content,
.account-register #content,
.account-register #content a,
.account-forgotten #content,
.account-wishlist #content,
.account-wishlist #content table a {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 24px;
}

.account-order #content table a:hover,
.account-order-info #content table a:hover,
.account-address #content table a:hover,
.account-login #content .login-container .login-forgotten a:hover,
.account-register #content a:hover,
.account-wishlist #content table a:hover {
	color: #f7a81e;
	transition: all 0.6s ease-in;
}


/* ==================== End of Account Page ==================== */

/* ==================== Cart Page ==================== */

.cart-header .dropdown-menu {
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 24px;
}
#cart .dropdown-menu .cart-dorpdown-items,
#cart .dropdown-menu .cart-dorpdown-items .item-name
#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 24px;
}
#cart .dropdown-menu .cart-dorpdown-items .item-name:hover {
	color: #f7a81e;
	transition: all 0.6s ease-in;
}

/* ==================== Cart Page ==================== */

/* ==================== End of Checkout Page ==================== */

.checkout-cart #content,
.checkout-cart #content table a,
.quickcheckout-checkout #content,
.quickcheckout-checkout #content table a,
.quickcheckout-checkout #content .quickcheckoutmid a,
.checkout-success #content,
.checkout-success #content .checkout-success a {
	font-family: "Poppins Regular";
	font-weight: 500;
	font-size: 12px;
	color: #464945;
	letter-spacing: 1px;
	line-height: 24px;
}
.checkout-cart #content table a:hover,
.quickcheckout-checkout #content table a:hover,
.quickcheckout-checkout #content .quickcheckoutmid a:hover,
.checkout-success #content .checkout-success a:hover {
	color: #f7a81e;
	transition: all 0.6s ease-in;
}
.btn-voucher {
	background-color: #f7a81e;
	font-family: "Poppins Regular";
	font-weight: 600;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #f7a81e;
}
.btn-voucher:hover, .btn-voucher:focus {
	background-color: #ffffff;
	color: #f7a81e;
	border: 1px solid #f7a81e;
	transition: all 0.6s ease-in;
}

/* ==================== End of Checkout Page ==================== */

.information-information p > span {
	font-family: "Poppins Regular" !important;
}


.html-38 .container {
	display: flex;
	justify-content: center;
	align-items: center;
}


/*HPWD*/
.form-control-hpwd {
width: 100% !important;
height: 35px !important;
border-radius: 4px !important;
opacity: 100%;
font-size: 12px !important;
font-family: "Poppins Regular" !important;
}
.header-login {
text-transform: uppercase;
font-weight: bold;
font-family: "Arial";
letter-spacing: 0px;
font-size: 30px !important;
color: #f7a81e !important;
text-align: left !important;
}

.header-subtitle {
opacity: 72%;
font-family: "Poppins Regular";
font-size: 14px;
text-align: left !important;
}
.account-login #content {
font-family: "Poppins Regular";
/*font-weight: 500;*/
font-size: 12px;
color: #464945;
letter-spacing: 0px !important;
line-height: 24px;
}
.header-login:before {
background-image: none !important;
}
.hpwd-login-container {
	width: 100%;
	margin: auto;
}
.form-control {
	width: 100%;
	height: 37px;
	border-radius: 4px !important;
	opacity: 100%;
	font-size: 14px;
	font-family: "Poppins Regular";
}

.hpwd-form-control {
	opacity: 57%;
}

.hpwd-button-login {
mix-blend-mode: initial;
opacity: 100%;
width: 168px;
height: 42px;
margin-left: 105px;
}
.hpwd-login-area {
	position: relative;
	margin-bottom: 30px;
	padding-top: 10px;
}
@media only screen and (min-width: 800px) {
.hpwd-login-area::before {
	content: " ";
	background: #f7a81e;
	width: 1px;
	position: absolute;
	top: 15px;
	bottom: 0;
	left: 50%;
}
}
.login-hpwd {
padding: 20px 0 0 50px;
font-size: 14px;
color: #2C2C2C;
font-family: "Poppins Regular";
}
.login-hpwd a {
	margin-left: 30px;
}
.login-hpwd span {
	color :#f7a81e;
}

.login-image {
	width: 530px;
	padding-left: 80px;
}
@media only screen and (max-width: 768px) {
.login-image {
	width: 330px;
	padding-left: 50px;
}
.hpwd-button-login {
mix-blend-mode: initial;
opacity: 100%;
width: 168px;
height: 42px;
margin-left: 0px;
}
}



/*Register*/
.form-group-hpwd {
	padding-bottom: 32px;
}

.header-register {
text-transform: uppercase;
font-weight: bold;
font-family: "Arial";
letter-spacing: 0px;
font-size: 30px !important;
color: #f7a81e !important;
text-align: left !important;
}

.header-subtitle {
opacity: 72%;
font-family: "Poppins Regular";
text-align: left !important;
}
.account-register #content {
font-family: "Poppins Regular";
/*font-weight: 500;*/
font-size: 12px;
color: #464945;
letter-spacing: 0px !important;
line-height: 24px;
}
.header-register:before {
background-image: none !important;
}
.hpwd-register-container {
	width: 100%;
	margin: auto;
}

.hpwd-form-control {
	opacity: 57%;
	height: 40px;
}
.register-forgotten {
	font-size: 19px;
}

.hpwd-button-register {
mix-blend-mode: initial;
opacity: 100%;
width: 168px;
height: 42px;
text-transform: capitalize;
}
.hpwd-register-area {
	position: relative;
	margin-bottom: 30px;
	padding-top: 10px;
}
@media only screen and (min-width: 800px) {
.hpwd-register-area::before {
	content: " ";
	background: #f7a81e;
	width: 1px;
	position: absolute;
	top: 15px;
	bottom: 0;
	left: 50%;
}
.control-label-hpwd {
	font-size: 12px;
	color: #646464;
	font-family : "Poppins Regular";
	padding-left: 0px!important;
}
.form-group-hpwd .col-sm-12 {
	padding-left: 0px;
}
}
.register-hpwd {
padding: 20px 0 0 50px;
font-size: 14px;
color: #2C2C2C;
font-family: "Poppins Regular";
}
.register-hpwd a {
	margin-left: 30px;
}
.register-hpwd span {
	color :#579CCE;
}

.register-image {
	width: 530px;
	padding-left: 80px;
}
.register-information {
background-color: #FFF8EE;
opacity: 100%;
width: 430px;
padding: 20px;
margin: 20px 50px;
}
.register-information p{
font-size: 13px;
}
.register-information span{
color: #f7a81e;
}
.register-information i{
font-size: 11px;
margin-left: 3px;
margin-right: 5px;
color: #f7a81e;
}
@media only screen and (max-width: 768px) {
.register-image {
	width: 330px;
	padding-left: 50px;
}
.form-group-hpwd {
	padding: 0px;
	margin: 0px;
}
.control-label-hpwd {
	font-size: 12px;
	color: #646464;
	font-family : "Poppins Regular";
}
.register-hpwd {
	padding: 20px 0 0 13px !important;
	font-size: 12px !important;
}
.register-information {
	width: 300px !important;
	padding: 20px;
	margin: 20px 10px !important;
}
}
.view-password {
	transform: translateY(-50%);
	height: 40px;
	top: 20px;
	right: 0px;
	padding: 0px 12px;
}

/* HPWD */

input[type="text"].form-control {
	height: 35px;
}
.hidden {
	display:none !important;
}

.product-button {
	padding-right : 10px;
}

.button-qty {
	height: 40px !important;
}
.input-qty{
	width: 150px !important;
	height: 40px !important;
}
.social-icon {
	font-size : 22px;
	margin:5px 2px;
	color:#fff;
}

.header-social {
	right: 140px;
	position: absolute;
}

@media only screen and (max-width: 760px) {
	.header-social {
		right: 160px;
		position: absolute;
	}
}


@media only screen and (max-width: 480px) {
	.header-social {
		right: 140px;
		position: absolute;
	}
}

.group-button {
	margin-top : 20px;
}

/*HPWD*/
#button-quote {
	padding: 8px 16px;
}

#button-quote:hover {
	color: #d9534f;
	background-color: #fff;
	border: 1px solid #db5f5c;
	transition: all 0.6s ease-in;
}
#btn-search-category {
	padding: 0;
	margin: 0;
	border: 1px solid #f7a81e;
	background: #f7a81e;
	border-radius: 0 3px 3px 0;
	height: 40px;
	width: 90px;
	text-align: center;
}
.header-container .header-links > a > i, .header-container #account > a[data-toggle="dropdown"] > i, .header-container #enquiry > a > i, .header-container #cart > a > i, .header-container #wishlist > a > i {
		font-size: 28px;
		color: #363636;
		height: 34px;
		width: 34px;
		float: left;
	}
.header-container .header-links > a > i + span, .header-container #account > a[data-toggle="dropdown"] > i + span, .header-container #enquiry > a > i + span, .header-container #cart > a > i + span, .header-container #wishlist > a > i + span {
		width: calc( 100% - 34px );
		height: 34px;
		display: grid;
		vertical-align: -5px;
		padding-left: 7px;
		color: #363636;
		font-size: 13px;
		line-height: 16px;
		text-align: justify;
	}

	#wishlist .txt_number {
	   font-weight: 400;
	font-size: 14px !important;
	color: #fff !important;
	background: #e62e04;
	border-radius: 10px;
	min-width: 20px;
	text-align: inherit;
	display: block;
	height: 22px !important;
	width: 25px !important;
	padding-top: 2px;
}

.main-menu {
	position: relative;
	border-top: 1px solid #ebebeb;
}
.sub-col > div {
	clear: both;
}
.container-fix {
	clear: both;
	border-top: 1px solid #ebebeb;
	margin-left: 15px;
}
.fix-header-act {
	background: rgba(255,255,255, 1) !important;
	z-index: 10001;
}

body > header {
	height: 178px;
	font-family: roboto;
	font-size: 13px;
	position: relative;
}

@media only screen and (max-width: 768px) {
  body > header {
	height: 145px;
  }

  header .header-container {
   margin-top: 3px;
  }
}

.banner {
	text-align: center;
	width:1170px;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
  bottom: -23px !important;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots > :hover, .owl-dots > .active:hover, .owl-dots > .active {
  background: #F7A81E !important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}

.section-space {
	padding: 0 0 20px 0 !important;
	overflow: hidden;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #f7a81e;
}
.fcategory_tab ul {
	border-bottom: 2px solid #f7a81e;
		white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	display: inline-block;
	float: none;
}

.nav-pills > li {
	float: none;
	display: inline-block;
}
.fcategory_tab li > a {
	color : #646464;
}
.fc_product_slider {
	padding: 30px 0;
}

.fcategory_tab .tab-content .tab-pane .fc_product_slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .product-block .product-rating {
	display: none !important;
}
.fcategory_tab .tab-content .tab-pane .fc_product_slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .product-block .product-buttons {
	display: none !important;
}
.fcategory_tab .tab-content .tab-pane .fc_product_slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .product-block {
	height: auto !important;
}
.fcategory_tab .tab-content .tab-pane .fc_product_slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .product-block .product-details .product-price {
	color: #F7A81E !important;
}
.fcategory_tab {
/*	margin-top: -30px;*/
	margin: 0;
	padding: 0;
	position: relative;
}
.fcategory_tab .view-more {
position: absolute;
right: 0;
font-size: 12px;
display: grid;
z-index: 999;
background-color: #fff;
padding-left: 15px;
height: 40px;
align-items: center;
}
.fcategory_tab .view-more a {
	font-size: 15px;
	font-family: poppins;
	font-weight: 600;
	color: #F7A81E;
	text-transform: capitalize;
}
.fcategory_tab .view-more a:hover {
	transition: all 0.6s ease-in;
color: #646464;
}

.header-container .top-header {
padding: 15px 0;
}
.search-original {
	filter: invert(1);
}
.slideshow-container {
/*	padding-left:140px;*/
}
@media only screen and (max-width: 768px) {
 .mi-block {
	padding: 10px;
	display: block !important;
	color: #fff;
}
.btn-mi {
	left: 235px;
}

.header-container .top-header {
	padding: 0;
	right: 120px;
}
header .header-container .header-account {
	display: flex;
	justify-content: end;
	align-items: baseline;
	padding: 10px 0;
	left: 70px;
	bottom: 40px;
}

.slideshow {
	width: 100vw;
	margin-left: calc(-50vw + calc(50% - 0px));
}
.slideshow-container {
	padding-left:0px;
}
}

.main-menu-container {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.header-content {
	padding-top: 10px;
	width: 100%;
}
.flash-sale {
	font-family: "Poppins Regular" !important;
	background: url('../image/flash-sale.png');
	background-size: contain;
	height:300px;
}
.flash-sale .flash-sale-discount {
	padding-left: 20px;
}
.flash-sale .flash-sale-discount h2 {
	font-weight: 700;
	color:#303030;
	line-height: 32px !important;
	padding: 15px 0;
}
.flash-sale .flash-sale-discount span {
	font-weight: 400;
	color:#303030;
}
.flash-sale .flash-sale-discount a {
margin-top: 45px;
border-radius: 40px;
}
.flash-sale .flash-sale-discount .flash-sale-discount-wrapper {
display: block;
margin: 10px auto;
/*right: 115px;*/
position: relative;
  /*text-align: center;*/
}

.flash-sale .flash-sale-discount .flash-sale-discount-wrapper ul {
	padding: 0;
}
.flash-sale .flash-sale-discount .flash-sale-discount-wrapper li {
  display: inline-flex;
  font-size: 13px;
  list-style-type: none;
  font-weight: 400;
}

.flash-sale .flash-sale-discount .flash-sale-discount-wrapper li > span {
  display: block;
  font-size: 18px;
  background: #fff;
  width: 30px;
}
.flash-sale-content .slick-list .slick-track .slick-slide .product-block .product-rating {
	display: none !important;
}
.flash-sale-content .slick-list .slick-track .slick-slide .product-block .product-buttons {
	display: none !important;
}
.flash-sale-content .slick-list .slick-track .slick-slide .product-block {
	height: auto !important;
}
.flash-sale-content .slick-list .slick-track .slick-slide .product-block .product-details .product-price {
	color: #F7A81E !important;
}

.main-menu-wrapper {
	position:absolute;
	bottom:0;
}


.section-space h2::before {
	background-image: none;
	content: '';
	display: block;
	width: 100%;
	height: 0;
	margin: 0; padding: 0;
}

.section-space .product-block {
	margin-bottom: 0 !important;
}

.section-space .slick-track {
	height: 300px;
}

.section-space .tab-pane.fade {
	height: 400px;
}

.section-space .fcategory_tab .nav-pills { position: relative; padding-right: 80px; }

.flash-sale-container .col-md-4 {
	padding-bottom: 30px !important;
	margin-top: -30px;
}

@media only screen and (max-width: 768px) {
	.fcategory_tab {
	margin-top: -20px;
}

}

/*for scrolling tabbed category in mobile*/
.nav.nav-pills li:last-child {
	padding-right: 80px;
}

/* patch */
.owl-stage {
	width: 100% !important;
}
.input-group {
	z-index:1;
}

.dropdown-cart {
	margin-top: 14px !important;
	margin-left: 0 !important;
	padding: 0 !important;
	background-color: #f7a81e !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-width: 160px !important;
	border:none !important;

}
.dropdown-cart li:not(:last-child) {
	border-bottom: 1px solid #FBD695;
}
.dropdown-cart a {
	padding: 12px !important;
	height: 45px;
	color : #fff !important;
}
.dropdown-cart a:hover {
	color : #f7a81e !important;
}
.dropdown-cart li:hover {
	background-color: #f5f5f5;
}

.dropdown-cart li:first-of-type:hover::before {
	border-bottom-color: #f5f5f5 !important;
}

.dropdown-cart li:first-of-type::before {
	position: absolute !important;
	display: block !important;
	margin-top: -6px !important;
	margin-left: 19px !important;
	width: 0 !important;
	height: 0 !important;
	border-right: 6px solid transparent !important;
	border-bottom: 6px solid #f7a81e !important;
	border-left: 6px solid transparent !important;
	content: "";
}

.category-description {

padding: 15px 20px;
margin: 15px 0px 30px;
text-align: justify;
background : #EFEFEF;
}

.col-sm-12.category-description p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.category-keyword .keyword { padding: 20px 10px 10px 10px; }

.category-keyword .keyword a {
	background: #eef1f2;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 12px;
	color: #575757;
	text-transform: capitalize;
	transition: all 0.3s ease-in;
	margin-right: 10px;
	float: none;
	display: inline-block;
	margin-bottom: 10px;
}

.category-keyword {
border: 1px solid #dddddd;
padding: 15px;
margin: 15px 0px 30px;
}

.category-keyword .keyword a:hover {
	background: #f7a81e;
	color: #fff;
}
.heading-title {
	font-family: "Poppins Regular";
font-weight: 400;
font-size: 28px;
color: #4c4945;
letter-spacing: 2px;
line-height: 38px;
margin-bottom: 18px !important;
word-wrap: break-word;
text-align: center;
font-weight: 700;
margin-top:0px;

}
.heading-title:before {
	content: '';
	background-image: url('../../../../../image/catalog/mahachem/general/line-header.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	width: 100%;
	height: 10px;
	margin: 0px auto 10px;
}

@media only screen and (max-device-width: 480px) {
	  aside {
		display: none;
	  }
}


/* ==================== achmadjp ==================== */
.side-manufacturer-logo img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.fbrand-content .owl-item:hover {
	background-color: #ffffff;
}

.fbrand-content .owl-item {
	border: 1px solid #e2e2e2;
	justify-content: center;
	background-color: #f6f6f6;
}

.header-language {
	position: absolute;
	left: 0;
}
/* ==================== achmadjp ==================== */

@media only screen and (max-width: 768px) {
.search-form {
	padding: 5px 15px;
}
.search-bar {
  background-color: #ccc;
}
  #search-text {
	float: left;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 50px);
  }
  .search-btn {
	display: inline-block;
	margin-left: 10px;
  }

  .search-custom .search-box {
	display: flex;
	white-space: nowrap;
	padding: 0px;
	border: 1px solid #ccc;
	border-radius: 0px;
	overflow: hidden;
	background: white;
	width: 370px;
}

.main-menu {
	position: relative;
	border-top: none;
}
body > header {
	height: 125px;
}
}

.sale-label {
	border: 1px solid red;padding: 3px;color: red;font-weight: 700;
}


/*Product page*/
#product .accessory {
	font-size: 20px;
}

	@media only screen and (max-width: 768px) {
	#product .accessory {
		font-size: 20px;
		padding-right: 75px;
	}

}
#vdp-datepicker__calendar header {
	height: 0px;
font-family: roboto;
font-size: 13px;
position: relative;
}


/* for MCI only*/
#cart-total {
display: none;
}
