@charset "UTF-8";
@media screen and (max-width: 1024px) {
  .single-product .wd-carousel .wd-carousel-wrap {
    display: flex;
  }
  .single-product .wd-carousel .wd-carousel-wrap .wd-carousel-item {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 1024px) {
  .single-product .single-product-content .woocommerce-product-gallery .wd-carousel-wrap {
    display: flex;
  }
  .single-product .single-product-content .woocommerce-product-gallery .wd-carousel-wrap .wd-carousel-item {
    flex: 0 0 100%;
  }
}
.single-product .single-product-content .summary .entry-title {
  font-size: 28px;
  line-height: 60px;
  margin-bottom: 6px;
}
.single-product .single-product-content .summary .woocommerce-product-details__short-description {
  font-family: IRANSansx, sans-serif;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #A09A9D;
  padding-bottom: 32px;
  text-align: justify;
}
.single-product .single-product-content .summary .variations {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #A09A9D;
  padding-bottom: 32px;
}
.single-product .single-product-content .summary .variations tbody {
  width: 100%;
}
.single-product .single-product-content .summary .variations tbody tr {
  display: flex;
  flex-direction: column;
}
.single-product .single-product-content .summary .variations tbody tr:not(:last-child) {
  padding-bottom: 36px;
}
.single-product .single-product-content .summary .variations tbody tr th {
  padding: 0 0 8px;
}
.single-product .single-product-content .summary .variations tbody tr th label {
  font-size: 18px;
}
.single-product .single-product-content .summary .variations tbody tr th label:before {
  content: "انتخاب ";
}
.single-product .single-product-content .summary .variations tbody tr th label:after {
  content: none;
}
.single-product .single-product-content .summary .variations tbody tr td {
  padding: 0;
}
.single-product .single-product-content .summary .variations tbody tr td [data-id*=color] {
  gap: 0;
}
.single-product .single-product-content .summary .variations tbody tr td [data-id*=color] > div {
  padding: 1px;
  --wd-swatch-brd-color: transparent;
}
.single-product .single-product-content .summary .variations tbody tr td [data-id*=size] > div {
  background: #F7F7F7;
  --wd-swatch-brd-color: transparent;
}
.single-product .single-product-content .summary .variations tbody tr td .wd-sizeguide-btn {
  float: left;
}
.single-product .single-product-content .summary .variations tbody tr td .wd-sizeguide-btn a {
  border: 1px solid #000;
  font-size: 16px;
  padding: 12px 44px;
}
.single-product .single-product-content .summary .variations tbody tr td .wd-sizeguide-btn a:before {
  content: none;
}
.single-product .single-product-content .summary .price {
  font-size: 22px;
  font-family: IRANSansx, sans-serif;
}
.single-product .single-product-content .summary .single_variation_wrap {
  max-width: 100%;
}
.single-product .single-product-content .summary .single_variation_wrap .wc-pao-addon-container {
  margin-top: 0;
}
.single-product .single-product-content .summary .single_variation_wrap .wc-pao-addon-container .wc-pao-addon-name {
  display: flex;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}
.single-product .single-product-content .summary .single_variation_wrap .wc-pao-addon-container .wc-pao-addon-name .wc-pao-addon-image-swatch-price {
  display: none;
}
.single-product .single-product-content .summary .single_variation_wrap .wc-pao-addon-container .slick-slide {
  display: flex;
}
.single-product .single-product-content .summary .single_variation_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch {
  margin: 2px;
  width: 100%;
  padding: 0;
}
.single-product .single-product-content .summary .single_variation_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch.selected {
  outline-color: #000000;
}
.single-product .single-product-content .summary .single_variation_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch img {
  width: 100%;
  max-width: 100%;
  max-height: fit-content;
}
.single-product .single-product-content .summary .product-addon-totals {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.single-product .single-product-content .summary .product-addon-totals ul {
  padding: 0;
}
.single-product .single-product-content .summary .product-addon-totals ul li:not(.wc-pao-subtotal-line) {
  display: none;
}
.single-product .single-product-content .summary .product-addon-totals ul li.wc-pao-subtotal-line {
  justify-content: flex-start;
  border-top: 1px solid #A09A9D;
}
.single-product .single-product-content .summary .woocommerce-variation-add-to-cart {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.single-product .single-product-content .summary .delivery-time {
  padding: 12px;
  width: 100%;
  background: #F6F6F6;
  font-size: 18px;
  font-family: IRANSansx, sans-serif;
  text-align: center;
}
.single-product .single-product-content .summary hr {
  max-width: 100%;
  opacity: 1;
  border-bottom-color: #A09A9D;
}
.single-product .single-product-content .summary .wd-wishlist-btn {
  float: right;
  margin: 0;
}
.single-product .single-product-content .summary .wd-wishlist-btn a {
  background: #F6F6F6;
  padding: 12px;
}
.single-product .single-product-content .summary .wd-wishlist-btn a:before, .single-product .single-product-content .summary .wd-wishlist-btn a:after {
  margin: 0;
}
.single-product .single-product-content .summary .wd-wishlist-btn a:after {
  right: calc(50% - 0.5em);
}
.single-product .single-product-content .summary .wd-wishlist-btn a span {
  display: none;
}
.single-product .single-product-content .summary .wd-social-icons {
  float: left;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 20px;
}
.single-product .single-product-content .summary .wd-social-icons .wd-label {
  width: 20px;
  height: 22px;
  overflow: hidden;
  color: transparent;
  position: relative;
}
.single-product .single-product-content .summary .wd-social-icons .wd-label.share-title:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='none'%3E%3Cpath d='M16.6667 15.5502C15.8222 15.5502 15.0667 15.8815 14.4889 16.4006L6.56667 11.8173C6.62222 11.5633 6.66667 11.3092 6.66667 11.0442C6.66667 10.7791 6.62222 10.5251 6.56667 10.2711L14.4 5.73193C15 6.28414 15.7889 6.62651 16.6667 6.62651C18.5111 6.62651 20 5.14659 20 3.31325C20 1.47992 18.5111 0 16.6667 0C14.8222 0 13.3333 1.47992 13.3333 3.31325C13.3333 3.57831 13.3778 3.83233 13.4333 4.08635L5.6 8.6255C5 8.07329 4.21111 7.73092 3.33333 7.73092C1.48889 7.73092 0 9.21084 0 11.0442C0 12.8775 1.48889 14.3574 3.33333 14.3574C4.21111 14.3574 5 14.0151 5.6 13.4629L13.5111 18.0572C13.4556 18.2892 13.4222 18.5321 13.4222 18.7751C13.4222 20.5532 14.8778 22 16.6667 22C18.4556 22 19.9111 20.5532 19.9111 18.7751C19.9111 16.997 18.4556 15.5502 16.6667 15.5502Z' fill='black'/%3E%3C/svg%3E");
  width: 20px;
  height: 22px;
  position: absolute;
}
.single-product .single-product-content .summary .wd-social-icons .wd-social-icon span {
  font-size: 22px;
}
.single-product .product-tabs-wrapper {
  border-bottom: none;
}
.single-product .product-tabs-wrapper .woocommerce-tabs .wd-accordion-item .wd-accordion-title.wd-opener-pos-right {
  flex-direction: row;
}
.single-product .product-tabs-wrapper .woocommerce-tabs .wd-accordion-item .wd-accordion-title.wd-opener-pos-right .wd-accordion-opener {
  font-size: 20px;
}
.single-product .product-tabs-wrapper .woocommerce-tabs .wd-accordion-item .woocommerce-Tabs-panel--description {
  font-size: 16px;
  font-weight: 200;
  font-family: IRANSansX, sans-serif;
  line-height: 30px;
  text-align: justify;
}
.single-product .product-tabs-wrapper .woocommerce-tabs .wd-accordion-item .woocommerce-Tabs-panel--additional_information table tbody tr {
  padding: 16px 0;
  border: none;
}
.single-product .product-tabs-wrapper .woocommerce-tabs .wd-accordion-item .woocommerce-Tabs-panel--additional_information table tbody tr:nth-child(odd) {
  background: #F6F6F6;
}
.single-product .related-and-upsells .wd-carousel-container {
  padding-bottom: 50px;
}
.single-product .related-and-upsells .wd-carousel-container .title {
  justify-content: center;
}
.single-product .related-and-upsells .wd-carousel-container .wd-nav-arrows {
  bottom: -50px;
  top: auto;
  left: 50%;
  transform: translate(-50%);
  gap: 10px;
	direction: rtl;
}
.single-product .related-and-upsells .wd-carousel-container .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner {
  width: 109px;
  height: 16px;
}
.single-product .related-and-upsells .wd-carousel-container .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner:after {
  content: "";
  width: 109px;
  height: 16px;
}
.single-product .related-and-upsells .wd-carousel-container .wd-nav-arrows .wd-btn-arrow.wd-prev .wd-arrow-inner:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='109' height='16' viewBox='0 0 109 16' fill='none'%3E%3Cpath d='M0.5 8H108M108 8L101 15M108 8L101 1' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.single-product .related-and-upsells .wd-carousel-container .wd-nav-arrows .wd-btn-arrow.wd-next .wd-arrow-inner:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='109' height='16' viewBox='0 0 109 16' fill='none'%3E%3Cpath d='M108.5 8H1M1 8L8 15M1 8L8 1' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.single-product .related-and-upsells .wd-carousel-container .wd-nav-arrows .wd-btn-arrow.wd-disabled {
  opacity: 0.4;
}
.single-product .related-and-upsells .wd-carousel-container .wd-nav-pagin-wrap {
  display: none;
}

.wd-sizeguide-table tbody tr td {
  border: 1px solid #D9D9D9;
}

div.quantity {
  flex-direction: row !important;
  border: 1px solid #000;
}
div.quantity input {
  border: none !important;
}

body .mfp-wrap .mfp-container {
  padding: 0;
}
body .mfp-wrap .mfp-container .mfp-content .wd-popup {
  transform: translateX(0);
  margin: 0 auto 0 0;
}

#tiptip_content, .chart-tooltip, .wc_error_tip {
  border-radius: 0;
  background: #000000;
}
#tiptip_content .amount, .chart-tooltip .amount, .wc_error_tip .amount {
  color: #FFFFFF;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  border-bottom-color: #000000;
}

