/* ==========================================================================
  Icons Section
   ========================================================================== */
.ic{
	display: inline-block;
	width: 70%;
	height: 70%;
	margin-top: 8px;
}

.ic-map-search {
	background: url(../img/icon/map-search.svg) no-repeat;
  background-size: cover;
}

.ic-check-box {
	background: url(../img/icon/check-box.svg) no-repeat;
  background-size: cover;
}

.ic-bag {
	background: url(../img/icon/bag.svg) no-repeat;
  background-size: cover;
}

.ic-mobile-phone {
	background: url(../img/icon/mobile-phone.svg) no-repeat;
  background-size: cover;
}

.ic-24h {
	background: url(../img/icon/24h.svg) no-repeat;
  background-size: cover;
}

.ic-history {
	background: url(../img/icon/history.svg) no-repeat;
  background-size: cover;
}

.ic-catalog {
	background: url(../img/icon/catalog.svg) no-repeat;
  background-size: cover;
}

.ic-cart{
	background: url(../img/icon/cart.svg) no-repeat;
  background-size: cover;
}

.ic-camera{
	background: url(../img/icon/camera.svg) no-repeat;
  background-size: cover;
}

.ic-pig{
	background: url(../img/icon/pig.svg) no-repeat;
  background-size: cover;
}

.ic-bulb {
	background: url(../img/icon/bulb.svg) no-repeat;
  background-size: cover;
}

.ic-bell {
	background: url(../img/icon/bell.svg) no-repeat;
  background-size: cover;
}

.ic-private {
	background: url(../img/icon/private.svg) no-repeat;
  background-size: cover;
}

.ic-product-search {
	background: url(../img/icon/product-search.svg) no-repeat;
  background-size: cover;
}

.ic-share-add{
	background: url(../img/icon/share-add.svg) no-repeat;
  background-size: cover;
}

.ic-share{
	background: url(../img/icon/share.svg) no-repeat;
	background-size: cover;
}

.ic-copy{
	background: url(../img/icon/copy.svg) no-repeat;
	background-size: cover;
}