@import url("./color.css");

@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/yekanbakh/YekanBakhEN05Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/yekanbakh/YekanBakhEN02Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/yekanbakh/YekanBakhEN07Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/yekanbakh/YekanBakhEN06Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

button:disabled {
  opacity: 0.4;
}

body {
  font-family: "YekanBakh";
  line-height: 2;
}
#searchbar.active {
  display: flex;
}
#main-header.de-active {
  display: none;
}
#search-backdrop.active {
  display: block;
}
.copy-right {
  background-color: var(--main-gray-color);
}
.swiper-button-prev,
.swiper-button-next {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.17);
}
.blog-card {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
}
.swiper-pagination {
  width: auto !important;
  left: 50% !important;
  bottom: 24px !important;
  transform: translateX(-50%);
}
.swiper-pagination-bullet {
  background: #757575 !important;
}
.swiper-pagination-bullet-active {
  background: #000 !important;
}
header .drawer-container.active {
  transform: none;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0ms;
}
header .drawer-container.active ~ .backdrop-container.show-backdrop {
  display: block;
}
.switch_thumb {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, background-color 0.2s ease;
  left: 12px;
}
.switch_line {
  width: 44px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  box-shadow: inset rgba(0, 0, 0, 0.2);
}
.switch_thumb.active {
  transform: translate(50%, -50%);
}
.switch_line.active {
  background-color: #48bb78;
}
.modal_switch_thumb {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, background-color 0.2s ease;
  left: 12px;
}
.modal_switch_line {
  width: 44px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  box-shadow: inset rgba(0, 0, 0, 0.2);
}
.modal_switch_thumb.active {
  transform: translate(50%, -50%);
}
.modal_switch_line.active {
  background-color: #48bb78;
}
#filter-modal {
  display: none;
}
#filter-modal.active {
  display: flex;
  z-index: 50;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  right: 0;
  flex-direction: column;
  align-items: flex-start;
}
.pdp-tab-btn.active {
  border-bottom: 2px solid black;
}
@media only screen and (min-width: 900px) {
  #filter-modal {
    display: none !important;
  }
}

.blog-card-description {
  min-height: 100px;
}

.product-card-horiz {
  border: 0 !important;
}

.product-card-holder {
  padding: 0 8px;
}

.product-card-holder > a {
  width: 100%;
}

.product-card-vertical.price-holder {
  min-height: 50px;
  justify-content: flex-end;
}

.alert {
  display: none;
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 9999;
}

.alert-content {
  display: flex;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.33);
  text-align: center;
}

.close-button {
  font-size: 20px;
  cursor: pointer;
}

.header-cart-btn {
  position: relative;
}

.badge {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
}

.badge.red {
  background-color: rgba(253, 86, 86, 1);
  color: #fff;
}

.badge.success {
  background-color: green;
  color: #fff;
}

.product-gallery-swiper {
  max-height: 420px;
}

.product-swiper-thumbnail {
  display: flex;
}

.product-thumbnail-holder {
  display: flex;
  align-items: center;
}

.product-thumbnail-holder .product-thumbnail {
  border: 1px solid rgba(116, 115, 115, 0.12);
  overflow: hidden;
  min-height: 100px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.product-thumbnail-holder .product-thumbnail:hover {
  opacity: 0.7;
}

.product-gallery-swiper .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-height: 400px;
}

.product-gallery-swiper .swiper-slide img {
  max-height: 350px;
  width: auto;
}

.like-button.liked svg path {
  fill: rgba(253, 86, 86, 1);
}

.product-card-vertical .thumbnail-holder {
  min-height: 200px;
  align-items: center;
}

.product-card.product-card-vertical .title-holder {
  margin-top: 8px;
  min-height: 48px;
  line-height: 2;
}

.product-card .thumbnail-holder img {
  max-height: 200px;
  width: auto;
}

.product-details-part .single_variation_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.product-details-part .attributes-holder {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .product-details-part .single_variation_wrap {
    flex-direction: row;
  }
  .product-details-part .attributes-holder {
    height: auto;
  }
}

.product-details-part .cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  /* padding-top: 16px; */
  /* margin-top: 16px; */
  width: 100%;
}

.product-details-part .cart input[type="number"] {
  max-width: 60px;
  padding: 0 8px;
  height: 32px;
  border: 1px solid #e5e7eb;
  text-align: center;
  border-radius: 2px;
}

.form-submit input[type="submit"],
.button,
.checkout-button,
.woocommerce button[type="submit"],
.woocommerce-Button,
.single_add_to_cart_button {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  background-color: #000 !important;
  color: #fff !important;
}

.product-details-part .variations .label {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  margin-bottom: 4px;
}

.product-details-part .variations tr {
  margin-bottom: 16px;
}

