@import url('https://fonts.googleapis.com/css2?family=Concert+One&family=Nerko+One&family=Poppins:wght@500;600;700;800&family=Sniglet&family=Zen+Dots&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600&family=Poppins:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&family=Mochiy+Pop+One&family=Nunito+Sans:wght@600&family=Poppins:wght@700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@300&family=Rubik:wght@400;500;700&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.container {
    margin-top: 10px;
}

.col-6 {
    margin-left: 300px;
}

.btn btn-outline-success {
    margin-left: 200px;
}

.strip-primary {
    background-color: #0000FF !important;
}

.header-list1 {
    color: white;
}

/* PRODUK CSS START */
.populer {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.judul-produk {
    position: center;
    margin-left: 175px;
    margin-top: 3px;
    font-family: 'Bakbak One', cursive;
    text-decoration: none;
    color: white;
}

.judul-produk1 {
    position: center;
    text-align: center;
    margin-left: 115px;
    margin-top: 3px;
    font-family: 'Bakbak One', cursive;
    color: white;
    
}

.judul-produk2 {
    position: center;
    margin-left: 170px;
    margin-top: 3px;
    font-family: 'Bakbak One', cursive;
    color: white;
}

.populer img {
    border-radius: 10px;
    margin-left: 130px;
}

.populer1 img {
    border-radius: 10px;
    margin-left: 130px;
}

.populer2 img {
    border-radius: 10px;
    margin-left: 130px;
}

@media screen and (max-width: 500px) {
    .title-p {
        margin-left: 10px;
        margin-top: 5px;
        font-weight: bold;
    }

    .populer {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        font-size: 10pt;
    }

    .populer img {
        width: 70%;
        margin-left: 20px;
    }

    .populer1 img {
        width: 70%;
        margin-left: 20px;
    }

    .populer2 img {
        margin-left: 15px;
        width: 70%;
    }
    .judul-produk {
        margin-left: 25px;
        font-size: 10pt;
        margin-top: 7px;
        font-family: 'Bakbak One', cursive;
    }

    .judul-produk1 {
        text-align: center;
        margin-left: 5px;
        font-size: 10pt;
        margin-top: 7px;
        font-family: 'Bakbak One', cursive;
    }

    .judul-produk2 {
        margin-left: 18px;
        font-size: 10pt;
        margin-top: 4px;
        font-family: 'Bakbak One', cursive;
    }
}

    /* PRODUK CSS END */

    /* PRODUK LIST 2 CSS START */
    .populer-lain {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .populer-lain img {
        border-radius: 10px;
        width: 80%;
        margin-left: 75px;
    }
    .populer-lain1 img {
        border-radius: 10px;
        width: 80%;
        margin-left: 75px;
    }
    .populer-lain2 img {
        border-radius: 10px;
        width: 80%;
        margin-left: 75px;
    }
    .populer-lain3 img {
        border-radius: 10px;
        width: 80%;
        margin-left: 75px;
    }
    .populer-lain4 img {
        border-radius: 10px;
        width: 80%;
        margin-left: 75px;
    }
    .populer-lain5 img {
        border-radius: 10px;
        width: 80%;
        margin-left: 75px;
    }
    .judul-produk-lain {
        position: center;
        text-align: center;
        margin-left: 100px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    .judul-produk-lain1 {
        position: center;
        text-align: center;
        margin-left: 86px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    .judul-produk-lain2 {
        position: center;
        text-align: center;
        margin-left: 90px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    .judul-produk-lain3 {
        position: center;
        text-align: center;
        margin-left: 90px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    .judul-produk-lain4 {
        position: center;
        text-align: center;
        margin-left: 95px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    .judul-produk-lain5 {
        position: center;
        text-align: center;
        margin-left: 100px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    @media screen and (max-width: 500px) {
        .populer-lain {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            font-size: 10pt;
        }
    
        .populer-lain img {
            width: 70%;
            margin-left: 20px;
        }
        .populer-lain1 img {
            width: 70%;
            margin-left: 20px;
        }
        .populer-lain2 img {
            width: 70%;
            margin-left: 20px;
        }
        .populer-lain3 img {
            width: 70%;
            margin-left: 20px;
            margin-top: 10px;
        }
        .populer-lain4 img {
            width: 70%;
            margin-left: 20px;
            margin-top: 10px;
        }
        .populer-lain5 img {
            width: 70%;
            margin-left: 20px;
            margin-top: 10px;
        }
        .judul-produk-lain {
            text-align: center;
            margin-left: -1px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
        .judul-produk-lain1 {
            text-align: center;
            margin-left: -1px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
        .judul-produk-lain2 {
            text-align: center;
            margin-left: -1px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
        .judul-produk-lain3 {
            text-align: center;
            margin-left: -1px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
        .judul-produk-lain4 {
            text-align: center;
            margin-left: -1px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
        .judul-produk-lain5 {
            text-align: center;
            margin-left: -1px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
    }
    /* PRODUK LIST 2 CSS SELESAI */

    /* PRODUK LIST 3 CSS START */
    .populer-voucher {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .populer-voucher img {
        border-radius: 10px;
        width: 80%;
        margin-left: 65px;
    }
    .populer-voucher1 img {
        border-radius: 10px;
        width: 80%;
        margin-left: 65px;
    }
    .populer-voucher2 img {
        border-radius: 10px;
        width: 80%;
        margin-left: 65px;
    }
    .populer-voucher3 img {
        border-radius: 10px;
        width: 80%;
        margin-left: 65px;
    }
    .populer-voucher4 img {
        border-radius: 10px;
        width: 80%;
        margin-left: 65px;
    }
    .populer-voucher5 img {
        border-radius: 10px;
        width: 80%;
        margin-left: 65px;
    }
    .judul-produk-voucher {
        position: center;
        text-align: center;
        margin-left: 90px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    .judul-produk-voucher1 {
        position: center;
        text-align: center;
        margin-left: 90px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    .judul-produk-voucher2 {
        position: center;
        text-align: center;
        margin-left: 65px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    .judul-produk-voucher3 {
        position: center;
        text-align: center;
        margin-left: 80px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    .judul-produk-voucher4 {
        position: center;
        text-align: center;
        margin-left: 85px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    .judul-produk-voucher5 {
        position: center;
        text-align: center;
        margin-left: 85px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    @media screen and (max-width: 500px) {
        .populer-voucher {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            font-size: 10pt;
        }
    
        .populer-voucher img {
            width: 70%;
            margin-left: 20px;
        }
        .populer-voucher1 img {
            width: 70%;
            margin-left: 20px;
        }
        .populer-voucher2 img {
            width: 70%;
            margin-left: 20px;
        }
        .populer-voucher3 img {
            width: 70%;
            margin-left: 20px;
            margin-top: 5px;
        }
        .populer-voucher4 img {
            width: 70%;
            margin-left: 20px;
            margin-top: 5px;
        }
        .populer-voucher5 img {
            width: 70%;
            margin-left: 20px;
            margin-top: 5px;
        }
        .judul-produk-voucher {
            text-align: center;
            margin-left: -3px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
        .judul-produk-voucher1 {
            text-align: center;
            margin-left: -1px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
        .judul-produk-voucher2 {
            text-align: center;
            margin-left: -1px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
        .judul-produk-voucher3 {
            text-align: center;
            margin-left: 1px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
        .judul-produk-voucher4 {
            text-align: center;
            margin-left: 1px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
        .judul-produk-voucher5 {
            text-align: center;
            margin-left: -1px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
    }
    /* PRODUK LIST 3 CSS SELESAI */

    /* PRODUK LIST 4 CSS START */
    .populer-hot {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .populer-hot img {
        border-radius: 10px;
        width: 80%;
        margin-left: 65px;
    }
    .populer-hot1 img {
        border-radius: 10px;
        width: 80%;
        margin-left: 65px;
    }
    .judul-produk-hot {
        position: center;
        text-align: center;
        margin-left: 80px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    .judul-produk-hot1 {
        position: center;
        text-align: center;
        margin-left: 80px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    @media screen and (max-width: 500px) {
        .populer-hot {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            font-size: 10pt;
        }
    
        .populer-hot img {
            width: 70%;
            margin-left: 20px;
        }
        .populer-hot1 img {
            width: 70%;
            margin-left: 20px;
        }
        .judul-produk-hot {
            text-align: center;
            margin-left: -3px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
        .judul-produk-hot1 {
            text-align: center;
            margin-left: -3px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
    }
    /* PRODUK LIST 4 CSS SELESAI */

    /* PRODUK LIST 5 CSS START */
    .populer-walet {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .populer-walet img {
        border-radius: 10px;
        width: 80%;
        margin-left: 65px;
    }
    .populer-walet1 img {
        border-radius: 10px;
        width: 80%;
        margin-left: 65px;
    }
    .populer-walet2 img {
        border-radius: 10px;
        width: 80%;
        margin-left: 65px;
    }
    .populer-walet3 img {
        border-radius: 10px;
        width: 80%;
        margin-left: 65px;
    }
    .populer-walet4 img {
        border-radius: 10px;
        width: 80%;
        margin-left: 65px;
    }
    .populer-walet5 img {
        border-radius: 10px;
        width: 80%;
        margin-left: 65px;
    }
    .judul-produk-walet {
        position: center;
        text-align: center;
        margin-left: 80px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    .judul-produk-walet1 {
        position: center;
        text-align: center;
        margin-left: 80px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    .judul-produk-walet2 {
        position: center;
        text-align: center;
        margin-left: 80px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    .judul-produk-walet3 {
        position: center;
        text-align: center;
        margin-left: 80px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    .judul-produk-walet4 {
        position: center;
        text-align: center;
        margin-left: 80px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    .judul-produk-walet5 {
        position: center;
        text-align: center;
        margin-left: 80px;
        margin-top: 3px;
        font-family: 'Bakbak One', cursive;
        text-decoration: none;
        color: white;
    }
    @media screen and (max-width: 500px) {
        .populer-walet {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            font-size: 10pt;
        }
    
        .populer-walet img {
            width: 70%;
            margin-left: 20px;
        }
        .populer-walet1 img {
            width: 70%;
            margin-left: 20px;
        }
        .populer-walet2 img {
            width: 70%;
            margin-left: 20px;
        }
        .populer-walet3 img {
            width: 70%;
            margin-left: 20px;
            margin-top: 5px;
        }
        .populer-walet4 img {
            width: 70%;
            margin-left: 20px;
            margin-top: 5px;
        }
        .populer-walet5 img {
            width: 70%;
            margin-left: 20px;
            margin-top: 5px;
        }
        .judul-produk-walet {
            text-align: center;
            margin-left: -3px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
        .judul-produk-walet1 {
            text-align: center;
            margin-left: 1px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
        .judul-produk-walet2 {
            text-align: center;
            margin-left: 1px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
        .judul-produk-walet3 {
            text-align: center;
            margin-left: 1px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
        .judul-produk-walet4 {
            text-align: center;
            margin-left: 1px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
        .judul-produk-walet5 {
            text-align: center;
            margin-left: 1px;
            font-size: 10pt;
            margin-top: 7px;
            font-family: 'Bakbak One', cursive;
        }
    }
    /* PRODUK LIST 5 CSS SELESAI */


    /* RESPONSIFVE */
    @media screen and (max-width: 360px) {
        .cari {
            margin-left: -280px;
        }
        .cari2 {
            margin-left: -280px;
        }
    }

    @media screen and (max-width: 500px) {
        .cari {
            margin-left: -280px;
        }
    }

    @media screen and (max-width: 320px) {
        .cari {
            margin-left: -300px;
        }
    }

    /* FOOTER CSS START */

.site-footer
{
   
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
  /* FOOTER CSS END */