.customize-circular {
  height: 15%;
}
.popup-notification .head {
  text-align: center;
  margin: 0;
}
.popup-notification .select-product {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
img.product-tile__icon {
  display: block;
  width: 7rem;
  height: 7rem;
  padding: 1rem;
  background-image: radial-gradient(
    circle closest-side,
    #fdfdfd 99.9%,
    #fdfdfd
  );
}
.popup-notification .product-tile__text {
  margin: 0.5rem 0 15px;
}
.popup-notification .product-tile:hover {
  color: #009e94;
}
.radio-wrapper {
  background: #404762;
  padding: 10px 10px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nbd-main-bar ul.menu-left .item-design .radio-wrapper:hover {
  -webkit-box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%),
    0 5px 8px 0 rgb(0 0 0 / 14%), 0 1px 14px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 5px 8px 0 rgb(0 0 0 / 14%),
    0 1px 14px 0 rgb(0 0 0 / 12%);
}
.button-transparent {
  color: #fff !important;
  font-size: 12px !important;
}
.item-footer {
  background: #404762;
  padding: 10px 50px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.item-footer span {
  color: #fff;
}
.action-label {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.item-print {
  padding: 8px 15px !important;
  border-radius: 2px;
  margin-right: 5px;
  background-color: hsla(0, 0%, 62%, 0.2);
  line-height: 24px;
  white-space: nowrap;
}
.popup-print-pdf .main-popup {
  width: 1280px;
  height: 580px;
}
.popup-print-pdf .head {
  line-height: 21px;
  padding-top: 23px;
  padding-bottom: 23px;
  position: relative;
  font-size: 18px;
  color: #7c7c7c;
  padding: 20px;
}
.popup-print-pdf .body {
  min-height: 580px;
  padding: 50px;
  background-color: #dededc;
}
.item-print-grid {
  /*float: left;*/
  width: 33.33%;
  padding: 10px;
  height: auto;
}
.content-print:after {
  content: "";
  display: table;
  clear: both;
}
.nbd-popup.popup-print-pdf .tab-scroll {
  position: relative;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  overflow: hidden;
}
.popup-print-pdf .nbd-tab-contents {
  min-height: 150px;
}
.text-print {
  color: #fff !important;
  line-height: 30px;
  font-size: 18px;
  margin-left: 30px;
}
.download-pdf {
  border-color: #f80;
  background-color: #f80;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.box {
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 40px;
  border-color: #ccc;
  border: 2px solid #999;
  border-radius: 5px;
  font-size: 14px;
}
.box p {
  line-height: 19px;
  margin: 0 0 8px;
  color: #6f6f6f;
  font-size: 14px;
  letter-spacing: -0.025em;
}
.rolate-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.context-item-rolare {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 15px;
  line-height: 5px;
  cursor: pointer;
  margin-bottom: 10px;
}
.context-item-rolare i {
  width: 21px;
  font-size: 21px;
  display: inline-block;
  /*margin-right: 15px;*/
  margin-right: 5px;
}
/*.nothing-here {*/
/*  width: 8.33333%;*/
/*}*/
.preview-pint {
  width: 58%;
}
.preview-image {
    display: grid;
    grid-template-columns: 50% 50%;
    /* grid-column-gap: 15px;
    grid-row-gap: 15px; */
    background: white;
    padding: 50px;
    width: 100%;
    grid-gap: 0;
}
.item-image {
    /*padding: 20px;*/
    border: 1px dashed black;
    max-height: 250px;
}
@media screen and (max-width: 900px) {
   .box{
        display: inline-grid;
   }
   .download-pdf{
        flex-wrap: wrap;
        padding: 14px;
   }
   .download-pdf .text-print{
        margin-left: 3px;
   }
   .item-print-grid{
        width: 100%;
   }
   .preview-pint .preview-image{
     padding: 15px;
   }
}
.preview-image .side_thumbnail{
    display: block;
    width: 100%;
    height: 215px;
    padding: 27px;
}
.content-print{
    display: flex;
    justify-content: space-between;
}