.theme-btn{
	background-color: #ffffff;
    border-radius: 40px;
    bottom: 10px;
    color: #ffffff;
    display: table;
    height: 50px;
    right: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
	z-index: 9999;
}
.theme-btn i{
	font-size: 22px;
    line-height: 35px;
	color:#fff;
}
.theme-btn.bt-support-now{
	background: #1ebbf0; /* Old browsers */
	background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ebbf0', endColorstr='#39dfaa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	bottom: 10px;
}
.theme-btn.bt-buy-now{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fdf61+0,88BA46+100 */
	background: #1fdf61; /* Old browsers */
	background: -moz-linear-gradient(top,  #A3D179 0%, #88BA46 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #A3D179 0%,#88BA46 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #A3D179 0%,#88BA46 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fdf61', endColorstr='#88BA46',GradientType=0 ); /* IE6-9 */
}
.theme-btn:hover{
	color:#fff;
	padding: 0 20px;
}
 .theme-btn span{
	display: table-cell;
	vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
	line-height: 50px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	text-transform:uppercase;
}
.theme-btn:hover span{
	opacity:1;
	letter-spacing: 1px;
	padding-left:10px;
}
.at-expanding-share-button[data-position="bottom-left"]{
	bottom: 130px !important;
}

.runningtext {
	padding: 0 10px;
	overflow: hidden;
}
.runningtext div {
	-moz-animation: marquee 50s linear infinite;
	-webkit-animation: marquee 50s linear infinite;
	animation: marquee 50s linear infinite;
	padding:0;
	margin:0;
	white-space: nowrap;
}

@-moz-keyframes marquee {
	0% {transform: translateX(100%);}
	100% {transform: translateX(-100%);}
}
@-webkit-keyframes marquee {
	0% {transform: translateX(100%);}
	100% {transform: translateX(-100%);}
}
@keyframes marquee {
	0% {-moz-transform: translateX(100%);-webkit-transform: translateX(100%);transform: translateX(100%)}
	100% {-moz-transform: translateX(-100%);-webkit-transform: translateX(-100%);transform: translateX(-100%);}
}

.fotoslide{
	height:calc(100vw*0.4);
	object-fit:cover;
}

.flex-ca
{
	display: flex;
	justify-content: space-around;
	align-items:center;
}
.flex-cb
{
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.flex-cc
{
	display: flex;
	align-items:center;
	justify-content:center;
}
.flex-c
{
	display: flex;
	align-items:center;
}
.flex-e
{
	display: flex;
	align-items:center;
	justify-content: flex-end;
}
.flex-b
{
	display: flex;
	align-items:flex-end;
}
.flex-s
{
	display: flex;
	justify-content: flex-start;
}
.flex-sc
{
	display: flex;
	align-items:center;
	justify-content: flex-start;
}
.flex-sb
{
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745 !important;
}

.btn-outline-success:hover {
  color: #fff !important;
  background-color: #28a745;
  border-color: #28a745 !important;
}

.fotoproduk{
	height:210px;
	object-fit:contain;
}
.fotoproduk2{
	height:275px;
	object-fit:contain;
	object-position:center;
}

.titleumum {
  position: relative;
  margin: 25px 0;
  text-align:center;
}
.titleumum::before {
  background: #eaeaea;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: -1;
}
.titleumum h3 {
  padding: 0 22px;
  background: #fff;
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}

.titlekategori {
  position: relative;
  margin: 15px 0;
  text-align:left;
}
.titlekategori::before {
  background: #eaeaea;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: -1;
}
.titlekategori h3 {
  padding-right: 22px;
  background: #fff;
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}
.titlekategori .tombol
{
	padding-left: 22px;
	background: #fff;
	display: inline-block;
	margin: 0;
	float:right;
	line-height: 1.1;
}
.selengkapnya{
	text-align:center;
	padding-bottom:1em;
}
.selengkapnya a {
	display: inline-block !important;
	overflow: hidden;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #eaeaea;
}
.selengkapnya a:hover {
  background: #ff4600;
  border: 1px solid #ff4600 !important;
  color: #fff !important;
}

.produksatuan{
	margin-bottom:2em !important;
}
.produksatuan .prd{
	border:solid 1px #f5f5f5;
}
.produksatuan .btn{
	margin-bottom:10px;
}

.fototestimoni{
	height:calc(0.9*100vh);
	object-fit:cover;
	padding:0 5px;
}

.scroltop {
    background: rgba(230, 230, 230, 0.5) none repeat scroll 0 0;
    border-radius: 20px;
    border-style: solid;
    border-width: 0;
    bottom: 70px;
    cursor: pointer;
    display: none;
    height: 40px;
    line-height: 36px !important;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 999;
}

.customharga .price1 {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  margin-right: 3px;
}
.customharga .price2 {
  font-size: 13px;
  color: #888;
  text-decoration: line-through;
}

.sns-latestblog .latestblog-content .owl-controls{
	display:none!important;
}

.fotoproduk3{
	height:380px;
	object-fit:contain;
}

@media (max-width: 767px) {
	.fotoproduk3{
		height:100vw;
	}
}