#berhasil_notif {
    display: block;
    position: relative;
    padding: 16px;
    box-shadow: 0 1px 6px 0 var(--color-shadow,rgba(49,53,59,0.12));
    background-color: var(--color-card,#FFFFFF);
    cursor: default;
    border-radius: 8px;
    margin: 16px 0px 28px;
    height: 100px;
}

.mega-menu {
    padding: 0px 15px 10px;
}

.menu-custom {
    padding-left: 15px !important;
}

.menu-custom li {
    border-bottom: 1px solid #DEDEDE;
}

.menu-custom li:last-child {
    border: none;
}

.menu-custom a {
    display: block;
    color: #000;
    line-height: 20px;
    padding: 5px 0;
    font-size: 14px;
    background-color: transparent;
}

.biodata .form-group {
    /* border-bottom: 1px dotted #cecece !important; */
}

.form-mini {
    padding: 0 10px !important;
    height: 30px !important;
}

.auth .form-group {
    border-bottom: 1px dotted #FFF !important;
}

.form-auth {
    padding: 0 10px !important;
    height: 40px !important;
}

.selected-ongkir1 {
    background-color: #CECECE;
}

.selected-ongkir2 {
    background-color: #CECECE;
}

.selected-ongkir3 {
    background-color: #CECECE;
}

.blink_me {
    animation: blinker 1s linear infinite;
    color: red;
}

.blink_me:hover {
    animation: blinker 0s linear infinite;
    color: red;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.text-yellow {
    color: orange !important;
}

.text-green {
    color: green !important;
}

.text-blue {
    color: blue !important;
}

.header .header__topone {
    padding: 3px 0;
    background-color: #4abdac !important;
    border-bottom: none;
}

.header .header__topone .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.header .header__topone .header__left {
    max-width: 30%;
}

.header .header__topone .header__left p {
    margin-bottom: 0;
    color: #666666;
    line-height: 30px;
}

.header .header__topone .header__left p strong {
    color: #000;
}

.header .header__topone .header__right {
    text-align: right;
    max-width: 70%;
}

.header.header--sticky .header__topone {
    position: relative;
}

.header .header__top-links {
    width: 100%;
}

.header .header__top-links > li {
    display: inline-block;
    margin-right: 16px;
    padding-right: 15px;
    position: relative;
}

.header .header__top-links > li:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 15px;
    width: 0;
    border-right: 1px solid #E1E1E1;
}

.header .header__top-links > li > a {
    color: #ffffff;
}

.header .header__top-links > li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header .header__top-links > li:last-child:after {
    display: none;
}

.header .header__top-links .language > a img {
    margin-right: 5px;
}

.header .header__top-links .ps-block--user-header .ps-block__left i {
    font-size: 14px;
}

.header .header__top-links .ps-block--user-header .ps-block__right a {
    display: inline-block;
    font-weight: 400;
    margin-right: 10px;
    color: #ffffff;
}

.header .header__top-links .ps-block--user-header .ps-block__right a:first-child:after {
    content: '';
    padding-left: 0px;
}

.header .header__top-links .ps-block--user-header .ps-block__right a:hover {
    color: #FCB800;
}

.header .header__topone {
    padding: 3px 0;
    background-color: #FFF;
    border-bottom: none;
}

.header .header__topone .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.header .header__topone .header__left {
    max-width: 30%;
}

.header .header__topone .header__left p {
    margin-bottom: 0;
    color: #ffffff;
    line-height: 30px;
}

.header .header__topone .header__left p strong {
    color: #000;
}

.header .header__topone .header__right {
    text-align: right;
    max-width: 70%;
}

.gray-btn {
    background: #4E4044 !important;
}

.red-btn {
    background: #AB0000 !important;
}

.blue-btn {
    background: #004E9E !important;
}

.gray-btn:hover, .red-btn:hover, .blue-btn:hover {
    background: #000 !important;
}

.ps-dropdown ul {
    min-width: 230px !important;
}

.ps-dropdown-menu a {
    display: block !important;
}

.ps-dropdown ul li a {
    color: #666666 !important;
}

.ps-dropdown ul li a:hover {
    color: #000 !important;
}

.populer b {
    margin-right: 15px;
	color:#FFFFFF;
}

.populer a {
    display: inline-block;
    color: #FFFFFF;
}

.populer a::after {
    content: '';
    height: 15px;
    padding: 0 10px;
}

.populer a:last-child::after {
    content: '';
}

.ps-shopping-product .ps-product {
	padding-top : 10px;
    background-color: #FFF;
    border-top: 3px;
}

.ps-shopping-product .ps-product:hover {
    border-top: 1px solid #26901B;
    border-right: 1px solid #26901B;
    border-left: 1px solid #26901B;
}

.product__header {
    border-bottom: 1px solid #CECECE;
    margin-bottom: 25px;
}

.product__header h1 {
    font-size: 30px;
    font-weight: 400;
}

.sub_title p {
    display: inline-block;
}

.sub_title p::after {
    content: '|';
    height: 15px;
    padding: 0 10px;
}

.sub_title p:last-child::after {
    content: '';
}

.sub_title .br-theme-fontawesome-stars {
    display: inline-block;
}

.ps-widget--account-dashboard .ps-widget__content ul {
    margin: 0;
    padding: 0;
    border: aliceblue;
    list-style: none;
}

.ps-widget--account-dashboard .ps-widget__content ul li {
    border-bottom: 1px solid #D1D1D1;
}

.ps-widget--account-dashboard .ps-widget__content ul li a {
    display: block;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.ps-widget--account-dashboard .ps-widget__content ul li a:hover {
    background: #E3E3E3;
}

.ps-widget--account-dashboard .ps-widget__content ul li a.active {
    background: #CECECE;
}

.ps-widget--account-dashboard .ps-widget__content ul i {
    font-weight: bold;
    font-size: larger;
    padding-right: 5px;
}

.menu__sub-product-price, .menu__sub-product-price-second {
    font-weight: bold;
}

.ppob .col-lg-5 {
    border: 1px solid #E3E3E3;
    padding: 10px 30px;
}

.btn-pulsa {
    width: 160px;
}

.dropdown {
    position: absolute;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    margin-left: -160px;
    background-color: #F9F9F9;
    min-width: 190px;
    z-index: 1;
    border: 1px solid #E3E3E3;
}

.dropdown-content a {
    color: black;
    padding: 3px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #FFF;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media (min-width: 992px) {
    .ppob .col-lg-5 {
        border: 1px solid #E3E3E3;
        padding: 10px 30px;
        margin: 10px 30px;
    }
}

@media (max-width: 767px) {
    .btn-pulsa {
        width: 92% !important;
    }
}
