@import url("https://fonts.cdnfonts.com/css/sf-pro-display");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'SF Pro Display', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px; }

.ChartLayout {
  display: inline-block;
  overflow: hidden !important; }

@keyframes swipe {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(100%); } }
.chart-filter {
  animation: swipe 1.5s linear infinite forwards; }

.RedInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #fcdfe0;
  color: #d72c30;
  font-weight: 500;
  cursor: pointer;
  font-size: 12px; }
  .RedInfo.MarginLeft {
    margin-left: 5px; }

.VioletInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #eeeaff;
  color: #4425c2;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px; }
  .VioletInfo.MarginLeft {
    margin-left: 5px; }

.GrayInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #f9f9f9;
  color: #555;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px; }
  .GrayInfo.MarginLeft {
    margin-left: 5px; }

.BlueInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #dbe8ff;
  color: #143eea;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px; }
  .BlueInfo.MarginLeft {
    margin-left: 5px; }

.GreenInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #eaf8ea;
  color: #33b934;
  font-weight: 500;
  cursor: pointer;
  font-size: 12px; }
  .GreenInfo.MarginLeft {
    margin-left: 5px; }

.CoinInput {
  background: #FFF8E1 !important;
  color: #FF6D00 !important;
  border: 1px solid #FFB74D !important; }

.YellowInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  cursor: pointer;
  background: #FFF8E1;
  color: #FF6D00;
  font-weight: 500;
  font-size: 12px; }
  .YellowInfo.Coins-Mini {
    padding: 1px 8px; }
    .YellowInfo.Coins-Mini div {
      display: inline-block; }
      .YellowInfo.Coins-Mini div:nth-child(2) {
        padding-left: 5px;
        font-weight: 600;
        font-size: 12px; }
    .YellowInfo.Coins-Mini img {
      width: 16px;
      vertical-align: middle; }
  .YellowInfo.Coins {
    padding: 9px 8px; }
    .YellowInfo.Coins div {
      display: inline-block; }
      .YellowInfo.Coins div:nth-child(2) {
        padding-left: 5px;
        font-weight: 600; }
    .YellowInfo.Coins img {
      width: 16px;
      vertical-align: middle; }
  .YellowInfo.MarginLeft {
    margin-left: 5px; }

.spinner {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border: 6px solid rgba(0, 174, 239, 0.15);
  border-radius: 100%; }
  .spinner.spinner-sm {
    border: 3px solid rgba(0, 0, 0, 0.15);
    height: 16px;
    width: 16px; }
    .spinner.spinner-sm:before {
      left: -3px;
      top: -3px;
      border-top: 3px solid rgba(0, 0, 0, 0.6);
      border-left: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-right: 3px solid transparent; }

.spinner:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  height: 100%;
  width: 100%;
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 100%; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg); } }
@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.spinner-md {
  height: 40px;
  width: 40px; }

.spinner-lr {
  height: 150px;
  width: 150px; }

.spinner-red {
  border: 6px solid rgba(216, 27, 34, 0.15); }

.spinner-red:before {
  border-top: 6px solid #d81b22; }

.spinner-green {
  border: 6px solid rgba(40, 183, 121, 0.15); }

.spinner-green:before {
  border-top: 6px solid #28b779; }

.spinner-grey {
  border: 6px solid rgba(139, 146, 154, 0.15); }

.spinner-grey:before {
  border-top: 6px solid #8b929a; }

[data-balloon] {
  position: relative; }

[data-balloon]::before {
  opacity: 0;
  pointer-events: none;
  transition: all .18s ease-out;
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  font-size: 12px;
  padding: .5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10; }

[data-balloon]::after {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all .18s ease-out;
  content: '';
  position: absolute;
  z-index: 10; }

[data-balloon]:hover::before, [data-balloon]:hover::after {
  opacity: 1;
  pointer-events: auto; }

[data-balloon][data-balloon-pos="up"]::before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  transform: translate3d(-50%, 10px, 0);
  transform-origin: top; }

[data-balloon][data-balloon-pos="up"]::after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  transform: translate3d(-50%, 10px, 0);
  transform-origin: top; }

[data-balloon][data-balloon-pos="up"]:hover::before {
  transform: translate3d(-50%, 0, 0); }

[data-balloon][data-balloon-pos="up"]:hover::after {
  transform: translate3d(-50%, 0, 0); }

[data-balloon][data-balloon-pos='down']::before {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  transform: translate3d(-50%, -10px, 0); }

[data-balloon][data-balloon-pos='down']::after {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 50%;
  margin-top: 5px;
  top: 100%;
  transform: translate3d(-50%, -10px, 0); }

[data-balloon][data-balloon-pos='down']:hover::before {
  transform: translate3d(-50%, 0, 0); }

[data-balloon][data-balloon-pos='down']:hover::after {
  transform: translate3d(-50%, 0, 0); }

[data-balloon][data-balloon-pos='left']::before {
  margin-right: 11px;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0); }

[data-balloon][data-balloon-pos='left']::after {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  margin-right: 5px;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0); }

[data-balloon][data-balloon-pos='left']:hover::before {
  transform: translate3d(0, -50%, 0); }

[data-balloon][data-balloon-pos='left']:hover::after {
  transform: translate3d(0, -50%, 0); }

[data-balloon][data-balloon-pos='right']::before {
  left: 100%;
  margin-left: 11px;
  top: 50%;
  transform: translate3d(-10px, -50%, 0); }

[data-balloon][data-balloon-pos='right']::after {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  transform: translate3d(-10px, -50%, 0); }

[data-balloon][data-balloon-pos='right']:hover::before {
  transform: translate3d(0, -50%, 0); }

[data-balloon][data-balloon-pos='right']:hover::after {
  transform: translate3d(0, -50%, 0); }

[data-balloon][data-balloon-length='small']::before {
  white-space: normal;
  width: 80px; }

[data-balloon][data-balloon-length='medium']::before {
  white-space: normal;
  width: 150px; }

[data-balloon][data-balloon-length='large']::before {
  white-space: normal;
  width: 260px; }

[data-balloon][data-balloon-length='xlarge']::before {
  white-space: normal;
  width: 380px; }

@media screen and (max-width: 768px) {
  [data-balloon][data-balloon-length='xlarge']::before {
    white-space: normal;
    width: 90vw; } }
[data-balloon][data-balloon-length='fit']::before {
  white-space: normal;
  width: 100%; }

.btn--block {
  display: block; }

.btn--block + .btn--block {
  margin-left: 0; }

.btn {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  padding: 10px 31px 11px;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: transparent;
  transition: background .2s,color .2s;
  text-align: center;
  text-decoration: none;
  font: 1.286em/1.1667 'Poppins',sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 22px;
  transition: border 0.1s ease-in-out; }

.btn + .btn {
  margin-left: 7px; }

.btn .b-link {
  border-radius: inherit; }

.btn.tooltip-no-js-wrap:hover > .tooltip {
  display: none !important; }

.btn:disabled > .tooltip, .btn.disabled > .tooltip {
  display: block; }

.btn--static .b-link {
  top: -1000px;
  right: -1000px;
  bottom: -1000px;
  left: -1000px; }

.btn--xsm {
  padding: 3px 15px 4px;
  border-radius: 12px;
  font-size: .929em;
  line-height: 1.308; }

.btn--xsm:before {
  border-radius: 11px; }

.btn--sm {
  padding: 7px 18px 6px;
  border-radius: 16px;
  font-size: 1em;
  line-height: 1.3572; }

.btn--sm:before {
  border-radius: 16px; }

