.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 103%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999;
  overflow: auto;
}
.popup .close {
  position: absolute;
  display: inline-block;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  background: url('../img/calculator/close.png') no-repeat;
}
.popup .popup--shopwindow {
  width: 500px;
  margin: 50px 0 50px -250px;
  position: relative;
  top: 0px;
  left: 50%;
  background-color: #ffffff;
  text-align: center;
}
.popup .popup--shopwindow .header {
  display: inline-block;
  text-align: center;
  color: #484848;
  text-transform: uppercase;
  background: url('../img/kosar-big.png') no-repeat;
  background-position: 0px 37px;
  padding: 35px 0 35px 70px;
}
.popup .popup--shopwindow .shop_items_wrapper {
  display: inline-block;
  width: 400px;
  padding: 0px 50px;
  background: #f6f6f6;
  text-align: left;
  color: #3f3f3f;
}
.popup .popup--shopwindow .shop_items_wrapper ul.item {
  max-width: 40em;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
  padding-top: 20px;
}
.popup .popup--shopwindow .shop_items_wrapper ul.item li:after {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}
.popup .popup--shopwindow .shop_items_wrapper ul.item span.item-label {
  padding-right: 0.33em;
  background: #f6f6f6;
}
.popup .popup--shopwindow .shop_items_wrapper ul.item span + span {
  float: right;
  padding-left: 0.33em;
  background: #f6f6f6;
  position: relative;
  z-index: 1;
}
.popup .popup--shopwindow .shop_items_wrapper ul.item .item-label {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 100px;
  word-break: break-word;
}
.popup .popup--shopwindow .shop_items_wrapper ul.item .item_close {
  display: inline-block;
  width: 17px;
  height: 17px;
  cursor: pointer;
  padding: 0 0 0 25px;
  background: url('../img/item-shop-close.png') 25px #f6f6f6 no-repeat;
}
.popup .popup--shopwindow .shop_items_wrapper ul.item .item_close:hover {
  cursor: pointer;
  background: url('../img/item-shop-close-hover.png') 25px #f6f6f6 no-repeat;
}
.popup .popup--shopwindow .shop_items_wrapper ul.item li {
  margin: 0 0 20px 0;
  overflow: hidden;
}
.popup .popup--shopwindow .ordering_form {
  display: inline-block;
  padding: 30px 0 0 0;
  background: #fff;
}
.popup .popup--shopwindow .ordering_form > .title {
  display: inline-block;
  color: #484848;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.popup .popup--shopwindow .ordering_form input[type="text"],
.popup .popup--shopwindow .ordering_form textarea {
  display: inline-block;
  width: 280px;
  height: 45px;
  padding: 0 15px;
  margin: 5px 0;
  border: solid 1px #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 2px 2px 6px 0 #E6E6E6;
  box-shadow: inset 2px 2px 6px 0 #E6E6E6;
}
.popup .popup--shopwindow .ordering_form input[type="text"].error,
.popup .popup--shopwindow .ordering_form textarea.error {
  border: solid 3px #bf1313;
  margin: 3px 0;
}
.popup .popup--shopwindow .ordering_form input[type="text"].success,
.popup .popup--shopwindow .ordering_form textarea.success {
  border: solid 3px #588e67;
  margin: 3px 0;
}
.popup .popup--shopwindow .ordering_form input[type="text"]:focus,
.popup .popup--shopwindow .ordering_form textarea:focus {
  outline: 0;
}
.popup .popup--shopwindow .ordering_form textarea {
  height: 90px;
}
.popup .popup--shopwindow .ordering_form input[type="submit"] {
  display: inline-block;
  height: 40px;
  padding: 0 15px;
  margin: 30px 0;
  border: 0;
  color: #fff;
  text-transform: uppercase;
}
.popup .popup--shopwindow .ordering_form input[type="submit"][disabled] {
  background: #ccc;
}
.popup .popup--shopwindow .toggleCheckboxWrapper {
  text-align: left;
  margin: 0 auto;
  width: 312px;
}
.popup .popup--shopwindow .toggleCheckboxWrapper input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.popup .popup--shopwindow .toggleCheckboxWrapper input[type="checkbox"]:focus,
.popup .popup--shopwindow .toggleCheckboxWrapper input[type="checkbox"].active {
  outline: 0;
}
.popup .popup--shopwindow .toggleCheckboxWrapper label {
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.popup .popup--shopwindow .hide {
  display: none;
}
