.fa14px {
  font-size: 14px !important;
}

.step2,
.step3 {
  display: none;
}

.popup {
  z-index: 200;
}

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}

#editor-top-panel {
  background: white;
  border: 1px solid #ddd;
  height: 60px;
  margin: 10px auto 0 auto;
  border-radius: 2px;
  box-sizing: border-box;
}

.big_select {
  display: block;
  float: left;
  height: 58px;
  padding: 0 20px 0 20px;
  border-right: 1px solid #ddd;
  cursor: pointer;
  box-sizing: border-box;
}

.big_place {
  display: block;
  float: left;
  height: 58px;
  padding: 10px 20px 0 20px;
  cursor: pointer;
  box-sizing: border-box;
}

.big_select div {
  cursor: default;
}

.big_select:hover {
  background: #eee;
}

.big_select span {
  display: inline-block;
  line-height: 56px;
  vertical-align: baseline;
}

.big_select span img {
  vertical-align: middle;
}

.big_select .layout-icon {
  width: 40px;
}

.big_select .color-icon {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border: 1px solid #ddd;
}

.big_select .images-icon {
  font-size: 28px;
  margin-top: 7px;
  pointer-events: none;
}

.big_select .icon-corners {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-left: 1px dashed #333;
  border-bottom: 1px dashed #333;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  pointer-events: none;
}

.big_select .icon-corners.rounded {
  border-radius: 0 15px 0 0;
}

.notifier_wrapper {
  min-height: 40px;
}

.notifier {
  background-color: #fff;
  padding: 10px;
}

.notifier.alert {
  background-color: #fff6bd;
}

#editor_wrapper {
  margin: 10px 0 30px 0;
}

#editor_box {
  position: absolute;
  margin: 0px auto 40px auto;
  left: 50%;
  top: 0;
}

.editor_slide {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: 100% 100%;
}

.editor_slide.deleted {
  opacity: 0.3;
}

.mask {
  position: absolute;
  z-index: 100;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: -10px;
  top: -10px;
}

.mask svg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#mask_t {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  height: 10px;
  background-color: rgba(244, 244, 245, 0.6);
  pointer-events: none;
}

#mask_b {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  width: 100%;
  background-color: rgba(244, 244, 245, 0.6);
  pointer-events: none;
}

#mask_r {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 10px;
  background-color: rgba(244, 244, 245, 0.6);
  pointer-events: none;
}

#mask_l {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 10px;
  background-color: rgba(244, 244, 245, 0.6);
  pointer-events: none;
}
.mask_shadow {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  z-index: 101;
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.top_ugol {
  position: absolute;
  margin-top: -10px;
  margin-left: 30px;
  width: 20px;
  height: 10px;
  background-image: url(/img/ugolok.png);
  background-position: 0 0;
}

.bottom_ugol {
  position: absolute;
  bottom: -10px;
  margin-left: 30px;
  width: 20px;
  height: 10px;
  background-image: url(/img/ugolok.png);
  background-position: 0 -10px;
}

.right_ugol {
  position: absolute;
  margin-top: 30px;
  right: -10px;
  width: 10px;
  height: 20px;
  background-image: url(/img/ugolok.png);
  background-position: -10px 0;
}

.left_ugol {
  position: absolute;
  margin-top: 30px;
  left: -10px;
  width: 10px;
  height: 20px;
  background-image: url(/img/ugolok.png);
  background-position: 0px 0;
}

.color-select-panel {
  width: 213px;
  position: absolute;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  min-height: 80px;
  margin: 7px auto;
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.color_select_item {
  float: left;
  width: 40px;
  height: 20px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer !important;
}

.color_select_item.sel {
  border-color: #000;
}

.color_select_item span {
  display: block;
  margin: 2px;
  width: 34px;
  height: 14px;
  border-radius: 3px;
}

.color_select_item span.bg-color-1 {
  border: 1px solid #ddd;
}

.color_select_item:hover {
  border-color: #000;
}

#layout-select-panel {
  width: 750px;
  position: absolute;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  margin: 7px auto;
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.layout_block {
  padding: 10px;
  border-left: 1px solid #ddd;
}

.layout_block:first-child {
  border-left: 0;
}

.layout_select_item {
  display: inline-block;
  border: 1px solid white;
  vertical-align: middle;
  cursor: pointer !important;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.layout_select_item.sel {
  background-color: #eee;
}

.layout_select_item img {
  vertical-align: middle;
}

.layout_select_item:hover {
  background-color: #eee;
}

#text_properties {
  position: absolute;
  z-index: 200;
  width: 220px;
  /*left: -230px;*/
  background: #fff;
  -moz-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
}

.text_properties_icon {
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #1f2036;
  text-align: center;
  cursor: pointer;
  background: white;
  border-radius: 3px;
}

.text_properties_icon:hover,
.text_properties_icon.sel {
  background: #eee;
}

.text_properties_icon i {
  line-height: 34px;
  font-size: 14px;
}

.size-select-div {
  width: 77px;
}

#color-select {
  box-sizing: border-box;
  width: 118px;
  height: 32px;
  border: 1px solid #1f2036;
  border-width: 1px 0;
  line-height: 30px;
  cursor: pointer;
}

#color-select:hover {
  background: #eee;
}

