/* default styles from icomoon */
.svg-icon{
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: #FFFFFF;
}
.svg-icon-blue{
    fill: blue !important;
}
.svg-icon-black {
    fill: black !important;
}
.svg-icon-dark-gray{
    fill: #333 !important;
}
.svg-icon-gray{
    fill: #909090;
}
.svg-icon-light-gray{
    fill: #ccc;
}

.svg-icon-white{
    fill: white !important;
}

.svg-icon-source-link {
    fill: rgba(255, 255, 255, 0.75);
}

.svg-icon-12x12{
    width: 12px;
    height: 12px;
}
.svg-icon-16x16{
    width: 16px;
    height: 16px;
}
.svg-icon-20x20{
    width: 20px;
    height: 20px;
}
.svg-icon-24x24{
    width: 24px;
    height: 24px;
}
.svg-icon-30x30{
    width: 30px;
    height: 30px;
}
.svg-icon-32x32{
    width: 32px;
    height: 32px;
}
.svg-icon-40x40{
    width: 40px;
    height: 40px;
}
.svg-icon-48x48{
    width: 48px;
    height: 48px;
}
.svg-icon-72x72{
    width: 72px;
    height: 72px;
}

.icon-ic_facebook {
    fill: #1877F2;
}

.icon-pinterest {
    fill: #E60019;
}

.icon-ic_twitter {
    fill: #55ACEE;
}

/* Custom Styles */
.disabled .icon-ic_chevron_left, .disabled .icon-ic_chevron_right {
    fill: #A39A9A !important;
}
.svg-icon-text-tertiary {
    fill: #DCD5D5;
}
