@charset "UTF-8";
/**main colore**/
/** break point **/
.mainView {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .mainView {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  .mainView {
    padding-left: 16px;
    padding-right: 16px;
  }
}

html {
  scroll-behavior: smooth;
}

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

:root {
  --ease1: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  --ease2: cubic-bezier(0.5, 1, 0.89, 1);
}

body.archive .c-footer {
  margin-top: 4.5em;
}

.stock.out-of-stock {
  text-align: center;
}

.order-again {
  display: none;
}

.c-dashboard .woocommerce table,
.woocommerce-order-received table {
  padding-bottom: 1em;
  background: #f9f9f9;
}

.c-categories {
  margin: 2.15rem 0 5.625rem !important;
}
@media (max-width: 768px) {
  .c-categories {
    margin: 1.05rem 0 5rem !important;
  }
}

.c-categories__title {
  font-size: 2.65em !important;
}
@media (max-width: 768px) {
  .c-categories__title {
    font-size: 1.35rem !important;
  }
}

@media (max-width: 768px) {
  .c-hero-grid .c-hero__main {
    max-height: 170px !important;
    min-height: 170px !important;
  }
}

.txtboxSec .c-header__nav__btns.js-header-nav-btns-mobile {
  display: flex !important;
  justify-content: center;
  padding-top: 4em;
}
.txtboxSec .o-mini-cart {
  display: none !important;
}

.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
  width: 100%;
}

.woocommerce-button.button {
  white-space: nowrap;
}

.woocommerce-notices-wrapper {
  max-width: 1000px;
  margin: auto;
}
.woocommerce-notices-wrapper ul.woocommerce-error > li {
  width: 100%;
  display: flex;
}

.customTitleHome {
  margin: 0 auto;
  color: #212121;
  font-weight: 700;
  font-size: clamp(1.5rem, 0.9623rem + 2.2642vw, 3rem);
  text-align: center;
  max-width: 900px;
  line-height: 1.9em;
}

.TitlePagesIntro {
  margin: 0;
  font-size: 40px;
  margin: auto;
  height: 48px;
  max-width: 850px;
  text-align: center;
  line-height: 1.9em;
  font-weight: 700;
  color: #212121;
}
@media (max-width: 768px) {
  .TitlePagesIntro {
    font-size: 24px;
    height: 0;
  }
}
@media (max-width: 480px) {
  .TitlePagesIntro {
    font-size: 20px;
  }
}
.TitlePagesIntro:after {
  content: "|";
  margin-left: 4px;
  animation: blink 1s infinite;
}
@media (max-width: 1080px) {
  .TitlePagesIntro {
    font-size: 48px;
    max-width: 100%;
    height: 130px;
  }
}
@media (max-width: 768px) {
  .TitlePagesIntro {
    font-size: 26px;
    height: 60px;
  }
}

@keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.woocommerce-error {
  color: #fff !important;
}
.woocommerce-error > li > .button.wc-forward {
  color: #fff !important;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error {
  color: #4d4d4d;
  padding: 1em;
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward,
.woocommerce-notices-wrapper .woocommerce-error .button.wc-forward {
  background: none !important;
  color: #4d4d4d !important;
  font-size: clamp(0.8125rem, 0.7677rem + 0.1887vw, 0.9375rem) !important;
  padding: 0 !important;
  font-weight: 400 !important;
  border: none !important;
  transition: all ease-in 0.3s;
  margin-right: auto !important;
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward:hover,
.woocommerce-notices-wrapper .woocommerce-error .button.wc-forward:hover {
  color: #8f8f8f !important;
}

ins {
  background: none !important;
}

.payamava-otp__form_title {
  font-family: IRANSansXFaNum !important;
}

.wc-block-components-button.wp-element-button.wc-block-mini-cart__footer-checkout.wp-block-woocommerce-mini-cart-checkout-button-block {
  background-color: #d2ab67;
  transition: all ease-in-out 0.4s;
  color: #fff;
  border-radius: 8px;
}
.wc-block-components-button.wp-element-button.wc-block-mini-cart__footer-checkout.wp-block-woocommerce-mini-cart-checkout-button-block:hover {
  background-color: rgb(199.2753807107, 150.9807106599, 66.7746192893);
}

.wc-block-components-button.wp-element-button.wc-block-mini-cart__footer-cart.is-style-outline.wp-block-woocommerce-mini-cart-cart-button-block {
  background-color: #1b1464;
  transition: all ease-in-out 0.4s;
  color: #fff;
  border: none !important;
  border-radius: 8px;
}
.wc-block-components-button.wp-element-button.wc-block-mini-cart__footer-cart.is-style-outline.wp-block-woocommerce-mini-cart-cart-button-block:hover {
  background-color: rgb(46.305, 34.3, 171.5);
}

.wc-block-mini-cart__title.wp-block-woocommerce-mini-cart-title-block {
  font-size: clamp(1rem, 0.8656rem + 0.566vw, 1.375rem);
  color: #1b1464;
}

.wc-block-components-button.wp-element-button.wc-block-mini-cart__shopping-button.wp-block-woocommerce-mini-cart-shopping-button-block {
  line-height: 1.245rem;
  font-weight: 500;
  color: #fff !important;
  background-color: #d2ab67 !important;
  border: 0;
  border-radius: 1rem;
  text-decoration: none;
  padding: 1rem 2rem;
  transition: 0.2s ease;
  font-size: clamp(0.875rem, 0.8302rem + 0.1887vw, 1rem);
}
.wc-block-components-button.wp-element-button.wc-block-mini-cart__shopping-button.wp-block-woocommerce-mini-cart-shopping-button-block:hover {
  background-color: #1b1464 !important;
}

.wc-block-components-button.wp-element-button.wc-block-components-drawer__close.contained {
  outline: none !important;
  box-shadow: none !important;
  color: #d2ab67 !important;
  transition: all ease-in 0.4s;
}
.wc-block-components-button.wp-element-button.wc-block-components-drawer__close.contained:hover {
  color: rgb(193.2020304569, 143.6304568528, 57.1979695431);
}

.wc-block-mini-cart__empty-cart-wrapper {
  text-align: center;
}

.wp-block-woocommerce-mini-cart-products-table-block.wc-block-mini-cart__products-table .wc-block-cart-items__row {
  border-bottom: 1px solid #f5eee1 !important;
}
.wp-block-woocommerce-mini-cart-products-table-block.wc-block-mini-cart__products-table .wc-block-cart-items__row:hover .wc-block-components-product-name {
  color: #d2ab67 !important;
}
.wp-block-woocommerce-mini-cart-products-table-block.wc-block-mini-cart__products-table .wc-block-cart-items__row .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
  font-weight: 500;
}
.wp-block-woocommerce-mini-cart-products-table-block.wc-block-mini-cart__products-table .wc-block-cart-items__row .wc-block-components-product-badge {
  font-size: 0.65em !important;
  color: #1b1464 !important;
}
.wp-block-woocommerce-mini-cart-products-table-block.wc-block-mini-cart__products-table .wc-block-cart-items__row .wc-block-components-product-metadata__description,
.wp-block-woocommerce-mini-cart-products-table-block.wc-block-mini-cart__products-table .wc-block-cart-items__row .wc-block-cart-item__prices {
  display: none !important;
}
.wp-block-woocommerce-mini-cart-products-table-block.wc-block-mini-cart__products-table .wc-block-cart-items__row .wc-block-components-product-name {
  color: #212121 !important;
  margin: 0 !important;
  line-height: 1.8em;
  font-size: 15px !important;
  font-weight: 500;
}
@media (max-width: 768px) {
  .wp-block-woocommerce-mini-cart-products-table-block.wc-block-mini-cart__products-table .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 14px;
  }
}
.wp-block-woocommerce-mini-cart-products-table-block.wc-block-mini-cart__products-table .wc-block-cart-items__row .wc-block-cart-item__remove-link {
  margin: auto;
  color: #4d4d4d !important;
  transition: all ease-in-out 0.4s;
}
.wp-block-woocommerce-mini-cart-products-table-block.wc-block-mini-cart__products-table .wc-block-cart-items__row .wc-block-cart-item__remove-link:hover {
  color: #d2ab67 !important;
}
.wp-block-woocommerce-mini-cart-products-table-block.wc-block-mini-cart__products-table .wc-block-cart-items__row .wc-block-components-product-metadata {
  color: #4d4d4d;
  font-size: 12px;
  line-height: 1.8em;
}
.wp-block-woocommerce-mini-cart-products-table-block.wc-block-mini-cart__products-table .wc-block-cart-items__row .wc-block-components-product-details {
  padding: 0 !important;
  margin: 0 !important;
  list-style: circle !important;
}
.wp-block-woocommerce-mini-cart-products-table-block.wc-block-mini-cart__products-table .wc-block-cart-items__row .wc-block-cart-item__image img {
  border-radius: 8px;
}