#t-color-icon {
  width: 75px;
  height: 24px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin: 3px 3px;
}

#text-color-select-panel {
  margin-top: 35px;
}

#image_properties {
  position: absolute;
  z-index: 200;
  width: 220px;
  right: -230px;
  background: #fff;
  -moz-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
}

.i_comment {
  font-size: 11px;
  color: #1f2036;
  margin-top: 10px;
  margin-left: 5px;
}

.i_arrows {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/img/image-arrows.png);
  width: 82px;
  height: 82px;
}

#i_arr_up {
  position: absolute;
  left: 26px;
  top: 0;
  width: 30px;
  height: 26px;
  cursor: pointer;
}

#i_arr_down {
  position: absolute;
  left: 26px;
  bottom: 0;
  width: 30px;
  height: 26px;
  cursor: pointer;
}

#i_arr_left {
  position: absolute;
  top: 26px;
  left: 0;
  width: 30px;
  height: 26px;
  cursor: pointer;
}

#i_arr_right {
  position: absolute;
  top: 26px;
  right: 0;
  width: 30px;
  height: 26px;
  cursor: pointer;
}

.i_zoom_slider_div {
  position: absolute;
  width: 103px;
  left: 46px;
  top: 14px;
}

.ui-slider-horisontal {
  background: red;
}

.field_line {
  position: absolute;
  box-sizing: border-box;
  border-bottom: 0px dashed #777;
  height: 10px;
  z-index: 1;
}

#editor_box:hover .field_line {
  border-bottom: 1px dashed rgba(120, 120, 120, 0.5);
}

.field_txt {
  position: absolute;
  box-sizing: border-box;
  /*padding-bottom: 0.2em;
	margin-bottom: -0.3em;*/
  overflow: hidden;
  margin-top: -1em;
  padding-top: 1em;
  white-space: nowrap;
  outline: 0px none;
  z-index: 2;
  min-height: 12px;
  line-height: 1em;
  pointer-events: none;
}

.textoffset {
  width: 0;
  height: 100px;
  display: inline-block;
  vertical-align: baseline;
  pointer-events: none;
}

.field_txt_inner {
  position: relative;
  top: -100px;
  /* width: 100%; */
  min-height: 12px;
  display: inline-block;
  vertical-align: baseline;
  pointer-events: auto;
}

.image_box {
  position: absolute;
  box-sizing: border-box;
  /*border: 1px dashed #777;*/
  cursor: pointer;
  overflow: hidden;
}

.image_box img {
  max-width: 10000px;
  z-index: 2;
}

.safe_image_box {
  position: absolute;
  box-sizing: border-box;
  border: 1px dashed rgba(120, 120, 120, 0.5);
  background-color: transparent;
  pointer-events: none;
  z-index: 3;
}

.image_upload_label {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 11px;
  padding: 5px;
  background: #fff;
  color: black;
  opacity: 0.5;
  text-align: center;
  width: 100px;
  height: 42px;
  margin: -21px 0 0 -50px;
  z-index: 1;
  pointer-events: none;
}

#editor_box:hover .image_upload_label {
  display: block;
}

.safe_image_box_label {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  color: black;
  opacity: 0.5;
  border-radius: 0 0 3px 3px;
  padding: 5px;
  font-size: 11px;
  z-index: 3;
  pointer-events: none;
}

#editor_box:hover .safe_image_box_label {
  display: block;
}

#editor_box:hover .image_upload_label {
  display: block;
}

.rotate-90 {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.rotate-270 {
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}

#bottom_btns {
  width: 50%;
  left: 50%;
  margin-left: -18px;
  height: 36px;
}

#file_upload_wrapper {
  position: absolute;
  width: 96%;
  background: white;
  border-radius: 2px;
  border: 1px solid #ddd;
  margin-top: -6px;
  -moz-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
}

