@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
.popCtn  {
  width: auto;
  max-height: 95%;
  position: fixed !important;
  z-index: 12 !important;
  top: 10px !important;
  right: 0px !important;
  transition: 0.5s !important;
  padding-top: 22px;
  padding-right: 5px;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.popCtn .closePopBtn {
  position: absolute !important;
  top: 7px !important;
  left: 0px !important;
  font-size: 1.4em !important;
  color: #000000 !important;
  cursor: pointer !important;
  z-index: 11;
}

.giftCover  {
  width: auto;
  position: fixed !important;
  top: 35px !important;
  right: 20px !important;
  transition: 0.5s !important;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  border-radius: 5px;
  border: 2px dashed #1F618D;
  font-size: 1em;
  font-weight: bold;
  color: #cc0000;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
}
.giftCoverImg {
  width: 100%;
  max-width: 120px
}
.myPopoupPanel  {
  width: 15em;
  position: relative !important;
  z-index: 2 !important;
  transition: 0.5s !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.myPopupDiv {
  margin: auto;
  display: table;
  border: 3px dashed #cc0000;
  border-radius: 5px;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.popupHeadline {
  color: #e03e2d;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.8em;
  font-weight: bolder;
}
.mainBookCover {
  width: 100%;
  max-width: 220px;
}
.popupDescript {
  font-size: 0.8em;
  font-family: 'Oswald', sans-serif;
  padding: 0px;
}
.popupHeader {
  text-align: center;
  padding: 0px;
}
.subTable {
  display: table;
  margin: auto;
}
.subRow {
  display: table-row;
}
.subCell {
  display: table-cell;
  padding-top: 10px;
}
.gdprTitle {
  font-size: 0.8em;
  vertical-align: top;
  text-align: left;
  font-family: 'Ubuntu', sans-serif;
}
.popupBtn {
  background-color: #2471a3;
  border: 1px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  color: #f1f1f1;
  font-size: 1.2em;
  width: 100%;
  border-radius: 5px;
  padding: 7px;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
  cursor: pointer;
}
.firstNameDiv {
  padding-top: 0px;
}
.emailDiv {
  padding-top: 10px;
}
.myPopupFields {
  border: 2px solid #A6ACAF;
  border-radius: 2px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1em;
}
.popupPrivacy {
  font-size: 0.6em;
  padding-top: 5px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-family: 'Ubuntu', sans-serif;
}
@media screen and (max-width: 1280px) {
  #myPopoupPanel {
  				width: 20em;
  	}
}
@media screen and (max-width: 768px) {
  #myPopoupPanel {
  				//width: 0px;
          //display: none;
          width: 95%;
  	}
  #giftCover {
    display: none;
  }
}

/* div rows and columns */
.myPopup-main-row {
  box-sizing: border-box;
}
.myPopup-main-row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="myPopup-col-"] {
    float: left;
    //padding: 5px;
    text-decoration: none !important;
    -webkit-transition-duration: 0.4s !important; /* Safari */
     transition-duration: 0.4s !important;
     padding-bottom: 10px;
}

.myPopup-col-1 {width: 8.33%;}
.myPopup-col-2 {width: 16.66%;}
.myPopup-col-3 {width: 23.33%;}
.myPopup-col-4 {width: 33.33%;}
.myPopup-col-5 {width: 41.66%;}
.myPopup-col-6 {width: 50%;}
.myPopup-col-7 {width: 58.33%;}
.myPopup-col-8 {width: 66.66%;}
.myPopup-col-9 {width: 75%;}
.myPopup-col-10 {width: 83.33%;}
.myPopup-col-11 {width: 91.66%;}
.myPopup-col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="myPopup-col-"] {
        width: 100%;
    }
}
/* /div rows and columns */