.container {
  max-width: 1920px;
  padding-left: 70px;
  padding-right: 70px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.page .container,
.bread-crumb.is-page .container-boxed {
  max-width: 940px;
}

.container-boxed {
  max-width: 1920px;
  padding-left: 70px;
  padding-right: 70px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .container-boxed {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .container-boxed {
    padding-left: 18px;
    padding-right: 18px;
  }
}

a {
  color: var(--text-color);
}
a:hover {
  color: var(--primary-color);
}

.Mulish-re,
.Mulish-re a,
.Mulish-re span,
.Mulish-re label,
.Mulish-re h1,
.Mulish-re h2,
.Mulish-re h3,
.Mulish-re h4,
.Mulish-re h5,
.Mulish-re h6 {
  font-family: "Mulish", "Questrial", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.Mulish-semibold,
.Mulish-semibold a,
.Mulish-semibold span,
.Mulish-semibold label,
.Mulish-semibold h1,
.Mulish-semibold h2,
.Mulish-semibold h3,
.Mulish-semibold h4,
.Mulish-semibold h5,
.Mulish-semibold h6 {
  font-family: "Mulish", "Questrial", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.Mulish-bold,
.Mulish-bold a,
.Mulish-bold span,
.Mulish-bold label,
.Mulish-bold h1,
.Mulish-bold h2,
.Mulish-bold h3,
.Mulish-bold h4,
.Mulish-bold h5,
.Mulish-bold h6 {
  font-family: "Mulish", "Questrial", sans-serif;
  font-style: normal;
  font-weight: 800;
}

.Questrial-re,
.Questrial-re a,
.Questrial-re span,
.Questrial-re label,
.Questrial-re h1,
.Questrial-re h2,
.Questrial-re h3,
.Questrial-re h4,
.Questrial-re h5,
.Questrial-re h6 {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .is-mb {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .is-pc {
    display: none !important;
  }
}
footer .link {
  position: relative;
}
footer .link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  transition: all 0.2s ease;
  left: 0;
  bottom: -1px;
}
footer .link:hover {
  color: var(--primary-color);
}
footer .link:hover::before {
  width: 100%;
}

.modal-open2 {
  overflow: hidden;
}

.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1.15278px 4.61111px rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.custom-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.heading-bar__title {
  font-family: var(--Mulish);
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: left;
  color: #161C24;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .heading-bar__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
  }
}

.heading-bar.heading-style1 .heading-bar__title {
  margin-bottom: 30px;
}

.row.product-list,
.row.content-col {
  margin-left: -14px;
  margin-right: -14px;
}
.row.product-list .product-col,
.row.content-col .product-col {
  padding-left: 14px;
  padding-right: 14px;
}

@media screen and (max-width: 991px) {
  .row.product-list,
.row.content-col {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .row.product-list .product-col,
.row.content-col .product-col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.product-col .item_product_main .product-thumbnail .action-bar {
  width: calc(100% - 20px);
  bottom: 10px;
  background: rgba(241, 241, 241, 0.7);
  box-shadow: inset 0px 1.15278px 4.61111px rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(3.45833px);
          backdrop-filter: blur(3.45833px);
  border-radius: 5px;
  padding: 15px;
  z-index: 1;
}
.product-col .item_product_main .product-thumbnail .action-bar:hover {
  background-color: #fff;
}
.product-col .item_product_main .product-thumbnail .action-bar .btn_view {
  padding: 0;
}
.product-col .item_product_main .action-size {
  gap: 5px;
}
.product-col .item_product_main .action-size .action-size__item {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  color: var(--text-color);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1490196078);
  border-radius: 5px;
  padding: 0 6px;
}
.product-col .item_product_main .product-info {
  padding: 15px 0 0 0;
}
.product-col .item_product_main .product-info .item-color-chosen {
  margin-top: 0;
  margin-bottom: 10px;
  gap: 14px;
}
@media screen and (max-width: 991px) {
  .product-col .item_product_main .product-info .item-color-chosen {
    gap: 12.8px;
    margin-bottom: 7px;
  }
}
.product-col .item_product_main .product-info .item-color-chosen .color-dot {
  margin: 0;
  box-shadow: 0 0 0 1px #dfe3e8;
}
.product-col .item_product_main .product-info .item-color-chosen .color-dot.selected {
  box-shadow: 0 0 0 1px #1c1c1c, inset 0 0 0 3px #fff;
}
.product-col .item_product_main .product-info .product-name {
  margin-bottom: 10px;
}
.product-col .item_product_main .product-info .product-name a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--text-color);
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .product-col .item_product_main .product-info .product-name a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  .product-col .item_product_main .product-info .product-name {
    margin-bottom: 7px;
  }
}
.product-col .item_product_main .product-info .trigger_Color {
  font-family: var(--Questrial);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--text-color);
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .product-col .item_product_main .product-info .trigger_Color {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
  }
}
.product-col .item_product_main .product-info .price-box {
  gap: 10px;
}
@media screen and (max-width: 991px) {
	.product-col .item_product_main .product-info .price-box {
		flex-wrap: wrap;
	}
}
.product-col .item_product_main .product-info .price-box .price {
  font-family: var(--Questrial);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  color: var(--price-color);
}
@media screen and (max-width: 991px) {
  .product-col .item_product_main .product-info .price-box .price {
    font-size: 16px;
    line-height: 18px;
  }
}
.product-col .item_product_main .product-info .price-box .compare-price {
  font-family: var(--Questrial);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  color: #919EAB;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .product-col .item_product_main .product-info .price-box .compare-price {
    font-size: 16px;
    line-height: 18px;
  }
}
.product-col .item_product_main .product-info .price-box .label_product {
  padding: 6px 10px 6px 10px;
  border: 1px solid #DFE3E8;
  background: var(--label-background);
  border-radius: 0;
}
.product-col .item_product_main .product-info .price-box .label_product .label_wrapper {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: var(--label-color);
}
@media screen and (max-width: 991px) {
  .product-col .item_product_main .product-info .price-box .label_product {
    padding: 2px 6px;
  }
  .product-col .item_product_main .product-info .price-box .label_product .label_wrapper {
    font-size: 8px;
    line-height: 14px;
  }
}