#file_upload_wrapper .close_btn {
  position: absolute;
  top: 5px;
  right: 5px;
}

#upload_progress,
#upload_progress_bg {
  width: 100%;
  height: 5px;
  background: #eee;
  margin: 10px 0;
}

#upload_progress div,
#upload_progress_bg div {
  background: #ee0000;
  height: 5px;
}

#uploaded_content {
  background: #eee;
  width: 100%;
  height: 370px;
  overflow-y: scroll;
  margin-bottom: 10px;
  padding: 10px 0 0 10px;
}

.upload_preview {
  display: block;
  float: left;
  height: 110px;
  width: 110px;
  background: white;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  margin: 0 10px 10px 0;
}

.upload_preview:hover {
  -moz-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.5);
}

.upload_preview.sel {
  border: 3px solid #e00;
}

.upload_preview.spinner i {
  position: absolute;
  left: 41px;
  top: 41px;
  font-size: 28px;
}

.upload_delete {
  position: absolute;
  cursor: pointer;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;

  background: #fff;
  color: #e00;
  /*border: 1px solid #e00;*/
  line-height: 16px;
}

.upload_delete:hover {
  background: #e00;
  color: white;
  border: 0;
  line-height: 16px;
}

.step2_controls {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  /*display: none;*/
}

#arrow_left {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
  margin-left: -60px;
}

#arrow_right {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
  margin-right: -60px;
}

#new_backslide,
#edit_new_backslide {
  position: absolute;
  top: 0;
  left: 120px;
}

#flip_btn,
#edit_flip_btn {
  position: absolute;
  top: 0;
  left: 60px;
}

#delete_backslide,
#edit_delete_backslide {
  position: absolute;
  top: 0px;
  left: 0px;
}

#restore_wrapper {
  display: none;
  background: rgba(244, 244, 245, 0.8);
  position: absolute;
  z-index: 103;
  width: 100%;
  height: 100%;
  text-align: center;
}

#restore_wrapper .pseudo_btn {
  top: 50%;
  margin-top: -18px;
  z-index: 104;
}

#slide_info_wrapper {
  position: relative;
  min-height: 30px;
  /*bottom: 0;
	margin-bottom: -50px;
	*/
  width: 100%;
  text-align: center;
}

#slide_info {
  text-align: center;
  font-weight: bold;
}

#submit_area {
  display: none;
}

#submit_back {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: none;
  padding-top: 10px;
  padding-left: 10px;
  margin-left: -10px;
}

#submit_back .safe_image_box {
  display: none;
}

#submit_back td {
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
}

#submit_back .mask_shadow {
  -moz-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.6);
}

#select_layout_area {
  background: white;
  padding: 20px 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-top: 20px;
}

#image_block {
  display: none;
}

.fields_params {
  margin: 0 0 10px 0;
  padding: 2px;
}

.fields_params:hover {
  background: rgba(255, 232, 119, 0.4);
}

.card_preview {
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 10px;
  text-align: center;
}

.card_preview img {
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.6);
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}

.rounded .card_preview img {
  border-radius: 15px;
}

.card_preview .info_txt {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #888;
  margin: 10px;
}

.product_item_list {
  display: block;
  float: left;
  background: #fff;
}

.product_item_list .info_icon {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 5;
  padding-top: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #ccc;
  color: white;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  border-radius: 20px;
}

.product_item_list .product_item_name {
  font-size: 1.2em;
  font-weight: 200;
  padding: 10px 30px 10px 10px;
  min-height: 30px;
}

.product_item_list .product_bg_img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}

.product_item_list .product_img_area {
  overflow: hidden;
  border: 0px solid #ddd;
  background: #eee;
  background-size: 140%;
  background-position: center center;
  transition: 1000ms;
}

.product_item_list.stillbg .product_img_area {
  background-size: 110%;
}

.product_item_list:hover .product_img_area {
  background-size: 100%;
  transition: 1000ms;
}

.product_item_list img {
  max-width: 100%;
  max-height: 100%;
  -moz-box-shadow: -0px 1px 2px 0px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: -0px 1px 2px 0px rgba(0, 0, 0, 0.7);
  box-shadow: -0px 1px 2px 0px rgba(0, 0, 0, 0.7);
}

.product_item_list .img_front {
  position: absolute;
  width: 70%;
  height: auto;
  z-index: 2;
  top: 38%;
  left: 22%;
  transform: rotate(7deg);
}

.product_item_list .img_back {
  position: absolute;
  width: 70%;
  height: auto;
  z-index: 1;
  top: 15%;
  left: 8%;
  transform: rotate(-5deg);
}

