﻿html.Widget, body.Widget {
  background-color: #ccc;
}

div.Widget {
  background-color: #ccc;
  color: white;
  text-align: center;
}
div.Widget img.Logo {
  display: block;
  position: relative;
  margin: 0 auto 20px;
  max-width: 100%;
}
div.Widget form {
  display: inline-block;
  max-width: 765px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
}
div.Widget form div.Group {
  float: left;
  margin: 0 20px 10px 0;
  padding: 0;
}
div.Widget form div.Group:last-child {
  margin-right: 0;
}
div.Widget form label {
  float: left;
  clear: both;
  font-size: 20px;
  margin: 0 20px 0 0;
  width: 70px;
}
div.Widget form span.Price {
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin: 0 10px 0 0;
}
div.Widget form span.Price.Full {
  position: relative;
}
div.Widget form span.Price.Full:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 2px);
  height: 2px;
}
div.Widget form input {
  font-size: 20px;
  padding: 0;
  margin: 0;
  height: auto;
  width: 40px;
  border-radius: 0;
  font-weight: bold;
}
div.Widget form input#Omaggi {
  float: right;
  border: none;
  text-align: center;
  width: 65px;
}
div.Widget form a.Button {
  margin: 0 0 10px 0;
  padding: 3px 10px;
  float: right;
  font-size: 16px;
}
div.Widget form div.NumberSelector {
  float: right;
  background-color: white;
}
div.Widget form div.NumberSelector a.Up, div.Widget form div.NumberSelector a.Down {
  right: 10px;
}
div.Widget div.Bottom {
  clear: both;
  height: 10px;
}
@media only screen and (max-width: 759px) {
  div.Widget div.Group {
    display: block;
    float: none !important;
    width: 100%;
  }
}
@media only screen and (min-width: 350px) {
  div.Widget div.Group {
    max-width: 300px;
  }
}
@media only screen and (max-width: 249px) {
  div.Widget form label {
    margin-right: 0;
  }
  div.Widget form span.Price {
    display: none !important;
  }
}
@media only screen and (max-width: 400px) and (max-height: 200px) {
  div.Widget img.Logo {
    height: 60px;
    margin-bottom: 10px;
  }
  div.Widget form label {
    margin-right: 0;
  }
  div.Widget form span.Price {
    display: none !important;
  }
  div.Widget div.Bottom {
    clear: both;
    height: 1px;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Progetti/Lux/Lux/Content/Theme/Widget.scss%22,%22file:///C:/Progetti/Lux/Lux/Content/Theme/_Library.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEA;EACI,kBCKc;;;ADFlB;EACI,kBCCc;EDAd;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAMJ;EACI;EACA;;AAEA;EACI;;AAkBZ;EACI;EACA;;AAGJ;EACI;IACI;IACA;IACA;;;AAIR;EACI;IACI;;;AAIR;EAEQ;IACI;;EAGJ;IACI;;;AAKZ;EACI;IACI;IACA;;EAIA;IACI;;EAGJ;IACI;;EAIR;IACI;IACA%22%7D */