/* c2 custom.css */
.product-reviews-sec h3 {
  font-size: 0.875rem;
  letter-spacing: 3px;
}
.accordion .description {
  line-height: 1.4;
}
.comment-form-cookies-consent label {
  text-transform: inherit;
}
.product-reviews-sec h2,
li.product .star-rating + .empty-rating,
.rating-custom .woocommerce-product-rating + .empty-rating,
.woocommerce-page div.product .woocommerce-tabs {
  display: none;
}
.product-reviews-sec #reviews .description {
  display: block !important;
}
/* .rating-custom a {
    pointer-events: none;
  } */
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0;
  margin-top: 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  line-height: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}

div.woocommerce-notices-wrapper {
  display: none !important;
}

.popup.review-popup {
  height: 20%;
  z-index: 9999;
  top: 30%;
}

.popup.review-popup .content {
  overflow-y: hidden;
}

.popup.review-popup .content p {
  font-size: 20px;
  text-align: center;
  overflow-y: hidden;
}

.popup .header {
  height: 20px;
  padding: 0px 20px;
  margin-top: 20px;
}

#billing_address_1_field
  span.woocommerce-input-wrapper
  div.idpc_autocomplete
  input#billing_address_1 {
  width: 100%;
}

body .popup.popup-size-chart .content {
  padding: 0 20px;
}
body .wptb-table-container {
  overflow: unset;
}
body .popup .content {
  overflow-y: unset;
}

/*the container must be positioned relative:*/
#field_5_10 .ginput_container_select {
  position: relative;
  font-family: Arial;
  border: solid #cccccc 1px;
}

.color-circle {
  border-radius: 50%;
}

#field_5_10 .ginput_container_select select {
  display: none;
}

/*style the arrow inside the select element:*/
#field_5_10 .ginput_container_select .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
#field_5_10
  .ginput_container_select
  .select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
#field_5_10 .ginput_container_select .select-items div,
#field_5_10 .ginput_container_select .select-selected {
  color: #000;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
#field_5_10 .ginput_container_select .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  border: solid #cccccc 2px;
  border-radius: 2%;
  max-height: 300px;
  overflow-y: auto;
}

/*hide the items when the select box is closed:*/
#field_5_10 .ginput_container_select .select-hide {
  display: none;
}

#field_5_10 .ginput_container_select .select-items div:hover,
#field_5_10 .ginput_container_select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

#field_5_11 .ginput_container_select {
  position: relative;
  font-family: Arial;
  border: solid #cccccc 1px;
}

#field_5_11 .ginput_container_select select {
  display: none;
}

/*style the arrow inside the select element:*/
#field_5_11 .ginput_container_select .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
#field_5_11
  .ginput_container_select
  .select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
#field_5_11 .ginput_container_select .select-items div,
#field_5_11 .ginput_container_select .select-selected {
  color: #000;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
#field_5_11 .ginput_container_select .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  border: solid #cccccc 2px;
  border-radius: 2%;
  max-height: 300px;
  overflow-y: auto;
}

/*hide the items when the select box is closed:*/
#field_5_11 .ginput_container_select .select-hide {
  display: none;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
  resize: none;
}

#field_5_11 .ginput_container_select .select-items div:hover,
#field_5_11 .ginput_container_select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.tax-product_cat .xoo-wl-btn-container.xoo-wl-btc-variation.xoo-wl-btc-popup {
  display: none;
}

@media (min-width: 1600px) {
  .banner,
  .slide {
    height: 46.9vw;
  }
}

@media screen and (max-width: 767px) {
  body .wptb-table-container {
    overflow: auto;
  }
  body .popup .content {
    overflow-y: visible;
  }
}

/* bkr add css here  */

