/*************** background opacity and gradient *******************/
/*************** Shadow *******************/
/*************** Transform *******************/
/*************** Transition *******************/
/*************** Animation *******************/
/*************** Media Query *******************/
body.fancybox-active {
  position: static;
  overflow-y: hidden;
}

.with-fancybox body {
  overflow-y: hidden;
}

.fancybox__backdrop {
  --fancybox-bg:rgba(24, 24, 27, 0.92);
}

.f-button:not([disabled]), .f-button {
  --f-button-hover-bg:rgba(255,255,255,0.85);
  --f-button-active-bg:rgba(255,255,255,0.85);
  color: #333 !important;
  background: #ffffff;
  height: 30px;
  width: 30px;
  padding: 5px;
  top: 8px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.f-button:not([disabled]).is-close, .f-button.is-close {
  position: fixed;
  top: 5px;
  right: 5px;
}
@media only screen and (min-width: 768px) {
  .f-button:not([disabled]).is-close, .f-button.is-close {
    top: 8px;
    right: 15px;
  }
}
@media only screen and (max-width: 639px) {
  .f-button:not([disabled]).fancybox-close-small, .f-button:not([disabled]).fancybox-button--close, .f-button.fancybox-close-small, .f-button.fancybox-button--close {
    padding: 0;
    top: 3px;
    right: 3px;
  }
  .f-button:not([disabled]).fancybox-button--fsenter, .f-button.fancybox-button--fsenter {
    padding: 0;
    top: 3px;
    right: 10px;
  }
}

.fancybox__track .fancybox-modal-body {
  padding: 0px !important;
  margin: 0 !important;
}
.fancybox__track .fancybox-image {
  -webkit-box-shadow: 0 0 5px 0px #676767;
  -moz-box-shadow: 0 0 5px 0px #676767;
  box-shadow: 0 0 5px 0px #676767;
  height: auto;
}
.fancybox__track #related-product {
  margin-top: 1rem;
}

.fancybox-modal-content {
  padding: 0px !important;
  display: none;
}
.fancybox-modal-content .common-language-dropdown {
  right: 45px;
  top: -40px;
  position: absolute;
}

