/* Awaludin <awaludinr830@gmail.com> */
@font-face {
    font-family: nunito;
    src: url('../webfonts/nunito/Nunito-Regular.ttf');
}

@font-face {
    font-family: nunito-bold;
    src: url('../webfonts/nunito/Nunito-Bold.ttf');
}

@font-face {
    font-family: nunito-semi-bold;
    src: url('../webfonts/nunito/Nunito-SemiBold.ttf');
}

@font-face {
    font-family: roboto-flex-var;
    src: url('../webfonts/roboto_flex/RobotoFlex-VariableFont_GRAD\,XTRA\,YOPQ\,YTAS\,YTDE\,YTFI\,YTLC\,YTUC\,opsz\,slnt\,wdth\,wght.ttf');
}

@font-face {
    font-family: roboto-flex;
    src: url('../webfonts/roboto_flex/static/RobotoFlex-Regular.ttf');
}

@font-face {
    font-family: roboto;
    src: url('../webfonts/roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: roboto-bold;
    src: url('../webfonts/roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: fa-brands;
    src: url('../webfonts/fa-brands-400.ttf');
}

@font-face {
    font-family: dm-serif;
    src: url('../webfonts/dm_serif/DMSerifDisplay-Regular.ttf')
}

.roboto {
    font-family: roboto !important;
    src: url('../webfonts/roboto/Roboto-Regular.ttf');
}

.roboto-flex {
    font-family: roboto-flex !important;
    src: url('../webfonts/roboto_flex/static/RobotoFlex-Regular.ttf');
}

.roboto-flex {
    font-family: roboto-flex !important;
    font-size:12px;
    src: url('../webfonts/roboto_flex/static/RobotoFlex-Regular.ttf');
}

.roboto-flex-var {
    font-family: roboto-flex-var !important;
    src: url('../webfonts/roboto_flex/RobotoFlex-VariableFont_GRAD\,XTRA\,YOPQ\,YTAS\,YTDE\,YTFI\,YTLC\,YTUC\,opsz\,slnt\,wdth\,wght.ttf');
}

.nunito {
    font-family: nunito !important;
}

.fa-brands {
    font-family: fa-brands !important;
    font-style: normal;
    src: url('../webfonts/fa-brands-400.ttf');
}

.dm-serif {
    font-family: dm-serif;
    src: url('../webfonts/dm_serif/DMSerifDisplay-Regular.ttf')
}

body {
    font-family: roboto !important;
    background-color: #fff !important;
    color: #000;
}

.navbar-nav.line-up .nav-item {
    font-family: roboto !important;
    font-size: 0.7em;
    opacity: 0.6;
} 

.navbar-nav .nav-item a{
    color:#000;
} 

.form-control.search {
    border:0px;
}

.search {
    border:0px;
}

.search-input {
    border:1px solid #e1e1e1;
}

.form-control:focus {
    border:0px !important;
}

.form-control.search > .currentcolor {
    border:1px solid #f8059b;
}

.search-btn {
    opacity: 0.2;
    font-size: 0.8em;
}

.header-sticky {
    background: #fff !important;
}

@media (min-width: 1200px) {  
    .col-lg-10 {
        max-width: 80% !important;
    }
}

/* @media (min-width: 1200px) {  
    .col-lg-2 {
        max-width: 600px !important;
    }
} */

.slick-dots li button::before {
    font-size:12px !important;
    color:rgb(180, 177, 179);
}

.slick-dots li.slick-active button::before {
    font-size:12px !important;
    color:rgb(187, 16, 130);
}

.slider .slick-arrow::before {
    color: #fff;
    /* font-size: 40px; */
    /* content:'←' */
  }
.slick-dots {
    bottom:-10px;
}

.greenbg {
    background: #bbdb2d !important;
    /* max-height: 40px; */
}

/* produk */
.flashsale > .block2 {
    min-height: 400px !important;
    height: 400px !important;
    /* border-radius: 0% !important; */
    /* max-width: 120px !important; */
    box-shadow: none;
}

.flashsale > .block2:hover {
    box-shadow: none;
}

.block2:hover {
    box-shadow: none;
}

.block2-img {
    margin-top:20px !important;
}

@media (min-width: 992px) {
    .col-lg-2 {
      -ms-flex: 0 0 20% !important;
      flex: 0 0 20% !important;
      max-width: 20% !important;
    }
  }

  .block2-txt {
    font-family: roboto-flex !important;
    height: 120px !important;
    min-height: 120px !important;
  }

  .block2-name {
    font-family: nunito !important;
    font-size: 0.8rem;
  }

  .text-primary {
    font-family: nunito !important;
  }

  .discount-mark {
    /* padding:10px !important; */
    height: 50px;
    width: 50px;
    background: #f8059b;
    color: #fff;
    z-index:10;
    position: absolute;
  }

  .discount-mark>span {
    position: absolute;
    font-weight: bold !important;
    font-size: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .new-mark {
    /* padding:10px !important; */
    height: 50px;
    width: 50px;
    background:#000;
    color: #fff;
    z-index:10;
    position: absolute;
  }

  .new-mark>span {
    position: absolute;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .add-to-cart {
    text-align: center;
    z-index:11;
    margin:auto;
    padding:0px 40px 0px 40px;
    top: 25%;
    left: 0;
    right: 0;
  }

  .add-to-cart-btn {
    opacity: 0.95;
    transform: translateY(-50%);
    background: #4f72e6;
    font-size: 0.8rem !important;
    color: #fff !important;
    font-family: nunito;
    font-weight: bold;
  }

  .btn-add {
    color: #fff !important;
  }

  .flashsale > .slick-prev:before {
    content: "<";
    transform: scale(.5, 1);
    width:9px;
    color: rgb(255, 255, 255);
    font-size: 30px;
  }
  
.flashsale > .slick-next:before {
    content: ">";
    transform: scale(.5, 1);
    width:9px;
    color: rgb(255, 255, 255);
    font-size: 30px;
  }

.harga-coret, .block2-price-coret {
    text-decoration: line-through;
    color: rgb(134, 132, 132);
    font-family: nunito;
    font-style: normal;
}
.product-tab {
    font-family: roboto;
    font-size:1.2em;
}

.pinkbg {
    background: #69c6c6;
}

.flashtext {
    color: #fff !important;
    /* background-image: none;     */
}

.tabline {
    border-bottom: 3px solid #dee2e6 !important;
    line-height: 2px !important;
}

.topnav {
    overflow: hidden;
    background-color: #ffffff;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    border-bottom: 3px solid transparent;
  }
  
  .topnav a:hover {
    border-bottom: 4px solid #f8059b;
  }
  
  .topnav a.active {
    border-bottom: 4px solid #f8059b;
  }

  .borderline {
    border-bottom: 4px solid #e1e1e1;
  }

  .topnav > a {
    border-bottom: 4px solid #e1e1e1;
  }

  .produklist > .slick-prev:before {
    content: "<";
    transform: scale(2.5, 2);
    width:9px;
    color: rgb(75, 72, 72);
    font-size: 30px;
  }
  
.produklist > .slick-next:before {
    content: ">";
    transform: scale(2.5, 2);
    width:9px;
    color: rgb(75, 72, 72);
    font-size: 30px;
  }

  & .slick-list { flex: 1; }

  .slick-slide.slick-cloned {
    display: none;
  }

  .whishilist-mark {
    z-index:11;
    right:0;
    top:0;
    position:absolute;
    font-size:20px;
    color:rgb(230, 228, 228);
  } 

.block2-produklist {
    min-height: 370px !important;
    height: 370px !important;
    /* border-radius: 0% !important; */
    /* max-width: 120px !important; */
    box-shadow: none !important;
}

.main-color {
    color:#465ca5
}

.form-control-m {
    border-radius: 2%;
    border:1px solid #e1e1e1;
    width:100%;
    padding:4px 5px !important;
    font-family: roboto;
    font-size: 0.8em;
}

#signin {
    font-family: roboto;
}

.btn-primary {
    background: #465ca5 !important;
    color: #fff !important;
    box-shadow: none;
    font-family: nunito !important;
    font-weight: bold;
}

.modal-footer-nbg {
    background: #e8eaee;
}

.cat-nama {
    text-align: left !important;
    font-weight: bold;
    font-family: nunito-semi-bold;
    font-size: 13px;
}

a.cat-sub:link {
    font-family: nunito;
    font-size: 11px;
    color:rgb(95, 94, 94);
}

span.cat-title {
    font-size: 16px;
    font-family: nunito-semi-bold;
    font-weight: bolder;
}

.line-pink {
    background: #f5e4ee;
    height: 12px;
    min-height: 12px;
}

.foot-title {
    font-family: nunito-bold;
    font-size: 16px;
}

.prod-preview img{
    box-shadow: none !important;
}

.section {
    box-shadow: none !important;
}

.bc-line {
    color:#727272;
}

.bc-line a:link{
    color:#727272;
}

.bc-line a:visited{
    color:#727272;
}

.prod-thumb-item {
    box-shadow: none;
}

#hargacetak {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px;
}

.slick-slider {
    touch-action: auto;
    -ms-touch-action: auto;
    }

.dropdown:hover>.dropdown-menu {
 display: block;
}

.dropdown-toggle::after {
    content: none !important;
}

.dropdown-menu.profile {
    font-family: Roboto-flex !important;
    font-size:1em;
    padding:12px;
}
.dropdown-item-profile {
    margin:2px;
    padding:10px 2px;
}

.navbar-expand-sm .navbar-nav .nav-link.info {
    padding-left:0px !important;
    padding-right: 0px !important;
}

/* navbar */
/* .navbar-expand-sm .navbar-nav .nav-link {
    padding-left:0px !important;
    padding-right: 40px !important;
}

.navbar-nav .nav-item {
    padding-left:0px !important;
} */

.pink {
    color:#f8059b !important;
}

.nav-link-r.active{
    border-bottom: 4px solid #f8059b;
}

.nav-link-r{
    border-bottom: 4px solid #e1e1e1;
}

.flex-even {
  flex: 1;
}

.btn-add-tobag {
    background: #fff;
    border:1px solid #444444;
}

.btn-buy-now {
    background: #f8059b;
    color: #fff;
}

.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;
}

#hargacetak {
    color:#f8059b !important;
    font-weight: 600;
}

.grey {
    color: #a3a1a1 !important;
}

.btn-white {
    background: #fff;
    color: #444444;
}

.btn-pink {
    background: #f8059b;
    color: #fff;
    padding: 6px 12px;
    border:1px solid #f8059b;
}

.btn-white-2 {
    background: #fff;
    color: #444444;
}

.btn-pink-2 {
    background: #f8059b;
    color: #fff;
    padding: 1px 1px;
    border:1px solid #f8059b;
}

.border-light {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sec-title {
    background-color: none;
    color: #fff;
}

.add-shadow {
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

body{
    /* padding:0px !important; */
}

.dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.bg-white {
    background: #fff !important;
}

.btn-success {
    background: #465ca5;
}

.fa-heart.active {
    color:#f8059b;
}

.list-brand {
    overflow-y: scroll;
}

.bottom-bar {
    background: radial-gradient( circle farthest-corner at 10% 90%, rgb(46, 124, 174) 0.1%, rgb(46, 124, 174) 90.1% ) !important;
}

.form-header {
    border-radius: 0% !important;
}