@font-face {
  font-family: "font-icons-mi0v2";
  src: url("../../assets/generated-font/font-icons-mi0v2.eot");
  src: url("../../assets/generated-font/font-icons-mi0v2.eot#iefix") format("eot"), url("../../assets/generated-font/font-icons-mi0v2.woff") format("woff"), url("../../assets/generated-font/font-icons-mi0v2.ttf") format("truetype"), url("../../assets/generated-font/font-icons-mi0v2.svg") format("svg");
}
/* line 10, generated-font/_font-icons.scss */
.icon:before {
  font-family: "font-icons-mi0v2";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}

/* line 23, generated-font/_font-icons.scss */
.icon-menu-caret-next:before {
  content: "\E001";
}

/* line 27, generated-font/_font-icons.scss */
.icon-menu-caret:before {
  content: "\E002";
}

@-webkit-keyframes rotate {
  0% {
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  50% {
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  50% {
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  50% {
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes rotate {
  0% {
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  50% {
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
/* line 3, ../../client/scss/app.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 7, ../../client/scss/scss-lint-ignore.scss */
[data-app-mode=ribbon] #IntercomDefaultWidget {
  display: none !important;
}

/* line 14, ../../client/scss/scss-lint-ignore.scss */
[ng-controller=ApiCtrl] .headline,
[ng-controller=ApiCtrl] .methodTitle,
[ng-controller=ApiCtrl] .subTitle {
  font-size: 24px;
  font-weight: bold;
  margin: 5px 0;
}
/* line 22, ../../client/scss/scss-lint-ignore.scss */
[ng-controller=ApiCtrl] .methodTitle {
  margin: 20px 0 5px 0;
}
/* line 26, ../../client/scss/scss-lint-ignore.scss */
[ng-controller=ApiCtrl] .subTitle {
  font-size: 18px;
}
/* line 30, ../../client/scss/scss-lint-ignore.scss */
[ng-controller=ApiCtrl] .paramName {
  font-weight: bold;
  padding-right: 20px;
  line-height: 20px;
  vertical-align: top;
}
/* line 37, ../../client/scss/scss-lint-ignore.scss */
[ng-controller=ApiCtrl] .paramList {
  padding: 20px;
}

/* line 1, ../../client/app/modules/widget/widget.scss */
body {
  background-color: transparent;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

/* line 7, ../../client/app/modules/widget/widget.scss */
.tools-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
/* line 14, ../../client/app/modules/widget/widget.scss */
.tools-container * {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 18, ../../client/app/modules/widget/widget.scss */
.tools-container .content-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
}
@media (max-width: 567px) {
  /* line 18, ../../client/app/modules/widget/widget.scss */
  .tools-container .content-container {
    left: 0;
  }
}
/* line 28, ../../client/app/modules/widget/widget.scss */
.tools-container .no-results {
  white-space: normal;
}
/* line 32, ../../client/app/modules/widget/widget.scss */
.tools-container .shop-my-post-widget-span {
  display: inline;
}
/* line 36, ../../client/app/modules/widget/widget.scss */
.tools-container .boutique-widget-span {
  display: inline-block;
}
/* line 40, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  padding: 20px;
  left: 0;
}
/* line 47, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .previous-page {
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: 0;
}
/* line 52, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .next-page {
  right: 0;
}
/* line 56, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .previous-page,
.tools-container .widget-preview .next-page {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 3em;
  margin-top: -0.75em;
  z-index: 1;
}
/* line 67, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .previous-page.disabled,
.tools-container .widget-preview .next-page.disabled {
  cursor: auto;
  opacity: 0.1;
}
/* line 73, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .widget-wrapper {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
/* line 86, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .widget-wrapper .icon-menu-caret {
  color: #bababa;
  font-size: .5em;
}
/* line 91, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .widget-wrapper .widget-container {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  overflow: hidden;
  position: relative;
  margin: auto;
}
/* line 98, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .widget-wrapper .widget-container .widget-page {
  position: relative;
  margin: auto;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 567px) {
  /* line 40, ../../client/app/modules/widget/widget.scss */
  .tools-container .widget-preview {
    left: 0;
  }
}
/* line 112, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview.shop-my-post, .tools-container .widget-preview.lookbook {
  white-space: nowrap;
}
/* line 116, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview.shop-my-post .widget-image, .tools-container .widget-preview.lookbook .widget-image {
  float: none;
}
/* line 121, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .widget-image {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #fff;
  margin: 5px;
  overflow: hidden;
}
/* line 129, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .widget-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  background-color: transparent;
  border: 0;
}
/* line 138, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .widget-image .details {
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #999999;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 150, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .widget-image .details .brand-name {
  display: inline;
  font-weight: normal;
}
/* line 155, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .widget-image .details .price {
  margin-left: 5px;
  display: inline;
  font-weight: normal;
  color: #323234;
}
/* line 162, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .widget-image .details .old-price {
  color: #848484;
  text-decoration: line-through;
}
/* line 168, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .widget-image .image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 172, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .widget-image[data-show-price=true][data-show-on-hover=false] .image-container, .tools-container .widget-preview .widget-image[data-show-brand=true][data-show-on-hover=false] .image-container {
  bottom: 35px;
}
/* line 177, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .widget-image[data-show-price=true][data-show-brand=true][data-show-on-hover=false] .image-container {
  bottom: 35px;
}
/* line 182, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .widget-image[data-show-on-hover=true] img {
  max-height: 100% !important;
}
/* line 186, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .widget-image[data-show-on-hover=true] .details {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  bottom: -5px;
  left: 0;
  right: 0;
  opacity: 0;
}
/* line 195, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .widget-image[data-show-on-hover=true] .price {
  color: #fff;
}
/* line 200, ../../client/app/modules/widget/widget.scss */
.tools-container .widget-preview .widget-image[data-show-on-hover=true]:hover .details {
  opacity: 1;
  bottom: 0;
}