@media screen and (min-width: 1250px) {
  .single-product .popup.popup-size-chart.open {
    max-width: 1200px;
    padding: 30px 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1249px) {
  .single-product .popup.popup-size-chart.open {
    max-width: 90%;
    padding: 30px 15px;
  }
}

/*  talal custom css   */
@media (min-width: 768px) {
  body.single-product .product-main .entry-summary {
    position: static;
    /* top: 0; */
  }
}

@media screen and (max-width: 767px) {
  /* 	.single-product .popup.popup-size-chart.open .wptb-table-container-0 table td[data-wptb-css-td-auto-width=true] {
          width: 40px;
      } */
  .single-product .popup.popup-size-chart.open {
    max-width: 90%;
    padding: 30px 15px;
  }
  body .popup.popup-size-chart .content {
    padding: 0 0px;
  }

  .single-product
    .popup.popup-size-chart.open
    .wptb-table-container-matrix
    tr.wptb-row:nth-child(even)
    > .wptb-cell:first-child {
    width: 80px !important;
  }
  .single-product .popup.popup-size-chart.open .wptb-table-container {
    height: 90%;
  }
  .single-product
    .popup.popup-size-chart.open
    .wptb-table-container-matrix
    tr.wptb-row
    .wptb-cell
    p {
    padding: 0px 0px;
  }
}

@media screen and (min-width: 768px) {
  .single-product
    .popup.popup-size-chart.open
    .wptb-table-container-matrix
    tr.wptb-row:nth-child(even)
    > .wptb-cell:nth-child(2) {
    background-color: #fff;
    inset-inline-start: 124px;
    overflow-wrap: break-word;
    position: sticky;
    white-space: normal;
    z-index: 1;
  }

  .single-product
    .popup.popup-size-chart.open
    .wptb-table-container-matrix
    tr.wptb-row:nth-child(odd):not(:first-child)
    > .wptb-cell:first-child {
    background-color: #eee;
    inset-inline-start: 124px;
    overflow-wrap: break-word;
    position: sticky;
    white-space: normal;
    z-index: 1;
  }
}

.single-product .popup.popup-size-chart.open .wptb-table-container {
  height: 100%;
}

.single-product .popup.popup-size-chart.open .wptb-table-container-matrix {
  width: 100% !important;
  max-width: 100%;
  margin-inline: 0px;
  overflow: scroll;
  height: 100%;
}

.single-product
  .popup.popup-size-chart.open
  .wptb-table-container-matrix
  tr.wptb-row:nth-child(even)
  > .wptb-cell:first-child {
  background-color: white;
  inset-inline-start: -2px;
  overflow-wrap: break-word;
  position: sticky;
  white-space: normal;
  z-index: 1;
}

.single-product .wptb-preview-table tbody > .wptb-row:first-child > .wptb-cell {
  inset-block-start: -11px;
  z-index: 1;
  background-color: #eee;
  overflow-wrap: break-word;
  position: sticky;
  white-space: normal;
}

.single-product
  .wptb-preview-table
  tbody
  > .wptb-row:first-child
  > .wptb-cell:first-child {
  inset-inline-start: -2px;
  z-index: 2;
}

/* bkr add css here  */

/* new bkr css here  */
#sb_instagram #sbi_images {
  display: block;
}
#sb_instagram .sbi_photo {
  height: auto !important;
}
#sb_instagram .sbi_photo img {
  height: 400px;
}
@media screen and (min-width: 992px) {
  #section-our-difference .pods {
    max-width: 100%;
  }
  #section-our-difference .pods > .row {
    flex-wrap: nowrap;
  }
  #section-our-difference .pods > .row .col-lg-3 {
    width: 16.6666666667%;
  }
}
/* new bkr css here  */

del span bdi {
  text-decoration: line-through;
}

/* commom css for size cahrt and page */

body.page-id-302 .block.tab-block .tab-content .tab-pane .tab-list-item .price,
body.page-id-302 .block.tab-block .tab-content .tab-pane .tab-list-item > i {
  display: none;
}
body.page-id-302 .block.tab-block .tab-canvas {
  max-width: 100%;
}

body.page-id-302 .block.tab-block .tab-content .tab-pane .tab-list-item {
  justify-content: center;
}

/* 	bkrtabs */

body.page-id-302
  .block
  .wptb-table-container[data-wptb-horizontal-scroll-status="true"]
  .wptb-preview-table {
  border-collapse: collapse;
}

body.page-id-302
  .block
  .wptb-table-container[data-wptb-horizontal-scroll-status="true"]
  .wptb-preview-table
  .wptb-cell
  p {
  margin-bottom: 0px;
}

body.page-id-302
  .block
  .wptb-table-container[data-wptb-horizontal-scroll-status="true"]
  .wptb-preview-table
  .wptb-cell
  p
  + p {
  display: none;
}

body.page-id-302
  .block
  .wptb-table-container[data-wptb-horizontal-scroll-status="true"] {
  overflow: initial !important;
  position: relative;
  float: none !important;
}

body.page-id-302
  .block
  .wptb-table-container[data-wptb-horizontal-scroll-status="true"]
  .wptb-table-container-matrix {
  max-width: 1500px;
  overflow: auto;
  padding: 0px 0px;
  width: auto !important;
  border: 1px solid #ccc;
  border-radius: 3px;
}

