﻿.sidebar-multifilter-label {
   display:flex;
}
input::placeholder {
	color:#174853 !important;
}
/*Mobile*/
@media(max-width:767px) {
	.dropdown-toggle::after {
		display:none
	}
	button-position button {
		width: 80px !important;
	}
    .container-fluid {
		position: relative;
		z-index: 1; /* atau jangan diatur sama sekali */
	}

	.wdpl-size p {
		font-size: 10px;
		line-height: 5px;
		color:black;
		font-weight:300;
	}

	.wdpl-halal p {
		font-size: 9px;
	}

	.wdpl-desc h6 {
		font-size: 15px;
		line-height: 15px;
		margin-bottom: 2px;
	}

	.wdpl-desc p {
		font-size: 13px;
		line-height: 13px;
		margin-bottom: 10px;
		color:black;
		font-weight:400;
		text-align:left;
	}

	.item-box-icon {
		flex: 0 0.3 100px;
	}
}

/* Tablet - ≥ 768px: 2 kolom */
@media (min-width: 768px) and (max-width: 1200px) {
	img.embed_image {
		height: 100px;
		object-fit: contain;
	}
    #homeCarousel .carousel-caption {
		z-index: 1;
		text-align: left;
		left: 5%;
		display: table !important;
		max-width: 520px;
	}
	.carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 1.25rem;
	}
	.wdpl-size p {
		font-size: 9px !important;
		line-height: 4px;
		font-weight:400;
	}

	.wdpl-halal p {
		font-size: 9px;
	}

	.wdpl-desc h6 {
		font-size: 15px;
		line-height: 15px;
		margin-bottom: 1px;
	}

	.wdpl-desc p {
		font-size: 12px;
		line-height:11px;
		margin-bottom: 5px;
		font-weight:400;
	}

	div p {
		font-size: 10px;
	}

	.CM-productfilter .results-col .results-item {
		display: block;
		width: calc(25% - 0px);
		z-index: 1;
		max-width: 290px; /*For width card product*/
	}

	.item-box-icon {
		flex: 0 0 60px;
	}
}
/* Small Desktop - ≥ 1280px: 3 kolom */
@media (min-width: 1210px) {
	.size-style{
		line-height:11px !important;
	}
	.soft-hyphen{
		font-size:15px;
	}
    .wdpl-desc h6 {
        font-size: 20px;
        line-height: 18px;
		hyphens: auto;
		word-break: break-word;
		margin-bottom:0px;
    }

    .wdpl-desc p {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 8px;
		padding-right:5px;
    }

	.wdpl-size p {
		font-size:11px;
		line-height: 7px;
	}

	.item-box-icon {
		flex: 0 0 75px; /* Ukuran tetap 40px */
	}

	.CM-productfilter .results-col .results-item {
		display: block;
		width: calc(25% - 0px);
		z-index: 1;
		max-width: 290px; /*For width card product*/
		height:180px;
		max-height:250px
	}
}

/* Medium Desktop - ≥ 1366px: 3 kolom (sama seperti 1280px) */
@media (min-width: 1300px) {
	

    .wdpl-size p {
    font-size: 11px;
        line-height: 6px;
	}
	.wdpl-desc p {
		font-size: 17px;
		line-height: 17px;
		margin-bottom: 7px;
		padding-right:5px;
	}

	.wdpl-desc h6 {
		font-size: 21px;
        line-height: 21px;
	}

	.item-box-icon {
		flex: 0 0 70px; /* Ukuran tetap 40px */
	}

	.CM-productfilter .results-col .results-item {
		display: block;
		/*width: 33.333%;*/
		width: calc(25% - 0px);
		z-index: 1;
		max-width: 290px; /*For width card product*/
		/*max-width: 178.7px;*/
		height:200px;
		max-height:250px
	}
}

