
.container .content {
  height: 100vh; 
}

#modal-popup {
	overflow-y: scroll !important;
}

.modal {
  border-radius: 7px;
  overflow: hidden;
  background-color: transparent; 
}
.modal.product {
    z-index: 1042 !important;
}
.modal .second {
    min-height: 100px !important;
}
.modal p {
  line-height: 1.5;
  font-size: 16px !important; 
}
.modal .modal-content .modal-body .modal-btn {
  background-color: #faca00;
  padding: 8px 10px 4px 12px;
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 12px !important; 
}
.modal .logo a img {
  width: 30px;
}
.modal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 7px; 
}
.modal .modal-content .modal-body {
  min-height: 360px;
  border-radius: 7px;
  overflow: hidden;
  background-color: #efefef;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9); 
}
.modal .modal-content .modal-body p {
  color: #777;
  font-size: 14px; 
}
.modal .modal-content .modal-body h2 {
  font-size: 18px; 
}
.modal .modal-content .modal-body h3 {
  color: #000;
  font-size: 22px; 
}
.modal .modal-content .modal-body h4 {
  color: #000;
  font-size: 26px; 
}
.modal .modal-content .modal-body .close-btn {
  color: #000; 
}
.modal .modal-content .modal-body .promo-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; 
}
.modal .modal-content .modal-body.second img {
  width: 100% !important;
}
.modal .modal-content .modal-body .promo-img .price {
  top: 20px;
  left: 20px;
  position: absolute;
  color: #fff; 
}
.modal .cancel {
  color: gray;
  font-size: 14px; 
}
.modal .btn-primary {
  padding-top: 10px;
  padding-bottom: 10px; 
}

.modal .lightbox-image-box i,
.modal .lightbox-media-box i,
.modal .lightbox-link-box i {
  top: 45% !important;
}

.btn {
  border-radius: 4px;
  border: none; 
}
.btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
}

.custom-select {
  border: none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); 
}
.custom-select:active, .custom-select:focus, .custom-select:hover {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); 
}

.modal-bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
}

.logo img {
  width: 70px; 
}

.line {
  position: relative;
  padding-bottom: 20px; 
}
.line:after {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background: #ccc; 
}

.custom-note {
  color: #999; 
}
.custom-note a {
  color: #555;
  font-weight: 900 !important; 
}

.social a {
  font-size: 14px;
  color: #b3b3b3; 
}
.social a .heart {
  color: #dc3545; 
}

.social .like .icon {
  color: #dc3545; 
}

.social .message .icon {
  color: #007bff; 
}

.social .add .icon {
  color: #007bff; 
}

.share {
  position: absolute;
  right: 20px;
  color: #ccc;
  z-index: 4; 
}
.share:hover {
  color: #000; 
}

.link-2 {
  width: 2.4rem;
  height: 2.4rem;
  color: inherit;
  font-size: 2.2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
}

.link-3 {
  top: 0.6rem !important;
  right: 0.6rem !important;
}

.link-2::before {
  content: '×';
  transform: translateY(-.1rem);
  color: #5c6060
}

.link-2:hover,
.link-2:focus {
  transform: translateY(-.2rem);
  color: #000000 !important;
}

.modal-content .text-left {
  width: 110% !important;
}
.modal-content .content-text {
  min-height: 400px;
}

