@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 400;
  src: url("../font/Dana-FaNum-Regular.ttf") format("woff");
}
@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 500;
  src: url("../font/Dana-FaNum-Medium.ttf") format("woff");
}
@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 600;
  src: url("../font/Dana-FaNum-DemiBold.ttf") format("woff");
}
@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 700;
  src: url("../font/Dana-FaNum-Bold.ttf") format("woff");
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
a,
input,
ul,
li,
button,
textarea {
  font-family: "dana" !important;
}

body {
  font-family: "dana" !important;
}

/**main colore**/
/** break point **/
/** general style **/
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

.mainView {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1310px) {
  .mainView {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mainView2 {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:visited {
  text-decoration: none;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
  display: none;
}

.my-account-dashboard {
  display: flex;
  padding-top: 4em !important;
  padding-bottom: 4em !important;
  background-color: white;
}
@media (max-width: 768px) {
  .my-account-dashboard {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
    flex-wrap: wrap;
  }
}

.woocommerce-account .danidorFooterParent {
  display: none !important;
}
.woocommerce-account .UserMenuOpen {
  display: none;
  gap: 10px;
  font-size: 15px;
  background: #e3c20e;
  padding: 1em;
  border-radius: 10px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s var(--ease2);
  width: 100%;
  display: flex !important;
  justify-content: center;
  height: 44px;
  align-items: center;
  font-weight: 600;
}
.woocommerce-account .UserMenuOpen svg {
  transition: all 0.3s var(--ease2);
}
.woocommerce-account .UserMenuOpen:hover {
  background-color: rgb(171.0309278351, 126.5628865979, 50.1690721649);
}
.woocommerce-account .UserMenuOpen:hover svg {
  transform: scale(1.1);
}
@media (max-width: 1000px) {
  .woocommerce-account .UserMenuOpen {
    display: flex;
  }
}

.sidebar {
  width: 20%;
  padding: 20px;
  background: #fafafa;
  border-radius: 24px;
  height: -moz-max-content;
  height: max-content;
  position: sticky;
  height: 100%;
  top: 100px;
}
.sidebar .closeSidebar {
  display: none;
  position: fixed;
  left: 20px;
  top: 26px;
  border-radius: 50px;
  border: none;
  background-color: #e3c20e;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.sidebar .closeSidebar:hover {
  background-color: rgb(192.95, 164.9, 11.9);
}
@media (max-width: 1000px) {
  .sidebar .closeSidebar {
    display: flex;
  }
}
@media (max-width: 1260px) {
  .sidebar {
    width: 30%;
  }
}
@media (max-width: 1000px) {
  .sidebar {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.51);
    padding: 20px;
    overflow-y: auto;
    margin: 0;
    width: 100%;
    z-index: 99999;
    -webkit-backdrop-filter: blur(9px);
            backdrop-filter: blur(9px);
  }
}

.user-info {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.user-info img {
  border-radius: 50%;
  border: 1px solid #4d4d4d;
  max-width: 100%;
}
@media (max-width: 1000px) {
  .user-info img {
    width: 20%;
  }
}

.account-navigation {
  list-style: none;
  padding: 0;
  margin: 20px auto !important;
}
.account-navigation .UserNames {
  margin: 0;
  padding: 8px 0;
  font-weight: 600;
  color: #d3ac69;
  letter-spacing: 0.4px;
  line-height: 1.8em;
}

.account-navigation li {
  margin-bottom: 10px;
}

.page-template-my-account-woo .site-footer.FooterBuff .FooterParentsAll .TopFooter {
  display: none;
}

.account-navigation li a {
  text-decoration: none;
  color: #313131;
  display: block;
  padding: 10px;
  background: rgb(248.4, 242.55, 232.5) !important;
  border-radius: 10px;
  transition: all var(--ease2) 0.3s;
  text-align: center;
}
.account-navigation li a:hover {
  background: #e3c20e !important;
  color: #fff !important;
}
@media (max-width: 768px) {
  .account-navigation li a {
    color: #fff !important;
    background: #e3c20e !important;
  }
  .account-navigation li a:hover {
    background-color: rgb(204.3, 174.6, 12.6);
    color: #eee;
  }
}

.dashboard-content {
  flex-grow: 1;
  padding: 20px 25px 20px 50px;
  height: -moz-max-content !important;
  height: max-content !important;
  margin: auto;
}
@media (max-width: 768px) {
  .dashboard-content {
    width: 100%;
    padding: 20px;
  }
}
.dashboard-content .TopHedAccount {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  border-right: 3px solid #d3ac69;
  font-size: 15px;
  color: #323232;
  font-weight: 500;
  padding: 11px;
  border-radius: 7px;
}
@media (max-width: 768px) {
  .dashboard-content .TopHedAccount {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
  }
}
.dashboard-content .TopHedAccount a.SendAdds {
  margin-right: auto;
  background: #d3ac69;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 8px;
  font-weight: 400;
  padding: 5px 20px;
  border-radius: 5px;
  line-height: 2em;
  position: relative;
  transition: all ease-in 0.3s;
}
@media (max-width: 768px) {
  .dashboard-content .TopHedAccount a.SendAdds {
    padding: 3px 12px;
    font-size: 12px;
  }
}
.dashboard-content .TopHedAccount a.SendAdds svg {
  transition: all ease-in 0.3s;
}
.dashboard-content .TopHedAccount a.SendAdds:hover {
  background: #d3ac69;
}
.dashboard-content .TopHedAccount a.SendAdds:hover svg {
  transform: rotateZ(180deg);
}

.Wel {
  font-size: 14px;
  color: #323232;
  margin: 0;
  background: #fafafa;
  text-align: center;
  padding: 1.2em;
  width: -moz-max-content;
  width: max-content;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .Wel {
    text-align: center;
    width: 100%;
    margin-top: 1em;
  }
}
.Wel span {
  font-weight: 700;
  color: #e3c20e;
}

.dashboard-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .dashboard-overview {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dashboard-overview .BoxOrderTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 12px;
  background: #ffffff !important;
  border-radius: 16px;
  border: 1px solid #f2f2f3;
}
.dashboard-overview .BoxOrderTop .IconInner span {
  background: #f6d000;
  width: 50px;
  display: block;
  height: 50px;
  border-radius: 50px;
  position: relative;
}
.dashboard-overview .BoxOrderTop .IconInner span svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.dashboard-overview .BoxOrderTop .IconInner span svg path {
  stroke: #fff;
}
.dashboard-overview .BoxOrderTop .InnerBox p {
  margin: 0;
}
.dashboard-overview .BoxOrderTop .InnerBox p:first-of-type {
  font-weight: 600;
  font-size: 16.5px;
  color: #bd8c37;
  line-height: 1.8em;
}
@media (max-width: 1260px) {
  .dashboard-overview .BoxOrderTop .InnerBox p:first-of-type {
    font-size: 14.5px;
  }
}
@media (max-width: 768px) {
  .dashboard-overview .BoxOrderTop .InnerBox p:first-of-type {
    font-size: 14px !important;
    line-height: 2.2em !important;
  }
}
.dashboard-overview .BoxOrderTop .InnerBox p:last-of-type {
  font-size: 14.5px;
  font-weight: 500;
  color: #707070;
}
@media (max-width: 1260px) {
  .dashboard-overview .BoxOrderTop .InnerBox p:last-of-type {
    font-size: 13.5px;
  }
}
@media (max-width: 768px) {
  .dashboard-overview .BoxOrderTop .InnerBox p:last-of-type {
    font-size: 13px !important;
    line-height: 2em !important;
  }
}
@media (max-width: 1000px) {
  .dashboard-overview .BoxOrderTop {
    width: 100%;
    margin: 0px auto;
  }
}

.ParentWooAccount .woocommerce-MyAccount-navigation {
  display: none;
}

fieldset {
  border-radius: 16px;
}

.shop_table.subscription_details {
  table-layout: auto !important;
}

.ParentWooAccount .woocommerce-MyAccount-content {
  width: 100% !important;
  font-size: 14px;
  padding: 25px 14px;
  border-radius: 16px;
  background: #ffffff;
  color: #212121;
  border: 1px solid #f2f2f3;
  line-height: 2.5em;
  text-align: justify;
}
.ParentWooAccount .woocommerce-MyAccount-content a {
  color: #68696e;
}
@media (max-width: 480px) {
  .ParentWooAccount .woocommerce-MyAccount-content {
    font-size: 12.5px;
  }
}
.ParentWooAccount .woocommerce-MyAccount-content form .form-row label {
  padding: 5px 10px !important;
}

.mainHeadingSite.mtExtra {
  display: none;
}

.my-account-dashboard {
  padding-bottom: 10em !important;
}/*# sourceMappingURL=bahar.css.map */