/* Custom.css < Do your own thing! */

body {
    background: transparent;
    font-size: 14px;
}
.mob{
    display: none;
}
.des{
    display: block;
}
.h335{
    height: 335px;
}
.h65{
    height: 65px;
}
a.navbar-brand img {
    height: 40px;
}
.massive {
    font-size: 70pt;
}
.f40{
    font-size: 30pt;
}
.pt65{
    padding-top: 65px;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: inline;
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    margin-right: -1px;
}
ul.pagination li a{
    color:#000;
    padding: 8px 16px;
    display: block;
}
ul.pagination li {
    color: black;
    float: left;
    padding: 0;
    text-decoration: none;
}
ul.pagination li.disabled{
    padding: 8px 16px;
}
ul.pagination li.active span{
    padding: 8px 16px;
    display: block;
}
ul.pagination li.active {
    background-color: #4CAF50;
    color: white;    
    border: 1px solid #4caf50;
    margin-right: -1px;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

.ajax-notif {
    position: fixed;
    padding: 15px 50px;
    color: #fff;
    bottom: 30px;
    left: 30px;
    display: none;
    z-index: 99999999;
}
@media (max-width: 768px) {
    section.col-12.col-sm-12.col-lg-6.pt65.untukmobile{
        left:50% !important;
    }
}
.bg-success {
    background-color: #ff0000!important;
}
.card{
    border: 1px solid #e5e5e5;
    transition: 0.3s all ease;
}
.card:hover{
    box-shadow: 3px 2px 5px 0px rgb(0 0 0 / 30%);
}
.card-body p{
    font-size: 12pt;
    line-height: unset;
    text-align: left;
}
.card-body .harga-kiri{
    font-size: 12pt;
    color: #a110f5;
}
.card-body .harga-kiri {
    font-size: 11pt;
    color: #a110f5;
    width: 60%;
    text-align: left;
    display: inline-block;
}
.card-body .harga-kanan {
    font-size: 11pt;
    color: #46ae0d;
    width: 35%;
    text-align: right;
    display: inline-block;
}
.mb30{
    margin-bottom: 30px;
}

.review .name{
    font-family: "Inter";
    font-weight: 500;
    color: #a110f5;
    margin-bottom: 10px;
}
.review .nation{
    font-family: "Inter";
    font-weight: 500;
    color: #707070;
    margin-bottom: 20px;
}
.review .pesan{
    font-family: "Inter";
    font-weight: 500;
    color: #000000;    
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 33.3333333%;
}
.grouptab {
    border: 1px solid #9b9b9b;
    height: 98%;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}
.nav-tabs .active{
    position: relative;
    border-right: 1px solid #9b9b9b !important;
    color: #a110f5 !important;
}
.nav-tabs .active:after {
    content: " ";
    height: 5px;
    width: 101%;
    background: #a110f5 !important;
    position: absolute;
    display: block;
    left: -1px;
    bottom: -1px;
}
.nav-tabs .nav-link{
    background: #f4f4f4;
    border-right: 1px solid #9b9b9b;
    font-weight: 500;
    color: #707070;
}
.nav-tabs .nav-item:last-child a{
    border-right: none;
}
.nav-tabs .nav-item:last-child a.active{
    border-right: none !important;
}
/* .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border: unset;
} */
.nav-tabs {
    border-bottom: 2px solid #9b9b9b;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #9b9b9b #f4f4f4 #f4f4f4;
}
.tab-content {
    text-align: left;
    padding: 25px;
}
.tab-content .harga{
    font-weight:600;
    color: #a110f5;
    margin-bottom: 15px;
}
.tab-content p{
    font-size: 15px;
}
.btn-round {
    border-radius: 35px;
    padding: 8px 36px;
    display: inline-block;
}
.btn{
    font-size: 14px;
}
.btn-success-line{
    background: #fff;
    border: 1px solid #46ae0d !important;
    color: #46ae0d;
}
.btn-success {
    background: #46ae0d;
}
.btn-bottom {
    position: absolute;
    bottom: 60px;
}
ul.tags li {
    display: inline-block;
    margin-bottom: 10px;
}
ul.tags {
    list-style: none;
    padding: 0;
}
.btn-default-line{
    border: 1px solid #717171 !important;
    color: #717171;
    background: #fff;
}

/* back top btn */
.container-fluid.back-top-wrap {
position: absolute; z-index: 999; height: 0;
}
  #back-top {
  position: absolute; right: 15px; top:23px; margin-top: -30px; overflow: hidden; width: 40px; height: 60px; cursor: pointer;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}
