.full{
  width:100%;
}
.site-logo{
  background: #1597bb;
  padding:20px;
  text-align:center;
  position: fixed;
  width:450px;
  height:100%;
}

.site-logo img{
  margin-top:150px;
  width:150px;
}

label{
  font-weight:bold;
}
html{
  scroll-behavior: smooth;
}
body{
  font-family: 'Roboto';
}
.relative{
  position: relative;
}
#shadow{
  width:100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,0.7);
}
#formaspirasi{
  text-align: center;
  width:100%;
  float:left;
  margin-top:150px;
}
.small-container{
  max-width:300px;
  margin:auto;
  background: #fafafa;
  padding:20px;
  border-radius:10px;
  box-shadow: 5px 5px rgba(230,230,230,0.7);
}

.header{
  background: #062a64;
}

footer{
  text-align:right;
}

.left{
  text-align:left;
}

.right{
  text-align:right;
}

.slick img{
  margin:40px;
}
.slick img.product{
  margin:0px !important;
}

h2.bigtitle{
    font-family: 'Roboto';
    text-transform: uppercase;
    letter-spacing: 5px;
}
#flexcenter{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-header{
  background: #a99cd1;
  color:#fff;
}

#smallfilter{
  font-size:12px;
  background: #a99cd1;
  padding:10px;
  color:#fff;
  margin:10px 0px;
  display: none;
}

#smallfilter select,#smallfilter input{
  font-size:12px;
}

.round{
    background: #fff;
    color:#a99cd1;
    border-radius:100%;
    width:20px;
    height:20px;
    text-align:center;
    margin-right:10px;
    font-size:12px;
}
.center{
  text-align:center;
}

a{
	text-decoration: none;
	color: none;
}
body{
	margin-top: 0px;
	padding-top: 0px;

}
.list-group-item{
	transition: all 250ms linear;
}
.tes{
	padding-top: 10%;
	padding-bottom: 1%;
}
.list-group-item:hover{
	transform: scale(1.03);
	transition: all 250ms linear;
}
.block-6:hover{
	transform: scale(1.03);
	transition: all 250ms linear;
}
.mrg-bawah{
	margin-bottom: 5px;
}
.mrg-atas{
	margin-top: 5px;
}
.mrg-atas-bawah-full{
	margin-top: 0px;
	margin-bottom: 15px;
}
.right{
	float: right;
}
.padding{
	width: 1000px;
	height: 1000px;
}
.container-center{
	justify-content: center;
}
.header{
	position: fixed;
	width: 100%;
	z-index: 888;
	margin-top: 0px;
	opacity: 0.9;
}
.font1{
	font-family : "Roboto", sans-serif;
	text-transform: lowercase;
	font-size: 10px;
	color: #333;
	font-style: italic;
}

a.primarytext{
	color:#f0f0f0;
}

a.primarytext:hover{
	color:#fff;
}
.order{
	background:#a99cd1;
}

.btn2:hover {
  background-color: black;
  color: white;
}

.fa.active{
		color:#a99cd1;
}

#member{
  text-align:right;
}

#space{
    width:100%;
    float:left;
    margin-top:100px;
}

.element-style{
	width: 162px;
}
.padding2{
	height: 43px;
}
.mrg-atas2{
	margin-top: 7px;
}
.padding3{
	height: 30px;
	width: 30px;
}
.mrg-left{
	margin-left: 31%;
}

#fixedarea{
  position:fixed;
  width:570px;
  min-height:300px;
  color: #666;
  z-index:1000;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.absolute{
  position: absolute;
  transform: rotate(90deg);
  right:-10%;
  top:34px;
  z-index:1001;
}

.back-purple{
  padding:5px 10px;
  background: #ad46bd;
  color:#fff;
}
.absolute{
  display: none;
}

#zoomx{
  width:100%;
  margin:10px;
}

#description{
  padding-top:20px;
  font-family: 'Roboto';
  font-size: 12px;
}

.element-style{
  width: 162px;
}
.padding2{
  height: 43px;
}
.mrg-atas2{
  margin-top: 7px;
}
.standar-u {
  text-decoration: none;
}
.standar-u:hover {
  text-decoration: underline;
  transition: 0.5s ease;
}
.animasi-left-right {
  display: inline-block;
}
.animasi-left-right:after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}
.animasi-left-right:hover:after {
  width: 100%;
  background: #ad46bd;
}
.modal-header{
  background:#ef8120;
  text-align:center;
  color:#fff;
}