.product-details-part .variations tr,
.product-details-part .variations tr td {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-details-part .variations .reset_variations {
  margin-top: 16px;
  border: 1px solid #000;
  padding: 8px;
  display: inline-flex;
}

.product-details-part .variations tr td select {
  border: 1px solid #dedede;
  padding: 8px;
  cursor: pointer;
}

.product-details-part .single_add_to_cart_button.disabled {
  opacity: 0.7;
  cursor: default;
}

.product-details-part .sale-price{
  font-size: 24px;
}

.product-details-part .regular-price {
  font-size: 24px;
}

.product-details-part .price-holder {
  justify-content: center;
  gap: 8px;
}

body.single .html-content-part p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 36px;
}

body.single .html-content-part img {
  margin: 24px auto;
}

.table.product-attributes {
  margin: 32px 0;
  width: 100%;
}

.table.product-attributes tr {
}

.table.product-attributes tr td {
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.02);
  font-weight: 100;
}

.table.product-attributes tr td.label {
  font-weight: 400;
}

.table.product-attributes tr:nth-child(2n) td {
  background-color: #fff;
}

.table.product-attributes tr td.value {
  font-weight: 100;
}

.woocommerce .star-rating span::before {
  color: #fdd835;
}

.review-container .comments-area {
  width: 100%;
}

.review-container .comments-area .comment-body {
  border-radius: 0;
}

.review-container .comment-form-author textarea {
  border-radius: 0;
}

.review-container .form-submit {
  margin-top: 16px;
}

.review-container .form-submit input[type="submit"] {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
}

.product-details-part .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 8px;
}

.product-details-part .woocommerce-product-rating {
  display: none;
}

.single-product.simple .cart {
  display: flex;
  flex-direction: row;
  margin-top: 32px;
  justify-content: flex-end;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
  direction: rtl;
}

.attributes-holder .features p {
  text-align: right !important;
}

@media(max-width: 768px) {

.woocommerce-cart-form__cart-item .woocommerce-Price-amount {
  justify-content: flex-end;
}

  .single-product.simple .cart {
    margin-top:0;
    justify-content:center;
  }
  .woocommerce-message {
    flex-direction: column-reverse;
    gap: 8px;
  }
}

.not-found-holder img {
  width: 160px;
  height: auto;
}

.bapf_head {
  margin: 16px 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
}

.bapf_body input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.bapf_sfilter ul li {
  margin-bottom: 8px !important;
}

.bapf_body label {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.4);
}

.bapf_sfilter.color li label,
.bapf_sfilter.color li label span {
  margin-right: 0 !important;
}

.bapf_sfilter.color li label span {
  margin-left: 16px;
}

.bapf_sfilter.brchecked_default input:checked + label .bapf_clr_span {
  transform: none;
  border: 2px solid #000;
}

.bapf_sfilter.brchecked_default input:checked + label .bapf_clr_span::after {
  content: url("../images/done.svg");
  position: absolute;
  text-shadow: none;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.search-holder-backdrop {
  padding: 70px 0;
}

.logged-in.admin-bar .search-holder-backdrop {
  padding-top: 100px;
}

@media (max-width: 900px) {
  .search-holder-backdrop {
    padding-top: 56px;
  }
}

.product-card-horiz * {
  color: rgba(0, 0, 0, 1);
}

.product-card-horiz.on-sale .regular-price {
  color: rgba(253, 86, 86, 1);
}

.product-card-horiz .thumbnail-holder img {
  width: 150px;
  height: auto;
}

.product-card-horiz .add-to-cart-btn {
  display: none;
}

.ajax-search-not-found * {
  color: #000;
}

.ajax-search-results > * {
  padding: 16px 0;
  margin-bottom: 16px;
}

.has-loader#search-results {
  min-height: 200px;
  background-color: #fff;
}

.parent-price-holder {
  min-height: 40px;
  display: flex;
  align-items: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 78%;
}

@media (max-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}

.woocommerce-MyAccount-navigation li a {
  padding: 8px 16px;
  display: flex;
  font-weight: 400;
}

.woocommerce-MyAccount-navigation li.is-active a {
  background: #f5f5f5;
}

.avatar-holder {
  position: relative;
}

.avatar-holder #avatar_upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.avatar-holder img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.comment-form-comment {
  display: flex;
  flex-direction: column;
}

.comment-form-comment textarea,
.checkout_coupon .input-text,
.woocommerce-additional-fields textarea,
.woocommerce-billing-fields textarea,
.woocommerce-billing-fields input[type="text"],
.woocommerce-billing-fields input[type="password"],
.woocommerce-billing-fields input[type="email"],
.woocommerce-billing-fields input[type="tel"],
.woocommerce-MyAccount-content textarea,
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="tel"] {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.woocommerce-MyAccount-content span em,
.woocommerce-MyAccount-content address {
  font-style: normal;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 8px;
  display: flex;
}

.woocommerce-MyAccount-content fieldset {
  padding-top: 24px;
  margin: 24px 0;
}

.woocommerce-MyAccount-content fieldset legend {
  font-size: 20px;
}

.woocommerce-MyAccount-content label {
  font-size: 16px;
}

.select2-container--default .select2-selection--single {
  height: 49px;
  border-radius: 0;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.select2-container--default .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
  left: 8px !important;
}

.woocommerce-address-fields p {
  margin-top: 16px;
}

.aljomeyra-table {
  border: 0 !important;
}

.aljomeyra-table td.actions {
  display: flex;
  justify-content: space-between;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.cart_totals h2 {
  margin-bottom: 16px;
}

.woocommerce-Price-amount {
  justify-content: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 4px;
}

.woocommerce-Price-amount bdi {
  display: flex;
  flex-direction: row-reverse;
  gap: 4px;
}

.woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  color: rgba(0, 0, 0, 0.4);
}

.woocommerce a.remove:hover {
  opacity: 0.7;
  background-color: transparent !important;
}

#coupon_code {
}

