@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.x-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  overflow: auto; }
  .x-modal_is-arabic .download-modal {
    direction: rtl; }
  .x-modal_is-arabic .button,
  .x-modal_is-arabic .confirm-modal__message,
  .x-modal_is-arabic .download-modal__title,
  .x-modal_is-arabic .alert-modal__message,
  .x-modal_is-arabic .downloadable-item__title {
    font-family: "Cairo", sans-serif; }
  .x-modal_is-arabic .confirm-modal__message {
    text-align: right;
    direction: rtl; }
  .x-modal_is-arabic .alert-modal__message {
    text-align: right;
    direction: rtl; }

.x-modal__container {
  display: none;
  width: 400px;
  overflow: hidden; }

.x-modal__close {
  display: block;
  height: 50px;
  cursor: pointer;
  padding-top: 12px; }

.x-modal__close:after {
  width: 30px;
  height: 30px;
  background: url(../img/new/close-popup.png) center no-repeat;
  background-size: 20px;
  content: '';
  display: block; }

.x-modal_is-open {
  display: flex; }

.x-modal_is-open .x-modal__container {
  display: block; }

.x-modal_is-alert .alert-modal {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

.x-modal_is-alert .x-modal__container {
  padding: 10px;
  height: 100%; }

.x-modal_is-confirm .confirm-modal {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

.x-modal_is-download .download-modal {
  height: 400px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

.x-modal_is-alert .login-modal {
  display: none; }

.x-modal_is-alert .confirm-modal {
  display: none; }

.x-modal_is-alert .download-modal {
  display: none; }

.x-modal_is-confirm .login-modal {
  display: none; }

.x-modal_is-confirm .download-modal {
  display: none; }

.x-modal_is-download .confirm-modal {
  display: none; }

.x-modal_is-download .login-modal {
  display: none; }

.x-modal_is-download .alert-modal {
  display: none; }

.x-modal_is-confirm .alert-modal {
  display: none; }

.alert-modal {
  display: none;
  box-shadow: 2px 1px 11px 0px #646161;
  border-radius: 10px; }

.alert-modal__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: auto;
  justify-content: center;
  align-items: center;
  padding: 40px 20px; }

.alert-modal__message {
  font-size: 14px;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  overflow: auto;
  color: #444444; }

.alert-modal__buttons {
  display: flex;
  justify-content: space-around;
  width: 100%; }

.alert-modal__button {
  width: 140px; }

.download-modal {
  display: none;
  box-shadow: 2px 1px 11px 0px #646161;
  border-radius: 20px; }

.download-modal__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px; }

.download-modal__title {
  text-transform: uppercase;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 14px; }

.downloadable-item__link {
  color: #fff;
  border: #fff;
  background: url("/public/img/download.png");
  background-size: contain;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat; }

.download-modal__content,
.download-modal__downloads-container {
  height: 100%; }

#jsDownloadableContent {
  height: 322px; }

.downloadables {
  height: 100%;
  display: flex;
  flex-direction: column; }

.downloadables__container {
  flex: 1;
  overflow-y: auto; }

.confirm-modal {
  display: none;
  box-shadow: 2px 1px 11px 0px #646161; }

.confirm-modal__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px; }

.confirm-modal__title {
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  padding-bottom: 20px; }

.confirm-modal__message {
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%;
  flex: 1; }

.confirm-modal__button-container {
  display: flex;
  justify-content: center;
  width: 100%;
  justify-content: space-around; }

.confirm-modal__button {
  display: flex;
  justify-content: center;
  width: 100px;
  cursor: pointer; }

.downloadable-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px; }

.downloadables__button-container {
  display: flex;
  align-items: center; }

.downloadables__button {
  width: 150px; }

.downloadable-item__title {
  flex: 1;
  color: #00438E;
  font-size: 14px; }

.downloadables__button-container {
  display: flex;
  justify-content: center; }

.downloadables__button {
  cursor: pointer; }

.downloadable-item__view {
  color: #fff;
  border: #fff;
  background: url("/public/img/view-voucher.png");
  background-size: contain;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  margin: 0 10px; }

div#product-item {
  height: auto; }

.alert-modal__button .button-item {
  width: 100px; }
