@font-face {
    font-family: poppins;
    src: url('../webfonts/poppins/Poppins-Regular.ttf');
}
@font-face {
    font-family: poppins-medium;
    src: url('../webfonts/poppins/Poppins-Medium.ttf');
}
@font-face {
    font-family: poppins-light;
    src: url('../webfonts/poppins/Poppins-Thin.ttf');
}
@font-face {
    font-family: poppins-bold;
    src: url('../webfonts/poppins/Poppins-Bold.ttf');
}
@font-face {
    font-family: poppins-black;
    src: url('../webfonts/poppins/Poppins-Black.ttf');
}

body{
    font-family: "poppins","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #f2f3f8;
}
button{
    border: none;
    background-color: transparent;
}
*,*:focus,*:hover{
    outline:none;
}
.t-center{
    text-align: center;
}
.fa-spin{
    -webkit-animation: fa-spin .7s linear infinite;
    animation: fa-spin .7s linear infinite;
}
.cursor-pointer{
    cursor: pointer;
}
.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* FONT FAMILY */
.font-medium{
    font-family: poppins-medium;
}
.font-light{
    font-family: poppins-light;
}
.font-bold{
    font-family: poppins-bold;
}
.font-black{
    font-family: poppins-black;
}

/* BREAD CRUMB */
.bread-crumb{
    /*background: #f5f6fa;*/
    padding: 14px 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

/* TOP MENU */
.top-menu{
    margin-top: 30px;
}
.form-header{
    background-color: #fff;
    width: 100%;
    display: flexbox;
    border-radius: 30px;
}
.form-header input{
    border: none;
    background-color: transparent;
    width: 90%;
    padding: 12px;
    padding-left: 24px;
}
.form-header button{
    width: 10%;
    padding: 12px;
    border-radius: 30px;
}
.menu-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.top-link:hover{
    text-decoration: none;
}
.top-link .badge{
    border-radius: 24px;
}

/* TESTIMONI */
.testimoni{
}
.testimoni-item{
    margin: 20px 0;
    width: 240px;
    padding: 20px 16px;
    box-shadow: 0px 0px 14px #d0d1d4;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-right: 24px;
    background-image: radial-gradient( circle farthest-corner at 10% 90%,  rgba(167, 255, 255, 0.67) 0.1%, rgba(239,249,251,0.63) 90.1% );
}
.testimoni-wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    min-height: 240px;
}
.testimoni-komentar{
    font-style: italic;
    flex-grow: 1;
}
.testimoni .row{
    align-items: center;
}
.testimoni-img{
    background-size: cover;
    width: 100%;
    margin: auto;
    padding-top: 100%;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border: 2px solid #5c79ff;
}
.testismoni .slick-next{
    
}

/* KERANJANG BELANJA */
.keranjang{
    margin: 0;
    padding: 20px 16px;
    box-shadow: 0px 0px 14px #d0d1d4;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    align-items: center;
    margin-bottom: 24px;
    background-color: #ffffff;
}
.keranjang .img{
    padding-top: 80%;
    margin: auto;
    width: 80%;
    min-width: 80px;
    min-height: 80px;
    box-shadow: 0px 0px 14px #d0d1d4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
}
.keranjang .centered{
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: left;
}
.cebox{
    width: 24px;
    height: 24px;
}
.cebox:checked:before{
    background-color:#691b12;
}

