
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background-image: url("https://www.anakteknik.co.id/anakteknikshop/assets/img/atiShopShirt.webp"), url("https://www.anakteknik.co.id/anakteknikshop/assets/img/atiShopBg.webp");
  background-repeat: no-repeat, repeat;
  background-position: bottom center, center;
  background-attachment: fixed;
  background-size: 30%, 50%;
  display: block;
  background-color: black;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

.icon-top {
  text-align: center;
}

.icon-top-size{
  width: 8%;
}

.listbutton{
  margin: 0px auto;
  width: 100%;
  box-sizing: border-box;
  text-align: -webkit-center;
  overflow-y: scroll;
  height: 32rem;
}
::-webkit-scrollbar
{
	border-radius: 10px;
  width: 5px;
}
::-webkit-scrollbar-track
{
  background:transparent;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb
{
  background:#000000;
  border-radius: 10px;  
}
::-webkit-scrollbar-thumb:hover
{
  background: #d77700;
}

.list-button-element {
  background-color: transparent;
  cursor: pointer;
  width: 35%;
  margin: 15px 0px;
  font-family: arial;
  border-radius: 50px;
  padding: 10px 0px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-shadow: 0px 0px 5px 0px #ffffff;
  display: block;
  font-weight: bold;
}

.orderbook {
  box-sizing: border-box;
  text-align: -webkit-center;
}

.button-order {
  background-color: #ff7400;
  cursor: pointer;
  font-family: arial;
  border-radius: 50px;
  padding: 10px 0px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-shadow: 0px 0px 5px 0px #ffffff;
  display: block;
  line-height: 1;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .icon-top-size{
    width: 15%;
    margin-bottom: 15px;
  }

  ::-webkit-scrollbar-thumb
{
  display: block;
}

  body {
    background-size: 100%;
  }

  .listbutton {
    height: 31rem;
  }

  .list-button-element {
    width: 90%;
    font-size: 16px;
  }
}