#back-top:before, #back-top:after,
#ux-slider-down:before,#ux-slider-down:after {
  content: ''; position: absolute; left: 0; top: 50%; margin-top: -1px; width: 20px; height: 2px; background-color: currentColor;
  -webkit-transform-origin: 21px 0;
  -moz-transform-origin: 21px 0;
  -ms-transform-origin: 21px 0;
  transform-origin: 21px 0;
  transition: 0.3s all ease;
}
#back-top:after,#ux-slider-down:after {
  left: 20px;
  -webkit-transform-origin: 3px 0;
  -moz-transform-origin: 3px 0;
  -ms-transform-origin: 3px 0;
  transform-origin: 3px 0;
}
#back-top:hover:before,#ux-slider-down:hover:before {
  -webkit-transform:translate(2px,-15px) rotate(-60deg);
  -moz-transform:translate(2px,-15px) rotate(-60deg);
  -ms-transform:translate(2px,-15px) rotate(-60deg);
  transform:translate(2px,-15px) rotate(-60deg);
}
#back-top:hover:after,#ux-slider-down:hover:after {
  -webkit-transform:translate(2px,-12px) rotate(60deg);
  -moz-transform:translate(2px,-12px) rotate(60deg);
  -ms-transform:translate(2px,-12px) rotate(60deg);
  transform:translate(2px,-12px) rotate(60deg);
}
#back-top.backtop-shown {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
footer {
    pointer-events: unset;
    z-index: 999 !important;
    margin-bottom: 80px;
}

.color-ungu{
    color:#a110f5;
}
.line-ungu{
    border-color:#a110f5 !important;
}
.line-ungu:hover{
    background  :#a110f5 !important;
    color   :#fff !important;
}
.aktifungu{
    background  :#a110f5 !important;
    color   :#fff !important;
}
.color-hijau{
    color: #46ae0d;
}
.color-abu{
    color: #717171;
}
.color-hitam{
    color: #010101;
}
.f14{
    font-size: 14px !important;
}
.f16{
    font-size: 16px !important;
}
.f18{
    font-size: 18px !important;
}
.f24{
    font-size: 24px !important;
}
.semibold{
    font-weight: 600;
}
.tabfont{
    margin-right: 20px;
    display: inline-block;
    padding-bottom: 5px;
    /* transition: .3s all ease; */
}
.tabfont.aktif, .tabfont:hover{
    font-weight: bold;
    border-bottom: 2px solid #000;
}

a.etsy {
    border: 1px solid #a110f5 !important;
    padding: 4px 20px 7px;
    margin-top: 17px;
    display: block;
    font-size: 14px;
    border-radius: 35px;
    color: #a110f5;
    text-decoration: none;
    transition: .3s all ease;
}
a.etsy:hover{
    background: #a110f5;
    color: #fff;
}
/* .btn-submit{

} */
.sliderku {
    -webkit-appearance: none;
    width: 78%;
    height: 2px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    top: -4px;
    position: relative;
    margin-right: 7px;
}
.sliderku:hover {
    opacity: 1;
}

.sliderku::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 20px;
    background: #4CAF50;
    cursor: pointer;
}

.sliderku::-moz-range-thumb {
    width: 5px;
    height: 10px;
    background: #4CAF50;
    cursor: pointer;
}

