.product-miniature {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.product-miniature::after {
  content: "";
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}

.product-miniature .product-title {
  height: 2rem !important;
}

.fa-my-items:before {
  content: "\f0da";
}

.fa-sellitems:before {
  content: "\f2b5";
}

article[class*="Rarity_Common"]:hover {
  -webkit-box-shadow: 0px 0px 15px 2px #afafaf;
  box-shadow: 0px 0px 15px 2px #afafaf;
}

article[class*="Rarity_Uncommon"]:hover {
  -webkit-box-shadow: 0px 0px 15px 2px #6496e1;
  box-shadow: 0px 0px 15px 2px #6496e1;
}

article[class*="Rarity_Rare"]:hover {
  -webkit-box-shadow: 0px 0px 15px 2px #4b69cd;
  box-shadow: 0px 0px 15px 2px #4b69cd;
}

article[class*="Rarity_Mythical"]:hover {
  -webkit-box-shadow: 0px 0px 15px 2px #8847ff;
  box-shadow: 0px 0px 15px 2px #8847ff;
}

article[class*="Rarity_Legendary"]:hover {
  -webkit-box-shadow: 0px 0px 15px 2px #d32ce6;
  box-shadow: 0px 0px 15px 2px #d32ce6;
}

article[class*="Rarity_Ancient"]:hover {
  -webkit-box-shadow: 0px 0px 15px 2px #eb4b4b;
  box-shadow: 0px 0px 15px 2px #eb4b4b;
}

article[class*="Rarity_Immortal"]:hover {
  -webkit-box-shadow: 0px 0px 15px 2px #886a08;
  box-shadow: 0px 0px 15px 2px #886a08;
}

article.selected[class*="Rarity_Common"]:after {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 100px 0px #afafaf;
  box-shadow: inset 0px 0px 100px 0px #afafaf;
}

article.selected[class*="Rarity_Uncommon"]:after {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 100px 0px #6496e1;
  box-shadow: inset 0px 0px 100px 0px #6496e1;
}

article.selected[class*="Rarity_Rare"]:after {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 100px 0px #4b69cd;
  box-shadow: inset 0px 0px 100px 0px #4b69cd;
}

article.selected[class*="Rarity_Mythical"]:after {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 100px 0px #8847ff;
  box-shadow: inset 0px 0px 100px 0px #8847ff;
}

article.selected[class*="Rarity_Legendary"]:after {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 100px 0px #d32ce6;
  box-shadow: inset 0px 0px 100px 0px #d32ce6;
}

article.selected[class*="Rarity_Ancient"]:after {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 100px 0px #eb4b4b;
  box-shadow: inset 0px 0px 100px 0px #eb4b4b;
}

article.selected[class*="Rarity_Immortal"]:after {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 100px 0px #886a08;
  box-shadow: inset 0px 0px 100px 0px #886a08;
}

.thumbnail-container[class*="Rarity_Ancient"] {
  background: url(/img/items_rarity/Ancient/right.png), url(/img/items_rarity/Ancient/left.png), url(/img/items_rarity/Ancient/back_front.png), url(/img/items_rarity/Ancient/back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right, bottom left, bottom;
}

.thumbnail-container[class*="Rarity_Legendary"] {
  background: url(/img/items_rarity/Legendary/right.png), url(/img/items_rarity/Legendary/left.png), url(/img/items_rarity/Legendary/back_front.png), url(/img/items_rarity/Legendary/back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right, bottom left, bottom;
}

.thumbnail-container[class*="Rarity_Common"] {
  background: url(/img/items_rarity/Common/right.png), url(/img/items_rarity/Common/left.png), url(/img/items_rarity/Common/back_front.png), url(/img/items_rarity/Common/back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right, bottom left, bottom;
}

.thumbnail-container[class*="Rarity_ExceedinglyRare"] {
  background: url(/img/items_rarity/ExceedinglyRare/right.png), url(/img/items_rarity/ExceedinglyRare/left.png), url(/img/items_rarity/ExceedinglyRare/back_front.png), url(/img/items_rarity/ExceedinglyRare/back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right, bottom left, bottom;
}

.thumbnail-container[class*="Rarity_Immortal"] {
  background: url(/img/items_rarity/Immortal/right.png), url(/img/items_rarity/Immortal/left.png), url(/img/items_rarity/Immortal/back_front.png), url(/img/items_rarity/Immortal/back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right, bottom left, bottom;
}

.thumbnail-container[class*="Rarity_Mythical"] {
  background: url(/img/items_rarity/Mythical/right.png), url(/img/items_rarity/Mythical/left.png), url(/img/items_rarity/Mythical/back_front.png), url(/img/items_rarity/Mythical/back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right, bottom left, bottom;
}

.thumbnail-container[class*="Rarity_Rare"] {
  background: url(/img/items_rarity/Rare/right.png), url(/img/items_rarity/Rare/left.png), url(/img/items_rarity/Rare/back_front.png), url(/img/items_rarity/Rare/back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right, bottom left, bottom;
}

.thumbnail-container[class*="Rarity_Uncommon"] {
  background: url(/img/items_rarity/Uncommon/right.png), url(/img/items_rarity/Uncommon/left.png), url(/img/items_rarity/Uncommon/back_front.png), url(/img/items_rarity/Uncommon/back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right, bottom left, bottom;
}

.sell-function-bar {
  border-bottom: 1px solid rgba(161, 161, 161, 0.25);
  padding-bottom: 1rem;
}

.sell-function-bar.sell-button {
  float: right;
}

.modal-sell-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.myModalMain {
  height: 95%;
}
/*# sourceMappingURL=skinfair_sell_module_style.css.map */