@media screen and (min-width: 768px) {
  /* 0 table  */

  .wptb-table-container.wptb-table-container-0
    .wptb-table-container-matrix.scrolled_left
    tr.wptb-row:nth-child(even)
    > .wptb-cell:nth-child(2):after {
    background: linear-gradient(
      to right,
      rgba(17, 17, 17, 0.12) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    content: "";
    height: 100%;
    opacity: 1;
    position: absolute;
    inset-inline-end: -24px;
    top: 0px;
    width: 24px;
  }

  .wptb-table-container.wptb-table-container-0
    .wptb-table-container-matrix.scrolled_left
    tr.wptb-row:nth-child(odd):not(:first-child)
    > .wptb-cell:first-child:after {
    background: linear-gradient(
      to right,
      rgba(17, 17, 17, 0.12) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    content: "";
    height: 100%;
    opacity: 1;
    position: absolute;
    inset-inline-end: -24px;
    top: 0px;
    width: 24px;
  }

  .wptb-table-container-0.wptb-table-container[data-wptb-horizontal-scroll-status="true"]
    .wptb-table-container-matrix.scrolled_left:after {
    background: linear-gradient(
      to left,
      rgba(17, 17, 17, 0.12) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    bottom: 0px;
    content: "";
    position: absolute;
    inset-inline-end: 16px;
    top: 0px;
    width: 24px;
  }

  /* 0 table  */

  /* 1 table  */

  .wptb-table-container.wptb-table-container-16
    .wptb-table-container-matrix.scrolled_left
    tr.wptb-row:nth-child(even)
    > .wptb-cell:nth-child(2):after {
    background: linear-gradient(
      to right,
      rgba(17, 17, 17, 0.12) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    content: "";
    height: 100%;
    opacity: 1;
    position: absolute;
    inset-inline-end: -24px;
    top: 0px;
    width: 24px;
  }

  .wptb-table-container.wptb-table-container-16
    .wptb-table-container-matrix.scrolled_left
    tr.wptb-row:nth-child(odd):not(:first-child)
    > .wptb-cell:first-child:after {
    background: linear-gradient(
      to right,
      rgba(17, 17, 17, 0.12) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    content: "";
    height: 100%;
    opacity: 1;
    position: absolute;
    inset-inline-end: -24px;
    top: 0px;
    width: 24px;
  }

  .wptb-table-container-16.wptb-table-container[data-wptb-horizontal-scroll-status="true"]
    .wptb-table-container-matrix.scrolled_left:after {
    background: linear-gradient(
      to left,
      rgba(17, 17, 17, 0.12) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    bottom: 0px;
    content: "";
    position: absolute;
    inset-inline-end: 16px;
    top: 0px;
    width: 24px;
  }

  /* 1 table  */
}

.wptb-table-container-0 table td[data-wptb-css-td-auto-width="true"],
.wptb-table-container-16 table td[data-wptb-css-td-auto-width="true"] {
  width: 95px !important;
}

/* commom css for size cahrt and page */

/* size chart for female */
.page-id-302
  .wptb-table-container-0
  .wptb-preview-table
  tbody
  > .wptb-row:first-child
  > .wptb-cell {
  inset-block-start: -1px;
  z-index: 1;
  background-color: #eee;
  overflow-wrap: break-word;
  position: sticky;
  white-space: normal;
}

.page-id-302
  .wptb-table-container-0
  .wptb-table-container-matrix
  tr.wptb-row:nth-child(even)
  > .wptb-cell:first-child {
  background-color: white;
  inset-inline-start: -2px;
  overflow-wrap: break-word;
  position: sticky;
  white-space: normal;
  z-index: 1;
}

.page-id-302
  .wptb-table-container-0
  .wptb-preview-table
  tbody
  > .wptb-row:first-child
  > .wptb-cell:first-child {
  inset-inline-start: -2px;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .page-id-302
    .wptb-table-container-0
    .wptb-table-container-matrix
    tr.wptb-row:nth-child(even)
    > .wptb-cell:nth-child(2) {
    background-color: #fff;
    inset-inline-start: 153px;
    overflow-wrap: break-word;
    position: sticky;
    white-space: normal;
    z-index: 1;
  }

  .page-id-302
    .wptb-table-container-0
    .wptb-table-container-matrix
    tr.wptb-row:nth-child(odd):not(:first-child)
    > .wptb-cell:first-child {
    background-color: #eee;
    inset-inline-start: 153px;
    overflow-wrap: break-word;
    position: sticky;
    white-space: normal;
    z-index: 1;
  }
}

/* size chart for female */

/* size chart for male */
.page-id-302
  .wptb-table-container-16
  .wptb-preview-table
  tbody
  > .wptb-row:first-child
  > .wptb-cell {
  inset-block-start: -1px;
  z-index: 1;
  background-color: #eee;
  overflow-wrap: break-word;
  position: sticky;
  white-space: normal;
}

.page-id-302
  .wptb-table-container-16
  .wptb-table-container-matrix
  tr.wptb-row:nth-child(even)
  > .wptb-cell:first-child {
  background-color: white;
  inset-inline-start: -2px;
  overflow-wrap: break-word;
  position: sticky;
  white-space: normal;
  z-index: 1;
}

.page-id-302
  .wptb-table-container-16
  .wptb-preview-table
  tbody
  > .wptb-row:first-child
  > .wptb-cell:first-child {
  inset-inline-start: -2px;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .page-id-302
    .wptb-table-container-16
    .wptb-table-container-matrix
    tr.wptb-row:nth-child(even)
    > .wptb-cell:nth-child(2) {
    background-color: #fff;
    inset-inline-start: 125px;
    overflow-wrap: break-word;
    position: sticky;
    white-space: normal;
    z-index: 1;
  }

  .page-id-302
    .wptb-table-container-16
    .wptb-table-container-matrix
    tr.wptb-row:nth-child(odd):not(:first-child)
    > .wptb-cell:first-child {
    background-color: #eee;
    inset-inline-start: 125px;
    overflow-wrap: break-word;
    position: sticky;
    white-space: normal;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .page-id-302
    .wptb-table-container-0
    .wptb-table-container-matrix
    tr.wptb-row:nth-child(even)
    > .wptb-cell:first-child {
    width: 80px !important;
  }

  .page-id-302
    .wptb-table-container-0
    .wptb-table-container-matrix
    tr.wptb-row
    .wptb-cell
    p {
    padding: 0px 0px;
  }

  .page-id-302
    .wptb-table-container-16
    .wptb-table-container-matrix
    tr.wptb-row:nth-child(even)
    > .wptb-cell:first-child {
    width: 80px !important;
  }

  .page-id-302
    .wptb-table-container-16
    .wptb-table-container-matrix
    tr.wptb-row
    .wptb-cell
    p {
    padding: 0px 0px;
  }
}

/* size chart for male */

@media screen and (max-width: 1204px) and (min-width: 575px) {
  body.home .banner-type-single .slides .slide,
  body.home .banner-type-single .slides .banner {
    height: 50.781vw;
  }
}

@media screen and (max-width: 1599px) and (min-width: 1205px) {
  body.home .banner-type-single .slides .slide,
  body.home .banner-type-single .slides .banner {
    height: 46.9vw;
  }
}

.product-main .entry-summary {
  display: flex;
  flex-direction: column;
}
.product-main .entry-summary .heading.product-title,
.product-main .entry-summary .product-parent-price,
.product-main .entry-summary .product-variation-price,
.product-main .entry-summary .price-and-vat,
.product-main .entry-summary .rating-custom {
  order: -1;
}

.product-main
  .entry-summary
  .xoo-wl-btn-container.xoo-wl-btc-variable.xoo-wl-btc-popup {
  order: -1;
}

.block.category-block.colour-categories .categories .category .cat-img {
  height: 7.813vw;
  width: 7.813vw;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .block.category-block.category-categories .categories .category .cat-img {
    height: 30.233vw;
    width: 30.233vw;
  }
  .block.category-block.colour-categories .categories .category .cat-img {
    height: 30.233vw;
    width: 30.233vw;
  }
}

/*   body.page-id-302 .block .wptb-table-container[data-wptb-horizontal-scroll-status=true] .wptb-table-container-matrix::-webkit-scrollbar {
    width: 12px;
          height: 12px;
  }
  body.page-id-302 .block .wptb-table-container[data-wptb-horizontal-scroll-status=true] .wptb-table-container-matrixr::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  body.page-id-302 .block .wptb-table-container[data-wptb-horizontal-scroll-status=true] .wptb-table-container-matrix::-webkit-scrollbar-thumb {
    background: #000;
  }
  body.page-id-302 .block .wptb-table-container[data-wptb-horizontal-scroll-status=true] .wptb-table-container-matrix::-webkit-scrollbar-thumb:hover {
    background: #000;
  } */

.search-results__products
  .xoo-wl-btn-container.xoo-wl-btc-variation.xoo-wl-btc-popup {
  display: none;
}

/* Disable mouse wheel scroll */
#logo-placement option:hover,
#name-placement option:hover {
  cursor: default; /* Disable cursor change on hover */
}

/*the container must be positioned relative:*/
#field_5_10 .ginput_container_select {
  position: relative;
  font-family: Arial;
  border: solid #cccccc 1px;
}

.color-circle {
  border-radius: 50%;
}

#field_5_10 .ginput_container_select select {
  display: none;
}

/*style the arrow inside the select element:*/
#field_5_10 .ginput_container_select .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
#field_5_10
  .ginput_container_select
  .select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
#field_5_10 .ginput_container_select .select-items div,
#field_5_10 .ginput_container_select .select-selected {
  color: #000;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
#field_5_10 .ginput_container_select .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  border: solid #cccccc 2px;
  border-radius: 2%;
}

/*hide the items when the select box is closed:*/
#field_5_10 .ginput_container_select .select-hide {
  display: none;
}

#field_5_10 .ginput_container_select .select-items div:hover,
#field_5_10 .ginput_container_select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

#field_5_11 .ginput_container_select {
  position: relative;
  font-family: Arial;
  border: solid #cccccc 1px;
}

#field_5_11 .ginput_container_select select {
  display: none;
}