.woodmart-archive-shop .wd-show-sidebar-btn {
  margin-right: 0 !important;
}
.woodmart-archive-shop .wd-show-sidebar-btn.wd-burger-icon > a:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8H16' stroke='black' stroke-width='0.888889'/%3E%3Cpath d='M8 16L8 -3.8743e-07' stroke='black' stroke-width='0.888889'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}
.woodmart-archive-shop .sidebar-container.wd-inited .widget-area {
  padding-block: 0;
}
.woodmart-archive-shop .sidebar-container.wd-inited .widget-area .widget {
  box-shadow: none;
  border: none;
}
.woodmart-archive-shop .sidebar-container.wd-inited .widget-area .widget .widget-title {
  background: transparent;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}
.woodmart-archive-shop .sidebar-container.wd-inited .widget-area .widget .wd-swatches-filter li {
  padding-bottom: 16px;
}
.woodmart-archive-shop .sidebar-container.wd-inited .widget-area .widget .wd-swatches-filter li a .wd-swatch.wd-bg {
  display: none;
}
.woodmart-archive-shop .sidebar-container.wd-inited .widget-area .widget .wd-swatches-filter li .count {
  display: none;
}
.woodmart-archive-shop nav[class*=-pagination] li * {
  font-family: "Optima";
  font-size: 22px;
}
.woodmart-archive-shop nav[class*=-pagination] li .current {
  background: transparent;
  color: #000000;
}
.woodmart-archive-shop nav[class*=-pagination] li .current:before {
  content: "";
  width: 66px;
  height: 1px;
  background: #000;
  margin-left: 8px;
}

