body {
  font-family: "Open Sans", sans-serif;
}

.gdpw-widget {
  max-width: 980px;
  width: 100%;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 30px;
}
.gdpw-widget.gdpw-widget--basic section.gdpw-widget__content {
  display: none;
}
.gdpw-widget.gdpw-widget--basic .gdpw-widget__container {
  display: flex;
  flex-direction: column;
}
.gdpw-widget .gdpw-select {
  padding: 5px;
  box-sizing: border-box;
  border: none;
  background: transparent;
}
@media (min-width: 660px) {
  .gdpw-widget .gdpw-widget__container {
    display: flex;
  }
}
@media (min-width: 660px) {
  .gdpw-widget .gdpw-widget__main {
    flex: 1;
  }
}
.gdpw-widget .gdpw-widget__main .gdpw-header .gdpw-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #979797;
}
.gdpw-widget .gdpw-widget__main .gdpw-header .gdpw-header__title {
  font-size: 19px;
  font-weight: 500;
  display: inline-block;
  margin: 0;
}
.gdpw-widget .gdpw-widget__main .gdpw-header .gdpw-info {
  font-size: 12px;
  color: #979797;
}
.gdpw-widget .gdpw-widget__main .gdpw-widget__content {
  margin-top: 10px;
}
.gdpw-widget .gdpw-widget__main .gdpw-widget__content .gdpw-products {
  display: flex;
}
.gdpw-widget .gdpw-widget__main .gdpw-widget__content .gdpw-products .gdpw-product {
  flex: 1;
}
.gdpw-widget .gdpw-widget__main .gdpw-widget__content .gdpw-product {
  box-sizing: border-box;
  margin: 5px;
}
.gdpw-widget .gdpw-widget__main .gdpw-widget__content .gdpw-product .gdpw-product__wrapper {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.13);
  padding: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 60px;
}
.gdpw-widget .gdpw-widget__main .gdpw-widget__content .gdpw-product .gdpw-product__wrapper span {
  display: block;
}
.gdpw-widget .gdpw-widget__main .gdpw-widget__content .gdpw-product .gdpw-product__wrapper span.gdpw-product__devices {
  font-size: 12px;
  font-weight: 300;
  text-wrap: balance;
}
.gdpw-widget .gdpw-widget__main .gdpw-widget__content .gdpw-product .gdpw-product__wrapper span.gdpw-product__price {
  font-weight: 600;
}
.gdpw-widget .gdpw-widget__main .gdpw-widget__content .gdpw-product .gdpw-product__wrapper span.gdpw-product__price.gdpw-product__price--old {
  font-weight: 300;
  font-size: 12px;
  text-decoration: line-through;
}
.gdpw-widget .gdpw-widget__main .gdpw-widget__content .gdpw-product.gdpw-product--selected .gdpw-product__wrapper {
  border: 2px solid rgba(0, 0, 0, 0.4);
}
.gdpw-widget .gdpw-widget__main .gdpw-widget__content .gdpw-product span.gdpw-product__discount {
  border: 1px solid #c20e1a;
  color: #c20e1a;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  display: block;
  margin-top: 5px;
  box-sizing: border-box;
  padding: 3px;
}
.gdpw-widget .gdpw-widget__main .gdpw-widget__content .gdpw-product.gdpw-product--upsell .gdpw-product__wrapper {
  min-height: auto;
  flex-direction: row;
  justify-content: space-between;
}
.gdpw-widget .gdpw-widget__main .gdpw-widget__content .gdpw-product.gdpw-product--upsell .gdpw-product__wrapper .gdpw-product__left {
  text-align: left;
}
.gdpw-widget .gdpw-widget__main .gdpw-widget__content .gdpw-product.gdpw-product--upsell .gdpw-product__wrapper .gdpw-product__right {
  text-align: right;
}
.gdpw-widget .gdpw-widget__main .gdpw-widget__content .gdpw-product.gdpw-product--upsell .gdpw-product__wrapper .gdpw-product__name {
  font-size: 14px;
  font-weight: 600;
}
.gdpw-widget .gdpw-widget__main .gdpw-widget__content .gdpw-product.gdpw-product--upsell .gdpw-product__wrapper .gdpw-product__slogan {
  font-size: 12px;
  font-weight: 300;
  margin-left: 8px;
}
.gdpw-widget .gdpw-button {
  background: #c20e1a;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 8px 15px;
  margin: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 200ms ease-in-out;
  width: calc(100% - 10px);
}
.gdpw-widget .gdpw-button:hover {
  background: #de1724;
}
.gdpw-widget .gdpw-button .gdpw-icon {
  width: 18px;
  margin-right: 10px;
}
.gdpw-widget .gdpw-icon {
  width: 24px;
}
@media (min-width: 660px) {
  .gdpw-widget .gdpw-aside {
    min-width: 170px;
    box-sizing: border-box;
    text-align: center;
  }
}
.gdpw-widget .gdpw-aside .gdpw-price {
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  box-sizing: inherit;
  color: #c20e1a;
  line-height: 0;
  text-align: center;
  font-weight: 600;
  display: block;
  margin: 30px 0 20px;
}
@media (min-width: 660px) {
  .gdpw-widget .gdpw-aside .gdpw-price {
    font-size: 34px;
    margin: 50px 0;
  }
}
@media (min-width: 660px) {
  .gdpw-widget .gdpw-aside .gdpw-button {
    width: calc(100% - 40px);
  }
}
.gdpw-widget .gdpw-footer {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 2px solid #cccccc;
}
.gdpw-widget .gdpw-footer ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gdpw-widget .gdpw-footer ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.gdpw-widget .gdpw-footer ul li .gcon {
  font-size: 2.5rem;
}
.gdpw-widget .gdpw-footer ul li span {
  text-align: left;
  line-height: 130%;
  font-size: 13px;
  color: #979797;
}

/*# sourceMappingURL=gdpw-public.css.map */