.cart-recommend-products {
  position: fixed;
  background-color: #fff;
  top: 0;
  right: 0;
  padding: 30px 20px;
  height: 100%;
  width: 350px;
  opacity: 0;
  visibility: hidden;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.6s;
  z-index: 1;
}
.cart-recommend-products .recommend__heading {
  padding-bottom: 30px;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
}
.cart-recommend-products .recommend__heading p {
  margin-bottom: 0;
}
.cart-recommend-products .recommend__products {
  overflow: auto;
  max-height: 100%;
  padding-bottom: 100px;
}
.cart-recommend-products .recommend__product-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-right: 25px;
  border-bottom: 1px solid #eee;
}
.cart-recommend-products .recommend__product-inner {
  gap: 20px;
}
.cart-recommend-products .recommend__product-image img {
  max-width: 50px;
  height: auto;
}
.cart-recommend-products .recommend__product-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--text-color);
  text-align: left;
}
.cart-recommend-products .recommend__product-price {
  gap: 10px;
  margin-top: 10px;
}
.cart-recommend-products .recommend__product-price .price {
  font-family: var(--Questrial);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--text-color);
}
.cart-recommend-products .recommend__product-price .compare-price {
  font-family: var(--Questrial);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  color: #919EAB;
  text-decoration: line-through;
}
.cart-recommend-products .recommend__product-price .label_product {
  padding: 6px 10px 6px 10px;
  border: 1px solid #DFE3E8;
  background: #F4F6F8;
  border-radius: 0;
}
.cart-recommend-products .recommend__product-price .label_wrapper {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #1C1C1C;
}

.mini-cart.is-open .cart-recommend-products {
  transition-delay: 0.6s;
  opacity: 1;
  visibility: visible;
  right: 400px;
}

@media screen and (max-width: 991px) {
  .cart-recommend-products {
    display: none;
  }
}
.top-cart-content .mini-products-list {
  height: 100%;
}
.top-cart-content .minicart__footer {
  position: fixed;
  width: 100%;
  max-width: 400px;
  padding: 20px 30px;
  right: -1px;
  left: auto;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}

