.cartquick{
  background: url(../images/ico-cart-2.png) no-repeat scroll 0px 3px transparent; 
  padding: 0px 0px 0px 24px; 
  font-size: 14px; 
  font-weight: bold; 
  color: #FFF; 
  display: inline-block;
}
.form-input-text{
  padding: 0px 8px;
  width: 33%;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font: 18px Arial,sans-serif !important;
  color: rgba(129, 129, 147, 1);
}

.form-input-font{
  width: 30%;
  float: left;
  margin-top: 1%;
  font-size: 20px;
}

.form-margin{
  margin: 0px 0px 3% 0px !important;
}

.button-daftar{
  width: 15%;
  height: 50px;
  font-size: 20px;
}
/* info nav */
/**/
.info-nav {
  margin-top: 24px;
  font-size: 11px;
  line-height: 24px;
}
.info-nav li:first-child {
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
}
.table-order {
    background: none repeat scroll 0% 0% #F7F7F7;
    margin-bottom: 20px;
  }
.table-order tr {
    transition: #000 0.3s ease 0s;
  }
.table-order th {
    background: none repeat scroll 0% 0% #CC003E;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    padding: 15px 20px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.table-order td {
    border: 1px solid #E9FBFE;
    padding: 20px;
    font-size: 14px;
    vertical-align: top;
  color: #596067;
}
.icons { float: left; padding: 6px 0 0 0; }
.icons span { float: left; -moz-transition: all 0.15s linear 0s; -webkit-transition: all 0.15s linear 0s; -o-transition: all 0.15s linear 0s; margin: 0 12px 0 0; }
.icons span:hover { background-position: 0 -19px; }
.icons .twitter { width: 21px; height: 19px; background: url(../images/ico-twitter-3.png) 0 0 no-repeat; }
.icons .facebook { width: 18px; height: 19px; background: url(../images/ico-facebook-2.png) 0 0 no-repeat; }
.icons .stumbleupon { width: 18px; height: 19px; background: url(../images/ico-stumbleupon-1.png) 0 0 no-repeat; }
.icons .linkedin { width: 18px; height: 19px; background: url(../images/ico-linkedin-1.png) 0 0 no-repeat; }
.icons .blogspot { width: 18px; height: 19px; background: url(../images/ico-blogspot-1.png) 0 0 no-repeat; }

/*PRODUCT NEW ATTRIBUTE*/
.attr-product-new{
position: absolute;
z-index: 10;
}

/*PRODUCT POPULAR ATTRIBUTE*/
.attr-product-pop{
position: absolute;
z-index: 10;
}

/*PRODUCT LIST ATTRIBUTE*/
.attr-product-list{
position: absolute;
z-index: 10;
}

