/*Breadcrumb*/
.wb-custom-breadcrumb a:first-child::before {
  padding: 16px;
}

/* Product title */
.wb-product-title {
  font-size: 18px;
  line-height: 1.8;
}

/*SKU*/
.sku {
    color: #919191;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 16px;
}

/*Review stars*/
.woocommerce .star-rating span::before {
    color: #ff8300;
}

/*Short description*/
.woocommerce-product-details__short-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}

/*Meta categories*/
.wb-meta-categories {
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  font-size: 12px;
  font-weight: 300;
  background: #eee;
  padding: 10px 20px;
  margin: 20px 0 10px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* Share & Original below product image start */
.wb_pc_ugl_icons-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 12px 0;
}
.wb_pc_ugl_icons-container .wb_pc_ugl_icon {
  font-size: 24px;
  color: #515151;
}
.wb_pc_ugl_icons-container a:hover {
  background-color: var(--wb-secondary-color);
}
.wb_pc_ugl_icons-container a:hover div {
  color: #fff;
}
.wb_pc_ugl_icon-box {
  text-align: center;
  background-color: #eee;
  padding: 16px 8px;
  border-radius: 10px;
  width: 100px;
}

.wb_pc_ugl_icon {
  font-size: 36px;
  color: #0071a1;
}

.wb_pc_ugl_icon-text {
  margin-top: 4px;
  font-size: 12px;
  color: #515151;
  font-weight: bold;
}
/* Share & Original below product image end */

/* Shop features start */
.wb_pc_fch_features-container {
  padding: 20px 0;
}
.wb_pc_fch_features-main {
  display: flex;
  justify-content: space-around;
  background: white;
  padding: 24px 10px 10px 10px;
  border-radius: 10px;
  border: 1px solid #eee;
  width: 100%;
}
.wb_pc_fch_feature {
  text-align: center;
  font-size: 14px;
  color: #333;
}
.wb_pc_fch_feature img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.wb_pc_fch_badge {
  position: relative;
}
.wb_pc_fch_badge span {
  position: absolute;
  top: 0px;
  right: 5px;
  background-color: var(--wb-primary-color) !important;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 50%;
}
/* Shop features end */

.woocommerce-tabs .wc-tabs {
  padding: 0px;
  margin-top: 20px;
}

.woocommerce-tabs .wc-tabs li {
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
}

.woocommerce-tabs .wc-tabs li a {
  padding: 5px 10px;
  color: #888;
  font-size: 14px;
}

.woocommerce-tabs .wc-tabs li.active {
  background-color: var(--wb-primary-color);
  color: white;
  border-radius: 8px;
}

.woocommerce-tabs .wc-tabs li.active a {
  color: white;
}

.woocommerce-tabs .wc-tabs li.active::before {
  color: white;
}

.woocommerce-tabs .wc-tabs li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
  color: #888;
}

.woocommerce-tabs .description_tab::before {
  content: "\f0c9";
}

.woocommerce-tabs .reviews_tab::before {
  content: "\f075";
}

.woocommerce-tabs .additional_information_tab::before {
  content: "\f0ce";
}

.woocommerce-Tabs-panel {
  color: #888;
  padding: 10px;
  line-height: 2;
  margin-top: 50px;
}

.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel h1,
.woocommerce-Tabs-panel h3 {
  position: relative;
  color: #666;
  font-size: 18px;
}
.woocommerce-Tabs-panel h2::after,
.woocommerce-Tabs-panel h1::after,
.woocommerce-Tabs-panel h3::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 4px;
  right: 1px;
  border-bottom: 3px solid #7b01fc;
  bottom: -10px;
}

/* Modal start */

.wb_cprd_open-modal-btn {
  color: #515151 !important;
  font-size: 14px;
}
.wb_cprd_open-modal-btn:hover {
  background-color: var(--wb-secondary-color) !important;
}

.wb_cprd_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.wb_cprd_modal-content {
  position: relative;
  width: 70%;
  background-color: white;
  border-radius: 8px;
  padding: 40px;
  margin: 150px auto;
  overflow: hidden;
}

.wb_cprd_close-modal {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: var(--wb-primary-color) !important;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #555;
  border-radius: 50px;
  padding: 5px 14px;
}

.wb_cprd_close-modal:hover {
  background-color: var(--wb-secondary-color) !important;
  color: #fff;
}

/* Modal main content */

.wb_cprd_modal_cnt_share-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px;
  margin-top: 30px;
}

/* Share main info & buttons */

.wb_cprd_modal_cnt_share-buttons {
  z-index: 1;
}

/* Share text */

.wb_cprd_modal_cnt_share-main {
  width: fit-content;
  font-size: 1rem;
  font-weight: 400;
  color: white;
  text-wrap: nowrap;
  background-color: var(--wb-primary-color);
  border-radius: 8px;
  padding: 10px 15px;
}