/*style the arrow inside the select element:*/
#field_5_11 .ginput_container_select .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
#field_5_11
  .ginput_container_select
  .select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
#field_5_11 .ginput_container_select .select-items div,
#field_5_11 .ginput_container_select .select-selected {
  color: #000;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
#field_5_11 .ginput_container_select .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  border: solid #cccccc 2px;
  border-radius: 2%;
}

/*hide the items when the select box is closed:*/
#field_5_11 .ginput_container_select .select-hide {
  display: none;
}

#field_5_11 .ginput_container_select .select-items div:hover,
#field_5_11 .ginput_container_select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* c2 custom.css */
.product-reviews-sec h3 {
  font-size: 0.875rem;
  letter-spacing: 3px;
}
body .xoo-wl-btn-container button.xoo-wl-action-btn {
  width: 80%;
  height: auto;
  font-size: 12px;
  margin: 0 auto;
}
.accordion .description {
  line-height: 1.4;
}
.comment-form-cookies-consent label {
  text-transform: inherit;
}
.product-reviews-sec h2,
li.product .star-rating + .empty-rating,
.rating-custom .woocommerce-product-rating + .empty-rating,
.woocommerce-page div.product .woocommerce-tabs {
  display: none;
}
.product-reviews-sec #reviews .description {
  display: block !important;
}
/* .rating-custom a {
    pointer-events: none;
  } */
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0;
  margin-top: 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  line-height: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}

.popup.review-popup {
  height: 20%;
  z-index: 9999;
  top: 30%;
}

.popup.review-popup .content {
  overflow-y: hidden;
}

.popup.review-popup .content p {
  font-size: 20px;
  text-align: center;
  overflow-y: hidden;
}

.popup .header {
  height: 20px;
  padding: 0px 20px;
  margin-top: 20px;
}

body .popup.popup-size-chart .content {
  padding: 0 20px;
}
body .wptb-table-container {
  overflow: unset;
}
body .popup .content {
  overflow-y: unset;
}