/*PRODUCT DETAIL ATTRIBUTE*/
.attr-product-detail{
position: absolute;
z-index: 10;
}
.modal-open {
  overflow:hidden
}
.modal {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1040;
  display:none;
  overflow:auto;
  overflow-y:scroll
}
.modal.fade .modal-dialog {
  -webkit-transform:translate(0, -25%);
  -ms-transform:translate(0, -25%);
  transform:translate(0, -25%);
-webkit-transition:-webkit-transform .3s ease-out;
-moz-transition:-moz-transform .3s ease-out;
-o-transition:-o-transform .3s ease-out;
transition:transform .3s ease-out
}
.modal.in .modal-dialog {
  -webkit-transform:translate(0, 0);
  -ms-transform:translate(0, 0);
  transform:translate(0, 0)
}
.modal-dialog {
  position:relative;
  z-index:1050;
  width:auto;
  margin:30px auto;
}
.modal-content {
  position:relative;
  background-color:#fff;
  border:1px solid #999;
  border:1px solid rgba(0, 0, 0, .2);
  border-radius:6px;
  outline:0;
  -webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);
  box-shadow:0 3px 9px rgba(0, 0, 0, .5);
  background-clip:padding-box
}
.modal-backdrop {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1030;
  background-color:#000
}
.modal-backdrop.fade {
  opacity:0;
  filter:alpha(opacity=0)
}
.modal-backdrop.in {
  opacity:.5 !important;
  filter:alpha(opacity=50) !important;
}
.modal-header {
  min-height:16.43px;
  padding:15px;
  border-bottom:1px solid #e5e5e5
}
.modal-header .close {
  margin-top:-2px
}
.modal-title {
  margin:0;
  line-height:1.428571429
}
.modal-body {
  position:relative;
  padding:20px
}
.modal-footer {
  padding:19px 20px 20px;
  margin-top:15px;
  text-align:right;
  border-top:1px solid #e5e5e5
}
.modal-footer:after, .modal-footer:before {
  display:table;
  content:" "
}
.modal-footer:after {
  clear:both
}
.modal-footer .btn+.btn {
  margin-bottom:0;
  margin-left:5px
}
.modal-footer .btn-group .btn+.btn {
  margin-left:-1px
}
.modal-footer .btn-block+.btn-block {
  margin-left:0
}
@media screen and (min-width:768px) {
.modal-dialog {
width:600px;
margin:30px auto
}
.modal-content {
-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, .5);
box-shadow:0 5px 15px rgba(0, 0, 0, .5)
}
}
@media screen and (max-width:1070px) {
  .modal-dialog {
  width:100% !important;
  }
}
@media screen and (max-width:480px) {
  .modal.fade.in {
    top: 0px !important;
  }
}
#popupgambar{
  max-width: 100%;
}
.modal-body{
position:relative;
max-height:650px;
padding:15px;
overflow-y:auto;
}
.fade {
  opacity:0;
-webkit-transition:opacity .15s linear;
transition:opacity .15s linear
}
.fade.in {
  opacity:1
}
.collapse {
  display:none
}
.collapse.in {
  display:block
}
.collapsing {
  position:relative;
  height:0;
  overflow:hidden;
-webkit-transition:height .35s ease;
transition:height .35s ease
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 20px;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .2;
filter: alpha(opacity=20);
}
.total-cart label { float: left; width: 117px; padding: 20px 0 0 0; margin: 0 85px 0 0; text-align: right; }
.total-cart p { padding: 18px 0 0 0; font-family: Source Sans Pro, sans-serif; font-size: 38px; font-weight: 400; color: #cc003e; float: left; }
.buttons-cart .checkout { float: right; background-image: url(../images/ico-cart-2.png); background-position: 24px 19px; background-repeat: no-repeat; font-size: 18px; padding: 13px 23px 13px 53px; }
.buttons-cart .update { margin: 0 10px 0 0; float: right; background-image: url(../images/ico-update-1.png); background-position: 24px 18px; background-repeat: no-repeat; font-size: 18px; padding: 13px 23px 13px 53px; }
.buttons-cart.paypal { float: right; margin: 10px 20px 0 0; }

.code-kupon{
  font: 12px Arial, sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 7px 10px 6px 10px;
  box-shadow: #fff 0 1px 0;
}
.main-menu ul li ul{
  padding: 5px 0px;
} 

.main-menu ul li ul li a{
  padding: 16px 20px 14px 20px;
}
.main-menu ul li ul li a i.fa{
  float: right;
  margin-top: 4px;
}

.main-menu ul li ul li ul{
  width: 100%;
  left: 187px;
  box-shadow: 0px 0px 10px #fff;
}
.main-menu ul li ul li ul li a{
  padding: 10px 20px 10px 20px;
}
.blog-post:hover .media-hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  display:block;
}

.blog-post:hover .media-icon{
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  transform:scale(1);
}