.tippy-box[data-theme~='tomato'] {
    background-color: #ececec;
    color: #717171;
}
.tippy-box[data-theme~='tomato'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #ececec;
}
.tippy-box[data-theme~='tomato'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #ececec;
}
.tippy-box[data-theme~='tomato'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #ececec;
}
.tippy-box[data-theme~='tomato'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #ececec;
}

.tippy-content ul{
    list-style: none;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}
.tippy-content ul li {
    /* list-style: none; */
    width: 100%;
    display: inline-block;
}
div#template {
    width: 190px;
    padding: 10px;
    background: none;
    right: 5px;
    float: right;
    position: absolute;
    margin-top: 37px;
    border-radius: 5px;
    display: none;
    padding-top: 20px;
}
#template::after {
    content: " ";
    display: block;
    position: absolute;
    top: 13px;
    right: 17px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ececec;
}
div#template ul{
    list-style: none;
    display: inline-grid;
    margin-bottom: 0;
    padding: 5px 5px !important;
    border-radius: 5px;
}
div#template ul li{
    padding: 3px 5px;
    color: #717171;
    transition: 0.3s all ease;
}
div#template ul li:hover{
    color: #a110f5
}
li.addcardfont.aktif {
    color: #a110f5 !important;
}
.hoverfont:hover #template{
    display: block;
}
div#tippy-1 {
    width: 170px;
    z-index: 999 !important;
}
.tippy-content ul li{
    transition: 0.3s all ease;
}
.tippy-content ul li:hover{
    color: #a110f5
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 10px 20px 20px;
}
.btndetailprice{
    width: 100%;left: 0;position: absolute;bottom: 9px;
}
.formcontact{
    padding: 15px;
}
.formcontact input[type=text], .formcontact input[type=email]{
    border:none;
    margin-bottom: 40px;
    border-bottom: 1px solid #bfbfbf;
    padding: 10px 0;
    outline: none;
    width: 100%;
}
.formcontact textarea{
    border: none;
    margin-bottom: 0px;
    border: 1px solid #bfbfbf;
    padding: 10px 0;
    outline: none;
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px;
}
.formcart{
    padding-top:17px;
}
.formcart input[type=text], .formcart input[type=email]{
    border: none;
    margin-bottom: 32px;
    border-bottom: 1px solid #bfbfbf;
    padding: 5px 15px;
    outline: none;
    width: 100%;
}
.bahasaid:hover, .bahasaen:hover{
    background: none !important;
    opacity: 1 !important;
}
.bahasaid, .bahasaen{
    background: none !important;
    opacity: .7 !important;
}
.qua .input-group.mb-3 {
    width: 86px;
    display: inline-flex;
    margin-left: 10px;
    margin-bottom: 0 !important;
}
.qua .input-group-prepend {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.qua span.input-group-text {
    border-radius: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    background: #fff;
    height: 25px;
    padding: 0px 9px;
    line-height: 0px;
    text-align: center;
    border-color: #46ae0d;
    color: #46ae0d;
}
.qua input.form-control {
    height: 25px;
    outline: none;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-size: 9px;
    border-color: #46ae0d;
    padding: 0;
    color: #46ae0d;
    background: #fff;
}
.imgpro {
    width: 100px;
    height: 100px;
    border: 1px solid #797b6c;
    border-radius: 50%;
    background-size: cover !important;
    margin: 0 auto 15px;
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
i.fa.fa-paperclip.fa-flip-horizontal{
    font-size: 23px;
    top: 4px;
    display: block;
    position: relative;
    margin-left: 10px;
    color: #717171;
}
.chatmember{
    text-align: right;
}
.chatadmin{
    text-align: left;
}
.chatmember .pesan, .chatadmin .pesan{
    font-weight: bold;
}
.chatmember, .chatadmin{
    margin-top :10px
}
.chatmember img, .chatadmin img{
    width: 200px;
    height: 200px;
}