li.product.type-product {
  background-color: #faf7f0;
  border-radius: 8px;
  padding: 16px;
  padding-bottom: 24px;
  height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
li.product.type-product .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: flex;
  outline: none !important;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
li.product.type-product:hover .woocommerce-loop-product__title {
  color: #1b1464;
}
li.product.type-product:hover .product-image-wrap > img {
  transform: scale(1.08);
}
li.product.type-product .CustomAddToCartLoop {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  transition: all var(--ease2) 0.4s;
  font-size: 14.5px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  line-height: 2em;
  border-radius: 6px;
  width: 98%;
  background-color: #d2ab67;
}
li.product.type-product .CustomAddToCartLoop svg {
  transition: all var(--ease2) 0.4s;
}
li.product.type-product .CustomAddToCartLoop:hover {
  background-color: #1b1464;
  color: #fff;
}
li.product.type-product .CustomAddToCartLoop:hover svg {
  transform: scale(1.05) rotateY(180deg);
}
li.product.type-product .CustomStock {
  text-align: center;
  color: #d2ab67;
  font-size: 22px;
  font-weight: 500;
}
li.product.type-product .price {
  display: flex;
  align-items: center;
  color: #d2ab67;
  justify-content: center;
  gap: 0.5em;
}
li.product.type-product .price .woocommerce-Price-currencySymbol {
  font-size: 14px;
  font-weight: 300;
}
li.product.type-product .price del {
  text-decoration-color: #d9c3ab;
}
li.product.type-product .price del bdi {
  font-size: 18px;
  color: #d9c3ab;
  font-weight: 500;
}
li.product.type-product .price ins {
  background: transparent !important;
}
li.product.type-product .price bdi {
  font-size: 20px;
  font-weight: 500;
  color: #d2ab67;
  transition: all var(--ease2) 0.4s;
}
li.product.type-product .woocommerce-loop-product__title {
  margin: 0;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  font-weight: 500;
  transition: all var(--ease2) 0.4s;
  color: #212121;
}
li.product.type-product .product-image-wrap {
  display: flex;
  align-items: center;
  height: 290px;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
}
li.product.type-product .product-image-wrap > img {
  border-radius: 6px;
  max-height: 295px;
  height: 295px;
  width: 100%;
  transition: all var(--ease2) 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
li.product.type-product .product-image-wrap .FasihiGoldImgProduct {
  width: -moz-max-content !important;
  width: max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}

.payamProductArchive li.product.type-product {
  width: 100% !important;
  margin: 0 !important;
}

.woocommerce-products-header__title.page-title {
  text-align: center;
  line-height: 2em;
  margin: 0 !important;
  padding-bottom: 1.2em;
  color: #212121;
  font-size: 28px !important;
  font-weight: 600 !important;
}
@media (max-width: 768px) {
  .woocommerce-products-header__title.page-title {
    padding-bottom: 0.7em;
    font-size: 22px;
  }
}

label {
  font-size: 14px;
  color: rgb(38.1888, 36.6912, 36.6912);
}

.single-product div.product .woocommerce-product-gallery {
  overflow: hidden;
}

.woocommerce-order-details tfoot td .order-actions-button {
  margin: 0 4px !important;
}

.site input[type=text], .site input[type=email], .site input[type=tel] {
  font-family: "KalamehWebFaNum" !important;
  border: 1px solid #f5eee1 !important;
  background-color: #fff !important;
  border-radius: 8px !important;
  height: 70px !important;
  border-color: #f5eee1 !important;
  padding: 20px !important;
  font-size: 14px;
  font-weight: 400;
  color: #212121 !important;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .site input[type=text], .site input[type=email], .site input[type=tel] {
    font-size: 13.5px !important;
  }
}
.site input[type=text]::-webkit-input-placeholder, .site input[type=email]::-webkit-input-placeholder, .site input[type=tel]::-webkit-input-placeholder {
  font-family: "KalamehWebFaNum" !important;
  color: #a1a1a6;
}
.site input[type=text]:-moz-placeholder, .site input[type=email]:-moz-placeholder, .site input[type=tel]:-moz-placeholder {
  font-family: "KalamehWebFaNum" !important;
  color: #a1a1a6;
}
.site input[type=text]::-moz-placeholder, .site input[type=email]::-moz-placeholder, .site input[type=tel]::-moz-placeholder {
  font-family: "KalamehWebFaNum" !important;
  color: #a1a1a6;
}
.site input[type=text]:-ms-input-placeholder, .site input[type=email]:-ms-input-placeholder, .site input[type=tel]:-ms-input-placeholder {
  font-family: "KalamehWebFaNum" !important;
  color: #a1a1a6;
}
.site input[type=text]:focus, .site input[type=email]:focus, .site input[type=tel]:focus {
  outline: none;
}
.site input[type=submit] {
  border: none;
  background-color: #d2ab67 !important;
  display: flex !important;
  width: 100% !important;
  border-radius: 8px !important;
  font-size: 14.5px !important;
  font-family: "KalamehWebFaNum" !important;
  cursor: pointer !important;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff !important;
  font-weight: 700 !important;
  transition: all ease-in-out 0.3s !important;
  height: 60px !important;
  outline: none !important;
  box-shadow: none !important;
}
.site input[type=submit]:hover {
  background-color: #1b1464 !important;
}
.site textarea {
  border: none;
  background-color: rgb(252.215, 250.655, 247.935);
  display: block;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
  padding: 20px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 400;
  border: 1px solid #f5eee1;
  font-family: "KalamehWebFaNum" !important;
  resize: none;
}
.site textarea::-webkit-input-placeholder {
  font-family: "KalamehWebFaNum" !important;
  color: #a1a1a6;
}
.site textarea:-moz-placeholder {
  font-family: "KalamehWebFaNum" !important;
  color: #a1a1a6;
}
.site textarea::-moz-placeholder {
  font-family: "KalamehWebFaNum" !important;
  color: #a1a1a6;
}
.site textarea:-ms-input-placeholder {
  font-family: "KalamehWebFaNum" !important;
  color: #a1a1a6;
}
.site textarea:focus {
  outline: none;
}

.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  margin: 0;
}
@media (max-width: 1440px) {
  .products.columns-4 {
    grid-row-gap: 16px;
  }
}
@media (max-width: 1260px) {
  .products.columns-4 {
    grid-column-gap: 12px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .products.columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products.columns-4::before {
  display: none !important;
}

.products.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  margin: 0;
  padding-top: 1.1em !important;
}
@media (max-width: 1440px) {
  .products.columns-3 {
    grid-row-gap: 16px;
  }
}
@media (max-width: 1260px) {
  .products.columns-3 {
    grid-column-gap: 12px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .products.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products.columns-3::before {
  display: none !important;
}

.products.columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0;
  padding-top: 2em !important;
}
@media (max-width: 1080px) {
  .products.columns-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media (max-width: 480px) {
  .products.columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products.columns-2::before {
  display: none !important;
}

.prev.page-numbers,
.next.page-numbers,
.rightArrow,
.leftArrow {
  width: -moz-max-content !important;
  width: max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  border: none !important;
  background: none !important;
}

ul.page-numbers {
  list-style: none;
}

.woocommerce-pagination ul.page-numbers li span,
.woocommerce-pagination ul.page-numbers li a {
  width: 56px;
  height: 56px;
  border: 1px solid #f5eee1;
  transition: all 0.3s var(--ease2);
  font-size: 24px !important;
  font-weight: 400 !important;
  display: flex !important;
  align-items: center;
  background-color: #faf7f0;
  justify-content: center;
  border-radius: 8px;
  color: #d2ab67 !important;
  display: flex !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .woocommerce-pagination ul.page-numbers li span,
  .woocommerce-pagination ul.page-numbers li a {
    width: 32px;
    height: 32px;
    transition: all 0.3s var(--ease2);
    font-size: 16px !important;
  }
}
.woocommerce-pagination ul.page-numbers li span:hover,
.woocommerce-pagination ul.page-numbers li a:hover {
  color: #1b1464 !important;
  scale: 0.9;
}

.woocommerce-pagination {
  display: flex;
  align-items: center;
  padding: 85px 0;
  justify-content: center;
}
@media (max-width: 768px) {
  .woocommerce-pagination {
    padding: 40px 0;
  }
}
.woocommerce-pagination ul.page-numbers {
  display: flex !important;
  border: none !important;
  gap: 16px;
  align-items: center;
  padding: 0 !important;
}
.woocommerce-pagination ul.page-numbers li {
  border-color: #1b1464;
  border-left: none !important;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  color: #fff !important;
  background: #1b1464 !important;
}

#ajax-products-wrapper.loading {
  pointer-events: none;
  position: relative;
}
#ajax-products-wrapper.loading::before {
  opacity: 1;
  visibility: visible;
}
#ajax-products-wrapper.loading .loader {
  opacity: 1;
  position: fixed;
  top: 0;
  z-index: 2;
  left: 0;
  visibility: visible;
  right: 0;
  bottom: 0;
  margin: auto;
  scale: 2;
}

#ajax-products-wrapper::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.46);
  left: 0;
  right: 0;
  z-index: 2;
  backdrop-filter: blur(4px);
  bottom: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
#ajax-products-wrapper .loader {
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
}

.TopParentShopOptioons {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .TopParentShopOptioons {
    gap: 12px;
  }
}

.shopSortOptions.post-filters .shopSortFilterItem {
  font-size: 16px;
  transition: all 0.3s var(--ease2);
  color: #212121;
}
@media (max-width: 1440px) {
  .shopSortOptions.post-filters .shopSortFilterItem {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .shopSortOptions.post-filters .shopSortFilterItem {
    font-size: 13px;
  }
}
.shopSortOptions.post-filters .shopSortFilterItem:hover {
  color: #1b1464;
}

.shopSortFilterItem.shopSortFilterItemActive {
  color: #1b1464 !important;
}

.wp-block-woocommerce-product-filter-attribute.open .wp-block-heading,
.wp-block-woocommerce-product-filter-taxonomy.open .wp-block-heading,
.wp-block-woocommerce-product-filter-price.open .wp-block-heading {
  color: #1b1464 !important;
}
.wp-block-woocommerce-product-filter-attribute.open .wp-block-woocommerce-product-filter-checkbox-list,
.wp-block-woocommerce-product-filter-attribute.open .wp-block-woocommerce-product-filter-chips,
.wp-block-woocommerce-product-filter-attribute.open > div,
.wp-block-woocommerce-product-filter-taxonomy.open .wp-block-woocommerce-product-filter-checkbox-list,
.wp-block-woocommerce-product-filter-taxonomy.open .wp-block-woocommerce-product-filter-chips,
.wp-block-woocommerce-product-filter-taxonomy.open > div,
.wp-block-woocommerce-product-filter-price.open .wp-block-woocommerce-product-filter-checkbox-list,
.wp-block-woocommerce-product-filter-price.open .wp-block-woocommerce-product-filter-chips,
.wp-block-woocommerce-product-filter-price.open > div {
  height: auto !important;
  opacity: 1 !important;
  margin-top: 1.5em !important;
  visibility: visible !important;
}

.wc-block-product-filters__overlay-dialog .wc-block-product-filters__overlay-content > p {
  display: none;
}

.payamProductArchive .wc-block-product-filter-price-slider__content {
  position: relative;
}

.payamProductArchive .wc-block-product-filter-price-slider__content::before {
  position: absolute;
  content: "تـا";
  left: 0;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  bottom: 1.2em;
  font-size: 12px;
  font-weight: 700;
  color: #7f7f7f;
}

.payamProductArchive .wc-block-product-filter-price-slider .text input[type=text] {
  max-width: 120px !important;
  padding: 0 !important;
  text-align: center;
  height: 56px !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: #68696e !important;
}

#stock-filter-form,
#sale-filter-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f5eee1;
  width: 100%;
  padding-bottom: 1.5em;
}
#stock-filter-form .stock-label,
#sale-filter-form .stock-label {
  font-size: 16px;
  font-weight: 500;
  color: #020014 !important;
}
#stock-filter-form .switch,
#sale-filter-form .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
#stock-filter-form .switch input,
#sale-filter-form .switch input {
  display: none;
}
#stock-filter-form .slider,
#sale-filter-form .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5eee1;
  transition: 0.4s;
  border-radius: 4px;
}
#stock-filter-form .slider:before,
#sale-filter-form .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 0;
  top: 0;
  transform: translateX(2px);
  margin: auto;
  background-color: #1b1464;
  transition: 0.4s;
  border-radius: 2px;
}
#stock-filter-form input:checked + .slider::before,
#sale-filter-form input:checked + .slider::before {
  background-color: #d2ab67;
}
#stock-filter-form input:checked + .slider,
#sale-filter-form input:checked + .slider {
  background-color: #f5eee1; /* رنگ دلخواه (مثلاً قرمز) */
}
#stock-filter-form input:checked + .slider:before,
#sale-filter-form input:checked + .slider:before {
  transform: translateX(18px);
}

.wc-block-product-filter-checkbox-list__label {
  font-size: 15px !important;
  line-height: 1.9em;
  cursor: pointer;
}
.wc-block-product-filter-checkbox-list__label .wc-block-product-filter-checkbox-list__count {
  font-size: 12px;
  color: #4d4d4d !important;
}

@media (max-width: 768px) {
  .c-dashboard .order_item .product-name .wc-item-meta li {
    font-size: 14px !important;
  }
}

mark,
ins {
  background: none !important;
}

.wp-block-woocommerce-product-filter-attribute:last-of-type .wp-block-heading,
.wp-block-woocommerce-product-filter-taxonomy:last-of-type .wp-block-heading,
.wp-block-woocommerce-product-filter-price:last-of-type .wp-block-heading {
  border-bottom: none !important;
}
.wp-block-woocommerce-product-filter-attribute .wp-block-heading,
.wp-block-woocommerce-product-filter-taxonomy .wp-block-heading,
.wp-block-woocommerce-product-filter-price .wp-block-heading {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
  margin: 0 !important;
  transition: all 0.4s var(--ease2);
  font-size: 16px;
  font-weight: 500;
  color: #020014 !important;
  position: relative;
}
.wp-block-woocommerce-product-filter-attribute .wp-block-heading:hover,
.wp-block-woocommerce-product-filter-taxonomy .wp-block-heading:hover,
.wp-block-woocommerce-product-filter-price .wp-block-heading:hover {
  color: #1b1464 !important;
}
.wp-block-woocommerce-product-filter-attribute .wp-block-heading::before,
.wp-block-woocommerce-product-filter-taxonomy .wp-block-heading::before,
.wp-block-woocommerce-product-filter-price .wp-block-heading::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.965 8 3.26-3.26a.377.377 0 0 0 0-.53.377.377 0 0 0-.53 0l-3.26 3.26c-.24.24-.63.24-.87 0l-3.26-3.26a.377.377 0 0 0-.53 0 .377.377 0 0 0 0 .53L5.035 8a1.363 1.363 0 0 0 1.93 0' fill='%23020014'/%3E%3C/svg%3E");
  left: 0;
}
.wp-block-woocommerce-product-filter-attribute .wp-block-woocommerce-product-filter-checkbox-list,
.wp-block-woocommerce-product-filter-attribute .wp-block-woocommerce-product-filter-chips,
.wp-block-woocommerce-product-filter-attribute > div,
.wp-block-woocommerce-product-filter-taxonomy .wp-block-woocommerce-product-filter-checkbox-list,
.wp-block-woocommerce-product-filter-taxonomy .wp-block-woocommerce-product-filter-chips,
.wp-block-woocommerce-product-filter-taxonomy > div,
.wp-block-woocommerce-product-filter-price .wp-block-woocommerce-product-filter-checkbox-list,
.wp-block-woocommerce-product-filter-price .wp-block-woocommerce-product-filter-chips,
.wp-block-woocommerce-product-filter-price > div {
  min-height: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s var(--ease2);
}

@media (max-width: 768px) {
  .c-dashboard .woocommerce table,
  .woocommerce-order-received table {
    padding-bottom: 1em;
  }
}

@media (max-width: 768px) {
  .c-dashboard .woocommerce tbody td,
  .woocommerce-order-received tbody td {
    font-size: 14px !important;
  }
}