@media (max-width: 991.98px) {
  .modal .d-flex {
	display: block !important;
  }
  .modal .d-flex .promo-img {
	min-height: 400px !important;
	margin-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .margin-md-0 {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .modal-xl {
    max-width: 1000px;
  }
  .p-5 {
    padding: 1.5rem !important;
  }
  .modal-content .text-left {
    width: 105% !important;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1150px;
  }
  .p-5 {
    padding: 3rem !important;
  }
  .modal-content .text-left {
    width: 110% !important;
	margin-left: -5%;
  }
  .product .modal-content .text-left {
    width: 100% !important;
	margin-left: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-content .text-left {
    width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .modal .d-flex .promo-img {
    min-height: 250px !important;
  }
}

@media (max-width: 575.98px) {
  .p-5 {
    padding: 2rem !important;
  }
}

.modal-9292 .modal-dialog {
	width: 360px !important;
}

.pagecorner {
    width: 40px;
    height: 40px;
    position: absolute;
    margin-top: -39px;
    right: 19px;
	padding: 1px;
	background-color: rgba(255,255,255,0.80);
    z-index: 5;
}

.pagecorner img {
    opacity: 0.80;
}

.m-60-model-series:hover, .gui-link-with-articler:hover {
	text-decoration: none !important;
}

.dialog .dlgPane {
    width: 62.5em;
}
.dialog .pnl {
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    margin: 1rem auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    cursor: default;
}
.dialog.wide-content .header-bar {
    padding-left: 5.5%;
}
.dialog .header-bar {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    padding: 1.75rem 0 .75rem 13%;
    box-sizing: border-box;
}
.dialog .header {
    color: #000;
	font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-shrink: 1;
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.dialog .dlg-button-bar.top {
    padding-left: 1rem;
}
.dialog .dlg-button-bar li {
    padding: 0 .3125rem;
    display: block;
    text-align: center;
    font-size: .875em;
    cursor: pointer;
    margin-right: 0;
}
.dialog .dlg-button-bar .print_button:after {
    content: "\e60a";
}
.dialog .dlg-button-bar li:after {
    line-height: 1.6em;
    font-size: 1.375em;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    font-family: 'pag-iconfont';
}
.dialog .dlg-button-bar li {
    padding: 0 .3125rem;
    display: block;
    text-align: center;
    font-size: .875em;
    cursor: pointer;
    margin-right: 0;
}
.dialog .closeDlg.on {
    visibility: visible;
}

.dialog .closeDlg.top {
    position: static;
    margin-left: 7.5%;
    margin-right: 1.25rem;
}
.dialog .closeDlg {
    visibility: hidden;
    height: 2.5rem;
    cursor: pointer;
    line-height: 1.75rem;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
}
.dialog .closeDlg:after {
    display: inline-block;
    text-align: center;
    font-family: 'pag-iconfont';
    content: "\e627";
    font-size: 1.375rem;
    color: #000;
    height: 2.5rem;
    width: 2.5rem;
    box-sizing: border-box;
}
.dialog.wide-content .vCont-before, .dialog.wide-content .vCont-after {
    padding-left: 5.5%;
    padding-right: 5.5%;
}
.dialog .vCont-before, .dialog .vCont-after {
    padding: 0 13%;
    font-size: .875rem;
    line-height: 1.25rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.dialog.wide-content .vCont {
    padding-left: 5.5%;
    padding-right: 5.5%;
    margin-bottom: 10px !important;
}

.dialog .vCont {
    padding: 0 13%;
    font-size: .875rem;
    line-height: 1.25rem;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.dialog .vCont:before {
    content: "";
    height: 1.5rem;
    display: block;
}
.dialog .vCont {
    padding: 0 13%;
    font-size: .875rem;
    line-height: 1.25rem;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.dialog .vCont .text {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.dialog .table-box {
    padding-bottom: 2rem;
}
.dialog .table-header {
    font-weight: bold;
    padding-bottom: .5rem;
}
.dialog .table-content {
    border-top: 1px solid #000;
}
.dialog .table-row {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    border-bottom: 1px solid #dfdfdf;
    padding-top: .625rem;
    padding-bottom: .625rem;
}
.dialog .table-row-item:first-child {
    padding-right: 2%;
}
.dialog .table-row-item {
    flex-shrink: 1;
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
}
.dialog .table-row-item {
    width: 50%;
}
.dialog .vCont:after {
    content: "";
    height: 2rem;
    display: block;
}
.dialog .vCont-before, .dialog .vCont-after {
    padding: 0 13%;
    font-size: .875rem;
    line-height: 1.25rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

