<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.badge-custom:after{
    content: attr(data-after);
    position: absolute;
    background: rgba(  255, 87, 51 , 1);
    height:1.5rem;
    bottom:.6rem;
    left:.6rem;
    width:1.5rem;
    text-align: center;
    line-height: 1.3rem;
    font-family: "Times New Roman", Times, serif;
    font-weight: 100;
    font-size: .8rem;
    border-radius: 50%;
    color:white;
    border:2px solid #fff;
}

a.custom-nav-text:hover &gt; .badge-custom:after {
    color:#696969;
    opacity:0.8;
    border:2px solid #696969;
}

.nama-product{
    color: #696969;
    font-weight: bold;
}

.harga-product{
    color: #D2691E;
    font-weight: bold;
}

.penyedia{
    color: #9932CC;
    font-weight: bold;
}

.penyedia-kabprov{
    /*color: #9932CC;*/
    font-weight: bold;
    font-size: .7rem;
}

.badge-text-size{
    /*color: #9932CC;*/
    font-weight: bold;
    font-size: .8rem;
}

.catalog-custom-wrapper-image {
    position: relative;
    overflow: hidden;
    background-color: #CCFFFF;
    justify-content: center;
    align-items: center;
    display: flex;
    max-height: 267px;
}

.catalog-custom-wrapper-image:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.catalog-custom-wrapper-image img {
    max-width: 267px;
    max-height: 267px;
    width: 100%;
}

.ellipsis-line-1{
    margin: 1px;
    min-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-line-2{
    margin: 1px;
    min-height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-line-3{
    margin: 1px;
    min-height: 4.5em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* The ribbons */

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  font-size: 6pt;
  line-height: 20px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 20px;
  left: -70px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -70px;
  bottom: 20px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

/*
Bootstrap 4 Carousel Custom
*/

.carousel:not(#carouselProdukTerpopuler) {
  max-height: 350px;
}

.carousel-inner:not(#carouselProdukTerpopuler &gt; .carousel-inner) {
  width: 100%;
  max-height: 350px;
}            

.item {
  max-height: 350px;
  height: 100%;                
}

#carouselProdukTerpopuler .carousel-control-prev, #carouselProdukTerpopuler .carousel-control-next {
    width: 40px;
}

.item img {
  max-height: 350px;
  /*
  object-fit: cover;
  object-fit: fill;
  object-fit: none;
  object-fit: contain;
  object-fit: scale-down;
  */
}
.pop-button{
    display: none;
}

.pop-card:hover .pop-button{
    display: block;
}

.filter-data {
    padding: auto;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    position: fixed;
    z-index: 1200;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    transition: 0.5s; 
    box-shadow: 0px -3px 10px #888;
}

.filter-data-header{
    color: #FFFFFF;
    background-color: #4169E1;
    height: 45px;
}

.filter-data-header a{
    text-decoration: none;
    transition: 0.3s;
    font-size: 1em;
}

.filter-header-text{
    font-size: 1em;
    text-align: center;
}

.filter-data a {
    text-decoration: none;
    color: #000000;
    transition: 0.3s;
}

/*.filter-data a:hover, .filter-data a:focus {
    color: #f1f1f1;
}*/

.filter-data .acceptbtn {
    color: #FFFFFF;
    position: absolute;
    top: 12px;
    right: 30px;
    font-size: 1em;
}

.filter-data .backbtn {
    color: #FFFFFF;
    position: absolute;
    top: 12px;
    left: 30px;
    font-size: 1em;
}

.filter-data .header-text {
    color: #FFFFFF;
    position: absolute;
    top: 12px;
    left: 50px;
    font-size: 1em;
}

.hidden-content {
    width: 0;
    height: 100%;
    background: #A9A9A9;
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: 0.5s;
    opacity: .5; 
}

.sort-data {
    width: 0;
    position: fixed;
    z-index: 1002;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    transition: 0.5s; 
    box-shadow: 0px -3px 10px #888;
    text-align: center;
}

.sort-data a {
    text-decoration: none;
    color: #6A5ACD;
    transition: 0.3s;
}

.sort-data a:hover, .sort-data a:focus {
    color: #f1f1f1;
}

.sort-data .closebtn {
    position: absolute;
    top: 5px;
    right: 30px;
    font-size: 2em;
}

.side-menu ul {
    margin: 0;
    padding: 5px 0;
    font-size: 11pt;
}

.side-menu li {
    list-style: none;
    margin-left: 10px;
}

.side-menu li li {
    list-style: none;
    margin-left: 12px;
}

.side-menu a {
    color: #2F4F4F;
}

.side-menu a:hover {
    text-decoration: none;
}

.filter-selector {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 35px;
}

@media only screen and (max-width: 575.98px) {
    .pop-button{
        display: none;
    }

    .pop-card:hover .pop-button{
        display: none;
    }

}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .pop-button{
        display: none;
    }

    .pop-card:hover .pop-button{
        display: none;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {

}

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

}</pre></body></html>