/* Modal image */

.product_image-modal {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-50deg);
  opacity: 0.1;
  width: 30%;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: -80px;
  margin-left: -50px;
  z-index: -1;
}

.product_image-modal img {
  width: 100%;
  height: 100%;
}

/* Modal product name */

.product_name-modal {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 30px;
}

/* Social icons */

.wb_cprd_modal_cnt_social-icons {
  display: flex;
  gap: 8px;
}

.wb_cprd_modal_cnt_social-icons a {
  width: 40px;
  height: 40px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  padding: 10px;
  margin: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.wb_cprd_modal_cnt_social-icons a:hover {
  opacity: 0.9;
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.wb_cprd_modal_cnt_facebook {
  background-color: #3b5998;
}

.wb_cprd_modal_cnt_whatsapp {
  background-color: #25d366;
}

.wb_cprd_modal_cnt_telegram {
  background-color: #0088cc;
}

.wb_cprd_modal_cnt_linkdn {
  background-color: #0e76a8;
}

.wb_cprd_modal_cnt_twitter {
  background-color: #1da1f2;
}

/* Short link & copy button conatainer */

.wb_cprd_modal_cnt_input_group {
  display: flex;
  align-items: center;
  align-self: flex-end;
  width: 100%;
  max-width: 400px;
  z-index: 1;
}

.wb_cprd_modal_cnt_input {
  width: 100%;
  height: 40px;
  text-align: left;
  border: none;
  padding: 15px;
  margin-left: 10px;
  box-shadow: 0 2px 6px #cacaca2e;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.wb_cprd_modal_cnt_button {
  color: white;
  font-size: 14px;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
}

/* Modal end */

/*Available options table in variation products*/
.pvtfw_variant_table_block table.variant td:before {
    display: none;
}

/*Attribute table start*/

.woocommerce table.shop_attributes {
  background: #fff;
  border: none;
}

.woocommerce table.shop_attributes tr {
  background: #fff;
  border: none;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes tr:nth-child(even) th {
    width: 15%;
    text-align: right;
    font-weight: 500;
    vertical-align: middle;
    border: none;
    background: #fff;
}

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes tr:nth-child(even) td {
    width: 80%;
    border: none;
    background: #fff;
    padding: 5px;
}

.woocommerce table.shop_attributes td p {
    width: 100%;
    color: #333;
    font-style: normal;
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 16px 24px;
}

.wb-add-to-cart .stock in-stock,
.wb-add-to-cart .quantity,
.wb-add-to-cart .stock {
  display: none;
}

.pvtfw_variant_table_block button {
  background-color: var(--wb-primary-color) !important;
}

.pvtfw_variant_table_block button:hover {
  background-color: var(--wb-secondary-color) !important;
}

.wb-cprd-out-of-stock {
  border: 1px dashed blue;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  width: max-content;
}

.wb-cprd-carousel .product-image {
  height: 230px;
  width: 93%;
}

.wb-cprd-carousel .product-title {
  margin-top: 20px;
  height: 45px;
  color: #000;
}

.wb-cprd-carousel .product-actions {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}
.wb-cprd-carousel .product-actions .circle-search {
  background-color: #ddd !important;
}
.wb-cprd-carousel .product-actions .circle-card {
  background-color: #500c591a !important;
}
.wb-cprd-carousel .product-actions .circle-action-link {
  font-size: 14px;
  font-weight: 700;
  fill: var(--wb-primary-color);
  color: var(--wb-secondary-color);
  border-radius: 100px 100px 100px 100px;
  box-shadow: 0px 4px 120px 0px rgba(0, 0, 0, 0.07);
  padding: 8px 15px;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.wb-cprd-carousel .product-actions .circle-action-link:hover svg {
  fill: #fff;
  color: #fff;
}
.wb-cprd-carousel .product-actions .circle-action-link:hover {
  background-color: var(--wb-primary-color) !important;
  fill: #fff;
  color: #fff;
}

.matn-didgah {
  float: right;
  width: 100%;
  background: #eee;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}
.matn-didgah ul {
  padding: 15px 0;
  margin: 0;
}

.matn-didgah ul li {
  float: right;
  width: 100%;
  list-style: none;
  padding: 5px;
  font-weight: 400;
}

.matn-didgah ul li::before {
  content: "";
  float: right;
  width: 8px;
  height: 8px;
  background: #d3d3d3;
  border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
  margin-top: 5px;
  margin-left: 8px;
}
.matn-didgah h3::before {
  content: "";
  float: right;
  width: 10px;
  height: 10px;
  background: #2dcea2;
  border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
  margin-top: 8px;
  margin-left: 8px;
  position: relative;
  top: -1px;
}

.woocommerce #review_form #respond .form-submit input {
  right: auto;
  background: var(--wb-primary-color);
  color: #fff;
  padding: 15px 20px;
  font-family: iranyekan;
  font-weight: 400;
  width: unset;
  box-shadow: 0 5px 15px rgba(85, 85, 85, 0.34);
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: var(--wb-secondary-color);
  color: #fff;
  box-shadow: 0 5px 15px rgba(85, 85, 85, 0.34);
}

.wb-product-actions > div > p {
  width: 370px;
  text-align: center;
}
/*Related product item*/
.woocommerce-product-related-container .wb-cprd-carousel .swiper-slide {
    height: 100%;
    padding: 24px 16px;
}
.custom-product-box {
  width: 100%;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: none;
}
.custom-product-box .product-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.custom-product-box .product-meta .price {
  font-size: 13px;
  font-weight: 600;
  line-height: 20.14px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #c342d2;
}
.custom-product-box .product-meta .price span.woocommerce-Price-currencySymbol {
  color: #000;
}
.custom-product-box .product-meta .price del {
  filter: blur(1px);
  opacity: 0.5;
}

/*Product without price*/
.wb-cprd-no-price {
    color:#2C5EFF;
    text-align: center;
    border-radius: 5px;
    border: 2px dotted #2C5EFF;
    padding: 10px;
}

.swiper-slide .custom-product-box .product-info h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 23.24px;
  text-align: center;
  color: #000;
}
.custom-product-box .product-meta {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.custom-product-box .product-meta .product-actions {
  width: fit-content;
  background-color: #500c591a;
  font-size: 14px;
  font-weight: 700;
  fill: #500c59;
  color: #500c59;
  border-radius: 100px 100px 100px 100px;
  box-shadow: 0px 4px 120px 0px rgba(0, 0, 0, 0.07);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  transition: 0.3s all ease-in-out;
}
.custom-product-box .product-meta .product-actions:hover {
  background: #500c59;
  color: #fff;
}
.custom-product-box .product-meta .product-actions svg {
  stroke: #500c59;
}
.custom-product-box .product-meta .product-actions:hover svg {
  stroke: #fff;
}
.custom-product-box .product-meta .check-btn {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  font-weight: 700;
}
.custom-product-box .product-meta .check-btn span {
  display: flex;
  align-items: center;
  margin-top: -6px;
}
.product-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-product-box .product-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-product-box .product-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-product-box .product-image {
  padding: 23px;
  border: solid 1px #0000001a;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .woocommerce-container {
    width: 100%;
    padding: 10px;
  }
  
  .wb-custom-breadcrumb {
    line-height: 2;
    padding: 12px 16px;
  }
      
  .wb-custom-breadcrumb a:first-child::before {
      display: none;
  }

  .woocommerce-product-gallery-price-title
    > .woocommerce-product-gallery-prices {
    width: 100%;
  }

  .woocommerce-product-gallery-price-title {
    flex-direction: column;
    width: 100%;
    padding: 5px;
  }

  .woocommerce-product-metadata-container {
    width: 100%;
  }
  .woocommerce-product-gallery-container {
    width: 100%;
  }

  .woocommerce-product-gallery-prices {
    width: 100%;
  }

  .wb-product-meta-container {
    flex-direction: column;
  }

  .wb-product-actions {
    padding: 20px 0 !important;
  }
  .wb-meta-categories,
  .wb-product-actions {
    width: 100%;
    text-align: center;
  }

  .wb_pc_fch_features-container {
    display: none;
  }
  .wb_pc_fch_features-main {
    flex-direction: column;
    align-items: center;
  }

  .wb-product-title {
    font-size: 18px;
  }
  .wb-product-actions > div {
    justify-content: center !important;
  }

  /* Modal */

  .wb_cprd_modal-content {
    width: 95%;
    padding: 16px;
    margin: 35% auto;
  }

  .wb_cprd_modal_cnt_share-container {
    padding: 32px 8px 16px 8px;
  }

  .product_image-modal {
    width: 70%;
  }

  .product_name-modal {
    flex-direction: column;
    align-items: start;
    font-size: 18px;
    line-height: 1.8;
  }
  
  /*Available options table in variation products*/
    .pvtfw_variant_table_block table.variant tr {
        display: flex;
        flex-direction: column-reverse;
    }
    .pvtfw_variant_table_block table.variant td {
        display: block;
        padding: 8px;
        &:nth-child(even) {
            background-color: #fff;
        }
        figure.item {
            display: flex;
            justify-content: center;
            margin: 0;
        }
    }

  /*Related product item*/
  .custom-product-box {
    width: 48%;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 4px 99px 0px rgba(0, 0, 0, 0.09);
  }
}
