﻿@charset "UTF-8";

@font-face {
  font-family: "wish-icon";
  src:url("fonts/wish-icon.eot");
  src:url("fonts/wish-icon.eot?#iefix") format("embedded-opentype"),
    url("fonts/wish-icon.woff") format("woff"),
    url("fonts/wish-icon.ttf") format("truetype"),
    url("fonts/wish-icon.svg#wish-icon") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "wish-icon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "wish-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-wish-icon:before {
  content: "\61";
}

.wishSize {font-size: 37px;}
.header-wish__items-num {
	font-size: 12px !important;
	font-weight: bold !important;
	display: block;
	z-index: 50000;
	position: absolute;
	margin-left: 50px;
	margin-top: -36px;
	color: #FFF !important;
	font-family:"Open Sans",Helvetica,Arial,sans-serif;
}

/* Shop By Brand Content Region */
.bottom5{
margin-bottom:5px;
}
.brandImg{
border-radius:5px;
}