.SideBarShopCustom .wp-block-details.is-layout-flow.wp-block-details-is-layout-flow {
  padding-right: 0 !important;
}
@media (max-width: 601px) {
  .SideBarShopCustom {
    display: none !important;
  }
}

.ParentPrducts .widget-area {
  width: 100%;
}
.ParentPrducts .widget-area .wc-block-product-filters__open-overlay {
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  background: #faf7f0;
  min-height: 60px;
  border-radius: 14px;
  font-size: 16px;
  padding: 16px;
  margin-bottom: 14px;
  font-weight: 500;
  align-items: center;
  gap: 5px;
  color: #212121;
  display: flex;
  max-width: 100% !important;
}

.wc-block-product-categories-list,
.wc-brand-list-layered-nav-product_brand,
.wp-block-categories-list.wp-block-categories {
  margin: 0;
  margin-top: 0px;
  margin-top: 1.5em;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wc-block-product-categories-list .wc-block-product-categories-list-item .count,
.wc-block-product-categories-list .wc-layered-nav-term .count,
.wc-block-product-categories-list li .count,
.wc-brand-list-layered-nav-product_brand .wc-block-product-categories-list-item .count,
.wc-brand-list-layered-nav-product_brand .wc-layered-nav-term .count,
.wc-brand-list-layered-nav-product_brand li .count,
.wp-block-categories-list.wp-block-categories .wc-block-product-categories-list-item .count,
.wp-block-categories-list.wp-block-categories .wc-layered-nav-term .count,
.wp-block-categories-list.wp-block-categories li .count {
  font-size: 11px;
}
.wc-block-product-categories-list .wc-block-product-categories-list-item a,
.wc-block-product-categories-list .wc-layered-nav-term a,
.wc-block-product-categories-list li a,
.wc-brand-list-layered-nav-product_brand .wc-block-product-categories-list-item a,
.wc-brand-list-layered-nav-product_brand .wc-layered-nav-term a,
.wc-brand-list-layered-nav-product_brand li a,
.wp-block-categories-list.wp-block-categories .wc-block-product-categories-list-item a,
.wp-block-categories-list.wp-block-categories .wc-layered-nav-term a,
.wp-block-categories-list.wp-block-categories li a {
  font-size: 14px;
}
.wc-block-product-categories-list .wc-block-product-categories-list-item:hover a,
.wc-block-product-categories-list .wc-layered-nav-term:hover a,
.wc-block-product-categories-list li:hover a,
.wc-brand-list-layered-nav-product_brand .wc-block-product-categories-list-item:hover a,
.wc-brand-list-layered-nav-product_brand .wc-layered-nav-term:hover a,
.wc-brand-list-layered-nav-product_brand li:hover a,
.wp-block-categories-list.wp-block-categories .wc-block-product-categories-list-item:hover a,
.wp-block-categories-list.wp-block-categories .wc-layered-nav-term:hover a,
.wp-block-categories-list.wp-block-categories li:hover a {
  color: #d2ab67;
}

.wc-block-product-filter-removable-chips__item {
  background: #fff !important;
  border-radius: 12px !important;
  color: #4d4d4d !important;
}
.wc-block-product-filter-removable-chips__item .wc-block-product-filter-removable-chips__remove-icon {
  transition: all ease-in-out 0.3s;
}
.wc-block-product-filter-removable-chips__item .wc-block-product-filter-removable-chips__remove-icon:hover {
  color: red;
}
.wc-block-product-filter-removable-chips__item:hover {
  color: #1b1464 !important;
}

.widget_brand_nav.widget_layered_nav > .widgettitle {
  display: none;
}

.wc-block-product-filters__apply.wp-element-button {
  background-color: #1b1464;
  transition: all ease-in 0.3s;
  color: #fff !important;
  border: none !important;
  border-radius: 12px;
  border: none;
  font-size: 16px;
  height: 44px !important;
}
.wc-block-product-filters__apply.wp-element-button:hover {
  background-color: rgb(53.325, 39.5, 197.5);
}

:where(.wc-block-product-filter-chips__item)[aria-checked=true]:hover {
  background-color: #1b1464 !important;
}

.wp-block-button__link {
  background-color: #d2ab67 !important;
  transition: all ease-in 0.3s;
  color: #fff !important;
  border: none !important;
  height: 44px !important;
  border-radius: 12px !important;
}
.wp-block-button__link:hover {
  background-color: rgb(169.0517766497, 125.6766497462, 50.0482233503) !important;
  color: #fff !important;
}

.wc-block-product-filter-checkbox-list__item span:hover {
  color: #1b1464 !important;
}

.ProductParentLists {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-bottom: 4.5em;
}
.ProductParentLists .wc-block-product-filter-chips__item {
  font-size: 0.9em;
  padding: 0.4em 0.85em;
  border-radius: 6px;
  transition: all 0.3s var(--ease2);
}
.ProductParentLists .wc-block-product-filter-chips__item:hover {
  color: #1b1464;
}
.ProductParentLists .widget-area .widget.widget_block:last-of-type details {
  border-bottom: none;
}
.ProductParentLists .widget-area .widget.widget_block {
  margin: 0 !important;
}
.ProductParentLists .widget-area .widget.widget_block details {
  padding: 0;
  border-bottom: 1px solid #eaeaea;
  margin: 0 !important;
  font-size: 16px;
  font-weight: 500;
  color: #020014;
  transition: all linear 0.3s;
  position: relative;
}
.ProductParentLists .widget-area .widget.widget_block details:hover summary {
  color: #1b1464;
}
.ProductParentLists .widget-area .widget.widget_block details summary {
  border-bottom: 1px solid #f5eee1;
  padding-bottom: 16px;
}
.ProductParentLists .widget-area .widget.widget_block details summary::marker {
  position: absolute;
  content: "";
}
.ProductParentLists .widget-area .widget.widget_block details summary::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.965 8 3.26-3.26a.377.377 0 0 0 0-.53.377.377 0 0 0-.53 0l-3.26 3.26c-.24.24-.63.24-.87 0l-3.26-3.26a.377.377 0 0 0-.53 0 .377.377 0 0 0 0 .53L5.035 8a1.363 1.363 0 0 0 1.93 0' fill='%23020014'/%3E%3C/svg%3E");
  left: 0;
}
.ProductParentLists .ParentPrducts {
  width: calc(100% - 350px);
}
.ProductParentLists .ParentPrducts .btnFilterMobile {
  display: none;
  cursor: pointer;
  margin-left: auto;
}
@media (max-width: 1080px) {
  .ProductParentLists .ParentPrducts .btnFilterMobile {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background: #faf7f0;
    min-height: 60px;
    border-radius: 16px;
    font-size: 16px;
    padding: 16px;
    margin-bottom: 14px;
    font-weight: 500;
    align-items: center;
    gap: 5px;
    color: #1b1464;
    order: 1;
  }
}
@media (max-width: 1080px) {
  .ProductParentLists .ParentPrducts {
    width: 100%;
  }
}
.ProductParentLists .SideBarShopCustom {
  width: 320px;
  max-width: 320px;
  position: sticky;
  height: -moz-max-content;
  height: max-content;
  top: 3em;
  border: 1px solid #f5eee1;
  bottom: auto;
  background: #faf7f0;
  backdrop-filter: blur(40px);
  border-radius: 8px;
  overflow: hidden;
  padding: 0 20px;
  padding-bottom: 10px;
}
@media (max-width: 1260px) {
  .ProductParentLists .SideBarShopCustom {
    padding: 0 16px;
  }
}
.ProductParentLists .SideBarShopCustom .wp-block-details .widgettitle {
  display: none;
}
.ProductParentLists .SideBarShopCustom .TitleFilterSid {
  text-align: center;
  background-color: #f5eee1;
  border-radius: 16px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b1464;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1080px) {
  .ProductParentLists .SideBarShopCustom .TitleFilterSid {
    display: none;
  }
}
.ProductParentLists .SideBarShopCustom .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  max-width: 85px;
  font-size: 12px;
}
.ProductParentLists .SideBarShopCustom .wc-block-components-filter-reset-button {
  text-decoration: none !important;
}
.ProductParentLists .SideBarShopCustom .wc-block-active-filters__clear-all {
  text-decoration: none !important;
  color: #ab4b4e !important;
  padding-bottom: 10px;
}
.ProductParentLists .SideBarShopCustom .closeBtnF {
  display: none;
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  z-index: 999;
  cursor: pointer;
}
@media (max-width: 1080px) {
  .ProductParentLists .SideBarShopCustom .closeBtnF {
    display: block;
  }
}
@media (max-width: 1080px) {
  .ProductParentLists .SideBarShopCustom {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    z-index: 999;
    top: 0;
    padding-top: 6em !important;
    height: 100vh;
    background: #fff;
    padding: 33px !important;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in 0.3s;
    overflow-y: auto;
    z-index: -1;
    padding-top: 6em !important;
    scale: 0.7;
  }
}

.ShowFillters {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 999 !important;
  scale: 1 !important;
}