/* Large Desktop - ≥ 1440px: 4 kolom */
@media (min-width: 1400px) {
    .wdpl-size p {
		font-size: 12px;
        line-height: 9px;
	}

	.wdpl-desc p {
		font-size: 17px;
		line-height: 17px;
		margin-bottom: 10px;
		padding-right:5px;
	}

	.wdpl-desc h6 {
		font-size: 23px;
	}

	.item-box-icon {
		flex: 0 0 100px; /* Ukuran tetap 40px */
	}

	.CM-productfilter .results-col .results-item {
		display: block;
		width: calc(25% - 0px);
		/* width: 33.333%;*/
		z-index: 1;
		max-width: 315px; /*For width card product*/
		height:200px;
		max-height:250px
	}
}

/* XL Desktop - ≥ 1600px: 5 kolom */
@media (min-width: 1600px) {
    .wdpl-size p {
		font-size: 13px !important;
		line-height: 8px;
	}

	.wdpl-halal p {
		font-size: 17px;
		line-height: 17px;
	}

	item-box-icon {
		flex: 0 0 140px;
	}

	.wdpl-desc h6 {
		font-size: 23px;
		line-height: 23px;
	}

	.wdpl-desc p {
		font-size: 17px;
        line-height: 16px;
		margin-bottom: 10px;
		padding-right:5px;
	}

	.CM-productfilter .results-col .results-item {
		display: block;
		width: calc(25% - 0px);
		z-index: 1;
		max-width: 350px;
		height:200px;
		max-height:250px
	}

}

/* XXL Desktop - ≥ 1920px: 6 kolom */
@media (min-width: 1900px) {
	.soft-hyphen{
		font-size:15px;
	}
    .dropdown-title {
        font-size: 25px;
    }
    .container h2, .header-green h2 {
        font-size: 25px;
    }
    .wdpl-desc h6 {
        font-size: 23px;
        line-height: 20px;
		hyphens: auto;
		word-break: break-word;
    }

    .wdpl-desc p {
        font-size: 17px;
        line-height: 17px;
        margin-bottom: 10px;
		padding-right:5px;
    }

    .wdpl-size p {
        line-height: 12px;
        font-size: 13px !important;
    }

    item-box-icon {
        flex: 0 0 140px;
    }
		/*.CM-productfilter .results-col .results-item {
		max-height: 500px;
		height: 400px;
	}*/
    .CM-productfilter .results-col .results-item {
        display: block;
        width: calc(25% - 0px);
        z-index: 1;
        max-width: 350px;
		height:210px;
		max-height:250px
    }
}

.item-box {
    display: flex;
    align-items: center; /* Biar sejajar tengah */
    padding: 5px;
    height: auto;
}

.item-label {
    flex: 1; /* Mengisi sisa ruang */
}
.CM-productfilter {
    padding-top:5%;
}
.CM-sitemap .con-sitemap {
    margin: 50px 15px;
}
.CM-sitemap .nav-sitemap {
  padding: 20px;
  color: #2a8a8e;
  line-height: 30px;
}
.CM-sitemap .nav-sitemap .nav-stacked {
  list-style-type: disc;
}
.CM-sitemap .nav-sitemap a {
  text-decoration: none;
  color: #535353;
}

.CM-certification-list {
  position: relative;
}
.CM-certification-list .item-box {
  position: relative;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 15px 15px 15px 0;
  height: calc(100% - 10px);
}
.CM-certification-list .CM-wrapper {
  width: 100%;
  height: 100%;
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
}
.CM-certification-list .cert-header {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.CM-certification-list .cert-item {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 100%;
}
.CM-certification-list .cert-item .cert-logo {
  align-self: start;
}
.CM-certification-list .cert-title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #2a8a8e;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .CM-certification-list .item-box {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .CM-certification-list .CM-wrapper {
    display: flex;
  }
  .CM-certification-list .cert-header {
    display: block;
    width: 100%;
  }
  .CM-certification-list .cert-item {
    box-sizing: border-box;
    display: flex;
  }
  .CM-certification-list .cert-right {
    padding-top: 15px;
    padding-left: 15px;
  }
  .CM-certification-list .cert-title {
    padding-bottom: 15px;
  }
}

