@charset "UTF-8";
.change-page-header-wrapper .title-wrapper {
  padding: 10px 0;
  border-bottom-width: 3px;
  border-bottom-style: double;
  border-bottom-color: rgba(246, 147, 30, 0.5);
}
.change-page-header-wrapper .title-content {
  z-index: 10;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
}

.archive.woocommerce-page #main {
  background-color: #f6f6f6;
}
.archive.woocommerce-page .mfp-arrow-left .mfp-a, .archive.woocommerce-page .mfp-arrow-left:after {
  font-size: 30px;
  font-family: "fl-icons" !important;
  content: "";
}
.archive.woocommerce-page .mfp-arrow-right .mfp-a, .archive.woocommerce-page .mfp-arrow-right:after {
  font-size: 30px;
  font-family: "fl-icons" !important;
  content: "";
}

.flatvn-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 99;
  transition: -webkit-backdrop-filter 1s 1s, backdrop-filter 1s 1s;
  backdrop-filter: saturate(180%) blur(5px);
  -webkit-backdrop-filter: saturate(180%) blur(5px);
}

.flatvn-popup-inner {
  padding-top: 0px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
  background-color: rgba(0, 0, 0, 0.6) !important;
  -webkit-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.3), 0 2px 50px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.3), 0 2px 50px 2px rgba(0, 0, 0, 0.2);
}

.flatvn-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: all;
}

/*# sourceMappingURL=change.css.map */