.shopSortDropdown {
  position: relative;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  border-radius: 16px;
  background: #faf7f0;
  border: 1px solid #f5eee1;
  padding: 16px;
}
@media (max-width: 1260px) {
  .shopSortDropdown {
    padding: 14px;
  }
}
.shopSortDropdown .woocommerce-result-count {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 400;
  color: #212121;
}
@media (max-width: 1440px) {
  .shopSortDropdown .woocommerce-result-count {
    font-size: 13px;
  }
}
@media (max-width: 1260px) {
  .shopSortDropdown .woocommerce-result-count {
    font-size: 10.5px;
  }
}
@media (max-width: 1080px) {
  .shopSortDropdown .woocommerce-result-count {
    display: none;
  }
}
@media (max-width: 1080px) {
  .shopSortDropdown {
    margin: 0;
    width: 100%;
  }
}
.shopSortDropdown .post-filters {
  display: flex;
  align-items: center;
  justify-content: end;
  width: -moz-max-content;
  width: max-content;
  gap: 20px;
  margin: 0 !important;
}
@media (max-width: 1440px) {
  .shopSortDropdown .post-filters {
    gap: 16px;
  }
}
@media (max-width: 1260px) {
  .shopSortDropdown .post-filters {
    gap: 10px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .shopSortDropdown .post-filters {
    width: 100%;
    justify-content: start;
    gap: 14px;
  }
}
.shopSortDropdown .post-filters p {
  margin: 0;
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .shopSortDropdown .post-filters p {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .shopSortDropdown .post-filters p {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .shopSortDropdown .post-filters p {
    font-size: 12.5px;
  }
}
.shopSortDropdown .post-filters .filter-link.active {
  color: #1b1464;
}
.shopSortDropdown .post-filters .filter-link {
  font-size: 16px;
  transition: all 0.3s var(--ease2);
  color: #4d4d4d;
}
@media (max-width: 1080px) {
  .shopSortDropdown .post-filters .filter-link {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .shopSortDropdown .post-filters .filter-link {
    font-size: 13.5px;
  }
}
.shopSortDropdown .post-filters .filter-link:hover {
  color: #1b1464;
}
@media (max-width: 1080px) {
  .shopSortDropdown .post-filters {
    width: 100% !important;
    justify-content: start;
    overflow-x: auto;
    scroll-behavior: smooth;
    border-radius: 12px;
    margin-bottom: 14px;
  }
  .shopSortDropdown .post-filters .shopSortFilterItem,
  .shopSortDropdown .post-filters .Labels {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}

.custom-category-description {
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 1100px;
  overflow: hidden;
  background: #fff;
  padding: 0 24px;
}
.custom-category-description .titleDescriptionArcCa {
  color: #a1a1a6;
  font-weight: 500;
}
.custom-category-description .titleDescriptionArcCa span {
  color: #212121;
  font-weight: 600;
}
.custom-category-description .custom-categoryContents.expanded {
  max-height: -moz-max-content;
  max-height: max-content;
  -webkit-line-clamp: unset;
}
.custom-category-description .custom-categoryContents {
  line-height: 2.4em;
  text-align: justify;
  font-size: 13px;
  color: #323232;
  transition: all ease-in 0.3s;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  -webkit-line-clamp: 6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.custom-category-description .custom-categoryContents > p {
  color: #212121;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  margin: 0;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: justify;
}
@media (max-width: 768px) {
  .custom-category-description .custom-categoryContents > p {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .custom-category-description .custom-categoryContents > p {
    font-size: 13.5px;
  }
}
.custom-category-description .custom-categoryContents p:has(img) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px auto;
  height: 264px;
  gap: 20px;
}
@media (max-width: 768px) {
  .custom-category-description .custom-categoryContents p:has(img) {
    flex-direction: column;
    height: -moz-max-content;
    height: max-content;
    gap: 16px;
    margin: 0 auto !important;
    max-height: 600px;
  }
}
.custom-category-description .custom-categoryContents p:has(img) img {
  width: calc(50% - 10px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .custom-category-description .custom-categoryContents p:has(img) img {
    height: calc(50% - 8px);
    width: 100%;
  }
}
.custom-category-description .custom-categoryContents p:has(img) img {
  border-radius: 32px;
}
.custom-category-description .custom-categoryContents .entry-content h3 {
  font-weight: 700;
  line-height: 33px;
  color: #d2ab67;
  text-align: right;
  margin: 0;
  padding: 3px 0;
}
.custom-category-description .custom-categoryContents .entry-content h2 {
  color: #d2ab67;
  transition: all 0.3s ease-in-out;
  line-height: 36px;
  margin: 0;
  font-weight: 500;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .custom-category-description .custom-categoryContents .entry-content h2 {
    font-size: 18px;
  }
}
.custom-category-description .custom-categoryContents .entry-content > p {
  color: #212121;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  margin: 0;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: justify;
}
@media (max-width: 768px) {
  .custom-category-description .custom-categoryContents .entry-content > p {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .custom-category-description .custom-categoryContents .entry-content > p {
    font-size: 13.5px;
  }
}
.custom-category-description .custom-categoryContents .entry-content p:has(img) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px auto;
  height: 264px;
  gap: 20px;
}
@media (max-width: 768px) {
  .custom-category-description .custom-categoryContents .entry-content p:has(img) {
    flex-direction: column;
    height: -moz-max-content;
    height: max-content;
    gap: 16px;
    margin: 0 auto !important;
    max-height: 600px;
  }
}
.custom-category-description .custom-categoryContents .entry-content p:has(img) img {
  width: calc(50% - 10px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .custom-category-description .custom-categoryContents .entry-content p:has(img) img {
    height: calc(50% - 8px);
    width: 100%;
  }
}
.custom-category-description .custom-categoryContents .entry-content p:has(img) img {
  border-radius: 32px;
}
.custom-category-description .custom-categoryContents .entry-content blockquote {
  position: relative;
  margin: 70px auto 48px;
  color: #212121;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  padding: 40px 115px 37px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 24px;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .custom-category-description .custom-categoryContents .entry-content blockquote {
    padding: 0 16px;
  }
}
.custom-category-description .custom-categoryContents .entry-content blockquote::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='53' viewBox='0 0 53 53' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M35.2129 41.0791C33.3891 41.0791 31.7856 40.3927 30.5186 39.0801C29.2543 37.7703 28.6172 36.1433 28.6172 34.3184L28.6172 16.8613C28.6172 14.8843 28.9903 12.9834 29.7383 11.1748C30.4281 9.50702 31.3571 8.02592 32.5303 6.74902L32.7686 6.49609C34.0556 5.16267 35.5756 4.11151 37.3096 3.3418C39.0741 2.55864 40.9351 2.16504 42.873 2.16504H44.4043C45.3953 2.16504 46.2628 2.56777 46.9189 3.24609L46.9209 3.24707C47.5779 3.9277 47.9364 4.79634 47.9365 5.75195V8.92676C47.9365 9.88348 47.5777 10.7513 46.9209 11.4316L46.9199 11.4326C46.2631 12.1123 45.3943 12.5137 44.4043 12.5137H42.873C41.7354 12.5137 40.8064 12.9052 39.9785 13.7627C39.1486 14.623 38.7452 15.618 38.7451 16.8613V17.6543C38.7451 17.8143 38.7787 17.8737 38.8535 17.9512V17.9521C38.9082 18.0088 38.9385 18.0208 38.9424 18.0225C38.9471 18.0245 38.9736 18.0352 39.043 18.0352H44.4043C46.1145 18.0352 47.6306 18.6392 48.8574 19.7959L49.0986 20.0352C50.3632 21.3451 50.9999 22.9714 51 24.7959V34.3184C51 36.1432 50.3626 37.7692 49.0986 39.0791V39.0801C47.8315 40.3923 46.2286 41.0791 44.4043 41.0791H35.2129ZM8.5957 50.165C6.77186 50.165 5.16915 49.4782 3.90234 48.166C2.63665 46.8558 2.00035 45.2286 2 43.4043V25.9473C2 24.0937 2.32798 22.3068 2.98535 20.6006L3.12109 20.2607C3.85664 18.4817 4.86504 16.9148 6.15137 15.582C7.43848 14.2487 8.95861 13.1975 10.6924 12.4277V12.4268C12.457 11.6437 14.3172 11.251 16.2549 11.251H17.7871C18.7766 11.251 19.6467 11.6523 20.3037 12.333V12.334C20.9602 13.0142 21.3193 13.882 21.3193 14.8379V18.0127C21.3193 18.9698 20.9603 19.8376 20.3037 20.5176C19.6465 21.1985 18.7764 21.5996 17.7871 21.5996H16.2549C15.1172 21.5997 14.1891 21.9912 13.3613 22.8486C12.5311 23.709 12.127 24.7039 12.127 25.9473V26.7402C12.127 26.899 12.1609 26.9589 12.2373 27.0381V27.0391C12.29 27.0934 12.3194 27.1054 12.3242 27.1074C12.328 27.109 12.3542 27.1211 12.4258 27.1211H17.7871C19.4975 27.1211 21.0136 27.7249 22.2402 28.8818L22.4814 29.1211C23.7456 30.4309 24.3828 32.0572 24.3828 33.8818V43.4043C24.3827 45.2289 23.7454 46.8551 22.4814 48.165L22.2402 48.4043C21.0135 49.5614 19.4974 50.165 17.7871 50.165H8.5957Z' fill='%23da0402' stroke='white' stroke-width='4'/%3E%3C/svg%3E");
  position: absolute;
  height: 53px;
  width: 53px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .custom-category-description .custom-categoryContents .entry-content blockquote p {
    padding: 40px 16px 24px;
  }
}
.custom-category-description .custom-categoryContents .entry-content ul li,
.custom-category-description .custom-categoryContents .entry-content ol li {
  color: var(--color-text);
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 12px;
}
.custom-category-description .custom-categoryContents .entry-content ul li::marker,
.custom-category-description .custom-categoryContents .entry-content ol li::marker {
  font-size: 18px;
  color: #da0402;
}
.custom-category-description .custom-categoryContents .entry-content > ul,
.custom-category-description .custom-categoryContents .entry-content > ol {
  padding-right: 30px;
  margin: 48px 0;
}
.custom-category-description .custom-categoryContents .entry-content ul li {
  list-style: circle;
}
.custom-category-description .custom-categoryContents .entry-content ol li {
  list-style: persian;
}
.custom-category-description .SeeMoreDescription {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 7px;
  transition: all ease-in 0.3s;
  flex-direction: row-reverse;
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  color: #a1a1a6;
  margin-top: 54px;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}
.custom-category-description .SeeMoreDescription svg {
  transition: all ease-in 0.3s;
}
.custom-category-description .SeeMoreDescription:hover svg {
  transform: scale(0.9);
}

.productSwiperContainer {
  position: relative;
}
.productSwiperContainer .swiper-pagination {
  position: initial !important;
}
.productSwiperContainer .swiper-pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50px !important;
  background: #1b1464;
  opacity: 50% !important;
}
.productSwiperContainer .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 100% !important;
  width: 40px !important;
}

.productSwiperFooter .swiper-button-prev {
  top: 0;
  right: -20px;
  margin: auto;
  bottom: 0;
}
@media (max-width: 768px) {
  .productSwiperFooter .swiper-button-prev {
    right: 0;
  }
}
.productSwiperFooter .swiper-button-next {
  top: 0;
  left: -20px;
  margin: auto;
  bottom: 0;
}
@media (max-width: 768px) {
  .productSwiperFooter .swiper-button-next {
    left: 0;
  }
}
.productSwiperFooter.swiper-button-disabled {
  opacity: 0.6 !important;
  color: #a1a1a6 !important;
}
.productSwiperFooter .swiper-button-next,
.productSwiperFooter .swiper-button-prev {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--ease2) 0.4s;
  border: 1px solid #e6e6e6;
  background-color: rgba(255, 255, 255, 0.3333333333);
  backdrop-filter: blur(4px);
  color: #212121 !important;
  z-index: 1;
}
.productSwiperFooter .swiper-button-next:hover,
.productSwiperFooter .swiper-button-prev:hover {
  color: #d2ab67 !important;
}
.productSwiperFooter .swiper-button-next > svg,
.productSwiperFooter .swiper-button-prev > svg {
  fill: transparent !important;
  height: -moz-max-content !important;
  height: max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  transition: all var(--ease2) 0.4s;
}

.productSwiper {
  padding-bottom: 4em !important;
  position: relative !important;
}
.productSwiper .swiper-wrapper.woocommerce.products {
  padding: 8px 0;
}
@media (max-width: 768px) {
  .productSwiper {
    padding-bottom: 2em !important;
  }
}

.gold-metals-price-calculator .gold-metals-loading {
  font-size: clamp(0.875rem, 0.7854rem + 0.3774vw, 1.125rem);
}
.gold-metals-price-calculator .gold-metals-label {
  font-size: 14.5px;
}
.gold-metals-price-calculator .gold-metals-price {
  font-size: clamp(1rem, 0.8656rem + 0.566vw, 1.375rem) !important;
}

.variations_form.cart .reset_variations {
  font-size: 0.8em;
}

.gold-metals-purchase-by {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 1em;
}
.gold-metals-purchase-by .gold-metals-purchase-by-radios {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0;
  gap: 1em;
}
@media (max-width: 768px) {
  .gold-metals-purchase-by .gold-metals-purchase-by-radios {
    gap: 0.5em;
  }
}
.gold-metals-purchase-by .gold-metals-purchase-by-radios input[type=radio]:checked + label::before {
  background-color: #d2ab67 !important;
  border-color: #d2ab67 !important;
}
.gold-metals-purchase-by .gold-metals-purchase-by-radios input[type=radio]:checked + label::after {
  background-color: #ffffff !important;
}
.gold-metals-purchase-by .gold-metals-purchase-by-radios .gold-metals-purchase-mode {
  vertical-align: middle;
}
.gold-metals-purchase-by .gold-metals-purchase-by-input-wrap {
  max-width: 115px;
  width: 100%;
}
.gold-metals-purchase-by .gold-metals-purchase-by-input-wrap .gold-metals-purchase-value-input {
  max-width: 100%;
  height: auto;
  max-height: 40px;
  width: 100%;
  border: 1px solid #f2f2f3;
  box-shadow: none;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  outline-color: #d2ab67;
}

.custom-price-wrapper .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
@media (max-width: 768px) {
  .custom-price-wrapper .price {
    gap: 0.5em;
  }
}
.custom-price-wrapper .price .woocommerce-Price-currencySymbol {
  font-weight: 600 !important;
  font-size: clamp(0.78125rem, 0.7364rem + 0.1887vw, 0.90625rem) !important;
}
.custom-price-wrapper .price del {
  text-decoration-color: rgb(216.75, 183.6, 125.8);
}
.custom-price-wrapper .price del > span {
  color: rgb(223.5, 196.2, 148.6);
}
.custom-price-wrapper .price ins {
  background: none;
}
.custom-price-wrapper .price span {
  font-size: clamp(1rem, 0.8208rem + 0.7547vw, 1.5rem);
  font-weight: 700;
  color: #d2ab67;
  text-align: center;
  line-height: 2.4em;
}

.ProductPagesTopCont {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.ProductPagesTopCont .single_add_to_cart_button.button.alt {
  width: 100%;
  cursor: pointer;
}
.ProductPagesTopCont .product_title.entry-title {
  font-size: clamp(1.125rem, 1.0354rem + 0.3774vw, 1.375rem);
  line-height: 2.2em;
  margin: 0;
  color: #212121;
  margin-top: 0px;
}
.ProductPagesTopCont .woocommerce-product-gallery {
  width: 100%;
  max-width: 420px;
  width: 100%;
}
@media (max-width: 1260px) {
  .ProductPagesTopCont .woocommerce-product-gallery {
    max-width: 380px;
  }
}
@media (max-width: 1080px) {
  .ProductPagesTopCont .woocommerce-product-gallery {
    max-width: 100%;
  }
}
.ProductPagesTopCont .woocommerce-product-gallery .mySwiperMain .swiper-slide {
  height: 420px;
}
.ProductPagesTopCont .woocommerce-product-gallery .mySwiperMain .swiper-slide > img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -o-object-position: center;
     object-position: center;
}
.ProductPagesTopCont .MyCustomContents {
  width: calc(100% - 840px) !important;
}
@media (max-width: 1440px) {
  .ProductPagesTopCont .MyCustomContents {
    width: calc(100% - 795px) !important;
  }
}
@media (max-width: 1260px) {
  .ProductPagesTopCont .MyCustomContents {
    width: calc(100% - 718px) !important;
  }
}
@media (max-width: 1080px) {
  .ProductPagesTopCont .MyCustomContents {
    width: 100% !important;
  }
}
.ProductPagesTopCont .MyCustomContents .woocommerce-product-details__short-description > p {
  margin: 0;
  color: #212121;
  font-size: 14.5px;
  line-height: 2.3em;
  text-align: justify;
}
@media (max-width: 1440px) {
  .ProductPagesTopCont .MyCustomContents .woocommerce-product-details__short-description > p {
    font-size: 14px;
  }
}
@media (max-width: 1545px) {
  .ProductPagesTopCont .MyCustomContents .woocommerce-product-details__short-description > p {
    font-size: 13px;
  }
}
.ProductPagesTopCont .productMetaTop {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ProductPagesTopCont .productMetaTop .custom-product-rating {
  display: flex;
  align-content: center;
  flex-direction: row-reverse;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #212121;
}
.ProductPagesTopCont .productMetaTop .product-categories-svg {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.3em;
}
@media (max-width: 768px) {
  .ProductPagesTopCont .productMetaTop .product-categories-svg svg {
    width: 20px;
    height: 20px;
  }
}
.ProductPagesTopCont .productMetaTop .product-categories-svg .product-category-item > a {
  font-size: 14px;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  color: #212121;
}
@media (max-width: 1260px) {
  .ProductPagesTopCont .productMetaTop .product-categories-svg .product-category-item > a {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .ProductPagesTopCont .productMetaTop .product-categories-svg .product-category-item > a {
    font-size: 12px;
  }
}
.ProductPagesTopCont .productMetaTop .product-categories-svg .product-category-item > a:hover {
  color: #1b1464;
}
.ProductPagesTopCont .product-features-list {
  border-bottom: 1px solid #f5eee1;
  margin-bottom: 16px;
  padding-right: 12px;
  padding-bottom: 1em;
  margin-top: 0;
}
.ProductPagesTopCont .product-features-list > li {
  font-size: 14px;
  font-weight: 400;
  color: #a1a1a6;
  line-height: 1.8em;
  padding: 0.4em 0;
}
.ProductPagesTopCont .product-features-list > li::marker {
  color: #d2ab67;
}
.ProductPagesTopCont .product-features-list > li strong {
  font-weight: 500;
  color: #212121;
}
.ProductPagesTopCont .summary.entry-summary {
  max-width: 380px;
  width: 100%;
  position: sticky;
  top: 3em;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 1440px) {
  .ProductPagesTopCont .summary.entry-summary {
    max-width: 350px;
  }
}
@media (max-width: 1260px) {
  .ProductPagesTopCont .summary.entry-summary {
    max-width: 310px;
  }
}
@media (max-width: 1080px) {
  .ProductPagesTopCont .summary.entry-summary {
    max-width: 100%;
    position: initial;
    display: flex;
    gap: 12px;
    flex-direction: column-reverse;
  }
}

.woocommerce-product-gallery__trigger {
  display: none !important;
}

.product-content-tip {
  background: #f5eee1;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 2.2em;
  font-weight: 500;
  text-align: justify;
  color: #212121;
}

.productIconRow {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1.6em;
  padding-bottom: 1.6em;
  flex-wrap: wrap;
}
.productIconRow .ItemInIconTxt {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  color: #000;
}
.productIconRow .ItemInIconTxt .InnerTxts {
  margin: 0;
  font-size: clamp(0.875rem, 0.7854rem + 0.3774vw, 1.125rem);
  font-weight: 500;
}

.menu-item > a {
  font-size: 16px;
}
@media (max-width: 1545px) {
  .menu-item > a {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .menu-item > a {
    font-size: 13px;
  }
}

@media (max-width: 1260px) {
  .c-header__access,
  .c-header__search {
    width: 260px !important;
  }
}
@media (max-width: 992px) {
  .c-header__access,
  .c-header__search {
    width: auto !important;
  }
}

@media (max-width: 1440px) {
  .wc-block-mini-cart__button {
    padding: 0.75rem 0.55rem !important;
  }
}

.c-header__access .c-btn {
  font-size: clamp(0.75rem, 0.6828rem + 0.283vw, 0.9375rem);
  padding: 0.78125rem 1rem;
}
@media (max-width: 1440px) {
  .c-header__access .c-btn {
    padding: 0.78125rem 0.5rem;
    font-size: 14px;
  }
}

.variations {
  margin: 0;
}

.variations_form .variations tr {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.variations_form .variations tr .value {
  width: 100%;
}
.variations_form .variations tr select {
  height: 48px;
  width: 100%;
  box-shadow: none;
  padding: 0 18px !important;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 34px;
  text-align: right;
  font-family: "KalamehWebFaNum" !important;
  border: 1px solid #f5eee1 !important;
  background-color: #faf7f0 !important;
  border-radius: 8px !important;
}
.variations_form .variations tr .label label {
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.3em;
}
@media (max-width: 768px) {
  .variations_form .variations tr .label label {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .variations_form .variations tr .label label {
    font-size: 14.5px;
  }
}

.c-attr.c-attr--color {
  padding-bottom: 1.6em;
}
.c-attr.c-attr--color .c-attr__title {
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
}
@media (max-width: 768px) {
  .c-attr.c-attr--color .c-attr__title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .c-attr.c-attr--color .c-attr__title {
    font-size: 14.5px;
  }
}
.c-attr.c-attr--color .c-attr__options {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .c-attr.c-attr--color .c-attr__options {
    overflow-x: auto;
  }
}
.c-attr.c-attr--color .c-attr__options .c-attr__option.c-attr__option--color.is-selected {
  background: #d2ab67;
  color: #fff;
}
.c-attr.c-attr--color .c-attr__options .c-attr__option.c-attr__option--color {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  background: #f5eee1;
  height: 48px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all var(--ease2) 0.4s;
  font-size: 14px;
  padding: 0 16px;
  text-align: center;
}
.c-attr.c-attr--color .c-attr__options .c-attr__option.c-attr__option--color > input {
  display: none;
}
.c-attr.c-attr--color .c-attr__options .c-attr__option.c-attr__option--color:hover {
  background-color: rgb(233.25, 218.025, 189.75);
}

.relatedBack {
  padding-top: 5em;
}
@media (max-width: 768px) {
  .relatedBack {
    padding-top: 3.4em;
  }
}
.relatedBack .related.products > h2 {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  line-height: 2.2em;
}
@media (max-width: 1260px) {
  .relatedBack .related.products > h2 {
    font-size: 20px;
  }
}

.product-video-trigger {
  position: absolute;
  top: 1em;
  right: 20px;
  width: 160px;
  height: 48px;
  padding: 0.5em !important;
  border-radius: 8px;
  background: #fff;
  color: #1b1464;
  border: none;
  cursor: pointer;
  transition: all var(--ease2) 0.4s;
  z-index: 10;
}
.product-video-trigger:hover {
  background-color: #1b1464;
  color: #fff;
}
.product-video-trigger:hover .play-icon svg {
  transform: scale(1.05) rotateY(180deg);
}
.product-video-trigger .play-icon {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--ease2) 0.4s;
  gap: 8px;
}
.product-video-trigger .play-icon svg {
  transition: all var(--ease2) 0.4s;
}

.product-video-modal {
  position: fixed;
  z-index: 90;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  display: none;
}

.product-video-modal.active {
  display: flex;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.video-content {
  position: relative;
  z-index: 2;
  width: 80%;
  max-width: 900px;
  margin: auto;
  padding-top: 6em;
}

.video-content video {
  width: 100%;
  border-radius: 12px;
}

.video-close {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 38px;
  font-weight: 300;
  color: #fff;
  transition: all var(--ease2) 0.4s;
  cursor: pointer;
}
.video-close:hover {
  color: #d2ab67;
}

.mgBot {
  margin-bottom: 8em;
}
@media (max-width: 1080px) {
  .mgBot {
    margin-bottom: 4em;
  }
}

.c-header__toggle__menu {
  width: 100px !important;
  margin-left: auto;
}

@media (max-width: 768px) {
  .c-footer__copyright .c-footer__logo {
    transform: translateX(0%) rotate(0) !important;
  }
}
@media (max-width: 768px) {
  .c-footer__copyright .c-footer__logo > img {
    transform: rotate(0) translateX(0) translateY(0) !important;
  }
}

body.error404 .error-404.not-found {
  margin-bottom: 2.6em;
}
body.error404 .error-404-not-found-image {
  max-width: 900px;
  margin: auto;
}
body.error404 .generalBtn.c-btn.c-btn--primary {
  background-color: rgb(188.3719796954, 140.0396954315, 55.7680203046);
}
body.error404 .generalBtn.c-btn.c-btn--primary:hover {
  background-color: #d2ab67 !important;
  color: #fff !important;
}
body.error404 .error-404-not-found-content {
  margin: auto;
  width: 100%;
  padding-bottom: 2em;
  text-align: center;
}
body.error404 .error-404-not-found-content .generalBtn.proAll {
  margin: auto !important;
  margin-top: auto;
  margin-top: 2.5em !important;
}
body.error404 .error-404-not-found-content .parent404Btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
body.error404 .error-404-not-found-content h4 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #4d4d4d;
}
@media (max-width: 480px) {
  body.error404 .error-404-not-found-content h4 {
    font-size: 24.5px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
body.error404 .error-404-not-found-content > p {
  font-size: 20px;
  line-height: 2em;
  font-weight: 400;
  margin-bottom: 24px !important;
  color: #212121;
  margin: 0;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 480px) {
  body.error404 .error-404-not-found-content > p {
    font-size: 16.5px;
  }
}
@media (max-width: 480px) {
  body.error404 .error-404-not-found-content > p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
body.error404 .error-404-not-found-content > a {
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}

.c-footer__about p {
  font-size: 13.5px;
  line-height: 2.2em;
  text-align: justify;
}

.ContactUsPages .boxTitlePage {
  display: flex;
  flex-direction: column;
  color: #fff !important;
  height: 210px !important;
  margin-bottom: 2em !important;
  border-radius: 32px !important;
}
@media (max-width: 768px) {
  .ContactUsPages .boxTitlePage {
    border-radius: 24px !important;
  }
}
.ContactUsPages .boxTitlePage .txtConUs {
  max-width: 900px;
  text-align: center;
  line-height: 2em;
  font-size: 16px;
}
@media (max-width: 1080px) {
  .ContactUsPages .boxTitlePage .txtConUs {
    font-size: 13.5px;
  }
}

.ParentsMapCol {
  position: relative;
  margin-bottom: 4.2em;
}
@media (max-width: 768px) {
  .ParentsMapCol {
    margin-bottom: 1em;
  }
}

.mainIframe {
  border-radius: 48px;
  overflow: hidden;
  height: 415px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .mainIframe {
    border-radius: 24px;
    height: 385px;
  }
}
.mainIframe iframe {
  border: none !important;
}
.mainIframe::before {
  content: "";
  background: rgba(91, 91, 91, 0.5294117647);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear;
}

.mainContactUsBack .mainContactSocial {
  background-color: #d2ab67;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-radius: 14px;
  margin-top: 40px;
}
.mainContactUsBack .mainContactSocial span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.mainContactUsBack .mainContactSocial .socialItems {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.mainContactUsBack .mainContactSocial .socialItems a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.mainContactUsBack {
  max-width: 521px;
  width: 100%;
  padding: 0 32px 32px;
  background-color: #f1f5fa;
  border-radius: 48px;
  position: absolute;
  top: calc(0px + 3.8em);
  z-index: 10;
  right: 72px;
}
@media (max-width: 768px) {
  .mainContactUsBack {
    border-radius: 24px;
    position: static;
    margin: auto;
    margin-top: auto;
    margin-top: 16px;
    padding: 0 24px 24px;
    width: 100%;
    max-width: 90%;
    transform: translateY(-3em);
  }
}
.mainContactUsBack .mainContactUsBox {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 14px;
  margin-bottom: 0.7em;
}
.mainContactUsBack .mainContactUsBox > div:first-child {
  height: 32px;
  width: 32px;
  background-color: #d2ab67;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainContactUsBack .mainContactUsBox .numbersCo {
  color: #212121;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  position: relative;
  padding-left: 14px;
  gap: 0.8em;
  display: flex;
}
.mainContactUsBack .mainContactUsBox .numbersCo > a {
  color: #212121;
  transition: all ease-in-out 0.3s;
}
.mainContactUsBack .mainContactUsBox .numbersCo > a:hover {
  color: #d2ab67;
}
.mainContactUsBack .mainContactUsBox .numbersCo p {
  margin: 0;
}
.mainContactUsBack > h4 {
  margin: auto;
  margin-bottom: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 45px;
  background-color: #d2ab67;
  margin-bottom: 10px;
  border-radius: 0 0 16px 16px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}

.secondaryframe {
  position: absolute;
  left: -1px;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  background-color: #fff;
  padding: 10px 9px 10px 0;
  gap: 12px;
  border-radius: 0 12px 12px 0;
}
@media (max-width: 768px) {
  .secondaryframe {
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
    bottom: unset;
    top: -12px;
    flex-direction: row;
  }
}
.secondaryframe > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  height: 46px;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  width: 46px;
  z-index: 1;
}
.secondaryframe::before {
  content: "";
  position: absolute;
  height: 77px;
  width: 55px;
  top: -44px;
  z-index: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='55' height='78' viewBox='0 0 55 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_857_2394)'%3E%3Cpath d='M4.80825e-06 131.312L-4.41485e-06 30.312L35.1379 30.312C46.1074 30.312 55 39.2046 55 50.1741L55 111.45C55 122.419 46.1074 131.312 35.1379 131.312L4.80825e-06 131.312Z' fill='white'/%3E%3Cpath d='M30.6211 30.7603C14.0648 29.9324 0.82822 16.6959 0.000403019 0.139566L0.000404358 30.7603L30.6211 30.7603Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_857_2394'%3E%3Crect width='55' height='77' fill='white' transform='translate(0 0.827911)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
}
@media (max-width: 768px) {
  .secondaryframe::before {
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
    right: -36px;
    left: unset;
  }
}
.secondaryframe::after {
  content: "";
  position: absolute;
  height: 77px;
  width: 55px;
  bottom: -44px;
  z-index: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='55' height='78' viewBox='0 0 55 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_857_2394)'%3E%3Cpath d='M4.80825e-06 131.312L-4.41485e-06 30.312L35.1379 30.312C46.1074 30.312 55 39.2046 55 50.1741L55 111.45C55 122.419 46.1074 131.312 35.1379 131.312L4.80825e-06 131.312Z' fill='white'/%3E%3Cpath d='M30.6211 30.7603C14.0648 29.9324 0.82822 16.6959 0.000403019 0.139566L0.000404358 30.7603L30.6211 30.7603Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_857_2394'%3E%3Crect width='55' height='77' fill='white' transform='translate(0 0.827911)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  transform: rotateX(180deg);
}
@media (max-width: 768px) {
  .secondaryframe::after {
    transform: rotate3d(1, 1, 0, 185deg);
    top: 0;
    bottom: 0;
    left: -41px;
    right: unset;
  }
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children::before {
  position: absolute;
  transition: all ease-in-out 0.3s;
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 4.5 6 7.5l-3.5-3' stroke='%2368696E' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  left: -16px;
  bottom: 0;
  opacity: 0.6;
}
.menu-item-has-children > .sub-menu {
  padding: 5px 9px;
  list-style: none;
  list-style-type: none;
  width: 150px;
  border: 1px solid #ffeff1;
  height: -moz-max-content;
  height: max-content;
  display: block;
  position: absolute;
  visibility: hidden;
  right: -15px;
  opacity: 0;
  box-shadow: 0px 9px 68px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transform: translate(0px, 22px);
  transition: all ease-in-out 0.3s;
  z-index: 99;
  background: #fff;
  list-style-type: none;
}
.menu-item-has-children > .sub-menu::before {
  position: absolute;
  width: 0px;
  content: "";
  background-color: rgba(108, 58, 58, 0);
  border-top: 11px solid transparent;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 19px solid #fff;
  top: -20px;
}
.menu-item-has-children > .sub-menu > li {
  border-bottom: 1px solid #f5eee1;
  padding: 9px 0;
}
.menu-item-has-children > .sub-menu > li > a {
  color: #212121;
  font-size: 12.8px;
  line-height: 2em;
  transition: all ease-in-out 0.2s;
  font-weight: 400;
}
.menu-item-has-children > .sub-menu > li > a:hover {
  color: #1b1464;
}
.menu-item-has-children > .sub-menu > li:last-of-type {
  border-bottom: none;
}
.menu-item-has-children:hover::before {
  transform: rotateZ(90deg) !important;
  opacity: 0.5;
}
.menu-item-has-children:hover .sub-menu {
  transform: translate(0px, 12px);
  visibility: visible;
  opacity: 1;
}

.current_page_item > a {
  color: #d2ab67 !important;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container .chosen-results li.result-selected,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container .chosen-results li.result-selected {
  box-shadow: inset 3px 0 0 #d2ab67 !important;
}

.gform_wrapper {
  transition: all ease-in-out 0.4s;
}
.gform_wrapper .gfield_description {
  font-size: 13px !important;
  text-align: justify;
  line-height: 2em !important;
}
@media (max-width: 768px) {
  .gform_wrapper .gfield_description {
    font-size: 11.6px !important;
  }
}
.gform_wrapper .chosen-search-input {
  background-position-x: 3% !important;
  height: 48px !important;
  max-height: 48px !important;
}
.gform_wrapper .chosen-container-single > a,
.gform_wrapper .gfield_select {
  font-family: "KalamehWebFaNum" !important;
  border: 1px solid #f5eee1 !important;
  background-color: #fff !important;
  border-radius: 8px !important;
  height: 70px !important;
  border-color: #f5eee1 !important;
  padding: 20px !important;
  font-size: 14px;
  font-weight: 400;
  color: #212121 !important;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
}

.boxParentContnt .gform_confirmation_wrapper {
  border-color: #9de09d;
  background: #9de09d;
}

.s-custom-order .notices__notice {
  margin-bottom: 0.5em;
}

.boxParentContnt .gform_confirmation_wrapper {
  border-color: #9de09d;
  background: #cdefce;
  padding: 1em;
  text-align: right;
  color: #1e611e;
  border-radius: 10px;
  font-size: 14.5px;
  position: relative;
  padding-right: 32px !important;
}
@media (max-width: 768px) {
  .boxParentContnt .gform_confirmation_wrapper {
    padding: 1em !important;
  }
}
.boxParentContnt .gform_confirmation_wrapper .gform_confirmation_message {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .boxParentContnt .gform_confirmation_wrapper .gform_confirmation_message {
    justify-content: center;
    gap: 1em;
    flex-wrap: wrap;
    text-align: center;
  }
}
.boxParentContnt .gform_confirmation_wrapper .gform_confirmation_message .BtnBackHomeCostom {
  color: #fff !important;
  font-size: 13px;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  background: #1e611e;
  padding: 0.1em 1em;
  border-radius: 6px;
}
.boxParentContnt .gform_confirmation_wrapper .gform_confirmation_message .BtnBackHomeCostom:hover {
  background-color: #168116;
}
@media (max-width: 380px) {
  .boxParentContnt .gform_confirmation_wrapper {
    font-size: 13px;
  }
}

.boxParentContnt .gform_confirmation_message::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.9 12.087 2.664 2.663a1.01 1.01 0 0 0 1.433 0l5.367-5.368' stroke='%231e611e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 21.5a9.5 9.5 0 1 0 0-19 9.5 9.5 0 0 0 0 19' stroke='%231e611e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  right: 0.5em;
  bottom: 0;
  margin: auto;
  top: 10px;
  z-index: 0;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 768px) {
  .boxParentContnt .gform_confirmation_message::before {
    display: none !important;
  }
}

.woocommerce-checkout table {
  position: relative;
}

.wc-block-cart-item__image img {
  border-radius: 0.5em;
}

.woocommerce .woocommerce-order-received .woocommerce-order-overview li {
  border-color: #f5eee1 !important;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,
.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,
.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control {
  background-color: #d2ab67 !important;
  transition: all ease-in-out 0.4s;
}
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover {
  background-color: #1b1464 !important;
}

.gform_wrapper .gform-body .gfield input:not([type=checkbox]),
.gform_wrapper .gform-body .gfield textarea {
  height: auto;
  max-height: 70px;
  width: 100%;
  border: 1px solid #f2f2f3;
  box-shadow: none;
  padding: 18px 24px !important;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  text-align: right;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
  color: #d2ab67 !important;
}

.gform_wrapper {
  border: 1px solid #f5eee1;
  padding: 40px 32px;
  border-radius: 1px;
}
.gform_wrapper .gform_drop_area {
  border-color: #cbbfa8 !important;
}
.gform_wrapper .gform-footer .gform_button {
  width: 100% !important;
  padding: 16px 0 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #fff !important;
  background-color: #d2ab67 !important;
  border-radius: 8px !important;
}
.gform_wrapper .gform_button_select_files {
  background-color: #d2ab67 !important;
}
.gform_wrapper .gform_button_select_files:hover {
  background-color: #1b1464 !important;
}
.gform_wrapper .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
  color: #d2ab67 !important;
}
.gform_wrapper .payamava-phone-field {
  direction: ltr;
}
.gform_wrapper .payamava-phone-suffix {
  position: absolute;
  left: 19px;
  top: 19px;
  color: #d2ab67;
  background-color: #f5eee1;
  font-weight: 700;
  font-size: 14px;
  padding: 4px 24px;
  border-radius: 8px;
  line-height: 24px;
}
.gform_wrapper .payamava-phone-suffix {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  color: #212121;
}
@media (max-width: 768px) {
  .gform_wrapper {
    padding: 20px 18px;
  }
}
.gform_wrapper .gfield_required {
  display: none;
}
.gform_wrapper textarea {
  height: auto;
  max-height: 70px;
  width: 100%;
  border: 1px solid #f5eee1 !important;
  box-shadow: none;
  padding: 18px 24px !important;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  text-align: right;
}
.gform_wrapper .payamava-weight-suffix {
  position: absolute;
  left: 19px;
  top: 19px;
  color: #d2ab67;
  background-color: #f5eee1;
  font-weight: 700;
  font-size: 14px;
  padding: 4px 24px;
  border-radius: 8px;
  line-height: 24px;
}
.gform_wrapper .gform_title {
  text-align: center;
  margin: 0;
  padding-bottom: 0.9em;
  font-weight: 800;
  line-height: 2.5em !important;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: clamp(1.375rem, 1.2406rem + 0.566vw, 1.75rem);
}
@media (max-width: 480px) {
  .gform_wrapper .gform_title {
    font-size: 18px !important;
  }
}
.gform_wrapper .gform-body .gfield {
  position: relative;
}
.gform_wrapper .gform-body .gfield label {
  position: absolute;
  top: -17px;
  font-weight: 600;
  z-index: 9;
  font-size: 16px !important;
  line-height: 34px;
  right: 24px;
  padding: 2px 12px;
  margin: 0;
  background-color: #fff;
}

.boxParentContnt .innerCasting {
  font-size: clamp(0.8125rem, 0.7901rem + 0.0943vw, 0.875rem);
  color: #212121;
  line-height: 2.4em;
  text-align: justify;
  max-width: 1300px;
  margin: auto;
}
.boxParentContnt .innerCasting > p {
  margin: 0;
}
.boxParentContnt .boxTitlePage {
  width: 100%;
  position: relative;
  z-index: 0;
  padding: 1em;
  display: flex;
  align-items: center;
  height: 132px;
  overflow: hidden;
  background-size: cover;
  background-position-y: 58%;
  border-radius: 16px;
  background-image: url(../../img/bg-top.webp);
  margin-bottom: 1.4em;
}
@media (max-width: 768px) {
  .boxParentContnt .boxTitlePage {
    margin-bottom: 0.8em;
    height: 120px;
  }
}
.boxParentContnt .boxTitlePage::before {
  background: rgba(27, 20, 100, 0.4352941176);
  backdrop-filter: blur(2.7px);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}
.boxParentContnt .boxTitlePage .TitlePagesCas {
  color: #fff;
  text-align: center;
  margin: auto;
  font-size: clamp(1.25rem, 1.0259rem + 0.9434vw, 1.875rem) !important;
}

.c-account-nav-toggle {
  color: #fff !important;
  transition: all 0.4s ease-in-out;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  background-color: #e8e7ef !important;
}

.payamava-otp-referral-dashboard {
  border-color: #f5eee1 !important;
}
@media (max-width: 768px) {
  .payamava-otp-referral-dashboard {
    padding-bottom: 30px !important;
  }
}

.PagesSrv .TitlePagesSrv {
  font-size: clamp(1.25rem, 1.0708rem + 0.7547vw, 1.75rem);
  line-height: 2.5em;
  margin: 0 auto;
  color: #212121;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.7em;
}
.PagesSrv .divGridParetns.threeG {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}
@media (max-width: 1260px) {
  .PagesSrv .divGridParetns.threeG {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .PagesSrv .divGridParetns.threeG {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}
.PagesSrv .divGridParetns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 480px) {
  .PagesSrv .divGridParetns {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}
.PagesSrv .divGridParetns .boxSrvInners {
  background-size: cover;
  background-position: center center;
  border-radius: 16px;
  position: relative;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 255px;
  max-height: 255px;
  height: 100%;
  overflow: hidden;
  transition: all ease-in-out 0.4s;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 32px;
}
@media (max-width: 1260px) {
  .PagesSrv .divGridParetns .boxSrvInners {
    background-size: cover;
  }
}
.PagesSrv .divGridParetns .boxSrvInners:hover::before {
  backdrop-filter: blur(2px);
}
.PagesSrv .divGridParetns .boxSrvInners:hover .c-btn--primary {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #fff;
  transition: all 0.2s ease;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.9px);
  -webkit-backdrop-filter: blur(9.9px);
  border: 1px solid rgba(255, 255, 255, 0.39);
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
@media (max-width: 1260px) {
  .PagesSrv .divGridParetns .boxSrvInners {
    min-height: 210px;
    max-height: 210px;
  }
}
@media (max-width: 768px) {
  .PagesSrv .divGridParetns .boxSrvInners {
    min-height: 160px;
    max-height: 160px;
    padding: 24px;
    border-radius: 8px;
  }
}
.PagesSrv .divGridParetns .boxSrvInners .TitleSrv {
  margin: 0;
  padding-bottom: 2em;
}
@media (max-width: 768px) {
  .PagesSrv .divGridParetns .boxSrvInners .TitleSrv {
    padding-bottom: 1em;
  }
}
.PagesSrv .divGridParetns .boxSrvInners .TitleSrv h3 {
  color: #fff;
  font-size: clamp(1.25rem, 1.0708rem + 0.7547vw, 1.75rem);
  text-align: right;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
  margin: 0;
}
.PagesSrv .divGridParetns .boxSrvInners .BtnSeeSrv {
  font-size: clamp(0.875rem, 0.8526rem + 0.0943vw, 0.9375rem) !important;
  width: -moz-max-content;
  width: max-content;
  color: #fff !important;
}
@media (max-width: 1080px) {
  .PagesSrv .divGridParetns .boxSrvInners .BtnSeeSrv {
    padding: 0.5em 1.2em !important;
  }
}
.PagesSrv .divGridParetns .boxSrvInners .BtnSeeSrv svg {
  transition: all ease-in-out 0.3s;
}
.PagesSrv .divGridParetns .boxSrvInners::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, rgba(27, 20, 100, 0.75) 13.94%, rgba(27, 20, 100, 0) 93.06%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  transition: all ease-in-out 0.4s;
}

.newaboutSecBack .newaboutSec {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  padding-top: 1em;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .newaboutSecBack .newaboutSec {
    padding-top: 0.6em;
  }
}
@media (max-width: 1080px) {
  .newaboutSecBack .newaboutSec {
    flex-wrap: wrap;
  }
}
.newaboutSecBack .imageSide {
  width: 100%;
  max-width: 600px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1260px) {
  .newaboutSecBack .imageSide {
    max-width: 500px;
  }
}
@media (max-width: 1080px) {
  .newaboutSecBack .imageSide .HeadingsSection {
    padding-bottom: 0.8em;
    padding-top: 0.8em;
  }
}
@media (max-width: 1080px) {
  .newaboutSecBack .imageSide {
    max-width: 100%;
    flex-direction: column;
    border-radius: 24px;
  }
}
@media (max-width: 480px) {
  .newaboutSecBack .imageSide {
    border-radius: 16px;
  }
}
.newaboutSecBack .imageSide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 550px;
  min-height: 480px;
}
@media (max-width: 1080px) {
  .newaboutSecBack .imageSide img {
    aspect-ratio: 16/9;
    border-radius: 24px;
  }
}
@media (max-width: 480px) {
  .newaboutSecBack .imageSide img {
    border-radius: 16px;
  }
}
.newaboutSecBack .imageSide .HeadingsSection {
  display: none;
}
@media (max-width: 1080px) {
  .newaboutSecBack .imageSide .HeadingsSection {
    display: block;
  }
}
.newaboutSecBack .contentSide {
  width: calc(100% - 650px);
}
@media (max-width: 1260px) {
  .newaboutSecBack .contentSide {
    width: calc(100% - 550px);
  }
}
@media (max-width: 1080px) {
  .newaboutSecBack .contentSide {
    width: 100%;
    padding-top: 1em;
  }
}
.newaboutSecBack .contentSide .BoxParents {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2em;
}
@media (max-width: 768px) {
  .newaboutSecBack .contentSide .BoxParents {
    justify-content: center;
  }
}
.newaboutSecBack .contentSide .BoxParents .generalBtn {
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 18px;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  height: 48px;
  border: 0.8px solid transparent;
  margin: 0 !important;
}
.newaboutSecBack .contentSide .BoxParents .generalBtn:hover svg {
  transform: rotateY(180deg) scale(1.1);
}
.newaboutSecBack .contentSide .BoxParents .generalBtn svg {
  transition: all var(--ease2) 0.4s;
}
.newaboutSecBack .contentSide .BoxParents .generalBtn1 {
  color: #fff !important;
  background-color: #1b1464;
}
.newaboutSecBack .contentSide .BoxParents .generalBtn2 {
  background-color: #d2ab67;
  color: #000 !important;
}
.newaboutSecBack .contentSide .BoxParents .generalBtn.generalBtn1.link {
  flex-direction: row-reverse;
  display: flex;
}
.newaboutSecBack .contentSide .BoxParents .generalBtn.generalBtn2.Phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  font-size: 16px;
}
.newaboutSecBack .contentSide .BoxParents .generalBtn.generalBtn2.Phone .Icons {
  width: 34px;
  height: 34px;
  background: #000;
  color: #d2ab67;
  border-radius: 8px;
  transition: all var(--ease2) 0.4s;
}
.newaboutSecBack .contentSide .BoxParents .generalBtn.generalBtn2.Phone .Icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newaboutSecBack .contentSide .HeadingsSection {
  padding-bottom: 0.5em;
  align-items: start;
}
.newaboutSecBack .contentSide .HeadingsSection .SubsTitleCusTheme {
  color: #a1a1a6;
  font-size: clamp(0.8125rem, 0.7005rem + 0.4717vw, 1.125rem);
  letter-spacing: 0.3em;
  text-align: center;
  font-weight: 300;
  vertical-align: middle;
  line-height: 2em;
  margin: 0;
}
@media (max-width: 1080px) {
  .newaboutSecBack .contentSide .HeadingsSection {
    display: none;
  }
}
.newaboutSecBack .contentSide .HeadingsSection h3 {
  position: relative;
}
.newaboutSecBack .contentSide .Cont {
  font-size: 15px;
  line-height: 2.4em;
  text-align: justify;
  font-weight: 400;
}
@media (max-width: 1260px) {
  .newaboutSecBack .contentSide .Cont {
    font-size: 13.5px;
  }
}
.newaboutSecBack .contentSide p {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 2.4em;
  text-align: justify;
}
@media (max-width: 1260px) {
  .newaboutSecBack .contentSide p {
    font-size: 13.5px;
  }
}

.HeadingsSection {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 4px;
  padding-bottom: 2.5em;
}
.HeadingsSection > .TitleCusTheme,
.HeadingsSection .HeadingsSection H1 {
  color: #212121;
  font-weight: 600;
  margin: 0;
  line-height: 2em;
  text-align: center;
  position: relative;
  font-size: clamp(1.25rem, 1.0708rem + 0.7547vw, 1.75rem);
}
.HeadingsSection .SubsTitleCusTheme {
  color: #a1a1a6;
  font-size: clamp(0.8125rem, 0.7005rem + 0.4717vw, 1.125rem);
  letter-spacing: 0.3em;
  text-align: center;
  font-weight: 300;
  vertical-align: middle;
  line-height: 2em;
  margin: 0;
}

.goalsWishesBack .goalsWishesItems {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
}
@media (max-width: 1080px) {
  .goalsWishesBack .goalsWishesItems {
    grid-template-columns: repeat(1, 1fr);
  }
}
.goalsWishesBack .goalsWishesItems .goalsWishesInner {
  padding: 32px;
  border-radius: 32px;
  padding-top: 24px;
  background-color: #faf7f0;
  position: relative;
}
@media (max-width: 768px) {
  .goalsWishesBack .goalsWishesItems .goalsWishesInner {
    border-radius: 16px;
  }
}
.goalsWishesBack .goalsWishesItems .goalsWishesInner:hover svg {
  color: rgb(216.75, 183.6, 125.8);
  transform: rotateY(180deg) scale(1.1);
}
@media (max-width: 768px) {
  .goalsWishesBack .goalsWishesItems .goalsWishesInner {
    padding: 16px;
  }
}
.goalsWishesBack .goalsWishesItems .goalsWishesInner::after {
  content: "";
  background: #d2ab67;
  position: absolute;
  height: 3px;
  width: 48px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0px 0px 100% 100%;
}
.goalsWishesBack .goalsWishesItems .goalsWishesInner svg {
  color: #d2ab67;
  transition: all ease-in-out 0.4s;
}
@media (max-width: 768px) {
  .goalsWishesBack .goalsWishesItems .goalsWishesInner svg {
    height: 32px;
    width: 32px;
  }
}
.goalsWishesBack .goalsWishesItems h4 {
  font-size: 18px;
  line-height: 28px;
  margin: 20px auto;
  font-weight: 600;
  color: #212121;
}
@media (max-width: 768px) {
  .goalsWishesBack .goalsWishesItems h4 {
    font-size: 16px;
    line-height: 25px;
    margin: 16px auto 8px;
  }
}
.goalsWishesBack .goalsWishesItems p {
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
  color: #212121;
}
@media (max-width: 768px) {
  .goalsWishesBack .goalsWishesItems p {
    font-size: 13px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .btnfixrights {
    display: none !important;
  }
}

.fixBtnMobilesParent {
  display: none;
}
@media (max-width: 768px) {
  .fixBtnMobilesParent {
    display: flex !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #faf7f0;
    background-color: #f1f5fa;
    border-radius: 0.75em 0.75em 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0.75em;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .fixBtnMobilesParent .gmp-open-pricing-modal.btninnerBoxx {
    background-color: #d2ab67;
    color: #fff;
  }
  .fixBtnMobilesParent .gmp-open-pricing-modal.btninnerBoxx:hover {
    background-color: rgb(219, 187.8, 133.4);
  }
  .fixBtnMobilesParent a.btninnerBoxx {
    background-color: #1b1464;
    color: #fff;
  }
  .fixBtnMobilesParent a.btninnerBoxx:hover {
    background-color: rgb(44.55, 33, 165);
  }
  .fixBtnMobilesParent > .btninnerBoxx {
    width: 48.5%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    height: 48px;
    border: none;
    background-color: none;
    gap: 0.5em;
    line-height: 0;
    font-size: 14.5px;
    font-weight: 500;
    transition: all ease-in-out 0.3s;
    border-radius: 0.5em;
    cursor: pointer;
  }
}

.scale-in-ver-bottom {
  animation: scale-in-ver-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both;
}
@keyframes scale-in-ver-bottom {
  0% {
    transform: scaleY(0);
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
.woocommerce-order-overview__email.email,
.woocommerce-customer-details--email {
  display: none;
}

.woocommerce-customer-details address {
  color: #fff;
}

.gform_wrapper .gform-body .gfield label {
  z-index: 1 !important;
}

@media (max-width: 768px) {
  .gform_wrapper h1 {
    font-size: 18px !important;
  }
}

@media (max-width: 1080px) {
  .c-nav .c-header__nav .c-btn {
    padding: 10px !important;
  }
}

.c-footer__contact__item .s-footer-contact span {
  color: #1b1464 !important;
}

.slide-in-right {
  animation: slide-in-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s both;
}

.slide-in-rights {
  animation: slide-in-right 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s both;
}

.heartbeat {
  animation: heartbeat 1.5s ease-in-out infinite both;
}
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-rights {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
@media (max-width: 768px) {
  .c-hero-grid .c-hero:last-of-type {
    display: none;
  }
}

body.home {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .c-footer__contact__item {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .c-footer {
    height: 100% !important;
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .s-custom-order h1 {
    font-size: 22px !important;
  }
}

@media (max-width: 480px) {
  .c-prices__grid .c-price {
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 0.5rem;
  }
}
@media (max-width: 480px) {
  .c-prices__grid {
    grid-gap: 0.6rem !important;
  }
}
@media (max-width: 480px) {
  .c-prices__grid .c-price__title {
    font-size: 12.5px;
    padding-right: 4px;
  }
}
@media (max-width: 480px) {
  .c-prices__grid .c-price__price {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .c-prices__grid .c-price__currency {
    font-size: 9.5px;
  }
}

.btnfixrights {
  display: flex;
  position: fixed;
  right: 0.5em;
  z-index: 20;
  bottom: 3em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: none;
  padding-left: 8px;
  height: 56px;
  padding-left: 16px;
  border-radius: 12px;
  background-color: #000;
  transition: all var(--ease2) 0.4s;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  gap: 8px;
}
.btnfixrights:hover {
  background-color: #161616;
  color: #fff !important;
}
@media (max-width: 1080px) {
  .btnfixrights {
    font-size: 14px;
    height: 48px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 768px) {
  .btnfixrights {
    letter-spacing: 0;
    padding: 0 9px;
    gap: 0;
    right: 0.6em;
    bottom: 2.5em;
    border-radius: 50px;
  }
}
@media (max-width: 768px) {
  .btnfixrights .spaNomobile {
    display: none !important;
  }
}
.btnfixrights .IconsPa {
  width: 40px;
  height: 40px;
  background: #d2ab67;
  transition: all var(--ease2) 0.4s;
  display: flex;
  color: #000 !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .btnfixrights .IconsPa {
    border-radius: 50px;
  }
}
@media (max-width: 1080px) {
  .btnfixrights .IconsPa {
    width: 34px;
    height: 34px;
  }
  .btnfixrights .IconsPa > svg {
    width: 18px;
    height: 18px;
  }
}

.c-header__nav .c-btn {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .c-dashboard .woocommerce h2 {
    font-size: 1.3em !important;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .c-dashboard .woocommerce tfoot th,
  .c-dashboard .woocommerce tfoot td,
  .woocommerce-order-received tfoot th,
  .woocommerce-order-received tfoot td {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .c-dashboard .woocommerce {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .c-dashboard .woocommerce p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .woocommerce-Address-title.title {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1.2em 0 !important;
    padding-bottom: 1.2em;
    padding-bottom: 0 !important;
    text-align: center !important;
    gap: 6px;
  }
}
@media (max-width: 768px) {
  .woocommerce-Address-title.title .edit {
    font-size: 14px !important;
    text-decoration: none !important;
    line-height: 1.8em !important;
  }
}

@media (max-width: 768px) {
  .woocommerce-EditAccountForm fieldset label {
    font-size: 11px !important;
    top: 0 !important;
    right: 0.5em;
  }
}

@media (max-width: 480px) {
  .woocommerce-EditAccountForm fieldset {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .payamava-otp-invite-friends__referred,
  .payamava-otp-invite-friends__coupons,
  .payamava-otp-invite-friends {
    text-align: center;
  }
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  background-color: #d8e2e1 !important;
}
.woocommerce form .show-password-input:hover,
.woocommerce-page form .show-password-input:hover {
  background-color: #cbbfa8 !important;
}

.woocommerce-table.shop_table.ticket-fields th,
.woocommerce-table.shop_table.ticket-fields td {
  text-align: right !important;
}
@media (max-width: 768px) {
  .woocommerce-table.shop_table.ticket-fields th,
  .woocommerce-table.shop_table.ticket-fields td {
    text-align: center !important;
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .payamava-ticket-detail .woocommerce-table.ticket-fields th {
    width: 40%;
  }
}

.payamava-reply.payamava-reply-customer strong,
.payamava-reply.payamava-reply-admin strong {
  order: 1;
}
.payamava-reply.payamava-reply-customer .payamava-reply-date,
.payamava-reply.payamava-reply-admin .payamava-reply-date {
  order: 3;
  margin-right: auto;
}
.payamava-reply.payamava-reply-customer .payamava-reply-type,
.payamava-reply.payamava-reply-admin .payamava-reply-type {
  order: 2;
}
.payamava-reply.payamava-reply-customer .payamava-reply-content,
.payamava-reply.payamava-reply-admin .payamava-reply-content {
  font-size: clamp(0.84375rem, 0.7877rem + 0.2358vw, 1rem) !important;
  line-height: 2em !important;
  text-align: justify;
}

@media (max-width: 768px) {
  .payamava-ticket-detail .woocommerce-Button.button {
    width: 100% !important;
    display: flex;
    border-radius: 0.6em;
    justify-content: center;
    font-size: 14.5px;
  }
}

body.woocommerce-checkout form.woocommerce-checkout {
  padding: 1em 0;
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-order-received h2 {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 768px) {
  .woocommerce-order-details {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-order-received > p {
    font-size: 1.05rem !important;
    padding: 1rem 1rem;
    border-radius: 0.7em;
  }
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-order-received .woocommerce-order-overview li strong {
    font-size: 13px !important;
  }
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-order-received .woocommerce-order-overview li {
    border-radius: 0.55rem !important;
  }
}

.search-by-json .list-posts,
.search-by-json .list-games {
  grid-template-columns: 1fr 1fr !important;
}
@media (max-width: 1080px) {
  .search-by-json .list-posts,
  .search-by-json .list-games {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  body.woocommerce-checkout .woocommerce-checkout .o-checkout-title {
    font-size: 20px !important;
    line-height: 2em;
    padding-bottom: 0.5em;
  }
}
@media (max-width: 380px) {
  body.woocommerce-checkout .woocommerce-checkout .o-checkout-title {
    font-size: 18px !important;
  }
}

.gold-metals-delivery-checkout-wrapper .gold-metals-gm-pill-grid li {
  margin: 0;
  width: 32.5%;
}
@media (max-width: 1080px) {
  .gold-metals-delivery-checkout-wrapper .gold-metals-gm-pill-grid li {
    width: 48.5%;
  }
}
@media (max-width: 380px) {
  .gold-metals-delivery-checkout-wrapper .gold-metals-gm-pill-grid li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .gold-metals-delivery-checkout-wrapper .gold-metals-gm-info-banner {
    font-size: 13.5px !important;
  }
}

.gold-metals-delivery-checkout-wrapper .gold-metals-gm-pill {
  white-space: nowrap;
}
@media (max-width: 1080px) {
  .gold-metals-delivery-checkout-wrapper .gold-metals-gm-pill {
    padding: 9.5px 14px !important;
  }
}
@media (max-width: 768px) {
  .gold-metals-delivery-checkout-wrapper .gold-metals-gm-pill {
    font-size: 13px !important;
  }
}

.wp-block-woocommerce-empty-cart-block {
  color: #8f8f8f;
}

@media (max-width: 768px) {
  .gold-metals-delivery-checkout-wrapper .gold-metals-gm-pill__branch-title {
    font-size: 14.5px !important;
  }
}

@media (max-width: 768px) {
  .gold-metals-delivery-checkout-wrapper .gold-metals-gm-pill__branch-detail {
    font-size: 13.5px !important;
  }
}
@media (max-width: 380px) {
  .gold-metals-delivery-checkout-wrapper .gold-metals-gm-pill__branch-detail {
    font-size: 12.5px !important;
  }
}

@media (max-width: 380px) {
  .gold-metals-gm-pill-grid--slots li {
    flex: auto !important;
  }
}

.gold-metals-delivery-checkout-wrapper .gold-metals-gm-pill-grid.gold-metals-gm-pill-grid--branches > li {
  width: 100% !important;
}

.gold-metals-delivery-checkout-wrapper .gold-metals-shipping-radio-item {
  white-space: nowrap;
}

.woocommerce-checkout {
  overflow-x: hidden;
}
.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
  border-radius: 0.5em !important;
  padding: 0.5em 2em;
  width: 100%;
  line-height: 2.2em;
  font-size: 14px;
}
@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
    font-size: 13px !important;
  }
}
.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error a {
  color: #fff !important;
}

@media (max-width: 768px) {
  .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
    width: 100% !important;
  }
}

.c-dashboard .woocommerce tbody td a,
.woocommerce-order-received tbody td a {
  text-decoration: none !important;
  font-weight: 600 !important;
}

.s-nav a {
  font-size: 14.5px;
}
@media (max-width: 1260px) {
  .s-nav a {
    font-size: 13.5px;
  }
}

.btnfixrights.Phones {
  bottom: 7em;
}

.c-dashboard .woocommerce tbody td,
.woocommerce-order-received tbody td {
  font-size: 14px !important;
  line-height: 1.8em !important;
}
@media (max-width: 480px) {
  .c-dashboard .woocommerce tbody td,
  .woocommerce-order-received tbody td {
    font-size: 13px !important;
  }
}

.btnfixrights.slide-in-right.Phones a {
  color: #fff !important;
}

.gmp-fees-wrapper {
  direction: rtl;
}

.gmp-fees-head {
  margin-bottom: 20px;
}

.gmp-fees-head h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 6px;
}
@media (max-width: 768px) {
  .gmp-fees-head h3 {
    font-size: 22px;
  }
}

.gmp-fees-head p {
  margin: 0;
  color: #8b8b8b;
  font-size: 14px;
}

.gmp-fees-card {
  border: 1px solid #f1f1f1;
  border-radius: 0.75em;
  overflow: hidden;
  margin-bottom: 18px;
  background: #fff;
}

.gmp-fees-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #f1f1f1;
  background: #f1f1f1;
}

.gmp-fees-card-head strong {
  font-size: 24px;
}

.gmp-fees-card-head span {
  font-size: 13.5px;
  font-weight: 500;
  color: #4d4d4d;
}

.gmp-fees-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  border-top: 1px solid #f1f1f1;
}

.gmp-fees-row:last-child {
  border-bottom: none;
}

.gmp-fees-row span {
  color: #4d4d4d;
  font-size: 15px;
}
@media (max-width: 768px) {
  .gmp-fees-row span {
    font-size: 14px;
  }
}

.gmp-fees-row b {
  font-size: 22px;
  color: #212121;
}
@media (max-width: 768px) {
  .gmp-fees-row b {
    font-size: 18px;
  }
}

.gmp-fees-confirm {
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 18px;
  background-color: rgb(48.9375, 36.25, 181.25);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  margin-top: 10px;
}
.gmp-fees-confirm:hover {
  background-color: #1b1464;
}
@media (max-width: 768px) {
  .gmp-fees-confirm {
    font-size: 14px;
  }
}

.gmp-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}

.gmp-modal.active {
  opacity: 1;
  visibility: visible;
}

.gmp-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
}

.gmp-modal-dialog {
  position: relative;
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 1em;
  transform: translateY(30px) scale(0.96);
  transition: 0.25s ease;
  z-index: 2;
  max-height: 90vh;
  overflow: auto;
}
@media (max-width: 768px) {
  .gmp-modal-dialog {
    max-width: 370px !important;
  }
}

.gmp-modal.active .gmp-modal-dialog {
  transform: translateY(0) scale(1);
}

.gmp-modal-close {
  position: absolute;
  top: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #f3f3f3;
  cursor: pointer;
  font-size: 24px;
  z-index: 10;
}

.gmp-fees-card-body {
  display: flex;
  flex-direction: column-reverse;
}

body.gmp-modal-open {
  overflow: hidden;
}

.gmp-modal-content {
  padding: 2em 1.5em;
  padding-bottom: 1em;
}

@media (max-width: 640px) {
  .gmp-modal {
    align-items: flex-end;
  }
  .gmp-modal-dialog {
    max-width: 100%;
    border-radius: 28px 28px 0 0;
    transform: translateY(100%);
  }
  .gmp-modal.active .gmp-modal-dialog {
    transform: translateY(0);
  }
}/*# sourceMappingURL=style-rtl.css.map */