$icomoon-font-basepath: "https://static.nnnow.com/fonts/icomoon/icomoon" !default;

// $icomoon-font-basepath: "https://i.icomoon.io/public/0aa30857bb/NNNOW/icomoon" !default;
@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: url("#{$icomoon-font-basepath}.eot?shfbafa");
  src: url("#{$icomoon-font-basepath}.eot?shfbafa#iefix") format("embedded-opentype"), url("#{$icomoon-font-basepath}.woff?shfbafa") format("woff"), url("#{$icomoon-font-basepath}.ttf?shfbafa") format("truetype"), url("#{$icomoon-font-basepath}.svg?shfbafa#icomoon") format("svg");
  font-display: swap;
}

// https://static.nnnow.com/fonts/icomoon


i {
  font-family: icomoon;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**
 * Icomoon Variables
 */

$icomoon-payment_method: "\e924";
$icomoon-sand_loader: "\e925";
$icomoon-notification: "\e922";
$icomoon-payable-amount: "\e921";
$icomoon-loyalty_burn: "\e917";
$icomoon-loyalty_downgrade: "\e918";
$icomoon-loyalty_earn: "\e919";
$icomoon-loyalty_notify: "\e91b";
$icomoon-loyalty_upgrade: "\e91c";
$icomoon-call-us: "\e91f";
$icomoon-email-us: "\e91d";
$icomoon-faqs: "\e91e";
$icomoon-delivery-truck: "\e915";
$icomoon-return: "\e916";
$icomoon-shape-1270: "\e914";
$icomoon-my-account: "\e911";
$icomoon-payment-methods: "\e912";
$icomoon-my-address-copy: "\e913";
$icomoon-sephora_arrow_right: "\e90b";
$icomoon-sephora_arrow_left: "\e90d";
$icomoon-sephora_triangle: "\e90e";
$icomoon-ruler-black: "\e909";
$icomoon-loyalty_main: "\e923";
$icomoon-delivery-web: "\e926";
$icomoon-get-app: "\e920";
$icomoon-heart-o: "\e907";
$icomoon-person1: "\e905";
$icomoon-bag1: "\e904";
$icomoon-search3: "\e906";
$icomoon-marker3: "\e910";
$icomoon-shop-store: "\e90a";
$icomoon-get-direction: "\e90c";
$icomoon-arrow_right1: "\e908";
$icomoon-swatch: "\e903";
$icomoon-person: "\e600";
$icomoon-marker: "\e601";
$icomoon-bag: "\e602";
$icomoon-pricetag: "\e803";
$icomoon-nnnow_logo: "\e900";
$icomoon-copy: "\e901";
$icomoon-envelop: "\e945";
$icomoon-marker2: "\e949";
$icomoon-search2: "\e986";
$icomoon-heart2: "\e9da";
$icomoon-circle-up: "\ea41";
$icomoon-circle-right: "\ea42";
$icomoon-circle-down: "\ea43";
$icomoon-circle-left: "\ea44";
$icomoon-share: "\ea82";
$icomoon-facebook: "\ea90";
$icomoon-instagram: "\ea92";
$icomoon-whatsapp: "\ea93";
$icomoon-twitter: "\f099";
$icomoon-arrow_left: "\f104";
$icomoon-arrow_right: "\f105";
$icomoon-arrow_top: "\f106";
$icomoon-arrow_bottom: "\f107";
$icomoon-search: "\f002";
$icomoon-heart: "\f004";
$icomoon-star: "\f005";
$icomoon-user: "\f007";
$icomoon-th-large: "\f009";
$icomoon-check: "\f00c";
$icomoon-list: "\f03a";
$icomoon-info-circle: "\f05a";
$icomoon-eye: "\f06e";
$icomoon-eye-slash: "\f070";
$icomoon-exclamation-triangle: "\f071";
$icomoon-warning: "\f071";
$icomoon-sign-out: "\f08b";
$icomoon-phone: "\f095";
$icomoon-filter: "\f0b0";
$icomoon-square: "\f0c8";
$icomoon-menu: "\f0c9";
$icomoon-money: "\f0d6";
$icomoon-rotate-left: "\f0e2";
$icomoon-undo: "\f0e2";
$icomoon-info: "\f129";
$icomoon-inr: "\f156";
$icomoon-rupee: "\f156";
$icomoon-birthday-cake: "\f1fd";
$icomoon-street-view: "\f21d";
$icomoon-pinterest: "\f231";
$icomoon-shopping-bag: "\f290";
$icomoon-home: "\e90f";
$icomoon-credit-card: "\e93f";
$icomoon-history: "\e94d";
$icomoon-clock: "\e94e";
$icomoon-calendar: "\e953";
$icomoon-mobile: "\e958";
$icomoon-spinner2: "\e97b";
$icomoon-smile: "\e9e1";
$icomoon-sad: "\e9e5";
$icomoon-play2: "\ea15";
$icomoon-radio-checked: "\ea54";
$icomoon-radio-unchecked: "\ea56";
$icomoon-linkedin: "\eaca";

/**
 * Variables not in icomoon
 */

$icomoon-plus: "+";
$icomoon-minus: "-";

.icomoon-plus {
  &::before {
    content: $icomoon-plus;
  }
}

.icomoon-minus {
  &::before {
    content: $icomoon-minus;
  }
}

/**
 * Styles
 */

/* stylelint-disable */
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-payment_method {
  &:before {
    content: $icomoon-payment_method; 
  }
}
.icomoon-sand_loader {
  &:before {
    content: $icomoon-sand_loader; 
  }
}
.icomoon-notification {
  &:before {
    content: $icomoon-notification; 
  }
}
.icomoon-payable-amount {
  &:before {
    content: $icomoon-payable-amount; 
  }
}
.icomoon-loyalty_burn {
  &:before {
    content: $icomoon-loyalty_burn; 
  }
}
.icomoon-loyalty_downgrade {
  &:before {
    content: $icomoon-loyalty_downgrade; 
  }
}
.icomoon-loyalty_earn {
  &:before {
    content: $icomoon-loyalty_earn; 
  }
}
.icomoon-loyalty_notify {
  &:before {
    content: $icomoon-loyalty_notify; 
  }
}
.icomoon-loyalty_upgrade {
  &:before {
    content: $icomoon-loyalty_upgrade; 
  }
}
.icomoon-call-us {
  &:before {
    content: $icomoon-call-us; 
  }
}
.icomoon-email-us {
  &:before {
    content: $icomoon-email-us; 
  }
}
.icomoon-faqs {
  &:before {
    content: $icomoon-faqs; 
  }
}
.icomoon-delivery-truck {
  &:before {
    content: $icomoon-delivery-truck; 
  }
}
.icomoon-return {
  &:before {
    content: $icomoon-return;     
    color: #4d4948;
  }
}
.icomoon-shape-1270 {
  &:before {
    content: $icomoon-shape-1270; 
  }
}
.icomoon-my-account {
  &:before {
    content: $icomoon-my-account; 
  }
}
.icomoon-payment-methods {
  &:before {
    content: $icomoon-payment-methods; 
  }
}
.icomoon-my-address-copy {
  &:before {
    content: $icomoon-my-address-copy; 
  }
}
.icomoon-sephora_arrow_right {
  &:before {
    content: $icomoon-sephora_arrow_right; 
  }
}
.icomoon-sephora_arrow_left {
  &:before {
    content: $icomoon-sephora_arrow_left; 
  }
}
.icomoon-sephora_triangle {
  &:before {
    content: $icomoon-sephora_triangle; 
  }
}
.icomoon-ruler-black {
  &:before {
    content: $icomoon-ruler-black; 
  }
}
.icomoon-loyalty_main {
  &:before {
    content: $icomoon-loyalty_main; 
  }
}
.icomoon-delivery-web {
  &:before {
    content: $icomoon-delivery-web; 
  }
}
.icomoon-get-app {
  &:before {
    content: $icomoon-get-app; 
  }
}
.icomoon-heart-o {
  &:before {
    content: $icomoon-heart-o; 
  }
}
.icomoon-person1 {
  &:before {
    content: $icomoon-person1; 
  }
}
.icomoon-bag1 {
  &:before {
    content: $icomoon-bag1; 
  }
}
.icomoon-search3 {
  &:before {
    content: $icomoon-search3; 
  }
}
.icomoon-marker3 {
  &:before {
    content: $icomoon-marker3; 
  }
}
.icomoon-shop-store {
  &:before {
    content: $icomoon-shop-store; 
  }
}
.icomoon-get-direction {
  &:before {
    content: $icomoon-get-direction; 
  }
}
.icomoon-arrow_right1 {
  &:before {
    content: $icomoon-arrow_right1; 
  }
}
.icomoon-swatch {
  &:before {
    content: $icomoon-swatch; 
  }
}
.icomoon-person {
  &:before {
    content: $icomoon-person; 
  }
}
.icomoon-marker {
  &:before {
    content: $icomoon-marker; 
  }
}
.icomoon-bag {
  &:before {
    content: $icomoon-bag; 
  }
}
.icomoon-pricetag {
  &:before {
    content: $icomoon-pricetag; 
  }
}
.icomoon-nnnow_logo {
  &:before {
    content: $icomoon-nnnow_logo; 
  }
}
.icomoon-copy {
  &:before {
    content: $icomoon-copy; 
  }
}
.icomoon-envelop {
  &:before {
    content: $icomoon-envelop; 
  }
}
.icomoon-marker2 {
  &:before {
    content: $icomoon-marker2; 
  }
}
.icomoon-search2 {
  &:before {
    content: $icomoon-search2; 
  }
}
.icomoon-heart2 {
  &:before {
    content: $icomoon-heart2; 
  }
}
.icomoon-circle-up {
  &:before {
    content: $icomoon-circle-up; 
  }
}
.icomoon-circle-right {
  &:before {
    content: $icomoon-circle-right; 
  }
}
.icomoon-circle-down {
  &:before {
    content: $icomoon-circle-down; 
  }
}
.icomoon-circle-left {
  &:before {
    content: $icomoon-circle-left; 
  }
}
.icomoon-share {
  &:before {
    content: $icomoon-share; 
  }
}
.icomoon-facebook {
  &:before {
    content: $icomoon-facebook; 
  }
}
.icomoon-instagram {
  &:before {
    content: $icomoon-instagram; 
  }
}
.icomoon-whatsapp {
  &:before {
    content: $icomoon-whatsapp; 
  }
}
.icomoon-twitter {
  &:before {
    content: $icomoon-twitter; 
  }
}
.icomoon-arrow_left {
  &:before {
    content: $icomoon-arrow_left; 
  }
}
.icomoon-arrow_right {
  &:before {
    content: $icomoon-arrow_right; 
  }
}
.icomoon-arrow_top {
  &:before {
    content: $icomoon-arrow_top; 
  }
}
.icomoon-arrow_bottom {
  &:before {
    content: $icomoon-arrow_bottom; 
  }
}
.icomoon-search {
  &:before {
    content: $icomoon-search; 
  }
}
.icomoon-heart {
  &:before {
    content: $icomoon-heart; 
  }
}
.icomoon-star {
  &:before {
    content: $icomoon-star; 
  }
}
.icomoon-user {
  &:before {
    content: $icomoon-user; 
  }
}
.icomoon-th-large {
  &:before {
    content: $icomoon-th-large; 
  }
}
.icomoon-check {
  &:before {
    content: $icomoon-check; 
  }
}
.icomoon-list {
  &:before {
    content: $icomoon-list; 
  }
}
.icomoon-info-circle {
  &:before {
    content: $icomoon-info-circle; 
  }
}
.icomoon-eye {
  &:before {
    content: $icomoon-eye; 
  }
}
.icomoon-eye-slash {
  &:before {
    content: $icomoon-eye-slash; 
  }
}
.icomoon-exclamation-triangle {
  &:before {
    content: $icomoon-exclamation-triangle; 
  }
}
.icomoon-warning {
  &:before {
    content: $icomoon-warning; 
  }
}
.icomoon-sign-out {
  &:before {
    content: $icomoon-sign-out; 
  }
}
.icomoon-phone {
  &:before {
    content: $icomoon-phone; 
  }
}
.icomoon-filter {
  &:before {
    content: $icomoon-filter; 
  }
}
.icomoon-square {
  &:before {
    content: $icomoon-square; 
  }
}
.icomoon-menu {
  &:before {
    content: $icomoon-menu; 
  }
}
.icomoon-money {
  &:before {
    content: $icomoon-money; 
  }
}
.icomoon-rotate-left {
  &:before {
    content: $icomoon-rotate-left; 
  }
}
.icomoon-undo {
  &:before {
    content: $icomoon-undo; 
  }
}
.icomoon-info {
  &:before {
    content: $icomoon-info; 
  }
}
.icomoon-inr {
  &:before {
    content: $icomoon-inr; 
  }
}
.icomoon-rupee {
  &:before {
    content: $icomoon-rupee; 
  }
}
.icomoon-birthday-cake {
  &:before {
    content: $icomoon-birthday-cake; 
  }
}
.icomoon-street-view {
  &:before {
    content: $icomoon-street-view; 
  }
}
.icomoon-pinterest {
  &:before {
    content: $icomoon-pinterest; 
  }
}
.icomoon-shopping-bag {
  &:before {
    content: $icomoon-shopping-bag; 
  }
}
.icomoon-home {
  &:before {
    content: $icomoon-home; 
  }
}
.icomoon-credit-card {
  &:before {
    content: $icomoon-credit-card; 
  }
}
.icomoon-history {
  &:before {
    content: $icomoon-history; 
  }
}
.icomoon-clock {
  &:before {
    content: $icomoon-clock; 
  }
}
.icomoon-calendar {
  &:before {
    content: $icomoon-calendar; 
  }
}
.icomoon-mobile {
  &:before {
    content: $icomoon-mobile; 
  }
}
.icomoon-spinner2 {
  &:before {
    content: $icomoon-spinner2; 
  }
}
.icomoon-smile {
  &:before {
    content: $icomoon-smile; 
  }
}
.icomoon-sad {
  &:before {
    content: $icomoon-sad; 
  }
}
.icomoon-play2 {
  &:before {
    content: $icomoon-play2; 
  }
}
.icomoon-radio-checked {
  &:before {
    content: $icomoon-radio-checked; 
  }
}
.icomoon-radio-unchecked {
  &:before {
    content: $icomoon-radio-unchecked; 
  }
}
.icomoon-linkedin {
  &:before {
    content: $icomoon-linkedin; 
  }
}