.product_item_list.vert .img_front {
  position: absolute;
  z-index: 2;
  top: 15%;
  bottom: 5%;
  left: 37%;
  transform: rotate(7deg);
}

.product_item_list.vert .img_back {
  position: absolute;
  z-index: 1;
  top: 5%;
  bottom: 15%;
  left: 10%;
  transform: rotate(-5deg);
}

.item_fav_icon {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  right: 1em;
  top: 1em;
  z-index: 10;
}

.item_fav_icon:hover {
  width: 1.9em;
  height: 1.9em;
  right: 0.8em;
  top: 0.8em;
}

.item_fav_icon .not_found {
  background: url(/img/favorite.svg) no-repeat center center transparent;
  background-size: contain;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.item_fav_icon .found {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url(/img/favorite_found.svg) no-repeat center center transparent;
  background-size: contain;
}

#layout_preview {
  width: 250px;
}

#layout_preview img {
  max-width: 100%;
  height: auto;
}

.color-red {
  color: #dd0000;
}

.color-green {
  color: #29b31c;
}

#submit_front {
  position: relative;
  white-space: nowrap;
  margin-bottom: 50px;
  overflow: auto;
}

#submit_front .safe_image_box {
  display: none;
}

.external-scroll_x,
.external-scroll_y {
  background: #e2e2e2;
  cursor: pointer;
  display: none;
  position: relative;
}

.external-scroll_x.scroll-scrollx_visible {
  display: block;
  height: 14px;
  width: 100%;
}

.external-scroll_y.scroll-scrolly_visible {
  display: block;
  height: 200px;
  width: 14px;
}

.external-scroll_x div,
.external-scroll_y div {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.external-scroll_x .scroll-bar,
.external-scroll_y .scroll-bar {
  background: #888;
  z-index: 12;
}

.external-scroll_x .scroll-bar {
  width: 100px;
  height: 14px;
  top: 0;
  border-width: 3px;
  border-color: #e2e2e2;
  border-style: solid;
  border-radius: 10px;
}
.external-scroll_y .scroll-bar {
  height: 100px;
  width: 14px;
  border-width: 3px;
  border-color: #e2e2e2;
  border-style: solid;
  border-radius: 10px;
}

.select_block {
  border-width: 0px;
  border-style: solid;
  border-color: #ccc;
  padding: 10px 15px 10px 37px;
  background: url(/img/checbox_m.png) no-repeat 10px 12px transparent;
  cursor: pointer;
  font-size: 11px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.select_block.selected {
  border-color: #ee0000;
  background: url(/img/checbox_m_checked.png) no-repeat 10px 12px white;
}

.select_block .info_icon {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 5;
  padding-top: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #ccc;
  color: white;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  border-radius: 20px;
}

.select_block .info_content {
  display: none;
  padding: 15px;
  border: 1px solid #ccc;
  background: white;
  position: absolute;
  z-index: 6;
  left: 5px;
  right: -5px;
  top: 32px;
}

.select_block .info_content img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

#s_c_2 {
  border-radius: 15px;
}

#amount_block {
  border-top: 0px solid #ccc;
  border-bottom: 0;
}

.select_price {
  border: 0px solid #ccc;
  border-top: 0;
}

.select_price.selected {
  margin-top: 0px;
  border: 0px solid #ee0000;
}

.card_finish_preview {
  background: #f1f1f1;
  margin-bottom: 20px;
  text-align: center;
}

.card_finish_preview img {
  width: 150px;
  max-width: 100%;
  height: auto;
}

#aromat_div {
  overflow: auto;
}

.aromat_list {
  margin: 10px;
  width: 180px;
  height: 180px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border: 2px solid white;
  border-radius: 10px;
}

.aromat_list:hover {
  border: 2px solid red;
}

.aromat_list .podsvet {
  display: none;
}

.aromat_list.active_aromat .podsvet {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 234, 0, 0.5);
  z-index: 1;
}

.aromat_list .aromat_info {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  z-index: 2;
}

.aromat_list:hover .aromat_info,
.aromat_list.active_aromat .aromat_info {
  display: block;
}

.aromat_info span {
  display: table-cell;
  width: 160px;
  height: 160px;
  text-align: center;
  vertical-align: middle;
}

.card_preview.card-html-preview {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  text-align: center;
}

.card_preview.card-html-preview iframe {
  display: block;
  border: 0;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
}

.card_preview.card-html-preview .info_txt {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #888;
  margin: 10px;
}

.rounded .card_preview.card-html-preview iframe {
  border-radius: 15px;
}