@media screen and (max-width: 767px) {
  body .wptb-table-container {
    overflow: auto;
  }
  body .popup .content {
    overflow-y: visible;
  }
  /* Mobile Modal CSS */
  /* #embroideryModal .modal-content span.close {
    float: unset;
    display: block;
    text-align: end;
    color: #f89320;
  }
  #embroideryModal .modal-content .modal-body {
    flex-direction: column;
  }
  #embroideryModal .modal-content .modal-body .options-container {
    padding-left: 0;
    padding-top: 20px;
  }
  #embroideryModal .modal-content .options-container .option p {
    line-height: 21px;
  }
  #embroideryModal
    .modal-content
    .options-container
    .option
    input#embroidery-logo::file-selector-button {
    background: #f89320;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    width: auto;
  }
  #embroidery-name,
  #logo-placement,
  #name-placement,
  #line_2,
  #line_3 {
    width: 100%;
  }
  #embroideryModal
    .modal-content
    .modal-body
    .options-container
    #populateFieldsBtn {
    display: block;
    margin: 0 auto;
    width: auto;
    color: #fff;
  } */
}

/* bkr add css here  */

@media screen and (min-width: 1250px) {
  .single-product .popup.popup-size-chart.open {
    max-width: 1200px;
    padding: 30px 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1249px) {
  .single-product .popup.popup-size-chart.open {
    max-width: 90%;
    padding: 30px 15px;
  }
}

@media screen and (max-width: 767px) {
  /* 	.single-product .popup.popup-size-chart.open .wptb-table-container-0 table td[data-wptb-css-td-auto-width=true] {
          width: 40px;
      } */
  .single-product .popup.popup-size-chart.open {
    max-width: 90%;
    padding: 30px 15px;
  }
  body .popup.popup-size-chart .content {
    padding: 0 0px;
  }

  .single-product
    .popup.popup-size-chart.open
    .wptb-table-container-matrix
    tr.wptb-row:nth-child(even)
    > .wptb-cell:first-child {
    width: 80px !important;
  }
  .single-product .popup.popup-size-chart.open .wptb-table-container {
    height: 90%;
  }
  .single-product
    .popup.popup-size-chart.open
    .wptb-table-container-matrix
    tr.wptb-row
    .wptb-cell
    p {
    padding: 0px 0px;
  }
  #sb_instagram .sbi_photo img {
    height: 240px;
  }
}

@media screen and (min-width: 768px) {
  .single-product
    .popup.popup-size-chart.open
    .wptb-table-container-matrix
    tr.wptb-row:nth-child(even)
    > .wptb-cell:nth-child(2) {
    background-color: #fff;
    inset-inline-start: 124px;
    overflow-wrap: break-word;
    position: sticky;
    white-space: normal;
    z-index: 1;
  }

  .single-product
    .popup.popup-size-chart.open
    .wptb-table-container-matrix
    tr.wptb-row:nth-child(odd):not(:first-child)
    > .wptb-cell:first-child {
    background-color: #eee;
    inset-inline-start: 124px;
    overflow-wrap: break-word;
    position: sticky;
    white-space: normal;
    z-index: 1;
  }
}

.single-product .popup.popup-size-chart.open .wptb-table-container {
  height: 100%;
}

.single-product .popup.popup-size-chart.open .wptb-table-container-matrix {
  width: 100% !important;
  max-width: 100%;
  margin-inline: 0px;
  overflow: scroll;
  height: 100%;
}

.single-product
  .popup.popup-size-chart.open
  .wptb-table-container-matrix
  tr.wptb-row:nth-child(even)
  > .wptb-cell:first-child {
  background-color: white;
  inset-inline-start: -2px;
  overflow-wrap: break-word;
  position: sticky;
  white-space: normal;
  z-index: 1;
}

.single-product .wptb-preview-table tbody > .wptb-row:first-child > .wptb-cell {
  inset-block-start: -11px;
  z-index: 1;
  background-color: #eee;
  overflow-wrap: break-word;
  position: sticky;
  white-space: normal;
}

.single-product
  .wptb-preview-table
  tbody
  > .wptb-row:first-child
  > .wptb-cell:first-child {
  inset-inline-start: -2px;
  z-index: 2;
}

/* bkr add css here  */

.sidebar-cart
  .mini-cart
  .cart-items
  .item
  .item-details
  .item-title
  .item-attributes
  .item-addons {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding-top: 5px;
}

/* Talal CSS */
/* Product Image CSS */
.single-product
  .woocommerce-product-gallery__wrapper
  .woocommerce-product-gallery__image
  img,
.search-results__products
  .products
  .product-head
  .product-link
  .image-wrapper
  img,
.woocommerce-page .products .product-partial .product-head .product-link,
.products-block ul.products .product-partial .product-head .product-link {
  background: #f3f3f5;
}

del span bdi {
  text-decoration: line-through;
}

.woosb-products .woosb-product {
  flex-direction: column;
  align-items: start;
}

.woosb-products .woosb-product .variations_form .variations {
  display: flex;
  flex-direction: column;
}

.woosb-products .woosb-product .variations_form .variations .variation {
  border: none;
}

.woosb-products
  .woosb-product
  .variations_form
  .variations
  .variation
  .product-variation-select {
  display: none;
}

.woosb-products
  .woosb-product
  .variations_form
  .variations
  .variation
  .product-variation-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.woosb-products
  .woosb-product
  .variations_form
  .variations
  .variation
  .product-variation-radio
  .option-pa_size
  input,
.woosb-products
  .woosb-product
  .variations_form
  .variations
  .variation
  .product-variation-radio
  .option-pa_length
  input {
  display: none;
}