.post-image{
  position:relative;
}
.media-hover{
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background:#000;
  background:rgba(14,30,51,.4);
  color:#fff;
  text-align:center;
  width:100%;
  height:100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition:opacity 0.3s;
  -moz-transition:opacity 0.3s;
  transition:opacity 0.3s;
  border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
}

.media-item:hover .media-hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.media-item:hover .media-icon{
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  transform:scale(1);
}

.media-hover .media-icons{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 40%;
}

.media-hover .media-icon{
  margin:0 3px;
  color:#fff;
  display:inline-block;
  text-align:center;
  font-size:20px;
  border-radius:3px;
  line-height:20px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  cursor:pointer;
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  transform:scale(0);
  -webkit-transition:background 0.3s, -webkit-transform 0.5s;
  -moz-transition:background 0.3s, -moz-transform 0.5s;
  transition:background 0.3s, transform 0.5s;
}
.video{
   position: relative;
   width: 100%;
   float: left;
}
.video-item{
    width: 210px;
    margin: 0 9px 25px 9px;
    background-color: #fff;
    float: left;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
     position: relative;
}
.video-item:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
}
.title-v{
    font-size: 16px;
    background: #CF1A51;
    color: #fff;
    padding: 0px 5px;
    display: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.more-video{
  padding-left: 10px;
  float: right;
}
.video-content{
    width: 455px;
    margin: 0 9px 25px 9px;
    background-color: #fff;
    float: left;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
     position: relative;
}
.video-content:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
}
.img-v{
    width: 185px;
    float: left;
    margin-right: 15px;
}
.titlevideo{
    font-size: 18px;
    margin-bottom: 10px;
    background: #CC003E;
    color: #fff;
    padding: 5px 10px;
}
.met-v{
    width: 255px;
    float: left;
}
.pages-v{
    width: 100%;
    float: left;
}
.nowrap{
  word-wrap: break-word;
}
.testi-img{
  margin-right: 20px;
  float: left;
}
.testi-img img{
  width: 74px;
}
.testi-content{

}
.subscribe button{
    padding: 10px 15px;
    border: 1px solid #AA083A;
    line-height: 9px;
}
.subscribe button:hover{
  background:#fff;
}
.navfooter{
  margin: 0px 0px 0px 14px;
  line-height: 22px;
  color: #FF2D6D;
  font-weight: bold;
  font-size: 14px;
}
.navfooter li a{
  font-weight: normal;
  font-size: 12px;
  color: #E2E2E2 !important;
  transition: all 0.2s linear 0s;
  text-decoration:none !important;
}
.navfooter li a:hover {
    color: #FF2D6D !important;
}
.contfoot{
  margin-bottom: 35px;
}
.contfoot:before,
.contfoot:after{
  display: table;
  content: " ";
}
.contfoot:after{
  clear: both;
}
.mb5{
  margin: 0px 0px 5px !important;
}
ul.tabs{
  padding: 0;
  border-bottom: 3px solid #D01950;
}
ul.tabs li{
  background: none;
  color: #222;
  display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  text-transform: uppercase;
    font-weight: bold;
  border: 1px solid #ddd;
    border-bottom-color: transparent;
  background: #fff;
}

ul.tabs li.current{
  color: #fff;
    cursor: default;
    background-color: #D01950;
    border: 1px solid #BD0E43;
    border-bottom-color: transparent;
}

.tabcheckout{
  display: none;
}