.btn, .btn:hover {
  color: #fff; }

.btn > .icon-svg, .btn > .icon:hover, .btn > .icon-svg:hover {
  color: inherit; }

.btn--red {
  background: #f02139; }

.btn--red:hover, .btn--red:focus {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--red:active, .btn--red.active {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--orange {
  background: #ff8200; }

.btn--orange:hover, .btn--orange:focus {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--orange:active, .btn--orange.active {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dorange {
  background: #ef5322; }

.btn--dorange:hover, .btn--dorange:focus {
  background: #ef5322 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dorange:active, .btn--dorange.active {
  background: #ef5322 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--yellow {
  background: #fec309; }

.btn--yellow:hover, .btn--yellow:focus {
  background: #fec309 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--yellow:active, .btn--yellow.active {
  background: #fec309 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--greywhite {
  color: #000;
  background: #f9f9f9; }

.btn--greywhite:hover, .btn--greywhite:focus {
  color: #000;
  background: #fff linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--greywhite:active, .btn--greywhite.active {
  color: #000;
  background: #fff linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--grey {
  background: #738499; }

.btn--grey:hover, .btn--grey:focus {
  background: #738499 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--grey:active, .btn--grey.active {
  background: #738499 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--grass {
  background: #86c313; }

.btn--grass:hover, .btn--grass:focus {
  background: #86c313 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--grass:active, .btn--grass.active {
  background: #86c313 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--lime {
  background: #29cf29; }

.btn--lime:hover, .btn--lime:focus {
  background: #29cf29 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--lime:active, .btn--lime.active {
  background: #29cf29 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--green {
  background: #1ac636; }

.btn--green:hover, .btn--green:focus {
  background: #1ac636 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--green:active, .btn--green.active {
  background: #1ac636 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--aqua {
  background: #00caa8; }

.btn--aqua:hover, .btn--aqua:focus {
  background: #00caa8 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--aqua:active, .btn--aqua.active {
  background: #00caa8 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--sky {
  background: #28c4f6; }

.btn--sky:hover, .btn--sky:focus {
  background: #28c4f6 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--sky:active, .btn--sky.active {
  background: #28c4f6 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dsky {
  background: #1eb2fc; }

.btn--dsky:hover, .btn--dsky:focus {
  background: #1eb2fc linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dsky:active, .btn--dsky.active {
  background: #1eb2fc linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--lblue {
  background: #2b8cfc; }

.btn--lblue:hover, .btn--lblue:focus {
  background: #2b8cfc linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--lblue:active, .btn--lblue.active {
  background: #2b8cfc linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--blue {
  background: #000; }

.btn--blue:hover, .btn--blue:focus {
  background: #000 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--blue:active, .btn--blue.active, .btn--blue.loading {
  background: #000 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dgrey {
  background: #9aa9c5; }

.btn--dgrey:hover, .btn--dgrey:focus {
  background: #9aa9c5 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dgrey:active, .btn--dgrey.active {
  background: #9aa9c5 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--pink {
  background: #f55280; }

.btn--pink:hover, .btn--pink:focus {
  background: #f55280 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--pink:active, .btn--pink.active {
  background: #f55280 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--laguna {
  background: #2f75c1; }

.btn--laguna:hover, .btn--laguna:focus {
  background: #2f75c1 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--laguna:active, .btn--laguna.active {
  background: #2f75c1 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--vdgrey {
  background: #333844; }

.btn--vdgrey:hover, .btn--vdgrey:focus {
  background: #333844 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--vdgrey:active, .btn--vdgrey.active {
  background: #333844 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--aqua-blue {
  background: #08b5fd; }

.btn--aqua-blue:focus, .btn--aqua-blue:hover {
  background: #069fde; }

.btn--aqua-blue:active, .btn--aqua-blue.active {
  background: #0487bd; }

.btn--facebook {
  background: #3464d4; }

.btn--facebook:hover, .btn--facebook:focus {
  background: #3464d4 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--facebook:active, .btn--facebook.active {
  background: #3464d4 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--twitter {
  background: #1cacff; }

.btn--twitter:hover, .btn--twitter:focus {
  background: #1cacff linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--twitter:active, .btn--twitter.active {
  background: #1cacff linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--google {
  background: #dd4b39; }

.btn--google:hover, .btn--google:focus {
  background: #dd4b39 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--google:active, .btn--google.active {
  background: #dd4b39 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--instagram {
  background: #3674a9; }

.btn--instagram:hover, .btn--instagram:focus {
  background: #3674a9 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--instagram:active, .btn--instagram.active {
  background: #3674a9 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--linkedin {
  background: #006799; }

.btn--linkedin:hover, .btn--linkedin:focus {
  background: #006799 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--linkedin:active, .btn--linkedin.active {
  background: #006799 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--vk {
  background: #2c70b4; }

.btn--vk:hover, .btn--vk:focus {
  background: #2c70b4 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--vk:active, .btn--vk.active {
  background: #2c70b4 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--odnoklassniki {
  background: #f7882b; }

.btn--odnoklassniki:hover, .btn--odnoklassniki:focus {
  background: #f7882b linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--odnoklassniki:active, .btn--odnoklassniki.active {
  background: #f7882b linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--yandex {
  background: #ee3a2e; }

.btn--yandex:hover, .btn--yandex:focus {
  background: #ee3a2e linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--yandex:active, .btn--yandex.active {
  background: #ee3a2e linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--transparent {
  background: rgba(0, 0, 0, 0.5); }

.btn--transparent > .ico, .btn--transparent > .icon-svg {
  opacity: 0.8; }

.btn--transparent:hover, .btn--transparent:focus {
  background: rgba(0, 0, 0, 0.7); }

.btn--transparent:hover > .ico, .btn--transparent:focus > .ico, .btn--transparent.active > .ico, .btn--transparent:hover > .icon-svg, .btn--transparent:focus > .icon-svg, .btn--transparent.active > .icon-svg {
  opacity: 1; }

.btn--transparent:active {
  background: rgba(0, 0, 0, 0.9); }

.btn--glass:before {
  content: '';
  border: 2px solid rgba(255, 255, 255, 0.3); }

.btn--glass:hover:before {
  border-color: #fff; }

.btn--glass:active:before, .btn--glass.active:before {
  border-color: rgba(255, 255, 255, 0.3); }

.btn--white {
  background: #fff;
  color: #4d4d4d; }

.btn--white:before {
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.1); }

.btn--white:hover, .btn--white:focus {
  color: #2b65f8; }

.btn--white:hover:before, .btn--white:focus:before {
  border-width: 2px;
  border-color: #2b65f8; }

.btn--white:active, .btn--white.active, .btn--white.loading {
  color: #2058c6; }

.btn--white:active:before, .btn--white.active:before, .btn--white.loading:before {
  border-width: 2px;
  border-color: #2058c6; }

.btn--gold {
  background: #fff;
  color: #4d4d4d; }

.btn--gold:before {
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.1); }

.btn--gold:hover:before, .btn--gold:focus:before {
  border-width: 2px;
  border-color: #fec309; }

.btn--gold:active, .btn--gold.active, .btn--gold.loading {
  background: #fec309; }

.btn--gold:active:before, .btn--gold.active:before, .btn--gold.loading:before {
  border: none; }

.btn--gold.active:hover {
  background: #e4af08; }

.btn-normal {
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important; }
  .btn-normal:before {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important; }

select {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 100%;
  transition: all 0.2s ease;
  padding-top: 8px;
  padding-right: 35px;
  padding-bottom: 8px;
  padding-left: 10px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../drawable/icons8_triangular_arrow_down_20px_1.png) right 10px center no-repeat #fff;
  background-size: 20px; }

select:focus {
  border: 1px solid #0A84FF;
  box-shadow: transparent 0px 0px 0px 0px, rgba(10, 132, 255, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, transparent 0px 0px 0px 0px, transparent 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px; }

select:hover {
  border: 1px solid #0A84FF;
  box-shadow: transparent 0px 0px 0px 0px, rgba(10, 132, 255, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, transparent 0px 0px 0px 0px, transparent 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px; }

select::-ms-expand {
  display: none; }

@media screen and (min-width: 0\0 ) {
  select {
    background: none\9;
    padding: 5px\9; } }
input[type=text],
input[type=password],
input[type=email],
textarea {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 8.5px 14px;
  transition: all 0.2s ease; }
  input[type=text].NoHoverInput,
  input[type=password].NoHoverInput,
  input[type=email].NoHoverInput,
  textarea.NoHoverInput {
    transition: none !important;
    -webkit-box-shadow: 0 0 0 0 !important;
    -moz-box-shadow: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important; }
    input[type=text].NoHoverInput:hover, input[type=text].NoHoverInput:active, input[type=text].NoHoverInput:focus,
    input[type=password].NoHoverInput:hover,
    input[type=password].NoHoverInput:active,
    input[type=password].NoHoverInput:focus,
    input[type=email].NoHoverInput:hover,
    input[type=email].NoHoverInput:active,
    input[type=email].NoHoverInput:focus,
    textarea.NoHoverInput:hover,
    textarea.NoHoverInput:active,
    textarea.NoHoverInput:focus {
      transition: none !important;
      border: 1px solid rgba(0, 0, 0, 0.15) !important;
      -webkit-box-shadow: 0 0 0 0 !important;
      -moz-box-shadow: 0 0 0 0 !important;
      box-shadow: 0 0 0 0 !important; }
  input[type=text].codeType,
  input[type=password].codeType,
  input[type=email].codeType,
  textarea.codeType {
    background: #f9f9f9; }
    input[type=text].codeType:hover, input[type=text].codeType:focus,
    input[type=password].codeType:hover,
    input[type=password].codeType:focus,
    input[type=email].codeType:hover,
    input[type=email].codeType:focus,
    textarea.codeType:hover,
    textarea.codeType:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  input[type=text].SelectorRight,
  input[type=password].SelectorRight,
  input[type=email].SelectorRight,
  textarea.SelectorRight {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px; }
  input[type=text]:hover, input[type=text]:focus,
  input[type=password]:hover,
  input[type=password]:focus,
  input[type=email]:hover,
  input[type=email]:focus,
  textarea:hover,
  textarea:focus {
    border: 1px solid #0A84FF;
    box-shadow: transparent 0px 0px 0px 0px, rgba(10, 132, 255, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, transparent 0px 0px 0px 0px, transparent 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px; }

input[type=checkbox].r_checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  transition: all 0.2s ease; }

input[type=checkbox].r_checkbox + label.label {
  padding-left: 35px;
  transition: all 0.2s ease;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  margin: 2px;
  line-height: 24px;
  height: 24px; }

input[type=checkbox].r_checkbox:hover + label.label {
  background-position: 0 -24px; }

input[type=checkbox].r_checkbox:checked + label.label {
  background-position: 0 -48px; }

.label {
  background-position: 0 0px; }

.label-blue {
  background-image: url(../drawable/checkbox.png); }

input[type=radio].r_radio {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=radio].r_radio + label.label {
  transition: all 0.2s ease;
  padding-left: 35px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  margin: 2px;
  line-height: 24px;
  height: 24px; }

input[type=radio].r_radio:hover + label.label {
  background-position: 0 -24px; }

input[type=radio].r_radio:checked + label.label {
  background-position: 0 -48px; }

.InputMultiSelector {
  float: left;
  display: inline-block;
  position: relative;
  width: 100%; }
  .InputMultiSelector input[type=text] {
    background: url(../drawable/icons8_triangular_arrow_down_20px_1.png) right 10px center no-repeat #fff;
    background-size: 20px; }
  .InputMultiSelector .InputMultiSelectorList {
    position: absolute;
    left: 0;
    min-width: 250px;
    max-width: 400px;
    display: none; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box {
      float: left;
      width: 100%;
      padding: 10px 0;
      position: relative;
      background: #fff;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid #ccc; }
      .InputMultiSelector .InputMultiSelectorList .arrow_box .option {
        float: left;
        width: 100%;
        padding: 5px 20px;
        font-size: 14px; }
        .InputMultiSelector .InputMultiSelectorList .arrow_box .option label {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          font-size: 14px; }
        .InputMultiSelector .InputMultiSelectorList .arrow_box .option:hover {
          background: #f2f2f2; }
      .InputMultiSelector .InputMultiSelectorList .arrow_box .optgroup {
        float: left;
        width: 100%;
        padding: 5px 20px;
        font-weight: 600;
        font-size: 11px; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box:after, .InputMultiSelector .InputMultiSelectorList .arrow_box:before {
      bottom: 100%;
      left: 12%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 10px;
      margin-left: -10px; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box:before {
      border-color: rgba(204, 204, 204, 0);
      border-bottom-color: #ccc;
      border-width: 11px;
      margin-left: -11px; }

.ic_close {
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: 0.3; }
  .ic_close:hover {
    opacity: 1;
    cursor: pointer; }

.ic_close:before, .ic_close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 17px;
  width: 2px;
  background-color: #333; }

.ic_close:before {
  transform: rotate(45deg); }

.ic_close:after {
  transform: rotate(-45deg); }

.Toast {
  position: fixed;
  right: 20px;
  z-index: 9900000000000;
  top: 20px; }
  .Toast.Error .Toast-Inner {
    border-left: 5px solid #FC6404; }
    .Toast.Error .Toast-Inner .Toast-Icon {
      color: #fff; }
      .Toast.Error .Toast-Inner .Toast-Icon .Icon-Inner {
        background: #FC6404; }
  .Toast.Info .Toast-Inner {
    border-left: 5px solid #1A3AF8; }
    .Toast.Info .Toast-Inner .Toast-Icon {
      color: #fff; }
      .Toast.Info .Toast-Inner .Toast-Icon .Icon-Inner {
        background: #1A3AF8; }
  .Toast.Success .Toast-Inner {
    border-left: 5px solid #08B62C; }
    .Toast.Success .Toast-Inner .Toast-Icon {
      color: #fff; }
      .Toast.Success .Toast-Inner .Toast-Icon .Icon-Inner {
        background: #08B62C; }
  .Toast .Toast-Inner {
    border-left: 5px solid #ccc;
    border-left: 5px;
    display: flex;
    align-items: center;
    width: 500px;
    max-width: 500px;
    background: #fff;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .Toast .Toast-Inner .Toast-Close {
      border-left: 1px solid #e2e2e2;
      display: inline-block;
      padding: 15px 20px;
      font-size: 16px; }
      .Toast .Toast-Inner .Toast-Close:hover {
        color: #1A3AF8;
        cursor: pointer; }
    .Toast .Toast-Inner .Toast-Icon {
      display: inline-block;
      padding: 0 20px;
      font-size: 16px;
      font-weight: 900; }
      .Toast .Toast-Inner .Toast-Icon .Icon-Inner {
        display: inline-block;
        background: #ccc;
        width: 30px;
        height: 30px;
        max-height: 30px;
        text-align: center;
        line-height: 32px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px; }
    .Toast .Toast-Inner .Toast-Text {
      display: inline-block;
      width: 100%;
      padding: 15px 0; }
      .Toast .Toast-Inner .Toast-Text b {
        display: inline-block;
        width: 100%;
        font-weight: 600;
        font-size: 15px;
        line-height: 24px; }
      .Toast .Toast-Inner .Toast-Text i {
        display: inline-block;
        width: 100%;
        font-weight: 300;
        font-size: 15px;
        font-style: normal;
        color: #666;
        line-height: 24px; }

#contextmenu {
  position: fixed;
  left: -50%;
  top: -50%;
  background-color: #fafafa;
  font-size: 10pt;
  z-index: 1000;
  border: 1px solid #ccc;
  box-shadow: 0 0 6pt rgba(0, 0, 0, 0.1);
  border-radius: 4pt;
  padding: 0.5em 0 0.5em 0;
  display: block; }

#contextmenu hr {
  border: none;
  border-bottom: 1px solid #eee; }

#contextmenu a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 0.5em 2em 0.5em 0.75em;
  max-width: 18em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#contextmenu a:hover {
  background-color: #1A3AF8;
  color: #fff; }

#contextmenu a::before {
  content: '';
  float: left;
  margin-right: 0.75em;
  width: 0.8em;
  height: 1em;
  display: inline-block; }

#contextmenu a.print::before {
  content: '\2399'; }

#contextmenu a.ticked::before {
  content: '\2713'; }

#contextmenu a.unticked::before {
  content: '\2610'; }

/* Animatinons */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1.0; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1.0; } }
@-webkit-keyframes fadeOut {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }
@keyframes fadeOut {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }
.is-fadingIn {
  -webkit-animation: fadeIn 0.1s ease-out;
  animation: fadeIn 0.1s ease-out;
  opacity: 1.0;
  display: block; }

.is-fadingOut {
  -webkit-animation: fadeOut 0.1s ease-out;
  animation: fadeOut 0.1s ease-out;
  opacity: 0.0;
  display: block; }

.switch input {
  display: none; }

.switch * {
  box-sizing: border-box;
  vertical-align: middle; }

.switch {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  cursor: pointer; }

.switch .span {
  display: inline-block;
  width: 48px;
  height: 30px;
  position: relative;
  border-radius: 15px;
  border: 1px solid #cecece;
  transition: all .6s linear; }

.switch input:checked ~ .span {
  background: #4cd964;
  transition: all .2s ease; }

.switch .span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  background: #FFF;
  transition: all .4s ease; }

.switch .span:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: #FFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 1px;
  left: 1px;
  transition: all .2s linear; }

.switch input:checked ~ .span:after {
  transform: translate3d(18px, 0, 0); }

.switch input:checked ~ .span:before {
  transform: scale3d(0, 0, 0); }

/*
## Themes #############################
*/
.switch[data-tint="red"] input:checked ~ .span {
  background: #ff3b30; }

.switch[data-tint="orange"] input:checked ~ .span {
  background: #ff9500; }

.switch[data-tint="yellow"] input:checked ~ .span {
  background: #ffcc00; }

.switch[data-tint="teal-blue"] input:checked ~ .span {
  background: #5ac8fa; }

.switch[data-tint="blue"] input:checked ~ .span {
  background: #007aff; }

.switch[data-tint="purple"] input:checked ~ .span {
  background: #5856d6; }

.switch[data-tint="pink"] input:checked ~ .span {
  background: #ff2d55; }

/*
## end Themes ###########################
*/
/*
## Stretch effect #######################
*/
.switch input:active ~ .span:after {
  width: 33px; }

.switch input:checked:active ~ .span:after {
  transform: translate3d(11px, 0, 0); }

/*
## end Stretch effect ###################
*/
/*
## Scaling ##############################
*/
.switch-sm .span {
  width: 36px;
  height: 22.5px;
  border-radius: 11.25px; }

.switch-sm .span:before {
  border-radius: 11.25px; }

.switch-sm .span:after {
  width: 19.5px;
  height: 19.5px;
  border-radius: 9.75px; }

.switch-sm input:checked ~ .span:after {
  transform: translate3d(13.5px, 0, 0); }

.switch-sm input:active ~ .span:after {
  width: 24.75px; }

.switch-sm input:checked:active ~ .span:after {
  transform: translate3d(8.25px, 0, 0); }

.switch-lg .span {
  width: 60px;
  height: 37.5px;
  border-radius: 18.75px; }

.switch-lg .span:before {
  border-radius: 18.75px; }

.switch-lg .span:after {
  width: 32.5px;
  height: 32.5px;
  border-radius: 16.25px; }

.switch-lg input:checked ~ .span:after {
  transform: translate3d(22.5px, 0, 0); }

.switch-lg input:active ~ .span:after {
  width: 41.25px; }

.switch-lg input:checked:active ~ .span:after {
  transform: translate3d(13.75px, 0, 0); }

/*
## end Scaling ##########################
*/
/*
## States ###############################
*/
.switch input[disabled] ~ .span:before {
  background: #f2f2f2; }

.switch input[disabled] ~ .span:after {
  background: #f2f2f2; }

/*
## end States ###########################
*/
.ProductEditLayout .__Content .__Content_Left {
  width: 100% !important; }

.ProductEditLayout .__Content .__Content_Right {
  display: none !important; }

.ProductEditLayout {
  margin-top: 0 !important;
  border: 0 !important; }

.msg .bubble .txt .timestamp {
  display: flex !important;
  gap: 0.4rem;
  align-items: center;
  text-transform: unset !important;
  padding: 0.2rem 1rem 0 0 !important; }
  .msg .bubble .txt .timestamp span {
    display: flex; }

.msg .bubble .txt .message {
  color: #fff !important; }

.msg .bubble .txt .timestamp {
  color: rgba(255, 255, 255, 0.7) !important; }

.msg .bubble .txt .name.alt {
  color: #fff !important; }

.msg .bubble.alt {
  background: #000 !important; }

.msg .bubble {
  -webkit-border-radius: 10px 0 10px 10px !important;
  -moz-border-radius: 10px 0 10px 10px !important;
  border-radius: 10px 0 10px 10px !important; }

.msg .bubble.altfollow {
  background: #000 !important; }
  .msg .bubble.altfollow .txt .message {
    color: #fff !important; }

.ProductEditLayout .__Content .__Content_Left .__WarningTextView {
  color: #ff4254 !important;
  background: rgba(255, 66, 84, 0.1) !important; }

.__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__ChatBottom_InputBar .__ImagePicker {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.CategoryListLayout {
  padding-top: 0rem !important; }

.__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__ChatBottom_InputBar .__ImagePicker span {
  width: 45px !important; }

.__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__ChatBottom_InputBar {
  background: #f2f2f2 !important;
  border: 0;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important; }
  .__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__ChatBottom_InputBar .__TextInput input {
    padding-left: 0 !important;
    border-color: transparent !important;
    background: transparent !important; }
    .__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__ChatBottom_InputBar .__TextInput input:hover, .__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__ChatBottom_InputBar .__TextInput input:focus, .__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__ChatBottom_InputBar .__TextInput input:active {
      -webkit-box-shadow: 0 0 0 0 !important;
      -moz-box-shadow: 0 0 0 0 !important;
      box-shadow: 0 0 0 0 !important; }

.__ChatBottom {
  padding: 0.5rem;
  background: #fff !important; }

.msg .bubble .bubble-arrow.alt::after {
  border-top: 15px solid #000 !important; }

.__Chat_Content .__Chat_Content_Right .__ChatTop .__ChatTop_Content .__ChatTop_ProductTitle a {
  color: #000; }

.__LoadingScreen {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center; }

.__ChatTop_Content {
  display: flex;
  width: 100%; }

.__Chat_Content .__Chat_Content_Right .__ChatTop .__ChatTop_Content .__ChatTop_ProductTitle {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: unset !important;
  width: unset !important; }

.__Chat_Content .__Chat_Content_Right .__ChatTop .__ChatTop_Content .__ChatTop_Options {
  width: unset !important; }

.__OptionsButtonWithDropDown {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #f2f2f2;
  align-items: center;
  justify-content: center; }

.Services {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e2e2e2; }

.__ViewDay {
  display: flex;
  gap: 1rem; }
  .__ViewDay .__ViewDayTimes {
    align-items: center;
    width: 300px;
    display: flex;
    gap: 0.5rem; }

.__ServiceController {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr); }
  .__ServiceController .__GridItem {
    border-right: 1px solid #e2e2e2;
    display: flex;
    flex-direction: column; }
    .__ServiceController .__GridItem:last-child {
      border-right: 0; }
    .__ServiceController .__GridItem .panel-body {
      height: 200px;
      overflow: auto;
      scrollbar-width: thin;
      display: flex;
      flex-direction: column;
      gap: 0.4rem;
      padding: 1rem 1.5rem; }
    .__ServiceController .__GridItem .__Title {
      display: flex;
      font-weight: 500;
      font-size: 16px;
      padding: 1rem 1.7rem;
      border-bottom: 1px solid #e2e2e2; }

._PriceForm {
  display: flex; }
  ._PriceForm select {
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    flex: 2; }
  ._PriceForm input[type=text].Info {
    width: 40px !important;
    -webkit-border-radius: 0 8px 8px 0 !important;
    -moz-border-radius: 0 8px 8px 0 !important;
    border-radius: 0 8px 8px 0 !important;
    border-left: 0 !important; }
  ._PriceForm input[type=text].Price {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    flex: 3; }

.CreateLayout {
  display: flex;
  width: 100%; }
  .CreateLayout .__Left {
    display: flex;
    flex: 1;
    border-right: 1px solid #e2e2e2; }
  .CreateLayout .__Right {
    position: sticky;
    align-self: flex-start;
    top: 0;
    width: 350px; }

label {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  cursor: pointer; }

[type=checkbox], [type=radio] {
  width: 1.3rem;
  height: 1.3rem;
  color: #000;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 50%;
  background-color: #222;
  transition: background 300ms;
  cursor: pointer; }
  [type=checkbox].White, [type=radio].White {
    background-color: #f9f9f9; }
    [type=checkbox].White::before, [type=radio].White::before {
      box-shadow: inset 0 0 0 1px #ccc; }

[type=checkbox]::before, [type=radio]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #666; }

[type=checkbox]:checked, [type=radio]:checked {
  background-color: currentcolor; }

[type=checkbox]:checked::before, [type=radio]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E"); }

[type=checkbox]:disabled, [type=radio]:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed; }

[type=checkbox]::-ms-check {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8; }

[type=checkbox]:checked::-ms-check {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E"); }

iframe {
  background: #f9f9f9;
  background: linear-gradient(339deg, #f9f9f9 42%, #f0f0f0 100%); }

.InfoBoxSeller {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #FDD835;
  background: linear-gradient(260deg, white 60%, #fffde7 100%);
  padding: 1rem 2rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .InfoBoxSeller span {
    display: inline-block; }
    .InfoBoxSeller span:nth-child(1) {
      width: 70px; }
      .InfoBoxSeller span:nth-child(1) i {
        color: #FDD835;
        font-size: 50px; }
    .InfoBoxSeller span:nth-child(2) {
      width: calc(100% - 70px); }
      .InfoBoxSeller span:nth-child(2) b {
        font-weight: 600;
        font-size: 16px; }

.__VerifyAlreadyGoLogged {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 20px; }

.UserProfileReport {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  border-top: 1px solid #e2e2e2;
  width: 100%;
  padding: 1rem 0; }

.__GridItemsBeta {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  grid-gap: 1rem;
  position: relative;
  overflow: hidden; }
  .__GridItemsBeta .swiper-slide {
    overflow: hidden;
    position: relative;
    flex-shrink: 100 !important;
    width: 100%;
    height: 140px !important;
    background: #f2f2f2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: flex;
    padding: 1rem;
    font-size: 16px;
    font-weight: 600; }
    .__GridItemsBeta .swiper-slide .__ImageView {
      position: absolute;
      top: 45px;
      right: 0px; }
      .__GridItemsBeta .swiper-slide .__ImageView img {
        width: 128px; }
    .__GridItemsBeta .swiper-slide a {
      color: inherit;
      text-decoration: none;
      font-weight: 600;
      font-size: 16px; }
  .__GridItemsBeta .swiper {
    display: grid;
    width: 100%;
    height: 128px; }
    .__GridItemsBeta .swiper .swiper-wrapper {
      overflow: visible;
      display: flex;
      width: 100%; }
    .__GridItemsBeta .swiper .swiper-slide {
      overflow: hidden;
      position: relative;
      flex-shrink: 100 !important;
      width: 128px !important;
      height: 128px !important;
      background: #f2f2f2;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      display: flex;
      padding: 1rem;
      font-size: 16px;
      font-weight: 600; }
      .__GridItemsBeta .swiper .swiper-slide .__ImageView {
        position: absolute;
        top: 55px;
        left: 20px; }
        .__GridItemsBeta .swiper .swiper-slide .__ImageView img {
          width: 128px; }
      .__GridItemsBeta .swiper .swiper-slide a {
        color: inherit;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px; }
  .__GridItemsBeta .__Item {
    display: inline-block; }

.__LanguageItems {
  display: flex;
  column-gap: 0.5rem;
  width: 100%;
  font-size: 11px; }
  .__LanguageItems a {
    font-size: 11px; }

.SeoTextView {
  display: inline-block;
  width: 100%;
  color: #555 !important; }
  .SeoTextView h1 {
    font-weight: 700 !important;
    font-size: 18px !important; }
  .SeoTextView h2 {
    font-weight: 600 !important;
    font-size: 16px !important; }
  .SeoTextView p {
    font-size: 16px !important;
    font-weight: 300 !important;
    margin: 0.5rem 0 !important;
    padding: 0 !important; }
  .SeoTextView strong {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 16px !important; }

.__PriceTagView {
  display: flex; }
  .__PriceTagView.Blue input[type=text]:nth-child(2) {
    background: linear-gradient(0deg, rgba(43, 101, 248, 0.1) 0%, white 100%) !important;
    font-weight: 600;
    color: #2b65f8;
    border: 1px solid #2b65f8; }
  .__PriceTagView input[type=text]:nth-child(1) {
    width: calc(100% - 50px) !important;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    border-right: 0; }
  .__PriceTagView input[type=text]:nth-child(2) {
    width: 50px !important;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0; }

h1 {
  font-weight: 500; }

h2 {
  font-weight: 400; }

h1, h2, h3, h4, h5 {
  font-weight: inherit !important;
  font-size: inherit !important;
  padding: 0 !important;
  margin: 0 !important; }

b {
  font-weight: 600; }

body {
  background: #fff;
  margin: 0; }

section.Layout {
  border: 0; }

iframe {
  vertical-align: middle; }

.showBlockedElements {
  margin-top: 20px;
  display: none;
  float: left;
  width: 100%;
  background: #ffebee;
  border: 1px solid #ef9a9a;
  background: linear-gradient(45deg, #ffebee 0%, white 36%);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden; }
  .showBlockedElements .__TextViewWithBackground {
    padding: 15px;
    width: calc(100% - 64px);
    background: url("../../res/drawable/icon_blocker_innfo.jpg") top right no-repeat;
    background-size: 180px auto; }
    .showBlockedElements .__TextViewWithBackground span {
      float: left;
      width: 100%; }
      .showBlockedElements .__TextViewWithBackground span:nth-child(1) {
        font-weight: 600;
        font-size: 16px;
        color: #f44336; }
      .showBlockedElements .__TextViewWithBackground span:nth-child(2) {
        width: 70%; }
  .showBlockedElements .__Icon {
    padding: 15px;
    width: 64px;
    display: inline-block; }
    .showBlockedElements .__Icon img {
      vertical-align: middle;
      width: 48px; }

.WideBlockDisplay {
  float: left;
  width: 100%;
  padding: 12px;
  background: #f9f9f9;
  border-bottom: 1px solid #eee; }
  .WideBlockDisplay.InfoType {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    margin-top: 20px; }
    .WideBlockDisplay.InfoType img {
      vertical-align: middle;
      width: 100%; }
      .WideBlockDisplay.InfoType img:hover {
        cursor: pointer;
        filter: brightness(1.02); }
  .WideBlockDisplay.Google {
    padding: 0; }
  .WideBlockDisplay.BorderRadius {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  .WideBlockDisplay iframe {
    vertical-align: middle;
    width: 100%;
    height: 90px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .WideBlockDisplay {
      padding: 0; } }

.isStar {
  color: #FFD600; }

.CategorySearchFields {
  display: none;
  width: 100%; }

.CategoryTabSearchButton {
  display: flex;
  padding: 1rem 0;
  justify-content: center;
  margin-bottom: 0.5rem;
  border: 1px solid #e2e2e2;
  border-top: 0;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.__SubCategoryListener {
  color: #ddd;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.4rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e2e2e2;
  font-size: 11px; }
  .__SubCategoryListener a {
    display: inline-block; }
  .__SubCategoryListener b {
    color: #000; }
  .__SubCategoryListener * {
    font-size: 11px; }

.CategoryTabSearchResults {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  border: 1px solid #e2e2e2;
  border-top: 0;
  padding: 1rem;
  grid-gap: 1rem; }
  .CategoryTabSearchResults .__InputSplit {
    display: flex;
    column-gap: 0.5rem; }
  .CategoryTabSearchResults form {
    width: 100%;
    display: inline-block; }
  .CategoryTabSearchResults .__SearchItem {
    display: inline-block;
    width: 100%; }
    .CategoryTabSearchResults .__SearchItem span {
      display: inline-block;
      width: 100%; }
      .CategoryTabSearchResults .__SearchItem span:nth-child(1) {
        font-weight: 600;
        padding-bottom: 0.5rem; }
      .CategoryTabSearchResults .__SearchItem span select, .CategoryTabSearchResults .__SearchItem span input {
        width: 100%;
        height: 39.4px; }

.CategoryTabLayoutItems {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 1rem; }
  .CategoryTabLayoutItems.NoTop {
    margin-bottom: 0; }
  .CategoryTabLayoutItems .__SortTypes {
    display: flex;
    align-items: center; }
    .CategoryTabLayoutItems .__SortTypes .__Left select {
      padding: 3px 10px;
      height: auto;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: 0;
      font-size: 11px;
      font-weight: 600;
      border-left: 1px solid #e2e2e2; }
    .CategoryTabLayoutItems .__SortTypes .__Left a {
      font-weight: 600;
      font-size: 11px; }
    .CategoryTabLayoutItems .__SortTypes .__Left.Padding {
      padding-right: 1rem; }
  .CategoryTabLayoutItems .__TabItems {
    display: inline-block;
    padding-top: 0.5rem; }
    .CategoryTabLayoutItems .__TabItems .__Item {
      background: linear-gradient(0deg, #f9f9f9 0%, white 58%);
      position: relative;
      display: inline-block;
      border: 1px solid #e2e2e2;
      border-bottom: 0;
      border-left: 0;
      padding: 0.6rem 1rem;
      font-weight: 600; }
      .CategoryTabLayoutItems .__TabItems .__Item:hover {
        cursor: pointer;
        color: #304ffe; }
      .CategoryTabLayoutItems .__TabItems .__Item.Active {
        background: #fff; }
        .CategoryTabLayoutItems .__TabItems .__Item.Active::before {
          position: absolute;
          content: "";
          background: #fff;
          height: 2px;
          left: 0;
          bottom: -1px;
          z-index: 10;
          width: 100%; }
      .CategoryTabLayoutItems .__TabItems .__Item:last-child {
        -webkit-border-radius: 0 6px 0 0;
        -moz-border-radius: 0 6px 0 0;
        border-radius: 0 6px 0 0; }
      .CategoryTabLayoutItems .__TabItems .__Item:first-child {
        -webkit-border-radius: 6px 0 0 0;
        -moz-border-radius: 6px 0 0 0;
        border-radius: 6px 0 0 0;
        border-left: 1px solid #e2e2e2; }

a {
  color: #2b65f8;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #2b65f8; }

.ErrorMessage {
  display: inline-block;
  background: rgba(255, 86, 112, 0.25);
  width: 100%;
  color: #ff3d5a;
  padding: 10px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: 600; }
  .ErrorMessage.Padding-50 {
    margin: 0 50px;
    width: calc(100% - 100px); }

.InternetExplorerFail {
  position: fixed;
  z-index: 100000000000;
  top: 121px;
  left: 0;
  height: calc(100% - 121px);
  width: 100%;
  background: #fff; }
  .InternetExplorerFail .InternetExplorerFail_Layout {
    text-align: center;
    float: left;
    width: 100%;
    padding-top: 40px; }
    .InternetExplorerFail .InternetExplorerFail_Layout .__SearchButton {
      float: left;
      width: 100%;
      padding-top: 40px; }
    .InternetExplorerFail .InternetExplorerFail_Layout .__BrowserItems {
      float: left;
      width: 100%;
      padding-top: 50px; }
      .InternetExplorerFail .InternetExplorerFail_Layout .__BrowserItems .__Item {
        margin-left: 10px;
        padding-top: 10px;
        font-weight: 600;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        display: inline-block;
        width: 140px;
        height: 140px;
        background: #f9f9f9; }
        .InternetExplorerFail .InternetExplorerFail_Layout .__BrowserItems .__Item:hover {
          cursor: pointer;
          background: #eee; }
        .InternetExplorerFail .InternetExplorerFail_Layout .__BrowserItems .__Item:first-child {
          margin-left: 0; }
        .InternetExplorerFail .InternetExplorerFail_Layout .__BrowserItems .__Item img {
          vertical-align: middle;
          width: 90px; }
    .InternetExplorerFail .InternetExplorerFail_Layout .__Title_Sub {
      float: left;
      width: 100%;
      padding-top: 10px;
      font-weight: 300;
      font-size: 16px; }
    .InternetExplorerFail .InternetExplorerFail_Layout .__Title {
      float: left;
      width: 100%;
      font-weight: 600;
      font-size: 24px; }

.ResponsiveViewProductContactButtons {
  position: fixed;
  width: 100%;
  display: none;
  background: #f9f9f9;
  left: 0;
  bottom: 0;
  z-index: 1000000;
  -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05); }
  .ResponsiveViewProductContactButtons .__ButtonView {
    display: flex;
    column-gap: 0.4em;
    width: 100%;
    padding: 5px; }
    .ResponsiveViewProductContactButtons .__ButtonView .__ButtonItem {
      width: 100%;
      display: inline-block;
      font-size: 16px; }
      .ResponsiveViewProductContactButtons .__ButtonView .__ButtonItem .btn {
        margin: 0;
        width: 100%;
        height: 40px;
        line-height: 26px; }

.HomeInfoLayer {
  float: left;
  width: 100%;
  display: none; }
  .HomeInfoLayer img {
    width: 100% !important;
    vertical-align: middle; }

.__ResponsiveView_DrawerMenu {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000001;
  top: 0;
  left: 0; }
  .__ResponsiveView_DrawerMenu .__DrawerLayout {
    display: flex;
    width: 100%;
    height: 100vh; }
    .__ResponsiveView_DrawerMenu .__DrawerLayout .__LoginItem {
      float: left;
      width: 100%;
      padding: 5px 20px; }
      .__ResponsiveView_DrawerMenu .__DrawerLayout .__LoginItem .btn {
        margin: 0;
        width: 100%;
        font-size: 16px; }
    .__ResponsiveView_DrawerMenu .__DrawerLayout .__DrawerMenu_LinkItems {
      float: left;
      width: 100%;
      height: calc(100% - 120px);
      overflow: auto;
      padding: 10px 0; }
    .__ResponsiveView_DrawerMenu .__DrawerLayout .__DrawerMenu_Link {
      display: flex;
      width: 100%;
      padding: 12px 10px;
      align-items: center; }
      .__ResponsiveView_DrawerMenu .__DrawerLayout .__DrawerMenu_Link:hover {
        background: #f9f9f9; }
      .__ResponsiveView_DrawerMenu .__DrawerLayout .__DrawerMenu_Link span {
        float: left; }
        .__ResponsiveView_DrawerMenu .__DrawerLayout .__DrawerMenu_Link span:nth-child(1) {
          width: 50px;
          text-align: center; }
          .__ResponsiveView_DrawerMenu .__DrawerLayout .__DrawerMenu_Link span:nth-child(1) i {
            color: #555555;
            font-size: 24px; }
        .__ResponsiveView_DrawerMenu .__DrawerLayout .__DrawerMenu_Link span:nth-child(2) {
          width: calc(100% - 50px);
          font-weight: 600; }
    .__ResponsiveView_DrawerMenu .__DrawerLayout .__DrawerMenu_Logo {
      float: left;
      width: 100%;
      background: #143eea url("../../upload/assets/logo_white.png") center no-repeat;
      background-size: cover;
      height: 120px; }
  .__ResponsiveView_DrawerMenu .__DrawerMenuCloseView {
    float: left;
    width: 100px;
    height: 100vh;
    cursor: pointer; }
  .__ResponsiveView_DrawerMenu .__DrawerMenu {
    float: left;
    width: calc(100% - 100px);
    max-width: 370px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
    height: 100vh; }
    .__ResponsiveView_DrawerMenu .__DrawerMenu .__DrawerMenu_Links {
      float: left;
      width: 100%;
      padding: 10px 25px;
      display: flex;
      flex-wrap: wrap;
      column-gap: 0.5em; }
      .__ResponsiveView_DrawerMenu .__DrawerMenu .__DrawerMenu_Links .__Item {
        display: table; }
        .__ResponsiveView_DrawerMenu .__DrawerMenu .__DrawerMenu_Links .__Item a {
          font-size: 11px !important; }

.__LocationPickView {
  position: absolute;
  display: none;
  right: 0;
  top: 40px; }
  .__LocationPickView .arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    padding: 1rem 1rem;
    width: 240px; }
    .__LocationPickView .arrow_box .__BlockItem {
      padding-top: 0.6rem;
      display: inline-block;
      width: 100%;
      position: relative; }
      .__LocationPickView .arrow_box .__BlockItem .__SearchAutocompleteResults {
        display: none;
        position: relative; }
      .__LocationPickView .arrow_box .__BlockItem:first-child {
        padding-top: 0; }
      .__LocationPickView .arrow_box .__BlockItem input {
        border: 1px solid #ccc;
        padding: 0.6rem 1rem;
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0; }
  .__LocationPickView .arrow_box:after, .__LocationPickView .arrow_box:before {
    bottom: 100%;
    right: 10px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .__LocationPickView .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px; }
  .__LocationPickView .arrow_box:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ccc;
    border-width: 9px;
    margin-left: -9px; }

.HeaderLayoutResponsive {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #143eea;
  height: 60px;
  border-bottom: 1px solid #143eea;
  z-index: 100000000; }
  .HeaderLayoutResponsive .__HeaderLayoutResponsive {
    display: flex;
    height: 60px;
    width: 100%;
    align-items: center; }
    .HeaderLayoutResponsive .__HeaderLayoutResponsive .__TitleTextBar {
      float: left;
      display: none;
      width: calc(100% - 50px);
      font-weight: 600;
      font-size: 16px;
      color: #fff; }
    .HeaderLayoutResponsive .__HeaderLayoutResponsive .__DrawerMenu {
      float: left;
      width: 50px;
      text-align: center;
      color: #fff; }
      .HeaderLayoutResponsive .__HeaderLayoutResponsive .__DrawerMenu i {
        font-size: 20px;
        vertical-align: middle; }
    .HeaderLayoutResponsive .__HeaderLayoutResponsive .__UserProfile {
      float: left;
      width: 60px;
      padding-left: 10px; }
      .HeaderLayoutResponsive .__HeaderLayoutResponsive .__UserProfile .__UserProfileLayout {
        position: relative;
        float: left;
        width: 36px;
        height: 36px;
        background: #f9f9f9;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        overflow: hidden; }
        .HeaderLayoutResponsive .__HeaderLayoutResponsive .__UserProfile .__UserProfileLayout img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar {
      float: left;
      position: relative;
      width: calc(100% - 50px - 60px); }
      .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar input {
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
        border: 1px solid #fff;
        height: 36px;
        padding-left: 40px;
        padding-right: 60px; }
        .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar input:hover, .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar input:active, .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar input:focus {
          -webkit-box-shadow: 0 0 0 0;
          -moz-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0; }
      .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar .__LocationIcon {
        position: absolute;
        right: 0;
        top: 0; }
        .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar .__LocationIcon .__LocationIconBase {
          width: 36px;
          height: 36px;
          -webkit-border-radius: 0 6px 6px 0;
          -moz-border-radius: 0 6px 6px 0;
          border-radius: 0 6px 6px 0;
          background: #dbe8ff;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center; }
          .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar .__LocationIcon .__LocationIconBase i {
            color: #143eea;
            font-size: 16px; }
      .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar .__SearchIcon {
        position: absolute;
        top: 9px;
        left: 15px; }

.RelativeLayout {
  float: left;
  width: 100%; }
  .RelativeLayout .__Center {
    position: relative;
    margin: 0 auto;
    width: 1340px; }
    @media screen and (max-width: 1340px) {
      .RelativeLayout .__Center {
        width: 994px; }
        .RelativeLayout .__Center .__Displays {
          display: none; } }
    .RelativeLayout .__Center .Layout {
      float: left;
      display: inline-block;
      width: 994px; }
      .RelativeLayout .__Center .Layout.Relative {
        position: relative; }
        .RelativeLayout .__Center .Layout.Relative .SearchFiltersCategoryListener {
          position: absolute;
          margin-top: 30px; }
      .RelativeLayout .__Center .Layout .__SearchItems {
        float: left;
        width: 100%; }
        .RelativeLayout .__Center .Layout .__SearchItems .__SearchItemsScrollView {
          display: -webkit-inline-box;
          width: 100%;
          overflow: auto; }
    .RelativeLayout .__Center .__Displays {
      top: 0;
      right: 0;
      position: absolute;
      width: 346px;
      padding-left: 32px;
      padding-top: 30px; }
      .RelativeLayout .__Center .__Displays .__ShowDisplay {
        float: left;
        display: flex;
        width: 100%;
        position: sticky;
        top: 120px; }
      .RelativeLayout .__Center .__Displays.__CategoryView {
        top: 45px; }
      .RelativeLayout .__Center .__Displays .Sticky {
        position: fixed;
        top: 140px; }

.InputTextView {
  padding-top: 10px;
  float: left;
  width: 100%; }
  .InputTextView.Bigger {
    padding-top: 20px; }
  .InputTextView:first-child {
    padding-top: 0 !important; }
  .InputTextView .btn {
    width: 100%; }
  .InputTextView span {
    float: left;
    width: 100%; }
    .InputTextView span input {
      width: 100%; }
    .InputTextView span:nth-child(1) {
      font-weight: 600; }
    .InputTextView span:nth-child(2) {
      padding-top: 5px; }
      .InputTextView span:nth-child(2) textarea {
        width: 100%;
        max-width: 100%;
        min-width: 100%; }

table.Gray {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  border-collapse: collapse;
  width: 100%;
  background: #fff; }
  table.Gray img {
    vertical-align: middle; }
  table.Gray tbody tr td {
    padding: 10px 20px;
    border: 1px solid #e2e2e2; }
  table.Gray thead tr td {
    padding: 10px 20px;
    font-weight: 600; }

.CookieLayout {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999999999;
  top: 0;
  left: 0; }
  .CookieLayout .__CookieLayout {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
    .CookieLayout .__CookieLayout .__CookieView {
      display: inline-block;
      width: 600px;
      height: 535px;
      background: #fff;
      -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .CookieLayout .__CookieLayout .__CookieView .__Button {
        float: left;
        display: flex;
        width: 100%;
        height: 60px;
        padding: 0 20px;
        align-items: center;
        border-top: 1px solid #e2e2e2;
        justify-content: space-between; }
        .CookieLayout .__CookieLayout .__CookieView .__Button .__Links {
          display: inline-block; }
        .CookieLayout .__CookieLayout .__CookieView .__Button .__Buttons {
          display: inline-block; }
      .CookieLayout .__CookieLayout .__CookieView .__Content {
        float: left;
        width: 100%;
        height: calc(100% - 71px - 60px);
        overflow: auto;
        scrollbar-width: thin; }
        .CookieLayout .__CookieLayout .__CookieView .__Content .__Item {
          display: flex;
          align-items: center;
          float: left;
          width: 100%;
          border-top: 1px solid #e2e2e2;
          padding: 10px 0; }
          .CookieLayout .__CookieLayout .__CookieView .__Content .__Item .__Item_TextView {
            float: left;
            width: calc(100% - 100px); }
          .CookieLayout .__CookieLayout .__CookieView .__Content .__Item .__Item_Checkbox {
            float: left;
            width: 100px;
            text-align: right; }
        .CookieLayout .__CookieLayout .__CookieView .__Content .__Content_TextView {
          float: left;
          width: 100%;
          padding: 20px 30px; }
          .CookieLayout .__CookieLayout .__CookieView .__Content .__Content_TextView .__Title {
            float: left;
            width: 100%;
            font-weight: 600;
            font-size: 18px; }
          .CookieLayout .__CookieLayout .__CookieView .__Content .__Content_TextView .__SubTitle {
            float: left;
            width: 100%;
            font-weight: 300;
            padding-top: 5px; }
            .CookieLayout .__CookieLayout .__CookieView .__Content .__Content_TextView .__SubTitle.Bottom {
              padding-bottom: 10px; }
      .CookieLayout .__CookieLayout .__CookieView .__Logo {
        border-bottom: 1px solid #e2e2e2;
        float: left;
        width: 100%;
        padding: 20px 30px; }
        .CookieLayout .__CookieLayout .__CookieView .__Logo img {
          vertical-align: middle;
          height: 30px; }

.TextEditorView {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .TextEditorView .__TextEditorView_TextView {
    display: inline-block;
    width: 100%; }
    .TextEditorView .__TextEditorView_TextView textarea {
      -webkit-border-radius: 0 0 6px 6px;
      -moz-border-radius: 0 0 6px 6px;
      border-radius: 0 0 6px 6px; }
  .TextEditorView .__TextEditorView_Button {
    display: flex;
    width: 100%;
    background: #fcfcfc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    overflow: hidden; }
    .TextEditorView .__TextEditorView_Button .__ButtonItem {
      justify-content: center;
      align-items: center;
      display: flex;
      width: 40px;
      height: 40px;
      border-right: 1px solid #e2e2e2; }
      .TextEditorView .__TextEditorView_Button .__ButtonItem:hover {
        cursor: pointer;
        background: #eeeeee;
        background: linear-gradient(0deg, #eeeeee 0%, #fcfcfc 100%); }

.pinlogin .pinlogin-field {
  box-sizing: border-box;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin: 0 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center; }

.pinlogin .pinlogin-field:first-of-type {
  margin-left: 0; }

.pinlogin .pinlogin-field:last-of-type {
  margin-right: 0; }

.pinlogin .pinlogin-field:read-only {
  border: 1px solid #ddd;
  background: #fafafa;
  cursor: default; }

.pinlogin .pinlogin-field.invalid {
  border: 1px solid red;
  color: red; }

.DisplayGridView {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em;
  padding-bottom: 20px; }
  .DisplayGridView .__Item {
    background: #f9f9f9;
    display: inline-block;
    width: 100%;
    height: 238px; }
    .DisplayGridView .__Item iframe {
      border: 0;
      width: 100%;
      height: 100%; }

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
.AnimateBox {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #fff), color-stop(18%, #f2f2f2), color-stop(33%, #fff));
  background: -webkit-linear-gradient(left, #fff 8%, #f2f2f2 18%, #fff 33%);
  background: linear-gradient(to right, #fff 8%, #f2f2f2 18%, #fff 33%);
  -webkit-background-size: 800px 104px;
  background-size: 800px 104px;
  position: relative; }

.__RedInfoBox {
  display: inline-block;
  padding: 1rem 1.5rem;
  background: #fcdfe0;
  color: #d72c30;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-weight: 600; }
  .__RedInfoBox .__Button {
    color: #000;
    font-weight: 600;
    margin-top: 0.5rem;
    display: inline-flex;
    column-gap: 0.5rem;
    align-items: center;
    background: #fff;
    padding: 0.2rem 0.6rem;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14); }

.HeaderLayout_Placeholder {
  float: left;
  width: 100%;
  height: 121.8px; }
  .HeaderLayout_Placeholder.Layout_Kijiji {
    height: 70px; }

.HeaderLayout {
  position: fixed;
  top: 0;
  z-index: 1000000000;
  width: 100%; }
  .HeaderLayout.Layout_Kijiji .View .__Center .Layout .__NavBar {
    align-items: center; }
    .HeaderLayout.Layout_Kijiji .View .__Center .Layout .__NavBar .__Navigation .__CreateButton .btn {
      background: #ff6e14;
      color: #fff; }
      .HeaderLayout.Layout_Kijiji .View .__Center .Layout .__NavBar .__Navigation .__CreateButton .btn:hover {
        background: #c0562a; }
    .HeaderLayout.Layout_Kijiji .View .__Center .Layout .__NavBar .__Logo {
      width: calc(100% - 400px); }
  .HeaderLayout.Layout_Kijiji .View .__Center .Layout .__SearchBar .__InputBar .__SearchAutocompleteResults {
    width: 300px; }
  .HeaderLayout .View {
    display: inline-block;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ebebeb; }
    .HeaderLayout .View .__Center {
      position: relative;
      margin: 0 auto;
      width: 1340px; }
      @media screen and (max-width: 1340px) {
        .HeaderLayout .View .__Center {
          width: 994px; } }
      .HeaderLayout .View .__Center .Layout {
        display: flex;
        flex-wrap: wrap;
        width: 994px; }
        .HeaderLayout .View .__Center .Layout .__SearchBar {
          display: flex;
          padding: 0 0 15px 0;
          width: 100%; }
          .HeaderLayout .View .__Center .Layout .__SearchBar.Layout_Kijiji {
            width: 100%;
            padding: 0; }
            .HeaderLayout .View .__Center .Layout .__SearchBar.Layout_Kijiji .__InputBar {
              background: #f4f6f7;
              -webkit-border-radius: 6px 0 0 6px;
              -moz-border-radius: 6px 0 0 6px;
              border-radius: 6px 0 0 6px;
              width: calc(100% - 40px); }
              .HeaderLayout .View .__Center .Layout .__SearchBar.Layout_Kijiji .__InputBar span:nth-child(1) {
                width: calc(100% - 100px - 120px); }
                .HeaderLayout .View .__Center .Layout .__SearchBar.Layout_Kijiji .__InputBar span:nth-child(1) input {
                  -webkit-border-radius: 6px 0 0 6px;
                  -moz-border-radius: 6px 0 0 6px;
                  border-radius: 6px 0 0 6px;
                  background: #f4f6f7; }
              .HeaderLayout .View .__Center .Layout .__SearchBar.Layout_Kijiji .__InputBar span:nth-child(2) {
                width: 100px; }
                .HeaderLayout .View .__Center .Layout .__SearchBar.Layout_Kijiji .__InputBar span:nth-child(2) input, .HeaderLayout .View .__Center .Layout .__SearchBar.Layout_Kijiji .__InputBar span:nth-child(2) select {
                  background: #f4f6f7;
                  -webkit-border-radius: 0px !important;
                  -moz-border-radius: 0px !important;
                  border-radius: 0px !important; }
              .HeaderLayout .View .__Center .Layout .__SearchBar.Layout_Kijiji .__InputBar span:nth-child(3) input, .HeaderLayout .View .__Center .Layout .__SearchBar.Layout_Kijiji .__InputBar span:nth-child(3) select {
                border: 1px solid #f4f6f7;
                background-color: #f4f6f7;
                -webkit-border-radius: 0px !important;
                -moz-border-radius: 0px !important;
                border-radius: 0px !important; }
            .HeaderLayout .View .__Center .Layout .__SearchBar.Layout_Kijiji .__SubmitButton {
              padding-left: 0;
              width: 40px !important; }
              .HeaderLayout .View .__Center .Layout .__SearchBar.Layout_Kijiji .__SubmitButton .__SearchButton {
                -webkit-border-radius: 0 6px 6px 0;
                -moz-border-radius: 0 6px 6px 0;
                border-radius: 0 6px 6px 0; }
          .HeaderLayout .View .__Center .Layout .__SearchBar form {
            display: flex;
            width: 100%; }
          .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar {
            display: flex;
            width: calc(100% - 192px);
            border: 1px solid #e2e2e2;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px; }
            .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar .__SearchAutocompleteResults {
              position: absolute;
              width: 100%;
              top: 42px;
              display: none; }
              .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar .__SearchAutocompleteResults .arrow_box {
                float: left;
                width: 100%;
                position: relative;
                background: #fff;
                border: 1px solid #e2e2e2;
                -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
                -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
                box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
                -webkit-border-radius: 6px;
                -moz-border-radius: 6px;
                border-radius: 6px; }
                .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar .__SearchAutocompleteResults .arrow_box .spinner {
                  margin: 20px auto; }
              .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar .__SearchAutocompleteResults .arrow_box:after, .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar .__SearchAutocompleteResults .arrow_box:before {
                bottom: 100%;
                left: 5%;
                border: solid transparent;
                content: "";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none; }
              .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar .__SearchAutocompleteResults .arrow_box:after {
                border-color: rgba(255, 255, 255, 0);
                border-bottom-color: #fff;
                border-width: 8px;
                margin-left: -8px; }
              .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar .__SearchAutocompleteResults .arrow_box:before {
                border-color: rgba(204, 204, 204, 0);
                border-bottom-color: #ccc;
                border-width: 9px;
                margin-left: -9px; }
            .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar span {
              position: relative;
              display: inline-block; }
              .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar span:nth-child(3) {
                width: 120px; }
                .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar span:nth-child(3) select {
                  width: 120px;
                  border: 1px solid #fff;
                  border-top: 2px solid #fff;
                  border-left: 1px solid #eee; }
                  .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar span:nth-child(3) select:active, .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar span:nth-child(3) select:focus, .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar span:nth-child(3) select:hover {
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none; }
              .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar span:nth-child(2) {
                width: 240px; }
                .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar span:nth-child(2) input {
                  width: 100%;
                  border: 0px solid #fff;
                  border-left: 1px solid #eee; }
                  .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar span:nth-child(2) input:active, .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar span:nth-child(2) input:focus, .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar span:nth-child(2) input:hover {
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none; }
              .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar span:nth-child(1) {
                width: calc(100% - 120px - 240px); }
                .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar span:nth-child(1) input {
                  width: 100%;
                  font-weight: 500;
                  border: 0; }
                  .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar span:nth-child(1) input:active, .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar span:nth-child(1) input:focus, .HeaderLayout .View .__Center .Layout .__SearchBar .__InputBar span:nth-child(1) input:hover {
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none; }
          .HeaderLayout .View .__Center .Layout .__SearchBar .__SubmitButton {
            padding-left: 15px;
            display: inline-block;
            width: 192px; }
            .HeaderLayout .View .__Center .Layout .__SearchBar .__SubmitButton .__HiddenButton {
              display: none; }
            .HeaderLayout .View .__Center .Layout .__SearchBar .__SubmitButton .__SearchButton {
              font-size: 16px;
              font-weight: 600;
              -webkit-border-radius: 6px;
              -moz-border-radius: 6px;
              border-radius: 6px;
              transition: all 0.2s ease;
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              background: #2b65f8;
              text-align: center;
              color: #fff;
              height: 40px; }
              .HeaderLayout .View .__Center .Layout .__SearchBar .__SubmitButton .__SearchButton:hover {
                cursor: pointer;
                background: #2b65f8 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
        .HeaderLayout .View .__Center .Layout .__NavBar {
          display: flex;
          justify-content: space-between;
          padding: 15px 0;
          width: 100%; }
          .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation {
            display: flex; }
            .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__MessageBox {
              cursor: pointer;
              margin-left: 10px;
              float: left;
              color: #ffc720;
              height: 32px;
              padding: 6px 10px;
              background: linear-gradient(165deg, white 0%, #fffde7 100%);
              border: 1px solid #ffc720;
              -webkit-border-radius: 6px;
              -moz-border-radius: 6px;
              border-radius: 6px;
              font-size: 14px;
              font-weight: 600; }
              .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__MessageBox:hover {
                background: #ffc720;
                color: #fff; }
            .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__CreateButton {
              display: inline-block;
              padding-left: 10px; }
              .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__CreateButton .btn {
                margin: 0; }
            .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation {
              color: #4d4d4d;
              position: relative;
              display: flex;
              height: 32px;
              padding: 0 10px;
              -webkit-border-radius: 6px;
              -moz-border-radius: 6px;
              border-radius: 6px;
              align-items: center; }
              .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation.CryptoCurrencyEffect {
                background: #EDE7F6;
                background: linear-gradient(20deg, #ede7f6 0%, white 48%);
                border: 1px solid #B39DDB;
                margin-left: 10px; }
                .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation.CryptoCurrencyEffect:hover {
                  background: #EDE7F6; }
                .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation.CryptoCurrencyEffect * {
                  color: #6200EA; }
              .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation .__User_Navigation_MenuList {
                position: absolute;
                top: 40px;
                right: 0;
                display: none;
                z-index: 10; }
                .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation .__User_Navigation_MenuList.__User_Navigation_MenuList_Bitcoin .__MenuList {
                  display: grid;
                  grid-template-columns: repeat(2, 1fr);
                  max-height: 400px; }
                .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation .__User_Navigation_MenuList .__MenuList {
                  -webkit-border-radius: 6px;
                  -moz-border-radius: 6px;
                  border-radius: 6px;
                  -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
                  -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
                  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
                  display: inline-block;
                  position: relative;
                  background: #fff;
                  border: 1px solid #e2e2e2;
                  padding: 10px 0;
                  width: 240px; }
                  .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation .__User_Navigation_MenuList .__MenuList .__LoginItem {
                    display: flex;
                    padding: 0 20px; }
                    .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation .__User_Navigation_MenuList .__MenuList .__LoginItem.Bottom {
                      margin-bottom: 5px; }
                    .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation .__User_Navigation_MenuList .__MenuList .__LoginItem .btn {
                      width: 100%; }
                  .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation .__User_Navigation_MenuList .__MenuList .__Item {
                    color: #555;
                    display: flex;
                    align-items: center;
                    width: 100%;
                    padding: 12px 20px;
                    font-weight: 600; }
                    .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation .__User_Navigation_MenuList .__MenuList .__Item:hover {
                      color: #2b65f8;
                      background: #f9f9f9; }
                    .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation .__User_Navigation_MenuList .__MenuList .__Item span {
                      display: inline-block; }
                      .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation .__User_Navigation_MenuList .__MenuList .__Item span i {
                        font-size: 20px !important; }
                      .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation .__User_Navigation_MenuList .__MenuList .__Item span:nth-child(1) {
                        width: 25px; }
                      .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation .__User_Navigation_MenuList .__MenuList .__Item span:nth-child(2) {
                        width: calc(100% - 25px); }
                .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation .__User_Navigation_MenuList .__MenuList:after, .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation .__User_Navigation_MenuList .__MenuList:before {
                  bottom: 100%;
                  left: 80%;
                  border: solid transparent;
                  content: "";
                  height: 0;
                  width: 0;
                  position: absolute;
                  pointer-events: none; }
                .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation .__User_Navigation_MenuList .__MenuList:after {
                  border-color: rgba(255, 255, 255, 0);
                  border-bottom-color: #fff;
                  border-width: 8px;
                  margin-left: -8px; }
                .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation .__User_Navigation_MenuList .__MenuList:before {
                  border-color: rgba(226, 226, 226, 0);
                  border-bottom-color: #e2e2e2;
                  border-width: 9px;
                  margin-left: -9px; }
              .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation:hover {
                cursor: pointer;
                color: #2b65f8;
                background: #f9f9f9; }
              .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation span {
                display: inline-block; }
                .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation span:nth-child(3) {
                  padding-left: 5px; }
                .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation span:nth-child(2) {
                  padding-left: 5px;
                  font-weight: 500; }
                .HeaderLayout .View .__Center .Layout .__NavBar .__Navigation .__User_Navigation span:nth-child(1) i {
                  font-size: 24px; }
          .HeaderLayout .View .__Center .Layout .__NavBar .__Logo {
            cursor: pointer;
            display: inline-block; }
            .HeaderLayout .View .__Center .Layout .__NavBar .__Logo .__LogoInfoTextView {
              display: flex;
              align-items: center; }
              .HeaderLayout .View .__Center .Layout .__NavBar .__Logo .__LogoInfoTextView .__ImageView {
                display: inline-block;
                padding-right: 1.5rem; }
              .HeaderLayout .View .__Center .Layout .__NavBar .__Logo .__LogoInfoTextView .__TextView {
                display: inline-block;
                border-left: 1px solid #e2e2e2;
                padding-left: 1.5rem;
                font-weight: 600;
                font-size: 18px; }
            .HeaderLayout .View .__Center .Layout .__NavBar .__Logo .Layout_Kijiji {
              display: flex;
              column-gap: 1rem;
              align-items: center; }
              .HeaderLayout .View .__Center .Layout .__NavBar .__Logo .Layout_Kijiji .__Layout_Kijiji_SearchBar {
                display: inline-block; }
            .HeaderLayout .View .__Center .Layout .__NavBar .__Logo img {
              height: 36px;
              vertical-align: middle;
              transition: all 0.2s ease; }
              .HeaderLayout .View .__Center .Layout .__NavBar .__Logo img:hover {
                filter: saturate(1.8); }

ul.searchHeaderAutocompleteULListItems {
  margin: 0;
  padding: 10px 0;
  float: left;
  width: 100%; }
  ul.searchHeaderAutocompleteULListItems li {
    float: left;
    width: 100%;
    padding: 10px 20px;
    list-style: none;
    display: flex;
    align-items: center; }
    ul.searchHeaderAutocompleteULListItems li:hover {
      background: #f9f9f9;
      cursor: pointer;
      color: #2b65f8; }
      ul.searchHeaderAutocompleteULListItems li:hover .__ItemView .__View.Gray {
        background: #2b65f8; }
    ul.searchHeaderAutocompleteULListItems li .__ItemView {
      display: inline-block;
      width: 40px; }
      ul.searchHeaderAutocompleteULListItems li .__ItemView .__View {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        background: #f9f9f9;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        overflow: hidden; }
        ul.searchHeaderAutocompleteULListItems li .__ItemView .__View.Gray {
          background: #738499;
          color: #fff; }
    ul.searchHeaderAutocompleteULListItems li .__TextView {
      display: inline-block;
      width: calc(100% - 40px);
      font-weight: 600; }
      ul.searchHeaderAutocompleteULListItems li .__TextView i {
        font-weight: 300;
        font-style: normal; }

.FooterLayout {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  margin-top: 2rem; }
  .FooterLayout.NoMarginTop {
    margin-top: 0; }
  .FooterLayout .__Center {
    position: relative;
    margin: 0 auto;
    width: 1340px;
    padding: 14px 0; }
    @media screen and (max-width: 1340px) {
      .FooterLayout .__Center {
        width: 994px; } }
    .FooterLayout .__Center .View {
      width: 994px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .FooterLayout .__Center .View .__LinkList {
        display: inline-block; }
        .FooterLayout .__Center .View .__LinkList .__Item {
          color: #2b65f8;
          padding-left: 15px;
          display: inline-block; }
          .FooterLayout .__Center .View .__LinkList .__Item a {
            color: #2b65f8;
            text-decoration: none; }
            .FooterLayout .__Center .View .__LinkList .__Item a:hover {
              font-weight: 600; }
          .FooterLayout .__Center .View .__LinkList .__Item:first-child {
            padding-left: 0; }
      .FooterLayout .__Center .View .__SocialButtons {
        display: flex; }
        .FooterLayout .__Center .View .__SocialButtons img {
          vertical-align: middle; }
        .FooterLayout .__Center .View .__SocialButtons .__Item {
          cursor: pointer;
          padding-left: 5px;
          display: inline-block; }
          .FooterLayout .__Center .View .__SocialButtons .__Item:first-child {
            padding-left: 0; }

.DisplayTwiceView {
  display: flex;
  column-gap: 1em;
  width: 100%;
  padding-top: 2em; }
  .DisplayTwiceView .__DisplayItem {
    display: inline-block;
    width: 100%; }
    .DisplayTwiceView .__DisplayItem iframe {
      width: 100%;
      height: 100px;
      border: 1px solid #ccc;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }

.GiftHolderList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 1em; }
  .GiftHolderList .__Item {
    float: left;
    width: 100%;
    display: flex;
    align-items: center; }
    .GiftHolderList .__Item:hover {
      cursor: pointer;
      color: #2b65f8; }
    .GiftHolderList .__Item .__Item_GiftCounter {
      float: left;
      width: 50px; }
      .GiftHolderList .__Item .__Item_GiftCounter img {
        vertical-align: middle; }
      .GiftHolderList .__Item .__Item_GiftCounter .__ItemGiftNumber {
        display: inline-block;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 0 5px;
        background: #ff4759; }
        .GiftHolderList .__Item .__Item_GiftCounter .__ItemGiftNumber img {
          width: 16px;
          vertical-align: middle; }
        .GiftHolderList .__Item .__Item_GiftCounter .__ItemGiftNumber span:nth-child(2) {
          font-size: 12px !important;
          font-weight: 600;
          color: #fff; }
    .GiftHolderList .__Item .__Item_TextView {
      float: left;
      width: calc(100% - 50px - 50px);
      padding-left: 20px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-weight: 600; }
      .GiftHolderList .__Item .__Item_TextView b {
        font-weight: 300;
        font-size: 14px; }
    .GiftHolderList .__Item .__Item_ImageView {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      overflow: hidden;
      float: left;
      width: 50px;
      height: 50px;
      background: #f9f9f9; }
      .GiftHolderList .__Item .__Item_ImageView img {
        vertical-align: middle;
        width: 100%;
        height: 100%;
        object-fit: cover; }

.GiftListener {
  float: left;
  width: 100%;
  display: flex;
  padding-top: 30px;
  column-gap: 20px; }
  .GiftListener .__ListItems {
    float: left;
    width: 100%;
    border: 1px solid #ef9a9a;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: linear-gradient(346deg, white 53%, #ffebee 100%); }
    .GiftListener .__ListItems .__ItemContent {
      float: left;
      width: 100%;
      padding: 20px;
      display: grid;
      grid-gap: 15px;
      grid-template-columns: repeat(3, 1fr); }
      .GiftListener .__ListItems .__ItemContent .__Item {
        min-width: 0;
        display: table;
        width: 100%; }
        .GiftListener .__ListItems .__ItemContent .__Item:hover {
          cursor: pointer;
          filter: brightness(1.05); }
        .GiftListener .__ListItems .__ItemContent .__Item .__Item_TextView {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          min-width: 0;
          float: left;
          width: 100%;
          padding-top: 10px; }
          .GiftListener .__ListItems .__ItemContent .__Item .__Item_TextView a {
            font-weight: 600;
            color: #000; }
        .GiftListener .__ListItems .__ItemContent .__Item .__Item_ImageView {
          position: relative;
          float: left;
          width: 100%;
          height: 120px;
          background: #f9f9f9;
          overflow: hidden;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px; }
          .GiftListener .__ListItems .__ItemContent .__Item .__Item_ImageView .__Item_Count_Gift {
            position: absolute;
            right: 10px;
            top: 10px; }
            .GiftListener .__ListItems .__ItemContent .__Item .__Item_ImageView .__Item_Count_Gift .__ItemGiftNumber {
              display: inline-block;
              -webkit-border-radius: 6px;
              -moz-border-radius: 6px;
              border-radius: 6px;
              padding: 0 5px;
              background: #ff4759; }
              .GiftListener .__ListItems .__ItemContent .__Item .__Item_ImageView .__Item_Count_Gift .__ItemGiftNumber img {
                width: 16px;
                vertical-align: middle; }
              .GiftListener .__ListItems .__ItemContent .__Item .__Item_ImageView .__Item_Count_Gift .__ItemGiftNumber span:nth-child(2) {
                font-size: 12px !important;
                font-weight: 600;
                color: #fff; }
          .GiftListener .__ListItems .__ItemContent .__Item .__Item_ImageView img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
    .GiftListener .__ListItems .__ItemTitle {
      display: flex;
      align-items: center;
      float: left;
      width: 100%;
      border-bottom: 1px solid #e2e2e2;
      font-weight: 600;
      padding: 15px 20px; }
      .GiftListener .__ListItems .__ItemTitle span {
        display: inline-block; }
        .GiftListener .__ListItems .__ItemTitle span .btn {
          margin: 0; }
        .GiftListener .__ListItems .__ItemTitle span:nth-child(1) {
          width: 40px; }
          .GiftListener .__ListItems .__ItemTitle span:nth-child(1) img {
            width: 24px;
            vertical-align: middle; }
        .GiftListener .__ListItems .__ItemTitle span:nth-child(2) {
          width: calc(100% - 40px);
          font-weight: 600; }

.CoronaInfoBlockItems {
  float: left;
  width: 100%; }
  .CoronaInfoBlockItems .__Item {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    width: 100%;
    align-items: center; }
    .CoronaInfoBlockItems .__Item:first-child {
      padding-top: 0; }
    .CoronaInfoBlockItems .__Item:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
    .CoronaInfoBlockItems .__Item span {
      float: left; }
      .CoronaInfoBlockItems .__Item span img {
        vertical-align: middle; }
      .CoronaInfoBlockItems .__Item span:nth-child(1) {
        width: 60px; }
      .CoronaInfoBlockItems .__Item span:nth-child(2) {
        width: calc(100% - 60px);
        padding-left: 15px; }
        .CoronaInfoBlockItems .__Item span:nth-child(2) b {
          font-weight: 600; }

.CoronaInfoLayout {
  float: left;
  width: 100%;
  padding-top: 30px; }
  .CoronaInfoLayout .__CoronaInfo {
    position: relative;
    float: left;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #e8efff;
    background: linear-gradient(196deg, #f3f5ff 53%, #c7d7ff 100%);
    height: 110px; }
    .CoronaInfoLayout .__CoronaInfo .__CoronaInfo_TextView {
      float: left;
      width: 100%;
      padding-left: 200px;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      align-items: center;
      height: 110px; }
      .CoronaInfoLayout .__CoronaInfo .__CoronaInfo_TextView span {
        float: left;
        width: 100%; }
        .CoronaInfoLayout .__CoronaInfo .__CoronaInfo_TextView span b {
          font-weight: 600;
          font-size: 18px; }
    .CoronaInfoLayout .__CoronaInfo .__CoronaInfo_ImageView {
      position: absolute;
      bottom: 0;
      left: 15px; }
      .CoronaInfoLayout .__CoronaInfo .__CoronaInfo_ImageView img {
        vertical-align: middle; }

.HomeMoreButton {
  float: left;
  width: 100%;
  padding-top: 20px;
  text-align: center; }

.__ProductListItems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
  min-width: 0; }
  .__ProductListItems.GridLimit-4 {
    grid-template-columns: repeat(4, 1fr); }
  .__ProductListItems * img {
    vertical-align: middle !important; }
  .__ProductListItems img {
    vertical-align: middle !important; }
  .__ProductListItems .__Item {
    min-width: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    width: 100%; }
    .__ProductListItems .__Item:hover {
      cursor: pointer; }
      .__ProductListItems .__Item:hover .__ImageView img {
        filter: brightness(1); }
    .__ProductListItems .__Item .__TextView {
      display: flex;
      width: 100%;
      padding: 15px;
      -webkit-border-radius: 0 0 8px 8px;
      -moz-border-radius: 0 0 8px 8px;
      border-radius: 0 0 8px 8px;
      border: 1px solid #e2e2e2;
      border-top: 0; }
      .__ProductListItems .__Item .__TextView .__TextView_Right {
        display: inline-block;
        width: 40px;
        color: #4d4d4d;
        text-align: right; }
        .__ProductListItems .__Item .__TextView .__TextView_Right i {
          font-size: 18px; }
      .__ProductListItems .__Item .__TextView .__TextView_Left {
        display: inline-block;
        width: calc(100% - 40px); }
        .__ProductListItems .__Item .__TextView .__TextView_Left .__ProductPrice {
          color: #4d4d4d;
          display: inline-block;
          width: 100%;
          padding-top: 10px;
          font-weight: 300;
          font-size: 16px; }
        .__ProductListItems .__Item .__TextView .__TextView_Left .__ProductTitle {
          font-size: 16px;
          font-weight: 600;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          display: inline-block;
          width: 100%;
          max-width: 100%;
          min-width: 0; }
          .__ProductListItems .__Item .__TextView .__TextView_Left .__ProductTitle a {
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            color: #000; }
    .__ProductListItems .__Item .__ImageView {
      position: relative;
      width: 100%;
      height: 200px;
      background: #f8fafb;
      -webkit-border-radius: 8px 8px 0 0;
      -moz-border-radius: 8px 8px 0 0;
      border-radius: 8px 8px 0 0;
      overflow: hidden;
      margin: 0 !important; }
      .__ProductListItems .__Item .__ImageView .__View {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        -webkit-box-shadow: inset 0px 0px 82px -27px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: inset 0px 0px 82px -27px rgba(0, 0, 0, 0.75);
        box-shadow: inset 0px 0px 82px -27px rgba(0, 0, 0, 0.75); }
        .__ProductListItems .__Item .__ImageView .__View .__ExtraTopGallery {
          position: absolute;
          right: 0;
          top: 0; }
          .__ProductListItems .__Item .__ImageView .__View .__ExtraTopGallery img {
            filter: brightness(1) !important;
            height: 60px !important;
            width: 60px !important; }
        .__ProductListItems .__Item .__ImageView .__View .__CountPhotos {
          position: absolute;
          right: 15px;
          bottom: 15px;
          font-weight: 600;
          font-size: 11px;
          color: #fff; }
        .__ProductListItems .__Item .__ImageView .__View .__CityName {
          position: absolute;
          bottom: 15px;
          left: 15px;
          font-weight: 600;
          font-size: 11px;
          color: #fff; }
      .__ProductListItems .__Item .__ImageView img {
        filter: brightness(0.9);
        width: 100%;
        height: 100%;
        object-fit: cover; }

.NewProductsLayout {
  display: inline-block;
  width: 100%; }
  .NewProductsLayout .__Title {
    display: flex;
    align-items: center;
    padding: 2rem 0;
    color: #4d4d4d;
    font-weight: 600;
    font-size: 1.25rem; }

.TopProductsLayout {
  display: inline-block;
  width: 100%; }
  .TopProductsLayout .__Title {
    display: flex;
    align-items: center;
    padding: 2rem 0; }
    .TopProductsLayout .__Title span:nth-child(2) {
      padding-left: 10px;
      color: #4d4d4d;
      font-weight: 600;
      font-size: 1.25rem; }

.__CategorySelectList {
  position: absolute;
  display: none;
  margin-top: 15px;
  z-index: 10; }
  .__CategorySelectList.Category {
    margin-top: 35px;
    left: 0; }
  .__CategorySelectList .__CategorySelectList_List {
    float: left;
    width: 100%;
    background: #fff;
    height: calc(350px - 51px);
    overflow: auto;
    scrollbar-width: thin;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }
  .__CategorySelectList .__CategorySelectList_Button {
    position: absolute;
    display: none;
    bottom: 0;
    width: 100%;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    background: #f9f9f9;
    border-top: 1px solid #e2e2e2;
    padding: 7px 7px;
    text-align: right; }
    .__CategorySelectList .__CategorySelectList_Button .btn {
      margin: 0; }
  .__CategorySelectList .__CategorySelectList_Title {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 20px;
    color: #000 !important;
    font-weight: 600; }
  .__CategorySelectList .arrow_box {
    position: relative;
    min-height: 350px;
    float: left;
    width: 300px;
    position: relative;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e2e2; }
  .__CategorySelectList .arrow_box:after, .__CategorySelectList .arrow_box:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .__CategorySelectList .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px; }
  .__CategorySelectList .arrow_box:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ccc;
    border-width: 9px;
    margin-left: -9px; }

.CategoryLayout {
  display: inline-block;
  width: 100%; }
  .CategoryLayout .__GridItems {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 50px;
    width: 100%; }
    .CategoryLayout .__GridItems a {
      text-decoration: none !important; }
    .CategoryLayout .__GridItems * a {
      text-decoration: none !important; }
    .CategoryLayout .__GridItems .__Item {
      flex-direction: column;
      display: flex;
      width: 80px; }
      .CategoryLayout .__GridItems .__Item:hover span:nth-child(2) {
        color: #2b65f8; }
      .CategoryLayout .__GridItems .__Item:hover span:nth-child(1) {
        cursor: pointer;
        background: #2b65f8; }
        .CategoryLayout .__GridItems .__Item:hover span:nth-child(1) img {
          filter: brightness(1.05); }
      .CategoryLayout .__GridItems .__Item * {
        transition: all 0.2s ease; }
      .CategoryLayout .__GridItems .__Item span:nth-child(2) {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #4d4d4d;
        padding-top: 10px;
        display: inline-block;
        width: 80px;
        text-align: center;
        font-weight: 600; }
      .CategoryLayout .__GridItems .__Item span:nth-child(1) {
        overflow: hidden;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        background: #738499; }
        .CategoryLayout .__GridItems .__Item span:nth-child(1) img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
        .CategoryLayout .__GridItems .__Item span:nth-child(1) i {
          font-size: 38px; }
  .CategoryLayout .__Title {
    display: inline-block;
    padding: 2rem 0; }
    .CategoryLayout .__Title span {
      display: inline-block; }
      .CategoryLayout .__Title span .CategoryLayout_Selector {
        padding: 4px 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        display: inline-block;
        position: relative;
        font-weight: 300; }
        .CategoryLayout .__Title span .CategoryLayout_Selector:hover {
          cursor: pointer;
          background: #f9f9f9; }
      .CategoryLayout .__Title span:nth-child(2) {
        padding-left: 10px; }
      .CategoryLayout .__Title span:nth-child(1) {
        color: #4d4d4d;
        font-weight: 600;
        font-size: 1.25rem; }

.ErrorLayout {
  display: inline-block;
  width: 100%;
  text-align: center; }
  .ErrorLayout img {
    vertical-align: middle;
    width: 80%; }
  .ErrorLayout .__ImageView {
    display: inline-block;
    width: 100%; }
  .ErrorLayout .__TextView {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    font-weight: 300;
    font-size: 16px; }
    .ErrorLayout .__TextView b {
      font-weight: 600;
      font-size: 24px; }

#isDialog {
  width: 100% !important;
  height: auto !important;
  background: #fff !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important; }
  #isDialog .__Layout .__Logo {
    padding: 20px 0 !important; }

.__PhoneInput {
  display: flex;
  width: 100%;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .__PhoneInput .__CountryItems {
    position: relative;
    display: flex;
    width: 80px;
    background: #f9f9f9;
    background: linear-gradient(90deg, #f9f9f9 0%, white 100%);
    align-items: center; }
    .__PhoneInput .__CountryItems:hover {
      background: #f9f9f9;
      cursor: pointer; }
    .__PhoneInput .__CountryItems .__ItemList {
      display: none;
      position: absolute;
      left: 0;
      top: 42px;
      z-index: 10; }
      .__PhoneInput .__CountryItems .__ItemList .arrow_box {
        padding: 0.5rem 0;
        display: inline-block;
        float: left;
        width: 200px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        position: relative;
        background: #fff;
        border: 1px solid #ccc; }
        .__PhoneInput .__CountryItems .__ItemList .arrow_box .__ArrowItem {
          display: inline-block;
          width: 100%;
          padding: 0.3rem 1rem;
          font-weight: 600;
          font-size: 14px; }
          .__PhoneInput .__CountryItems .__ItemList .arrow_box .__ArrowItem:hover {
            background: #f9f9f9; }
        .__PhoneInput .__CountryItems .__ItemList .arrow_box .__BoxTitle {
          display: inline-block;
          padding: 0.3rem 1rem;
          font-weight: 600;
          font-size: 11px; }
      .__PhoneInput .__CountryItems .__ItemList .arrow_box:after, .__PhoneInput .__CountryItems .__ItemList .arrow_box:before {
        bottom: 100%;
        left: 14%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .__PhoneInput .__CountryItems .__ItemList .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 8px;
        margin-left: -8px; }
      .__PhoneInput .__CountryItems .__ItemList .arrow_box:before {
        border-color: rgba(204, 204, 204, 0);
        border-bottom-color: #ccc;
        border-width: 9px;
        margin-left: -9px; }
    .__PhoneInput .__CountryItems .__FlagIcon {
      display: inline-block;
      width: calc(100% - 30px);
      text-align: center;
      font-size: 22px; }
    .__PhoneInput .__CountryItems .__DropDown {
      display: inline-block;
      width: 30px; }
  .__PhoneInput .__InputType {
    display: flex;
    width: calc(100% - 80px); }
    .__PhoneInput .__InputType input {
      width: 100%;
      border: 0; }

.RegisterLayout {
  overflow: hidden;
  display: flex;
  width: 100vw;
  height: 100vh;
  background: #f9f9f9;
  justify-content: center;
  align-content: center;
  align-items: center; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .RegisterLayout {
      display: inline-block;
      width: 100%;
      height: auto !important; }
      .RegisterLayout .__RegisterView {
        display: inline-block;
        width: 100% !important;
        height: auto !important; }
      .RegisterLayout .__RegisterView .__View {
        -webkit-box-shadow: 0 0 0 0 !important;
        -moz-box-shadow: 0 0 0 0 !important;
        box-shadow: 0 0 0 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important; }
      .RegisterLayout .__RegisterView .__ViewInfo {
        display: none !important; }
      .RegisterLayout .__RegisterView .CircleBackground {
        display: none !important; }
      .RegisterLayout .__RegisterView .__ViewRegisterForms {
        width: 100% !important; }
      .RegisterLayout .__LogoHeaderBase {
        display: inline-block !important; } }
  .RegisterLayout .__LogoHeaderBase {
    display: none;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
    padding: 1rem 0; }
    .RegisterLayout .__LogoHeaderBase img {
      vertical-align: middle;
      height: 40px; }
  .RegisterLayout .__RegisterView {
    position: relative;
    display: flex;
    width: 950px;
    min-height: 620px; }
    .RegisterLayout .__RegisterView .CircleBackground {
      position: absolute;
      z-index: 0;
      width: 100%;
      height: 100%; }
      .RegisterLayout .__RegisterView .CircleBackground .__CircleRed {
        right: -170px;
        bottom: 120px;
        position: absolute;
        display: inline-block;
        width: 100px;
        height: 100px;
        border: 8px solid #f44336;
        -webkit-border-radius: 1000px;
        -moz-border-radius: 1000px;
        border-radius: 1000px; }
      .RegisterLayout .__RegisterView .CircleBackground .__CircleBlue {
        right: -70px;
        bottom: -50px;
        position: absolute;
        display: inline-block;
        width: 140px;
        height: 140px;
        border: 12px solid #0a84ff;
        -webkit-border-radius: 1000px;
        -moz-border-radius: 1000px;
        border-radius: 1000px; }
      .RegisterLayout .__RegisterView .CircleBackground .__CircleGreen {
        left: -200px;
        top: 150px;
        position: absolute;
        display: inline-block;
        width: 100px;
        height: 100px;
        border: 10px solid #8fb823;
        -webkit-border-radius: 1000px;
        -moz-border-radius: 1000px;
        border-radius: 1000px; }
      .RegisterLayout .__RegisterView .CircleBackground .__CircleYellow {
        left: -100px;
        top: -60px;
        position: absolute;
        display: inline-block;
        width: 200px;
        height: 200px;
        border: 10px solid #f3b310;
        -webkit-border-radius: 1000px;
        -moz-border-radius: 1000px;
        border-radius: 1000px; }
    .RegisterLayout .__RegisterView .__ViewInfo {
      position: relative;
      display: inline-block;
      width: calc(100% - 390px);
      border-right: 1px solid #e2e2e2;
      background: url("../../res/drawable/register/bg.png?") center no-repeat;
      background-size: cover; }
      .RegisterLayout .__RegisterView .__ViewInfo .__ViewTitle {
        display: inline-block;
        width: 100%;
        padding: 0 4rem;
        padding-right: 8rem;
        padding-bottom: 2rem;
        font-weight: 600;
        font-size: 30px; }
      .RegisterLayout .__RegisterView .__ViewInfo .__ViewCheckItem {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0.5rem 4rem; }
        .RegisterLayout .__RegisterView .__ViewInfo .__ViewCheckItem span {
          display: inline-block; }
          .RegisterLayout .__RegisterView .__ViewInfo .__ViewCheckItem span:nth-child(2) {
            padding-left: 1rem;
            font-weight: 600;
            font-size: 18px;
            width: calc(100% - 30px);
            padding-right: 5rem; }
          .RegisterLayout .__RegisterView .__ViewInfo .__ViewCheckItem span:nth-child(1) {
            width: 30px; }
            .RegisterLayout .__RegisterView .__ViewInfo .__ViewCheckItem span:nth-child(1) i {
              font-size: 24px; }
      .RegisterLayout .__RegisterView .__ViewInfo .__ViewLogo {
        display: inline-block;
        width: 100%;
        padding: 4rem 4rem 1rem; }
      .RegisterLayout .__RegisterView .__ViewInfo .__Account {
        position: absolute;
        bottom: 3rem;
        left: 4rem; }
        .RegisterLayout .__RegisterView .__ViewInfo .__Account .__LoginAccount {
          display: flex;
          align-items: center;
          background: #fff;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
          -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
          padding: 0.5rem 1rem;
          font-weight: 600; }
          .RegisterLayout .__RegisterView .__ViewInfo .__Account .__LoginAccount:hover {
            background: linear-gradient(90deg, rgba(242, 242, 242, 0.6) 0%, white 100%);
            cursor: pointer; }
    .RegisterLayout .__RegisterView .__ViewRegisterForms {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      row-gap: 0.7rem;
      padding-bottom: 1.5rem;
      width: 390px; }
      .RegisterLayout .__RegisterView .__ViewRegisterForms .__ArrowBox {
        position: absolute;
        width: calc(100% - 100px);
        margin-top: 3px;
        display: none;
        z-index: 10; }
        .RegisterLayout .__RegisterView .__ViewRegisterForms .__ArrowBox .arrow_box {
          -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
          -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
          position: relative;
          background: #fff;
          border: 1px solid #e2e2e2;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          float: left;
          width: 100%; }
        .RegisterLayout .__RegisterView .__ViewRegisterForms .__ArrowBox .arrow_box:after, .RegisterLayout .__RegisterView .__ViewRegisterForms .__ArrowBox .arrow_box:before {
          bottom: 100%;
          left: 10%;
          border: solid transparent;
          content: "";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .RegisterLayout .__RegisterView .__ViewRegisterForms .__ArrowBox .arrow_box:after {
          border-color: rgba(255, 255, 255, 0);
          border-bottom-color: #fff;
          border-width: 8px;
          margin-left: -8px; }
        .RegisterLayout .__RegisterView .__ViewRegisterForms .__ArrowBox .arrow_box:before {
          border-color: rgba(204, 204, 204, 0);
          border-bottom-color: #ccc;
          border-width: 9px;
          margin-left: -9px; }
      .RegisterLayout .__RegisterView .__ViewRegisterForms .__Input {
        display: flex;
        flex-wrap: wrap;
        row-gap: 0.5rem;
        width: 100%;
        padding: 0 3rem; }
        .RegisterLayout .__RegisterView .__ViewRegisterForms .__Input .btn {
          width: 100%; }
        .RegisterLayout .__RegisterView .__ViewRegisterForms .__Input.LongText {
          height: 100px; }
          .RegisterLayout .__RegisterView .__ViewRegisterForms .__Input.LongText * {
            line-height: 20px;
            font-size: 14px !important; }
        .RegisterLayout .__RegisterView .__ViewRegisterForms .__Input span {
          width: 100%;
          display: inline-block; }
          .RegisterLayout .__RegisterView .__ViewRegisterForms .__Input span input, .RegisterLayout .__RegisterView .__ViewRegisterForms .__Input span select {
            width: 100%; }
          .RegisterLayout .__RegisterView .__ViewRegisterForms .__Input span:nth-child(1) {
            font-weight: 600; }
      .RegisterLayout .__RegisterView .__ViewRegisterForms .__Title {
        display: inline-block;
        width: 100%;
        padding: 2rem 3rem 1rem 3rem;
        font-weight: 600;
        font-size: 22px; }
    .RegisterLayout .__RegisterView .__View {
      z-index: 2;
      background: #fff;
      overflow: hidden;
      -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      display: flex;
      width: 100%;
      height: 100%; }

.LoginLayout {
  display: flex;
  width: 100vw;
  height: 100vh;
  background: #f9f9f9;
  justify-content: center;
  align-content: center;
  align-items: center; }
  .LoginLayout .__Layout {
    display: inline-block;
    width: 430px; }
    .LoginLayout .__Layout .__CodeView {
      float: left;
      width: 100%;
      padding: 10px 50px; }
      .LoginLayout .__Layout .__CodeView .__CodeButton {
        float: left;
        width: 100%;
        padding-top: 20px; }
        .LoginLayout .__Layout .__CodeView .__CodeButton .btn {
          width: 100%; }
      .LoginLayout .__Layout .__CodeView .__CodeViewTitle {
        float: left;
        width: 100%;
        padding-bottom: 10px;
        padding-top: 10px;
        font-weight: 600;
        font-size: 16px; }
      .LoginLayout .__Layout .__CodeView .__CodeInputs {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 10px; }
        .LoginLayout .__Layout .__CodeView .__CodeInputs input {
          transition: all 0.0s ease;
          width: 100%;
          font-weight: 600;
          font-size: 24px;
          text-align: center; }
    .LoginLayout .__Layout .__TextView {
      float: left;
      width: 100%;
      padding: 0 50px; }
    .LoginLayout .__Layout .__View {
      float: left;
      width: 100%;
      padding: 20px 0 30px 0;
      background: #fff;
      -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      .LoginLayout .__Layout .__View .__LogoHeaderBase {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #eee; }
        .LoginLayout .__Layout .__View .__LogoHeaderBase .__Logo {
          padding-bottom: 10px; }
          .LoginLayout .__Layout .__View .__LogoHeaderBase .__Logo img {
            height: 36px !important; }
      .LoginLayout .__Layout .__View .__RegisterText {
        float: left;
        width: 100%;
        padding: 10px 50px;
        text-align: center; }
        .LoginLayout .__Layout .__View .__RegisterText a {
          color: #2b65f8;
          text-decoration: none;
          font-weight: 600; }
      .LoginLayout .__Layout .__View .__Input {
        position: relative;
        float: left;
        width: 100%;
        padding: 10px 50px; }
        .LoginLayout .__Layout .__View .__Input .__ArrowBox {
          position: absolute;
          width: calc(100% - 100px);
          margin-top: 3px;
          display: none;
          z-index: 10; }
          .LoginLayout .__Layout .__View .__Input .__ArrowBox .arrow_box {
            -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
            position: relative;
            background: #fff;
            border: 1px solid #e2e2e2;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            float: left;
            width: 100%; }
          .LoginLayout .__Layout .__View .__Input .__ArrowBox .arrow_box:after, .LoginLayout .__Layout .__View .__Input .__ArrowBox .arrow_box:before {
            bottom: 100%;
            left: 10%;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .LoginLayout .__Layout .__View .__Input .__ArrowBox .arrow_box:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 8px;
            margin-left: -8px; }
          .LoginLayout .__Layout .__View .__Input .__ArrowBox .arrow_box:before {
            border-color: rgba(204, 204, 204, 0);
            border-bottom-color: #ccc;
            border-width: 9px;
            margin-left: -9px; }
        .LoginLayout .__Layout .__View .__Input.LongText {
          height: 90px; }
          .LoginLayout .__Layout .__View .__Input.LongText a {
            color: #2b65f8;
            text-decoration: none; }
        .LoginLayout .__Layout .__View .__Input .btn {
          width: 100%; }
        .LoginLayout .__Layout .__View .__Input span {
          float: left;
          width: 100%; }
          .LoginLayout .__Layout .__View .__Input span input {
            width: 100%; }
          .LoginLayout .__Layout .__View .__Input span:nth-child(3) {
            text-align: right;
            padding-top: 4px; }
            .LoginLayout .__Layout .__View .__Input span:nth-child(3) a {
              color: #2b65f8;
              text-decoration: none;
              font-size: 11px;
              font-weight: 600; }
          .LoginLayout .__Layout .__View .__Input span:nth-child(2) {
            padding-top: 6px; }
          .LoginLayout .__Layout .__View .__Input span:nth-child(1) {
            font-weight: 600; }
      .LoginLayout .__Layout .__View .__Title {
        float: left;
        width: 100%;
        padding: 10px 50px;
        font-size: 24px;
        font-weight: 600; }
    .LoginLayout .__Layout .__Logo {
      float: left;
      width: 100%;
      padding-bottom: 30px;
      text-align: center;
      cursor: pointer; }
      .LoginLayout .__Layout .__Logo img {
        height: 50px !important; }

.FavoritesLayout {
  display: inline-block;
  width: 100%;
  padding-top: 20px; }
  .FavoritesLayout .__Title {
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 1.25rem; }

@keyframes RedButtonEffect {
  0% {
    background-position: 10% 0%; }
  50% {
    background-position: 91% 100%; }
  100% {
    background-position: 10% 0%; } }
#MiniProductView .__ImageView.__MyAds {
  width: 140px !important;
  height: 120px !important; }

.__ButtonViewLayout {
  display: flex;
  align-items: center;
  column-gap: 0.3rem;
  flex-wrap: wrap;
  row-gap: 0.3rem;
  width: 100%; }

@keyframes facebookPromoteHand {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(12deg) scale(1.1); }
  100% {
    transform: rotate(0deg); } }
@keyframes facebookPromote {
  0% {
    border: 1px solid #e2e2e2; }
  50% {
    border: 1px solid #1a3af8;
    color: #1a3af8; }
  100% {
    border: 1px solid #e2e2e2; } }
.__ProductItemListener {
  display: inline-block;
  width: 100%; }
  .__ProductItemListener #isHighlightItem {
    background: linear-gradient(265deg, #fff8e1 0%, white 100%);
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0; }
  .__ProductItemListener .__Item {
    display: flex;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee; }
    .__ProductItemListener .__Item:last-child {
      border-bottom: 0 !important; }
    .__ProductItemListener .__Item .__Options {
      display: inline-block;
      width: 230px; }
      .__ProductItemListener .__Item .__Options .__OptionItem {
        display: flex;
        align-items: center;
        padding: 7px 10px;
        float: left;
        width: 100%;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px; }
        .__ProductItemListener .__Item .__Options .__OptionItem.Red {
          animation: RedButtonEffect 5s ease infinite;
          color: #ff0026;
          background: linear-gradient(90deg, #ffebee 0%, white 100%); }
        .__ProductItemListener .__Item .__Options .__OptionItem:hover {
          background: #f9f9f9;
          color: #2b65f8;
          cursor: pointer; }
        .__ProductItemListener .__Item .__Options .__OptionItem span {
          float: left;
          display: inline-block; }
          .__ProductItemListener .__Item .__Options .__OptionItem span img {
            width: 24px;
            vertical-align: middle; }
          .__ProductItemListener .__Item .__Options .__OptionItem span:nth-child(1) {
            width: 35px; }
          .__ProductItemListener .__Item .__Options .__OptionItem span:nth-child(2) {
            width: calc(100% - 35px);
            font-weight: 600;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
    .__ProductItemListener .__Item .__TextView {
      position: relative;
      display: inline-block;
      width: calc(100% - 40px - 240px);
      padding-left: 15px; }
      .__ProductItemListener .__Item .__TextView.MyAdsView {
        width: calc(100% - 230px - 240px);
        padding-right: 20px; }
      .__ProductItemListener .__Item .__TextView .__Button {
        position: absolute;
        bottom: 0; }
      .__ProductItemListener .__Item .__TextView .__ProductExtraTools {
        display: inline-block; }
        .__ProductItemListener .__Item .__TextView .__ProductExtraTools .__ShareFacebookButton {
          animation: facebookPromote 1s infinite linear;
          height: 24px !important;
          display: inline-flex;
          align-items: center;
          border: 1px solid #e2e2e2;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          font-weight: 600;
          font-size: 11px; }
          .__ProductItemListener .__Item .__TextView .__ProductExtraTools .__ShareFacebookButton:hover {
            color: #304ffe;
            cursor: pointer;
            border: 1px solid #304ffe; }
          .__ProductItemListener .__Item .__TextView .__ProductExtraTools .__ShareFacebookButton span:nth-child(1) {
            animation: facebookPromoteHand 1s infinite linear;
            border-right: 1px solid #e2e2e2;
            width: 28px;
            padding: 0.1rem 0.5rem;
            text-align: center;
            font-size: 16px; }
            .__ProductItemListener .__Item .__TextView .__ProductExtraTools .__ShareFacebookButton span:nth-child(1) i {
              font-size: 16px; }
          .__ProductItemListener .__Item .__TextView .__ProductExtraTools .__ShareFacebookButton span:nth-child(2) {
            padding: 0.3rem 0.5rem;
            font-weight: 600;
            font-size: 11px; }
        .__ProductItemListener .__Item .__TextView .__ProductExtraTools .__ProductExtraToolsTitle {
          padding-bottom: 5px;
          float: left;
          width: 100%;
          font-weight: 600;
          font-size: 12px; }
        .__ProductItemListener .__Item .__TextView .__ProductExtraTools .__ProductExtraToolLayout {
          cursor: pointer;
          background: linear-gradient(270deg, white 0%, #f9f9f9 100%);
          border: 1px solid #e2e2e2;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          border-radius: 100px;
          width: auto;
          display: inline-block; }
          .__ProductItemListener .__Item .__TextView .__ProductExtraTools .__ProductExtraToolLayout .__ProductExtraItem {
            float: left;
            display: flex;
            align-items: center;
            padding: 5px;
            border-right: 1px solid #e2e2e2; }
            .__ProductItemListener .__Item .__TextView .__ProductExtraTools .__ProductExtraToolLayout .__ProductExtraItem img {
              vertical-align: middle;
              width: 18px !important; }
            .__ProductItemListener .__Item .__TextView .__ProductExtraTools .__ProductExtraToolLayout .__ProductExtraItem:last-child {
              border-right: 0; }
            .__ProductItemListener .__Item .__TextView .__ProductExtraTools .__ProductExtraToolLayout .__ProductExtraItem .__ItemImageView {
              float: left; }
            .__ProductItemListener .__Item .__TextView .__ProductExtraTools .__ProductExtraToolLayout .__ProductExtraItem .__ItemName {
              float: left;
              padding: 0 5px;
              font-weight: 600;
              font-size: 12px; }
      .__ProductItemListener .__Item .__TextView .__ProductDescription {
        cursor: pointer;
        display: inline-block;
        width: 100%;
        min-width: 0;
        padding-top: 5px;
        color: #444;
        font-weight: 300;
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .__ProductItemListener .__Item .__TextView .__ProductTitle {
        display: inline-block;
        width: 100%;
        padding-top: 5px; }
        .__ProductItemListener .__Item .__TextView .__ProductTitle a {
          font-weight: 600;
          font-size: 16px;
          text-decoration: none;
          color: #000; }
      .__ProductItemListener .__Item .__TextView .__CityName {
        display: inline-block;
        width: 100%;
        font-size: 11px;
        font-weight: 300; }
    .__ProductItemListener .__Item .__StarView {
      display: inline-block;
      width: 40px; }
      .__ProductItemListener .__Item .__StarView i {
        cursor: pointer;
        font-size: 24px; }
    .__ProductItemListener .__Item .__ImageView {
      position: relative;
      display: inline-block;
      width: 240px;
      height: 160px;
      background: #f9f9f9;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      overflow: hidden; }
      .__ProductItemListener .__Item .__ImageView.__MyAds {
        height: 190px; }
      .__ProductItemListener .__Item .__ImageView:hover {
        cursor: pointer;
        filter: brightness(1.1); }
      .__ProductItemListener .__Item .__ImageView .__ExtraTopGallery {
        position: absolute;
        right: 0;
        top: 0; }
        .__ProductItemListener .__Item .__ImageView .__ExtraTopGallery img {
          width: 50px !important; }
      .__ProductItemListener .__Item .__ImageView .__SoldStatus {
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 1; }
      .__ProductItemListener .__Item .__ImageView img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        .__ProductItemListener .__Item .__ImageView img.Gray {
          filter: grayscale(1); }

.CategoryListLayout {
  display: inline-block;
  width: 100%;
  padding-top: 20px; }
  .CategoryListLayout .__CityFilters {
    border-top: 1px solid #e2e2e2;
    margin-top: 10px;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    color: #4d4d4d;
    font-size: 11px; }
    .CategoryListLayout .__CityFilters a {
      font-size: 11px; }
  .CategoryListLayout .__SortFilter {
    display: inline-block;
    width: 100%; }
    .CategoryListLayout .__SortFilter select {
      width: auto;
      border: 0; }
  .CategoryListLayout .__Title {
    padding-bottom: 5px;
    display: inline-block;
    color: #4d4d4d;
    width: 100%;
    font-weight: 600;
    font-size: 20px; }

.PaginationLayout {
  float: left;
  width: 100%;
  margin-top: 10px; }
  .PaginationLayout ul.PaginationUlList {
    display: flex;
    width: 100%;
    justify-content: center; }
    .PaginationLayout ul.PaginationUlList li {
      display: inline-block;
      list-style: none;
      margin: 0 10px; }
      .PaginationLayout ul.PaginationUlList li.active-page a, .PaginationLayout ul.PaginationUlList li:hover a {
        color: #fff;
        background: #2b65f8;
        padding: 7px 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        display: inline-block;
        font-weight: 600; }
      .PaginationLayout ul.PaginationUlList li a {
        color: #000;
        background: #f9f9f9;
        padding: 7px 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        display: inline-block;
        font-weight: 600; }

.NoSearchResults {
  float: left;
  width: 100%;
  border: 1px solid #e2e2e2;
  background: #f9f9f9;
  margin-top: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  color: #666; }
  .NoSearchResults.White {
    background: #fff; }
  .NoSearchResults.Hide {
    display: none; }
  .NoSearchResults.HideTop {
    margin-top: 0; }
  .NoSearchResults.NoTop {
    margin-top: 0;
    border: 0; }
  .NoSearchResults.Bottom {
    margin-top: 0;
    margin-bottom: 10px; }
  .NoSearchResults img {
    vertical-align: middle; }
  .NoSearchResults span {
    float: left; }
    .NoSearchResults span:nth-child(2) {
      padding-left: 40px;
      font-weight: 600;
      font-size: 18px; }

.CategorySearchLayoutPlaceholder {
  float: left;
  width: 100%;
  height: 45px; }

.CategorySearchLayout {
  float: left;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 119px;
  z-index: 10000000; }
  .CategorySearchLayout .__SearchItem {
    position: relative;
    margin-left: 5px;
    background: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
    float: left;
    padding: 7px 15px;
    font-weight: 600; }
    .CategorySearchLayout .__SearchItem span {
      float: left; }
      .CategorySearchLayout .__SearchItem span:nth-child(1) {
        width: 24px; }
      .CategorySearchLayout .__SearchItem span:nth-child(2) {
        padding-right: 7px; }
      .CategorySearchLayout .__SearchItem span:nth-child(3) {
        border-left: 1px solid #ccc;
        padding-left: 10px; }
    .CategorySearchLayout .__SearchItem:hover {
      background: #2b65f8;
      color: #fff;
      cursor: pointer; }
      .CategorySearchLayout .__SearchItem:hover span:nth-child(3) {
        border-left: 1px solid rgba(255, 255, 255, 0.2); }
    .CategorySearchLayout .__SearchItem:first-child {
      margin-left: 0; }
  .CategorySearchLayout .__SearchFilterListButton {
    float: left;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    margin-top: 15px;
    padding: 10px 0;
    text-align: center; }
  .CategorySearchLayout .__SearchFilterList {
    float: left;
    padding-top: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px; }
    .CategorySearchLayout .__SearchFilterList .__FilterItem {
      display: inline-block;
      width: 100%; }
      .CategorySearchLayout .__SearchFilterList .__FilterItem.Disable {
        display: none; }
      .CategorySearchLayout .__SearchFilterList .__FilterItem span {
        float: left;
        width: 100%; }
        .CategorySearchLayout .__SearchFilterList .__FilterItem span input, .CategorySearchLayout .__SearchFilterList .__FilterItem span select {
          width: 100%; }
        .CategorySearchLayout .__SearchFilterList .__FilterItem span:nth-child(1) {
          font-weight: 600; }
        .CategorySearchLayout .__SearchFilterList .__FilterItem span:nth-child(2) {
          padding-top: 5px; }
    .CategorySearchLayout .__SearchFilterList form {
      float: left;
      width: 100%; }
  .CategorySearchLayout .SearchFilters {
    float: left;
    width: 100%;
    display: none;
    border-top: 1px solid #e2e2e2; }
  .CategorySearchLayout .__Title {
    padding: 10px 0 10px;
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 16px; }

.PageLayout {
  float: left;
  width: 100%;
  padding-top: 20px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .PageLayout.setMobileAssets {
      padding: 20px 20px; } }
  .PageLayout .__Content {
    float: left;
    width: 100%;
    padding-top: 10px; }
    .PageLayout .__Content h1 {
      font-size: 24px !important;
      font-weight: 600 !important; }
    .PageLayout .__Content h2 {
      font-size: 14px !important;
      font-weight: 600 !important; }
    .PageLayout .__Content h3 {
      font-size: 16px !important;
      font-weight: 600 !important; }
    .PageLayout .__Content table {
      border-collapse: collapse;
      width: 100%;
      margin: 10px 0;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
      -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14); }
      .PageLayout .__Content table tbody tr:first-line td {
        border-top: 0; }
      .PageLayout .__Content table tbody tr td {
        border-left: 1px solid #eee;
        border-top: 1px solid #eee;
        padding: 8px 15px; }
        .PageLayout .__Content table tbody tr td:first-child {
          border-left: 0; }
      .PageLayout .__Content table thead tr th, .PageLayout .__Content table thead tr td {
        background: #f9f9f9;
        background: linear-gradient(0deg, #f2f2f2 0%, #f9f9f9 100%);
        color: #333;
        border-left: 1px solid #f2f2f2;
        text-align: left;
        border-bottom: 1px solid #e2e2e2;
        font-weight: 600 !important;
        padding: 8px 15px; }
        .PageLayout .__Content table thead tr th div, .PageLayout .__Content table thead tr td div {
          font-weight: 600 !important; }
        .PageLayout .__Content table thead tr th:first-child, .PageLayout .__Content table thead tr td:first-child {
          border-left: 0; }
    .PageLayout .__Content * p {
      display: inline-block;
      width: 100%;
      margin: 0;
      padding: 0;
      line-height: normal !important; }
      .PageLayout .__Content * p strong {
        font-weight: 600; }
  .PageLayout .__Title {
    float: left;
    width: 100%;
    color: #4d4d4d;
    font-weight: 600;
    font-size: 1.25rem; }

.MobileAppsLayout {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px 0; }
  .MobileAppsLayout .__AppIcons {
    width: 50%;
    display: inline-block;
    padding-left: 20px; }
    .MobileAppsLayout .__AppIcons .__AppIconItem {
      padding-left: 5px;
      display: inline-block; }
      .MobileAppsLayout .__AppIcons .__AppIconItem#disabled {
        opacity: 0.2; }
      .MobileAppsLayout .__AppIcons .__AppIconItem:first-child {
        padding-left: 0; }
      .MobileAppsLayout .__AppIcons .__AppIconItem img:hover {
        cursor: pointer;
        filter: brightness(1.05); }
      .MobileAppsLayout .__AppIcons .__AppIconItem img.Android {
        width: 132px;
        height: 40px; }
      .MobileAppsLayout .__AppIcons .__AppIconItem img.iOS {
        width: 120px;
        height: 40px; }
  .MobileAppsLayout .__AppTitleText {
    display: inline-block;
    text-align: right;
    width: 50%; }
    .MobileAppsLayout .__AppTitleText b {
      font-weight: 600; }

ul.CategoryListItems {
  margin: 0;
  padding: 20px 0 0 0;
  float: left;
  width: 100%; }
  ul.CategoryListItems li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    list-style: none;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    ul.CategoryListItems li:hover {
      cursor: pointer;
      border: 1px solid #2b65f8;
      color: #2b65f8; }
      ul.CategoryListItems li:hover span a {
        color: #2b65f8 !important; }
    ul.CategoryListItems li span {
      display: flex;
      align-items: center; }
      ul.CategoryListItems li span:nth-child(2) {
        width: calc(100% - 60px); }
        ul.CategoryListItems li span:nth-child(2) a {
          color: #333;
          font-weight: 600; }
      ul.CategoryListItems li span:nth-child(1) {
        justify-content: center;
        width: 60px;
        height: 50px; }
        ul.CategoryListItems li span:nth-child(1) i {
          font-size: 30px; }
    ul.CategoryListItems li:last-child {
      margin-bottom: 0; }
ul.__HelpItems {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%; }
  ul.__HelpItems li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 5px 30px; }

.__HelpItemDescription {
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 20px; }
  .__HelpItemDescription strong {
    font-weight: 600 !important; }
  .__HelpItemDescription p {
    margin: 0 !important;
    padding: 0 !important; }

.__HelpItemTitle {
  float: left;
  width: 100%;
  padding-top: 5px;
  font-weight: 600;
  font-size: 24px; }

.__HelpCategoryTitle {
  float: left;
  width: 100%;
  padding-top: 5px;
  font-weight: 600;
  font-size: 24px; }

.__HelpLinks {
  float: left;
  width: 100%;
  padding-top: 20px; }
  .__HelpLinks a {
    color: #333;
    font-weight: 600; }
    .__HelpLinks a:hover {
      color: #2b65f8; }

.__HelpCategoryList {
  display: grid;
  padding-top: 30px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px; }
  .__HelpCategoryList .__Item {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .__HelpCategoryList .__Item span {
      justify-content: center;
      display: flex;
      width: 100%; }
      .__HelpCategoryList .__Item span .Icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 100px;
        background: #f2f2f2;
        background: linear-gradient(0deg, #ebf3f9 0%, rgba(235, 243, 249, 0.5) 100%);
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px; }
        .__HelpCategoryList .__Item span .Icon.Key_0 {
          background: #F3E5F5 !important; }
          .__HelpCategoryList .__Item span .Icon.Key_0 i {
            color: #AA00FF !important; }
        .__HelpCategoryList .__Item span .Icon.Key_1 {
          background: #EDE7F6 !important; }
          .__HelpCategoryList .__Item span .Icon.Key_1 i {
            color: #6200EA !important; }
        .__HelpCategoryList .__Item span .Icon.Key_2 {
          background: #E3F2FD !important; }
          .__HelpCategoryList .__Item span .Icon.Key_2 i {
            color: #304FFE !important; }
        .__HelpCategoryList .__Item span .Icon.Key_3 {
          background: #FFF3E0 !important; }
          .__HelpCategoryList .__Item span .Icon.Key_3 i {
            color: #FF6D00 !important; }
        .__HelpCategoryList .__Item span .Icon.Key_4 {
          background: #FFFDE7 !important; }
          .__HelpCategoryList .__Item span .Icon.Key_4 i {
            color: #FFD600 !important; }
        .__HelpCategoryList .__Item span .Icon.Key_5 {
          background: #E8F5E9 !important; }
          .__HelpCategoryList .__Item span .Icon.Key_5 i {
            color: #00C853 !important; }
        .__HelpCategoryList .__Item span .Icon i {
          color: #2b65f8;
          font-size: 60px; }
      .__HelpCategoryList .__Item span .btn {
        width: 100%; }
      .__HelpCategoryList .__Item span:nth-child(4) {
        padding: 10px 10px;
        border-top: 1px solid #e2e2e2; }
      .__HelpCategoryList .__Item span:nth-child(3) {
        padding: 15px 0; }
      .__HelpCategoryList .__Item span:nth-child(2) {
        text-align: center;
        font-weight: 600;
        font-size: 20px; }
      .__HelpCategoryList .__Item span:nth-child(1) {
        padding: 20px 0 10px 0;
        text-align: center; }

.HelpHeaderLayout {
  float: left;
  width: 100%;
  background: #ebf3f9 url("../../res/drawable/help/bg.png") top center no-repeat;
  background-size: auto 100%;
  padding: 40px 0; }
  .HelpHeaderLayout .__HelpTitle_TextView {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center; }
    .HelpHeaderLayout .__HelpTitle_TextView .__TextView {
      display: flex;
      align-items: center;
      align-items: center;
      width: 500px;
      background: #fff;
      -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .HelpHeaderLayout .__HelpTitle_TextView .__TextView span {
        display: inline-block; }
        .HelpHeaderLayout .__HelpTitle_TextView .__TextView span:nth-child(1) {
          width: 50px;
          text-align: right;
          padding-right: 5px; }
          .HelpHeaderLayout .__HelpTitle_TextView .__TextView span:nth-child(1) i {
            color: #666;
            font-size: 24px; }
        .HelpHeaderLayout .__HelpTitle_TextView .__TextView span:nth-child(2) {
          width: calc(100% - 50px); }
      .HelpHeaderLayout .__HelpTitle_TextView .__TextView input {
        background: transparent;
        padding: 15px 10px;
        font-size: 24px;
        font-weight: 500;
        width: 100%;
        border: 0 !important; }
        .HelpHeaderLayout .__HelpTitle_TextView .__TextView input:hover, .HelpHeaderLayout .__HelpTitle_TextView .__TextView input:active, .HelpHeaderLayout .__HelpTitle_TextView .__TextView input:focus {
          box-shadow: none !important; }
      .HelpHeaderLayout .__HelpTitle_TextView .__TextView:hover, .HelpHeaderLayout .__HelpTitle_TextView .__TextView:active, .HelpHeaderLayout .__HelpTitle_TextView .__TextView:focus {
        -webkit-box-shadow: 0 0px 10px 2px #2b65f8;
        -moz-box-shadow: 0 0px 10px 2px #2b65f8;
        box-shadow: 0 0px 10px 2px #2b65f8; }
  .HelpHeaderLayout .__HelpTitle_Sub {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0 20px 0;
    font-weight: 100;
    font-size: 24px; }
  .HelpHeaderLayout .__HelpTitle {
    float: left;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 30px; }

ul.OrderListItems {
  margin: 0;
  padding: 0 10px; }

.UserProfileLayout {
  float: left;
  width: 100%;
  padding-top: 20px; }
  .UserProfileLayout .__UserProfile_Tabs {
    float: left;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-top: 0;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }
    .UserProfileLayout .__UserProfile_Tabs .__ProfileTabItems {
      display: flex;
      width: 100%; }
      .UserProfileLayout .__UserProfile_Tabs .__ProfileTabItems .__Item {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        min-width: 0;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        float: left;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 10px 20px; }
        .UserProfileLayout .__UserProfile_Tabs .__ProfileTabItems .__Item * {
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
        .UserProfileLayout .__UserProfile_Tabs .__ProfileTabItems .__Item:hover {
          cursor: pointer; }
        .UserProfileLayout .__UserProfile_Tabs .__ProfileTabItems .__Item:last-child {
          border-right: 0; }
        .UserProfileLayout .__UserProfile_Tabs .__ProfileTabItems .__Item .__Item_Icon {
          float: left;
          width: 45px;
          color: #666; }
          .UserProfileLayout .__UserProfile_Tabs .__ProfileTabItems .__Item .__Item_Icon i {
            font-size: 24px; }
          .UserProfileLayout .__UserProfile_Tabs .__ProfileTabItems .__Item .__Item_Icon img {
            vertical-align: middle;
            width: 32px; }
        .UserProfileLayout .__UserProfile_Tabs .__ProfileTabItems .__Item .__Item_Name {
          float: left;
          width: calc(100% - 45px);
          font-weight: 600; }
          .UserProfileLayout .__UserProfile_Tabs .__ProfileTabItems .__Item .__Item_Name b {
            font-size: 11px;
            font-weight: 300;
            color: #666; }
  .UserProfileLayout .__UserProfile_TitleBar {
    float: left;
    width: 100%;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background: #fff;
    background: linear-gradient(170deg, white 0%, #f9f9f9 100%);
    border: 1px solid #e2e2e2;
    border-bottom: 0;
    padding: 20px;
    display: flex; }
    .UserProfileLayout .__UserProfile_TitleBar .__Profile_Info {
      float: left;
      width: calc(100% - 120px);
      padding-left: 20px; }
      .UserProfileLayout .__UserProfile_TitleBar .__Profile_Info .__Profile_Infos {
        float: left;
        width: 100%;
        padding-top: 14px; }
        .UserProfileLayout .__UserProfile_TitleBar .__Profile_Info .__Profile_Infos .__InfoItem {
          margin-right: 10px;
          float: left;
          display: flex;
          align-items: center;
          -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
          -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
          padding: 7px 10px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          background: #fff; }
          .UserProfileLayout .__UserProfile_TitleBar .__Profile_Info .__Profile_Infos .__InfoItem:hover {
            cursor: pointer;
            color: #2b65f8; }
          .UserProfileLayout .__UserProfile_TitleBar .__Profile_Info .__Profile_Infos .__InfoItem:last-child {
            margin-right: 0; }
          .UserProfileLayout .__UserProfile_TitleBar .__Profile_Info .__Profile_Infos .__InfoItem span {
            float: left; }
            .UserProfileLayout .__UserProfile_TitleBar .__Profile_Info .__Profile_Infos .__InfoItem span:nth-child(2) {
              padding-left: 10px;
              padding-right: 5px;
              font-weight: 600; }
            .UserProfileLayout .__UserProfile_TitleBar .__Profile_Info .__Profile_Infos .__InfoItem span:nth-child(1) {
              width: 32px; }
              .UserProfileLayout .__UserProfile_TitleBar .__Profile_Info .__Profile_Infos .__InfoItem span:nth-child(1) img {
                width: 32px;
                vertical-align: middle; }
      .UserProfileLayout .__UserProfile_TitleBar .__Profile_Info .__Profile_Name {
        float: left;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .UserProfileLayout .__UserProfile_TitleBar .__Profile_Info .__Profile_Name img {
          vertical-align: middle;
          width: 40px;
          cursor: pointer; }
        .UserProfileLayout .__UserProfile_TitleBar .__Profile_Info .__Profile_Name .__Left {
          display: inline-block;
          float: left; }
          .UserProfileLayout .__UserProfile_TitleBar .__Profile_Info .__Profile_Name .__Left img {
            display: inline-block;
            padding-right: 5px; }
            .UserProfileLayout .__UserProfile_TitleBar .__Profile_Info .__Profile_Name .__Left img:hover {
              filter: brightness(1.1); }
      .UserProfileLayout .__UserProfile_TitleBar .__Profile_Info .__RegisterDate {
        float: left;
        width: 100%;
        font-size: 14px;
        color: #666; }
      .UserProfileLayout .__UserProfile_TitleBar .__Profile_Info .__Name {
        float: left;
        width: 100%;
        font-weight: 600;
        font-size: 24px; }
    .UserProfileLayout .__UserProfile_TitleBar .__Profile_ImageView {
      position: relative;
      float: left;
      overflow: hidden;
      width: 120px;
      height: 120px;
      background: #fff url("../../res/drawable/no_user_photo.png") center;
      background-size: cover;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      .UserProfileLayout .__UserProfile_TitleBar .__Profile_ImageView .__IsVerify {
        position: absolute;
        top: 5px;
        right: 5px; }
        .UserProfileLayout .__UserProfile_TitleBar .__Profile_ImageView .__IsVerify img {
          width: 32px !important; }
      .UserProfileLayout .__UserProfile_TitleBar .__Profile_ImageView img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.__ProfilePhoto_Uploader {
  float: left;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.BlockPostCodeCityName {
  display: flex; }
  .BlockPostCodeCityName input[type=text]:nth-child(1) {
    width: 30% !important;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    border-right: 0; }
  .BlockPostCodeCityName input[type=text]:nth-child(2) {
    width: 70% !important;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    border-left: 1px dashed #ccc; }

.ProfileLayout {
  float: left;
  width: 100%;
  padding-top: 20px; }
  .ProfileLayout .__UserBlockItem {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 20px 0; }
    .ProfileLayout .__UserBlockItem .ClockTimer {
      display: flex;
      min-width: 0; }
      .ProfileLayout .__UserBlockItem .ClockTimer input[type=time] {
        border: 1px solid #e2e2e2;
        padding: 8px 5px;
        background: #f9f9f9; }
      .ProfileLayout .__UserBlockItem .ClockTimer input {
        width: 100% !important; }
        .ProfileLayout .__UserBlockItem .ClockTimer input:nth-child(1) {
          border-right: 0;
          -webkit-border-radius: 6px 0 0 6px;
          -moz-border-radius: 6px 0 0 6px;
          border-radius: 6px 0 0 6px; }
        .ProfileLayout .__UserBlockItem .ClockTimer input:nth-child(2) {
          border-left: 1px dashed #ccc;
          -webkit-border-radius: 0 6px 6px 0;
          -moz-border-radius: 0 6px 6px 0;
          border-radius: 0 6px 6px 0; }
    .ProfileLayout .__UserBlockItem .__ProfilePhotoHolder {
      display: inline-block;
      width: 300px; }
      .ProfileLayout .__UserBlockItem .__ProfilePhotoHolder .__Layout {
        display: flex;
        align-items: center; }
      .ProfileLayout .__UserBlockItem .__ProfilePhotoHolder .__TextView {
        float: left;
        width: calc(100% - 100px);
        padding-left: 20px;
        text-align: left; }
        .ProfileLayout .__UserBlockItem .__ProfilePhotoHolder .__TextView .__Title {
          float: left;
          width: 100%;
          font-weight: 600;
          padding-bottom: 0; }
        .ProfileLayout .__UserBlockItem .__ProfilePhotoHolder .__TextView .__Info {
          float: left;
          width: 100%;
          font-size: 11px;
          color: #666;
          padding-top: 10px; }
          .ProfileLayout .__UserBlockItem .__ProfilePhotoHolder .__TextView .__Info:last-child {
            padding-top: 0 !important; }
        .ProfileLayout .__UserBlockItem .__ProfilePhotoHolder .__TextView .__ButtonView {
          float: left;
          width: 100%; }
      .ProfileLayout .__UserBlockItem .__ProfilePhotoHolder .__ImageView {
        overflow: hidden;
        float: left;
        width: 100px;
        height: 100px;
        background: #f9f9f9 url("../../res/drawable/no_user_photo.png") center;
        background-size: cover;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px; }
        .ProfileLayout .__UserBlockItem .__ProfilePhotoHolder .__ImageView img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .ProfileLayout .__UserBlockItem.Center {
      text-align: center; }
    .ProfileLayout .__UserBlockItem span {
      color: #555;
      float: left;
      width: 50%; }
      .ProfileLayout .__UserBlockItem span input[type=text], .ProfileLayout .__UserBlockItem span select, .ProfileLayout .__UserBlockItem span textarea {
        width: 100%; }
      .ProfileLayout .__UserBlockItem span b {
        color: #000; }
      .ProfileLayout .__UserBlockItem span:nth-child(1) {
        width: calc(100% - 300px);
        padding-right: 100px; }
      .ProfileLayout .__UserBlockItem span:nth-child(2) {
        width: 300px; }
        .ProfileLayout .__UserBlockItem span:nth-child(2) b {
          width: 300px;
          text-align: left;
          margin-bottom: 10px;
          display: inline-block;
          margin-top: 10px; }
          .ProfileLayout .__UserBlockItem span:nth-child(2) b:first-child {
            margin-top: 0; }
  .ProfileLayout .__Content {
    float: left;
    width: 100%;
    padding-top: 20px; }
    .ProfileLayout .__Content .__BlockItem {
      margin-bottom: 10px;
      float: left;
      width: 100%;
      border: 1px solid #e2e2e2;
      display: flex;
      align-items: center;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      padding: 10px 15px 10px 0; }
      .ProfileLayout .__Content .__BlockItem:last-child {
        margin-bottom: 0; }
      .ProfileLayout .__Content .__BlockItem:hover {
        border: 1px solid #2b65f8; }
      .ProfileLayout .__Content .__BlockItem .btn {
        margin: 0 auto; }
      .ProfileLayout .__Content .__BlockItem span img {
        vertical-align: middle;
        width: 48px; }
      .ProfileLayout .__Content .__BlockItem span:nth-child(1) {
        width: 80px;
        text-align: center; }
        .ProfileLayout .__Content .__BlockItem span:nth-child(1) i {
          font-size: 24px; }
      .ProfileLayout .__Content .__BlockItem span:nth-child(2) {
        width: calc(100% - 280px); }
      .ProfileLayout .__Content .__BlockItem span:nth-child(3) {
        width: 200px;
        text-align: right; }
    .ProfileLayout .__Content .__Table {
      float: left;
      width: 100%;
      padding-top: 15px; }
    .ProfileLayout .__Content .__Title {
      float: left;
      width: 100%;
      font-size: 16px; }
      .ProfileLayout .__Content .__Title.Bottom {
        padding-bottom: 20px; }
      .ProfileLayout .__Content .__Title.Top {
        padding-bottom: 20px;
        padding-top: 20px; }
  .ProfileLayout .__TabItems {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 51.6px; }
    .ProfileLayout .__TabItems .__Item {
      margin-right: 20px;
      display: inline-block;
      padding: 15px 0;
      font-weight: 600;
      font-size: 14px; }
      .ProfileLayout .__TabItems .__Item:hover, .ProfileLayout .__TabItems .__Item.active {
        color: #2b65f8;
        cursor: pointer;
        border-bottom: 1px solid #2b65f8; }
      .ProfileLayout .__TabItems .__Item:last-child {
        margin-right: 0; }
  .ProfileLayout .__Title {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 1.25rem; }

.ProductListItemsExtraFunctions {
  float: left;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e2e2e2; }
  .ProductListItemsExtraFunctions .__ListItem {
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px; }
    .ProductListItemsExtraFunctions .__ListItem:last-child {
      border-bottom: 0; }
    .ProductListItemsExtraFunctions .__ListItem .__ButtonView {
      float: left;
      width: 100px; }
      .ProductListItemsExtraFunctions .__ListItem .__ButtonView .btn {
        margin: 0;
        width: 100%; }
    .ProductListItemsExtraFunctions .__ListItem .__TextView {
      float: left;
      width: calc(100% - 40px - 100px);
      padding-left: 10px;
      padding-right: 10px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .ProductListItemsExtraFunctions .__ListItem .__ImageView {
      float: left;
      width: 40px;
      height: 40px;
      background: #f9f9f9;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      overflow: hidden; }
      .ProductListItemsExtraFunctions .__ListItem .__ImageView img {
        object-fit: cover;
        width: 100%;
        height: 100%; }

.ProductsLimitListItemsButton {
  float: left;
  width: 100%;
  padding-top: 10px; }
  .ProductsLimitListItemsButton .btn {
    width: 100%; }

.ProductsLimitListItems {
  float: left;
  width: 100%;
  border: 1px solid #e2e2e2;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .ProductsLimitListItems .__Item {
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px dashed #e2e2e2; }
    .ProductsLimitListItems .__Item:hover {
      cursor: pointer;
      background: linear-gradient(270deg, white 0%, #f9f9f9 100%); }
    .ProductsLimitListItems .__Item img {
      vertical-align: middle; }
    .ProductsLimitListItems .__Item label {
      cursor: pointer;
      display: flex;
      align-items: center; }
    .ProductsLimitListItems .__Item:last-child {
      border-bottom: 0; }
    .ProductsLimitListItems .__Item span {
      display: inline-block; }
      .ProductsLimitListItems .__Item span:nth-child(3) {
        padding-left: 15px;
        font-weight: 600;
        width: calc(100% - 48px - 35px - 50px); }
        .ProductsLimitListItems .__Item span:nth-child(3) b {
          font-weight: 300;
          font-size: 12px; }
      .ProductsLimitListItems .__Item span:nth-child(4) {
        text-align: right;
        width: 50px; }

.MyAdsListItems {
  float: left;
  width: 100%;
  padding-top: 20px; }

.Status_User_Select {
  float: left;
  width: 100%;
  padding: 0 30px; }

.Status_Button {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0 20px 0; }

.Status_RefLink_Info {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 30px 20px; }

.ShareItemsTitle {
  float: left;
  width: 100%;
  padding: 0 30px 10px;
  font-weight: 600; }

.Status_Share {
  float: left;
  width: 100%;
  padding: 0 30px 20px; }
  .Status_Share .ShareItems {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px; }
    .Status_Share .ShareItems .__Item {
      font-size: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 58px;
      min-width: 0;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #f9f9f9; }
      .Status_Share .ShareItems .__Item:active {
        transform: scale(0.98); }
      .Status_Share .ShareItems .__Item:hover {
        filter: brightness(1.1); }
      .Status_Share .ShareItems .__Item.Pinterest {
        cursor: pointer;
        background: #df1a26;
        background: linear-gradient(0deg, #df1a26 0%, #df1a26 100%);
        color: #fff; }
      .Status_Share .ShareItems .__Item.Telegram {
        background: #019bea;
        background: linear-gradient(0deg, #019bea 0%, #3cbcf7 100%);
        cursor: pointer;
        color: #fff; }
      .Status_Share .ShareItems .__Item.Whatsapp {
        cursor: pointer;
        background: #5b0;
        color: #fff; }
      .Status_Share .ShareItems .__Item.Twitter {
        cursor: pointer;
        background: #00a6ff;
        color: #fff; }
      .Status_Share .ShareItems .__Item.Facebook {
        cursor: pointer;
        background: #0167e3;
        background: linear-gradient(0deg, #0167e3 0%, #18aafd 100%);
        color: #fff; }
      .Status_Share .ShareItems .__Item i {
        font-size: 30px; }

.Status_RefLink {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 30px 10px; }
  .Status_RefLink input {
    width: 100%;
    background: #f9f9f9; }

.Status_Description {
  float: left;
  width: 100%;
  padding: 10px 30px;
  text-align: center;
  color: #555;
  font-weight: 300;
  font-size: 16px; }

.Status_Title {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 24px; }

.TitlesHeader {
  position: relative;
  float: left;
  width: 100%; }
  .TitlesHeader .__MiddleView {
    position: absolute;
    left: calc(50% - 65px);
    top: 20px; }
    .TitlesHeader .__MiddleView .__IconView {
      position: absolute;
      right: 0; }
      .TitlesHeader .__MiddleView .__IconView img {
        width: 36px;
        height: 36px;
        object-fit: cover; }
    .TitlesHeader .__MiddleView .__ImageView {
      float: left;
      width: 130px;
      height: 130px;
      background: #fff;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      overflow: hidden; }
      .TitlesHeader .__MiddleView .__ImageView img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .TitlesHeader img {
    vertical-align: middle; }

.MyAdsHeaderLayout {
  float: left;
  width: 100%;
  padding-top: 20px; }
  .MyAdsHeaderLayout .__TitleBar {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between; }
  .MyAdsHeaderLayout .__Search {
    float: left; }
    .MyAdsHeaderLayout .__Search .btn {
      margin: 0 0 0 10px; }
    .MyAdsHeaderLayout .__Search input {
      padding: 5px 14px;
      height: 32px;
      width: 180px; }
  .MyAdsHeaderLayout .__Title {
    float: left;
    padding: 20px 0;
    font-weight: 600;
    font-size: 1.25rem; }
  .MyAdsHeaderLayout .__FilterItems {
    float: left;
    width: 100%; }
    .MyAdsHeaderLayout .__FilterItems .__Items {
      display: flex;
      width: 100%; }
      .MyAdsHeaderLayout .__FilterItems .__Items .__Item {
        color: #666;
        background: #f9f9f9;
        font-weight: 600;
        display: inline-block;
        border: 1px solid #e2e2e2;
        width: 100%;
        padding: 10px;
        text-align: center; }
        .MyAdsHeaderLayout .__FilterItems .__Items .__Item:hover {
          border-bottom: 1px solid #ccc;
          color: #2b65f8;
          cursor: pointer; }
        .MyAdsHeaderLayout .__FilterItems .__Items .__Item.active {
          border-bottom: 1px solid #fff;
          background: #fff;
          color: #000; }
        .MyAdsHeaderLayout .__FilterItems .__Items .__Item:nth-child(n+2) {
          border-left: 0; }
  .MyAdsHeaderLayout .__HeaderItems {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px; }
    .MyAdsHeaderLayout .__HeaderItems .__Item {
      display: flex;
      align-items: center;
      border: 1px solid #e2e2e2;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      .MyAdsHeaderLayout .__HeaderItems .__Item img {
        width: 48px;
        vertical-align: middle; }
      .MyAdsHeaderLayout .__HeaderItems .__Item span {
        float: left; }
        .MyAdsHeaderLayout .__HeaderItems .__Item span:nth-child(1) {
          width: 75px;
          padding: 15px; }
        .MyAdsHeaderLayout .__HeaderItems .__Item span:nth-child(2) {
          width: calc(100% - 75px);
          font-size: 11px; }
          .MyAdsHeaderLayout .__HeaderItems .__Item span:nth-child(2) a {
            text-decoration: underline;
            color: #000;
            font-size: 11px; }
          .MyAdsHeaderLayout .__HeaderItems .__Item span:nth-child(2) b {
            font-size: 16px;
            font-weight: 600; }

ul.CategorySelect {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%; }
  ul.CategorySelect li {
    float: left;
    list-style: none;
    padding: 12px 25px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #000 !important;
    align-items: center; }
    ul.CategorySelect li.backText span:nth-child(1) {
      font-size: 12px !important; }
    ul.CategorySelect li.ShowArrow span:nth-child(2) {
      display: inline-block; }
    ul.CategorySelect li.Line {
      background: linear-gradient(270deg, white 0%, #f9f9f9 100%); }
      ul.CategorySelect li.Line:hover {
        background: linear-gradient(270deg, white 0%, #f9f9f9 100%); }
    ul.CategorySelect li:last-child {
      border-bottom: 0; }
    ul.CategorySelect li span {
      display: inline-block; }
      ul.CategorySelect li span:nth-child(1) {
        font-size: 14px !important;
        width: auto !important; }
        ul.CategorySelect li span:nth-child(1) .__TextHolder {
          display: flex;
          width: 100%;
          align-items: center; }
        ul.CategorySelect li span:nth-child(1) .__ImageView {
          float: left;
          width: 40px; }
          ul.CategorySelect li span:nth-child(1) .__ImageView .__ImageViewCircle {
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            width: 30px;
            height: 30px;
            background: #f9f9f9; }
            ul.CategorySelect li span:nth-child(1) .__ImageView .__ImageViewCircle img {
              width: 24px;
              vertical-align: middle; }
        ul.CategorySelect li span:nth-child(1) .__TextView {
          float: left;
          width: calc(100% - 40px);
          padding-left: 10px;
          font-weight: 600; }
      ul.CategorySelect li span:nth-child(2) {
        display: inline-block; }
    ul.CategorySelect li:hover {
      cursor: pointer;
      -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      color: #2b65f8;
      background: #fff; }
      ul.CategorySelect li:hover span:nth-child(2) {
        display: inline-block; }
      ul.CategorySelect li:hover span:nth-child(1) {
        font-weight: 600 !important; }

.WordBreaker {
  display: inline-block;
  width: 100%;
  word-break: break-all;
  font-size: 11px; }

.ErrorIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #ffebee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #f44336; }

.__EditPhotoGallery_Button {
  float: left;
  width: 100%;
  padding-top: 10px; }
  .__EditPhotoGallery_Button .__PhotoUploadItemList {
    float: left;
    width: 100%;
    padding-top: 10px; }
  .__EditPhotoGallery_Button .__GalleryItems {
    float: left;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .__EditPhotoGallery_Button .__Left {
    float: left; }

.__EditPhotoGallery {
  float: left;
  width: 100%;
  border: 2px dashed #e2e2e2;
  background: #fcfcfc;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .__EditPhotoGallery .__Item {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100px;
    background: #fff;
    border: 1px solid #e2e2e2; }
    .__EditPhotoGallery .__Item.AddPhoto:hover {
      cursor: pointer;
      border: 1px solid #2b65f8; }
    .__EditPhotoGallery .__Item .__AddPhoto {
      transition: all 0.2s ease;
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center; }
    .__EditPhotoGallery .__Item img {
      vertical-align: middle;
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .__EditPhotoGallery .__Item .__IsMainPhoto {
      position: absolute;
      right: 0;
      top: 0; }
      .__EditPhotoGallery .__Item .__IsMainPhoto img {
        width: 32px !important;
        vertical-align: middle; }
    .__EditPhotoGallery .__Item .__Item_EditBar {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
      padding: 10px;
      color: #fff;
      text-align: right; }
      .__EditPhotoGallery .__Item .__Item_EditBar .__DeleteIcon {
        display: inline-block; }
        .__EditPhotoGallery .__Item .__Item_EditBar .__DeleteIcon.Right {
          margin-right: 14px; }

.CategoryIdTextEdit {
  display: inline-block;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.ProductEditLayout {
  float: left;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .ProductEditLayout .__Content {
    float: left;
    width: 100%;
    padding: 15px 25px;
    display: flex; }
    .ProductEditLayout .__Content .__InputItem {
      padding-top: 20px;
      display: flex;
      align-items: center; }
      .ProductEditLayout .__Content .__InputItem .__InputItem_30_70 {
        display: flex;
        width: 100%; }
        .ProductEditLayout .__Content .__InputItem .__InputItem_30_70 .__Item {
          width: 30%; }
        .ProductEditLayout .__Content .__InputItem .__InputItem_30_70 .__Item:nth-child(1) {
          padding-right: 10px; }
        .ProductEditLayout .__Content .__InputItem .__InputItem_30_70 .__Item:nth-child(2) {
          width: 70%; }
      .ProductEditLayout .__Content .__InputItem .__PriceInput {
        display: flex;
        align-items: center;
        width: 100%; }
        .ProductEditLayout .__Content .__InputItem .__PriceInput .__RadioView {
          float: left;
          width: calc(100% - 160px);
          padding-left: 10px; }
        .ProductEditLayout .__Content .__InputItem .__PriceInput .__TextView {
          float: left;
          width: 160px; }
      .ProductEditLayout .__Content .__InputItem .TextLimit {
        color: #666;
        margin-top: 5px;
        font-size: 11px; }
      .ProductEditLayout .__Content .__InputItem.TextTop {
        align-items: start; }
      .ProductEditLayout .__Content .__InputItem textarea {
        min-width: 100%;
        max-width: 100%;
        background: #fcfcfc;
        width: 100%;
        height: 150px; }
      .ProductEditLayout .__Content .__InputItem input[type=text] {
        background: #fcfcfc;
        width: 100%; }
      .ProductEditLayout .__Content .__InputItem:first-child {
        padding-top: 0; }
      .ProductEditLayout .__Content .__InputItem span {
        float: left; }
        .ProductEditLayout .__Content .__InputItem span:nth-child(1) {
          width: 166px; }
        .ProductEditLayout .__Content .__InputItem span:nth-child(2) {
          width: calc(100% - 166px); }
    .ProductEditLayout .__Content .__Content_Left {
      float: left;
      width: calc(100% - 300px); }
      .ProductEditLayout .__Content .__Content_Left .__WarningTextView {
        float: left;
        margin: 10px 0 0 0;
        padding: 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #FFF8E1;
        color: #FF6D00;
        font-size: 11px;
        font-weight: 600; }
      .ProductEditLayout .__Content .__Content_Left .__TextView {
        float: left;
        width: 100%;
        font-size: 11px;
        color: #666; }
        .ProductEditLayout .__Content .__Content_Left .__TextView a {
          font-size: 11px; }
      .ProductEditLayout .__Content .__Content_Left .__ButtonView {
        float: left;
        width: 100%;
        padding-top: 10px; }
    .ProductEditLayout .__Content .__Content_Right {
      float: left;
      width: 300px;
      padding-left: 30px; }
      .ProductEditLayout .__Content .__Content_Right .__Tip {
        float: left;
        width: 100%; }
        .ProductEditLayout .__Content .__Content_Right .__Tip.Top-45 {
          padding-top: 45px; }
        .ProductEditLayout .__Content .__Content_Right .__Tip .arrow_box {
          float: left;
          color: #FF6D00;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          padding: 15px 20px;
          width: 100%;
          position: relative;
          background: #FFF8E1; }
          .ProductEditLayout .__Content .__Content_Right .__Tip .arrow_box b {
            display: inline-block;
            margin-bottom: 5px; }
        .ProductEditLayout .__Content .__Content_Right .__Tip .arrow_box:after {
          right: 100%;
          top: 20%;
          border: solid transparent;
          content: "";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(255, 248, 225, 0);
          border-right-color: #FFF8E1;
          border-width: 8px;
          margin-top: -8px; }
  .ProductEditLayout .__Title {
    float: left;
    width: 100%;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2; }
    .ProductEditLayout .__Title span {
      display: inline-block; }
      .ProductEditLayout .__Title span:nth-child(1) {
        font-weight: 600;
        font-size: 16px; }

.ChatPhotoPreview {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000000001; }
  .ChatPhotoPreview .__ChatPhotoCloseButton {
    position: absolute;
    right: 30px;
    top: 30px; }
    .ChatPhotoPreview .__ChatPhotoCloseButton .__Icon {
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background: #000;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      color: #fff; }
      .ChatPhotoPreview .__ChatPhotoCloseButton .__Icon i {
        font-size: 20px; }
  .ChatPhotoPreview .__ChatPhotoView {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
    .ChatPhotoPreview .__ChatPhotoView .__View {
      overflow: hidden;
      display: inline-block;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      background: #000;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: 0 0 50px 20px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 50px 20px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 50px 20px rgba(0, 0, 0, 0.3); }
      .ChatPhotoPreview .__ChatPhotoView .__View img {
        width: 100%;
        height: 100%;
        object-fit: contain; }

.__Chat_Content {
  float: left;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: flex; }
  .__Chat_Content .__Chat_Content_Right {
    position: relative;
    float: left;
    width: calc(100% - 400px);
    background: #f9f9f9; }
    .__Chat_Content .__Chat_Content_Right .__ChatMessages {
      position: absolute;
      width: 100%;
      height: calc(100% - 80px - 53px);
      top: 80px;
      background: #ece5dd url("../../res/drawable/chat/chat_bg.png");
      overflow: auto;
      scrollbar-width: thin;
      scrollbar-color: rgba(0, 0, 0, 0.2) #ece5dd; }
      .__Chat_Content .__Chat_Content_Right .__ChatMessages#setNoAnswerChatBox {
        height: calc(100% - 80px); }
      .__Chat_Content .__Chat_Content_Right .__ChatMessages::-webkit-scrollbar {
        background: #ece5dd;
        width: 6px; }
      .__Chat_Content .__Chat_Content_Right .__ChatMessages::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2); }
    .__Chat_Content .__Chat_Content_Right .__ChatTop {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%; }
      .__Chat_Content .__Chat_Content_Right .__ChatTop .__ChatTop_Content {
        float: left;
        width: 100%;
        height: 80px;
        background: #fff;
        border-bottom: 1px solid #eee;
        padding: 10px 20px 10px 10px;
        display: flex;
        align-items: center; }
        .__Chat_Content .__Chat_Content_Right .__ChatTop .__ChatTop_Content .__ChatTop_Options {
          float: left;
          width: 240px;
          text-align: right; }
        .__Chat_Content .__Chat_Content_Right .__ChatTop .__ChatTop_Content .__ChatTop_ProductTitle {
          float: left;
          width: calc(100% - 70px - 240px);
          padding-left: 10px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          .__Chat_Content .__Chat_Content_Right .__ChatTop .__ChatTop_Content .__ChatTop_ProductTitle b {
            cursor: pointer;
            font-size: 14px;
            font-weight: 300; }
            .__Chat_Content .__Chat_Content_Right .__ChatTop .__ChatTop_Content .__ChatTop_ProductTitle b:hover {
              color: #2b65f8; }
          .__Chat_Content .__Chat_Content_Right .__ChatTop .__ChatTop_Content .__ChatTop_ProductTitle a {
            font-size: 1.25em;
            font-weight: 600; }
        .__Chat_Content .__Chat_Content_Right .__ChatTop .__ChatTop_Content .__ChatTop_ProductImageView {
          float: left;
          width: 70px; }
          .__Chat_Content .__Chat_Content_Right .__ChatTop .__ChatTop_Content .__ChatTop_ProductImageView .__ImageView {
            cursor: pointer;
            float: left;
            width: 60px;
            height: 60px;
            background: #f9f9f9;
            overflow: hidden;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px; }
            .__Chat_Content .__Chat_Content_Right .__ChatTop .__ChatTop_Content .__ChatTop_ProductImageView .__ImageView img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
    .__Chat_Content .__Chat_Content_Right .__ChatBottom {
      z-index: 1;
      position: absolute;
      bottom: 0;
      width: 100%; }
      .__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content {
        float: left;
        width: 100%; }
        .__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__PhotoUpload {
          float: left;
          width: 1px;
          height: 1px;
          overflow: hidden; }
        .__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__ChatBottom_InputBar {
          display: flex;
          align-items: center;
          float: left;
          width: 100%;
          border-top: 1px solid #eee;
          background: #fff; }
          .__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__ChatBottom_InputBar .__SendButton {
            float: left;
            width: 100px;
            padding-right: 10px; }
            .__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__ChatBottom_InputBar .__SendButton .btn {
              width: 100%;
              margin: 0; }
          .__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__ChatBottom_InputBar .__ImagePicker {
            float: left;
            width: 50px;
            text-align: center; }
            .__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__ChatBottom_InputBar .__ImagePicker span {
              transition: all 0.2s ease;
              display: flex;
              align-items: center;
              justify-content: center;
              width: 35px;
              overflow: hidden;
              height: 35px;
              -webkit-border-radius: 100px;
              -moz-border-radius: 100px;
              border-radius: 100px; }
              .__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__ChatBottom_InputBar .__ImagePicker span:hover {
                background: #f9f9f9;
                cursor: pointer; }
                .__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__ChatBottom_InputBar .__ImagePicker span:hover i {
                  color: #2b65f8; }
              .__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__ChatBottom_InputBar .__ImagePicker span i {
                color: #666;
                font-size: 24px; }
          .__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__ChatBottom_InputBar .__TextInput {
            float: left;
            width: calc(100% - 150px); }
            .__Chat_Content .__Chat_Content_Right .__ChatBottom .__ChatBottom_Content .__ChatBottom_InputBar .__TextInput input {
              width: 100%;
              border: 1px solid #fff;
              padding: 15px;
              font-weight: 500;
              font-size: 14px; }
    .__Chat_Content .__Chat_Content_Right .__Message_Home {
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      height: 100%;
      align-content: center;
      justify-content: center; }
      .__Chat_Content .__Chat_Content_Right .__Message_Home .__TextView_Description {
        display: inline-block;
        padding-top: 5px; }
      .__Chat_Content .__Chat_Content_Right .__Message_Home .__TextView_Title {
        padding-top: 20px;
        width: 100%;
        display: inline-block;
        font-weight: 600;
        font-size: 1.25em; }
      .__Chat_Content .__Chat_Content_Right .__Message_Home .__ImageView {
        width: 100%;
        display: inline-block; }
      .__Chat_Content .__Chat_Content_Right .__Message_Home img {
        width: 60%; }
  .__Chat_Content .__Chat_Content_Left {
    float: left;
    width: 400px;
    height: 600px;
    border-right: 1px solid #eee; }
    .__Chat_Content .__Chat_Content_Left .__MessagesItems {
      float: left;
      width: 100%;
      overflow: auto;
      scrollbar-width: thin;
      height: calc(100% - 80px); }
      .__Chat_Content .__Chat_Content_Left .__MessagesItems .__NoMessages {
        float: left;
        width: 100%;
        padding: 0 20px 20px 20px; }
        .__Chat_Content .__Chat_Content_Left .__MessagesItems .__NoMessages span {
          float: left;
          width: 100%;
          background: #FFF8E1;
          color: #FF6D00;
          font-weight: 600;
          padding: 10px 15px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px; }
      .__Chat_Content .__Chat_Content_Left .__MessagesItems .__Item {
        display: flex;
        width: 100%;
        padding: 10px 20px;
        border-bottom: 1px solid #eee; }
        .__Chat_Content .__Chat_Content_Left .__MessagesItems .__Item:hover {
          background: #f9f9f9;
          cursor: pointer; }
        .__Chat_Content .__Chat_Content_Left .__MessagesItems .__Item .__TextView {
          float: left;
          width: calc(100% - 90px); }
          .__Chat_Content .__Chat_Content_Left .__MessagesItems .__Item .__TextView .__LastMessageText {
            float: left;
            width: 100%;
            color: #555;
            padding-top: 5px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
          .__Chat_Content .__Chat_Content_Left .__MessagesItems .__Item .__TextView .__ProductUserName {
            display: flex;
            width: 100%;
            justify-content: space-between; }
            .__Chat_Content .__Chat_Content_Left .__MessagesItems .__Item .__TextView .__ProductUserName .__Block {
              float: left;
              font-size: 12px; }
          .__Chat_Content .__Chat_Content_Left .__MessagesItems .__Item .__TextView .__ProductName {
            float: left;
            width: 100%;
            padding-top: 5px;
            font-weight: 600;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
        .__Chat_Content .__Chat_Content_Left .__MessagesItems .__Item .__ImageView {
          float: left;
          width: 90px;
          position: relative; }
          .__Chat_Content .__Chat_Content_Left .__MessagesItems .__Item .__ImageView .__MessageUnread {
            position: absolute;
            top: -5px;
            right: 15px; }
            .__Chat_Content .__Chat_Content_Left .__MessagesItems .__Item .__ImageView .__MessageUnread span {
              display: inline-block;
              width: 20px;
              height: 20px;
              background: #5b0;
              -webkit-border-radius: 100px;
              -moz-border-radius: 100px;
              border-radius: 100px;
              text-align: center;
              line-height: 21px;
              overflow: hidden;
              font-weight: 600;
              font-size: 11px;
              color: #fff; }
          .__Chat_Content .__Chat_Content_Left .__MessagesItems .__Item .__ImageView .__ImageCircleView {
            float: left;
            width: 70px;
            height: 70px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            background: #f9f9f9 url("../../upload/photo/default.png") center;
            background-size: cover;
            overflow: hidden; }
            .__Chat_Content .__Chat_Content_Left .__MessagesItems .__Item .__ImageView .__ImageCircleView img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
    .__Chat_Content .__Chat_Content_Left .__SearchBar {
      position: relative;
      float: left;
      width: 100%;
      padding: 20px; }
      .__Chat_Content .__Chat_Content_Left .__SearchBar .__SearchBarIcon {
        position: absolute;
        right: 35px;
        padding-top: 10px; }
        .__Chat_Content .__Chat_Content_Left .__SearchBar .__SearchBarIcon i {
          color: rgba(0, 0, 0, 0.4) !important; }
      .__Chat_Content .__Chat_Content_Left .__SearchBar input[type=text] {
        background: #f9f9f9;
        width: 100%;
        font-weight: 500;
        border: 1px solid #f8fafb; }

.__Chat_Title {
  float: left;
  width: 100%;
  padding-top: 20px;
  font-weight: 600;
  font-size: 1.25rem; }

.__ChatSubmitButtonWithCaptchaKey {
  display: inline-block;
  position: relative;
  width: 100%; }
  .__ChatSubmitButtonWithCaptchaKey .__CaptchaView {
    display: none;
    position: absolute;
    bottom: 47px;
    right: 0; }
    .__ChatSubmitButtonWithCaptchaKey .__CaptchaView .CaptchaCodeView {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding: 1rem; }
      .__ChatSubmitButtonWithCaptchaKey .__CaptchaView .CaptchaCodeView .__CaptchaCodeInput {
        display: inline-block;
        width: 100%; }
        .__ChatSubmitButtonWithCaptchaKey .__CaptchaView .CaptchaCodeView .__CaptchaCodeInput input {
          width: 100%; }
      .__ChatSubmitButtonWithCaptchaKey .__CaptchaView .CaptchaCodeView .__CaptchaCode {
        display: inline-block;
        width: 100%; }
    .__ChatSubmitButtonWithCaptchaKey .__CaptchaView .arrow_box {
      position: relative;
      background: #fff;
      width: 242px;
      display: inline-block;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid #ccc;
      filter: drop-shadow(0 10px 4px rgba(0, 0, 0, 0.1)); }
    .__ChatSubmitButtonWithCaptchaKey .__CaptchaView .arrow_box:after, .__ChatSubmitButtonWithCaptchaKey .__CaptchaView .arrow_box:before {
      top: 100%;
      left: calc(100% - 20px);
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .__ChatSubmitButtonWithCaptchaKey .__CaptchaView .arrow_box:after {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 8px;
      margin-left: -8px; }
    .__ChatSubmitButtonWithCaptchaKey .__CaptchaView .arrow_box:before {
      border-color: rgba(204, 204, 204, 0);
      border-top-color: #ccc;
      border-width: 9px;
      margin-left: -9px; }
  .__ChatSubmitButtonWithCaptchaKey .btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px !important; }

.msg {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden; }
  .msg:last-child {
    margin-bottom: 20px; }
  .msg .__PhotoMessage {
    display: inline-block;
    height: 350px;
    padding: 0 10px; }
    .msg .__PhotoMessage:hover {
      filter: brightness(1.1); }
    .msg .__PhotoMessage img {
      cursor: pointer;
      max-width: 100% !important;
      height: 350px !important;
      object-fit: contain; }
  .msg .offerPrice {
    display: inline-block;
    margin-top: 5px;
    background: #fff;
    font-weight: 600;
    font-size: 11px;
    padding: 2px 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14); }
  .msg .bubble {
    float: left;
    max-width: 75%;
    width: auto;
    height: auto;
    display: block;
    background: #ebebeb;
    border-radius: 5px;
    position: relative;
    margin: 10px 0 3px 25px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
    .msg .bubble.alt {
      margin: 10px 25px 3px 0px;
      background: #DCF8C6;
      float: right; }
    .msg .bubble.follow {
      margin: 2px 0 3px 25px; }
    .msg .bubble.altfollow {
      margin: 2px 25px 3px 0px;
      background: #DCF8C6;
      float: right; }
    .msg .bubble .txt {
      padding: 8px 0 8px 0;
      width: 100%; }
      .msg .bubble .txt .name {
        font-weight: 600;
        font-size: 14px;
        display: inline-table;
        padding: 0 10px 0 15px;
        margin: 0 0 4px 0;
        color: #3498db; }
        .msg .bubble .txt .name span {
          font-weight: normal;
          color: #b3b3b3;
          overflow: hidden; }
        .msg .bubble .txt .name.alt {
          color: #2ecc51; }
      .msg .bubble .txt .message {
        min-width: 180px;
        font-size: 14px;
        font-weight: 500;
        padding: 0 15px 0 15px;
        margin: auto;
        color: #2b2b2b;
        display: table; }
      .msg .bubble .txt .timestamp {
        font-size: 11px;
        margin: auto;
        padding: 0 15px 0 0;
        display: table;
        float: right;
        position: relative;
        text-transform: uppercase;
        color: #999; }
    .msg .bubble .bubble-arrow {
      position: absolute;
      float: left;
      left: -11px;
      top: 0px; }
      .msg .bubble .bubble-arrow.alt {
        bottom: 20px;
        left: auto;
        right: 4px;
        float: right; }
    .msg .bubble .bubble-arrow:after {
      content: "";
      position: absolute;
      border-top: 15px solid #ebebeb;
      border-left: 15px solid transparent;
      border-radius: 4px 0 0 0px;
      width: 0;
      height: 0; }
    .msg .bubble .bubble-arrow.alt:after {
      border-top: 15px solid #DCF8C6;
      transform: scaleX(-1); }

.SendMessageOkay {
  float: left;
  width: 100%;
  text-align: center; }
  .SendMessageOkay span {
    float: left;
    width: 100%; }
    .SendMessageOkay span:nth-child(3) {
      padding-top: 10px; }
    .SendMessageOkay span:nth-child(2) {
      padding-top: 10px; }

.__MessageInput_Split {
  display: flex;
  column-gap: 0.8em;
  width: 100%;
  padding-top: 10px; }
  .__MessageInput_Split .__MessageInput {
    float: left;
    width: 50%; }

.__MessageInput {
  padding-top: 12px;
  display: inline-block;
  float: left;
  width: 100%; }
  .__MessageInput .__Button {
    position: absolute;
    right: 7px;
    top: 13px; }
  .__MessageInput.TextMini {
    font-size: 12px;
    color: #666; }
    .__MessageInput.TextMini a {
      font-size: 12px; }
  .__MessageInput.NoTop {
    padding-top: 0 !important; }
  .__MessageInput.CaptchaString {
    height: 80px;
    display: flex;
    align-items: center;
    padding-top: 0 !important;
    margin-top: 10px;
    border: 1px solid #e2e2e2;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
      .__MessageInput.CaptchaString {
        height: auto;
        flex-wrap: wrap; }
        .__MessageInput.CaptchaString span:nth-child(1) {
          border-bottom: 1px solid #eee;
          text-align: center;
          width: 100% !important; }
        .__MessageInput.CaptchaString span:nth-child(2) {
          width: 100% !important; } }
    .__MessageInput.CaptchaString span {
      display: inline-block; }
      .__MessageInput.CaptchaString span img {
        vertical-align: middle; }
      .__MessageInput.CaptchaString span:nth-child(1) {
        cursor: pointer;
        width: 210px; }
      .__MessageInput.CaptchaString span:nth-child(2) {
        width: calc(100% - 210px);
        padding-left: 10px; }
        .__MessageInput.CaptchaString span:nth-child(2) input {
          border-color: #fff;
          height: 60px;
          text-align: center;
          font-size: 36px;
          font-weight: 600; }
          .__MessageInput.CaptchaString span:nth-child(2) input:hover, .__MessageInput.CaptchaString span:nth-child(2) input:active, .__MessageInput.CaptchaString span:nth-child(2) input:focus {
            -webkit-box-shadow: 0 0 0 0;
            -moz-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0; }
  .__MessageInput .CaptchaCode {
    float: left;
    width: 100%; }
  .__MessageInput.SmallText {
    font-size: 11px;
    color: #666; }
    .__MessageInput.SmallText a {
      font-size: 11px; }
  .__MessageInput:first-child {
    padding-top: 0; }
  .__MessageInput input {
    width: 100%; }
  .__MessageInput textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%; }
  .__MessageInput span {
    float: left; }
    .__MessageInput span .btn {
      margin: 0;
      line-height: 26px;
      margin-left: 5px; }
    .__MessageInput span:nth-child(1) {
      width: 100%;
      font-weight: 600; }
    .__MessageInput span:nth-child(2) {
      width: 100%;
      padding-top: 5px;
      display: flex;
      min-width: 0;
      position: relative; }
    .__MessageInput span:nth-child(3) {
      font-size: 11px;
      color: #666;
      padding-top: 5px; }
      .__MessageInput span:nth-child(3) b {
        font-size: 11px; }

.leaflet-control-attribution.leaflet-control {
  display: none !important; }

.ShareButtonItems {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em; }
  .ShareButtonItems .__Item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    width: 100%;
    padding: 1em 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: all 0.2s ease; }
    .ShareButtonItems .__Item:hover {
      cursor: pointer;
      border: 1px solid #e2e2e2;
      background: linear-gradient(0deg, #f2f2f2 0%, white 48%); }
    .ShareButtonItems .__Item img {
      vertical-align: middle;
      width: 32px; }

@keyframes buyButtonAnimation {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 10px; }
  0% {
    margin-left: 0px; } }
.__ProductListViewer {
  float: left;
  width: 100%; }
  .__ProductListViewer .____ProductListViewerItem {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 1em 0; }
    .__ProductListViewer .____ProductListViewerItem:last-child {
      border-bottom: 0; }
    .__ProductListViewer .____ProductListViewerItem .__TextView {
      float: left;
      width: calc(100% - 100px); }
    .__ProductListViewer .____ProductListViewerItem .__ImageView {
      float: left;
      width: 100px; }
      .__ProductListViewer .____ProductListViewerItem .__ImageView img {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 4px;
        border: 1px solid #e2e2e2;
        width: 80px !important;
        height: 80px !important;
        vertical-align: middle;
        object-fit: cover; }

.__ProductChatLayout {
  display: inline-block;
  width: 100%;
  background: #f1f5fc;
  margin-top: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  padding: 4em 2em 2em; }
  .__ProductChatLayout .__TopImageView {
    position: absolute;
    top: -30px;
    left: -15px; }

.__ProductRightSide .__ProfileContactButtons {
  display: inline-block;
  width: 100%;
  padding: 1em 0; }
  .__ProductRightSide .__ProfileContactButtons .__ButtonItem {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 5px 0;
    background: #2b65f8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 1em;
    transition: all 0.2s ease; }
    .__ProductRightSide .__ProfileContactButtons .__ButtonItem.BuyButton {
      margin-bottom: 15px;
      justify-items: center;
      justify-content: center;
      background: #fff;
      border: 3px dashed #2b65f8;
      color: #2b65f8;
      padding: 0.4em 1em;
      font-weight: 600;
      font-size: 20px; }
      .__ProductRightSide .__ProfileContactButtons .__ButtonItem.BuyButton i {
        display: inline-block;
        animation: buyButtonAnimation 1s ease-in-out infinite; }
      .__ProductRightSide .__ProfileContactButtons .__ButtonItem.BuyButton:hover {
        border: 3px solid #2b65f8;
        background: #fff !important; }
    .__ProductRightSide .__ProfileContactButtons .__ButtonItem:hover {
      cursor: pointer;
      background: #2b65f8 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    .__ProductRightSide .__ProfileContactButtons .__ButtonItem .__Text {
      display: inline-block;
      width: calc(100% - 35px);
      padding-left: 1em;
      font-weight: 600;
      font-size: 16px;
      color: #fff; }
    .__ProductRightSide .__ProfileContactButtons .__ButtonItem .__Icon {
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      display: inline-block;
      width: 35px; }
      .__ProductRightSide .__ProfileContactButtons .__ButtonItem .__Icon i {
        color: #fff;
        font-size: 24px; }
.__ProductRightSide .__ProfilePriceLabel {
  position: relative;
  display: flex;
  width: 100%;
  height: 67px;
  align-items: center;
  justify-content: center;
  background: #eef4d3;
  color: #c48e00;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  border: 1px solid #fcd980;
  text-shadow: 0 1px 0 white;
  word-spacing: -1px;
  background: linear-gradient(0deg, #fae16d 0%, #faf4cd 100%);
  font-weight: 600;
  font-size: 30px; }
  .__ProductRightSide .__ProfilePriceLabel::before {
    position: absolute;
    content: ' ';
    left: -17px;
    z-index: 10;
    top: 0;
    width: 17px;
    height: 67px;
    background: url(../../res/drawable/product_label.png) no-repeat 0 0;
    background-size: contain; }

.ProductOtherProductsFromSellerListView {
  float: left;
  width: 100%;
  margin-top: 1em;
  border-top: 1px solid #e2e2e2;
  padding-top: 1em; }
  .ProductOtherProductsFromSellerListView .__TitleView {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 16px; }

.PhotoViewer_Listener {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #000;
  position: relative;
  width: 100%;
  height: 480px !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .PhotoViewer_Listener .__PhotoList {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
  .PhotoViewer_Listener.fullScreenMode {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 10000000000; }
    .PhotoViewer_Listener.fullScreenMode img:hover {
      transform: scale(1);
      filter: brightness(1); }
  .PhotoViewer_Listener #backPhoto {
    display: none; }
  .PhotoViewer_Listener img {
    transition: all 0.2s ease;
    vertical-align: middle;
    position: absolute; }
    .PhotoViewer_Listener img:hover {
      cursor: pointer;
      transform: scale(1.05);
      filter: brightness(1.05); }
  .PhotoViewer_Listener .keyboardButtons {
    display: none;
    position: absolute;
    z-index: 5;
    left: 20px;
    bottom: 20px; }
    .PhotoViewer_Listener .keyboardButtons img {
      position: relative !important;
      display: inline-block !important;
      width: 100px !important;
      height: auto !important;
      max-width: 1000px !important;
      max-height: 1000px !important; }
  .PhotoViewer_Listener .closeButton {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    display: none; }
    .PhotoViewer_Listener .closeButton span {
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      padding: 3px 10px; }
      .PhotoViewer_Listener .closeButton span:hover {
        cursor: pointer;
        background: #000; }
      .PhotoViewer_Listener .closeButton span i {
        font-size: 24px; }
  .PhotoViewer_Listener .backButton {
    z-index: 3;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    display: inline-block;
    padding: 20px 12px;
    color: #fff;
    transition: all 0.2s ease;
    background: rgba(0, 0, 0, 0.5); }
    .PhotoViewer_Listener .backButton:hover {
      cursor: pointer;
      background: rgba(0, 0, 0, 0.8); }
  .PhotoViewer_Listener .nextButton {
    z-index: 3;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: calc(50% - 30px);
    right: 0;
    display: inline-block;
    padding: 20px 12px;
    color: #fff;
    transition: all 0.2s ease;
    background: rgba(0, 0, 0, 0.5); }
    .PhotoViewer_Listener .nextButton:hover {
      cursor: pointer;
      background: rgba(0, 0, 0, 0.8); }
  .PhotoViewer_Listener .Photo_Counter {
    z-index: 3;
    position: absolute;
    right: 20px;
    bottom: 20px; }
    .PhotoViewer_Listener .Photo_Counter span {
      display: inline-block;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      padding: 3px 10px; }
  .PhotoViewer_Listener img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }

.hidePhoto {
  display: none; }

.__ShareItem {
  float: left;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 10px;
  display: flex;
  align-items: center; }
  .__ShareItem:last-child {
    margin-bottom: 0; }
  .__ShareItem:hover {
    cursor: pointer;
    background: #f9f9f9;
    background: linear-gradient(90deg, white 0%, #f9f9f9 100%); }
  .__ShareItem span {
    float: left; }
    .__ShareItem span:nth-child(2) {
      width: calc(100% - 50px);
      padding-left: 15px;
      font-weight: 600; }
    .__ShareItem span:nth-child(1) {
      width: 50px;
      padding: 15px; }
      .__ShareItem span:nth-child(1) img {
        vertical-align: middle;
        width: 32px; }

.__ProductLink {
  float: left;
  width: 100%;
  padding-bottom: 1em; }

.ProductItemLayout {
  float: left;
  width: 100%; }
  .ProductItemLayout .__ProductItem {
    float: left;
    width: 100%;
    padding-top: 20px; }
    .ProductItemLayout .__ProductItem .__RightLayout {
      float: left;
      width: 300px;
      position: sticky;
      top: 140px; }
      .ProductItemLayout .__ProductItem .__RightLayout .__ProfileShareButton {
        float: left;
        width: 100%;
        padding-top: 15px; }
      .ProductItemLayout .__ProductItem .__RightLayout .__Profile {
        float: left;
        width: 100%;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #fff;
        border: 1px solid #e2e2e2; }
        .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__ProfileContactButton {
          display: flex;
          column-gap: 0.8em;
          width: 100%;
          padding: 0 15px 15px; }
          .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__ProfileContactButton .__ButtonItem {
            width: 100%;
            display: inline-block; }
        .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__Profile_Products {
          float: left;
          width: 100%;
          padding: 15px;
          border-top: 1px solid #e2e2e2;
          background: linear-gradient(0deg, #f2f2f2 0%, #f9f9f9 100%); }
          .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__Profile_Products .__Content {
            float: left;
            width: 100%;
            padding-top: 5px; }
            .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__Profile_Products .__Content .__ProductItems {
              display: grid;
              grid-template-columns: repeat(2, 1fr);
              grid-gap: 0.6em; }
              .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__Profile_Products .__Content .__ProductItems .__InnerItem {
                float: left;
                width: 100%;
                min-width: 0;
                background: #fff;
                padding: 5px;
                -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
                -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
                box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
                -webkit-border-radius: 6px;
                -moz-border-radius: 6px;
                border-radius: 6px; }
                .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__Profile_Products .__Content .__ProductItems .__InnerItem .__TextView {
                  float: left;
                  width: 100%;
                  white-space: nowrap;
                  text-overflow: ellipsis;
                  overflow: hidden;
                  min-width: 0;
                  color: #666;
                  font-size: 12px; }
                  .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__Profile_Products .__Content .__ProductItems .__InnerItem .__TextView a {
                    font-weight: 600;
                    font-size: 12px; }
                .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__Profile_Products .__Content .__ProductItems .__InnerItem .__ImageView {
                  float: left;
                  width: 100%;
                  cursor: pointer; }
                  .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__Profile_Products .__Content .__ProductItems .__InnerItem .__ImageView img {
                    width: 100%;
                    height: 90px;
                    object-fit: cover; }
          .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__Profile_Products .__Title {
            padding-bottom: 5px;
            float: left;
            width: 100%;
            display: flex;
            justify-content: space-between; }
            .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__Profile_Products .__Title .__TitleLeft {
              float: left;
              font-size: 12px;
              font-weight: 600; }
              .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__Profile_Products .__Title .__TitleLeft a {
                font-size: 12px; }
        .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__ProfileInfo {
          float: left;
          width: 100%;
          padding: 15px;
          display: flex; }
          .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__ProfileInfo .__Profile_Name {
            float: left;
            width: calc(100% - 80px); }
            .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__ProfileInfo .__Profile_Name .__UserType {
              float: left;
              width: 100%;
              font-weight: 300;
              font-size: 13px;
              color: #666; }
            .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__ProfileInfo .__Profile_Name .__UserRegisterTime {
              float: left;
              width: 100%;
              font-weight: 300;
              font-size: 13px;
              color: #666; }
            .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__ProfileInfo .__Profile_Name .__Name {
              float: left;
              width: 100%; }
              .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__ProfileInfo .__Profile_Name .__Name a {
                font-weight: 600;
                font-size: 16px; }
          .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__ProfileInfo .__Profile_Photo {
            position: relative;
            float: left;
            width: 80px; }
            .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__ProfileInfo .__Profile_Photo .__IsVerify {
              position: absolute;
              top: 0;
              right: 15px; }
            .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__ProfileInfo .__Profile_Photo .__PhotoHolder {
              overflow: hidden;
              float: left;
              width: 64px;
              height: 64px;
              -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
              -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
              box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
              border: 3px solid #fff;
              background: #fff url("../../res/drawable/no_user_photo.png") center;
              background-size: cover;
              -webkit-border-radius: 100px;
              -moz-border-radius: 100px;
              border-radius: 100px; }
              .ProductItemLayout .__ProductItem .__RightLayout .__Profile .__ProfileInfo .__Profile_Photo .__PhotoHolder img {
                width: 100%;
                height: 100%;
                object-fit: cover; }
      .ProductItemLayout .__ProductItem .__RightLayout .btn {
        margin: 0;
        width: 100%; }
    .ProductItemLayout .__ProductItem .__LeftLayout {
      float: left;
      width: calc(100% - 300px);
      padding-right: 20px; }
      .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Photos {
        float: left;
        width: 100%;
        min-height: 300px;
        background: #f9f9f9; }
        .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Photos img {
          width: 100%; }
      .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems {
        float: left;
        width: 100%;
        padding-top: 10px; }
        .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems #placeMap {
          float: left;
          width: 100%;
          height: 196px;
          background: #f9f9f9; }
        .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem {
          float: left;
          width: 100%;
          display: flex;
          padding-top: 15px; }
          .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem.NoBorderBottom span:nth-child(2) {
            border-bottom: 0; }
          .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem .__CityItem {
            float: left;
            width: 100%;
            padding-top: 5px; }
            .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem .__CityItem.Top-20 {
              padding-top: 20px; }
          .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem .__Item {
            padding-bottom: 10px;
            float: left;
            width: 100%; }
            .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem .__Item:last-child {
              padding-bottom: 0; }
            .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem .__Item .__Name {
              float: left;
              width: 135px; }
            .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem .__Item .__Value {
              float: left;
              width: calc(100% - 135px);
              font-weight: 600; }
          .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem:first-child {
            padding-top: 0 !important; }
          .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem span {
            float: left; }
            .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem span:nth-child(1) {
              width: 165px;
              font-weight: 600;
              font-size: 16px; }
            .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem span:nth-child(2) {
              width: calc(100% - 165px);
              border-bottom: 1px solid #e2e2e2;
              padding-bottom: 15px; }
              .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem span:nth-child(2) h2 strong, .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem span:nth-child(2) p strong {
                display: inline-block !important;
                width: auto !important;
                font-weight: 600; }
              .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem span:nth-child(2) h2 span, .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem span:nth-child(2) p span {
                font-weight: 400;
                font-size: 14px;
                display: inline-block;
                width: 100%; }
                .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem span:nth-child(2) h2 span *, .ProductItemLayout .__ProductItem .__LeftLayout .__Product_ListItems .__BlockItem span:nth-child(2) p span * {
                  display: inline-block;
                  width: 100%; }
      .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Buy_Button {
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        width: 100%;
        margin: 10px 0;
        padding: 10px 0;
        text-align: center;
        color: #FF6D00;
        background: linear-gradient(0deg, rgba(255, 211, 0, 0.2) 0%, rgba(255, 229, 0, 0.2) 100%);
        border: 1px solid #FFD54F;
        font-weight: 600;
        font-size: 16px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
        .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Buy_Button img {
          width: 24px;
          vertical-align: middle; }
        .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Buy_Button:hover {
          cursor: pointer;
          filter: brightness(1.03); }
      .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Title {
        float: left;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex; }
        .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Title.Beta {
          justify-content: space-between;
          background: #f8f8f8;
          margin: 10px 0;
          padding: 10px 0px 10px 20px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px; }
          .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Title.Beta .__Product_Title_Right {
            width: auto;
            display: flex; }
          .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Title.Beta .__Product_Title_Left {
            width: calc(100% - 120px); }
        .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Title .__Product_Report_Button {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          height: 100%;
          padding: 0 10px;
          width: 120px;
          color: #666; }
          .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Title .__Product_Report_Button .__StarButtonTextView {
            display: inline-block;
            text-align: center;
            padding-top: 2px;
            font-size: 11px;
            font-weight: 300; }
          .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Title .__Product_Report_Button:hover {
            cursor: pointer;
            color: #E53935; }
        .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Title .__Product_Star_Button {
          display: flex;
          border-left: 1px solid #eee;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          height: 100%;
          padding: 0 10px;
          width: 120px;
          color: #666; }
          .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Title .__Product_Star_Button .__StarButtonTextView {
            display: inline-block;
            padding-top: 2px;
            text-align: center;
            font-size: 11px;
            font-weight: 300; }
            .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Title .__Product_Star_Button .__StarButtonTextView.isStar {
              color: #FFC14C; }
          .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Title .__Product_Star_Button:hover {
            cursor: pointer;
            color: #FFC14C; }
        .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Title .__Product_Title_Right {
          float: left;
          width: 50px;
          text-align: right; }
          .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Title .__Product_Title_Right i {
            font-size: 28px; }
        .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Title .__Product_Title_Left {
          float: left;
          width: calc(100% - 50px); }
          .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Title .__Product_Title_Left .__Price {
            float: left;
            width: 100%;
            font-size: 18px; }
          .ProductItemLayout .__ProductItem .__LeftLayout .__Product_Title .__Product_Title_Left .__Title {
            float: left;
            width: 100%;
            font-weight: 600;
            font-size: 24px; }
  .ProductItemLayout .__Header {
    float: left;
    padding-top: 10px;
    width: 100%;
    display: flex;
    align-items: center; }
    .ProductItemLayout .__Header .__Header_BackButton {
      float: left; }
    .ProductItemLayout .__Header .__Header_CategoryLinks {
      float: left;
      padding-left: 15px; }
      .ProductItemLayout .__Header .__Header_CategoryLinks a {
        color: #000; }

.CompleteSumView {
  display: flex;
  justify-content: space-between; }
  .CompleteSumView .__TextViewer {
    display: inline-block;
    width: calc(100% - 100px); }

.WebsiteLinkView {
  display: flex; }
  .WebsiteLinkView input[type=text] {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #304FFE !important;
    background: rgba(219, 232, 255, 0.5) !important;
    border-color: #dbe8ff !important; }
    .WebsiteLinkView input[type=text]:nth-child(1) {
      background: linear-gradient(90deg, #dbe8ff 0%, rgba(219, 232, 255, 0.5) 100%) !important;
      width: 75px !important;
      -webkit-border-radius: 6px 0 0 6px !important;
      -moz-border-radius: 6px 0 0 6px !important;
      border-radius: 6px 0 0 6px !important;
      border-right: 0 !important;
      padding-right: 0 !important; }
    .WebsiteLinkView input[type=text]:nth-child(2) {
      width: calc(100% - 75px) !important;
      -webkit-border-radius: 0 6px 6px 0 !important;
      -moz-border-radius: 0 6px 6px 0 !important;
      border-radius: 0 6px 6px 0 !important;
      border-left: 0 !important;
      padding-left: 0.5rem !important; }

.PromoteView {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 0.5rem; }
  .PromoteView .__Item {
    position: relative;
    align-items: center;
    padding: 1rem;
    display: flex;
    border: 1px solid #e2e2e2;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .PromoteView .__Item .__PriceLabel {
      position: absolute;
      top: 20px;
      right: -60px;
      font-weight: 600;
      font-size: 11px;
      transform: rotate(40deg);
      background: #f02139;
      width: 200px;
      padding: 5px 0;
      text-align: center;
      color: #fff; }
    .PromoteView .__Item.Super {
      overflow: hidden;
      border: 1px solid #FF5722;
      background: linear-gradient(55deg, white 50%, rgba(251, 233, 231, 0.5) 100%); }
    .PromoteView .__Item .__ItemSelector {
      display: inline-block; }
    .PromoteView .__Item .__ItemDetail {
      font-size: 11px;
      display: inline-block;
      width: calc(100% - 50px);
      padding-left: 1rem; }
      .PromoteView .__Item .__ItemDetail.isSelector {
        padding-right: 1rem; }
    .PromoteView .__Item .__ItemIcon {
      display: inline-block;
      width: 50px; }
      .PromoteView .__Item .__ItemIcon.Small {
        width: 34px; }
      .PromoteView .__Item .__ItemIcon img {
        width: 100% !important; }
    .PromoteView .__Item:hover {
      border: 1px solid #304ffe; }

.SocialPromoteInfoStatus {
  float: left;
  width: 100%;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #eee; }

.SocialPromoteInfo {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.8rem; }
  .SocialPromoteInfo .__SocialIcon {
    display: flex;
    width: 100%;
    align-items: center;
    background: #f9f9f9;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 0.5rem; }
    .SocialPromoteInfo .__SocialIcon:hover {
      background: #f2f2f2; }
    .SocialPromoteInfo .__SocialIcon .__Icon {
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      background: #ccc;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px; }
      .SocialPromoteInfo .__SocialIcon .__Icon.Facebook {
        background: #1773ea; }
      .SocialPromoteInfo .__SocialIcon .__Icon.Instagram {
        background: #a13590; }
      .SocialPromoteInfo .__SocialIcon .__Icon i {
        font-size: 18px;
        font-weight: 600; }
    .SocialPromoteInfo .__SocialIcon span {
      display: inline-block; }
      .SocialPromoteInfo .__SocialIcon span:nth-child(1) {
        width: 40px; }
      .SocialPromoteInfo .__SocialIcon span:nth-child(2) {
        width: calc(100% - 40px - 30px);
        padding-left: 0rem;
        font-weight: 600; }
      .SocialPromoteInfo .__SocialIcon span:nth-child(3) {
        width: 30px; }
        .SocialPromoteInfo .__SocialIcon span:nth-child(3) .GreenInfo {
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          border-radius: 100px;
          border: 3px solid #fff; }
          .SocialPromoteInfo .__SocialIcon span:nth-child(3) .GreenInfo i {
            font-size: 12px; }

.InfoLayout_ImageView {
  float: left;
  width: 100%; }
  .InfoLayout_ImageView img {
    width: 100%;
    object-fit: contain;
    vertical-align: middle; }

.InfoLayout_Checklist {
  float: left;
  width: 100%;
  padding: 20px; }
  .InfoLayout_Checklist b {
    font-size: 1.2em; }
  .InfoLayout_Checklist ul {
    margin: 0;
    padding: 0; }
    .InfoLayout_Checklist ul li {
      padding-top: 10px;
      list-style: none;
      float: left;
      width: 100%;
      display: flex;
      align-items: center; }
      .InfoLayout_Checklist ul li span {
        float: left; }
        .InfoLayout_Checklist ul li span img {
          vertical-align: middle;
          width: 24px; }
        .InfoLayout_Checklist ul li span:nth-child(1) {
          width: 40px; }
        .InfoLayout_Checklist ul li span:nth-child(2) {
          width: calc(100% - 40px);
          font-weight: 300; }

.PromoteLayout {
  float: left;
  width: 100%; }
  .PromoteLayout .__Title {
    display: flex;
    float: left;
    padding: 20px 0;
    width: 100%;
    align-items: center; }
    .PromoteLayout .__Title span {
      float: left; }
      .PromoteLayout .__Title span img {
        vertical-align: middle;
        width: 32px; }
      .PromoteLayout .__Title span:nth-child(1) {
        width: 44px; }
      .PromoteLayout .__Title span:nth-child(2) {
        width: calc(100% - 44px);
        font-weight: 600;
        font-size: 18px; }
  .PromoteLayout .__PaymentProviderItems {
    float: left;
    width: 100%;
    padding-top: 20px;
    display: flex;
    column-gap: 0.8em; }
    .PromoteLayout .__PaymentProviderItems .__PaymentItem {
      float: left;
      width: 60px;
      height: 44px;
      -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
      -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
      border: 4px solid #fff;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      .PromoteLayout .__PaymentProviderItems .__PaymentItem:hover {
        cursor: pointer; }
      .PromoteLayout .__PaymentProviderItems .__PaymentItem img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .PromoteLayout .__Promote_Packages {
    display: flex;
    column-gap: 1em;
    width: 100%; }
    .PromoteLayout .__Promote_Packages .__PackageItem {
      position: relative;
      background: linear-gradient(55deg, white 50%, rgba(249, 249, 249, 0.5) 100%);
      overflow: hidden;
      display: flex;
      flex-flow: row wrap;
      flex-direction: column;
      flex-grow: 1;
      width: 100%;
      border: 1px solid #e2e2e2;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      .PromoteLayout .__Promote_Packages .__PackageItem .__BuyButton {
        float: left;
        width: 100%;
        border-top: 1px solid #eee;
        padding: 15px; }
        .PromoteLayout .__Promote_Packages .__PackageItem .__BuyButton .btn {
          width: 100%;
          margin: 0; }
      .PromoteLayout .__Promote_Packages .__PackageItem .__PriceSelect {
        min-width: 0;
        position: relative;
        min-height: 130px;
        float: left;
        width: 100%;
        padding: 0 15px; }
        .PromoteLayout .__Promote_Packages .__PackageItem .__PriceSelect .__BottomView {
          position: absolute;
          bottom: 0;
          width: calc(100% - 30px); }
        .PromoteLayout .__Promote_Packages .__PackageItem .__PriceSelect .__PriceItem {
          padding-bottom: 15px;
          display: flex;
          width: 100%;
          align-items: center; }
          .PromoteLayout .__Promote_Packages .__PackageItem .__PriceSelect .__PriceItem label {
            font-size: 11px; }
          .PromoteLayout .__Promote_Packages .__PackageItem .__PriceSelect .__PriceItem span {
            float: left; }
            .PromoteLayout .__Promote_Packages .__PackageItem .__PriceSelect .__PriceItem span:nth-child(2) {
              width: 40px;
              text-align: right;
              font-weight: 600; }
              .PromoteLayout .__Promote_Packages .__PackageItem .__PriceSelect .__PriceItem span:nth-child(2).Orange {
                color: #FF5722;
                font-size: 18px; }
            .PromoteLayout .__Promote_Packages .__PackageItem .__PriceSelect .__PriceItem span:nth-child(1) {
              width: calc(100% - 40px); }
      .PromoteLayout .__Promote_Packages .__PackageItem .__Top {
        float: left;
        width: 100%;
        padding: 20px; }
        .PromoteLayout .__Promote_Packages .__PackageItem .__Top .__PackageItem_Link {
          float: left;
          width: 100%;
          padding-top: 10px;
          text-align: center; }
        .PromoteLayout .__Promote_Packages .__PackageItem .__Top .__PackageItem_Info {
          min-height: 5em;
          float: left;
          width: 100%;
          text-align: center;
          color: #666;
          font-weight: 300; }
        .PromoteLayout .__Promote_Packages .__PackageItem .__Top .__PackageItem_Text {
          float: left;
          width: 100%;
          text-align: center;
          padding-top: 10px; }
        .PromoteLayout .__Promote_Packages .__PackageItem .__Top .__PackageItem_Icon {
          float: left;
          width: 100%;
          text-align: center;
          padding-top: 10px; }
          .PromoteLayout .__Promote_Packages .__PackageItem .__Top .__PackageItem_Icon img {
            vertical-align: middle;
            height: 54px; }
        .PromoteLayout .__Promote_Packages .__PackageItem .__Top .__PackageItem_Title {
          float: left;
          width: 100%;
          font-weight: 600;
          font-size: 1.25em;
          text-align: center; }
      .PromoteLayout .__Promote_Packages .__PackageItem.Orange {
        border: 1px solid #FF5722;
        background: linear-gradient(55deg, white 50%, rgba(251, 233, 231, 0.5) 100%); }
      .PromoteLayout .__Promote_Packages .__PackageItem .__PriceLabel {
        position: absolute;
        top: 20px;
        right: -60px;
        font-weight: 600;
        font-size: 11px;
        transform: rotate(40deg);
        background: #f02139;
        width: 200px;
        padding: 5px 0;
        text-align: center;
        color: #fff; }

.PaymentLayout {
  float: left;
  width: 100%;
  padding-top: 20px; }
  .PaymentLayout .PaymentLayout_Title {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 1.25em; }
  .PaymentLayout .PaymentMethodTitle {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 16px; }
  .PaymentLayout .PaymentSubmitForm_Button {
    float: left;
    width: 100%;
    padding: 5px 20px 15px; }
    .PaymentLayout .PaymentSubmitForm_Button .btn {
      width: 100%;
      margin: 0; }
  .PaymentLayout .PaymentSubmitForm_Price {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px; }
    .PaymentLayout .PaymentSubmitForm_Price span {
      font-weight: 600;
      font-size: 1em; }
  .PaymentLayout .PaymentSubmitForm_OrderItems {
    float: left;
    width: 100%; }
    .PaymentLayout .PaymentSubmitForm_OrderItems .OrderItem {
      font-size: 14px;
      border-bottom: 1px solid #eee;
      float: left;
      padding: 10px 20px;
      width: 100%; }
  .PaymentLayout .PaymentLayout_Content {
    float: left;
    width: 100%;
    padding-top: 10px; }
    .PaymentLayout .PaymentLayout_Content .PaymentSubmitForm {
      float: left;
      width: 100%;
      border: 1px solid #e2e2e2;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      .PaymentLayout .PaymentLayout_Content .PaymentSubmitForm .PaymentSubmitForm_Product {
        float: left;
        width: 100%;
        padding: 0 20px;
        display: flex;
        align-items: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee; }
        .PaymentLayout .PaymentLayout_Content .PaymentSubmitForm .PaymentSubmitForm_Product .__TextView {
          float: left;
          font-weight: 600;
          width: calc(100% - 60px);
          padding-left: 15px; }
        .PaymentLayout .PaymentLayout_Content .PaymentSubmitForm .PaymentSubmitForm_Product .__ImageView {
          float: left;
          width: 60px;
          height: 60px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          overflow: hidden; }
          .PaymentLayout .PaymentLayout_Content .PaymentSubmitForm .PaymentSubmitForm_Product .__ImageView img {
            width: 60px;
            height: 60px;
            object-fit: cover; }
      .PaymentLayout .PaymentLayout_Content .PaymentSubmitForm .PaymentSubmitForm_Title {
        float: left;
        width: 100%;
        padding: 10px 20px;
        font-weight: 600;
        font-size: 14px; }
    .PaymentLayout .PaymentLayout_Content .PaymentAbort {
      float: left;
      width: 100%;
      padding-top: 20px; }
      .PaymentLayout .PaymentLayout_Content .PaymentAbort a {
        font-size: 12px; }
    .PaymentLayout .PaymentLayout_Content .PaymentMethodListItems {
      float: left;
      width: 100%;
      border: 1px solid #e2e2e2;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      .PaymentLayout .PaymentLayout_Content .PaymentMethodListItems .__MethodItem {
        float: left;
        width: 100%;
        padding: 10px 20px;
        border-bottom: 1px solid #e2e2e2;
        display: flex;
        align-items: center; }
        .PaymentLayout .PaymentLayout_Content .PaymentMethodListItems .__MethodItem label {
          display: flex;
          width: 100%;
          align-items: center;
          cursor: pointer; }
        .PaymentLayout .PaymentLayout_Content .PaymentMethodListItems .__MethodItem:hover {
          background: linear-gradient(270deg, white 43%, #f9f9f9 100%); }
        .PaymentLayout .PaymentLayout_Content .PaymentMethodListItems .__MethodItem:last-child {
          border-bottom: 0; }
        .PaymentLayout .PaymentLayout_Content .PaymentMethodListItems .__MethodItem span {
          float: left; }
          .PaymentLayout .PaymentLayout_Content .PaymentMethodListItems .__MethodItem span:nth-child(1) {
            width: 40px; }
          .PaymentLayout .PaymentLayout_Content .PaymentMethodListItems .__MethodItem span:nth-child(2) {
            width: 70px; }
            .PaymentLayout .PaymentLayout_Content .PaymentMethodListItems .__MethodItem span:nth-child(2) img {
              width: 50px;
              height: 33px;
              object-fit: contain; }
          .PaymentLayout .PaymentLayout_Content .PaymentMethodListItems .__MethodItem span:nth-child(3) {
            width: calc(100% - 110px);
            font-weight: 600; }
    .PaymentLayout .PaymentLayout_Content ._LeftContent {
      float: left;
      padding-right: 20px;
      width: calc(100% - 300px); }
    .PaymentLayout .PaymentLayout_Content ._RightContent {
      float: left;
      width: 300px; }

.SellersPageMenuItems {
  float: left;
  width: 100%; }
  .SellersPageMenuItems * {
    font-size: 11px; }
  .SellersPageMenuItems .__PageLink {
    float: left;
    color: #666;
    padding: 0.4em 0;
    width: 100%; }
    .SellersPageMenuItems .__PageLink.Point {
      padding-left: 1.4em; }
  .SellersPageMenuItems .__Title {
    padding-bottom: 1em;
    float: left;
    width: 100%; }

.__PageStepImageText {
  display: flex;
  width: 100%;
  align-items: center; }
  .__PageStepImageText.Top {
    padding-top: 2em; }
  .__PageStepImageText span {
    display: inline-block; }
    .__PageStepImageText span b.Big {
      font-size: 18px; }
    .__PageStepImageText span:nth-child(1) {
      flex: 2;
      padding: 4px;
      border: 1px solid #e2e2e2;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      overflow: hidden;
      width: 188px; }
      .__PageStepImageText span:nth-child(1) img {
        width: 180px;
        height: 180px;
        object-fit: cover;
        vertical-align: middle;
        display: inline-block; }
    .__PageStepImageText span:nth-child(2) {
      flex: 4;
      padding-left: 30px; }

.SellersHelpLayout {
  float: left;
  width: 100%;
  padding-top: 2em; }
  .SellersHelpLayout .__HelpMenu {
    float: left;
    width: 210px; }
  .SellersHelpLayout .__HelpContent {
    float: left;
    width: calc(100% - 210px - 210px); }
    .SellersHelpLayout .__HelpContent .__PageInfo {
      display: inline-block;
      width: 100%;
      color: #4b4f56;
      padding-top: 1em; }
    .SellersHelpLayout .__HelpContent .__PageGridView {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1.5em; }
      .SellersHelpLayout .__HelpContent .__PageGridView .__Item {
        display: inline-block;
        width: 100%; }
        .SellersHelpLayout .__HelpContent .__PageGridView .__Item span {
          font-size: 14px;
          font-weight: 300; }
        .SellersHelpLayout .__HelpContent .__PageGridView .__Item a b {
          font-size: 16px; }
    .SellersHelpLayout .__HelpContent .__PageNormalContent {
      float: left;
      display: inline-block;
      width: 100%; }
      .SellersHelpLayout .__HelpContent .__PageNormalContent ul {
        margin: 0; }
    .SellersHelpLayout .__HelpContent .__PageAnswer {
      float: left;
      width: 100%; }
    .SellersHelpLayout .__HelpContent .__PageSteps {
      display: inline-block;
      width: 100%; }
      .SellersHelpLayout .__HelpContent .__PageSteps.ImportSettings {
        background: url("../../res/drawable/plugins/sellers/help_03.png") right no-repeat;
        background-size: contain; }
      .SellersHelpLayout .__HelpContent .__PageSteps.SpitzeBackground {
        background: url("../../res/drawable/plugins/sellers/help_02.png") right no-repeat;
        background-size: contain; }
      .SellersHelpLayout .__HelpContent .__PageSteps.GalerieBackground {
        background: url("../../res/drawable/plugins/sellers/help_01.png") right no-repeat;
        background-size: contain; }
      .SellersHelpLayout .__HelpContent .__PageSteps ul {
        width: 50%; }
    .SellersHelpLayout .__HelpContent .__PageTitleMini {
      display: inline-block;
      width: 100%;
      padding: 1em 0;
      font-weight: 600;
      font-size: 20px;
      line-height: 24px; }
    .SellersHelpLayout .__HelpContent .__PageTitle {
      display: inline-block;
      width: 100%;
      font-size: 36px;
      font-weight: 600;
      letter-spacing: -0.4px;
      line-height: 42px; }
  .SellersHelpLayout ul.__SellerHelpMenuItems {
    padding: 0;
    margin: 0; }
    .SellersHelpLayout ul.__SellerHelpMenuItems li {
      list-style: none;
      padding: 5px 0; }
  .SellersHelpLayout .__SellerHelpMenuListener {
    float: left;
    width: 100%; }
    .SellersHelpLayout .__SellerHelpMenuListener .__Title {
      padding-bottom: 10px;
      float: left;
      cursor: pointer;
      font-weight: 600;
      width: 100%; }
  .SellersHelpLayout .__SitePageMenu {
    float: left;
    padding-left: 3em;
    width: 210px;
    position: sticky;
    top: 80px; }
  .SellersHelpLayout .__InfoBanner {
    margin-top: 2em;
    float: left;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: flex; }
    .SellersHelpLayout .__InfoBanner .__TextContent {
      display: inline-block;
      width: calc(100% - 40px);
      padding: 2em; }
      .SellersHelpLayout .__InfoBanner .__TextContent b {
        font-size: 16px;
        font-weight: 600; }
    .SellersHelpLayout .__InfoBanner .__Line {
      display: inline-block;
      background: #F7923B;
      width: 40px;
      padding-top: 1em;
      padding-bottom: 1em;
      text-align: center; }
      .SellersHelpLayout .__InfoBanner .__Line i {
        color: #fff;
        font-size: 24px; }

.BusinessInfoLayout {
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 600px;
  background: url("../../res/drawable/info_business.jpg") center no-repeat;
  background-size: contain; }
  .BusinessInfoLayout .__BusinessToast {
    display: inline-block;
    width: 400px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden; }
    .BusinessInfoLayout .__BusinessToast .__ButtonsView {
      float: left;
      width: 100%;
      border-top: 1px solid #e2e2e2;
      text-align: right;
      padding: 10px 20px; }
    .BusinessInfoLayout .__BusinessToast .__TextView {
      display: inline-block;
      padding: 30px;
      font-weight: 600;
      font-size: 18px; }
    .BusinessInfoLayout .__BusinessToast .__Logo {
      float: left;
      display: inline-block;
      width: 100%;
      height: 100px;
      background: url("../../res/drawable/plugins/sellers/header_bg.jpg") center no-repeat;
      background-size: cover; }
      .BusinessInfoLayout .__BusinessToast .__Logo .__LogoBackground {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
        background: rgba(0, 0, 0, 0.5); }
        .BusinessInfoLayout .__BusinessToast .__Logo .__LogoBackground img {
          height: 43px; }

.__MenuBusinessLayout {
  display: flex;
  width: 100%;
  background: linear-gradient(195deg, white 57%, rgba(48, 79, 254, 0.1) 100%);
  padding-top: 0.5em;
  align-items: center; }
  .__MenuBusinessLayout span {
    display: inline-block; }
    .__MenuBusinessLayout span img {
      vertical-align: middle; }
    .__MenuBusinessLayout span:nth-child(1) {
      flex: 2;
      padding-left: 2em;
      font-size: 11px; }
    .__MenuBusinessLayout span:nth-child(2) {
      flex: 1; }

/*# sourceMappingURL=style.css.map */