.woosb-products
  .woosb-product
  .variations_form
  .variations
  .variation
  .product-variation-radio
  .option-pa_size
  label,
.woosb-products
  .woosb-product
  .variations_form
  .variations
  .variation
  .product-variation-radio
  .option-pa_length
  label {
  background: #f4f4f2;
  border: none;
  border-radius: 0;
  color: #000000;
  display: block;
  font-family: "Arimo", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  min-width: 40px;
  padding: 8px 15px;
  text-align: center;
}

.woosb-products
  .woosb-product
  .variations_form
  .variations
  .variation
  .product-variation-radio
  .option-pa_size.selected
  label,
.woosb-products
  .woosb-product
  .variations_form
  .variations
  .variation
  .product-variation-radio
  .option-pa_length.selected
  label {
  background: #555151;
  color: #fff;
  border-color: #000;
}

.woosb-products .woosb-product .variations_form .variations .label {
  margin-bottom: 15px !important;
}

.woosb-products .woosb-product .variations_form .variations .label label {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cart-discount th,
.cart-discount td {
  font-weight: 700 !important;
}

.total_price {
  float: right;
  margin-right: 20px;
  font-weight: 700;
}

.single-product .woosb-wrap.woosb-bundled .woosb-products .woosb-item-product {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 15px;
}
.single-product
  .woosb-wrap.woosb-bundled
  .woosb-products
  .woosb-item-product
  + .woosb-item-product {
  margin-top: 20px;
}
.single-product
  .woosb-wrap.woosb-bundled
  .woosb-products
  .woosb-item-product
  .woosb-thumb {
  display: flex;
  width: 100%;
  flex: 0 0 100%;
  column-gap: 15px;
}

.single-product
  .woosb-wrap.woosb-bundled
  .woosb-products
  .woosb-item-product
  .woosb-thumb
  a {
  max-width: 60px;
}
.single-product
  .woosb-wrap.woosb-bundled
  .woosb-products
  .woosb-item-product
  .woosb-thumb
  .woosb-name {
  font-weight: 600;
}

.single-product
  .woosb-wrap.woosb-bundled
  .woosb-products
  .woosb-item-product
  .woosb-price {
  width: 100%;
  flex: 0 0 100%;
  text-align: left;
}

.single-product
  .woosb-wrap.woosb-bundled
  .woosb-products
  .woosb-item-product
  > div {
  padding: 0px 0px;
}
.single-product
  .woosb-wrap.woosb-bundled
  .woosb-products
  .woosb-product
  .variations_form
  .variations
  .variation {
  padding: 0 0;
}
.single-product
  .woosb-wrap.woosb-bundled
  .woosb-products
  .woosb-product
  .variations_form
  .variations
  .reset {
  padding-left: 3px;
}
.single-product
  .woosb-wrap.woosb-bundled
  .woosb-products
  .woosb-product
  .variations_form
  .variations
  input[type="radio"] {
  margin: 3px 3px 0 0;
}
body.single-product
  .product.product-type-woosb
  form.cart
  button[name="add-to-cart"].single_add_to_cart_button {
  justify-content: center;
}

#comments_field #comments_field_field {
  width: 100% !important;
}
/* Talal CSS */

/* new table css bkr  */

/* up to bottom */
.wptb-table-container:not(.wptb-table-container-0, .wptb-table-container-16)
  .wptb-preview-table
  > tbody
  > .wptb-row:nth-child(1) {
  position: sticky;
  top: 0px;
  background-color: #eee;
  z-index: 2;
}

.wptb-table-container:not(.wptb-table-container-0, .wptb-table-container-16)
  .wptb-preview-table
  > tbody
  > .wptb-row:nth-child(2) {
  position: sticky;
  top: 45px;
  background-color: #fff;
  z-index: 2;
}

.wptb-table-container:not(.wptb-table-container-0, .wptb-table-container-16)
  .wptb-preview-table
  > tbody
  > .wptb-row:nth-child(3) {
  position: sticky;
  top: 90px;
  background-color: #eee;
  z-index: 2;
}

/* left to right */

.wptb-table-container:not(.wptb-table-container-0, .wptb-table-container-16)
  .wptb-preview-table
  > tbody
  > .wptb-row:nth-child(1)
  .wptb-cell:nth-child(1) {
  position: sticky;
  left: 0px;
  background-color: #eee;
  z-index: 1;
}