.CM-footer {
  position: relative;
}
.CM-footer .CM-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 0;
}
.CM-footer a {
  text-decoration: none;
  color: #535353;
}
.CM-footer .footer-copy {
  padding-top: 1.3rem;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.3rem;
  width: 100%;
  padding-bottom: 1.3rem;
  white-space: pre-line;
}
.CM-footer .footer-links {
  padding-bottom: 1.3rem;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  font-size: 0;
}
.CM-footer .footer-links a {
  font-size: 1.3rem;
}
.CM-footer .footer-links a + a:before {
  content: "|";
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.CM-footer .footer-links a:first-child {
  display: block;
  padding-bottom: 1em;
}
.CM-footer .footer-links a:first-child:after {
  content: "|";
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.CM-footer .footer-links a:nth-child(2):before {
  content: "";
  display: inline-block;
  padding: 0;
}
@media (min-width: 1024px) {
  .CM-footer .CM-wrapper {
    text-align: center;
    justify-content: center;
  }
  .CM-footer .footer-copy {
    white-space: nowrap;
    display: inline-block;
    width: auto;
    padding-right: 0;
  }
  .CM-footer .footer-links {
    display: inline-block;
    width: auto;
    padding-left: 0px;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
  .CM-footer .footer-links a:first-child {
    display: inline;
  }
  .CM-footer .footer-links a:first-child:before {
    content: " ";
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.CM-header {
  position: relative;
  z-index: 2;
}
.CM-header .CM-wrapper {
  width: 100%;
  height: 100%;
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
}
.CM-header .logo {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.CM-header .lang-selector a {
  font-weight: 600;
  cursor: pointer;
}
.CM-header .lang-selector a + a:before {
  content: " / ";
}
.CM-header .lang-selector a span {
  color: #2a8a8e;
}
.CM-header .lang-selector a.CM-active span {
  color: #878787;
}
.CM-header .mobile-menu {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #2a8a8e;
  color: #2a8a8e;
  border-radius: 5px;
  padding: 10px 8px 8px 8px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: auto;
  cursor: pointer;
  user-select: none;
  transition: all 0.4s;
}
.CM-header .mobile-menu.CM-active {
  border-color: #2a8a8e;
  background-color: #2a8a8e;
  color: white;
  transition: all 0.4s;
}
.CM-header .navigation-wrapper .nav-item {
  display: flex;
  position: relative;
  align-items: center;
  color: #878787;
}
.CM-header .navigation-wrapper .nav-title {
  color: #2a8a8e;
  text-decoration: none;
}
.CM-header .navigation-wrapper .nav-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-right: 5px;
}
.CM-header .navigation-wrapper .nav-icon img {
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .CM-header .logo {
    flex-basis: 100%;
  }
  .CM-header .lang-selector {
    display: flex;
    position: relative;
    flex-basis: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
  }
  .CM-header .lang-selector .lang-label {
    font-weight: bold;
  }
  .CM-header .lang-selector .lang-bar {
    margin-left: auto;
  }
  .CM-header .navigation {
    position: relative;
    flex-basis: 100%;
  }
  .CM-header .navigation-wrapper {
    position: absolute;
    width: 100%;
    background-color: transparent;
    max-height: 0;
    height: 100vh;
    overflow: hidden;
    transition: all 0.4s;
    top: 0;
    left: 0;
  }
  .CM-header .navigation-wrapper:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    height: 0;
    width: 100%;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.4s;
  }
  .CM-header .navigation-wrapper.CM-active {
    max-height: calc(100vh - 78px);
    border-top: 1px solid #d7d7d7;
  }
  .CM-header .navigation-wrapper.CM-active:before {
    height: 100vh;
    pointer-events: all;
    transition: all 0.4s;
  }
  .CM-header .navigation-wrapper .nav-item {
    flex-wrap: wrap;
    flex-basis: 100%;
  }
  .CM-header .navigation-wrapper > .nav-item,
  .CM-header .navigation-wrapper .sf_colsIn > .nav-item {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #d7d7d7;
    font-weight: bold;
  }
  .CM-header .navigation-wrapper > .nav-item.is-parent:after,
  .CM-header .navigation-wrapper .sf_colsIn > .nav-item.is-parent:after {
    display: flex;
    align-items: flex-start;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0d7";
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.4s;
  }
  .CM-header .navigation-wrapper > .nav-item.is-parent > .child-wrapper,
  .CM-header
    .navigation-wrapper
    .sf_colsIn
    > .nav-item.is-parent
    > .child-wrapper {
    display: block;
    width: 100%;
  }
  .CM-header
    .navigation-wrapper
    > .nav-item.is-parent
    > .child-wrapper
    .nav-item,
  .CM-header
    .navigation-wrapper
    .sf_colsIn
    > .nav-item.is-parent
    > .child-wrapper
    .nav-item {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
    font-weight: 400;
  }
  .CM-header
    .navigation-wrapper
    > .nav-item.is-parent
    > .child-wrapper
    .nav-item
    .nav-title,
  .CM-header
    .navigation-wrapper
    > .nav-item.is-parent
    > .child-wrapper
    .nav-item
    .nav-icon,
  .CM-header
    .navigation-wrapper
    .sf_colsIn
    > .nav-item.is-parent
    > .child-wrapper
    .nav-item
    .nav-title,
  .CM-header
    .navigation-wrapper
    .sf_colsIn
    > .nav-item.is-parent
    > .child-wrapper
    .nav-item
    .nav-icon {
    margin-top: 15px;
  }
  .CM-header .navigation-wrapper > .nav-item.is-parent.CM-active:after,
  .CM-header
    .navigation-wrapper
    .sf_colsIn
    > .nav-item.is-parent.CM-active:after {
    transform: rotate(180deg);
    transition: all 0.4s;
  }
  .CM-header
    .navigation-wrapper
    > .nav-item.is-parent.CM-active
    > .child-wrapper
    .nav-item,
  .CM-header
    .navigation-wrapper
    .sf_colsIn
    > .nav-item.is-parent.CM-active
    > .child-wrapper
    .nav-item {
    max-height: 100px;
    transition: all 0.4s;
  }
  .CM-header .navigation-wrapper > .nav-item:last-child,
  .CM-header .navigation-wrapper .sf_colsIn > .nav-item:last-child {
    padding-bottom: 15px;
  }
}
@media (min-width: 1280px) {
	.CM-header .navigation-wrapper > .nav-item,
	.CM-header .navigation-wrapper .sf_colsIn > .nav-item {
		font-size: 1.7rem !important;
	  }
}
@media (min-width: 1024px) {
  .CM-header .navigation {
    flex-grow: 1;
  }
  .CM-header .lang-selector {
    order: 999;
    margin-right: 15px;
  }
  .CM-header .navigation-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .CM-header .navigation-wrapper .nav-item {
    cursor: pointer;
  }
  .CM-header .navigation-wrapper > .sf_colsIn {
    display: flex;
    align-items: center;
  }
  .CM-header .navigation-wrapper > .nav-item,
  .CM-header .navigation-wrapper .sf_colsIn > .nav-item {
    padding-left: 9px;
    padding-right: 9px;
    height: 50px;
    font-weight: bold;
	font-size: 1.3rem;
  }
  .CM-header
    .navigation-wrapper
    > .nav-item.is-parent
    > .child-wrapper
    .nav-item,
  .CM-header
    .navigation-wrapper
    .sf_colsIn
    > .nav-item.is-parent
    > .child-wrapper
    .nav-item {
    display: none;
  }
  .CM-header .navigation-wrapper > .nav-item.is-parent:hover,
  .CM-header .navigation-wrapper .sf_colsIn > .nav-item.is-parent:hover {
    box-shadow: 1px 1px 5px #535353;
    border-radius: 10px 10px 0px 0px;
  }
  .CM-header .navigation-wrapper > .nav-item.is-parent:hover:after,
  .CM-header .navigation-wrapper .sf_colsIn > .nav-item.is-parent:hover:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    background-color: white;
    top: calc(100% - 5px);
    left: 0;
    width: 100%;
    height: 6px;
  }
  .CM-header .navigation-wrapper > .nav-item.is-parent:hover > .child-wrapper,
  .CM-header
    .navigation-wrapper
    .sf_colsIn
    > .nav-item.is-parent:hover
    > .child-wrapper {
    position: absolute;
    box-shadow: 1px 1px 5px #535353;
    top: 100%;
    left: 0;
    padding-top: 5px;
    white-space: nowrap;
    background-color: white;
    border-radius: 0px 10px 10px 10px;
  }
  .CM-header
    .navigation-wrapper
    > .nav-item.is-parent:hover
    > .child-wrapper
    > .nav-item,
  .CM-header
    .navigation-wrapper
    .sf_colsIn
    > .nav-item.is-parent:hover
    > .child-wrapper
    > .nav-item {
    display: flex;
    padding-bottom: 10px;
    padding-left: 9px;
    padding-right: 9px;
    border-bottom: 1px solid #d7d7d7;
    font-weight: 400;
  }
  .CM-header
    .navigation-wrapper
    > .nav-item.is-parent:hover
    > .child-wrapper
    > .nav-item
    + .nav-item,
  .CM-header
    .navigation-wrapper
    .sf_colsIn
    > .nav-item.is-parent:hover
    > .child-wrapper
    > .nav-item
    + .nav-item {
    padding-top: 10px;
  }
}

.CM-contact-us .item-box {
  position: relative;
  padding: 25px;
  box-sizing: border-box;
  margin-top: 5px;
  height: calc(100% - 10px);
}
.CM-contact-us .sidebar-title h2 {
  color: #2a8a8e;
  padding-bottom: 20px;
}
.CM-contact-us .sidebar-title a {
  color: #ff6500;
  text-decoration: none;
}
.CM-contact-us .contact-map-col {
  padding: 15px 8px 15px 8px;
}
.CM-contact-us .contact-map {
  height: calc(100% - 10px);
  border-radius: 25px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.CM-contact-us .contact-map img {
  opacity: 0;
}
@media (min-width: 1024px) {
  .CM-contact-us .contact-map {
    margin-top: 5px;
  }
  .CM-contact-us .contact-map-col {
    padding: 0 15px 0 15px;
  }
}

.CM-hometicker .CM-wrapper {
  padding-bottom: 15px;
}
.CM-hometicker .CM-row {
  padding: 0px 15px 0px 15px;
}
.CM-hometicker .ticker-wrapper {
  border: 1px solid #fa7;
  border-radius: 20px;
  display: block;
  display: flex;
  align-items: center;
}
.CM-hometicker .ticker-icon {
  padding: 10px 15px 10px 15px;
}
.CM-hometicker .ticker-icon img {
  display: block;
}
.CM-hometicker .ticker-marquee {
  overflow: hidden;
  flex-grow: 1;
  margin-right: 15px;
  box-sizing: border-box;
}
.CM-hometicker .ticker-text {
  position: relative;
  white-space: nowrap;
}
.CM-hometicker .ticker-text > div {
  display: inline-block;
}

.CM-hometiles .tiles {
  position: relative;
  font-size: 0;
}
.CM-hometiles .tile {
  position: relative;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.CM-hometiles .tile:after {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.CM-hometiles .tile a {
  text-decoration: none;
}
.CM-hometiles .tile .image {
  display: block;
  position: absolute;
  background-color: #eee;
  width: calc(100% - 30px);
  height: calc(100%);
  margin-left: 15px;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 20px;
  background-size: cover;
  background-position: 50% 50%;
}
.CM-hometiles .tile .image:after {
  content: "";
  display: block;
  background-image: linear-gradient(transparent, black);
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 88;
}
.CM-hometiles .tile .title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 15px;
  padding-left: 35px;
  z-index: 1;
  font-weight: bold;
  font-size: 2rem;
  color: white;
}
@media (min-width: 576px) {
  .CM-hometiles .tile {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .CM-hometiles .tile {
    width: 33.33%;
  }
}

[data-micromodal-trigger] {
  cursor: pointer;
}
.CM-micromodal {
  display: none;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.CM-micromodal__overlay {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.CM-micromodal__box {
  position: relative;
  z-index: 2;
  background-color: white;
  padding: 25px;
  margin: 15px;
  box-sizing: border-box;
  border-radius: 25px;
  max-width: 540px;
  line-height: 1;
}
.CM-micromodal__box a {
  outline: none;
  text-decoration: none;
  color: #2a8a8e;
}
.CM-micromodal__title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #2a8a8e;
}
.CM-micromodal__text {
  line-height: 1.4;
}
.CM-micromodal__close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #2a8a8e;
}
.CM-micromodal.is-open {
  display: flex;
  pointer-events: all;
}
@media (min-width: 1024px) {
  .CM-micromodal__box {
    margin-right: -1%;
  }
}

.CM-productdetails {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.CM-productdetails .CM-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.CM-productdetails [link-to] {
  cursor: pointer;
}
.CM-productdetails .content-box {
  background-color: white;
  background-image: linear-gradient(white, #eee);
  border-radius: 25px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  padding: 25px 25px 25px 25px;
  color: #2a8a8e;
}
.CM-productdetails .details-col .product-name {
  font-size: 2.2rem;
  font-weight: bold;
}
.CM-productdetails .details-col .product-code {
  margin-top: 15px;
  font-size: 2rem;
}
.CM-productdetails .details-col .product-desc {
  margin: 15px 0 15px 0;
  line-height: 1.4;
  color: #535353;
}
.CM-productdetails .details-col table {
  width: 100%;
  margin-top: 5px;
}
.CM-productdetails .details-col table td {
  margin: 0;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #ccc;
}
.CM-productdetails .others-col .item {
  margin: 15px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.CM-productdetails .others-col .content-box {
  margin-top: 15px;
  margin-bottom: 15px;
}
.CM-productdetails .others-col .download-cta-text {
  line-height: 1.4;
}
.CM-productdetails .others-col .download-cta-text a {
  text-decoration: none;
  color: #ff6500;
}
@media (max-width: 1023px) {
  .CM-productdetails {
    margin-bottom: 15px;
  }
  .CM-productdetails .CM-wrapper {
    position: relative;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .CM-productdetails {
    height: 100%;
  }
  .CM-productdetails .CM-wrapper {
    justify-content: flex-start;
  }
  .CM-productdetails .content-box {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  .CM-productdetails .details-col {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 66.66%;
  }
  .CM-productdetails .details-col .content-box {
    height: 100%;
  }
  .CM-productdetails .others-col {
    width: 33.33%;
    box-sizing: border-box;
  }
  .CM-productdetails .others-col .content-box {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media print {
  .navigation,
  .mobile-menu,
  .others-col,
  .CM-sidebanner {
    display: none !important;
  }
  .CM-productdetails {
    margin-bottom: 0;
  }
  .CM-productdetails .details-col .product-desc {
    margin: 10px 0;
  }
  .CM-productdetails .details-col table td {
    padding: 8px 0;
  }
}

.CM-sidebanner {
  display: flex;
  position: relative;
}
.CM-sidebanner h1 {
  color: white;
  word-break: break-all;
}
.CM-sidebanner p {
  color: white;
  padding-top: 0.5em;
}
.CM-sidebanner a {
  color: #ff6500;
  text-decoration: none;
}
.CM-sidebanner .CM-wrapper {
  border-radius: 25px;
  padding: 30px 30px 30px 30px;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  z-index: 0;
  overflow: hidden;
  background: none;
  background-image: url("../media/ultrachoco.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.CM-sidebanner .CM-wrapper:after {
  content: "";
  display: block;
  background-image: linear-gradient(black, transparent);
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 25px;
  z-index: 1;
}
.CM-sidebanner .CM-wrapper .overflow-wrapper {
  z-index: 100;
  position: relative;
}
.CM-sidebanner .backto-link a {
  color: #ffffff;
  font-weight: bold;
}
.CM-sidebanner .backto-link a:before {
  content: "\f0d9";
  font: normal normal normal 20px/1 FontAwesome;
  order: 99;
  padding-right: 10px;
  color: #ffffff;
}
.CM-sidebanner .overflow-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .CM-sidebanner {
    margin-bottom: 15px;
  }
  .CM-sidebanner .CM-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }
  .CM-sidebanner:after {
    display: block;
    content: "";
    padding-top: 75%;
  }
}
@media (min-width: 1024px) {
  .CM-sidebanner {
    height: 100%;
    width: 28.119%;
    min-width: 315px;
    box-sizing: border-box;
  }
  .CM-sidebanner + .CM-productfilter .filter-col {
    width: 34.349%;
  }
  .CM-sidebanner + .CM-productfilter:before {
    width: calc(100% - 34.349%);
    margin-left: 34.349%;
  }
  .CM-sidebanner + .CM-productfilter .filter-box {
    margin: 0 0 0 16px;
    width: calc(100% - 16px);
  }
}

.CM-productfilter {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.CM-productfilter .CM-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  column-gap:10px;
}
.CM-productfilter [link-to] {
  cursor: pointer;
}
    .CM-productfilter .filter-box {
        background-color: white;
        /*background-image: linear-gradient(white, #eee);*/
        border-radius: 25px;
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
        box-sizing: border-box;
        padding: 25px 25px 25px 25px;
        color: #174853;
        position: relative;
        display: flex;
        flex-direction: column;
    }
.CM-productfilter .filter-box .overflow-wrapper {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%;
}
.CM-productfilter .filter-box .overflow-wrapper.CM-nice-scroll {
  height: 100%;
  overflow: auto;
  overflow-y: auto;
}
.CM-productfilter .load-more {
  border: 3px solid #2a8a8e;
  border-radius: 12px;
  width: 100%;
  margin: 8px;
  padding: 20px 0;
  text-align: center;
  color: #2a8a8e;
  font-weight: bold;
  display: hidden;
  order: 99999999;
  cursor: pointer;
}
.CM-productfilter .results-col {
  display: flex;
  flex-wrap: wrap;
}
.CM-productfilter .results-item {
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.6rem;
  position: relative;
}
.CM-productfilter .results-item:after {
        content: "";
        display: block;
        /*padding-top: 100%;*/
        padding-top: 85%;
}
.CM-productfilter .results-item .item-box {
  color: #535353;
  /*display: flex;*/ 
}
.CM-productfilter .results-item .item-box:hover {
  background-image: linear-gradient(#eee, white);
}
.CM-productfilter .sidebar-multifilter hr {
  margin: 0;
  opacity: 0.5;
}
.CM-productfilter .sidebar-multifilter-label {
  font-weight: bold;
  font-size: 2rem;
}
.CM-productfilter .sidebar-multifilter-menu {
  display: block;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.CM-productfilter
  .sidebar-multifilter-menu.CM-active
  .multifilter-menu-title:after {
  transform: rotate(180deg);
}
.CM-productfilter .multifilter-menu-title {
  position: relative;
  color: #2a8a8e;
  font-size: 1.7rem;
  font-family: "Poppins";
  padding: 10px 25px 10px 5px;
  flex-grow: 1;
}
.CM-productfilter .multifilter-menu-title:after {
  content: "\f0d7";
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  align-items: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1em;
}
.CM-productfilter .multifilter-menu-icon {
  padding-left: 5px;
}
.CM-productfilter .sidebar-multifilter-items-wrapper {
  /*display: none;*/
  display:block;
}
.CM-productfilter .sidebar-multifilter-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 10px 10px 10px 5px;
}
.CM-productfilter .sidebar-multifilter-item:before {
  content: "";
  display: block;
  min-width: 10px;
  min-height: 10px;
  max-width: 10px;
  max-height: 10px;
  border: 2px solid #2a8a8e;
  margin-right: 10px;
}
.CM-productfilter .sidebar-multifilter-item.CM-active:before {
  background-color: #2a8a8e;
}
.CM-productfilter
  .sidebar-multifilter-menu.CM-active
  ~ .sidebar-multifilter-items-wrapper {
  display: block;
}
@media (max-width: 1023px) {
  .CM-productfilter {
    margin-bottom: 15px;
  }
  .CM-productfilter .CM-wrapper {
    position: relative;
    flex-direction: column;
  }
  .CM-productfilter .sidebar-multifilter-label {
    display: flex;
  }
  .CM-productfilter .sidebar-multifilter-label .fa {
    justify-self: flex-end;
    margin-left: auto;
  }
  .CM-productfilter .sidebar-multifilter-label .fa-minus {
    display: none;
  }
  .CM-productfilter .sidebar-multifilter-label ~ .overflow-wrapper {
    display: none;
  }
  .CM-productfilter .sidebar-multifilter-label.CM-active .fa-minus {
    display: block;
  }
  .CM-productfilter .sidebar-multifilter-label.CM-active .fa-plus {
    display: none;
  }
  .CM-productfilter .sidebar-multifilter-label.CM-active ~ .overflow-wrapper {
    display: block;
  }
  .CM-productfilter .filter-col,
  .CM-productfilter .results-col {
    width: 100%;
  }
  .CM-productfilter .filter-col {
    padding-bottom: 15px;
  }
  .CM-productfilter .filter-col.CM-active .filter-box {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
  }
  .CM-productfilter .filter-col.CM-active ~ .filter-results:after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }
  .CM-productfilter .results-col {
    width: calc(100% + 10px);
    margin-left: -5px;
    padding-top: 4px;
    overflow: hidden;
  }
  .CM-productfilter .results-item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .CM-productfilter {
    height: 100%;
  }
  .CM-productfilter .filter-col {
    width: 263px;
    height: 100%;
    box-sizing: border-box;
  }
  .CM-productfilter .filter-box {
    width: 100%;
    height: 100%;
  }
  .CM-productfilter:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    width: calc(100% - 263px);
    margin-left: 263px;
    background-color: rgba(255, 255, 255, 0);
    background: linear-gradient(rgba(255, 255, 255, 0), white);
    z-index: 2;
  }
  .CM-productfilter .results-col {
    flex-grow: 1;
    height: 100%;
    align-items: flex-start;
    align-content: flex-start;
    overflow: hidden;
    overflow-y: auto;
    padding: 4px 5px 0 5px;
    box-sizing: border-box;
    position: relative;
  }
    /* .CM-productfilter .results-col .results-item {
        display: block;
        width: 33.333%;
        z-index: 1;
        max-width: 178.7px;
    }*/
}
.CM-productfilter .sidebar-search {
    display: flex;
    font-size: 16px;
    /*font-size: 1.7rem;*/
    font-family: "Poppins";
    font-weight: bold;
    border-radius: 5px;
     border-radius: 25px;
	 background-color: #9392833b;
	 padding: 0px 10px;
}
.CM-productfilter .sidebar-search input {
  flex-grow: 1;
  padding: 7px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 0;
  min-width: 0;
  width: auto;
  box-shadow: none;
  background-color: transparent;
  box-sizing: border-box;
  outline: none;
}
.CM-productfilter .sidebar-search input:-ms-input-placeholder {
  font-size: 1.7rem;
  font-weight: bold;
  color: black;
}
.CM-productfilter .sidebar-search input::-webkit-input-placeholder {
  font-size: 1.7rem;
  font-weight: bold;
  color: black;
}
.CM-productfilter .sidebar-search input::placeholder {
  font-size: 1.7rem;
  font-weight: bold;
  color: black;
}
.CM-productfilter .sidebar-search .fa {
  padding: 7px;
  padding-right: 10px;
  box-sizing: border-box;
  background: transparent;
  cursor: pointer;
}
.CM-productfilter .sidebar-button {
  display: inline-block;
  margin-top: 20px;
  margin-left: auto;
  padding: 10px 8px 8px 8px;
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid #2a8a8e;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #2a8a8e;
  cursor: pointer;
}
