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

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

.carousel__button:not([disabled]), .carousel__button {
  color: #333 !important;
  background: #ffffff;
  height: 30px;
  width: 30px;
  margin-left: 0.3rem;
  padding: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.carousel__button:not([disabled]).is-close, .carousel__button.is-close {
  position: fixed;
  top: 5px;
  right: 5px;
}
@media only screen and (min-width: 768px) {
  .carousel__button:not([disabled]).is-close, .carousel__button.is-close {
    top: 8px;
    right: 15px;
  }
}
@media only screen and (max-width: 639px) {
  .carousel__button:not([disabled]).fancybox-close-small, .carousel__button:not([disabled]).fancybox-button--close, .carousel__button.fancybox-close-small, .carousel__button.fancybox-button--close {
    padding: 0;
    top: 3px;
    right: 3px;
  }
  .carousel__button:not([disabled]).fancybox-button--fsenter, .carousel__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;
  }
}

.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 .carousel__slide {
  border: 1px solid #ccc;
  background: #fafafa;
  margin-right: 0.3rem;
  flex-direction: column;
  align-items: center;
  padding: 8px 3px 0px;
}
.fancybox__thumbs .carousel__slide span {
  color: #333333;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.fancybox__thumbs .carousel__slide:hover {
  border: 1px solid #666;
}
.fancybox__thumbs .carousel__slide.is-nav-selected {
  border: 1px solid #666;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb {
  background-size: contain;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
  border: none;
}

.fancybox__main-panel {
  display: flex;
  flex-direction: column;
  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 0px #cccccc;
  -moz-box-shadow: 0 0 7px 0px #cccccc;
  box-shadow: 0 0 7px 0px #cccccc;
}
@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__thumbs {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .fancybox__main-panel .fancybox__thumbs {
    width: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  .fancybox__main-panel .fancybox__thumbs {
    width: 80%;
  }
}
.fancybox__main-panel .fancybox__left-panel {
  text-align: left;
  order: 1;
  width: 100%;
  height: 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 {
    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: 768px) {
  .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 {
  background: transparent;
  position: fixed;
  bottom: 0;
  top: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .fancybox-proof-layout .fancybox__thumbs {
    width: 80%;
  }
}
.fancybox-proof-layout .fancybox__carousel {
  max-width: 100%;
  height: 40%;
  overflow: hidden;
  background: #ffffff;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .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: 768px) {
  .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;
}
.fancybox-proof-layout .fancybox-form-wrap .carousel__button {
  background: #F0F0F0;
  color: #222;
  padding: 7px;
}
@media only screen and (min-width: 1200px) {
  .fancybox-proof-layout .fancybox-form-wrap:before {
    width: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .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;
}

.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 {
  height: 150px;
}
.fancybox__container .cancelreqform .cancel-reason .dropdown .dropdown-menu li:last-child a {
  padding-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .fancybox__container #related-product {
    width: 90vw;
  }
}

#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;
    }
  }
}
/******* 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 */