.wptb-table-container:not(.wptb-table-container-0, .wptb-table-container-16)
  .wptb-preview-table
  > tbody
  > .wptb-row:nth-child(4)
  .wptb-cell:nth-child(1) {
  position: sticky;
  left: 0px;
  background-color: #fff;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .wptb-table-container:not(.wptb-table-container-0, .wptb-table-container-16)
    .wptb-preview-table
    > tbody
    > .wptb-row:nth-child(2)
    td
    p,
  .wptb-table-container:not(.wptb-table-container-0, .wptb-table-container-16)
    .wptb-preview-table
    > tbody
    > .wptb-row:nth-child(3)
    td
    p,
  .wptb-table-container:not(.wptb-table-container-0, .wptb-table-container-16)
    .wptb-preview-table
    > tbody
    > .wptb-row:nth-child(1)
    td
    p {
    padding: 0px 0px !important;
  }

  .wptb-table-container:not(.wptb-table-container-0, .wptb-table-container-16)
    .wptb-preview-table
    > tbody
    > .wptb-row:nth-child(1)
    .wptb-cell:nth-child(1) {
    width: 60px;
  }

  .wptb-table-container:not(.wptb-table-container-0, .wptb-table-container-16)
    .wptb-preview-table
    > tbody
    > .wptb-row:nth-child(4)
    .wptb-cell:nth-child(1) {
    width: 60px;
  }

  body.page-id-302
    .block
    .wptb-table-container[data-wptb-horizontal-scroll-status="true"]
    .wptb-table-container-matrix {
    max-width: 100% !important;
  }

  .wptb-table-container:not(.wptb-table-container-0, .wptb-table-container-16)
    .wptb-preview-table
    > tbody
    > .wptb-row:nth-child(1)
    .wptb-cell:nth-child(1) {
    z-index: 4;
  }

  .wptb-table-container:not(.wptb-table-container-0, .wptb-table-container-16)
    .wptb-preview-table
    > tbody
    > .wptb-row:nth-child(1) {
    z-index: 3;
  }

  .wptb-table-container:not(.wptb-table-container-0, .wptb-table-container-16)
    .wptb-preview-table
    > tbody
    > .wptb-row:nth-child(2) {
    top: 33px;
  }

  .wptb-table-container:not(.wptb-table-container-0, .wptb-table-container-16)
    .wptb-preview-table
    > tbody
    > .wptb-row:nth-child(3) {
    top: 66px;
  }
}

@media screen and (min-width: 768px) {
  body table.wptb-preview-table {
    min-width: 1166px !important;
  }
}

