a {
	text-decoration: none !important;
}
.white-image img {
	filter: brightness(0) invert(1);
}
.fl-builder-pagination li a.page-numbers:hover, .fl-builder-pagination li span.current {
    color: #333333 !important;
}
.site-main{
    background-color: #ffffff;
    padding: 20px;
}
.site-main .form-select,
.site-main, .site-main .form-control,.site-main .card-body,.site-main .card, .site-main .list-group-item,
.site-main h1, .site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6 {
    color: #444444 !important;
}
.site-main .input-jumlah-beli .btn,
.site-main a:not(.btn) {
    color: var(--velocitytoko-color-main) !important;
}
.tombol-post .btn {
	width: 100%;
}
.btn-secondary {
    background-color: var(--velocitytoko-color-secondary);
    border-color: var(--velocitytoko-color-secondary);
}
.list-group-flush>.list-group-item {
    background-color: transparent !important;
}
.logo-ekspedisi {
    margin-bottom: 1.2rem;
}
.logo-ekspedisi img {
    background-color: #ffffff;
}
.velocity-heading .fl-heading .fl-heading-text {
    display: block;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 10px 20px;
}
.velocity-slider .fl-content-slider {
    border: 1px solid #e3e3e3;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.18);
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
}
.fl-builder-pagination, .fl-builder-pagination-load-more {
    padding: 10px 0 !important;
}
.widget-area .widget,
.fl-module-sidebar .widget {
	margin-bottom: 20px;
	border: 1px solid rgba(255,255,255,0.3);
	background-color: var(--velocitytoko-color-secondary);
	border-radius: 4px;
	overflow: hidden;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.widget-area .widget .widget-title,
.fl-module-sidebar .widget .widget-title {
	border-bottom: 1px solid rgba(255,255,255,0.45);
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	background: #434343;
	background: -moz-linear-gradient(top, #434343 0%, #363636 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(100%,#363636));
	background: -webkit-linear-gradient(top, #434343 0%,#363636 100%);
	background: -o-linear-gradient(top, #434343 0%,#363636 100%);
	background: -ms-linear-gradient(top, #434343 0%,#363636 100%);
	background: linear-gradient(to bottom, var(--velocitytoko-color-secondary) 0%,var(--velocitytoko-color-main)00%);
}

.widget-area .widget a,
.fl-module-sidebar .widget a {
    color: #ffffff;
}
footer.fl-builder-content .btn,
.widget-area .widget .btn,
.fl-module-sidebar .widget .btn {
    border-color: #ffffff;
}
.fl-module-fl-post-content h1 {
    font-size: 20px;
}
.fl-module-fl-post-content h2 {
    font-size: 18px;
}
.fl-module-fl-post-content h3 {
    font-size: 16px;
}
.fl-module-fl-post-content h4 {
    font-size: 14px;
}
.fl-module-fl-post-content h5 {
    font-size: 12px;
}
.fl-module-fl-post-content h6 {
    font-size: 10px;
}

.fl-module-content-slider .fl-slide .fl-slide-content {
    padding: 0 !important;
}
.cart svg,
.linkprofile svg {
    width: 23px;
    height: 23px;
}