.store-package-list {
  padding: 0 5px;
  font-size: 13px;
}

.store-package {
  border-bottom: 1px solid #7a7a7a;
  background: #fff;
  padding: 20px 10px 20px 30px;
  margin: 5px;
}

.store-logo {
  text-align: center;
  min-height: 220px;
}
.store-package img {
  /*padding: 30px 0 0 0;*/
  padding: 0 0 0 0;
  max-height: 200px;
}

.free-gift {
  background: url("/media/images/store/free-gift.png") no-repeat left;
  padding: 2px 35px !important;
}
.free-aou {
  background: url("/media/images/store/aou.png") no-repeat left;
  padding: 5px 35px !important;
}

.icon-store-col {
  padding-left: 5px;
}

.icon-store-package {
  display: inline-block;
  display: block\9;
  float: left\9;
  padding-left: 30px;
  margin-bottom: 5px;
  height: 25px;
  width: 20px;
}
.store-star {
  background: url("/media/images/store/icon-store.png") no-repeat 0px -6px;
}
.store-50per {
  background: url("/media/images/store/icon-store.png") no-repeat 0px -35px;
}
.store-like {
  background: url("/media/images/store/icon-store.png") no-repeat 0px -64px;
}
.store-new {
  background: url("/media/images/store/icon-store.png") no-repeat 0px -92px;
}
.store-3g {
  background: url("/media/images/store/icon-store.png") no-repeat 0px -121px;
}
.store-4g {
  background: url("/media/images/store/icon-store.png") no-repeat 0px -150px;
}

/* Override */
.online-buy {
  padding: 0;
}
.online-buy .btnBuyonline {
  text-decoration: none;
  font-size: 20px !important;
  max-width: 300px;
  padding: 6px 10px;
  background: url("/media/images/store/arrow-side-store.png") 95% center no-repeat, linear-gradient(to right, #83007A 0%, #FC007A 70%) !important;
}

.package-cost-list {
  padding: 0;
  text-align: left;
  margin: 5px 0;
}
.h1-cost {
  font-weight: 100;
  font-size: 28px;
}
.package-cost-list {
  font-size: 18px;
}


/* Overide Checkbox CSS */
input[type=checkbox].css-checkbox {
  display:none;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left:26px;
  height:14px;
  line-height: 16px;
  margin-bottom: 15px;
  display:inline-block;
  background-repeat:no-repeat;
  background-position: 0 0;
  vertical-align:middle;
  cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -16px;
}
label.css-label {
  background-image:url('/media/images/store/checkbox.png');
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.filter-wrap {

}
.filter-option .checkbox input[type="checkbox"] {
	margin-right: 10px;
}
.filter-option label { font-weight: normal; }


/* Small devices (Smartphones, 240px and up) */
@media (max-width: 479px){
	.filter-option label { cursor: pointer; font-size: 18px; }
}

/* Small devices (Smartphones, 480px and up) */
@media (min-width: 480px) {

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.filter-option label { cursor: pointer; font-size: 14px; }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}