.woocommerce-cart h1,
.woocommerce-checkout h1 {
  display: none;
}

.order_details li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

td.product-subtotal,
td.product-price {
  direction: ltr;
}

ul.order_details {
  display: flex;
  justify-content: center;
}

.woocommerce-orders-table__cell-order-actions {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}

.woocommerce-orders-table__cell .woocommerce-Price-amount {
  justify-content: flex-end;
}

.woocommerce table.my_account_orders .button {
  height: auto;
}

@media (min-width: 992px) {
  .woocommerce-orders-table__header-order-actions {
    text-align: left !important;
  }
}

.wc-proceed-to-checkout a {
  width: 100%;
}

.single-product .reset_variations {
  display: none !important;
}

.comment-text .comment-rating {
  display: none !important;
}

.review-container .woocommerce-Reviews {
  width: 100%;
}

.review-container .woocommerce-Reviews-title {
  margin-bottom: 16px;
}

.review-container .comment_container .avatar {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50%;
  background: transparent !important;
  padding: 0 !important;
  border: 1px solid #eee !important;
}

.review-container .comment_container .comment-text {
  margin-right: 64px !important;
  border: 0 !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.review-container .woocommerce-Reviews .stars:first-of-type,
.review-container .comment-form-rating label,
.review-container .comment-form-rating #rating {
  display: none !important;
}

.tab-container > div.flex {
  position: sticky;
  top: 70px;
  background-color: #fff;
  z-index: 1;
}

.logged-in.admin-bar .tab-container > div.flex {
  top: 70px;
}

.mobile-menu-holder a {
  color: #000;
  padding: 8px;
  width: 100%;
  display: block;
}

.single-post-content p {
  color: rgba(0, 0, 0, 0.87);
  line-height: 2;
}

.header-menu-holder ul {
  display: flex;
  gap: 32px;
}

.main-header-holder {
  position: sticky;
  top: 0;  
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.product-card {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

form.woocommerce-ordering select {
  border: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.html-content-part,
.html-content-part p {
  font-size: 14px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.7);
}

.bapf_sfilter ul li {
  text-align: right !important;
}

.bapf_clr_span {
  width: 24px !important;
  height: 24px !important;
}

.product-gallery-holder > .slider-mobile-desktop > * {
  width: 100%;
}

.has-loader {
  pointer-events: none;
  position: relative;
}

.has-loader::before {
  display: flex;
  align-items: center;
  justify-content: center;  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
}

.has-loader .not-found-holder {
  opacity: 0;
}

.has-loader.light::before {
  content: url("../images/loading.gif");
}

.has-loader.dark::before {
  content: url("../images/loading-dark.gif");
}

.price-wrapper {
  align-items: flex-end;
}

.fab-icons {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 11;
}

.fab-icons.left {
  left: 16px;
  right: initial;
}

.fab-icon {
  width: 48px;
  height: 48px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.fab-icon img {
  max-width: 40%;
}

.fab-icons.archive-products {
  display: none;
}

#sidebar-filter-contents .close-button {
  display: none;
}

@media(max-width: 900px) {
  .fab-icons.archive-products {
    display: block;
  }
  #sidebar-filter-contents {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11111111;
    display: none;
  }
  #sidebar-filter-contents .close-button,#sidebar-filter-contents.active {
    display: block;
  }
}

.icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.icon-button img {
  max-width: 60%;
}
.fab-icons .call-options .options {
  display: none;
}
.fab-icons .call-options.active  .options {
  display: flex;
}

.bapf_rst_nofltr {
  display: none;
}

.pdp-tab-content table {
  margin: 16px 0;
  width: 100%;
}

.pdp-tab-content table td, .pdp-tab-content table th {
  padding: 8px;
}
.pdp-tab-content table th {
  background-color: rgba(0, 0, 0, 0.03);
  text-align: right;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 100%;
  height: auto;
}

.product-price-list-page {
  width: 1000px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.product-price-list-page p {
  margin-bottom: 12px;
}


.product-price-list-page img {
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.2);
  transition: 0.2s all;
  width: 300px;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
}

.product-price-list-page img:hover {
  border-color: #000;
}

.product-price-list-page table {
  border: 1px solid #eee;
  margin: 8px 0 24px 0;
  width: 100%;
}

.product-price-list-page table th, .product-price-list-page table td {
  padding: 12px 16px;
  border: 1px solid #eee;
}

.product-price-list-page a {
  color: blue;
}

.product-price-list-page a:hover {
  border-bottom: 1px dotted blue;
}