.remodal-overlay {
  background: rgba(43, 46, 56, 0.5);
}

.remodal.remodal--matomete-bin {
  font-size: 16px;
  max-width: 280px;
  padding: 35px 20px 20px;
  text-align: left;
  border-radius: 10px;
}
.remodal.remodal--cart {
  padding: 55px 20px 20px;
}

.remodal--matomete-bin * {
  box-sizing: border-box;
}
.remodal--matomete-bin *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.remodal--matomete-bin img {
  width: 100%;
  height: auto;
}
.remodal--matomete-bin .remodal-close {
  z-index: 1;
}
.remodal--matomete-bin .remodal-heading {
  font-size: 15px;
  line-height: 1;
  line-height: 1;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 280px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background-color: #8f69d6;
  text-shadow: none;
}
.remodal--matomete-bin .remodal-heading .remodal-close {
  color: #fff;
}
.remodal--matomete-bin .remodal-row {
  zoom: 1;
  margin-right: -10px;
  margin-left: -10px;
}
.remodal--matomete-bin .remodal-row:before, .remodal--matomete-bin .remodal-row:after {
  display: table;
  content: " ";
}
.remodal--matomete-bin .remodal-row:after {
  clear: both;
}
.remodal--matomete-bin .remodal-col {
  float: left;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}
.remodal--matomete-bin .remodal--matomete-bin__img-contaner {
  position: relative;
  width: 110px;
  height: 110px;
  background-color: #ccc;
}
.remodal--matomete-bin .remodal--matomete-bin__img-contaner.remodal--matomete-bin__img-contaner--right-col-no-image {
  margin-bottom: 87px;
}
.remodal--matomete-bin .remodal--matomete-bin__img-contaner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
}
.remodal--matomete-bin .remodal--matomete-bin__item-name {
  font-size: 13px;
  line-height: 18px;
  height: 54px;
  margin-top: 8px;
}
.remodal--matomete-bin .remodal--matomete-bin__price {
  font-size: 11px;
  line-height: 15px;
  height: 15px;
}
.remodal--matomete-bin .remodal--matomete-bin__price .remodal--matomete-bin__number {
  color: #f00;
}
.remodal--matomete-bin .remodal--matomete-bin__btn {
  font: inherit;
  font-size: 13px;
  line-height: 1.5;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: white;
  border: 0;
  border: 1px #de431e solid;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  outline: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f0522d), color-stop(0, #f3613a));
  background: -webkit-linear-gradient(#f3613a, #f0522d);
  background: -moz-linear-gradient(#f3613a, #f0522d);
  background: -o-linear-gradient(#f3613a, #f0522d);
  background: -ms-linear-gradient(#f3613a, #f0522d);
  background: linear-gradient(#f3613a, #f0522d);
}
.remodal--matomete-bin .remodal--matomete-bin__btn:hover, .remodal--matomete-bin .remodal--matomete-bin__btn:active {
  opacity: 0.7;
}
.remodal--matomete-bin .remodal--matomete-bin__card {
  font-size: 13px;
  height: auto;
}
.remodal--matomete-bin .remodal__card-heading {
  font-size: 13px;
  line-height: 1;
  position: relative;
  padding-top: 5px;
  padding-bottom: 4px;
  text-align: center;
  text-align: center;
  color: #fff;
  background-color: #a985eb;
  text-shadow: none;
}
.remodal--matomete-bin .remodal__card-heading-close {
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #a985eb;
  border-radius: 50%;
  background-color: #fff;
}
.remodal--matomete-bin .remodal__card-heading-close:after {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: 20px;
  content: "\00d7";
  color: #a985eb;
}

.remodal--matomete-bin__first .remodal--matomete-bin__first-heading {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.remodal--matomete-bin__first .remodal--matomete-bin__first-heading .remodal--matomete-bin__first-heading-strong {
  color: #8f69d6;
}
.remodal--matomete-bin__first .remodal--matomete-bin__first-para {
  margin-top: 10px;
}
.remodal--matomete-bin__first .remodal--matomete-bin__first-para .remodal--matomete-bin__first-para-strong {
  font-weight: bold;
  color: #ff3400;
}
.remodal--matomete-bin__first .remodal--matomete-bin__btn-container {
  margin-top: 10px;
}
.remodal--matomete-bin__first .img-responsive {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.remodal--matomete-bin__first .img-responsive.img-responsive--matomete-bin-figure {
  max-width: 480px;
}

.remodal--gmo-enq {
  font-size: 16px;
  padding: 25px;
  border: 5px solid #daaca2;
}
.remodal--gmo-enq h1 {
  font-size: 30px;
  font-size: 21px;
  color: #b7442b;
}
.remodal--gmo-enq img {
  max-width: 215px;
  height: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
.remodal--gmo-enq .remodal-close {
  top: 5px;
  right: 5px;
  left: unset;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #b5b5b5;
}
.remodal--gmo-enq .remodal-close::before {
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  color: white;
}
.remodal--gmo-enq .remodal-cancel {
  margin-top: 10px;
  padding-top: 7px;
  padding-bottom: 5px;
  border-radius: 3px;
  background-color: #daaca2;
}

/*# sourceMappingURL=remodal-user.css.map */
