.product-thumb-overlay{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	text-align: center;
	/* transform:rotate(-45deg); */
}
.tab-content > .tab-pane {
  display: block; /* undo "display: none;" */
  visibility: hidden;
  margin-right: -100%;
  width: 100%;
}

.tab-content > .active {
  visibility: visible;
}

/* Add WA floating button CSS */
.floating-wa {
    position: fixed;
    width: 50px;
    height: 40px;
    bottom: 55px;
    right: 11px;
    background-color: #404040;
    color: #25d366;
    /* border-radius: 0; */
    text-align: center;
    font-size: 22px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}
.floating-wa:hover { background-color:#25d366; color:white;}
.fab-icon {
    margin-top: 9px;
}

@media (max-width: 768px) {
.floating-wa {
    position: fixed;
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    font-size: 15px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.floating-wa:hover { background-color:#25d366; color:white;}
.fab-icon {
    margin-top: 7px;
}

}

.custom-svg-btn-style-1 {
    position: relative;
    padding: 19px 60px 19px 50px;
    font-weight: 700;
    font-size: 13.6px;
    font-size: 0.85rem;
    z-index: 1;
}

.custom-svg-btn-style-1 .custom-svg-btn-background {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 107%;
    height: 120%;
    transform: translate3d(-50%, -50%, 0);
    z-index: -1;
}

.custom-svg-btn-style-1 .custom-svg-btn-background polygon {
    transition: ease all 300ms;
}

.custom-svg-btn-style-1 .custom-svg-btn-arrow {
    margin-left: 6px;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-small {
    padding: 18px 31px 18px 25px;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light .custom-svg-btn-background polygon {
    fill: transparent;
    stroke: #FFF;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light:hover .custom-svg-btn-background polygon {
    fill: #FFF;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid .custom-svg-btn-background {
    transition: ease opacity 300ms;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid .custom-svg-btn-background polygon {
    fill: #FFF;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid:hover .custom-svg-btn-background {
    opacity: 0.95;
}

table {
	caption-side:top !important;
}