.text-uppercase {
  text-transform: uppercase;
}
.woocommerce-order-pay #primary #main {
  max-width: 900px;
  margin: 0 auto;
}

#place_order {
  margin-top: 20px;
}

.woocommerce-MyAccount-content .cus_menu .billling-button {
  display: none;
}

.single-product .ast-stock-detail {
  display: none;
}
.single-product .syn-status-stock {
  margin-top: 12px;
}
.single-product .syn-shipping-label {
  display: block;
}

.single-product .product_meta_sku,
.woocommerce div.product .product_meta.product_meta_sku {
  font-size: inherit;
  border: none;
  font-family: inherit;
  padding: 0;
  margin: 0;
}

#mega-menu-menu-btm-syn .mega-menu-row > ul.mega-sub-menu {
  display: flex !important;
  align-items: center;
}
#mega-menu-menu-btm-syn
  .mega-menu-row
  > ul.mega-sub-menu
  .mega-sub-menu
  li.mega-menu-item-type-taxonomy {
  padding: 5px 10px !important;
}
.pl-10 {
  padding-left: 2rem !important;
}
.ast-search-menu-icon .astra-search-icon .ast-icon.icon-search {
  font-size: 2rem;
}
.footer-adv a:hover {
  color: #e1221a;
}

#emsDentistPopup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(255 255 255 / 90%);
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
}
#emsDentistPopup.show {
  opacity: 1;
  visibility: visible;
}
#emsDentistPopup .popupContent {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  width: 650px;
  border: 1px solid #d5d5d5;
  box-shadow: 0 0 60px rgb(0 0 0 / 25%);
  transition: all ease-in-out 0.5s;
  opacity: 0;
  position: relative;
  top: -10%;
}
#emsDentistPopup.show .popupContent {
  opacity: 1;
  top: 0;
}
#emsDentistPopup .popupImage {
  flex: 0 0 35%;
  border-right: 1px solid #e1221a;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
#emsDentistPopup .popupContentText {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2rem;
  padding: 1rem 1rem;
}
#emsDentistPopup .popupContentText p {
  margin-bottom: 0.5rem;
}
#emsDentistPopup .popupContentText p:last-child {
  margin-bottom: 0;
}

.woocommerce ul.products li.product .astra-shop-summary-wrap, .woocommerce-page ul.products li.product .astra-shop-summary-wrap {
	padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .ast-header-break-point .main-header-bar,
  .ast-site-identity {
    padding: 0 0 0.5rem !important;
  }
  .site-branding img,
  .site-header .site-logo-img .custom-logo-link img {
    max-width: 60px !important;
    position: relative;
    top: 0.5rem;
  }
  .related-prod {
    padding: 2rem 0 0;
  }
  .ast-header-break-point
    .main-navigation
    .sub-menu
    .sub-menu
    .menu-item
    .menu-link {
    font-size: 0.8rem !important;
    padding: 0 1rem !important;
  }
}

#main select.wcsatt-options-product-dropdown {
  padding-right: 25px!important;
}

.wcsatt-sub-options, .wcsatt-sub-discount {
  display: none!important;
}