@media screen and (min-width: 992px) {
  .single-product .product.product-type-woosb .container .row .col-xxl-9 {
    width: 60%;
  }

  .single-product .product.product-type-woosb .container .row .col-xxl-3 {
    width: 40%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  body.page-id-302
    .block
    .wptb-table-container[data-wptb-horizontal-scroll-status="true"]
    .wptb-table-container-matrix {
    max-width: 850px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.page-id-302
    .block
    .wptb-table-container[data-wptb-horizontal-scroll-status="true"]
    .wptb-table-container-matrix {
    max-width: 600px;
  }
}

@media screen and (max-width: 768px) {
  body.page-id-302
    .block.tab-block
    .tab-content
    .tab-pane
    .tab-list-item
    .content-copy {
    padding-right: 0px;
  }
  body.page-id-302 .block.tab-block .tab-content .tab-pane .tab-list-item {
    padding-inline: 0px;
  }

  body.term-39.woocommerce-page.archive .woocommerce-archive-header,
  body.term-165.woocommerce-page.archive .woocommerce-archive-header {
    height: 440px !important;
  }
}

/* tabsizs css here  */
.page-id-302 .card-body .tab-list-item:nth-child(n + 3) {
  display: none !important;
}

body.page-id-302
  .block.tab-block
  .tab-content
  .tab-pane
  .tab-list-item:first-child {
  justify-content: left;
  padding: 0px;
  border-bottom: none;
  max-width: 1200px;
  margin-inline: auto;
  overflow: auto;
}
body.page-id-302
  .block.tab-block
  .tab-content
  .tab-pane
  .tab-list-item:first-child
  .content-copy {
  padding-right: 0px;
}

body.page-id-302
  .block.tab-block
  .tab-content
  .tab-pane
  .tab-list-item:first-child
  ul.wo_tabs_list {
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  padding-bottom: 10px;
  column-gap: 1px;
  row-gap: 1px;
}

body.page-id-302
  .block.tab-block
  .tab-content
  .tab-pane
  .tab-list-item:first-child
  ul.wo_tabs_list
  li.heading {
  padding-left: 0px;
  list-style: none;
  font-size: 14px;
  background-color: #efefef;
  border-radius: 0px;
  padding: 0px;
  width: 98px;
  min-width: 98px;
  cursor: pointer;
  height: 40px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  font-family: "Arimo";
}

body.page-id-302
  .block.tab-block
  .tab-content
  .tab-pane
  .tab-list-item:first-child
  ul.wo_tabs_list
  li.heading.active {
  background-color: #000;
  color: #fff;
}

body.page-id-302
  .block.tab-block
  .tab-content
  .tab-pane
  .tab-list-item.inactive {
  display: none;
}

body.page-id-302 .block.tab-block .tab-content .tab-pane .tab-list-item.active {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  body.page-id-302
    .block.tab-block
    .tab-content
    .tab-pane
    .tab-list-item:first-child
    .content-copy {
    padding-right: 0px;
    margin-bottom: 3px;
  }

  body.page-id-302 .block.tab-block .wptb-table-container table {
    min-width: max-content;
  }
}
/*  Yith filter css  */
div.yith-wcan-filters
  div.filters-container
  form
  button.btn.btn-primary.apply-filters {
  display: none !important;
}
/*  Yith filter css end */
body.term-39.woocommerce-page.archive .woocommerce-archive-header,
body.term-165.woocommerce-page.archive .woocommerce-archive-header {
  height: 400px;
}
body.term-39.woocommerce-page.archive .woocommerce-archive-header .header,
body.term-165.woocommerce-page.archive .woocommerce-archive-header .header {
  background-color: #00000047;
}

body.term-39.woocommerce-page.archive .woocommerce-archive-header .background,
body.term-165.woocommerce-page.archive .woocommerce-archive-header .background {
  background-size: cover;
  width: 100%;
}
body.term-39.woocommerce-page.archive .woocommerce-archive-header .container,
body.term-165.woocommerce-page.archive .woocommerce-archive-header .container {
  max-width: 100%;
}
body.term-39.woocommerce-page.archive
  .woocommerce-archive-header
  .col-12.col-md-6,
body.term-165.woocommerce-page.archive
  .woocommerce-archive-header
  .col-12.col-md-6 {
  width: 100%;
  padding-inline: 0px;
}
body.term-39.woocommerce-page.archive .woocommerce-archive-header .heading,
body.term-165.woocommerce-page.archive .woocommerce-archive-header .heading {
  font-size: 3.5em;
  color: #fff;
  background-color: transparent;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

section.three-boxes-section {
  margin-top: 30px;
  margin-bottom: 80px;
}
.three-boxes-section .innerbox_three {
  width: 100%;
  max-width: 1360px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 19px;
  row-gap: 30px;
  padding-inline: 15px;
}
.three-boxes-section .innerbox_three .box-item {
  flex: 1 1 32.33%;
  max-width: 32.33%;
}

.three-boxes-section .innerbox_three .box-item .box-save h3 {
  font-size: 24px;
  color: green;
  margin: 20px 0px 15px;
  text-align: center;
}

.three-boxes-section .innerbox_three .box-item .box-info-text p {
  margin: 0px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.three-boxes-section .innerbox_three .box-item .box-info-text-2 p {
  font-size: 30px;
  font-weight: 600;
  margin: 0px;
  text-align: center;
}

.three-boxes-section .innerbox_three .box-item .box-btn a {
  display: block;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #000;
  text-align: center;
  max-width: 240px;
  margin-inline: auto;
  font-size: 22px;
  height: 45px;
  line-height: 41px;
  padding: 0px 15px;
  text-transform: uppercase;
  margin-top: 20px;
}

.contentData_black {
  padding-inline: 15px;
}

.blackfriday-banner {
  margin-bottom: 50px;
}

.blackfriday-banner .blackfriday-banner-image {
  height: 550px;
  object-fit: cover;
  width: 100%;
}

.three-boxes-section .bottom-banner {
  margin-top: 50px;
}

.three-boxes-section .blackbanners {
  width: 100%;
}

.single-product .entry-summary > .woosb-summary.woosb-text {
  order: -1;
}

/* .single-product  .product-type-woosb .price-and-vat,
.single-product  .product-type-woosb .product-parent-price{
 display: none;
} */

.single-product .woosb-summary .woosb-total span.woosb-total-label {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 5px;
}

.single-product .woosb-summary .woosb-total small.woocommerce-price-suffix {
  color: green;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
}

.single-product .woosb-summary .woosb-total ins {
  color: #f89521;
}
.single-product
  .woosb-summary
  .woosb-total
  ins
  span.woocommerce-Price-amount.amount {
  font-size: 20px;
  font-weight: 600;
  color: #f89521;
}

#site_header
  .header-main
  .menu-container#site_header_main_menu
  > .menu
  > .menu-item.red-banner
  > a:before {
  background: red;
}
#site_header
  .header-main
  .menu-container#site_header_main_menu
  > .menu
  > .menu-item.red-banner
  > a {
  color: red;
}

.three-boxes-section .innerbox_three.flxfix {
  justify-content: center;
}

/* button.remove_button_replace {
  display: none !important;
} */
.item-remove.remove_from_cart_button {
  display: none;
}

@media screen and (min-width: 768px) {
  li.addedbanneronly > .sub-menu-container > ul.menu.sub-menu:after {
    content: "";
    background-image: url("/wp-content/uploads/2024/11/black-friday-banner-copy.jpg");
    background-repeat: no-repeat;
    right: 0px;
    background-size: contain;
    width: 240px;
  }

  #site_header
    .header-main
    .menu-container#site_header_main_menu
    > .menu
    .menu-item.addedbanneronly
    > .sub-menu-container
    > .sub-menu {
    max-width: 734px;
    justify-content: space-between;
  }
}

.certificate-logo {
    display: flex;
    justify-content: flex-end;
    margin-top: -110px;
    padding-right: 90px;
}
@media screen and (max-width: 768px) {
  .three-boxes-section .innerbox_three .box-item .box-info-text p {
    font-size: 22px;
  }
  .three-boxes-section .innerbox_three .box-item .box-info-text-2 p {
    font-size: 22px;
  }
  body .blackfriday-banner .blackfriday-banner-image {
    height: auto;
  }
  body .three-boxes-section .innerbox_three .box-item {
    flex: 1 1 46%;
    max-width: initial;
  }
  .hiemob {
    display: none;
  }
	
	.certificate-logo {
		justify-content: center;
		margin-top: 0px;
		padding-right: 0px;
		margin-bottom: 40px;
	}
	.certificate-logo img {
		width: 130px;
		height: 160px;
	}
}

#site_header
  .header-main
  .menu-container#site_header_main_menu
  > .menu
  > .menu-item
  > .sub-menu-container
  > .sub-menu
  > .menu-item.menu-item-colour
  > .sub-menu-container
  > .sub-menu
  > .menu-item.menu-item-colour-moss-green::before {
  background-color: #4c5148 !important;
}

.woosb-availability {
  display: block !important;
}