/* PROGRESS BAR CHECKOUT */
.progress-wrap{
    max-width: 1280px;
}
.progress-checkout{
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.progress-checkout .line{
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -40%;
    margin-top: -3px;
    height: 6px;
    z-index: 0;
    width: 80%;
    background-color: #b2b3b4;
}
.progress-checkout .wrap{
    text-align: center;
    padding: 12px 0;
    background-color: #f2f3f8;
    width: 50%;
    margin: auto;
}
.progress-checkout .fas{
    font-size: 40px;
    color: #b2b3b4;
    margin-bottom: 8px;
}
.progress-checkout .wrap .titles{
    text-transform: capitalize;
    font-family: poppins-medium;
    color: #b2b3b4;
}
.kurir-wrap{
    position: relative;
    padding: 12px;
    border: 2px solid #b2b3b4;
    border-radius: 8px;
    margin-bottom: 30px;
}
.kurir-pilih-atas .kurir-wrap{
    padding: 8px;
    min-height: 100px;
    align-items: center;
    display: flex;
    text-align: center;
}
.kurir-wrap img{
    width: 100%;
}
.kurir-wrap:hover,
.kurir-wrap.active{
    border: 2px solid #2ecc71;
    cursor: pointer;
}
.kurir-wrap .fas,
.kurir-wrap .fas{
    display: none;
    position: absolute;
    color: #2ecc71;
    top: -12px;
    right: -12px;
    font-size: 24px;
    background-color: #fff;
    padding: 4px;
}
.kurir-wrap:hover .fas,
.kurir-wrap.active .fas{
    display: block;
}

/* TOPUP SALDO */
.table-item{
    box-shadow: 0px 0px 12px #d0d1d4;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 12px 16px;
    background-color: #ffffff;
    margin-bottom: 12px;
}
.table-item .col-md-3,
.table-item .col-md-2{
    display: flex;
    align-items: center;
}
.table-item:hover{
    box-shadow: 0px 0px 12px #9fa0a1;
}

/* PESANAN */
.pesanan{
    margin-top: 30px;
}
.pesanan-item{
    box-shadow: 0px 0px 18px #d0d1d4;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background-color: #ffffff;
}
.pesanan-item .produk-item{
    padding: 12px;
}
.pesanan-item .produk-item .img{
    box-shadow: 0px 0px 24px #babbbe;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center center;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}
.status-pesanan{
    box-shadow: 0px 0px 18px #d0d1d4;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 12px;
    font-family: poppins-medium;
    color: #fff;
    text-align: center;
}

/* BAYAR PESANAN */
.section{
    box-shadow: 0px 0px 8px #d0d1d4;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background-color: #ffffff;
}
.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.bayarpesanan .produk{

}
.produk .produk-item{
    box-shadow: 0px 0px 14px #d0d1d4;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 20px 12px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #ffffff;
}
.produk .produk-item .img{
    background-size: cover;
    background-position: center center;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    margin: auto;
}

/* METODE PEMBAYARAN */
.metodebayar{
    border:2px solid transparent;
    box-shadow: 0px 0px 8px #d0d1d4;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.metodebayar .bg-logo{
    background: #d0d1d4;
}
.metodebayar{
    border:2px solid #d0d1d4;
}
.metodebayar:hover .bg-logo,
.metodebayar.active .bg-logo{
    background: #27ae60;
}
.metodebayar:hover,
.metodebayar.active{
    border:2px solid #27ae60;
    font-weight: bold;
}
.metodebayar:hover small,
.metodebayar.active small{
    font-weight: bold;
}
.metodebayar .fa-check-circle{
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 24px;
    display: none;
    background-color: #fff;
    padding: 4px;
    color: #27ae60;
}
.metodebayar.active .fa-check-circle{
    display: block;
}
.metode-bayar{
	box-sizing: border-box;
	text-align: center;
	margin: auto;
}
.metode-item{
	padding: 20px;
    box-shadow: 0px 0px 14px #d0d1d4;
    background: linear-gradient( 91.9deg,  rgb(0, 150, 163) 0%, rgb(25, 201, 218) 90% );
	border-radius: 12px;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.metode-item:hover,
.metode-item.active{
    background: linear-gradient( 90.9deg,  rgb(0, 153, 56) 0.5%, rgba(0,214,32,1) 99.7% );
}
.metode-item .icon{
	width: 100%;
}
.metode-item .cek{
	width: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.metode-item .cek{
	display: none;
}
.metode-item.active .cek{
	display: block;
	width: 30px;
}

/* SECTION */
.sec-title{
    font-family: poppins-black;
    text-transform: uppercase;
    background: linear-gradient( 109.5deg,  rgb(54, 77, 182) 11.2%, rgb(58, 196, 218) 91.1% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title{
    font-family: poppins-bold;
    text-transform: uppercase;
    background: linear-gradient( 109.5deg,  rgb(54, 77, 182) 11.2%, rgb(58, 196, 218) 91.1% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.search-product{
    border: 2px solid #3ac4da;
    padding: 18px 32px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #ffffff;
}
.search-product .fas{
    font-size: 140%;
}
.search-product button,
.search-product input{
    border: none;
    background: transparent;
}

/* KATEGORI */
/*
    height: 12vw;
    width: 12vw;
*/
.cat-bg{
    width: 100%;
    background-size: cover;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    cursor: pointer;
    text-align: center;
}
.cat-bg img{
    max-width: 60%;
    max-height: 120px;
}
.cat-nama{
    text-align: center;
    margin-top: 12px;
    font-family: poppins-medium;
}

/* IKLAN */
.playstore-section{
    background-color: #b5eff9;
    /*background-image: radial-gradient( circle 465px at -15.1% -25%,  rgba(17,130,193,1) 0%, rgba(67,166,238,1) 49%, rgba(126,203,244,1) 90.2% );*/
    padding: 20px 0;
    box-shadow: 0px 0px 24px #d0d1d4;
}
.playstore-section .row{
    align-items: center;
}
.playstore-section img{
    width: 100%;
}
.iklans img{
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 0px 24px #d0d1d4;
}

/* SIGNUP  SIGNIN */
.bg-sign{
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 24px #d0d1d4;
}
.line-text{
    color: #b3b4b8;
    border-top: 2px solid #d0d1d4;
    position: relative;
}
.line-text .text{
    position: absolute;
    top: -12px;
    text-align: center;
    width: 100%;
}
.line-text span{
    display: inline-block;
    margin-left: auto;
    padding: 0 12px;
    background-color: #fff;
}

/* SLIDER */
.slider{

}
.slider .slick-arrow::before{
    color: #fff;
    font-size: 28px;
}
.slider .slick-next{
    right: 16px;
}
.slider .slick-prev{
    left: 16px;
    z-index: 1;
}
.slider-item{
    padding: 12px;
    width: 50vw;
    min-width: 900px;
    max-width: 1000px;
    margin: 0px 5vw;
}
.slider-item img{
    width: 100%;
    border-radius: 8px;
    /*
    -webkit-filter: blur(2px) grayscale(100%);
    filter: blur(2px) grayscale(100%);
    */
    margin: 60px 0px;
}
.slider-item.slick-center img{
    -webkit-filter: none;
    filter: none;
    box-shadow: 0px 0px 16px #d0d1d4;
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.slick-prev:before, .slick-next:before{
    color: #005288;
    font-size: 30px;
}

/* PAGINATION */
.pagination{
    text-align: center;
    width: 100%;
    justify-content: center;
    margin-top: 24px;
}
.pagination .item{
    box-shadow: 0px 0px 16px #d0d1d4;
    padding: 6px 18px;
    background-image: linear-gradient( 91.9deg,  rgb(0, 150, 163) 0%, rgb(25, 201, 218) 90% );
    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    color: #fff;
    font-family: poppins-medium;
    margin: 0px 6px;
}
.pagination .item.active,
.pagination .item:hover{
    background-image: linear-gradient( 0deg,   rgb(0, 150, 163) 0%,   rgb(0, 150, 163) 100% );
    text-decoration: none;
}

/* NAVBAR */
.navbar{
    /*background: #fff;*/
}
.navbar-brand{
    margin-right: 20px;
}
.navbar-nav .nav-item{
    padding: 0px 8px;
    font-family: poppins-medium;
    font-size: 17.5px;
    position: relative;
    align-items: center;
}
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link{
    color: #2c3e50;
}
.dropdown-item:hover{
    background:#62e7fc;
}
/*
.navbar-nav .nav-item .fa-heart,
.navbar-nav .nav-item .fa-shopping-basket{
    font-size: 30px;
    vertical-align: bottom;
}
*/
.navbar-nav .nav-item .badge-danger{
    border-radius: 12px;
    vertical-align: middle;
}
.navbar .container{
    max-width: 1280px;
}

/*
    COPYRIGHT 2021
    DEVELOPER: MASBIL AL MUHAMMAD
    FB: https://fb.me/masbilkom
    IG: @masbil_al
    WA: 0856-9125-7411
    WEB RESMI: https://jadiorder.com
*/

/* BUTTON */
.btn-primary,.btn-success,.btn-secondary,.btn-info,.btn-warning{
    border: none;
    box-shadow: 0px 0px 8px #bebcbc;
}
.btn-primary{
    background-image: linear-gradient( 109.5deg,  rgba(92,121,255,1) 11.2%, rgb(48, 213, 238) 91.1% );
}
.badge-primary, .bg-primary, .hov-primary:hover, .btn-primary:hover{
    background-image: linear-gradient( 109.5deg,  rgb(54, 77, 182) 11.2%, rgb(58, 196, 218) 91.1% );
}
a.text-primary:hover, .text-hov-primary:hover, .text-primary{
    background: linear-gradient( 109.5deg,  rgb(54, 77, 182) 11.2%, rgb(58, 196, 218) 91.1% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a.text-primary{
    background: linear-gradient( 109.5deg,  rgba(92,121,255,1) 11.2%, rgb(48, 213, 238) 91.1% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-success{
    background-image: linear-gradient( 90.9deg,  rgb(0, 153, 56) 0.5%, rgba(0,214,32,1) 99.7% );
}
.badge-success, .bg-success, .hov-success:hover, .btn-success:hover{
    background-image: linear-gradient( 90.9deg,  rgba(0,139,50,1) 0.5%, rgb(3, 187, 30) 99.7% );
}
a.text-success:hover, .text-hov-success:hover, .text-success{
    background: linear-gradient( 90.9deg,  rgba(0,139,50,1) 0.5%, rgb(3, 187, 30) 99.7% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a.text-success{
    background: linear-gradient( 90.9deg,  rgb(0, 153, 56) 0.5%, rgba(0,214,32,1) 99.7% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-danger{
    background-image: linear-gradient( 107.2deg,  rgb(187, 20, 20) 10.6%, rgba(247,0,0,1) 91.1% );
}
.badge-danger, .bg-danger, .hov-danger:hover, .btn-danger:hover{
    background-image: linear-gradient( 107.2deg,  rgb(160, 8, 8) 10.6%, rgb(180, 4, 4) 91.1% );
}
a.text-danger:hover, .text-hov-danger:hover, .text-danger{
    background: linear-gradient( 107.2deg,  rgb(160, 8, 8) 10.6%, rgb(180, 4, 4) 91.1% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a.text-danger{
    background: linear-gradient( 107.2deg,  rgb(187, 20, 20) 10.6%, rgba(247,0,0,1) 91.1% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-warning{
    background-image: linear-gradient( 88.7deg,  rgb(189, 123, 2) 10.6%, rgb(253, 178, 39) 90% );
    color: #fff;
}
.badge-warning, .bg-warning, .hov-warning:hover, .btn-warning:hover{
    background-image: linear-gradient( 88.7deg,  rgb(211, 103, 3) 10.6%, rgb(219, 151, 25) 90% );
    color: #fff;
}
a.text-warning:hover, .text-hov-warning:hover, .text-warning{
    background: linear-gradient( 88.7deg,  rgb(211, 103, 3) 10.6%,  rgb(219, 151, 25) 90% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a.text-warning,.item-rating:hover{
    background: linear-gradient( 88.7deg,  rgb(189, 123, 2) 10.6%, rgb(253, 178, 39) 90% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-info{
    background-image: linear-gradient( 91.9deg,   rgb(3, 200, 218) 0%, rgb(88, 235, 248) 90% );
}
.badge-info, .bg-info, .hov-info:hover, .btn-info:hover{
    background-image: linear-gradient( 91.9deg,  rgb(0, 150, 163) 0%, rgb(25, 201, 218) 90% );
}
a.text-info:hover, .text-hov-info:hover, .text-info{
    background: linear-gradient( 91.9deg,  rgb(0, 150, 163) 0%, rgb(25, 201, 218) 90% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a.text-info{
    background: linear-gradient( 91.9deg,   rgb(3, 200, 218) 0%, rgb(88, 235, 248) 90% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-medium{
    background-image: linear-gradient( 89.7deg,  rgb(177, 177, 177) -10.7%, rgb(217, 222, 226) 88.8% );
}
.badge-medium, .bg-medium, .hov-medium:hover, .btn-medium:hover{
    background-image: linear-gradient( 89.7deg,  rgb(128, 128, 128) -10.7%, rgb(181, 187, 192) 88.8% );
}
.text-medium{
    background: linear-gradient( 89.7deg,  rgb(177, 177, 177) -10.7%, rgb(217, 222, 226) 88.8% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-dark{
    background: linear-gradient( 89.7deg,  rgba(0,0,0,1) -10.7%, rgba(53,92,125,1) 88.8% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-dark2{
    background: radial-gradient( circle 759px at 14% 22.3%,  rgba(10,64,88,1) 0%, rgba(15,164,102,1) 90% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hov-primary:hover, .hov-success:hover, .hov-warning:hover, .hov-danger:hover, .hov-info:hover{
    color: #fff;
}
.bg-medium{
    background-image: radial-gradient( circle 993px at 0.5% 50.5%,  rgba(161, 190, 253, 0.37) 0%, rgba(245,247,252,1) 100.2% );
}
.btn-rounded{
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.btn-default{
    border: 1px solid #d0d1d4;
}

/* SOCMED */
.btn-fb{
    background-image: linear-gradient( 91.9deg,   rgb(24, 119, 242) 0%, rgb(87, 157, 248) 90% );
    color: #fff;
}
.btn-fb:hover{
    background-image: linear-gradient( 91.9deg,   rgb(0, 62, 143) 0%, rgb(29, 106, 207) 90% );
    color: #fff;
}
.btn-tw{
    background-image: linear-gradient( 91.9deg,   rgb(29, 161, 242) 0%, rgb(123, 178, 250) 90% );
    color: #fff;
}
.btn-tw:hover{
    background-image: linear-gradient( 91.9deg,   rgb(4, 105, 168) 0%, rgb(51, 131, 236) 90% );
    color: #fff;
}
.btn-gplus{
    background-image: linear-gradient( 91.9deg,  rgb(234, 67, 53) 0%, rgb(241, 100, 87) 90% );
    color: #fff;
}
.btn-gplus:hover{
    background-image: linear-gradient( 91.9deg,  rgb(168, 21, 8) 0%, rgb(199, 46, 32)90% );
    color: #fff;
}

/* VOUCHER */
.voucher{

}
.voucher .voucher-item{
	border-radius: 8px;
    padding: 12px;
    overflow: hidden;
    position: relative;
    transition: all .2s ease-in-out;
}
.voucher .voucher-item:hover{
    transform: scale(0.95);
}
.voucher .voucher-item .fas{
    color: #fff;
    font-size: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
}
.voucher .voucher-item .faleft{
    left: -14px;
}
.voucher .voucher-item .faright{
    right: -14px;
}
.voucher .voucher-item .col-md-4{
    position: relative;
}
.voucher .voucher-item .elip{
    overflow: hidden;
    text-overflow: ellipsis;
}
.voucher .voucher-item .line{
    position: absolute;
    right: 0;
    height: 400px;
    background-color: #f2f3f8;
    width: 6px;
    top: -100px;
}

/* ULASAN */
.ulasan{
    border: 1px solid #d0d1d4;
	border-radius: 8px;
    padding: 12px 8px;
    background-color:#f5fafa;
}
.ulasan .title{
	font-weight: bold;
	font-size: 90%;
}
.ulasan .keterangan{
	font-size: 90%;
	font-style: italic;
}

/* HEADER & FOOT */
.bg-head,
.bg-foot{
    background-color: #b5eff9;
}
.bg-head-gradient{
    background-image: linear-gradient( 180deg,  rgba(181,239,249,1) 0%, rgb(242, 243, 248) 100% );
}
.bg-foot-gradient{
    background-image: linear-gradient( 0deg,  rgba(181,239,249,1) 0%, rgb(242, 243, 248) 100% );
}
.foot-title{
    text-transform: uppercase;
}
.foot-menu{
    list-style-type: none;
    text-indent: 0;
    padding: 0;
}
.foot-menu li a{
    display: block;
    width: 100%;
    text-align: left;
    color: #00375c;
    font-family: poppins-medium;
}
.foot-menu li a:hover{
    text-decoration: none;
    color: #2b87c5;
    font-family: poppins-bold;
}

/* LIST PRODUK */
.block2{
    box-shadow: 0px 0px 24px #d0d1d4;
    background-color: #ffffff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.block2:hover{
    box-shadow: 0px 0px 24px #bdbec0;
    cursor: pointer;
}
.block2-img{
    min-height: 140px;
    height: 12vw;
    max-height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.block2-txt,
.block2-ulasan{
    padding: 12px 14px;
    font-family: poppins;
}
.block2-txt{
    flex-grow: 1;
}
.block2-name{
    text-decoration: none;
    color: #2c3e50;
    font-family: poppins-medium;
}
.block2-delete{
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
}
.block2-digital{
    font-size: 90%;
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 12px;
    color: #fff;
    font-family: poppins-medium;
    padding: 4px 8px;
    text-align: center;
    border-radius: 24px;
}
.block2-wishlist{
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 12px;
}
.block2-wishlist .fas{
    color: #fff;
    text-shadow: 0px 0px 12px #242425;
    font-size: 24px;
}
.block2-wishlist .fas.active,
.block2-wishlist .fas:hover{
    color: #e63131;
}
.harga-coret,
.block2-price-coret{
    text-decoration: line-through;
    color: #b40404;
    font-family: poppins-medium;
    font-style: italic;
}
/*
.block2-label{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 20px;
    background-color: #c0392b;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-size: 90%;
    border-radius: 0 0 12px 12px;
    box-shadow: 0px 2px 2px 0px #691b12;
}
*/
.block2-label{
    background-color: #c0392b;
    color: #fff;
    padding: 3px 8px;
    text-align: center;
    font-size: 80%;
    border-radius: 24px;
    text-decoration: none;
    display: inline-block;
    margin-left: 4px;
}

/* PRODUK SINGLE */
.prod-preview img{
    width: 100%;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: 0px 0px 12px #d0d1d4;
    margin-bottom: 20px;
}
.prod-thumb-item{
    width: 100px;
    height: 100px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: 0px 0px 12px #d0d1d4;
    overflow: hidden;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    margin: 12px 12px 12px 0px;
}
.prod-thumb-item:focus,
.prod-thumb-item:hover{
    outline: none;
    filter: brightness(70%);
}
.prod-thumb-item img{
    width: 100%;
}
.label{
    padding: 8px 12px;
    display: inline-block;
    border-radius: 8px;
}

/* EQUAL ROWS */
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* BOTTOM BAR */
.bottom-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 12px;
    box-sizing: border-box;
    z-index: 1000;
    background: #005288;
    color: #fff;
    box-shadow: 0px 0px 6px 2px #bebdbd;
    overflow: hidden;
}
.bottom-bar small{
    display: block;
}
.bottom-bar .fab,
.bottom-bar .fas{
    display: block;
    font-size: 120%;
    margin-bottom: 2px;
}
.bottom-bar .col{
    text-align: center;
    position: relative;
}
.bottom-bar .badge{
    position: absolute;
    top: 0;
    right: 16%;
}

/* NOTIF BOOSTER */
.toaster{
	position: fixed;
	bottom: 3vw;
    left: 3vw;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(239,246,249,1) 0%, rgba(206,239,253,1) 90% );
	padding: 8px;
	border-radius: 80px;
	box-shadow: 0px 0px 6px 2px #bebdbd;
	z-index: 200;
	margin: 0;
    width: 400px;
    max-width: 100%;
    font-size: 90%;
    align-items: center;
}
.toaster .img img{
	max-width: 100%;
	border-radius: 60px;
	height: 60px;
	width: 60px;
}

/* WHATSAPP STICKY */
.whatsapp-sticky{
	font-size: 240%;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: #2ecc71;
	color: #fff;
    border-radius: 40px;
    padding: 5px 16px;
	text-align: center;
	z-index: 2000;
    box-shadow: 0px 0px 8px #d6d4d4;
    justify-content: center;
    align-items: center;
    transition: transform .25s;
}
.whatsapp-sticky:hover{
	color: #fff;
	background: #27ae60;
	width: 80px;
	height: 80px;
	border-radius: 40px;
    align-items: center;
    transform: scale(1.2);
}
.chat-sticky{
	font-size: 160%;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: #2ecc71;
	color: #fff;
    border-radius: 40px;
    padding: 5px 16px;
	text-align: center;
	z-index: 2000;
    box-shadow: 0px 0px 8px #d6d4d4;
    justify-content: center;
    align-items: center;
    transition: transform .25s;
    animation:  nudge 5s infinite;
}
.chat-sticky .badge{
    position: absolute;
    top: -12px;
    right: -8px;
    border-radius: 12px;
}
.chat-sticky:hover{
	color: #fff;
	background: #27ae60;
	border-radius: 40px;
    align-items: center;
}
@keyframes nudge {
    0%, 100% {transform: translateX(0);}
    1.5% {transform: translateX(10px);}
    3% {transform: translateX(0);}
    4.5% {transform: translateX(-10px);}
    6% {transform: translateX(0);}
    7.5% {transform: translateX(10px);}
    9% {transform: translateX(0);}
    10.5% {transform: translateX(-10px);}
    12% {transform: translateX(0);}
}

/* PESAN KOTAK MASUK */
.pesan{
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 70vh;
	padding-bottom: 36px;
}
.pesan .pesanwrap{
	position: relative;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pesan .isipesan{
	box-shadow: 0px 0px 4px 1px #eee;
	padding: 8px 16px;
	display: inline-block;
	width: auto;
	max-width: 80%;
	border-radius: 10px;
	text-align: center;
	font-size: 90%;
	position: relative;
}
.pesan .isipesan b{
    font-weight: normal;
    font-family: poppins-medium;
}
.pesan .isipesan small{
	font-size: 70%;
}
/*.pesan .isipesan small{
	position: absolute;
	bottom: -16px;
	right: 0px;
	background: #dedede;
	color: #C0A230;
	padding: 2px 4px;
	border-radius: 4px;
}*/
.pesan .center .isipesan{
	margin: 20px auto;
	box-shadow: 0px 0px 2px 1px #eee;
	background: #eee;
	padding: 4px 12px;
	border-radius: 4px;
	text-align: center;
}
.pesan .right{
	justify-content: flex-end;
}
.pesan .right .isipesan{
    background-image: linear-gradient( 109.5deg,  rgb(6, 155, 179) 11.2%, rgb(48, 168, 187) 91.1% );
	color: #fff;
	text-align: right;
}
.pesan .left{
	justify-content: flex-start;
}
.pesan .left .isipesan{
    background-image: linear-gradient( 88.7deg,  rgb(189, 123, 2) 10.6%, rgb(253, 178, 39) 90% );
	color: #fff;
	text-align: left;
}
.pesanmasuk{
	box-shadow: 0px 0px 6px #ccc;
	border-radius: 6px;
	padding: 10px 20px;
	cursor: pointer;
	margin-bottom: 10px;
}
.pesanmasuk .nama{
	font-weight: bold;
	font-size: 110%;
}
.pesanmasuk .isipesan{
	padding-left: 26px;
}

/* blog */
.blog-wrap{
    padding: 12px;
    box-sizing: border-box;
}
.blog,
.blog-grid{
	cursor: pointer;
    box-shadow: 0px 0px 18px #d0d1d4;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    transition: transform .25s;
    background-color: #ffffff;
}
.blog:hover,
.blog-grid:hover{
    box-shadow: 0px 0px 24px #b9babb;
    transform: scale(1.05);
}
.blog-grid{
    margin-bottom: 24px;
}

.blog:hover{
    box-shadow: 0px 0px 24px #bdbec0;
    cursor: pointer;
}
.blog-grid .titel,
.blog .titel{
	font-weight: bold;
	padding: 8px 14px;
    text-align: center;
}
.blog .col-4{
    overflow: hidden;
    background: #ccc;
}
.blog-grid .konten,
.blog .konten{
	font-size: 90%;
	text-align: justify;
	padding: 8px 14px;
    text-align: center;
}
.blog-grid .img,
.blog .img{
	width: 100%;
    height: 120px;
	overflow: hidden;
	position: relative;
	transition: all .3s;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.blog-grid .img{
	width: 100%;
    height: 160px;
}
.blog-grid .img::before,
.blog .img::before { 
	content:"";
	position:absolute;
	top:0;right:0;bottom:0;left:0;
}
.blog-header{
	border-radius: 12px;
    overflow: hidden;
    height: 320px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 0px 12px #bdbec0;
}
.blog-info{
	font-size: 90%;
	color: #999;
}

/* BOOTSTRAP CUSTOM */
.table{
    margin-bottom: 0;
}
.mark,mark{
    padding: 12px 24px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: #ffffff;
}

/* TRIPAY */
.tripay_payment{
    padding: 12px 16px;
    border: 2px solid #999;
    height: 80px;
    align-items: center;
    display: flex;
    margin-bottom: 15px;
    border-radius: 8px;
}
.tripay_payment:hover,
.tripay_payment.active{
    border-color: #27ae60;
    cursor: pointer;
    background-color: #cdffe2;
}

/* USABLE */
.showsmall-inline,
.showsmall{
    display: none;
}
.badge{
    font-weight: 400 !important;
}

.navbar-toggler{
    border: none;
    font-size: 18pt;
    padding: 0;
}
.navbar-toggler:focus{
    outline: none;
}