@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, span, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
  outline: 0 !important;
}

strong {
  font-weight: bold;
  vertical-align: bottom;
}

span {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

input[type="text"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.clear {
  clear: both;
}

.clearspace {
  clear: both;
  height: 20px;
}

a {
  color: #3f99d7;
  text-decoration: none;
}
a:hover {
  color: #005e9f;
}

body {
  min-width: 340px;
  background: #f6f6f6;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.main-content {
  width: 1000px;
  margin: 0 auto;
  font-size: 16px;
}

@media (min-width: 1024px) {

  .main-outer-container {
    min-height: 600px;
  }
}

.nav-content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.user-logged-in li a {
  padding: 0 10px;
}

.filter-check {
  z-index: 1;
  position: absolute;
  top: 14px;
  background: #fff;
  width: 559px;
  padding: 22px 5px 6px 5px;
  left: 0px;
  border-bottom-left-radius: 5px;
  border: 1px solid #ddd;
  border-bottom-right-radius: 5px;
  display: none;
}
.filter-check label {
  color: #666;
  font-size: 14px;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .filter-check {
    width: 319px;
  }
}
@media (max-width: 767px) {

  .filter-check {
    width: 389px;
  }
}
@media (max-width: 479px) {

  .filter-check {
    width: 259px;
  }
}

.has-notice {
  font-weight: bold;
}
.has-notice span {
  border-radius: 20px;
  background: #3f99d7;
  font-size: 12px;
  padding: 0 5px;
}

.user-avatar-small {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 30px;
  border: 2px solid #fff;
  box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.3);
  text-align: center;
  background-position: center;
  background-size: cover;
}
.user-avatar-small a {
  padding: 0 !important;
}

.sell-result {
  background: #e0f0f8;
  border: 1px solid #9dd4f4;
}
.sell-result li {
  font-size: 14px;
  padding: 5px 3px 5px 10px;
  width: 27%;
  display: inline-block;
}

.tabs-box {
  padding-right: 10px;
  text-align: right;
  margin-bottom: 10px;
  border-bottom: 1px solid #bbb;
  margin-top: -27px;
}
@media (max-width: 479px) {

  .tabs-box {
    text-align: center;
    margin-top: 10px;
  }
}

.tab {
  margin-bottom: -1px;
  padding: 6px 50px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 1px solid #bbb;
  display: inline-block;
  background: #eaeaea;
  color: #666;
}
@media (max-width: 767px) {

  .tab {
    padding: 6px 30px;
  }
}
@media (max-width: 479px) {

  .tab {
    padding: 6px 10px;
  }
}
.tab:hover {
  background: #dfeff7;
  border-color: #3f99d7 #3f99d7 #bbbbbb #3f99d7;
}
.tab.active {
  background: #f6f6f6;
  color: #3f99d7;
  border: 1px solid #bbb;
  border-bottom: 1px solid #f6f6f6;
}

.table-row {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 5px;
}
.table-row .history-action {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.history-date {
  text-align: center;
  width: 20%;
  float: right;
}
@media (max-width: 767px) {

  .history-date {
    float: none;
    width: 100%;
    text-align: left;
  }
}

.table-header {
  color: #666;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {

  .table-header .history-date {
    display: none;
  }
}

.hist-title {
  width: 70%;
  display: inline-block;
}
@media (max-width: 767px) {

  .hist-title {
    width: 60%;
  }
}

.hist-change {
  display: inline-block;
  width: 14%;
  text-align: center;
  margin-left: -5px;
}
@media (max-width: 767px) {

  .hist-change {
    width: 20%;
  }
}

.hist-balance {
  margin-left: -5px;
  display: inline-block;
  width: 14%;
  text-align: center;
}
@media (max-width: 767px) {

  .hist-balance {
    width: 20%;
  }
}

.history-action {
  width: 79%;
}
@media (max-width: 767px) {

  .history-action {
    width: 95%;
  }
}

.selected-filters {
  background: #e0f0f8;
  border: 1px solid #9dd4f4;
  border-radius: 5px;
  margin-top: 10px;
}
.selected-filters li {
  background: #fff;
  display: inline-block;
  border: 1px solid #9dd4f4;
  border-radius: 5px;
  margin: 6px 3px;
  color: #666;
  font-size: 14px;
  padding: 2px 8px;
}
.selected-filters .remove-filter {
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(/images/all-sprite.png) no-repeat 0 -274px;
}
.selected-filters .remove-filter:hover {
  background-position: -26px -274px;
}

.promoted-product-box {
  position: relative;
  vertical-align: top;
  margin: 14px 20px;
  padding-bottom: 10px;
  width: 190px;
  min-height: 100px;
  display: inline-block;
  text-align: center;
  z-index: 1;
}
.promoted-ribbon {
  padding-left: 6px;
  font-weight: bold;
  line-height: 29px;
  width: 109px;
  height: 26px;
  font-size: 14px;
  left: 75px;
  top: -15px;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  background: url(/images/recommended-product.png) no-repeat 0 0;
}
.promoted-product-box img {
  margin: 0 auto;
  max-height: 250px;
  max-width: 190px;
  height: auto;
  display: block;
}
.promoted-product-box .product-price {
  font-size: 18px;
}
.promoted-product-box .product-price sup {
  font-size: 10px;
}
.promoted-product-box a {
  display: block;
}

h4 {
  color: #005184;
  font-size: 18px;
}

label {
  display: block;
  font-size: 14px;
  color: #414141;
  margin-top: 10px;
  line-height: 16px;
}

.radio-label {
  display: inline-block;
  margin: 0 !important;
  margin-right: 10px;
}

input[type="text"], input[type="password"] {
  outline: 0;
  border: 1px solid #b6b6b6;
  padding: 6px 8px;
  width: 300px;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, white 0%, #efefef 100%);
  background: -o-linear-gradient(top, white 0%, #efefef 100%);
  background: -ms-linear-gradient(top, white 0%, #efefef 100%);
  background: linear-gradient(to bottom, white 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}

textarea {
  padding: 8px;
  border: 1px solid #b6b6b6;
  background: #feffff;
  background: -moz-linear-gradient(top, #feffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #feffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #feffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #feffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #feffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#f2f2f2',GradientType=0 );
}

.user-nav li {
  display: inline-block;
  list-style: none;
}
.user-nav a {
  display: block;
  line-height: 39px;
  height: 39px;
  color: #fff;
  padding: 0 15px;
  margin-right: 5px;
  font-size: 14px;
}
.user-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.main-pagination a, .main-pagination em, .main-pagination span {
  line-height: 27px;
  min-width: 9px;
  display: inline-block;
  padding: 0px 8px;
  height: 25px;
  border-radius: 20px;
  background: #FFF;
  border: 1px solid #aaa;
  margin: 0 0px;
}
.main-pagination a:hover {
  border-color: #e09206;
}
.main-pagination .current {
  color: #fff;
  font-weight: bold;
  box-shadow: inset 0 -1px 0 #ffb530;
  border: 1px solid #fe9941;
  border-radius: 20px;
  background: #febf5d;
  background: -moz-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #febf5d), color-stop(100%, #ff8420));
  background: -webkit-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: -o-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: -ms-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: linear-gradient(to bottom, #febf5d 0%, #ff8420 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febf5d', endColorstr='#ff8420',GradientType=0 );
}
.main-pagination .page-gap {
  color: #aaa;
}
.main-pagination .icon-page {
  background: url(/images/all-sprite.png) no-repeat 0 0;
}
.main-pagination .left-page {
  background-position: 7px -290px;
}
.main-pagination .left-page:hover {
  background-position: 7px -311px;
}
.main-pagination .right-page {
  background-position: -20px -290px;
}
.main-pagination .right-page:hover {
  background-position: -20px -311px;
}
.main-pagination .last-left-page {
  background-position: 4px -393px;
}
.main-pagination .last-left-page:hover {
  background-position: 4px -414px;
}
.main-pagination .last-right-page {
  background-position: -23px -393px;
}
.main-pagination .last-right-page:hover {
  background-position: -23px -414px;
}

.nav-holder {
  width: 100%;
  font-size: 16px;
}

.user-nav {
  overflow: hidden;
  height: 39px;
  background: #282828;
}

.main-nav {
  height: 110px;
  background: url(/images/bg-top.png) no-repeat top center;
}
@media (max-width: 767px) {

  .main-nav {
    height: 81px;
  }
}

.main-nav-bg {
  background: #f58c28;
  background: -moz-linear-gradient(top, #f58c28 0%, #fed65c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f58c28), color-stop(100%, #fed65c));
  background: -webkit-linear-gradient(top, #f58c28 0%, #fed65c 100%);
  background: -o-linear-gradient(top, #f58c28 0%, #fed65c 100%);
  background: -ms-linear-gradient(top, #f58c28 0%, #fed65c 100%);
  background: linear-gradient(to bottom, #f58c28 0%, #fed65c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f58c28', endColorstr='#fed65c',GradientType=0 );
}

.icon-nav {
  height: 110px;
  position: absolute;
  top: 15px;
  left: 190px;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .icon-nav {
    left: 170px;
  }
}
@media (max-width: 767px) {

  .icon-nav {
    text-align: right;
    width: 120px;
    height: 45px;
    position: absolute;
    top: 24px;
    right: 5px;
    left: auto;
  }
}
.icon-nav .main-link span {
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 auto;
  background: url(/images/menu-sprite.png) no-repeat;
}
.icon-nav .main-link span.start {
  background-position: -2px -10px;
}
.icon-nav .main-link span.books {
  background-position: -84px -8px;
}
.icon-nav .main-link span.films {
  background-position: -177px -8px;
}
.icon-nav .main-link span.music {
  background-position: -274px -8px;
}
.icon-nav .main-link span.games {
  background-position: -371px -8px;
}
.icon-nav .main-link span.other {
  background-position: -456px -8px;
}
.icon-nav .main-link span.exchange {
  background-position: -573px -8px;
}
.icon-nav .main-link span.users {
  background-position: -689px -8px;
}
.icon-nav .main-link span.arrow {
  background-position: -780px -8px;
}
.icon-nav .main-link span.forum {
  background-position: -857px -5px;
}

.icon-nav ul{
    height: 95px;
    overflow: hidden;
}

.icon-nav li {
  display: inline-block;
  list-style: none;
  margin-right: -4px;
}

.icon-nav li a {
  display: block;
  padding: 10px 15px;
  text-align: center;
  color: #474747;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  height: 75px;
}
.icon-nav li a:hover {
  background: -moz-linear-gradient(top, rgba(208, 103, 0, 0) 0%, rgba(208, 103, 0, 0.3) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(208, 103, 0, 0)), color-stop(100%, rgba(208, 103, 0, 0.3)));
  background: -webkit-linear-gradient(top, rgba(208, 103, 0, 0) 0%, rgba(208, 103, 0, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(208, 103, 0, 0) 0%, rgba(208, 103, 0, 0.3) 100%);
  background: -ms-linear-gradient(top, rgba(208, 103, 0, 0) 0%, rgba(208, 103, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(208, 103, 0, 0) 0%, rgba(208, 103, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d06700', endColorstr='#4dd06700',GradientType=0 );
}
@media (max-width: 767px) {

  .icon-nav li a {
    height: 36px;
  }
}

.icon-nav li.selected {
  background: -moz-linear-gradient(top, rgba(208, 103, 0, 0) 0%, rgba(208, 103, 0, 0.3) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(208, 103, 0, 0)), color-stop(100%, rgba(208, 103, 0, 0.3)));
  background: -webkit-linear-gradient(top, rgba(208, 103, 0, 0) 0%, rgba(208, 103, 0, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(208, 103, 0, 0) 0%, rgba(208, 103, 0, 0.3) 100%);
  background: -ms-linear-gradient(top, rgba(208, 103, 0, 0) 0%, rgba(208, 103, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(208, 103, 0, 0) 0%, rgba(208, 103, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d06700', endColorstr='#4dd06700',GradientType=0 );
}
.icon-nav li.selected a {
  background: url(/images/select-tip.png) no-repeat bottom center;
}

.pad-nav {
  position: absolute;
  right: -4px;
  z-index: 3;
  background: #f0b540;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.section {
  font-size: 18px;
  font-weight: bold;
  color: #444;
}

/* footer */
footer {
  background-color: #282828;
  width: 100%;
  color: #9E9E9E;
  margin-top: 30px;
  font-size: 16px;
}
footer a {
  color: #9E9E9E;
}
footer a:hover {
  color: #e09206;
}

.footer-inner-container {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0px;
}

.footer-logo-container {
  width: 210px;
  display: inline-block;
}

footer .copyright {
  font-size: 12px;
  line-height: 30px;
}

/*header*/
.main-logo {
  width: 128px;
  height: 75px;
  background: url(/images/logo.png) no-repeat 0 0;
  display: block;
  float: left;
  margin-top: 6px;
}
@media (max-width: 767px) {

  .main-logo {
    width: 103px;
    height: 68px;
    margin-top: 12px;
    background-size: 90%;
    margin-left: 6px;
  }
}

.expanded {
  height: auto;
  padding-bottom: 10px;
}

.huge-title {
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 100;
  font-size: 34px;
  padding: 30px 0px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.search-area {
  margin: 10px 0px;
  position: relative;
}

.adv-search-link {
  position: absolute;
  margin: -5px 0px 0px 10px;
  top: 50px;
  left: 1px;
  display: inline-block;
}
@media (max-width: 767px) {

  .adv-search-link {
    position: static;
    margin-top: 5px;
    width: 94%;
  }

  .adv-search-link select {
    width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {

  .adv-search-link {
    width: 350px;
  }

  .adv-search-link select {
    width: 100%;
  }
}

.search-area .main-search {
  display: block;
  height: 38px;
  width: 420px;
  float: left;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #D2D2D2;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  outline: 0;
  padding: 0px 30px 0px 10px;
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #efefef 0%, white 100%);
  background: -o-linear-gradient(top, #efefef 0%, white 100%);
  background: -ms-linear-gradient(top, #efefef 0%, white 100%);
  background: linear-gradient(to bottom, #efefef 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
  font-size: 16px;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}

.search-area .search-drop {
  display: block;
  height: 38px;
  width: 110px;
  float: left;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #D2D2D2;
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #efefef 0%, white 100%);
  background: -o-linear-gradient(top, #efefef 0%, white 100%);
  background: -ms-linear-gradient(top, #efefef 0%, white 100%);
  background: linear-gradient(to bottom, #efefef 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
  color: #9a9a9a;
  font-size: 15px;
  line-height: 38px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.search-area .search-drop:hover {
  color: #282828;
}
.search-area .search-drop:hover .drop-arrow {
  background-position: -19px -45px;
}
.search-area .search-drop .drop-arrow {
  top: 15px;
  width: 11px;
  height: 6px;
  display: inline-block;
  position: absolute;
  right: 10px;
  background: url(/images/all-sprite.png) no-repeat 0px -45px;
}

.drop-options {
  display: none;
  padding-bottom: 7px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 10px;
  right: -1px;
  border-style: solid;
  border-color: #d2d2d2;
  border-width: 0px 1px 1px 1px;
  width: 100%;
  line-height: 23px;
  z-index: 8;
  background: #fff;
  position: absolute;
  color: #282828;
}
.drop-options li {
  list-style: none;
}
.drop-options li a {
  display: block;
}

.search-area .search-btn {
  background: #ffca00;
  background: -moz-linear-gradient(top, #ffca00 0%, #ffb400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffca00), color-stop(100%, #ffb400));
  background: -webkit-linear-gradient(top, #ffca00 0%, #ffb400 100%);
  background: -o-linear-gradient(top, #ffca00 0%, #ffb400 100%);
  background: -ms-linear-gradient(top, #ffca00 0%, #ffb400 100%);
  background: linear-gradient(to bottom, #ffca00 0%, #ffb400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffca00', endColorstr='#ffb400',GradientType=0 );
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: block;
  height: 40px;
  width: 70px;
  float: left;
  border: 1px solid #f8972d;
  outline: 0;
  cursor: pointer;
  margin-right: 25px;
}
@media (max-width: 479px) {

  .search-area .search-btn {
    width: 45px;
  }
}

.search-icon {
  background: url(/images/all-sprite.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.big-blue {
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
  width: 318px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  float: left;
  height: 38px;
  line-height: 40px;
  box-shadow: inset 0 -1px 0 #4fb3e2;
  text-shadow: 1px 1px 1px #2d7fcc;
  border: 1px solid #4e9dde;
  font-weight: bold;
  background: #46adda;
  background: -moz-linear-gradient(top, #46adda 0%, #3e96d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #46adda), color-stop(100%, #3e96d7));
  background: -webkit-linear-gradient(top, #46adda 0%, #3e96d7 100%);
  background: -o-linear-gradient(top, #46adda 0%, #3e96d7 100%);
  background: -ms-linear-gradient(top, #46adda 0%, #3e96d7 100%);
  background: linear-gradient(to bottom, #46adda 0%, #3e96d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46adda', endColorstr='#3e96d7',GradientType=0 );
}
.big-blue:hover {
  color: #fff;
  background: #47bbd8;
  background: -moz-linear-gradient(top, #47bbd8 0%, #3ea0d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47bbd8), color-stop(100%, #3ea0d6));
  background: -webkit-linear-gradient(top, #47bbd8 0%, #3ea0d6 100%);
  background: -o-linear-gradient(top, #47bbd8 0%, #3ea0d6 100%);
  background: -ms-linear-gradient(top, #47bbd8 0%, #3ea0d6 100%);
  background: linear-gradient(to bottom, #47bbd8 0%, #3ea0d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47bbd8', endColorstr='#3ea0d6',GradientType=0 );
}

.welcome {
  position: relative;
  width: 100%;
  background: #28a0ce url(/images/welcome-bg.png) no-repeat top center;
  background-size: 100% 100%;
  height: 365px;
  margin-bottom: 21px;
}
@media (max-width: 479px) {

  .welcome {
    background-size: auto auto;
    margin-top: 20px;
  }
}

.welcome-bubbles {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/images/welcome-bubbles.png) no-repeat top center;
  top: 0;
}

.welcome-note {
  padding-top: 45px;
  position: relative;
  z-index: 2;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  font-family: 'Roboto', arial, sans-serif;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.welcome-note h2 {
  font-weight: 100;
  font-size: 28px;
}
@media (max-width: 767px) {

  .welcome-note h2 {
    font-size: 23px;
  }
}
@media (max-width: 479px) {

  .welcome-note h2 {
    font-size: 17px;
  }
}

.welcome-note .more-info {
  display: block;
  color: #fff;
  margin-top: 45px;
  font-weight: 300;
}
@media (max-width: 479px) {

  .welcome-note .more-info {
    margin-top: 20px;
  }
}

.welcome-buttons {
  border: 1px solid #fed260;
  border-radius: 50px;
  background: #febf5d;
  background: -moz-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #febf5d), color-stop(100%, #ff8420));
  background: -webkit-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: -o-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: -ms-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: linear-gradient(to bottom, #febf5d 0%, #ff8420 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febf5d', endColorstr='#ff8420',GradientType=0 );
  width: 512px;
  height: 76px;
  margin: 0 auto;
}
.welcome-buttons a {
  height: 64px;
  padding-top: 12px;
  color: #fff;
  font-size: 14px;
  width: 230px;
  float: left;
  display: block;
}
.welcome-buttons a span {
  font-size: 21px;
  color: #282828;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.welcome-or {
  background: url(/images/or-btn.png) no-repeat 0 0;
  width: 48px;
  height: 76px;
  display: block;
  float: left;
}

.welcome-outline {
  padding-top: 8px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.3);
  width: 530px;
  margin: 0 auto 25px auto;
  height: 86px;
}

.mobile-welcome {
  display: none;
}
@media (max-width: 479px) {

  .mobile-welcome {
    display: block;
  }
}

.mw-outline {
  padding: 4px;
  border-radius: 30px;
  margin: 0 auto 10px auto;
  width: 300px;
  background: rgba(255, 255, 255, 0.3);
}
.mw-outline .big-orange-btn {
  width: 294px;
  text-transform: none;
  font-size: 17px;
  color: #282828;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.mobile-or {
  width: 287px;
  height: 65px;
  background: url(/images/mobile-or.png) no-repeat 0 0;
  margin: 0 auto;
}

@media (max-width: 1023px) and (min-width: 768px) {

  .main-content {
    width: 750px;
  }


  .nav-content {
    width: 750px;
  }


  .search-area .main-search {
    width: 180px;
  }


  .footer-inner-container {
    width: 750px;
  }


  .footer-logo-container {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #222;
  }
}
@media (max-width: 767px) {

  .main-content {
    width: 480px;
  }


  .nav-content {
    width: 480px;
  }


  .search-area .main-search {
    width: 250px;
  }


  .search-area .search-btn {
    margin-right: 0px;
  }


  .big-blue {
    margin-top: 10px;
    margin-left: 70px;
  }


  .huge-title {
    font-size: 26px;
  }


  .welcome-note {
    max-width: 480px;
  }


  .welcome-outline {
    width: 440px;
  }


  .welcome-buttons {
    width: 420px;
  }


  .welcome-buttons a {
    width: 180px;
    font-size: 13px;
  }


  .welcome-buttons a span {
    font-size: 18px;
  }


  .footer-inner-container {
    width: 480px;
    text-align: center;
  }


  .footer-inner-container li {
    text-align: left;
  }


  .footer-logo-container {
    text-align: center;
    width: 90%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #222;
  }


  footer ul {
    margin-bottom: 25px;
  }
}
@media (max-width: 479px) {

  .main-content {
    width: 320px;
  }


  .nav-content {
    width: 320px;
  }


  .search-area .main-search {
    width: 120px;
    font-size: 14px;
  }


  .search-area .search-btn {
    margin-right: 0px;
  }


  .big-blue {
    margin-top: 10px;
    margin-left: 0px;
  }


  .huge-title {
    font-size: 20px;
    padding: 10px 0px;
  }


  .footer-inner-container {
    width: 320px;
  }


  .welcome-outline {
    display: none;
  }
}
@media (max-width: 767px) {

  li.main-link {
    display: none;
  }
}

li.mobile-link {
  width: 40px;
  height: 40px;
  margin-left: 8px;
  background: url(/images/mobile-nav.png) no-repeat;
  display: none;
}
@media (max-width: 767px) {

  li.mobile-link {
    display: inline-block;
  }
}
li.mobile-link.menu-link {
  background-position: -58px 0px;
}
li.mobile-link.home-link {
  background-position: -5px 0px;
}

.mobile-nav {
  background: #282828;
  display: none;
}
.mobile-nav ul {
  text-align: right;
}
@media (max-width: 767px) {

  .mobile-nav ul {
    width: 460px;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {

  .mobile-nav ul {
    width: 300px;
    margin: 0 auto;
  }
}
.mobile-nav ul li {
  list-style: none;
  text-align: right;
  padding-right: 20px;
}
.mobile-nav ul li a {
  padding: 5px 0px;
  display: block;
  color: #fff;
}

footer ul {
  display: inline-block;
  width: 170px;
  list-style: none;
  vertical-align: top;
  border-left: 1px solid #fec754;
  padding: 0 10px;
  min-height: 140px;
}
@media (max-width: 1023px) and (min-width: 768px) {

  footer ul {
    width: 160px;
  }
}
@media (max-width: 479px) {

  footer ul {
    min-height: 0;
  }
}

.menu-expand {
  position: absolute;
  top: 0px;
  right: -30px;
  background: url(/images/all-sprite.png) no-repeat 2px -343px;
  width: 40px;
  height: 39px;
}
@media (max-width: 479px) {

  .menu-expand {
    right: -20px;
  }
}

.expanded .menu-expand {
  background-position: -40px -343px;
}

.logged-nav {
  width: 80%;
  position: relative;
}
@media (max-width: 767px) {

  .logged-nav {
    width: 75%;
  }
}
@media (max-width: 479px) {

  .logged-nav {
    width: calc(100% - 20px);
  }
}

.log-area {
  padding: 50px 0px 120px 0px;
  min-height: 300px;
  font-size: 16px;
  color: #414141;
}
@media (max-width: 767px) {

  .log-area {
    padding: 50px 0px 60px 0px;
  }
}
.log-area input[type="text"], .log-area input[type="password"] {
  width: 80%;
}
.log-area .left-side {
  margin: 10px 0px;
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
@media (max-width: 767px) {

  .log-area .left-side {
    width: 90%;
    margin: 10px auto;
    display: block;
    text-align: center;
  }
}
.log-area .left-side .notice-box {
  width: 80%;
}
.log-area .right-side {
  margin: 10px 0px;
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
@media (min-width: 1024px) {

  .log-area .right-side {
    padding-left: 30px;
    background: url(/images/vert-shadow.png) no-repeat left top;
    background-size: 5px 100%;
  }
}
@media (max-width: 767px) {

  .log-area .right-side {
    width: 90%;
    border-top: 1px dashed #aaa;
    padding-top: 20px;
    margin: 30px auto 10px auto;
    display: block;
    text-align: center;
  }
}
.log-area .big-orange-btn {
  margin: 20px 0px;
  font-size: 15px;
  height: auto;
  line-height: 20px;
  padding: 10px 30px;
}
.log-area .big-orange-btn.points-size {
  padding: 5px 20px;
  margin: 20px 10px;
}
.log-area input.enter-points {
  width: 100px;
  text-align: right;
}
.log-area .for-monitors {
  width: 90%;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .log-area .select {
    width: 260px;
  }
}
@media (min-width: 1024px) {

  .log-area .select {
    width: 350px;
  }
}

.point-mark {
  color: #ff8b25;
  font-weight: bold;
}
.point-mark sup {
  font-size: 12px;
  text-transform: uppercase;
}

#product-slides a {
  float: left;
  min-height: 100px;
  display: block;
}
#product-slides a img {
  display: block;
}

#product_page {
  margin: 10px 0px;
  text-align: center;
}
#product_page img {
  max-width: 70px;
  margin: 0 2px;
  vertical-align: top;
  border: 2px solid transparent;
  padding: 1px;
  cursor: pointer;
}
#product_page img:hover {
  opacity: 0.8;
}
#product_page span.selected img {
  border-color: #e09206;
  opacity: 1;
}
@media (max-width: 767px) {

  #product_page img {
    display: none;
  }

  #product_page span {
    width: 15px;
    display: inline-block;
    height: 15px;
    border-radius: 20px;
    background: #FFF;
    border: 1px solid #aaa;
    margin: 0 2px;
    cursor: pointer;
  }

  #product_page span:hover {
    border-color: #e09206;
  }

  #product_page .selected {
    color: #fff;
    font-weight: bold;
    box-shadow: inset 0 -1px 0 #ffb530;
    border: 1px solid #fe9941;
    background: #febf5d;
    background: -moz-linear-gradient(top, #febf5d 0%, #ff8420 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #febf5d), color-stop(100%, #ff8420));
    background: -webkit-linear-gradient(top, #febf5d 0%, #ff8420 100%);
    background: -o-linear-gradient(top, #febf5d 0%, #ff8420 100%);
    background: -ms-linear-gradient(top, #febf5d 0%, #ff8420 100%);
    background: linear-gradient(to bottom, #febf5d 0%, #ff8420 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febf5d', endColorstr='#ff8420',GradientType=0 );
  }
}

.user-nav li.forum-link {
  display: none;
}
@media (max-width: 767px) {

  .user-nav li.forum-link {
    display: inline-block;
  }
}

.colorbox-page .main-content{
    max-width: 580px;
}
.colorbox-page .static-page{
    padding: 50px 25px;
}
.colorbox-page #cboxLoadedContent{
    background-color: white;
}
.colorbox-page #cboxLoadingOverlay{
    background-color: white;
}
.colorbox-page #cboxLoadingGraphic {
  background: url(/images/spinner.gif) no-repeat center center;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: rgba(54, 54, 54, 0.8);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 36px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
}

#cboxLoadingGraphic {
  background: url(/images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

#cboxPrevious, #cboxNext, #cboxClose {
  outline: 0;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  cursor: pointer;
  text-transform: lowercase;
  line-height: 33px;
  font-size: 33px;
  text-align: center;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 100;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0px;
  top: -40px;
  background: #282828;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #ddd;
  color: #282828;
}

#cboxPrevious {
  right: 80px;
}

#cboxNext {
  right: 40px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxClose:active {
  outline: 0;
}

.incr-amount {
  color: #7eb40e;
}

.decr-amount {
  color: #cc3838;
}

a.red-link {
  color: #cc3838;
}

.about-image {
  text-align: center;
}
.about-image img {
  max-width: 100%;
  height: auto;
}

.for-input {
  font-weight: bold;
  color: #ff8b25;
  margin-left: 5px;
  margin-right: 15px;
}

.point-text {
  font-size: 16px;
  color: #414141;
  font-weight: normal;
  vertical-align: middle;
}

.info-text {
  font-size: 16px;
  color: #414141;
  width: 95%;
  margin: 0 auto;
  display: block;
}
.info-text label {
  display: inline;
  color: #777;
}

.points-price {
  color: #646464;
  font-size: 14px;
  vertical-align: middle;
}

.points-sell-box {
  margin-top: 10px;
}

.right-side .info-text, .left-side .info-text {
  display: inline-block;
  width: 90%;
}

.info-icon {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background: url(/images/all-sprite.png) no-repeat 0px -231px;
}

.static-page {
  padding: 50px 0px 100px 0px;
}
.static-page .big-orange-btn {
  margin: 20px 0px;
  font-size: 15px;
  height: auto;
  line-height: 20px;
  padding: 10px 30px;
}
.static-page .big-orange-btn.points-size {
  padding: 5px 20px;
  margin: 20px 10px;
}

.enlarged-info {
  font-size: 20px;
  font-weight: bold;
}

.settings-section {
  width: 98%;
  margin: 10px auto 20px auto;
  padding-bottom: 15px;
  border-bottom: 1px dashed #aaa;
}
.settings-section .info-text {
  padding-left: 10px;
}
.settings-section.holiday .turn-off-btn {
  display: none;
}
.settings-section.holiday.active .turn-on-btn {
  display: none;
}
.settings-section.holiday.active .turn-off-btn {
  display: inline-block;
}
.settings-section.holiday.active .info-text {
  color: #7eb40e;
}

.settings-column-left {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}

.settings-column-right {
  vertical-align: top;
  width: 29%;
  display: inline-block;
  text-align: right;
}

.facebook-login {
  margin-top: 15px;
  padding: 4px 28px 4px 18px;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  height: 30px;
  line-height: 33px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 0 #4d6ebc;
  border: 1px solid #2d4895;
  font-weight: bold;
  cursor: pointer;
  background: #4864b4;
  background: -moz-linear-gradient(top, #4864b4 0%, #3c56a3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4864b4), color-stop(100%, #3c56a3));
  background: -webkit-linear-gradient(top, #4864b4 0%, #3c56a3 100%);
  background: -o-linear-gradient(top, #4864b4 0%, #3c56a3 100%);
  background: -ms-linear-gradient(top, #4864b4 0%, #3c56a3 100%);
  background: linear-gradient(to bottom, #4864b4 0%, #3c56a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4864b4', endColorstr='#3c56a3',GradientType=0 );
}
.facebook-login:hover {
  color: #bdd1ff;
}
.facebook-login .fb-icon {
  margin-right: 10px;
  display: inline-block;
  width: 26px;
  height: 34px;
  background: url(/images/all-sprite.png) no-repeat -1px -183px;
}

.aux-log {
  margin-top: 100px;
}

.top-dot {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #f6f6f6;
  position: absolute;
  margin-left: -23px;
  left: 50%;
  top: -20px;
}

.bot-dot {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #28a0ce;
  position: absolute;
  margin-left: -23px;
  left: 50%;
  bottom: -20px;
}

.title, .title a {
  color: #005184;
  font-weight: bold;
  font-size: 23px;
  font-family: 'Roboto', arial, sans-serif;
}
.title sup, .title a sup {
  color: #666;
  font-weight: normal;
  font-size: 14px;
}

@media (max-width: 767px) {

  h2.title.with-tabs {
    width: 200px;
  }
}
@media (max-width: 479px) {

  h2.title.with-tabs {
    width: 100%;
  }
}
h2.title a {
  vertical-align: top;
}

.single-message h2.title a {
  text-decoration: underline;
}

.nav-placeholder {
  font-size: 0;
  display: block;
}

.desktop-nav .whole-nav{
  top: 0px;
  position: fixed;
  width: 100%;
  z-index: 800;
}
.fix-nav .main-logo {
  margin-top: 5px;
  background-size: auto 50px;
}

.fix-nav .main-nav {
  height: 60px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.fix-nav .fb-finta {
  display: none;
}

.fix-nav .sep {
  height: 60px;
}

.fix-nav .icon-nav {
  height: 60px;
  top: 0px;
}

.fix-nav .icon-nav li {
  vertical-align: top;
}

.fix-nav .icon-nav a {
  font-size: 0;
  height: 50px;
  overflow: hidden;
  padding: 10px 15px 0px 15px;
}

.fix-nav .icon-nav li.selected a {
  background-size: 13px auto;
}

.partnership {
  position: relative;
  width: 100%;
  background: url(/images/partnership-bg.png) no-repeat top center;
  background-size: 100% 100%;
  min-height: 365px;
  padding-bottom: 20px;
  margin-bottom: 21px;
  margin-top: 20px;
}
.partnership img {
  max-width: 100%;
  height: auto;
}
.partnership .bot-dot {
  background: #6FC8BE;
}
.partnership h3 {
  font-size: 30px;
  padding: 20px 0px;
  font-weight: 300;
}
.partnership .partnership-note {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  font-family: 'Roboto', arial, sans-serif;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023px) and (min-width: 768px) {

  .partnership .partnership-note {
    width: 750px;
  }
}
@media (max-width: 767px) {

  .partnership .partnership-note {
    width: 480px;
  }
}
@media (max-width: 479px) {

  .partnership .partnership-note {
    width: 320px;
  }
}
.partnership .partnership-explain {
  font-size: 14px;
  line-height: 22px;
  padding: 0px 10px;
}

li.right-links {
  float: right;
}
@media (max-width: 767px) {

  li.right-links {
    display: none;
  }
}

.fb-finta {
  position: absolute;
  top: 80px;
}
@media (max-width: 767px) {

  .fb-finta {
    top: 28px;
    left: 110px;
  }
}

.aux-links {
  display: inline-block;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .aux-links {
    display: none;
  }
}
@media (max-width: 767px) {

  .aux-links {
    display: none;
  }
}

.arrow-links {
  display: none;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .arrow-links {
    display: inline-block;
  }
  
  .arrow-link.expanded-arrow{
      background: #f0b540;
  }
}

@media (max-width: 767px) {

  .split-menu {
    display: inline-block;
    width: 180px;
  }
}
@media (max-width: 479px) {

  .split-menu {
    display: block;
    width: auto;
  }
}

.sep {
  vertical-align: top;
  height: 80px;
  width: 1px;
  display: inline-block;
  background: rgba(191, 87, 10, 0.3);
  border-left: 1px solid rgba(255, 213, 87, 0.9);
}

.product-holder {
  width: 950px;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .product-holder {
    width: 750px;
  }
}
@media (max-width: 767px) {

  .product-holder {
    width: 480px;
  }
}
@media (max-width: 479px) {

  .product-holder {
    width: 320px;
  }
}

.single-product-box {
  position: relative;
  vertical-align: top;
  margin: 0px;
  padding-bottom: 10px;
  width: 155px;
  min-height: 100px;
  display: inline-block;
  text-align: center;
}
.single-product-box img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.single-product-box .product-price {
  font-size: 18px;
}
.single-product-box .product-price sup {
  font-size: 10px;
}
.single-product-box a {
  display: block;
}

.all-product-list .single-product-box {
  padding-bottom: 50px;
}

.single-product-box {
  margin: 0 15px;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .single-product-box {
    margin: 0 12px;
  }
}
@media (max-width: 767px) {

  .single-product-box {
    margin: 0 0px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {

  .limit-for-mobile .single-product-box:nth-child(5) {
    display: none;
  }
}
@media (max-width: 767px) {

  .limit-for-mobile .single-product-box:nth-child(4) {
    display: none;
  }

  .limit-for-mobile .single-product-box:nth-child(5) {
    display: none;
  }
}
@media (max-width: 479px) {

  .limit-for-mobile .single-product-box:nth-child(3) {
    display: none;
  }

  .limit-for-mobile .single-product-box:nth-child(4) {
    display: none;
  }

  .limit-for-mobile .single-product-box:nth-child(5) {
    display: none;
  }
}

.pp-price {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  vertical-align: middle;
  padding-left: 6px;
  margin-left: 3px;
  border-left: 1px dashed #999;
}

.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.product-title, a.product-title {
  color: #005184;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  line-height: 19px;
  max-height: 40px;
}

.observed {
  border: 1px solid #ddd;
  height: 22px;
  padding-top: 1px;
  line-height: 24px;
  font-size: 13px;
  border-radius: 20px;
  color: #666;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  padding-left: 23px;
  padding-right: 6px;
  background: white url(/images/all-sprite.png) no-repeat 5px -52px;
}
.observed.active, .observed:hover {
  background-position: 5px -72px;
}

.trusted-user {
  display: none;
}
.trusted-user.active {
  left: 3px;
  top: -64px;
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  z-index: 3;
  background: url(/images/all-sprite.png) no-repeat 2px -98px;
}

.trusted-user-inline {
  display: none;
}
.trusted-user-inline.active {
  display: block;
  color: #7eb40e;
}
.trusted-user-inline.active .trust-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/images/tick-green-icon.png) no-repeat 0px 1px;
}

.unverfied-user-inline {
  display: none;
}
.unverfied-user-inline.active {
  display: block;
  color: #cc3838;
}
.unverfied-user-inline.active .trust-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/images/tick-cross-sprite.png) no-repeat 0px -53px;
}

.product-author {
  font-size: 13px;
  color: #666;
  font-style: italic;
  margin-top: 0px;
  display: block;
}

a.small {
  color: #3f99d7;
  text-decoration: underline;
  font-size: 13px;
}

.product-sale {
  color: #bf1a1a;
  line-height: 39px;
  font-size: 14px;
}
.product-sale .sale-icon {
  color: #fff;
  font-size: 11px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/images/sale-icon.png) 0 0 no-repeat;
  text-align: center;
  line-height: 43px;
}
.product-sale .sale-time {
  font-weight: bold;
}
.product-sale .sale-time-description {
  color: #5f5f5f;
}
.product-sale .sale-time-description a:after{
    content: 'Szczegóły dot. rabatów »'
}
@media (max-width: 479px) {

  .product-sale .sale-time-description a:after {
    content: 'Szczegóły »'
  }
}

/* product condition bar */
.condition-bar-outer {
  display: inline-block;
  height: 10px;
  width: 88px;
  border-radius: 60px;
  border: 1px solid #dedede;
  overflow: hidden;
}
.condition-bar-outer .condition-bar-inner {
  height: 100%;
}
.condition-bar-outer .condition-bar-inner .condition-bar-levels {
  width: 80px;
  height: 100%;
  background: url(/images/condition-bar-levels.png);
}
.condition-bar-outer .condition-bar-inner.cond-great {
  background: #5eb20f;
  background: -moz-linear-gradient(top, #86cb00 0%, #5eb20f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86cb00), color-stop(100%, #5eb20f));
  background: -webkit-linear-gradient(top, #86cb00 0%, #5eb20f 100%);
  background: -o-linear-gradient(top, #86cb00 0%, #5eb20f 100%);
  background: -ms-linear-gradient(top, #86cb00 0%, #5eb20f 100%);
  background: linear-gradient(to bottom, #86cb00 0%, #5eb20f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-start', endColorstr='$color-end',GradientType=0 );
  width: 88px;
}
.condition-bar-outer .condition-bar-inner.cond-good {
  background: #79b20f;
  background: -moz-linear-gradient(top, #accb00 0%, #79b20f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #accb00), color-stop(100%, #79b20f));
  background: -webkit-linear-gradient(top, #accb00 0%, #79b20f 100%);
  background: -o-linear-gradient(top, #accb00 0%, #79b20f 100%);
  background: -ms-linear-gradient(top, #accb00 0%, #79b20f 100%);
  background: linear-gradient(to bottom, #accb00 0%, #79b20f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-start', endColorstr='$color-end',GradientType=0 );
  width: 66px;
}
.condition-bar-outer .condition-bar-inner.cond-moderate {
  background: #d3a000;
  background: -moz-linear-gradient(top, #e6c300 0%, #d3a000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6c300), color-stop(100%, #d3a000));
  background: -webkit-linear-gradient(top, #e6c300 0%, #d3a000 100%);
  background: -o-linear-gradient(top, #e6c300 0%, #d3a000 100%);
  background: -ms-linear-gradient(top, #e6c300 0%, #d3a000 100%);
  background: linear-gradient(to bottom, #e6c300 0%, #d3a000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-start', endColorstr='$color-end',GradientType=0 );
  width: 44px;
}
.condition-bar-outer .condition-bar-inner.cond-bad {
  background: #d26800;
  background: -moz-linear-gradient(top, #e6a200 0%, #d26800 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6a200), color-stop(100%, #d26800));
  background: -webkit-linear-gradient(top, #e6a200 0%, #d26800 100%);
  background: -o-linear-gradient(top, #e6a200 0%, #d26800 100%);
  background: -ms-linear-gradient(top, #e6a200 0%, #d26800 100%);
  background: linear-gradient(to bottom, #e6a200 0%, #d26800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-start', endColorstr='$color-end',GradientType=0 );
  width: 22px;
}

.condition-descr {
  display: inline-block;
}
@media (max-width: 479px) {

  .condition-descr {
    display: block;
  }
}

.bad-condition {
  color: #e09206;
}

.moderate-condition {
  color: #bda600;
}

.good-condition {
  color: #7eb40e;
}

.product-price {
  color: #ff8b25;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}
.product-price sup {
  font-size: 12px;
  text-transform: uppercase;
}
.product-price .money-price {
  color: #666666;
  font-size: 19px;
  font-weight: normal;
  line-height: 31px;
}
.product-price .price-devider {
  width: 2px;
  border-left: 1px dashed #a7a7a7;
  display: inline-block;
  height: 16px;
  margin-bottom: 10px;
}

ul.product-details {
  list-style: none;
  font-size: 14px;
}
ul.product-details .detail-label {
  color: #929292;
}

.arrow-bottom {
  background: url(/images/color-icons.png) no-repeat 0 0;
  display: inline-block;
  width: 10px;
  height: 17px;
}

.product-date {
  margin: 15px 0;
}

.big-orange-btn {
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  height: 30px;
  line-height: 33px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 0 #ffb530;
  border: 1px solid #fe9941;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  outline: 0;
  background: #febf5d;
  background: -moz-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #febf5d), color-stop(100%, #ff8420));
  background: -webkit-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: -o-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: -ms-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: linear-gradient(to bottom, #febf5d 0%, #ff8420 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febf5d', endColorstr='#ff8420',GradientType=0 );
}
.big-orange-btn a {
  color: #fff;
}
.big-orange-btn a:hover {
  color: #F8F8F8;
}
.big-orange-btn:hover {
  color: #F8F8F8;
  background: #fcd25d;
  background: -moz-linear-gradient(top, #fcd25d 0%, #ff8821 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcd25d), color-stop(100%, #ff8821));
  background: -webkit-linear-gradient(top, #fcd25d 0%, #ff8821 100%);
  background: -o-linear-gradient(top, #fcd25d 0%, #ff8821 100%);
  background: -ms-linear-gradient(top, #fcd25d 0%, #ff8821 100%);
  background: linear-gradient(to bottom, #fcd25d 0%, #ff8821 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcd25d', endColorstr='#ff8821',GradientType=0 );
}

.offer-price-btn {
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  color: #f9972d;
  text-transform: uppercase;
  height: 30px;
  line-height: 33px;
  border: 1px solid #fe9941;
  font-weight: bold;
  cursor: pointer;
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #efefef 0%, white 100%);
  background: -o-linear-gradient(top, #efefef 0%, white 100%);
  background: -ms-linear-gradient(top, #efefef 0%, white 100%);
  background: linear-gradient(to bottom, #efefef 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
}
.offer-price-btn:hover {
  background: #ffefc6;
  color: #e09206;
}

.blue-border-btn {
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  color: #3f99d7;
  text-transform: uppercase;
  height: 30px;
  line-height: 33px;
  border: 1px solid #3f99d7;
  font-weight: bold;
  cursor: pointer;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, white 0%, #efefef 100%);
  background: -o-linear-gradient(top, white 0%, #efefef 100%);
  background: -ms-linear-gradient(top, white 0%, #efefef 100%);
  background: linear-gradient(to bottom, white 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}

.user-avatar {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 60px;
  border: 5px solid #fff;
  box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.3);
  text-align: center;
  background-position: center;
  background-size: cover;
}
.user-avatar.friend{
    border: 5px solid #7eb40e;
}
.user-avatar.foe{
    border: 5px solid black;
}
.user-avatar img {
  display: none;
  max-height: 160px;
  max-width: 160px;
  min-width: 100px;
  min-height: 100px;
}
.user-avatar a {
  display: block;
  width: 100%;
  height: 100%;
}

.user-info {
  display: inline-block;
  margin-left: 20px;
}
.user-info .user-name {
  color: #006b97;
  font-size: 21px;
  display: inline-block;
}
@media (max-width: 479px) {

  .user-info {
    margin-left: 0;
  }
}

.user-grade {
  display: inline-block;
  width: 90px;
  height: 23px;
  position: relative;
}
.user-grade .user-grade-yellow-strip {
  background-color: #ffb400;
  height: 100%;
  position: absolute;
}
@media (max-width: 767px) {

  .user-grade {
    display: none;
  }
}
@media (max-width: 479px) {

  .user-grade {
    display: none;
  }
}

.stars-image {
  height: 30px;
  width: 92px;
  background: url(/images/star-grade.png) 0px 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.grade-number {
  font-weight: bold;
  color: #5f5f5f;
  font-size: 13px;
}

.grade-opinions-exchanges {
  font-weight: thin;
  color: #5f5f5f;
  font-size: 14px;
}

.user-buttons-container {
  margin: 10px 0;
}

/* buttons with icon on the left*/
.left-icon-btn {
  height: 30px;
  line-height: 28px;
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 2px 3px 3px rgba(50, 50, 50, 0.08);
  margin-right: 5px;
  border: 1px solid #c9c9c9;
  overflow: hidden;
}
@media (max-width: 767px) {

  .left-icon-btn {
    border: none;
  }
}
@media (max-width: 479px) {

  .left-icon-btn {
    border: none;
  }
}
.left-icon-btn .left-icon {
  display: inline-block;
  height: 30px;
  width: 30px;
}
@media (max-width: 767px) {

  .left-icon-btn .left-icon {
    border-radius: 3px;
  }
}
@media (max-width: 479px) {

  .left-icon-btn .left-icon {
    border-radius: 3px;
  }
}
.left-icon-btn .btn-text {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
}
@media (max-width: 767px) {

  .left-icon-btn .btn-text {
    display: none;
  }
}
@media (max-width: 479px) {

  .left-icon-btn .btn-text {
    display: none;
  }
}
@media (max-width: 767px) {

  .left-icon-btn.unchanged-on-mobile {
    border: 1px solid #c9c9c9;
  }
}
@media (max-width: 479px) {

  .left-icon-btn.unchanged-on-mobile {
    border: 1px solid #c9c9c9;
  }
}
@media (max-width: 767px) {

  .left-icon-btn.unchanged-on-mobile .btn-text {
    display: inline-block;
  }
}
@media (max-width: 479px) {

  .left-icon-btn.unchanged-on-mobile .btn-text {
    display: inline-block;
  }
}
@media (max-width: 767px) {

  .left-icon-btn.unchanged-on-mobile .left-icon {
    border-radius: 0px;
  }
}
@media (max-width: 479px) {

  .left-icon-btn.unchanged-on-mobile .left-icon {
    border-radius: 0px;
  }
}

.only-icon .left-icon {
  border-radius: 3px;
}
.only-icon .btn-text {
  display: none;
}

.message-btn {
  color: #7eb40e;
}
.message-btn .left-icon {
  background: #7eb40e url(/images/button-icons-sprite.png) -1px -33px no-repeat;
}

.add-friend-btn {
  color: #2490BD;
}
.add-friend-btn .left-icon {
  background: #2490bd url(/images/button-icons-sprite.png) -1px -62px no-repeat;
}

.black-list-btn {
  color: #000;
}
.black-list-btn .left-icon {
  background: black url(/images/button-icons-sprite.png) -1px 0px no-repeat;
}

.edit-btn {
  color: #005184;
}
.edit-btn .left-icon {
  background: #005184 url(/images/button-icons-sprite.png) -1px -95px no-repeat;
}

.user-btn {
  color: #005184;
}
.user-btn .left-icon {
  background: #005184 url(/images/button-icons-sprite.png) -35px 0px no-repeat;
}

.delete-btn {
  color: #cc3838;
}
.delete-btn .left-icon {
  background: #cc3838 url(/images/button-icons-sprite.png) -32px -62px no-repeat;
}

.dont-blacklist-btn {
  color: #2490BD;
}
.dont-blacklist-btn .left-icon {
  background: #2490bd url(/images/button-icons-sprite.png) -32px -95px no-repeat;
}

.new-btn {
  color: #ea5a02;
}
.new-btn .left-icon {
  background: #ea5a02 url(/images/button-icons-sprite.png) -30px -128px no-repeat;
}

.show-more-btn {
  color: #2490BD;
}
.show-more-btn .left-icon {
  background: #2490bd url(/images/button-icons-sprite.png) 1px -129px no-repeat;
}

.hide-btn {
  color: #636363;
}
.hide-btn .left-icon {
  background: #636363 url(/images/button-icons-sprite.png) -64px -128px no-repeat;
}

.unfriend-btn {
  color: #cc3838;
}
.unfriend-btn .left-icon {
  background: #cc3838 url(/images/button-icons-sprite.png) -94px -128px no-repeat;
}

.turn-on-btn {
  color: #7eb40e;
}
.turn-on-btn .left-icon {
  background: #7eb40e url(/images/button-icons-sprite.png) -94px -97px no-repeat;
}

.turn-off-btn {
  color: #636363;
}
.turn-off-btn .left-icon {
  background: #979797 url(/images/button-icons-sprite.png) -64px -96px no-repeat;
}

/* This product, other users*/
.same-product-other-users-list {
  margin: 20px 0;
  color: #606060;
  font-size: 15px;
}
.same-product-other-users-list .list-header {
  width: 100%;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 479px) {

  .same-product-other-users-list .list-header {
    display: none;
  }
}
.same-product-other-users-list .list-header .list-label {
  display: inline-block;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .same-product-other-users-list .list-header .shipping {
    display: none;
  }
}
@media (max-width: 767px) {

  .same-product-other-users-list .list-header .seller {
    display: none;
  }
}
.same-product-other-users-list .list-record {
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.same-product-other-users-list .list-record .first-cells {
  display: inline-block;
}
.same-product-other-users-list .list-record .list-cell {
  display: inline-block;
}
@media (max-width: 767px) {

  .same-product-other-users-list .list-record .list-cell.seller {
    display: none;
  }
}
@media (max-width: 479px) {

  .same-product-other-users-list .list-record .list-cell.seller {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {

  .same-product-other-users-list .list-record .list-cell.shipping {
    display: none;
  }
}
@media (max-width: 767px) {

  .same-product-other-users-list .list-record .list-cell.buttons {
    text-align: right;
  }
}
.same-product-other-users-list .list-record .user-info {
  width: 200px;
}
.same-product-other-users-list .list-record .user-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.same-product-other-users-list .list-record .condition-description {
  font-size: 13px;
}
.same-product-other-users-list .list-record .user-avatar {
  width: 60px;
  height: 60px;
}
.same-product-other-users-list .list-record .big-orange-btn {
  width: 140px;
  vertical-align: middle;
}
@media (max-width: 767px) {

  .same-product-other-users-list .list-record .big-orange-btn {
    width: 80px;
    font-size: 12px;
    height: 24px;
    line-height: 25px;
  }
}
@media (max-width: 479px) {

  .same-product-other-users-list .list-record .big-orange-btn {
    width: 80px;
    font-size: 12px;
    height: 24px;
    line-height: 25px;
  }
}
.same-product-other-users-list .seller {
  width: 300px;
}
.same-product-other-users-list .condition {
  width: 160px;
}
@media (max-width: 767px) {

  .same-product-other-users-list .condition {
    width: 140px;
  }
}
@media (max-width: 479px) {

  .same-product-other-users-list .condition {
    width: 110px;
  }
}
.same-product-other-users-list .shipping {
  width: 200px;
}
@media (max-width: 767px) {

  .same-product-other-users-list .shipping {
    width: 100px;
  }
}
.same-product-other-users-list .price {
  width: 100px;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .same-product-other-users-list .price {
    width: 90px;
  }
}
@media (max-width: 479px) {

  .same-product-other-users-list .price {
    text-align: right;
  }
}
.same-product-other-users-list .buttons {
  width: 180px;
}
@media (max-width: 767px) {

  .same-product-other-users-list .buttons {
    width: 100px;
  }
}
@media (max-width: 479px) {

  .same-product-other-users-list .buttons {
    width: 100%;
    text-align: right;
  }
}

.end-section {
  text-align: center;
  padding-top: 20px;
  height: 40px;
  background: url(/images/main-shadow.png) no-repeat top center;
  background-size: 100% auto;
}
.end-section .big-orange-btn {
  padding: 4px 20px;
  min-width: 260px;
}
.end-section.short-shadow {
  background-size: 100% 35px;
  margin-top: 5px;
  height: 10px;
}

@media (max-width: 1023px) and (min-width: 768px) {

  .show-directory {
    display: none;
  }
}
@media (max-width: 767px) {

  .show-directory {
    display: none;
  }
}

.dir-column {
  width: 190px;
  display: inline-block;
  vertical-align: top;
}
.dir-column li {
  list-style: none;
  font-size: 13px;
  margin-bottom: 3px;
}
.dir-column li a {
  color: #005184;
}
.dir-column li a:hover {
  color: #3f99d7;
}
.dir-column sup {
  color: #666;
}
.dir-column h6 {
  font-weight: bold;
  font-size: 18px;
  color: #4a4a4a;
}

.exchange-from {
  display: inline-block;
  vertical-align: top;
  width: 280px;
}
.exchange-from .user-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #006b97;
  font-size: 21px;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .exchange-from {
    width: 155px;
  }
}
@media (max-width: 767px) {

  .exchange-from {
    display: none;
  }
}

.lex-details {
  margin-left: 6px;
  width: 155px;
  display: inline-block;
  vertical-align: top;
}
.lex-details .explain-text {
  display: block;
  margin-top: -2px;
}

.explain-text {
  font-size: 13px;
  color: #666;
}

.exchange-status {
  width: 408px;
  min-height: 50px;
  max-height: 145px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {

  .exchange-status {
    width: 100%;
  }
}
.exchange-status.ex-status-orange {
  background: #ffe8c9;
}
.exchange-status.ex-status-orange .ex-status-text {
  color: #e09206;
  font-weight: bold;
}
.exchange-status.ex-status-green {
  background: #e0ffc9;
}
.exchange-status.ex-status-green .ex-status-text {
  color: #7eb40e;
  font-weight: bold;
}
.exchange-status.ex-status-grey {
  background: #e7e7e7;
}
.exchange-status.ex-status-grey .ex-status-text {
  color: #666;
  font-weight: bold;
}

.exchange-to {
  display: inline-block;
  vertical-align: top;
  width: 280px;
}
.exchange-to .user-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #006b97;
  font-size: 21px;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .exchange-to {
    width: 155px;
  }
}
@media (max-width: 767px) {

  .exchange-to {
    display: none;
  }
}

.single-exchange-row {
  margin-bottom: 20px;
}

.start-arrow {
  top: 0;
  position: absolute;
  left: 0px;
  width: 44px;
  height: 100%;
  display: inline-block;
  background: url(/images/ex-start-arrow.png) no-repeat left center;
}

.exchanged-product {
  padding: 10px 0px;
}

.ex-product-image {
  width: 65px;
  margin-left: 50px;
  display: inline-block;
  vertical-align: top;
}
.ex-product-image img {
  max-width: 60px;
  max-height: 100px;
  height: auto;
  display: block;
  border: 1px solid #fff;
}

.ex-product-details {
  width: 250px;
  display: inline-block;
}
.ex-product-details .product-price {
  font-size: 18px;
}
.ex-product-details a {
  color: #282828;
}
.ex-product-details a:hover {
  color: #3f99d7;
}
@media (max-width: 767px) {

  .ex-product-details {
    width: 310px;
  }
}
@media (max-width: 479px) {

  .ex-product-details {
    width: 160px;
  }
}

.exchange-status-details {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  color: #777;
  font-size: 14px;
}
@media (max-width: 767px) {

  .exchange-status-details {
    border: 0;
  }
}
.exchange-status-details strong {
  color: #333;
}

.exchange-stat-detail {
  display: inline-block;
  width: 32%;
  margin-right: -5px;
  vertical-align: top;
}
@media (max-width: 767px) {

  .exchange-stat-detail {
    width: 100%;
    margin: 0;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
  }
}

.ex-stat-orange, strong.ex-stat-orange {
  color: #e09206;
  font-weight: bold;
}

.ex-stat-green, strong.ex-stat-green {
  color: #7eb40e;
  font-weight: bold;
}

.ex-stat-grey, strong.ex-stat-grey {
  color: #666;
  font-weight: bold;
}

.ex-comment {
  margin: 15px 0px;
}

.end-arrow {
  top: 0;
  position: absolute;
  right: 0px;
  width: 44px;
  height: 100%;
  display: inline-block;
  background: url(/images/ex-end-arrow.png) no-repeat left center;
}

textarea.on-popup {
  outline: 0;
  display: inline-block;
  vertical-align: top;
  width: 96%;
  height: 70px;
}

.top3 {
  text-align: center;
}

.user-rank-box {
  display: inline-block;
  vertical-align: top;
  width: 328px;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .user-rank-box {
    width: 230px;
  }
}
@media (max-width: 767px) {

  .user-rank-box {
    width: 230px;
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {

  .user-rank-box {
    width: 328px;
    margin-bottom: 40px;
  }
}
.user-rank-box .user-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #006b97;
  font-size: 21px;
}
.user-rank-box .total-points {
  display: block;
  margin: -6px 0px;
}

.all-users .user-rank-box {
  margin-bottom: 40px;
}

.top-details {
  margin-left: 6px;
  width: 155px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .top-details {
    margin-left: 56px;
  }
}
@media (max-width: 767px) {

  .top-details {
    margin-left: 56px;
  }
}
@media (max-width: 479px) {

  .top-details {
    margin-left: 6px;
  }
}
.top-details .explain-text {
  display: block;
  margin-top: -2px;
}

.rank-number {
  font-size: 21px;
  padding: 0px 10px;
  position: absolute;
  top: 0px;
  right: 165px;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  height: 30px;
  line-height: 33px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 0 #ffb530;
  border: 1px solid #fe9941;
  font-weight: bold;
  cursor: pointer;
  background: #febf5d;
  background: -moz-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #febf5d), color-stop(100%, #ff8420));
  background: -webkit-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: -o-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: -ms-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: linear-gradient(to bottom, #febf5d 0%, #ff8420 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febf5d', endColorstr='#ff8420',GradientType=0 );
}

.partner-buttons {
  border: 1px solid #fed260;
  border-radius: 50px;
  background: #febf5d;
  background: -moz-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #febf5d), color-stop(100%, #ff8420));
  background: -webkit-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: -o-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: -ms-linear-gradient(top, #febf5d 0%, #ff8420 100%);
  background: linear-gradient(to bottom, #febf5d 0%, #ff8420 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febf5d', endColorstr='#ff8420',GradientType=0 );
  margin: 0 auto;
}
.partner-buttons a {
  padding: 6px;
  color: #fff;
  font-size: 14px;
  display: block;
}
.partner-buttons a span {
  font-size: 21px;
  color: #282828;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.partner-outline {
  padding: 8px 8px 0px 8px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.3);
  width: 300px;
  margin: 20px auto;
  height: 50px;
}

.dummy {
  display: none;
  visibility: hidden;
}

.product-overlay {
  float: left;
  text-align: left;
  margin-left: 200px;
  width: 200px;
}
.product-overlay .product-price {
  display: block;
  margin: 5px 0;
}
.product-overlay a {
  display: inline;
}

@media (min-width: 1024px) {

  div.single-product-box:hover .overlay-trigger {
    display: block;
    animation: productOverlay .2s linear forwards;
    -webkit-animation: productOverlay .2s linear forwards;
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
    position: absolute;
    z-index: 6;
    opacity: 0;
    top: 0;
    left: 0;
    min-height: 280px;
  }

  div.single-product-box:hover .overlay-trigger .product-title {
    font-size: 17px;
    line-height: 24px;
    max-height: none;
    overflow: visible;
  }

  div.single-product-box:hover .trusted-user-inline.active {
    display: inline-block;
  }

  div.single-product-box.last-el:hover .overlay-trigger {
    display: block;
    animation: productOverlayR .2s linear forwards;
    -webkit-animation: productOverlayR .2s linear forwards;
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
    position: absolute;
    z-index: 6;
    opacity: 0;
    top: 0;
    right: 0;
    left: auto;
  }

  div.single-product-box.last-el:hover .overlay-trigger img {
    float: right;
    right: 10px;
  }

  div.single-product-box.last-el:hover .overlay-trigger .product-overlay {
    margin-left: 10px;
  }

  div.single-product-box.last-el:hover .overlay-trigger .trusted-user-inline.active {
    display: inline-block;
    margin-right: -6px;
  }

  div.single-product-box.last-el:hover .overlay-trigger .observed {
    top: 22px;
    right: 22px;
    left: auto;
  }
}

.overlay-trigger {
  display: none;
}
@media (min-width: 1024px) {

  .overlay-trigger {
    display: none;
  }

  .overlay-trigger img {
    position: absolute;
    max-width: 190px;
    z-index: 2;
  }

  .overlay-trigger .observed {
    top: 22px;
    left: 22px;
  }
}

@keyframes productOverlay {

  from {
    width: 155px;
    opacity: 0;
  }


  to {
    background: #fff;
    opacity: 1;
    padding: 10px;
    width: 400px;
    top: -20px;
    left: -20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  }
}

@-webkit-keyframes productOverlay {

  from {
    width: 155px;
    opacity: 0;
  }


  to {
    background: #fff;
    opacity: 1;
    padding: 10px;
    width: 400px;
    top: -20px;
    left: -20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  }
}

@keyframes productOverlayR {

  from {
    width: 155px;
    opacity: 0;
  }


  to {
    background: #fff;
    opacity: 1;
    padding: 10px;
    width: 400px;
    top: -20px;
    right: -20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  }
}

@-webkit-keyframes productOverlayR {

  from {
    width: 155px;
    opacity: 0;
  }


  to {
    background: #fff;
    opacity: 1;
    padding: 10px;
    width: 400px;
    top: -20px;
    right: -20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  }
}

.mask {
  z-index: 900;
  background: rgba(54, 54, 54, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
}

.popup-content {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  z-index: 901;
  padding: 10px;
  max-width: 580px;
  width: 90%;
  background: #fff;
  margin: 10% auto 0 auto;
  font-size: 16px;
}
.popup-content .destroy-popup {
  cursor: pointer;
  text-transform: lowercase;
  line-height: 33px;
  font-size: 33px;
  text-align: center;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 100;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0px;
  top: -40px;
  background: #282828;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.popup-content .destroy-popup:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #ddd;
  color: #282828;
}

.product-socials {
  display: inline-block;
  width: 35px;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (max-width: 767px) {

  .product-socials {
    display: none;
  }
}
@media (max-width: 479px) {

  .product-socials {
    display: none;
  }
}
.product-socials a {
  display: inline-block;
  width: 35px;
  height: 36px;
}
.product-socials .fb-link {
  background: url(/images/socials-sprite.png) no-repeat 0 0;
}
.product-socials .twitter-link {
  background: url(/images/socials-sprite.png) no-repeat 0 -33px;
}
.product-socials .pintrest-link {
  background: url(/images/socials-sprite.png) no-repeat 0 -67px;
}

.filter-options {
  display: none;
  margin: 10px 0;
}
@media (min-width: 1024px) {

  .filter-options {
    text-align: left;
  }
}
@media (max-width: 767px) {

  .filter-options {
    text-align: center;
  }
}
.filter-options .select {
  width: 135px;
}
.filter-options .for-mobile {
  text-align: left;
  display: inline-block;
}

.exchange-filter-options {
  text-align: left;
}
@media (max-width: 767px) {

  .exchange-filter-options {
    text-align: center;
  }
}
.exchange-filter-options .filter-label {
  margin-right: 5px;
  margin-left: 10px;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .exchange-filter-options .filter-label {
    display: block;
    margin: 0;
  }
}
@media (max-width: 767px) {

  .exchange-filter-options .filter-label {
    display: block;
    margin: 0;
  }
}
.exchange-filter-options .end-section {
  height: 20px;
}
.exchange-filter-options .selected-option {
  width: 165px;
}
.exchange-filter-options select.styled {
  width: 200px;
}
@media (max-width: 767px) {

  .exchange-filter-options select.styled {
    margin: 3px 0;
  }
}

.show-filters {
  margin: -10px 0px 0px 0px;
  float: left;
  text-align: left;
  cursor: pointer;
  color: #3f99d7;
  display: inline-block;
}

.select {
  margin: 2px 10px;
  width: 140px;
  padding: 4px 13px;
  display: inline-block;
  position: relative;
  color: #666;
  text-align: left;
  font-size: 14px;
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 1%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #efefef), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #efefef 1%, white 100%);
  background: -o-linear-gradient(top, #efefef 1%, white 100%);
  background: -ms-linear-gradient(top, #efefef 1%, white 100%);
  background: linear-gradient(to bottom, #efefef 1%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
  border-radius: 30px;
  border: 1px solid #d2d2d2;
}
@media (max-width: 767px) {

  .select {
    width: 88%;
  }
}
.select .remove-filter {
  display: none;
}
.select .drop-arrow {
  vertical-align: middle;
  width: 11px;
  height: 6px;
  display: inline-block;
  background: url(/images/all-sprite.png) no-repeat 0px -45px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 13px;
}
.select .drop-arrow:hover {
  background-position: -19px -45px;
}
.select ul {
  display: none;
  top: 20px;
  padding-top: 10px;
  left: -1px;
  border-style: solid;
  border-color: #d2d2d2;
  border-width: 0px 1px 1px 1px;
  width: 100%;
  line-height: 23px;
  z-index: 5;
  padding-bottom: 7px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  background: #fff;
  max-height: 200px;
  overflow: auto;
}
.select ul li {
  list-style: none;
  line-height: 16px;
  padding: 5px 8px;
}
.select ul li a {
  text-decoration: none;
  display: block;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .select ul li a {
    padding: 5px;
  }
}
@media (max-width: 767px) {

  .select ul li a {
    padding: 5px;
  }
}
.select ul.large {
  display: none;
  top: 31px;
  left: auto;
  padding: 10px;
  right: -1px;
  border-style: solid;
  border-color: #d2d2d2;
  border-width: 1px 1px 1px 1px;
  width: 210px;
  line-height: 23px;
  z-index: 5;
  border-radius: 10px;
  position: absolute;
  background: #fff;
}
@media (max-width: 479px) {

  .select ul.large {
    width: 92%;
  }
}
.select ul.large li {
  border-bottom: 1px solid #d8d8d8;
}
.select ul.large li:last-child {
  border-bottom: 0;
}
.select ul.large span {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 80px;
}
@media (max-width: 479px) {

  .select ul.large span {
    width: 150px;
  }
}
.select ul.large .sort-label {
  width: 100px;
  text-align: left;
}

.option-trigger {
  display: block;
  cursor: pointer;
  width: 90%;
}
.option-trigger.with-selected-filter {
  color: #e09206;
}
.option-trigger.with-selected-filter .drop-arrow {
  display: none;
}
.option-trigger.with-selected-filter .remove-filter {
  vertical-align: middle;
  width: 11px;
  height: 10px;
  display: inline-block;
  background: url(/images/all-sprite.png) no-repeat 0px -278px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 9px;
}
.option-trigger.with-selected-filter .remove-filter:hover {
  background-position: -26px -278px;
}

.user-friends-box {
  text-align: center;
}
.user-friends-box .user-friend-item {
  display: inline-block;
  width: 135px;
  text-align: center;
}
.user-friends-box .user-friend-item .user-avatar {
  margin-bottom: 10px;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .user-friends-box .user-friend-item:nth-child(6) {
    display: none;
  }

  .user-friends-box .user-friend-item:nth-child(7) {
    display: none;
  }
}
@media (max-width: 767px) {

  .user-friends-box .user-friend-item {
    padding-bottom: 15px;
  }

  .user-friends-box .user-friend-item:nth-child(7) {
    display: none;
  }
}
@media (max-width: 479px) {

  .user-friends-box .user-friend-item {
    padding-bottom: 15px;
  }

  .user-friends-box .user-friend-item:nth-child(5) {
    display: none;
  }

  .user-friends-box .user-friend-item:nth-child(6) {
    display: none;
  }

  .user-friends-box .user-friend-item:nth-child(7) {
    display: none;
  }
}

.user-statistics {
  margin: 30px 0;
}
@media (min-width: 1024px) {

  .user-statistics.tight .column {
    width: 100px;
  }
}
.user-statistics .column {
  text-align: center;
  display: inline-block;
  width: 165px;
  border-right: 1px dashed #c9c9c9;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .user-statistics .column {
    width: 115px;
  }
}
@media (max-width: 767px) {

  .user-statistics .column {
    width: 70px;
  }
}
.user-statistics .column .number {
  color: #005184;
  font-size: 24px;
}
.user-statistics .column:last-child {
  border: none;
}

.cross-icon {
  display: inline-block;
  width: 23px;
  height: 22px;
  background: url(/images/tick-cross-sprite.png) no-repeat 0 -25px;
  vertical-align: middle;
}

.unverified-account {
  font-size: 13px;
  color: #cc3838;
  line-height: 30px;
}
.unverified-account a {
  color: #cc3838;
}

.form-buttons {
  margin: 10px 0;
}

form.edit-profile label {
  display: block;
  font-size: 16px;
  color: #414141;
}
form.edit-profile .input-container {
  padding: 10px 0;
}
form.edit-profile .user-settings-box {
  background-color: #f4f4f4;
  border: 1px solid #e7e7e7;
  padding: 10px;
}
form.edit-profile .big-blue {
  width: 100px;
  height: 25px;
  line-height: 30px;
  float: none;
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
}
@media (max-width: 767px) {

  form.edit-profile .big-blue {
    margin: 10px 0px;
  }
}
@media (max-width: 479px) {

  form.edit-profile .big-blue {
    margin: 10px 0px;
  }
}
form.edit-profile .checkbox-label {
  vertical-align: middle;
  line-height: 25px;
}
form.edit-profile input[type="text"] {
  width: 300px;
}
@media (max-width: 767px) {

  form.edit-profile input[type="text"] {
    width: 280px;
  }
}
@media (max-width: 479px) {

  form.edit-profile input[type="text"] {
    width: 280px;
  }
}
form.edit-profile input[type="checkbox"] {
  vertical-align: middle;
}
form.edit-profile button[type="submit"] {
  line-height: 20px;
  margin-right: 20px;
}
form.edit-profile textarea {
  width: 680px;
  height: 150px;
  padding: 8px;
}
@media (max-width: 1023px) and (min-width: 768px) {

  form.edit-profile textarea {
    width: 480px;
  }
}
@media (max-width: 767px) {

  form.edit-profile textarea {
    width: 280px;
  }
}
@media (max-width: 479px) {

  form.edit-profile textarea {
    width: 280px;
  }
}
form.edit-profile a {
  text-decoration: underline;
}
form.edit-profile .delete-avatar {
  margin-top: 10px;
}
@media (max-width: 767px) {

  form.edit-profile .delete-avatar {
    margin: 0 10px;
    display: inline-block;
  }
}
@media (max-width: 479px) {

  form.edit-profile .delete-avatar {
    margin: 0 10px;
    display: inline-block;
  }
}

.holiday-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/images/color-icons.png) no-repeat 0 -22px;
}

.deny-chatting-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/images/color-icons.png) no-repeat -32px -18px;
}

.filter-status span {
  margin-right: 6px;
  vertical-align: middle;
  width: 11px;
  height: 6px;
  display: inline-block;
  background: url(/images/all-sprite.png) no-repeat;
}
.filter-status .filter-open {
  background-position: 0px -156px;
}
.filter-status .filter-close {
  background-position: -19px -156px;
}

.price-proposition-box {
  padding: 10px;
  border: 1px solid #e09206;
  margin: 10px 0;
}
.price-proposition-box .column {
  display: inline-block;
  vertical-align: top;
}
.price-proposition-box .column.price {
  width: 50%;
}
@media (max-width: 767px) {

  .price-proposition-box .column.price {
    width: 100%;
  }
}
@media (max-width: 479px) {

  .price-proposition-box .column.price {
    width: 100%;
  }
}
.price-proposition-box .column.proposition input[type="text"] {
  width: 85px;
  margin-top: 10px;
}
.price-proposition-box .column.proposition sup {
  color: #ff8b25;
  font-weight: bold;
  font-size: 12px;
}

.price-proposition.product-outer-container {
  border: none;
}

.steps-holder .steps-right {
  display: inline-block;
  float: right;
}
@media (max-width: 479px) {

  .steps-holder .steps-right {
    float: none;
    margin-top: 5px;
  }
}
.steps-holder h2 {
  float: left;
}
@media (max-width: 479px) {

  .steps-holder h2 {
    float: none;
  }
}
.steps-holder .step {
  display: inline-block;
  float: left;
  width: 39px;
  height: 30px;
  color: #fff;
  line-height: 34px;
  padding: 0 23px;
  font-size: 13px;
  margin-right: -4px;
}
.steps-holder .step.active {
  background: url(/images/steps-sprite.png) no-repeat -3px 0;
}
.steps-holder .step.inactive {
  background: url(/images/steps-sprite.png) no-repeat -3px -33px;
}

.product-order {
  font-size: 13px;
  color: #414141;
}
.product-order input[type="text"] {
  display: block;
  width: 300px;
}
.product-order textarea {
  width: 96%;
  height: 70px;
}
.product-order .form-section {
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
}
.product-order .big-orange-btn {
  width: 120px;
  line-height: 20px;
  margin-right: 20px;
}
.product-order .form-buttons {
  text-align: center;
}
.product-order a {
  text-decoration: underline;
  font-size: 13px;
}
.product-order label {
  margin-top: 15px;
  line-height: 16px;
  font-size: 14px;
}
.product-order .detail {
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 479px) {

  .product-order .detail {
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.product-order .detail-label {
  display: inline-block;
  width: 200px;
}
@media (max-width: 479px) {

  .product-order .detail-label {
    display: block;
  }
}
.product-order .detail-text {
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
}
.product-order .for-monitors {
  display: block;
  width: 290px;
}
.product-order .for-monitors select {
  width: 100%;
}
.product-order .for-monitors .select {
  width: 100%;
}
.product-order .radio-container {
  display: block;
  min-width: 230px;
}

h4.form-title {
  font-weight: 600;
  color: #565656;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}

.form-select {
  border-radius: 2px !important;
  margin: 5px 0 !important;
}
@media (max-width: 479px) {

  .form-select {
    width: 91%;
  }
}

form.book-details {
  color: #565656;
}
form.book-details .radio-container {
  margin: 10px 0;
}
form.book-details textarea.condition {
  width: 300px;
  height: 50px;
  margin-top: 5px;
}
@media (max-width: 767px) {

  form.book-details textarea.condition {
    width: 90%;
  }
}
@media (max-width: 479px) {

  form.book-details textarea.condition {
    width: 320px;
  }
}
form.book-details input.points {
  width: 100px;
}
form.book-details input.days {
  width: 30px;
}
form.book-details textarea {
  width: 300px;
  height: 80px;
  max-width: 300px;
  margin-top: 3px;
}
form.book-details .important-info {
  font-weight: bold;
  margin: 0 10px;
  font-size: 18px;
  line-height: 40px;
}
form.book-details .small {
  line-height: 40px;
}

.checkbox-container {
  display: inline-block;
  margin-bottom: 10px;
}

label.checkbox-label {
  display: inline-block;
  width: 215px;
  margin: 0;
  line-height: 17px;
  vertical-align: middle;
}

h5.form-title {
  color: #353535;
  font-size: 14px;
}

.product-image-holder {
  position: relative;
  margin: 10px 0;
}
.product-image-holder.picture-placeholder {
  width: 150px;
  height: 200px;
  background: #fff;
  border: 1px solid #F3BA55;
}
.product-image-holder img {
  max-width: 150px;
}
.product-image-holder .holder-icon {
  width: 80px;
  height: 80px;
  border-radius: 60px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -40px;
  background: #ffd66e url(/images/menu-sprite.png) no-repeat;
}
.product-image-holder .holder-icon.book {
  background-position: -67px 12px;
}
.product-image-holder .holder-icon.movie {
  background-position: -160px 12px;
}
.product-image-holder .holder-icon.music {
  background-position: -256px 12px;
}
.product-image-holder .holder-icon.game {
  background-position: -353px 12px;
}
.product-image-holder .holder-icon.other {
  background-position: -440px 12px;
}

.big-orange-btn.next-step {
  line-height: 20px;
  padding: 0 20px;
  height: 35px;
  min-width: 100px;
}

.form-tip-message {
  font-size: 13px;
  color: #7C7C7C;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 40px;
}
@media (max-width: 479px) {

  .form-tip-message {
    display: block;
    margin: 0;
    line-height: 24px;
  }
}

.form-blue-btn {
  padding: 0 10px;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  height: 30px;
  line-height: 28px;
  box-shadow: inset 0 -1px 0 #4fb3e2;
  text-shadow: 1px 1px 1px #2d7fcc;
  border: 1px solid #4e9dde;
  font-weight: bold;
  outline: 0;
  cursor: pointer;
  background: #46adda;
  background: -moz-linear-gradient(top, #46adda 0%, #3e96d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #46adda), color-stop(100%, #3e96d7));
  background: -webkit-linear-gradient(top, #46adda 0%, #3e96d7 100%);
  background: -o-linear-gradient(top, #46adda 0%, #3e96d7 100%);
  background: -ms-linear-gradient(top, #46adda 0%, #3e96d7 100%);
  background: linear-gradient(to bottom, #46adda 0%, #3e96d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46adda', endColorstr='#3e96d7',GradientType=0 );
}

.back-btn {
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 13px;
  width: 100px;
  text-transform: uppercase;
  height: 33px;
  line-height: 38px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 0 #bebebe;
  border: 1px solid #bebebe;
  font-weight: bold;
  cursor: pointer;
  outline: 0;
  background: #d1d1d1;
  background: -moz-linear-gradient(top, #d1d1d1 0%, #bfbfbf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1d1d1), color-stop(100%, #bfbfbf));
  background: -webkit-linear-gradient(top, #d1d1d1 0%, #bfbfbf 100%);
  background: -o-linear-gradient(top, #d1d1d1 0%, #bfbfbf 100%);
  background: -ms-linear-gradient(top, #d1d1d1 0%, #bfbfbf 100%);
  background: linear-gradient(to bottom, #d1d1d1 0%, #bfbfbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#bfbfbf',GradientType=0 );
}
.back-btn a {
  color: #fff;
}

.user-date-details {
  margin-left: -5px;
  display: inline-block;
  font-weight: 100;
  color: #5f5f5f;
  font-size: 13px;
  padding-top: 8px;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .user-date-details {
    margin-top: 10px;
    margin-left: 120px;
    width: auto;
    display: block;
  }
}
@media (max-width: 767px) {

  .user-date-details {
    width: auto;
    display: block;
//    float: right;
    text-align: right;
    padding-top: 0;
  }
}

.products-lists {
  color: #4c4c4c;
  font-size: 14px;
}
.products-lists .product-cell {
  display: inline-block;
  vertical-align: top;
}
.products-lists .product-preview {
  width: 20%;
}
.products-lists .product-preview img {
  width: 50px;
}
.products-lists .product-preview .product-name {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 5px;
  width: 50%;
  line-height: 16px;
  padding-right: 0;
}
@media (max-width: 479px) {

  .products-lists .product-preview .product-name {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {

  .products-lists .product-preview {
    width: 25%;
  }
}
@media (max-width: 767px) {

  .products-lists .product-preview {
    width: 30%;
  }
}
@media (max-width: 479px) {

  .products-lists .product-preview {
    width: 18%;
  }
}
.products-lists .user {
  width: 30%;
}
.products-lists .user .user-avatar {
  width: 70px;
  height: 70px;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .products-lists .user .user-avatar {
    display: none;
  }
}
@media (max-width: 767px) {

  .products-lists .user .user-avatar {
    display: none;
  }
}
.products-lists .user .user-name {
  font-size: 17px;
}
@media (max-width: 767px) {

  .products-lists .user .grade-container {
    display: none;
  }
}
@media (max-width: 479px) {

  .products-lists .user .grade-container {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {

  .products-lists .user {
    width: 25%;
  }
}
@media (max-width: 767px) {

  .products-lists .user {
    width: 30%;
  }
}
@media (max-width: 479px) {

  .products-lists .user {
    width: 54%;
  }
}
.products-lists .points {
  width: 10%;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .products-lists .points {
    width: 12%;
  }
}
@media (max-width: 767px) {

  .products-lists .points {
    width: 18%;
  }
}
.products-lists .date {
  width: 19%;
}
.products-lists .status {
  width: 19%;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .products-lists .status {
    width: 10%;
  }
}
.products-lists .product-mobile-info {
  display: inline-block;
  width: 38%;
}
.products-lists .product-mobile-info .date {
  width: 49%;
}
@media (max-width: 767px) {

  .products-lists .product-mobile-info .date {
    width: 49%;
  }
}
@media (max-width: 479px) {

  .products-lists .product-mobile-info .date {
    width: 49%;
  }
}
.products-lists .product-mobile-info .status {
  width: 49%;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .products-lists .product-mobile-info .status {
    width: 10%;
  }
}
@media (max-width: 767px) {

  .products-lists .product-mobile-info .status {
    width: 49%;
  }
}
@media (max-width: 479px) {

  .products-lists .product-mobile-info .status {
    width: 49%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {

  .products-lists .product-mobile-info {
    width: 33%;
  }
}
@media (max-width: 767px) {

  .products-lists .product-mobile-info {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 479px) {

  .products-lists .product-mobile-info {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
.products-lists .product-price {
  margin: 0;
}
.products-lists .actions {
  width: 20%;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .products-lists .actions {
    width: 15%;
  }
}
@media (max-width: 767px) {

  .products-lists .actions {
    width: 8%;
  }
}
@media (max-width: 479px) {

  .products-lists .actions {
    width: 30px;
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: 30px;
  }
}
.products-lists .actions .left-icon-btn {
  margin: 2px 0;
}
.products-lists .price-holder {
  display: inline-block;
  width: 28%;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .products-lists .price-holder {
    width: 33%;
  }
}
@media (max-width: 767px) {

  .products-lists .price-holder {
    width: 28%;
  }
}
@media (max-width: 479px) {

  .products-lists .price-holder {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
.products-lists .price-holder .price-proposition {
  color: #444;
  width: 65%;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .products-lists .price-holder .price-proposition {
    width: 58%;
  }
}
@media (max-width: 479px) {

  .products-lists .price-holder .price-proposition {
    display: inline-block;
    width: 48%;
  }
}
.products-lists .price-holder .price-proposition .product-price {
  color: #444;
}
.products-lists .price-holder .points {
  width: 33%;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .products-lists .price-holder .points {
    width: 33%;
  }
}
@media (max-width: 479px) {

  .products-lists .price-holder .points {
    display: inline-block;
    width: 48%;
  }
}
.products-lists .offer-price-btn {
  font-size: 12px;
  padding: 0 10px;
}

.products-lists-header {
  width: 100%;
  display: inline-block;
  color: #666;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media (max-width: 479px) {

  .products-lists-header {
    display: none;
  }
}
@media (max-width: 767px) {

  .products-lists-header .actions {
    display: none;
  }
}
@media (max-width: 767px) {

  .products-lists-header .product-mobile-info {
    display: none;
  }
}

.products-lists-holder {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.products-lists-holder:last-child {
  border-bottom: 0px;
}
.products-lists-holder .date {
  margin-top: 5px;
  line-height: 16px;
}
.products-lists-holder .status {
  line-height: 16px;
}
.products-lists-holder .mobile-descr {
  display: none;
}
@media (max-width: 479px) {

  .products-lists-holder .mobile-descr {
    display: block;
  }
}
.products-lists-holder .pad-mobile-descr {
  display: none;
}
@media (max-width: 767px) {

  .products-lists-holder .pad-mobile-descr {
    display: block;
  }
}
.products-lists-holder .mobile-product-header {
  font-weight: bold;
  font-size: 18px;
  color: #005184;
  line-height: 18px;
  margin-bottom: 15px;
}
@media (max-width: 479px) {

  .products-lists-holder .mobile-product-header {
    display: block;
  }
}
.products-lists-holder.price-proposition-active {
  background-color: #f6eede;
}
.products-lists-holder.price-proposition-active .status-value {
  font-weight: bold;
  color: #ff8b25;
}

.star-icon {
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url(/images/color-icons.png) no-repeat -33px -3px;
}

.products-lists-btn {
  display: inline-block;
  height: 25px;
  line-height: 28px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  padding: 0 10px;
  border-radius: 3px;
  box-shadow: 2px 3px 3px rgba(50, 50, 50, 0.08);
  font-weight: bold;
  margin-top: 10px;
  font-style: normal;
}
.products-lists-btn.hide-product {
  color: #444444;
}
.products-lists-btn.show-product {
  color: #3f99d7;
}
@media (max-width: 479px) {

  .products-lists-btn {
    margin-top: 0;
    margin-bottom: 3px;
  }
}

@media (max-width: 767px) {

  .my-products-filter-bar .filter-label {
    display: block;
  }
}
.my-products-filter-bar .for-mobile {
  display: inline-block;
}
.my-products-filter-bar .my-products-search-container {
  float: left;
  width: 300px;
}
@media (max-width: 767px) {

  .my-products-filter-bar .my-products-search-container {
    display: block;
  }
}
.my-products-filter-bar .my-products-search-container .product-category.for-monitors {
  width: 100%;
}
.my-products-filter-bar .my-products-search-container .product-category.for-monitors .select {
  width: 160px;
}
@media (max-width: 767px) {

  .my-products-filter-bar .my-products-search-container .product-category.for-monitors .select {
    width: 260px;
  }
}
.my-products-filter-bar .my-products-search-container .select {
  margin: 0;
}
.my-products-filter-bar input.my-products-search {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  width: 200px;
  height: 20px;
  padding-left: 20px;
  float: left;
  border-right: none;
  margin-bottom: 10px;
}
.my-products-filter-bar .search-icon {
  width: 34px;
}
.my-products-filter-bar button.search-btn {
  background: #ffca00;
  background: -moz-linear-gradient(top, #ffca00 0%, #ffb400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffca00), color-stop(100%, #ffb400));
  background: -webkit-linear-gradient(top, #ffca00 0%, #ffb400 100%);
  background: -o-linear-gradient(top, #ffca00 0%, #ffb400 100%);
  background: -ms-linear-gradient(top, #ffca00 0%, #ffb400 100%);
  background: linear-gradient(to bottom, #ffca00 0%, #ffb400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffca00', endColorstr='#ffb400',GradientType=0 );
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: block;
  height: 34px;
  width: 60px;
  float: left;
  border: 1px solid #f8972d;
  outline: 0;
  cursor: pointer;
}

.exchange-filter-bar .my-products-search-container {
  width: 100%;
}
@media (min-width: 1024px) {

  .exchange-filter-bar .for-monitors {
    display: block;
  }
}

.single-message h2 {
  width: 86%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.send-right {
  float: right;
  margin: 0;
}

.chat-area {
  width: 580px;
  margin: 0 auto;
}
@media (max-width: 767px) {

  .chat-area {
    width: 100%;
  }
}

.chat {
  padding: 12px;
  line-height: 17px;
  color: #333;
  font-size: 14px;
  border: 1px solid #c5deef;
  text-shadow: 1px 1px 0px #fff;
  margin: 10px 0px;
  position: relative;
  display: inline-block;
  text-align: left;
}
.chat .user-avatar {
  width: 50px;
  height: 50px;
}
.chat .user-avatar img {
  max-height: 80px;
  max-width: 80px;
}
@media (max-width: 767px) {

  .chat .user-avatar {
    display: none;
  }
}
.chat.special-chat {
  background: #fff0d0;
  border-color: #fcc54f;
  width: calc(100% - 26px);
  color: #e09206;
  font-weight: bold;
}
.chat.special-chat a, .chat.special-chat span {
  font-weight: normal;
}
.chat.my-chat {
  background: #d2f0ff;
}
.chat.my-chat .user-avatar {
  position: absolute;
  top: -10px;
  left: -80px;
}
.chat.my-chat:after {
  width: 0px;
  height: 0px;
  left: -12px;
  top: 10px;
  position: absolute;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #d2f0ff transparent transparent;
  content: '';
}
.chat.my-chat:before {
  width: 0px;
  height: 0px;
  left: -13px;
  top: 9px;
  position: absolute;
  border-style: solid;
  border-width: 13px 13px 13px 0;
  border-color: transparent #c5deef transparent transparent;
  content: '';
}
.chat.user-chat {
  background: #fff;
  float: right;
}
.chat.user-chat .user-avatar {
  position: absolute;
  top: -10px;
  right: -80px;
}
.chat.user-chat:after {
  width: 0px;
  height: 0px;
  right: -11px;
  top: 10px;
  position: absolute;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #fff;
  content: '';
}
.chat.user-chat:before {
  width: 0px;
  height: 0px;
  right: -13px;
  top: 9px;
  position: absolute;
  border-style: solid;
  border-width: 13px 0 13px 13px;
  border-color: transparent transparent transparent #c5deef;
  content: '';
}
.chat.write-chat {
  background: #fff;
  width: calc(100% - 26px);
  padding: 5px;
}
.chat.write-chat textarea {
  outline: none;
  background-image: none;
  border: 1px solid #fff;
  width: 94%;
  min-height: 80px;
}
.chat.write-chat .user-avatar {
  position: absolute;
  top: -10px;
  left: -80px;
}
.chat.write-chat:after {
  width: 0px;
  height: 0px;
  left: -11px;
  top: 10px;
  position: absolute;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent white transparent transparent;
  content: '';
}
.chat.write-chat:before {
  width: 0px;
  height: 0px;
  left: -13px;
  top: 9px;
  position: absolute;
  border-style: solid;
  border-width: 13px 13px 13px 0;
  border-color: transparent #c5deef transparent transparent;
  content: '';
}

.chat-user {
  font-size: 18px;
  display: inline-block;
  margin: 0 10px 10px 0px;
}

.chat-date {
  color: #666;
  font-size: 13px;
  vertical-align: top;
}

.info-pop {
  padding: 10px;
  color: #666;
}
.info-pop h4 {
  font-size: 28px;
  font-weight: 100;
  margin-bottom: 20px;
}
.info-pop .form-buttons {
  text-align: center;
}
.info-pop select {
  max-width: 265px !important;
}

.transaction-pair {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .transaction-pair {
    width: 42%;
  }
}
@media (max-width: 767px) {

  .transaction-pair {
    width: 100%;
    display: block;
  }
}
@media (max-width: 479px) {

  .transaction-pair .short-user-profile-container {
    text-align: center;
  }
}
.transaction-pair .my-chat {
  display: inline-block;
  width: 90%;
}
.transaction-pair .my-chat:after {
  width: 0px;
  height: 0px;
  left: -12px;
  top: 10px;
  position: absolute;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #d2f0ff transparent transparent;
  content: '';
}
.transaction-pair .my-chat:before {
  width: 0px;
  height: 0px;
  left: -13px;
  top: 9px;
  position: absolute;
  border-style: solid;
  border-width: 13px 13px 13px 0;
  border-color: transparent #c5deef transparent transparent;
  content: '';
}
.transaction-pair.right-pair .my-chat:after {
  width: 0px;
  height: 0px;
  right: -11px;
  top: 10px;
  left: auto;
  position: absolute;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #d2f0ff;
  content: '';
}
.transaction-pair.right-pair .my-chat:before {
  width: 0px;
  height: 0px;
  right: -13px;
  top: 9px;
  left: auto;
  position: absolute;
  border-style: solid;
  border-width: 13px 0 13px 13px;
  border-color: transparent transparent transparent #c5deef;
  content: '';
}

.right-pair {
  margin-left: 98px;
  text-align: right;
}
@media (max-width: 767px) {

  .right-pair {
    margin: 10px 0px;
  }
}

@media (max-width: 767px) {

  .exchange-arrow {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: block;
    margin: 0 auto;
  }
}

.exchange-options {
  margin: 20px 0px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.exchange-options .big-orange-btn, .exchange-options .offer-price-btn {
  min-width: 250px;
}
.exchange-options p {
  display: inline-block;
  color: #777;
  font-size: 15px;
  padding: 0px 0px 0px 15px;
  width: 725px;
}
@media (max-width: 767px) {

  .exchange-options p {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 0;
  }
}
.exchange-options .option-button {
  margin-bottom: 15px;
}
@media (max-width: 767px) {

  .exchange-options .option-button {
    text-align: center;
  }

  .exchange-options .option-button a {
    margin: 5px auto;
  }
}

.contact-page {
  padding: 10px 50px;
  background-size: auto 100%;
  background: url(/images/contact-bg.png) no-repeat top left;
}
@media (min-width: 768px) {
  .contact-page {
      min-height: 350px;
  }
}
@media (max-width: 767px) {

  .contact-page {
    text-align: center;
  }
}
@media (max-width: 767px) {

  .contact-page {
    padding: 10px;
  }

  .contact-page input, .contact-page textarea {
    max-width: 90%;
  }
}
.contact-page label {
  color: #fff;
}
.contact-page textarea {
  width: 300px;
  height: 60px;
}

.delete-warning {
  color: #cb4724;
  padding-left: 25px !important;
  background: url(/images/all-sprite.png) no-repeat -70px -104px;
}

.setting-verified {
  padding: 10px;
  border: 1px solid #92c54e;
  background: #e0ffc9;
}
.setting-verified .v-icon {
  color: #51AC00;
  background-position: 16px 0px;
}

.setting-unverified {
  padding: 10px;
  border: 1px solid #fcc54f;
  background: #fff0d0;
}
.setting-unverified .v-icon {
  color: #CB4724;
  background-position: 16px -100px;
}
.setting-unverified p {
  padding: 10px;
}
.setting-unverified p .big-blue {
  margin: 10px auto;
  width: 200px;
  float: none;
}

.v-icon {
  font-size: 20px;
  padding: 10px 0px 10px 70px;
  background: url(/images/large-verfication.png) no-repeat 0 0;
}

.faq-section-content {
  display: none;
  padding-bottom: 20px;
}
.faq-section-content .info-text {
  margin: 0 auto;
  width: 98%;
  display: block;
}

.faq-section-header {
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  margin-top: 10px;
  padding: 10px 0px 5px 0px;
  color: #005184;
  margin-bottom: 16px;
  cursor: pointer;
}

.faq-status {
  float: right;
  color: #666;
  font-size: 15px;
  position: relative;
  padding-right: 30px;
}
@media (max-width: 479px) {

  .faq-status {
    display: inline-block;
    float: none;
  }
}

.faq-open {
  width: 0px;
  height: 0px;
  right: 12px;
  top: 7px;
  position: absolute;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #666 transparent transparent transparent;
}

.faq-close {
  width: 0px;
  height: 0px;
  right: 12px;
  top: 7px;
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #666 transparent;
}

.pm-status {
  float: right;
  color: #666;
  font-size: 15px;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
@media (max-width: 479px) {

  .pm-status {
    display: inline-block;
    float: none;
  }
}

.pm-open {
  width: 0px;
  height: 0px;
  right: 12px;
  top: 7px;
  position: absolute;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #666 transparent transparent transparent;
}

.pm-close {
  width: 0px;
  height: 0px;
  right: 12px;
  top: 7px;
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #666 transparent;
}

.notice-box {
  position: relative;
  padding: 10px;
  border: 1px solid;
  font-size: 14px;
  margin: 10px 0;
  overflow: hidden;
  border-radius: 3px;
}
.notice-box .left-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40px;
  text-align: center;
}
.notice-box .left-icon span {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.notice-box p {
  margin: 0 0 0 50px !important;
  line-height: 20px;
  padding-bottom: 8px;
}
.notice-box.info {
  color: #29709C;
  background-color: #DDF2FF;
  border-color: #A2CEE9;
}
.notice-box.info .left-icon {
  background-color: #419fd8;
}
.notice-box.error {
  color: #D63838;
  background-color: #FADADA;
  border-color: #F7B5B5;
}

.popup-content .notice-box.error {
    width: 95%;
    margin-bottom: 10px;
}

.notice-box.error .left-icon {
  background-color: #D63838;
}
.notice-box.warning {
  color: #C09A00;
  background-color: #FFEF9B;
  border-color: #FFD962;
}
.notice-box.warning .left-icon {
  background-color: #FFC717;
}
.notice-box.success {
  color: #67920E;
  background-color: #C7FF9B;
  border-color: #A0EB65;
}
.notice-box.success .left-icon {
  background-color: #7eb40e;
}

.warning-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/images/color-icons.png) no-repeat -2px -60px;
}

.mini-tabs {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #bbb;
}

.mtab {
  margin-bottom: -1px;
  padding: 6px 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 1px solid #bbb;
  display: inline-block;
  background: #eaeaea;
  color: #666;
  cursor: pointer;
}
@media (max-width: 767px) {

  .mtab {
    padding: 6px 30px;
  }
}
.mtab:hover {
  background: #dfeff7;
  border-color: #3f99d7 #3f99d7 #bbbbbb #3f99d7;
}
.mtab.active {
  background: #f6f6f6;
  color: #3f99d7;
  border: 1px solid #bbb;
  border-bottom: 1px solid #f6f6f6;
}

.error-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/images/color-icons.png) no-repeat -35px -59px;
}

.success-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/images/color-icons.png) no-repeat -36px -86px;
}

.info-area {
  padding: 10px;
  background: #fff0d0;
  border: 1px solid #fcc54f;
  color: #e09206;
  margin-bottom: 15px;
}

.account-state {
  display: block;
  font-size: 16px;
}
.account-state .state-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/images/tick-cross-sprite.png) no-repeat;
}
.account-state.verified {
  color: #7eb40e;
}
.account-state.verified .state-icon {
  background-position: 2px 1px;
}
.account-state.unverified {
  color: #cc3838;
}
.account-state.unverified .state-icon {
  background-position: 2px -52px;
}
.account-state.banned {
  color: #cc3838;
}
.account-state.banned .state-icon {
  background-position: 2px -24px;
}
.account-state.holiday {
  color: #7eb40e;
}
.account-state.holiday .state-icon {
  background-position: 2px -82px;
}
.account-state.black-list {
  color: #000;
}
.account-state.black-list .state-icon {
  background-position: 2px -108px;
}

.exchange-filter {
  margin: 10px 0;
}
.exchange-filter .select {
  width: 185px;
  float: left;
  margin: 2px 10px 2px 0;
}
.exchange-filter .exchange-sort {
  float: right;
}
@media (max-width: 767px) {

  .exchange-filter .exchange-sort {
    float: left;
    margin-top: 10px;
    text-align: left;
  }
}
@media (max-width: 767px) {

  .exchange-filter .exchange-sort .filter-label {
    margin-left: 10px;
    line-height: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 479px) {

  .exchange-filter .exchange-sort .filter-label {
    margin-left: 10px;
    line-height: 20px;
  }
}
.exchange-filter .exchange-sort .select {
  float: none;
  margin: 2px 0;
}
@media (max-width: 767px) {

  .exchange-filter .exchange-sort .select {
    float: left;
  }
}

span.filter-label {
  font-size: 14px;
  line-height: 32px;
  vertical-align: middle;
  color: #444;
}

.with-selected-filter {
  font-weight: bold;
}

.right-aligned {
  text-align: right;
}
.right-aligned .filter-label {
  vertical-align: middle;
}

@media (max-width: 767px) {

  .user-exchanges {
    border-bottom: 1px solid #d8d8d8;
  }
}
/*
.user-exchanges .exchange-status {
  width: 370px;
}
*/
@media (max-width: 767px) {

  .user-exchanges .exchange-status {
    width: 100%;
  }
}
.user-exchanges .exchange-from {
  display: none;
}
@media (min-width: 1024px) {

  .user-exchanges .exchange-from {
    display: inline-block;
  }
}
/*
.user-exchanges .exchange-to {
  width: 340px;
}
.user-exchanges .exchange-to .lex-details {
  width: 200px;
}
*/
@media (max-width: 767px) {

  .user-exchanges .exchange-to .lex-details {
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {

  .user-exchanges .exchange-to {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 767px) {

  .user-exchanges .exchange-to .user-avatar {
    display: none;
  }
}
@media (max-width: 767px) {

  .user-exchanges .exchange-to .user-name {
    display: inline-block;
    width: 30%;
    margin-top: 10px;
    vertical-align: top;
  }
}
@media (max-width: 479px) {

  .user-exchanges .exchange-to .user-name {
    display: block;
    width: 100%;
  }
}
.user-exchanges .exchange-to .user-name .explain-text.recipient {
  display: none;
  line-height: 30px;
  margin-right: 10px;
}
@media (max-width: 767px) {

  .user-exchanges .exchange-to .user-name .explain-text.recipient {
    display: block;
  }
}
@media (max-width: 479px) {

  .user-exchanges .exchange-to .user-name .explain-text.recipient {
    display: inline-block;
  }
}
.user-exchanges .ex-grade {
  font-weight: bold;
  padding-bottom: 5px;
}
.user-exchanges .ex-grade .ex-grade-value {
  color: #7eb40e;
}
.user-exchanges .chat {
  margin: 0;
  margin-top: 5px;
  margin-left: 15px;
}
@media (max-width: 767px) {

  .user-exchanges .chat {
    width: 55%;
  }
}
@media (max-width: 479px) {

  .user-exchanges .chat {
    width: 80%;
  }
}

.advanced-search {
  display: inline-block;
}
.advanced-search label {
  display: inline-block;
  width: 130px;
  font-size: 15px;
  margin: 0;
}
@media (max-width: 479px) {

  .advanced-search label {
    display: block;
  }
}
.advanced-search .select {
  border-radius: 3px;
  width: 290px;
}
.advanced-search .bottom-buttons {
  margin-top: 20px;
  text-align: center;
}
.advanced-search .category-label {
  line-height: 32px;
  width: 130px;
  display: inline-block;
  color: #414141;
  font-weight: 600;
  font-size: 17px;
}
@media (max-width: 479px) {

  .advanced-search .category-label {
    display: block;
  }
}
.advanced-search .input-container {
  margin: 10px 0;
}
.advanced-search input.date {
  width: 50px;
}
.advanced-search input[type="checkbox"] {
  vertical-align: middle;
}
@media (max-width: 479px) {

  .advanced-search .for-monitors {
    display: block;
  }
}
.advanced-search .for-mobile {
  display: inline-block;
}

.sort-arrow {
  display: inline-block;
  width: 20px;
  height: 8px;
  margin-left: 5px;
  text-align: right;
  background: url(/images/all-sprite.png) no-repeat;
}

.active-sort-asc {
  text-decoration: underline;
  color: #3f99d7;
}
.active-sort-asc .sort-arrow {
  background-position: -55px -58px;
}
.active-sort-asc .sort-arrow:hover {
  background-position: -55px -45px;
}

.active-sort-desc {
  text-decoration: underline;
  color: #3f99d7;
}
.active-sort-desc .sort-arrow {
  background-position: -37px -58px;
}
.active-sort-desc .sort-arrow:hover {
  background-position: -15px -45px;
}

.sort-inactive .sort-arrow {
  background-position: 5px -45px;
}
.sort-inactive .sort-arrow:hover {
  background-position: -15px -45px;
}

.scroll-up {
  border-radius: 44px;
  position: fixed;
  display: none;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: #F79A32;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  cursor: pointer;
  z-index: 100;
}
.scroll-up:after {
  display: block;
  margin-top: -1px;
  margin-left: 5px;
  vertical-align: top;
  content: "➜";
  color: #fff;
  font-size: 32px;
}
.scroll-up:hover:after {
  animation: scroll-move 0.5s 0.5s 2;
  -webkit-animation: scroll-move 0.5s 0.5s 2;
}

@keyframes scroll-move {

  from {
    margin-left: 8px;
  }


  to {
    margin-left: 6px;
  }
}

@-webkit-keyframes scroll-move {

  from {
    margin-left: 8px;
  }


  to {
    margin-left: 6px;
  }
}

.for-mobile {
  display: none;
}

.for-monitors {
  display: inline-block;
}

.blue-text-important {
  color: #3f99d7;
}

.orange-text-important {
  color: orange;
}

.bold-important {
  color: #414141;
  font-weight: bold;
}

.how-it-works-images-right {
  color: #414141;
}
.how-it-works-images-right img {
  float: right;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .how-it-works-images-right {
    width: 100%;
    min-width: none;
  }
}
@media (max-width: 767px) {

  .how-it-works-images-right {
    width: 100%;
    min-width: none;
  }
}
@media (max-width: 479px) {

  .how-it-works-images-right {
    width: 100%;
    min-width: none;
  }
}

.how-it-works-images-left {
  color: #414141;
}
.how-it-works-images-left p {
  display: inline-block;
}

.filter-header h2, h2.featured-header {
  display: inline-block;
  border-right: 1px solid #B6B6B6;
  padding-right: 20px;
  margin-right: 20px;
}
@media (max-width: 479px) {

  .filter-header h2 {
    display: block;
    border: none;
    padding-bottom: 10px;
  }
}
.filter-header .show-filters {
  float: none;
}
.filter-header .for-monitors.sorting {
  float: right;
}
@media (max-width: 767px) {

  .filter-header .for-monitors.sorting {
    float: none;
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {

  .filter-header .for-monitors.sorting .select {
    width: 135px;
  }
}
.filter-header .for-mobile.sorting {
  float: right;
}
@media (max-width: 767px) {

  .filter-header .for-mobile.sorting {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {

  .filter-header .for-mobile.sorting .filter-label {
    display: block;
  }
}
.filter-header .for-mobile.sorting select.styled {
  width: 200px;
}
@media (max-width: 767px) {

  .filter-header .for-mobile.sorting select.styled {
    width: 220px;
  }
}

select.styled {
  box-shadow: inset 0 22px 30px -14px rgba(0, 0, 0, 0.08);
  border: 1px solid #d2d2d2;
  width: 300px;
  outline: 0;
  height: 30px;
  padding: 5px;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white url(/images/select-arrow-down.png) no-repeat right center;
  padding-right: 20px;
}
select.styled.filters-select {
  margin: 5px 0;
}
@media (max-width: 479px) {

  select.styled.filters-select {
    width: 290px;
  }
}
@media (max-width: 767px) {

  select.styled.settings-select {
    width: 335px;
  }
}
@media (max-width: 479px) {

  select.styled.settings-select {
    width: 230px;
  }
}
@media (max-width: 767px) {

  select.styled.product-category {
    width: 262px;
  }
}
@media (max-width: 479px) {

  select.styled.product-category {
    width: 300px;
  }
}
@media (max-width: 767px) {

  select.styled.add-product {
    width: 260px;
  }
}
@media (max-width: 479px) {

  select.styled.add-product {
    width: 260px;
  }
}
select.styled.main-search-select {
  float: left;
  border-color: #D2D2D2;
  border-right: 0px;
  border-left: 0px;
  width: 110px;
  height: 40px;
  background-color: white;
  border-radius: 0;
  color: #707070;
  z-index: 2;
  position: relative;
}

.selected-option {
  padding: 4px 10px;
  padding-right: 26px;
  border-radius: 5px;
  border: 1px solid #aaa;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #e09206;
  background-color: #fff;
  margin-top: 5px;
  width: 142px;
  position: relative;
}
.selected-option.on-monitors {
  border-radius: 20px;
}
.selected-option .remove-filter {
  cursor: pointer;
  float: right;
  margin-top: 9px;
  vertical-align: middle;
  width: 19px;
  height: 18px;
  display: inline-block;
  background: url(/images/all-sprite.png) no-repeat 8px -278px;
  position: absolute;
  top: 50%;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}
.selected-option .remove-filter:hover {
  background-position: -18px -278px;
}

.my-products-search-container .selected-option {
  width: 195px;
}

.sort-label {
  font-size: 14px;
  line-height: 32px;
  vertical-align: middle;
  color: #444;
}

.form-notice {
  padding: 0px 10px;
  display: inline-block;
}
.form-notice li {
  line-height: 18px;
  margin: 10px 0;
}

input.error, textarea.error {
  color: #D63838;
  background-color: #FADADA;
  border-color: #F7B5B5;
}

.violation {
  vertical-align: top;
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(/images/all-sprite.png) no-repeat -69px -152px;
}
.violation:hover {
  background-position: -44px -152px;
}

.flag:hover .violation {
  background-position: -44px -152px;
}

.violations {
  width: 290px;
}
@media (max-width: 479px) {

  .violations {
    width: 250px;
    margin: 2px 0px;
  }
}

/* Select Scrollbars */
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden;
}

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}

.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}

/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}

.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}

.who-liked {
  display: none;
}

.wl-contents {
  padding: 5px 10px;
  margin-top: 10px;
  background: #d2f0ff;
  border: 1px solid #c5deef;
  position: relative;
}
.wl-contents:before {
  width: 0px;
  height: 0px;
  left: 3px;
  top: -10px;
  position: absolute;
  border-style: solid;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent #c5deef transparent;
  content: '';
}
.wl-contents:after {
  width: 0px;
  height: 0px;
  left: 1px;
  top: -9px;
  position: absolute;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #d2f0ff transparent;
  content: '';
}
@media (max-width: 1023px) and (min-width: 768px) {

  .wl-contents .user-date-details {
    margin-left: 80px;
  }
}
@media (max-width: 767px) {

  .wl-contents .user-date-details {
    float: none;
    text-align: left;
    margin-top: 15px;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {

  .wl-contents .user-buttons-container {
    margin: 0;
    float: none;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 170px;
  }
}
@media (max-width: 479px) {

  .wl-contents .user-buttons-container {
    position: relative;
    width: 100%;
    margin-left: 10px;
  }
}
.wl-contents .user-avatar {
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {

  .wl-contents .user-info {
    width: 160px;
  }
}
@media (max-width: 479px) {

  .wl-contents .user-info {
    width: 215px;
  }
}

.exchange-date-label {
  min-width: 130px;
  display: inline-block;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .exchange-date-label {
    display: block;
  }
}

@media (max-width: 479px) {

  .blacklist-buttons {
    width: 100% !important;
  }
}

.hidden-product-details {
  display: none;
}

.with-top-border {
  border-top: 1px solid #d7d7d7;
}

.violations-captcha {
  width: 100px !important;
  margin-right: 10px;
}

.violation-label {
    width: 150px;
    float: left;
    line-height: 30px;
    vertical-align: bottom;
}
.violation-label-required{
    vertical-align: super;
    font-weight: bold;
}
.form-tooltip-trigger {
  display: inline-block;
  height: 15px;
  background-color: #f0f4f7;
  border-radius: 10px;
  color: #0073b4;
  line-height: 18px;
  font-size: 12px;
  margin-left: 2px;
  margin-bottom: 2px;
  padding: 0 5px;
  border: 1px solid #0073b4;
  font-weight: bold;
  transition: all 0.3s;
}
.form-tooltip-trigger:hover {
  color: #fff;
  background-color: #0073b4;
}

.form-tooltip-popup {
  display: none;
  border: 1px solid #75b7e4;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 10;
  background-color: #fff;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
  width: 200px;
}

.input-container {
  position: relative;
}

.tooltip-holder {
  position: relative;
  display: inline-block;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-top: 5px;
  width: 320px !important;
}

.filter-options .chosen-container {
  width: 180px !important;
}
.filter-options .chosen-container-single .chosen-single {
  border-radius: 20px;
  padding: 0 0 0 15px;
}

.my-products-filter-bar .chosen-container {
  width: 230px !important;
}
.my-products-filter-bar .chosen-container-single .chosen-single {
  border-radius: 20px;
  padding: 0 0 0 15px;
}

@media (min-width: 1024px) {

  .product-sort-container {
    float: right;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {

  .product-sort-container {
    float: right;
  }
}
@media (max-width: 767px) {

  .product-sort-container {
    float: none;
    margin-top: 20px;
  }
}
.product-sort-container .chosen-container-single .chosen-single {
  border-radius: 20px;
  padding: 0 0 0 15px;
}
.product-sort-container .chosen-container {
  width: 200px !important;
}
@media (max-width: 767px) {

  .product-sort-container .chosen-container {
    width: 245px !important;
    margin-top: 0px;
  }
}
.product-sort-container .chosen-container-single .chosen-single {
  margin-top: 0;
}

.main-search-holder .chosen-container {
  width: 120px !important;
  float: left;
  width: 110px;
  height: 38px;
  border-radius: 0;
  color: #707070;
  z-index: 2;
  position: relative;
  margin-top: 0px;
  border: 1px solid #D2D2D2;
  border-color: #D2D2D2;
  border-right: 0px;
  border-left: 0px;
  font-size: 14px;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .main-search-holder .chosen-container {
    width: 110px !important;
  }
}
@media (max-width: 767px) {

  .main-search-holder .chosen-container {
    width: 115px !important;
  }
}
@media (max-width: 479px) {

  .main-search-holder .chosen-container {
    width: 113px !important;
  }
}
.main-search-holder .chosen-container-single .chosen-single span {
  line-height: 30px;
  margin-right: 8px;
}
.main-search-holder .chosen-container-single .chosen-single {
  border: none;
  padding: 5px 0;
  padding-right: 10px;
  padding-left: 3px;
  border-radius: 0;
  background: none;
  background-color: white !important;
  box-shadow: inset 0 22px 30px -14px rgba(0, 0, 0, 0.08) !important;
}
.main-search-holder .chosen-container-active .chosen-single {
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.main-search-holder .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  border-radius: 0;
  background-image: none;
  box-shadow: 0 1px 0 #fff inset;
}
.main-search-holder .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.main-search-holder .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 6px;
}
.main-search-holder .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.main-search-holder .chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
.main-search-holder .chosen-container .chosen-drop {
  border-color: #D2D2D2;
}
.main-search-holder .chosen-container-single .chosen-single div {
  width: 16px;
}
.main-search-holder .chosen-container-single .chosen-single div b {
  background: url("chosen-sprite.png") no-repeat 0px 10px;
}

.exchange-filter-options .chosen-container-single .chosen-single, .filter-header .chosen-container-single .chosen-single {
  border-radius: 20px;
  padding: 0 0 0 15px;
}
.exchange-filter-options .chosen-container, .filter-header .chosen-container {
  width: 200px !important;
}
.exchange-filter-options .chosen-container-single .chosen-single div b, .filter-header .chosen-container-single .chosen-single div b {
  background: url("chosen-sprite.png") no-repeat 0px 5px;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 27px;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 27px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 5px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("chosen-sprite.png") no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background: url("chosen-sprite.png") no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, white 15%);
  background: url("chosen-sprite.png") no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, white 15%);
  background: url("chosen-sprite.png") no-repeat 100% -20px, linear-gradient(#eeeeee 1%, white 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background: #e59f30;
  background: -moz-linear-gradient(top, #e59f30 0%, #e07700 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e59f30), color-stop(100%, #e07700));
  background: -webkit-linear-gradient(top, #e59f30 0%, #e07700 100%);
  background: -o-linear-gradient(top, #e59f30 0%, #e07700 100%);
  background: -ms-linear-gradient(top, #e59f30 0%, #e07700 100%);
  background: linear-gradient(to bottom, #e59f30 0%, #e07700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e59f30', endColorstr='#e07700',GradientType=0 );
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, white 15%);
  background-image: linear-gradient(#eeeeee 1%, white 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #E49B00;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, white));
  background-image: -webkit-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, white 80%);
  background-image: linear-gradient(#eeeeee 20%, white 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 6px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url(/images/chosen-sprite.png) no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url(/images/chosen-sprite.png) no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background: url(/images/chosen-sprite.png) no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, white 15%);
  background: url(/images/chosen-sprite.png) no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, white 15%);
  background: url(/images/chosen-sprite.png) no-repeat -30px -20px, linear-gradient(#eeeeee 1%, white 15%);
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {

  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.advertisement {
  text-align: center;
  margin-top: 10px;
}
.advertisement img {
  max-width: 100%;
}

.messages-sort-container {
  float: right;
  vertical-align: top;
}
@media (max-width: 767px) {

  .messages-sort-container {
    float: none;
    text-align: left;
  }
}
.messages-sort-container .chosen-single {
  width: 200px !important;
  border-radius: 20px;
}
.messages-sort-container .chosen-container {
  width: 217px !important;
  text-align: left;
}

.my-messages-search {
  margin-top: 10px;
}

.new-message-popup textarea {
  width: calc(100% - 40px);
  height: 60px;
}
@media (max-width: 479px) {

  .new-message-popup input[type="text"] {
    width: calc(100% - 40px);
  }
}

.uploaded-file {
  padding: 4px 10px;
  border: 1px solid #D5D5D5;
  margin-top: 10px;
  font-size: 13px;
  color: #464646;
  position: relative;
}
.uploaded-file img.file-preview {
  display: inline-block;
  max-width: 50px;
  margin-right: 5px;
}
.uploaded-file .file-details {
  margin-top: 5px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: calc(100% - 60px);
}
.uploaded-file .delete-file {
  display: inline-block;
  position: absolute;
  right: 0px;
  width: 15px;
  height: 15px;
  background: url(/images/all-sprite.png) no-repeat 2px -276px;
}
.uploaded-file .file-size {
  float: right;
  margin-right: 40px;
}
.uploaded-file .file-name {
  max-width: calc(100% - 90px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

label.required:after{
    content: "*";
}
.search-nav {
    display: none;
    height: 60px;
}
.fix-nav .search-nav{
    display: inline-block;
}
.fix-nav .icon-nav{
    display: none;
}
.main-search-height-placeholder{
    display: none;
    height: 80px;
    float: left;
}

.desktop-nav .nav-placeholder{
    height: 149px;
}

.search-nav .chosen-container-single .chosen-single{
    height: 28px;
}
    
@media (min-width: 1024px) {
    
    .main-search-div{
        width: 810px;
        float: right;
    }
    .search-area .main-search{
          width: 320px;
      }
    .filter-check{
          width: 459px;
          left: 1px;
     }
     .main-search-holder .big-blue{
          width: 172px;
          padding: 0 10px !important;
     }
    .search-nav {
        position: absolute;
        left: 190px;
    }
}
@media (max-width: 1023px) {
    
    .fix-nav .main-logo{
        display: none;
    }
    .fb-like-box{
        display: none !important;
    }
}

@media (max-width: 767px) {
    
    .fix-nav .main-logo{
        display: none;
    }
    .search-nav .big-blue{
        display: none;
    }
    .main-search-height-placeholder{
        height: 149px;
    }
}

.my-products-filter-bar .new-btn{
    float: right;
}
@media (max-width: 479px){
    .my-products-filter-bar .new-btn{
        float: left;
    }        
}
.gritter-close{
    left: inherit !important;
    right: 3px;
}