.woocommerce-account .woocommerce-my-account-wrapper {
  align-items: start;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-my-account-wrapper {
    padding: 40px;
  }
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-sidebar {
  border: 1px solid #000000;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-sidebar {
    margin-bottom: 40px;
  }
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-sidebar .woocommerce-MyAccount-title {
  display: none;
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-sidebar .mini-profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-sidebar .mini-profile img {
  border-radius: 100px;
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-sidebar .mini-profile span {
  font-weight: 500;
  color: #000000;
  font-size: 16px;
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-sidebar .woocommerce-MyAccount-navigation {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-sidebar .woocommerce-MyAccount-navigation ul li a {
  padding: 10px;
  line-height: normal;
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-sidebar .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #000000;
  color: #FFFFFF;
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-links {
  margin-top: -10px;
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-links a {
  border: 1px solid #000000;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 40px 32px;
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-links a:before {
  margin-bottom: 0 !important;
  font-size: 40px !important;
  color: #000000 !important;
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-links :is(.orders-link, .edit-address-link, .edit-account-link, .customer-logout-link) a:before {
  content: "" !important;
  width: 40px;
  height: 40px;
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-links .orders-link a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5 4.51163C18.3989 4.51163 16.6956 6.19837 16.6956 8.27907V8.71422C17.6375 8.69765 18.6711 8.69766 19.8053 8.69767H21.1947C22.3289 8.69766 23.3625 8.69765 24.3044 8.71422V8.27907C24.3044 6.19837 22.6011 4.51163 20.5 4.51163ZM26.8407 8.82816V8.27907C26.8407 4.81124 24.0019 2 20.5 2C16.9981 2 14.1593 4.81124 14.1593 8.27907V8.82816C13.918 8.84873 13.6848 8.87255 13.4594 8.90012C11.7517 9.10906 10.3439 9.548 9.14796 10.5309C7.95204 11.5138 7.25694 12.8032 6.73485 14.4268C6.22889 16.0003 5.84589 18.0232 5.36444 20.5661L5.32947 20.7508C4.6501 24.3387 4.1147 27.1663 4.01645 29.3955C3.91574 31.6804 4.259 33.5728 5.56058 35.1259C6.86215 36.679 8.67714 37.3618 10.9635 37.6849C13.1941 38 16.0991 38 19.7854 38H21.2145C24.9008 38 27.8059 38 30.0365 37.6849C32.3229 37.3618 34.1379 36.679 35.4394 35.1259C36.741 33.5728 37.0843 31.6804 36.9836 29.3955C36.8853 27.1663 36.3499 24.3388 35.6705 20.7508L35.6356 20.5662C35.1541 18.0232 34.7711 16.0003 34.2651 14.4268C33.7431 12.8032 33.048 11.5138 31.852 10.5309C30.6561 9.548 29.2483 9.10906 27.5406 8.90012C27.3152 8.87255 27.082 8.84873 26.8407 8.82816ZM13.7704 11.3928C12.3238 11.5698 11.4502 11.9027 10.7677 12.4636C10.0853 13.0245 9.59382 13.8135 9.15156 15.1889C8.69864 16.5974 8.3423 18.4673 7.84161 21.1117C7.13869 24.8241 6.63975 27.4758 6.55031 29.505C6.46239 31.4997 6.78546 32.6546 7.51226 33.5219C8.23907 34.3891 9.32585 34.9164 11.3218 35.1984C13.3523 35.4853 16.0761 35.4884 19.8903 35.4884H21.1097C24.9239 35.4884 27.6477 35.4853 29.6782 35.1984C31.6741 34.9164 32.7609 34.3891 33.4877 33.5219C34.2145 32.6546 34.5376 31.4997 34.4497 29.505C34.3603 27.4758 33.8613 24.8241 33.1584 21.1117C32.6577 18.4673 32.3014 16.5974 31.8484 15.1889C31.4062 13.8135 30.9147 13.0245 30.2323 12.4636C29.5498 11.9027 28.6762 11.5698 27.2296 11.3928C25.7481 11.2115 23.8265 11.2093 21.1097 11.2093H19.8903C17.1735 11.2093 15.2519 11.2115 13.7704 11.3928Z' fill='black'/%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-links .edit-address-link a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M20 2C23.9782 2 27.7936 3.56097 30.6066 6.33952C33.4196 9.11806 35 12.8866 35 16.816C35 23.0768 30.5462 29.8997 21.7538 37.3579C21.265 37.7727 20.6416 38.0006 19.9971 38C19.3526 37.9994 18.7297 37.7705 18.2415 37.3549L17.66 36.8564C9.25692 29.5928 5 22.937 5 16.816C5 12.8866 6.58035 9.11806 9.3934 6.33952C12.2064 3.56097 16.0218 2 20 2ZM20 4.27939C16.6338 4.27939 13.4055 5.60021 11.0252 7.95129C8.64491 10.3024 7.30769 13.4911 7.30769 16.816C7.30769 22.1377 11.2277 28.2692 19.1754 35.1378L19.7492 35.6286C19.819 35.6879 19.908 35.7205 20 35.7205C20.092 35.7205 20.181 35.6879 20.2508 35.6286C28.5831 28.5595 32.6923 22.2638 32.6923 16.816C32.6923 15.1697 32.364 13.5395 31.7262 12.0185C31.0883 10.4975 30.1534 9.11542 28.9748 7.95129C27.7962 6.78715 26.397 5.86371 24.8571 5.23369C23.3172 4.60366 21.6668 4.27939 20 4.27939ZM20 11.1176C21.5301 11.1176 22.9975 11.7179 24.0795 12.7866C25.1614 13.8553 25.7692 15.3047 25.7692 16.816C25.7692 18.3274 25.1614 19.7768 24.0795 20.8455C22.9975 21.9141 21.5301 22.5145 20 22.5145C18.4699 22.5145 17.0025 21.9141 15.9205 20.8455C14.8386 19.7768 14.2308 18.3274 14.2308 16.816C14.2308 15.3047 14.8386 13.8553 15.9205 12.7866C17.0025 11.7179 18.4699 11.1176 20 11.1176ZM20 13.3969C19.0819 13.3969 18.2015 13.7572 17.5523 14.3984C16.9032 15.0396 16.5385 15.9092 16.5385 16.816C16.5385 17.7228 16.9032 18.5925 17.5523 19.2337C18.2015 19.8749 19.0819 20.2351 20 20.2351C20.9181 20.2351 21.7985 19.8749 22.4477 19.2337C23.0968 18.5925 23.4615 17.7228 23.4615 16.816C23.4615 15.9092 23.0968 15.0396 22.4477 14.3984C21.7985 13.7572 20.9181 13.3969 20 13.3969Z' fill='black'/%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-links .edit-account-link a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5 3C15.9303 3 12.2258 6.63086 12.2258 11.1098C12.2258 15.5887 15.9303 19.2195 20.5 19.2195C25.0697 19.2195 28.7742 15.5887 28.7742 11.1098C28.7742 6.63086 25.0697 3 20.5 3ZM14.8387 11.1098C14.8387 8.04525 17.3734 5.56098 20.5 5.56098C23.6266 5.56098 26.1613 8.04525 26.1613 11.1098C26.1613 14.1743 23.6266 16.6585 20.5 16.6585C17.3734 16.6585 14.8387 14.1743 14.8387 11.1098Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5 21.7805C16.9476 21.7805 13.6673 22.5842 11.2297 23.9494C8.82903 25.294 7 27.3466 7 29.8902C7 32.4339 8.82903 34.4865 11.2297 35.831C13.6673 37.1963 16.9476 38 20.5 38C24.0524 38 27.3327 37.1963 29.7703 35.831C32.171 34.4865 34 32.4339 34 29.8902C34 27.3466 32.171 25.294 29.7703 23.9494C27.3327 22.5842 24.0524 21.7805 20.5 21.7805ZM9.6129 29.8902C9.6129 28.6622 10.5135 27.3002 12.526 26.173C14.5016 25.0665 17.3181 24.3415 20.5 24.3415C23.6819 24.3415 26.4984 25.0665 28.474 26.173C30.4865 27.3002 31.3871 28.6622 31.3871 29.8902C31.3871 31.1183 30.4865 32.4803 28.474 33.6075C26.4984 34.714 23.6819 35.439 20.5 35.439C17.3181 35.439 14.5016 34.714 12.526 33.6075C10.5135 32.4803 9.6129 31.1183 9.6129 29.8902Z' fill='black'/%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-links .customer-logout-link a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M24.9315 2C22.6416 1.99997 20.7959 1.99994 19.3442 2.19511C17.8371 2.39774 16.5681 2.83124 15.5603 3.8391C14.6813 4.71805 14.2372 5.79818 14.0041 7.06738C13.7775 8.30069 13.7342 9.80999 13.7241 11.6209C13.7202 12.3145 14.2793 12.8798 14.9729 12.8837C15.6664 12.8876 16.2318 12.3285 16.2357 11.6349C16.2459 9.80393 16.2934 8.50611 16.4743 7.52114C16.6487 6.57206 16.9286 6.02273 17.3362 5.61509C17.7996 5.15167 18.4503 4.84953 19.6789 4.68434C20.9437 4.5143 22.6199 4.51163 25.0234 4.51163H26.6978C29.1012 4.51163 30.7775 4.5143 32.0423 4.68434C33.2709 4.84953 33.9215 5.15167 34.3849 5.61509C34.8484 6.07851 35.1505 6.72914 35.3157 7.95778C35.4857 9.22256 35.4884 10.8988 35.4884 13.3023V26.6977C35.4884 29.1012 35.4857 30.7774 35.3157 32.0422C35.1505 33.2709 34.8484 33.9215 34.385 34.3849C33.9215 34.8483 33.2709 35.1505 32.0423 35.3157C30.7775 35.4857 29.1012 35.4884 26.6978 35.4884H25.0234C22.6199 35.4884 20.9437 35.4857 19.6789 35.3157C18.4503 35.1505 17.7996 34.8483 17.3362 34.3849C16.9286 33.9773 16.6487 33.4279 16.4743 32.4789C16.2934 31.4939 16.2459 30.1961 16.2357 28.3651C16.2318 27.6715 15.6664 27.1124 14.9729 27.1163C14.2793 27.1202 13.7202 27.6855 13.7241 28.3791C13.7342 30.19 13.7775 31.6993 14.0041 32.9326C14.2372 34.2018 14.6813 35.2819 15.5603 36.1609C16.5681 37.1688 17.8371 37.6023 19.3442 37.8049C20.7959 38.0001 22.6416 38 24.9315 38H26.7897C29.0796 38 30.9253 38.0001 32.3769 37.8049C33.8841 37.6023 35.1531 37.1688 36.1609 36.1609C37.1688 35.153 37.6023 33.884 37.8049 32.3769C38.0001 30.9252 38 29.0795 38 26.7895V13.2105C38 10.9205 38.0001 9.07478 37.8049 7.62312C37.6023 6.11596 37.1688 4.84696 36.1609 3.8391C35.1531 2.83124 33.8841 2.39774 32.3769 2.19511C30.9253 1.99994 29.0796 1.99997 26.7897 2H24.9315Z' fill='black'/%3E%3Cpath d='M25.023 18.7442C25.7166 18.7442 26.2788 19.3064 26.2788 20C26.2788 20.6936 25.7166 21.2558 25.023 21.2558H6.65056L9.93347 24.0698C10.4601 24.5211 10.521 25.3139 10.0697 25.8405C9.61832 26.3671 8.82553 26.4281 8.29894 25.9767L2.43854 20.9535C2.16019 20.7149 2 20.3666 2 20C2 19.6334 2.16019 19.2851 2.43854 19.0465L8.29894 14.0233C8.82553 13.5719 9.61832 13.6329 10.0697 14.1595C10.521 14.6861 10.4601 15.4789 9.93347 15.9302L6.65056 18.7442H25.023Z' fill='black'/%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-links .wishlist-link a:before {
  font-weight: bold;
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-wishlist-content .wd-social-icons {
  display: none;
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-wishlist-content .wd-products-element .wd-action-btn.wd-style-text > a {
  color: #000 !important;
  opacity: 0.3;
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-wishlist-content .wd-products-element .wd-action-btn.wd-style-text > a:hover {
  opacity: 1;
}
.woocommerce-account .woocommerce-my-account-wrapper .wd-wishlist-content .wd-products-element .wd-action-btn.wd-style-text > a:before {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 0C5.37231 0 0 5.37231 0 12C0 18.6277 5.37231 24 12 24C18.6277 24 24 18.6277 24 12C24 5.37231 18.6277 0 12 0ZM9.88308 8.57846C9.79857 8.48777 9.69666 8.41503 9.58343 8.36458C9.4702 8.31413 9.34797 8.287 9.22403 8.28481C9.10009 8.28262 8.97697 8.30542 8.86203 8.35185C8.74709 8.39828 8.64268 8.46738 8.55503 8.55503C8.46738 8.64268 8.39828 8.74709 8.35185 8.86203C8.30542 8.97697 8.28262 9.10009 8.28481 9.22403C8.287 9.34797 8.31413 9.4702 8.36458 9.58343C8.41503 9.69666 8.48777 9.79857 8.57846 9.88308L10.6954 12L8.57846 14.1169C8.48777 14.2014 8.41503 14.3033 8.36458 14.4166C8.31413 14.5298 8.287 14.652 8.28481 14.776C8.28262 14.8999 8.30542 15.023 8.35185 15.138C8.39828 15.2529 8.46738 15.3573 8.55503 15.445C8.64268 15.5326 8.74709 15.6017 8.86203 15.6482C8.97697 15.6946 9.10009 15.7174 9.22403 15.7152C9.34797 15.713 9.4702 15.6859 9.58343 15.6354C9.69666 15.585 9.79857 15.5122 9.88308 15.4215L12 13.3046L14.1169 15.4215C14.2014 15.5122 14.3033 15.585 14.4166 15.6354C14.5298 15.6859 14.652 15.713 14.776 15.7152C14.8999 15.7174 15.023 15.6946 15.138 15.6482C15.2529 15.6017 15.3573 15.5326 15.445 15.445C15.5326 15.3573 15.6017 15.2529 15.6482 15.138C15.6946 15.023 15.7174 14.8999 15.7152 14.776C15.713 14.652 15.6859 14.5298 15.6354 14.4166C15.585 14.3033 15.5122 14.2014 15.4215 14.1169L13.3046 12L15.4215 9.88308C15.5122 9.79857 15.585 9.69666 15.6354 9.58343C15.6859 9.4702 15.713 9.34797 15.7152 9.22403C15.7174 9.10009 15.6946 8.97697 15.6482 8.86203C15.6017 8.74709 15.5326 8.64268 15.445 8.55503C15.3573 8.46738 15.2529 8.39828 15.138 8.35185C15.023 8.30542 14.8999 8.28262 14.776 8.28481C14.652 8.287 14.5298 8.31413 14.4166 8.36458C14.3033 8.41503 14.2014 8.48777 14.1169 8.57846L12 10.6954L9.88308 8.57846Z' fill='black'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}
.woocommerce-account .woocommerce-my-account-wrapper .addresses {
  gap: 24px;
  flex-wrap: nowrap;
  justify-content: center;
}
.woocommerce-account .woocommerce-my-account-wrapper .addresses > div {
  border: 1px solid var(--BLACK, #000);
  max-width: calc(50% - 24px);
  padding: 24px;
}

.uap-ap-theme-2 .uap-ap-menu {
  background: #000;
}
.uap-ap-theme-2 .uap-ap-menu > ul {
  display: flex;
  justify-content: flex-start;
  background: #000;
}
.uap-ap-theme-2 .uap-ap-menu > ul > li {
  width: auto;
  margin: 0;
  background-color: #000 !important;
  border: 0 !important;
}
.uap-ap-theme-2 .uap-ap-menu > ul > li > a {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.uap-ap-theme-2 .uap-ap-menu > ul > li .uap-ap-menu-tab-item {
  background-color: #000 !important;
  border: 0 !important;
}
.uap-ap-theme-2 .uap-ap-menu > ul > li .uap-ap-menu-tab-item > a {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.uap-user-page-content-wrapper .uap-account-no-box {
  border-radius: 0;
  background: #000;
  color: #FFF;
}
.uap-user-page-content-wrapper .uap-account-no-box .uap-account-no-box-inside {
  font-weight: 500;
}
.uap-user-page-content-wrapper .uap-account-summary-month {
  box-shadow: none;
  border: 1px solid #000;
}
.uap-user-page-content-wrapper .uap-account-summary-month .uap-account-summary-graph-title, .uap-user-page-content-wrapper .uap-account-summary-month .uap-account-summary-month-title {
  color: #000;
}
.uap-user-page-content-wrapper .uap-account-summary-month .uap-account-summary-month-content {
  border-top-color: #000;
}
.uap-user-page-content-wrapper .button-primary {
  padding: 5px 20px !important;
  background: #000 !important;
  color: #FFF !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.woocommerce-account .woocommerce-my-account-wrapper .wd-my-account-links .affiliate-link a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='40' viewBox='0 0 44 40' fill='none'%3E%3Cpath d='M38.6765 21.2989L22.0185 38L5.36047 21.2989C4.26172 20.2166 3.39625 18.9156 2.81856 17.4781C2.24087 16.0405 1.96348 14.4974 2.00385 12.946C2.04422 11.3945 2.40148 9.86836 3.05313 8.46357C3.70478 7.05877 4.6367 5.80578 5.79022 4.78349C6.94374 3.7612 8.29385 2.99176 9.75555 2.52363C11.2173 2.05549 12.7589 1.8988 14.2833 2.06342C15.8078 2.22805 17.2821 2.71041 18.6133 3.48015C19.9446 4.24989 21.104 5.29032 22.0185 6.53593C22.937 5.29936 24.0977 4.26802 25.4281 3.50645C26.7584 2.74488 28.2297 2.26949 29.7499 2.11001C31.2701 1.95053 32.8064 2.11041 34.2628 2.57963C35.7191 3.04886 37.0641 3.81734 38.2136 4.83696C39.363 5.85659 40.2922 7.10542 40.943 8.50529C41.5937 9.90516 41.952 11.4259 41.9955 12.9724C42.039 14.5189 41.7666 16.0579 41.1955 17.4929C40.6244 18.928 39.7669 20.2283 38.6765 21.3124' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.0185 6.52344L14.7045 13.9274C14.2881 14.349 14.0542 14.9208 14.0542 15.517C14.0542 16.1132 14.2881 16.685 14.7045 17.1066L15.9105 18.3275C17.4431 19.8789 19.9307 19.8789 21.4632 18.3275L23.6843 16.0791C25.0097 14.7374 26.8073 13.9837 28.6817 13.9837C30.5561 13.9837 32.3537 14.7374 33.6791 16.0791L38.6765 21.138' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.129 27.8828L27.5712 32.3796' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.6817 22.2617L33.1238 26.7585' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  content: "";
  width: 40px;
  height: 36px;
  background-size: cover;
}

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