.mid-footer {
  padding-bottom: 26px;
}
@media screen and (max-width: 991px) {
  .mid-footer {
    padding-top: 10px;
  }
}
.mid-footer .footer-top {
  padding-bottom: 40px;
  border-bottom: 1px solid #DFE3E8;
}
@media screen and (max-width: 991px) {
  .mid-footer .footer-top {
    padding-bottom: 20px;
  }
}
.mid-footer .footer-bottom {
  padding-top: 20px;
}
.mid-footer .footer-block {
  padding-top: 34px;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .mid-footer .footer-block {
    padding: 0;
  }
}
.mid-footer .footer-block .footer-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #161C24;
  margin-bottom: 9px;
}
@media screen and (max-width: 991px) {
  .mid-footer .footer-block .footer-title {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .mid-footer .footer-block .list-menu {
    margin-bottom: 10px;
  }
}
.mid-footer .footer-block .list-menu .li_menu {
  margin-top: 0;
}
.mid-footer .footer-block .list-menu .link {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #161C24;
}
.mid-footer .footer-block.block-location h3 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #161C24;
  margin-bottom: 9px;
}
.mid-footer .footer-block.block-location .single-contact {
  display: block;
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #161C24;
  margin-bottom: 10px;
}
.mid-footer .footer-block.block-location .content {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
}
.mid-footer .footer-block.block-location .content p {
  margin-bottom: 0;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #161C24;
}
.mid-footer .footer-block.block-contact p {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 7px;
}
.mid-footer .footer-block.block-contact a {
  display: inline-block;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #D0FF14;
  padding: 8px 18px;
  background: #1C1C1C;
  border-radius: 100px;
}
.mid-footer .footer-bottom__left {
  gap: 41px;
}
@media screen and (max-width: 991px) {
  .mid-footer .footer-bottom__left {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.mid-footer .footer-bottom__store h3 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #161C24;
  margin-bottom: 10px;
}
.mid-footer .footer-bottom__store p {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  width: 100%;
	max-width: 425px;
}
.mid-footer .footer-bottom__bct img {
  max-width: 198px;
}
@media screen and (max-width: 991px) {
  .mid-footer .footer-bottom__bct img {
    max-width: 145px;
  }
}
@media screen and (min-width: 992px) {
  .mid-footer .footer-bottom__right .follow_option {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .mid-footer .col-bottom-1 {
    order: 2;
  }
  .mid-footer .col-bottom-2 {
    order: 1;
  }
}

@media screen and (max-width: 991px) {
  #mobile-menu {
    background: #F4F6F8;
  }
  #mobile-menu .announ-bar__left {
    padding-left: 20px;
    padding-right: 20px;
    padding: 3px 20px;
  }
  #mobile-menu .announ-bar__zalo-link {
    font-family: var(--Mulish);
    font-style: normal;
    font-weight: 700;
    font-size: 8px;
    line-height: 14px;
    color: #040303;
  }
  #mobile-menu .announ-bar__right {
    box-shadow: 0px 8px 16px rgba(145, 158, 171, 0.16);
    background-color: #fff;
  }
  #mobile-menu .announ-bar__link-item {
    font-family: var(--Mulish);
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #637381;
    padding: 17px 15px;
  }
  #mobile-menu .icon-close {
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    text-align: right;
    width: 32px;
    height: 32px;
    line-height: 30px;
  }
  #mobile-menu .tab-head {
    flex-wrap: nowrap;
    flex-direction: unset;
    padding: 17px 20px 0;
    overflow: auto;
  }
  #mobile-menu .tab-head .tab-head__item {
    background: transparent;
    border-bottom: 1px solid #DFE3E8;
    transition: all 0.2s ease;
  }
  #mobile-menu .tab-head .tab-head__item button {
    min-height: unset;
    background: transparent;
    border: unset;
    white-space: nowrap;
    padding: 0 12px 9px 12px;
    font-family: "Mulish";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #919EAB;
    transition: all 0.2s ease;
  }
  #mobile-menu .tab-head .tab-head__item.is-active {
    border-color: #1C1C1C;
  }
  #mobile-menu .tab-head .tab-head__item.is-active button {
    color: #161C24;
  }
  #mobile-menu .tab-content {
    padding: 20px;
  }
  #mobile-menu .tab-content .tab-content__item {
    transition: all 0.2s linear;
  }
  #mobile-menu .tab-content .tab-content__item:not(.is-show) {
    display: none;
  }
  #mobile-menu .tab-content .tab-content__item .is-show {
    display: block;
  }
  #mobile-menu .tab-content .submenu .submenu__list {
    list-style-type: none;
    padding: 0;
  }
  #mobile-menu .tab-content .submenu .submenu__col,
	#mobile-menu .tab-content .submenu .submenu__item{
    margin-bottom: 20px;
  }
  #mobile-menu .tab-content .submenu .submenu__col .submenu__item {
    margin-bottom: 10px;
  }
  #mobile-menu .tab-content .submenu .submenu__col .submenu__item.submenu__item {
    font-family: "Questrial";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #161C24;
  }
  #mobile-menu .tab-content .submenu .submenu__col .submenu__item.submenu__item--main {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #161C24;
  }
}
.is-des,
.rte {
  font-family: var(--Questrial);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--text-color);
}
@media screen and (max-width: 991px) {
  .is-des,
.rte {
    font-size: 16px;
    line-height: 24px;
  }
}
.is-des h1,
.is-des h2,
.is-des h3,
.is-des h4,
.is-des h5,
.is-des h6,
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  font-family: var(--Mulish);
  font-style: normal;
  font-weight: 800;
}
.is-des h1,
.rte h1 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .is-des h1,
.rte h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.is-des h2,
.rte h2 {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .is-des h2,
.rte h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.is-des h3,
.rte h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .is-des h3,
.rte h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.is-des h4,
.rte h4 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .is-des h4,
.rte h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.is-des h5,
.rte h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .is-des h5,
.rte h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
.is-des h6,
.rte h6 {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .is-des h6,
.rte h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
.is-des ul,
.rte ul {
  margin-bottom: 30px;
  padding-left: 24px;
}
@media screen and (max-width: 991px) {
  .is-des ul,
.rte ul {
    margin-bottom: 20px;
  }
}

.e-tabs .tabs-title {
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .e-tabs .tabs-title {
    gap: 25px;
    margin-bottom: 20px;
  }
}
.e-tabs .tab-link {
  font-family: var(--Mulish);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #212B36 !important;
  padding: 8px 0;
  margin-right: 0 !important;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
@media screen and (max-width: 991px) {
  .e-tabs .tab-link {
    font-size: 15px;
    line-height: 22px;
  }
}
.e-tabs .tab-link:after {
  display: none;
}
.e-tabs .tab-link.current {
  padding: 8px 18px;
  background: #DFE3E8;
  border-radius: 100px;
}
.e-tabs.is-one-tab .tabs-title {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .e-tabs.is-one-tab .tabs-title {
    margin-bottom: 5px;
  }
}
.e-tabs.is-one-tab .tab-link.current {
  background-color: transparent;
  padding: 0;
}

.cart-upsell {
  padding: 0 0 30px 0;
  font-size: 14px;
  grid-column: 1;
  grid-row: 1;
}

.cart-upsell__empty {
  padding: 8px;
  border-radius: 2px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.cart-upsell__progress-wrapper {
  margin-top: 12px;
  margin-bottom: 12px;
}

.cart-upsell__progress {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
  justify-content: space-between;
}

.cart-upsell__progress-bar {
  border-radius: 8px;
  width: 100%;
  height: 8px;
  margin-right: 8px;
  position: relative;
}

.cart-upsell__percent {
  width: 100%;
  border-radius: 8px;
  max-width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
}

.cart-upsell__progress span {
  font-weight: 700;
  line-height: 1;
}

.cart-upsell__promotion-wrapper {
  margin-bottom: 8px;
}

.cart-upsell__promotion {
  padding: 8px;
  gap: 8px;
  align-items: center;
  display: flex;
  margin-bottom: 8px;
  border-radius: 2px;
}

.cart-upsell__promotion button {
  line-height: 1.2;
  padding: 4px 12px;
  min-height: initial;
  margin: 0 0 0 auto;
  box-sizing: border-box;
  text-align: center;
  margin-top: auto;
  cursor: pointer;
  border: 1px solid;
  transition: all 0.3s ease-in-out;
}

.cart-upsell__content.incomplete {
  color: var(--incomplete-color);
}

.cart-upsell__content.incomplete .cart-upsell__price {
  color: var(--incomplete-price);
}

.cart-upsell__content.complete {
  color: var(--complete-color);
  text-align: left;
}

.cart-upsell__empty-wrapper,
.cart-upsell__progress-wrapper,
.cart-upsell__promotion-wrapper,
.cart-upsell__content {
  display: none;
}

@media (min-width: 992px) {
  .cart_page_mobile {
    grid-row: 2;
    padding-left: 0;
    padding-right: 0;
  }
  .header-cart-price {
    grid-row: 1/4;
  }
}/*# sourceMappingURL=custom-common.css.map */
.fade:not(.show){
	visibility: hidden;
}
.modal-backdrop{
	background: rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 1.15278px 4.61111px rgb(255 255 255 / 40%);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}
.modal-backdrop.show{
	opacity: 1 !important;
}