.tabcheckout.current{
  display: inherit;
}
h3.resiarea{
    margin-bottom: 30px;
    padding: 0px 20px;
    display: table;
    border: 3px solid #000000;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #242424;
}
.table-order.tablenewsty{
  width: 100%;
}
.tags{
  margin: 20px 0px;
    padding: 10px 0px;
    float: left;
    width: 100%;
    text-shadow: #fff 0 1px 0;
    background: url(../images/spacer-1-980px.png) top;
    background-repeat: no-repeat;
}
.tags span{
    font-weight: bold;
    margin-right: 15px;
  text-transform: uppercase;
    padding: 10px 0px;
  float: left;
}
.tags a{
  background: #fff !important;
    color: #D01950;
    padding: 5px 10px;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    border: 1px dotted #D01950;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}
.tags a:hover{
  background: #D01950 !important;
  color: #fff;
  border:1px solid #D01950;
}

.imagenews{
  float: left;
    max-width: 35%;
    margin-right: 15px;
    margin-bottom: 5px;
  padding: 5px;
    border: 2px solid #1F1F1F;
}
.imagenews img{
    width: 100%;
    height: auto;
  margin-bottom: 0px !important;
}
button.closecustom{
    position: absolute;
    opacity: 1 !important;
    z-index: 1;
    width: 35px;
    height: 35px;
    background: #000000 !important;
    right: -15px;
    top: -15px;
    color: #fff !important;
    border-radius: 100%;
    font-size: 20px;
}
button.closecustom span{
  line-height: 6px;
}
.nopadding{
  padding: 0px !important;
}
.videocontent iframe{
  width: 100%;
    max-width: 100%;
}
.modal-body a.popupgambar{
  width: 100%;
    margin: 0px;
    padding: 0px;
}
@media(max-width:767px){
  .postiframe iframe{
    width:100%;
  }
}
.postiframe img{
  max-width:100%;
  height: auto !important;
}
.icons{
  width: 100%;
}
.blog-list .icons .addthis_toolbox{
  float: right;
}
.formcekpesanan input{
  width: 40%;
} 
table.tablecekpesan.table{
  margin-bottom: 30px !important;
}
.tablecekpesan td{
  border: 0;
  padding: 10px;
}
.tablecekpesan td:nth-child(2){
    width:1%;
}
.tablecekpesan td:first-child{
    width: 10%;
    font-weight: bold;
    padding-left: 0;
}
.paystatus{
    background: #f9f9f9;
    padding: 15px 25px;
    box-shadow: inset 0px 0px 5px #e7e7e7;
    border-top: 3px solid #CC003E;
  margin-bottom:10px;
}
.paystatus p{
  margin: 0px;
}
.paystatus p>a{
  color: #CC003E;
  font-style: italic;
  text-decoration: underline;
}
.searchfilter{
    margin-bottom:30px;
    text-align:center;
}
.searchfilter input,
.searchfilter select{
  margin-right: 10px;
  margin-bottom: 0 !important;
  height: 35px;
  padding: 0 10px;
  line-height: normal;
  width: auto;
  display: inline-block;
}
.searchfilter button{
    height:35px;
    margin:0;
    padding: 0 30px;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.checkboxdrop{
  line-height: 19px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.checkboxdrop input{
  margin:0;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
}
.footer-contact{
  height:130px;
  color:white;
}
.footer-contact tr{
  height: 28px;
}
.footer-contact a{
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.3s;
}
.footer-contact a:hover{
  color: #ff2d6d !important;
}
.addressimg{
  padding:0;
  width:25px;
  vertical-align:top;
  border: none;
}
.addressimg img{
  width: 23px !important;
}
.addresstext{
  padding:0;
  vertical-align:top;
  border: none; 
  padding-left:5px; 
  padding-bottom: 8px;
  padding-top: 2px;
}
.phoneimg{
  padding:0;
  width:25px;
  border: none;
}
.phoneimg img{
  margin-top: 2px !important;
}
.phonetext{
  padding: 0;
  vertical-align: top;
  border: none;
  padding-left: 5px;
  padding-bottom: 8px;
  padding-top: 2px;
}
.bbimg{
  padding: 0;
  width: 25px;
  border: none;
}
.bbimg img{
  width: 24px;
  margin-top: 1px;
}
.bbtext{
  padding: 0;
  vertical-align: top;
  border: none;
  padding-left: 5px;
  padding-bottom: 8px;
  padding-top: 2px;
}
.waimg{
  padding: 0;
  width: 25px;
  border: none;
}
.waimg img{
  width: 22px;
  margin-left: 1px;
  margin-top: 1px;
}
.watext{
  padding: 0;
  vertical-align: top;
  border: none;
  padding-left: 5px;
  padding-bottom: 8px;
  padding-top: 2px;
}
.emailimg{
  padding: 0;
  width: 25px;
  border: none;
}
.emailimg img{
  width: 19px;
  margin-left: 3px;
  margin-top: 2px;
}
.emailtext{
  padding: 0;
  vertical-align: top;
  border: none;
  padding-left: 5px;
  padding-bottom: 8px;
  padding-top: 2px;
}
.form-input-font {
  margin-top: 0px !important;
}
.hiddentitleheader{
  opacity:0;
  position:absolute;
}
.titleproduknew{
  font-family: Source Sans Pro, sans-serif;
    font-size: 38px;
    line-height: 44px;
    font-weight: 200;
    margin: -9px 0 18px 0;
  color: #333;
}
.titleblognew{
   color: #cc003e;
}
.w100persen{
  width:100% !important;
}
.notextdecor{
  text-decoration:none;
}
.box50px{
  width:50px;
  height:50px;
}
.notextalign{
  text-align: none;
}
.fileinput{
  background: #fff;
  padding: 10px;
  height: auto;
}
.btntesti{
  width:100%;
  float: left;
}
.titleacc{
  margin-bottom: 3%; 
  padding-top: 3%;
}
.dangertext{
  color: red; 
  letter-spacing: 1px ! important;
}
.successtext{
  color: blue;
  letter-spacing: 1px ! important;
}
.clearboth{
  clear:both;
}
.borderwhite{
  border: 1px solid #FFFFFF !important;
}
.textright{
  text-align: right !important;
}
.mb30px{
  margin-bottom:30px;
}
.pb20px{
  padding-bottom: 20px;
}
.f15px{
  font-size: 15px !important;
}
.textareaacc{
  width: 521px;
  height: 114px;
  padding: 10px;
}
.pb80px{
  padding-bottom: 80px;
}
.minh850px{
  min-height: 850px !important;
}
.addoncalendar{
  margin-left: 3px;
  margin-top: 2px;
}
.filecustom{
  background: #fff;
  padding: 10px;
  height: auto;
}
.verifyarea{
  float:left;
  width:100%;
}
.katgambar{
  margin: 27.5px 0 0 0;
}
.ellipsis{
  display: inherit; 
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
}
.pkatprice{
    font-size: 20px !important;
    color: #CC003E !important;
}
.pricecustom{
  margin: 0px 5px 0px 0px !important;
}
.pricecustom2{
  font-size: 20px !important;
    color: #CC003E !important;
}
.w50px{
  width: 50px;
}
.textnotif{
  text-align: center; 
  font-weight: 500; 
  margin-bottom: 3%; 
  padding-top: 3%;
}
.zindex1000000{
  z-index: 1000000;
}
.cpointer{
  cursor:pointer;
}
.mb15px{
  margin-bottom: 15px;
}
.w300px{
  width:300px;
}
.nopaddingbottom{
  padding-bottom:0 !important;
}
.bordertop{
  border-top: 1px solid #ddd;
}
.imglistpro{
  margin: 27.5px 0 0 0;
}
.ml-13px{
  margin-left: -13px;
}
.notextdecor{
  text-decoration:none;
}
.box50px{
  width:50px;
  height:50px;
}
.beritahome{
  margin: 0 0 15px 0 !important;
}
.normallineheight{
  line-height: normal;
}
.textjustify{
  text-align: justify;
}
.mb-35px{
  margin-bottom:-35px;
}
.mr10px{
  margin-right:10px;
}
.langact{
  pointer-events:none;
  opacity: 1;
}
.footertoparea{
  text-shadow: #fff 0 1px 0;background: url(.../images/spacer-1-980px.png) top left no-repeat;
  padding:30px 0px
}
.wdgfooterop{
  float:left;
  width:27%;
  margin-right:10px;
}
.addtesti{
  position: absolute;
  z-index: 900;
  margin-top: 26px;
  float: right;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.fbwdg{
  float:left;
  width:33%;
  margin-right:10px;
}
.ml10px{
  margin-left:10px
}
.fbarea{
  background:#FFF;
  padding:10px;
  border-radius:7px;
  -moz-border-radius:7px; 
  width:300px
}
.twwdg{
  float:left;
  width:30%;
  margin-right:10px;
}
.w350px{
  width:350px
}
.fleft{
  float: left; 
}
.mr2persen{
  margin-right: 2% !important;
}
.w23persen{
  width: 23% !important;
}
.w27persen{
  width: 27% !important;
}
.ymbox{
  position: fixed;
  top: 350px;
  right: -53px;
  z-index: 9999;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.w70px{
  width:70px;
}
.payimg{
  width:70px;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}
.gmapsbox{
  height:250px;
  width:100%;
}
.fcontactarea{
  float: left; width: 27%; margin-right: 2%;
}
.shiparea{
  float: left;
  margin-right: 2.5%; 
  width: 32.5%;
}
.payarea{
  float: left; 
  width: 34%; 
  margin-right: 10px;
}
.p20px0px{
  padding:20px 0px;
}
.cwhite{
  color:#fff;
}
.box20px{
  width:20px;
  height:20px;
}
.displayinline{
  display:inline;
}
.noborderstyle{
  border-style:none;
}
.maxw600px{
  max-width:600px;
}
.maxw100persen{
  max-width:100%;
}
.w40px{
  width:40px !important;
}
.w70persen{
  width:70% !important;
}
.imgprodet{
  height:80px;
  width:65px;
}
.w29persen{
  width: 29% !important;
}
.w58persen{
  width: 58% !important;
}
.nomtop{
  margin-top:0px !important;
}
.w45px{
  width: 45px !important;
}
.w90px{
  width: 90px;
}
.w55px{
  width: 55px;
}
.m10px0px0px0px{
  margin: -10px 0 0 0;
}
.ml55persen{
  margin-left:55%;
}
.mr15persen{
  margin-right: 15% !important;
}
.logintitle{
  margin-bottom: 3%; 
  padding-top: 3%;
}
.w20persen{
  width: 20%
}
.btnsubmit{
  float: left;
  margin-right: 2%; 
  margin-left: 5% !important;
}
.cbtndaftar{
  color: rgb(22, 190, 197) !important;
}
.w815px{
  width: 815px;
}
.qtycart{
    margin-left: 4% !important;
    width: 45px !important;
}
.mt20px{
  margin-top: 20px;
}
.mb20px{
  margin-bottom: 20px;
}
.mt10px{
  margin-top: 10px;
}
.btnshopping{
    background-image: none !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
}
.nomargin{
  margin: 0;
}
.blogpage{
  margin-bottom:30px;
  float: left;
  width: 100%;
}
.mt6persen{
  margin-top: 6%;
}
.f17px{
  font-size: 17px;
}
.m0px15px{
  margin: 0px 15px !important;
}
.chatwithus{
  position: fixed;
    bottom: 50%;
    right: -55px;
    z-index: 1000000000;
    text-decoration: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.chatwithus img{
  width: 160px;
}
.stButton .stArrow{
  display:none !important;
}
.servicenot{
  display:block;
  margin-top:10px;
  padding-left: 30%;
}
.ongkir #map {
  height: 300px;
}
.ongkir .gmapsform{
  overflow: hidden;
  margin-bottom: 25px;
}
.ongkir .gmapsform input{
  margin-bottom:10px;
  width: 47%;
  font-size: 12px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px 8px;
}
.ongkir .infolatlong{
  display: none;
}
.noml{
  margin-left:0;
}
.bannhome .w300px{
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}
.btnaddress {
    text-align: left;
    margin-bottom: 15px;
}
.btnaddaddress{
    display: inline-block;
    background-color: #cc003e;
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    text-shadow: rgba(0, 0, 0, 0.30) 0 1px 0;
    border: none;
    opacity: 0.9;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    font-size: 18px;
    padding: 13px 23px 13px 23px;
    margin: 10px 0 0 0;
}
.btnaddaddress i{
  margin-right:5px;
  color:#fff;
  margin-top:-2px;
}
.btnaddaddress:hover{
    background-color: rgba(0, 0, 0, 0.85);
    color: #ff2d6d;
}
.deladdaddress{
  width: 25px;
    display: block;
    height: 25px;
    text-align: center;
    line-height: 30px;
    background: #b94740;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #983832;
    font-size: 11px;
    margin-left: 675px;
    margin-bottom: 6px;
}
.deladdaddress i{
  line-height: 21px;
}
.w100persen{
  width: 100% !important;
}
.addressedit{
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
  color: #000 !important;
  background: #ddd;
  border: 1px solid #ddd;
  text-decoration: none !important;
}
.addressedit:hover{
    color: #fff !important;
    background: #d52d3a;
}
.addressdel{
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
  color: #000;
  background: #ddd;
  border: 1px solid #ddd;
}
.addressdel:hover{
    color:#fff;
    background:#e84e3f;
}
.pr20px{
  padding-right: 20px;
}
.addressadd{
  margin-bottom: 30px;
  background: #e8e8e8;
  padding: 10px;
  text-align:center;
  border: 1px solid #dddddd;
}
.addressadd.form-horizontal .control-group{
    display:inline-block;
    margin-bottom: 0;
}
.addressadd select{
    border-radius:0;
    float: none;
    width: auto;
    margin-bottom: 0 !important;
    background: #fff;
    height: 40px;
}
.addressadd.form-horizontal .controls{margin-left: 0;display: inline-block;}
.addressadd.form-horizontal .control-label{
    width: auto;
    float: none;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}
.font13px{
}
.tabprofile{
  text-align: center;
  margin-top:30px;
}
.tabprofile.nav-tabs>li, .tabprofile.nav-pills>li{
    float:none;
    display:inline-block;
}
.addressarea{

}
.text-center{
  text-align: center !important;
}
.addressarea table td{
  vertical-align:middle;
}
.addressarea table td strong,
.addressarea table td b{
  color:#000;
}
.profileaddress .tabcheckout{
  padding-top:30px;
}
.addressarea .table-order{
  width:100%;
}
.titlekonf{
  margin-bottom:30px;
  font-size:30px;
}
.pointercursor{
  cursor: pointer;
}
.btnwhatsapp{
  background: #25d366;
  color:  #fff;
  transition: all 0.3s ease-in-out;
  display:  inline-block;
  padding: 12px 15px;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.30) 0 1px 0;
  font-family: Source Sans Pro, sans-serif;
  margin-top:  10px;

}
.btnwhatsapp:hover{
  background:#45e781;
  color:#fff;
}
.btn.btnline{
  background: #00b900;
  color:  #fff;
  transition: all 0.3s ease-in-out;
  display:  inline-block;
  padding: 10px 15px;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.30) 0 1px 0;
  font-family: Source Sans Pro, sans-serif;
  margin-top:  10px;
}
.btn.btnline img,
.btnwhatsapp img{
  margin-right:5px;
}
.btn.btnline:hover{
  background:#07cc07;
}
.wawidget{
  position: fixed;z-index: 1000;right: 15px;bottom: 45px;
}
.reply-comment{margin-left: 30px;margin-top: 10px;}
.reply-comment article{
  background:antiquewhite;
  padding: 15px !important;
}
.reply-comment .date{
  
}