h4.active{
  background: #63a15f;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 15px;
}

.btn-primary{
  background:#1597bb;
  border:none;
}

.btn-primary:hover{
  background:#730202 !important;
}

.title{
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top:20px;
  color:#fff;
}
.decript{
  font-family: 'Roboto';
  font-size:19px;
  font-style: italic;
}

.nav-tabs{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom:none;
}

.nav-tabs a{
  font-family:'roboto';
  font-size:25px;
  text-transform:uppercase;
  letter-spacing:8px;
  text-align:center;
  color:#333;
  -webkit-transition: all 0.22s ease-in-out;
  border-bottom:1px solid #fff;
}
.nav-tabs a:hover{
  color:#a99cd1;
  border-bottom:1px solid #333;
}

.nav-tabs a.active{
  border-bottom:1px solid #333;
}

.item{
  width:200px;
  margin:40px;
  padding:10px;
  float:left;
}
.item-one{
  text-align: center;
  padding:5px;
  border:1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.item-one .btn{
  font-size:14px;
}
.item-one:hover{
  border:1px solid #a99cd1;
}

.item .title{
  font-family: 'Roboto';
  font-size:12px;
  margin:14px;
}

.item img{
  width:100%;
}

#slideshow{
  width:100%;
  height:400px;
  background: #a99cd1;
  float:left;
  position: relative;
}
.slide-content{
    position:absolute;
    font-family: 'Roboto';
    width:100%;
    color:#fff;
    top:35%;
    text-align: left;
}
.slide-content h3{
  font-weight: normal;
}
.small-container{
  max-width:768px;
  margin:auto;
}
.overflow{
  font-family: 'Roboto';
  font-size:20px;
  width:120px;
  padding:5px;
  background: #fff;
  overflow: hidden;
  color:#a99cd1;
  height:35px;
  text-align: center;
  text-transform: lowercase;
  position: relative;
  border-radius:5%;
  cursor: pointer;
}

.object {
  width:100%;
  text-align: center;
  animation: MoveUpDown 6s ease-in-out infinite;
  position: absolute;
  left: 0;
  bottom: 0;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 5px;
  }
  50% {
    bottom: -140px;
  }
}
#product-shadow{
  float:left;
  width:100%;
  height:130px;
}
#product{
  width:100%;
  float:left;
}
footer{
  float:left;
  width:100%;
}
.slick-arrow{
  display: none !important;
}

.helpme {
    position: fixed;
    bottom: 30px;
    right: 30px;
    margin: .5em;
    z-index: 1000;
}
.btn-wa {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #4DC247;
    color: #ffffff;
    border: none;
    color: white;
    /* padding: 20px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@media screen and (max-width: 1200px){
  #fixedarea{
    width:480px;
  }
  .slick img{
    margin:20px;
  }
}

@media screen and (max-width: 991px){
  #fixedarea{
    display: none;
  }
  #smallfilter{
    display:flex;
  }
}

@media screen and (max-width: 576px){
  #slideshow{
    height:300px;
  }
  .slide-content{
      top:15%;
  }
  .nav-tabs a{
    font-size:15px;
  }

  .form-group{
    margin: 20px 10px 10px 20px !important;
  }

  #sosmed,#member{
    font-size:9px;
  }
  #sosmed a,#member .btn{
    padding:3px;
  }
  #member{
    padding-top:5px;
  }
  #member a{
    margin:2px;
  }
  .site-logo{
    margin-top:20px;
  }
  .slick img{
    margin:10px;
  }

  footer{
    text-align:center !important;
  }

  .left a,.right a{
    margin:10px;
  }
  .left,.right{
    text-align:center;
  }
}
.btn-primary:hover{
  background: #8fd6e1;
  border-color: #8fd6e1;
}

.left-one{
  width:40%;
  float:left;
}

.right-one{
  width:60%;
  float:left;
  text-align:left;
}

#ref{
  background:#ef8120;
  padding:10px;
  color:#fff;
  font-size: 12px;
}

.item table{
  font-size:12px;
}

.item table td{
  padding:2px;
}

a{
  color:#fff;
}

a:hover{
  color:#dadada;
}

#filter,#filter input,#filter select,#filter button{
  font-size:12px;
}
