@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-125px * 10));
    }
}

.slider-icon {
    background: aliceblue;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 960px;
  }
.slider-icon::before, .slider-icon::after {
    background: linear-gradient(to right, aliceblue 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.slider-icon::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider-icon::before {
    left: 0;
    top: 0;
}
.slider-icon .slide-track {
    -webkit-animation: scroll 25s linear infinite;
            animation: scroll 25s linear infinite;
    display: flex;
    width: calc(250px * 14);
}
.slider-icon .slide {
    height: 100px;
    width: 250px;
}
.slide img {
    height: 50px;
    width: auto !important;
    margin: 10px 100px;
}

.brand_color .titlepage h2 {
	font-weight: bold;
	font-size: 40px !important;
	text-transform: uppercase;
}
.brand_color {
    background-color: #012229;
    padding-top: 110px;
}
.brand_color .titlepage h2{
    margin: 7px 0;
	text-align: center;
	color: whitesmoke !important;
}

.brand_color .abouttitle h2 {
     color: #fff;
     text-transform: uppercase;
     font-size: 40px;
     line-height: 45px;
     padding: 40px 0;
     font-weight: 500;
     text-align: center;
}

.product-bg .product-bg-white .product-boxes.buku span {
    font-size: 10px;
    line-height: 10px;
}

.dropdown-menu.dropdown-menu-right.show {
    min-width: 15rem !important;
    transform: translate3d(-120px, 50px, 0px) !important;
}


.product-boxes:hover {
    background: aliceblue;
}

.product-boxes {
    align-content: center;
    background: #ffffff;
    margin-bottom: 30px;
    padding: 2px 2px;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product-boxes img {
    display: block;
    margin: 0 auto;
    height: 140px;
    max-height: 160px;
}

.product-boxes h3{
    text-align: left;
	font-size: 14px;
	margin: 5px 10px;
    height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.harga-boxes {
    font-size: 15px;
	margin: 5px 10px;
    color: red;
}

.tax-boxes {
    font-size: 15px;
    margin: 0 10px;
    color: brown;
    float: right;
}

.product-boxes.product-boxes-category h3{
	font-size: 14px;
}

.product-filter h5, .container h5, .product-filter h6, .container h6{
	font-weight: 700;
    color: #2E2E2E;
    margin: 0px;
}

.tentang {
    padding-top: 150px;
}

.credits a {
    color: white;
    text-decoration: none !important;
}

.filter {
    color: darkslategrey;
    text-decoration: none !important;
}

.t-white {
    color: white !important;
    text-decoration: none !important;
}

.service-badge {
    color: white;
    text-align: center;
    font-weight: bold;
}

.sub-button {
    margin-top: 13px;
}