.fancybox__carousel .fancybox__viewport .fancybox__slide:not(.has-image) {
  padding: 0 !important;
}
.fancybox__carousel .fancybox__viewport .fancybox__slide:not(.has-image) .fancybox__content {
  padding: 1rem !important;
}
@media only screen and (max-width: 799px) {
  .fancybox__carousel .fancybox__viewport .fancybox__slide:not(.has-image) .fancybox__content {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .fancybox__carousel .fancybox__viewport .fancybox__slide:not(.has-image) .fancybox__content {
    min-height: 100% !important;
    margin: 0;
    overflow-y: auto;
  }
}

.is-compact .fancybox__footer {
  position: relative;
}

.fancybox__thumbs {
  left: 0;
  top: auto;
  bottom: 0;
  position: fixed;
  background: transparent;
  padding: 4px 2px;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  .fancybox__thumbs {
    background: #fafafa;
    position: relative;
  }
}
.fancybox__thumbs .f-thumbs__track {
  padding: 0.25rem 0 !important;
}
.fancybox__thumbs .f-thumbs__slide {
  --f-thumb-width:95px;
  --f-thumb-height:90px;
  border: 1px solid #ccc;
  background: #fafafa;
  margin-right: 0.3rem;
  flex-direction: column;
  align-items: center;
  padding: 0.25rem 0.25rem 0;
}
.fancybox__thumbs .f-thumbs__slide span {
  color: #333333;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
}
.fancybox__thumbs .f-thumbs__slide .f-thumbs__slide__img {
  object-fit: contain;
}
.fancybox__thumbs .f-thumbs__slide:hover {
  border: 1px solid #666;
}
.fancybox__thumbs .f-thumbs__slide.is-nav-selected {
  border: 1px solid #666;
}
.fancybox__thumbs .f-thumbs__slide .f-thumbs__slide__button {
  background-size: contain;
}
.fancybox__thumbs .f-thumbs__slide .f-thumbs__slide__button:after {
  border: none;
}

.fancybox__main-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.fancybox__main-panel .fancybox__carousel {
  overflow: hidden;
  height: 100%;
}
.fancybox__main-panel .fancybox__carousel .fancybox__viewport .fancybox__slide .fancybox__content {
  padding: 0 !important;
}
.fancybox__main-panel .fancybox__carousel .fancybox__viewport .fancybox__slide .fancybox__content img {
  -webkit-box-shadow: 0 0 7px 4px rgba(63, 61, 61, 0.5);
  -moz-box-shadow: 0 0 7px 4px rgba(63, 61, 61, 0.5);
  box-shadow: 0 0 7px 4px rgba(63, 61, 61, 0.5);
}
@media only screen and (min-width: 768px) {
  .fancybox__main-panel .fancybox__carousel {
    max-width: 70%;
    height: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .fancybox__main-panel .fancybox__carousel {
    max-width: 80%;
  }
}
.fancybox__main-panel .fancybox__left-panel {
  text-align: left;
  order: 1;
  width: 100%;
  padding: 15px;
  color: #ffffff;
}
.fancybox__main-panel .fancybox__left-panel h3 {
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .fancybox__main-panel .fancybox__left-panel h3 {
    color: #000000;
  }
}
@media only screen and (min-width: 768px) {
  .fancybox__main-panel .fancybox__left-panel {
    height: 100%;
    padding: 40px 20px;
    position: fixed;
    top: 0;
    right: 0;
    width: 30%;
    color: #000000;
    background: #fafafa;
  }
}
@media only screen and (min-width: 1200px) {
  .fancybox__main-panel .fancybox__left-panel {
    width: 20%;
  }
}
.fancybox__main-panel .fancybox__left-panel .col-6.text-left {
  word-break: break-all;
}
@media only screen and (min-width: 1200px) {
  .fancybox__main-panel .fancybox__left-panel .col-6.text-left {
    word-break: normal;
  }
}

.fancybox-proof-layout {
  padding: 1rem 0rem;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .fancybox-proof-layout {
    flex-direction: row;
    display: flex;
    align-items: center;
    padding: 10rem 0rem;
  }
}
@media only screen and (min-width: 1200px) {
  .fancybox-proof-layout {
    padding: 6.3rem 10rem;
  }
}
.fancybox-proof-layout .fancybox__thumbs {
  display: none;
  background: transparent;
  position: fixed;
  bottom: 0;
  top: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .fancybox-proof-layout .fancybox__thumbs {
    width: 80%;
    display: block;
  }
}
.fancybox-proof-layout .fancybox__carousel {
  max-width: 100%;
  height: 40%;
  overflow: hidden;
  background: #ffffff;
  padding: 1rem;
}
@media only screen and (min-width: 1025px) {
  .fancybox-proof-layout .fancybox__carousel {
    max-width: 75%;
    flex: 0 0 75%;
    height: 100%;
  }
}
.fancybox-proof-layout .fancybox-form-wrap {
  max-width: 100%;
  position: relative;
  height: auto;
  background: #ffffff;
}
@media only screen and (min-width: 1025px) {
  .fancybox-proof-layout .fancybox-form-wrap {
    max-width: 25%;
    flex: 0 0 25%;
    height: calc(100% - 60px);
  }
}
.fancybox-proof-layout .fancybox-form-wrap .card-body h4 {
  color: #333333;
}
@media only screen and (min-width: 1200px) {
  .fancybox-proof-layout .fancybox-form-wrap:before {
    width: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .fancybox-proof-layout .fancybox-form-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    bottom: 0;
    width: 10px;
    background-color: #cccccc;
    background: linear-gradient(left, #cccccc, #ffffff 80%);
    background: -webkit-linear-gradient(left, #cccccc, #ffffff 80%);
    background: -moz-linear-gradient(left, #cccccc, #ffffff 80%);
    background: -ms-linear-gradient(left, #cccccc, #ffffff 80%);
    background: -o-linear-gradient(left, #cccccc, #ffffff 80%);
  }
}
.fancybox-proof-layout .fancybox-form-wrap .product-form {
  padding: 0 5px;
  background: #ffffff;
  overflow: auto;
}
@media only screen and (min-width: 1200px) {
  .fancybox-proof-layout .fancybox-form-wrap .product-form {
    padding: 0 40px;
  }
}
.fancybox-proof-layout .fancybox-form-wrap .product-form .card {
  padding: 20px 15px;
}
@media only screen and (min-width: 1200px) {
  .fancybox-proof-layout .fancybox-form-wrap .product-form .card {
    padding: 20px 0;
  }
}

.popup_page_inner {
  padding: 0 1rem;
}

.fancybox__thumb {
  background-size: contain;
}

.fancybox__carousel .can-zoom_in .fancybox__image {
  max-width: 100% !important;
  max-height: 100% !important;
}
@media only screen and (min-width: 575px) {
  .fancybox__carousel .can-zoom_in .fancybox__image {
    max-width: auto;
    max-height: auto;
  }
}

.fancybox__container .cancelreqform .cancel-reason .dropdown .dropdown-menu {
  max-height: 150px;
}
.fancybox__container .cancelreqform .cancel-reason .dropdown .dropdown-menu li:last-child a {
  padding-bottom: 0.8rem;
}

#product_xls_model .card {
  overflow: hidden;
}
#product_xls_model.fancybox__content {
  padding: 1rem !important;
}
@media only screen and (max-width: 574px) {
  #product_xls_model.fancybox__content {
    width: 100% !important;
  }
}

@media not all and (min-resolution: 0.001dpcm) and (min-width: 1024px) {
  .fancybox__carousel .fancybox__track .fancybox__content img {
    width: 100% !important;
    height: 100% !important;
  }
  @supports (-webkit-appearance: none) {
    .fancybox__carousel .fancybox__track .fancybox__content img {
      width: 100% !important;
      height: 100% !important;
    }
  }
}
.custom-fancybox-preview .fancybox__left-panel h4 {
  text-align: center;
}
.custom-fancybox-preview .fancyboxPreviewFull {
  display: none;
}
@media only screen and (min-width: 768px) {
  .custom-fancybox-preview.fancybox__main-panel {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 70%;
    margin: auto;
    background: #fff;
    position: relative;
  }
  .custom-fancybox-preview.fancybox__main-panel .fancybox__left-panel {
    text-align: left;
    order: unset;
    width: 100%;
    height: auto;
    padding: 1rem;
    color: #000;
    position: unset;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .custom-fancybox-preview.fancybox__main-panel .fancybox__left-panel .text-center {
    margin-left: auto;
    margin-top: 0 !important;
  }
  .custom-fancybox-preview.fancybox__main-panel .fancybox__left-panel .text-center.custom_fb_share_button {
    margin-left: unset;
    margin-left: 0.75rem;
  }
  .custom-fancybox-preview.fancybox__main-panel .fancybox__left-panel .d-flex.justify-content-center.justify-content-md-start + .custom_fb_share_button {
    margin-left: auto;
  }
  .custom-fancybox-preview.fancybox__main-panel .fancybox__left-panel .row {
    margin-left: 0.625rem;
    line-height: 2px;
    align-items: center;
  }
  .custom-fancybox-preview.fancybox__main-panel .fancybox__left-panel .row .col-6 {
    padding-left: 1rem !important;
  }
  .custom-fancybox-preview.fancybox__main-panel .fancybox__left-panel h4 {
    display: block;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
  }
  .custom-fancybox-preview.fancybox__main-panel .fancybox__carousel {
    max-width: 100%;
  }
  .custom-fancybox-preview.fancybox__main-panel .has-thumbs {
    width: 100%;
    padding: 2px 2px;
  }
  .custom-fancybox-preview.fancybox__main-panel .has-thumbs .carousel__slide span {
    font-size: 0.75rem;
  }
  .custom-fancybox-preview.fancybox__main-panel .has-thumbs ~ .fancyboxPreviewFull {
    bottom: 6.87rem;
  }
  .custom-fancybox-preview.fancybox__main-panel .fancyboxPreviewFull {
    display: block;
    position: absolute;
    right: 1%;
    bottom: 2%;
    z-index: 99;
  }
  .custom-fancybox-preview.fancybox__main-panel.fancybox-full-preview {
    width: 100%;
    height: 100%;
  }
  .custom-fancybox-preview.fancybox__main-panel.fancybox-full-preview .text-center {
    margin-right: 2.5rem;
  }
  .custom-fancybox-preview .fancybox__carousel {
    background: rgb(231, 231, 231);
    background: radial-gradient(circle, rgb(231, 231, 231) 0%, rgb(185, 185, 185) 35%, rgb(169, 169, 169) 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .custom-fancybox-preview.fancybox__main-panel {
    width: 70%;
  }
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-hover-bg: rgba(255, 255, 255, 0.85);
  --f-button-active-bg: rgba(255, 255, 255, 0.85);
}

.fancybox__content.order-details {
  min-width: 500px;
}

/******* 3D preview ******/
.realPreviewPopup #realPreview {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #797979;
  background-color: #9d9d9d 83%;
  background: linear-gradient(#cccccc 23%, #9d9d9d 83%);
  background: -webkit-linear-gradient(#cccccc 23%, #9d9d9d 83%);
  background: -moz-linear-gradient(#cccccc 23%, #9d9d9d 83%);
  background: -ms-linear-gradient(#cccccc 23%, #9d9d9d 83%);
  background: -o-linear-gradient(#cccccc 23%, #9d9d9d 83%);
  padding: 0;
}
.realPreviewPopup #realPreview .realPreviewActionButton {
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.realPreviewPopup #realPreview .realPreviewActionButton .realPreviewBtn {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 40px;
  width: 40px;
  padding: 0;
  background: rgba(255, 255, 255, 0.95);
  color: #007bff;
  margin: 0 0.2rem;
}
.realPreviewPopup #realPreview .realPreviewActionButton .realPreviewBtn .font-lg {
  font-size: 20px;
  font-size: 1.25rem;
}
.realPreviewPopup #realPreview .realPreviewActionButton .realPreviewBtn .font-lg.rxicon-fold-close, .realPreviewPopup #realPreview .realPreviewActionButton .realPreviewBtn .font-lg.rxicon-play {
  font-size: 24px;
  font-size: 1.5rem;
}
.realPreviewPopup .fancybox-toolbar {
  right: 6px;
  top: 6px;
}
.realPreviewPopup .fancybox-toolbar .fancybox-button--close {
  background: rgba(255, 255, 255, 0.95);
  color: #007bff;
  border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
}
.realPreviewPopup .fancybox-toolbar .fancybox-button--close:hover {
  color: #007bff;
}
.realPreviewPopup .fancybox-stage .fancybox-slide {
  padding: 0;
}
.realPreviewPopup .fancybox__carousel .fancybox__viewport .fancybox__slide {
  padding: 0 !important;
}
.realPreviewPopup .fancybox__carousel .fancybox__viewport .fancybox__slide .fancybox__content {
  padding: 0 !important;
}
.realPreviewPopup .fancybox__content .axes {
  display: none;
}
.realPreviewPopup .fancybox__content .gui-wrap {
  display: none;
}

.boxRealPreviewPopup {
  background-color: #cccccc 100%;
  background: linear-gradient(#b3b3b3 23%, #cccccc 100%);
  background: -webkit-linear-gradient(#b3b3b3 23%, #cccccc 100%);
  background: -moz-linear-gradient(#b3b3b3 23%, #cccccc 100%);
  background: -ms-linear-gradient(#b3b3b3 23%, #cccccc 100%);
  background: -o-linear-gradient(#b3b3b3 23%, #cccccc 100%);
}

.previewToolbar {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
/*# sourceMappingURL=common2.css.map */
