@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
#preloader {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  display: block;
}
#preloader:not(:required)::before {
  content: "";
  border-radius: 50%;
  border: 2px solid #fff;
  border-top-color: #848484;
  animation: preloader 0.6s linear infinite;
  -webkit-animation: preloader 0.6s linear infinite;
}
#preloader::before {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100px;
  height: 100px;
  right: 0;
  margin: 0 auto;
}
@keyframes preloader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* end of custom preloader*/
:root {
  /* color */
  --primary: #000;
  --gray: #dadada;
  --lightgray: #f4f4f4;
  --white: #fff;
  --f8gray: #f8f8f8;
  /* font */
  --primary-font:  "Montserrat";
  --font-100: 100;
  --font-200: 200;
  --font-300: 300;
  --font-400: 400;
  --font-500: 500;
  --font-600: 600;
  --font-700: 700;
  --font-800: 800;
  --font-900: 900;
  --font-bold: bold;
  /* bg color */
  --bg-color-1: #fefcf8;
  --bg-color-2: #ddd;
  --white: #fff;
  --black: #000;
  --text-1: #555;
  /* font */
  --primary-font:  "Montserrat";
  /* -- shadow --- */
  --shadow-1: 0 0 8px #ddd;
  --shadow-2: 0px 0px 15px #b5b5b5;
  --shadow-3: 0px 0px 20px 0px #00000033;
  /* ---- border ---- */
  --border-light: 1px solid #d8d8d8;
  --border-light-1: 1px solid #dddddd;
  /* font-weight */
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  /* radius */
  --rounded-5: 5px;
}
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--primary-font);
  font-weight: normal;
  font-size: 16px;
}
a {
  text-decoration: none;
  outline: none;
  color: var(--primary);
  font-family: var(--primary-font);
}
a.btn {
  font-family: var(--primary-font);
}
h1, h2, h3, h4, h5, h6, .h0, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--primary-font);
  font-weight: 500;
}
button, input, optgroup, select, textarea {
  font-family: var(--primary-font);
  outline: none;
  box-shadow: none;
}
.btn {
  border-radius: 0 !important;
}
.btn:focus {
  box-shadow: none;
}
.btn-dark {
  background: var(--primary);
  border-radius: 0;
}
/*  start main css */
:where(.wp-site-blocks *:focus) {
  outline-width: 0 !important;
  outline-style: none !important;
}
.woocommerce-page .wc-block-components-button:not(.is-link):focus {
  box-shadow: none;
  box-shadow: none;
  outline: none;
}
.wp-site-blocks .product_detail-container {
  margin-bottom: 60px;
}
main.wp-block-group {
  padding: 40px 0;
}
main.wp-block-group > .has-global-padding {
  padding: 0;
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
 
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 40px 0;
  justify-content: center;
  width: 100%;
}
.woocommerce-MyAccount-navigation li {
  width: 100%;
  padding: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  padding: 10px 0 10px 40px!important;
  background-color: #f1f1f1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.woocommerce-MyAccount-navigation li.is-active {
  background-color: #000;
  color: #fff;
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li.is-active a {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li.is-active a:hover{
	color:#fff;
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li.is-active a:before {
  color: #fff;
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li a:hover {
  text-decoration: none;
  color: #000;
}
.woocommerce-account .addresses .title .edit {
  display: block;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  padding: 10px 30px;
  width: max-content;
  margin: 15px 0;
}
.woocommerce-MyAccount-navigation-link a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 15px;
  color: #000;
  font-family: 'FontAwesome';
}
.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f0e4";
}
.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f07a";
}
.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f0ed ";
}
.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f041";
}
.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007";
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b ";
}
/* ----------------- step-wiz-wrapper ------------------- */
.pagination .page-item.active a.page-link {
  color: #fff;
}
.pagination #next-page a.page-link {
  background-color: #000;
  color: #fff !important;
}
.pagination #previouss-page a.page-link {
  background-color: #000;
  color: #fff !important;
}
.pagination #previous-page.disabled a.page-link {
  background-color: #333;
  color: #fff;
}
.pagination #next-page a.page-link:focus {
  color: #fff;
}
.pagination #previous-page a.page-link:focus {
  color: #fff;
  box-shadow: none;
}
.pagination .page-link:focus {
  box-shadow: none;
}
.disabled {pointer-events:none}
.wrapper {
  margin: 0;
}
.step-wiz-wrapper {
  padding: 50px 0 50px 0;
}
/* .sp-diamond-tabs {
 padding-top: 50px;
 } */
.step-wizard {
  height: 60px;
}
.step-wizard {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step-wizard .step-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 33.33%;
  position: relative;
  height: 100%;
  border: 1px solid var(--gray);
}
.step-wizard .step-box::before, .step-wizard .step-box::after {
  /* left: 100%; */
  left: 100%;
  top: 50%;
  border: solid transparent;
  border-top-width: medium;
  border-top-color: transparent;
  border-right-width: medium;
  border-right-color: transparent;
  border-bottom-width: medium;
  border-bottom-color: transparent;
  border-left-width: medium;
  border-left-color: transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 9;
}
.step-wizard .step-box:not(:last-of-type)::after {
  border-width: 30px;
  margin-top: -30px;
  border-color: transparent;
  border-left-color: transparent;
  border-left-color: #fff;
}
.step-wizard .step-box:not(:last-of-type)::before {
  border-color: transparent;
  border-left-color: transparent;
  border-left-color: #c1c1c1;
  border-width: 18px;
  margin-top: -18px;
  border-width: 31px;
  margin-top: -31px;
}
.step-wizard .step-box:last-child::before, .step-wizard .step-box:last-child::after {
  display: none;
}
.step-box.active {
  background: var(--primary);
  border-color: var(--primary);
}
.step-box.active:not(:last-of-type)::after {
  border-left-color: var(--primary);
}
.step-box.active .step-num {
  border-color: var(--white);
  color: var(--white);
}
.step-box.active .step-txt {
  color: var(--white);
}
.step-box.active .step-img svg {
  fill: var(--white);
}
.step-box a:hover {
  color: #000;
}
.step-box.wiz-1 {
  border-right: none;
}
.step-box.wiz-2 {
  border-right: none;
  border-left: none;
}
.step-box.wiz-3 {
  border-left: none;
}
.step-txt {
  font-size: 20px;
  font-weight: 500;
}
.step-num {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 100%;
  font-weight: bold;
  border: 2px solid var(--gray);
  position: relative;
  left: 15px;
}
.step-box.wiz-2, .step-box.wiz-3 {
  padding-left: 30px;
}
.step-box.wiz-3 .step-img {
  padding-right: 20px;
}
/* ----------------- step-wiz-wrapper ------------------- */
.sp-diamondt-links {
  min-height: 60px;
  border-radius: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  max-width: 400px;
  width: 100%;
}
.lab-list.sp-diamondt-links:hover {
  box-shadow: rgba(134, 163, 193, 0.55) 0px 8px 24px;
  transition: all 0.3s linear;
}
.sp-diamondt-links a {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 50px;
  border-radius: 0;
  color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.sp-diamondt-links a svg {
  fill: var(--primary);
}
.sp-diamondt-links a.active svg {
  fill: var(--white);
}
.sp-diamondt-links a img {
  height: 30px;
  position: relative;
  top: -3px;
  padding-right: 7px;
}
.sp-diamondt-links a.active {
  color: var(--white);
  background: var(--primary);
}
.sp-diamondt-links a svg {
  height: 30px;
  display: inline-block;
}
.sp-diamondt-links {
  background: var(--lightgray);
}
/* ----------------- sp-diamond-tabs ------------------- */
.nshp-heading-wrap.only-color {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.nshp-heading-wrap.only-color .whfancy-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nshp-heading-wrap.only-color .whfancy-button a {
  color: var(--primary);
  font-size: 12px;
  font-weight: 600;
  background: #f4f4f4;
  display: inline-block;
  padding: 5px 10px;
}
.nshp-heading-wrap.only-color .whfancy-button a.active {
  background: var(--primary);
  color: var(--white);
}
.nshp-wrap .nshp-box:hover {
  box-shadow: rgba(134, 163, 193, 0.55) 0px 5px 10px;
  transition: all 0.3s linear;
}
.sp-diamond-filter {
  padding: 30px 0;
}
.sp-setting-filter {
  padding: 30px 0 0;
}
.nshp-heading-wrap.only-shape {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nshp-heading-wrap {
  margin-bottom: 15px;
}
.nshp-heading-wrap .nshp-heading {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--primary-font);
}
.other-shape {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.5;
  width: max-content;
  margin: 0 0 0 auto;
}
.other-shape input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
.other-shape .other-shapeimg {
  background-color: #f8f8f8;
  width: max-content;
  padding: 10px 25px;
  margin: 10px 0 0 auto;
}
.other-shape:hover {
  box-shadow: rgba(134, 163, 193, 0.55) 0px 5px 10px;
  transition: all 0.3s linear;
}
.nshp-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  position: relative;
}
.nshp-wrap .nshp-box {
  display: flex;
  text-align: center;
  cursor: pointer;
  position: relative;
  flex-direction: column;
}
.nshp-wrap .nshp-box input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  display: inline-block;
  opacity: 0;
  cursor: pointer;
}
.nshp-wrap .nshp-box input:checked ~ .img-bx {
  background: transparent;
  border: 1px solid var(--primary);
  box-shadow: rgba(134, 163, 193, 0.55) 0px 5px 10px;
  transition: all 0.3s linear;
}
.nshp-wrap .nshp-box .img-bx {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  min-height: 70px;
  background: var(--f8gray);
  border: 1px solid transparent;
}
.nshp-wrap .nshp-box .img-bx img {
  width: auto;
  max-width: 100%;
  height: 30px;
}
.nshp-wrap .nshp-box .img-bx .shape-title {
  font-size: 13px;
}
.metal-nshp-wrap-detail.nshp-wrap .nshp-box.active .img-bx {
  border: 1px solid transparent;
}
.metal-nshp-wrap-detail.nshp-wrap .nshp-box.active .img-bx img {
  border-color: #000;
}
.metal-nshp-wrap-detail.nshp-wrap .nshp-box .img-bx img {
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 3px;
}
.nshp-wrap.metal-nshp-wrap-detail .img-bx .shape-title {
  text-transform: uppercase;
}
body .nshp-wrap.metal-nshp-wrap-detail .nshp-box.active {
  width: max-content;
}
.nshp-wrap.metal-nshp-wrap-detail .nshp-box:hover {
  box-shadow: none;
  transition: none;
}
.nshp-wrap.setting-nshp-wrap {
  grid-template-columns: repeat(10, 1fr);
}
.nshp-wrap.metal-nshp-wrap {
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
}
/* custom css for range slider */
.irs--round .irs-grid-pol {
  background-color: transparent;
}
.irs--round .irs-bar {
  top: 36px;
  height: 6px;
  background-color: var(--primary);
  cursor: pointer;
  z-index: 2;
}
.irs--round .irs-grid-text {
  color: var(--primary);
  font-size: 13px;
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid var(--white);
  background-color: var(--primary);
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 3;
}
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: var(--primary);
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 4px;
}
.irs--round .irs-from::before, .irs--round .irs-to::before, .irs--round .irs-single::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: var(--primary);
  display: none;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 13px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 0;
}
.irs--round .irs-line {
  top: 36px;
  height: 45px;
  background-color: transparent;
  border-radius: 4px;
  z-index: 1;
}
.irs--round .irs-line::after {
  content: "";
  position: absolute;
  top: 0;
  height: 6px;
  width: 100%;
  background: #dee4ec;
  border-radius: 6px;
  cursor: pointer;
}
.irs-grid-text {
  top: 100%;
}
.filt-wrapmbx {
  margin: 0 0 30px;
}
.range_inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
}
.range_inputs input {
  max-width: 80px;
  height: 26px;
  border: 1px solid #bdbdbd;
  padding: 0 10px;
}
.range_inputs .range_ingroup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 99;
}
.range_inputs .range_ingroup span {
  background: #bdbdbd;
  height: 26px;
  padding: 0 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bdbdbd;
  position: relative;
  right: -5px;
}
.accordion.advance-accordion {
  background: transparent;
  color: var(--primary);
  --bs-accordion-active-color: var(--primary);
  --bs-accordion-btn-focus-border-color: #fff;
  --bs-accordion-active-bg: #fff;
}
.accordion.advance-accordion .accordion-item {
  border: 0;
}
.accordion.advance-accordion .accordion-item .accordion-header {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.accordion.advance-accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  position: relative;
  display: inline-block;
  width: auto;
  background: var(--white);
  z-index: 1;
  padding-right: 50px;
}
.accordion.advance-accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  right: 20px;
  position: absolute;
}
.accordion.advance-accordion .accordion-item .accordion-header::after {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
  background: radial-gradient(ellipse at center, #000 0%, #fff 100%);
}
.adv-button span {
  padding-left: 5px;
  font-size: 18px;
}
.adv-button .minus {
  display: none;
}
.adv-button.adv-btn-show .minus {
  display: inline-flex;
}
.adv-button.adv-btn-show .plus {
  display: none;
}
/* custom css for range slider */
.lab-list.sp-diamondt-links {
  margin: 0 auto;
}
.lab-list {
  display: flex;
  align-items: center;
  overflow: hidden;
  list-style: none;
  position: relative;
  margin: 0;
  justify-content: center;
  gap: 15px;
}
.lab-list .lab-box {
  display: inline-block;
  text-align: center;
  position: relative;
  min-width: 50px;
  min-width: auto;
  white-space: nowrap;
  width: 100%;
}
.lab-list .lab-box input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: inline-block;
  opacity: 0;
  cursor: pointer;
}
.lab-list .lab-box .filt-value-bx {
  padding: 10px 30px;
  border-radius: 0;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}
.lab-list .lab-box input:checked + .filt-value-bx {
  background: var(--primary);
  /* border-color: var(--primary); */
  color: var(--white);
}
.lab-list .lab-box input:checked + .filt-value-bx svg {
  fill: #fff;
}
.sp-diamond-tabs .lab-list.sp-diamondt-links .lab-box .filt-value-bx {
  border: none;
}
.filt-wrapmbx .lab-list {
  justify-content: flex-start;
  gap: 5px;
}
.filt-wrapmbx .lab-list .lab-box .filt-value-bx {
  padding: 10px 20px;
  font-size: 12px;
}
.lab-list .lab-box .filt-value-bx svg {
  margin: 0 5px 0 0;
}
.search-box {
  position: relative;
  word-wrap: normal;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.search-box img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.search-box input {
  min-width: 350px;
  height: 40px;
  padding: 0 15px 0 40px;
}
.search-box .btn-dark {
  height: 40px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
}
/*  filter baar */
.sorting-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  background: #f4f4f4;
  margin: 30px 0;
  padding: 0 20px;
}
.sorting-filter .tstone-bx {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #7c7c7c;
}
.sorting-filter .reset-bx {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 3px;
  border-bottom: 1px solid var(--primary);
  cursor: pointer;
}
.sorting-filter .view-bx {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
}
.sorting-filter .view-bx .view-opt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
}
.sorting-filter .view-bx .view-opt .sort-icons {
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.sorting-filter .view-bx .view-opt .sort-icons span {
  position: relative;
  top: -2px;
  color: #bfbfbf;
}
.sorting-filter .view-bx .view-opt .sort-icons i {
  color: #bfbfbf;
}
.sorting-filter .view-bx .view-opt .sort-icons i.active {
  color: var(--primary);
}
.sorting-filter .view-bx .sortings-bx {
  display: flex;
  flex-direction: column;
  position: relative;
}
.sorting-filter .view-bx .sortings-bx span {
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: -3px;
  font-size: 16px;
}
.sorting-filter .view-bx .sortings-bx select {
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
  color: #282828;
  padding: 20px 0 0 0;
  cursor: pointer;
  position: relative;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 99;
}
.sorting-filter .view-bx .sortings-bx::before {
  content: "";
  height: 40px;
  width: 2px;
  background: black;
  background: radial-gradient(circle, black 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: -30px;
}
.sorting-filter .view-bx .sortings-bx::after {
  content: "\f107";
  position: absolute;
  top: -5px;
  right: 5px;
  width: 20px;
  height: 20px;
  font-size: 25px;
  font-family: 'FontAwesome';
  z-index: 1;
}
.sorting-filter .view-bx.setting-view-bx .sortings-bx::before {
  all: inherit;
}
.color-mobfiltwrapper .whfancy-button {
  margin: 0 auto;
}
.nshp-heading-wrap.only-fci {
  text-align: left;
}
/*  filter baar */
/*  start mobile filter */
.mobile-filter {
  padding: 20px 0;
}
.mobile-filter .filtermob-button {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  position: relative;
}
.mobile-filter .filtermob-button a {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: var(--white);
  color: var(--primary);
  /* border: 1px solid var(--f8gray); */
  border: 1px solid var(--primary);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filtermob-button.settingft-mob {
  grid-template-columns: repeat(2, 1fr);
}
.filtermob-data .offcanvas-header {
  font-size: 16px;
  font-weight: 600;
  padding: 10px var(--bs-offcanvas-padding-x);
}
.mobfilter-heading {
  padding: 0 var(--bs-offcanvas-padding-x);
  text-align: center;
}
.mobfilter-heading .offcanvas-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary);
}
.filtermob-data .offcanvas.offcanvas-bottom {
  --bs-offcanvas-height: auto;
}
.filtermob-data .nshp-wrap {
  grid-template-columns: repeat(4, 1fr);
}
.filtermob-data .mobfilter-view {
  font-size: 16px;
  font-weight: 500;
  min-height: 50px;
}
.filt-wrapmbx.mobile-filt-wrapmbx {
  margin: 0 0 20px;
}
/*  end mobile filter */
/*  start tarun */
/*  diamond list */
.diamond-list-table {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.diamond-list-table .table-header {
  display: flex;
  background: #dedede;
  font-size: 16px;
  font-weight: 500;
}
.diamond-list-table .table-header div {
  flex: 1;
  position: relative;
  padding: 10px;
}
.diamond-list-table .table-header div:not(:first-child) {
  text-align: center;
}
.diamond-list-table .table-header div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 23px;
  width: 1px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}
.diamond-list-table .table-row {
  display: flex;
  text-decoration: none;
  color: inherit;
}
.diamond-list-table .table-row div {
  flex: 1;
  font-size: 15px;
  padding: 10px;
}
.diamond-list-table .table-row div:not(:first-child) {
  text-align: center;
}
.diamond-list-table .table-row:hover {
  background-color: #494949 !important;
  color: white !important;
}
.diamond-list-table .table-row:nth-child(odd) {
  background-color: rgba(222, 222, 222, 0.2);
}
.single-product main {
  padding: 0 15px;
}
.single-product .wp-block-woocommerce-product-image-gallery, .single-product .woocommerce-product-image-gallery {
  margin: auto;
}
/*  end diamond list */
/* commone slider dots css */
.slick-dots li {
  width: 13px !important;
  height: 2px !important;
  overflow: hidden;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background-color: var(--primary) !important;
}
.slick-dots li button {
  width: 13px !important;
  height: 2px !important;
  padding: 0 !important;
}
.slick-dots li button::before {
  width: 13px !important;
  height: 2px !important;
  background-color: var(--primary) !important;
  opacity: 0.25;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
/*  start grid view */
.grid-card .card:hover {
  box-shadow: rgba(157, 184, 211, 0.64) 0px 6px 10px;
  border-radius: 10px;
  overflow: hidden;
  border-color: #92afcfb3;
  transition: all 0.3s linear;
}
.grid-card {
  margin-bottom: 28px;
}
.grid-card a {
  color: var(--primary);
}
.grid-card .card {
  border-radius: 0;
  border: 0;
  background: transparent;
  border: var(--border-light-1);
}
.grid-card .card .btn-heart {
  width: 30px;
  height: 30px;
  top: 16px;
  right: 16px;
  z-index: 9;
}
.grid-card .card .btn-heart svg {
  width: 15px;
}
.grid-card .card .card-body {
  padding: 15px;
}
.grid-card .card .card-body .text {
  margin-bottom: 20px;
}
.grid-card .card .card-body .text h5 {
  font-size: 16px !important;
  font-weight: var(--fw-600);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: inherit;
  white-space: normal;
}
.grid-card .card .card-body .text p {
  font-size: 16px;
  font-weight: var(--fw-500);
  width: calc(100% - 50%);
  text-align: end;
}
.grid-card .card .card-body .details {
  margin-bottom: 20px;
}
.grid-card .card .card-body .details p {
  font-size: 12px;
  line-height: 12px;
  font-weight: var(--fw-600);
  margin-bottom: 0px;
}
.grid-card .card .card-body .details span {
  font-size: 10px;
}
.grid-card .card .card-body .btn-group {
  gap: 15px;
}
.grid-card .card .card-body .btn-group .btn {
  padding-right: 6px;
  padding-left: 6px;
}
.grid-card .card .card-body .btn-group .btn svg {
  height: 12px;
}
.details > .flex-auto:last-child {
  border-right: none !important;
}
.settingpro-description h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: inherit;
}
.pro-description .btn {
  height: 40px;
  font-weight: 500;
  font-size: 14px;
}
.btn-outline-light {
  border: var(--border-light);
  background: var(--white);
  color: var(--primary);
  height: 50px;
  border-radius: 0;
}
.btn-outline-light:active, .btn-outline-light:hover {
  background: var(--primary) !important;
  border: 1px solid var(--primary);
  color: var(--white) !important;
}
.btn-heart {
  width: 35px;
  height: 35px;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-2);
  cursor: pointer;
  stroke: var(--primary);
}
.btn-heart svg {
  height: 16px;
  width: 16px;
}
.btn-heart:hover, .btn-heart:hover svg, .btn-heart:active svg, .btn-heart:active, .btn-heart[alreadyadded="true"] {
  stroke: var(--white) !important;
  background: var(--primary) !important;
  fill: var(--white) !important;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-2px);
  }
  40% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(-2px);
  }
  80% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0px);
  }
}
.bounce {
  animation: bounce 1s ease-in-out;
}
.btn-report {
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--border-light);
}
.btn-report img {
  height: -webkit-fill-available;
  max-height: 100%;
}
.btn-report:hover {
  border-color: var(--black);
}
.single-product .button_group button {
  text-transform: uppercase;
}
.button_group .single_add_to_cart_button.btn.btn-cart {
  border: 1px solid #000;
}
.woocommerce div.product .button_group form.cart {
  margin-bottom: 0;
}
.woocommerce div.product .button_group form.cart button.single_add_to_cart_button {
  margin-bottom: 0;
}
.divider {
  width: 100%;
  height: 1px;
  background: #0000001a;
  margin: 20px 0;
}
.ring-card {
  border-radius: 0;
  border: 0;
  background: #f6f6f9;
}
.ring-card .card-body {
  padding: 20px;
}
/*  end grid view */
body ul {
  margin: 0;
  padding: 0;
}
.fw-600 {
  font-weight: var(--fw-600) !important;
}
.gap-1 {
  gap: 5px !important;
}
.gap-20 {
  gap: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.primary-text {
  color: var(--primary);
}
.text-grey {
  color: #8f8f8f;
}
.opcity-7 {
  opacity: 0.7;
}
.truncate-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 3em;
  line-height: 1.5em;
}
.para-1 {
  font-size: 18px;
  font-weight: var(--fw-400);
}
.para-2 {
  font-size: 16px;
  font-weight: var(--fw-500);
  line-height: 1.2;
}
.para-3 {
  font-size: 15px;
  font-weight: var(--fw-500);
  line-height: 1.2;
}
.para-4 {
  font-size: 14px;
  font-weight: var(--fw-400);
  line-height: 1.2;
}
.head-1 {
  font-size: 30px;
  font-weight: var(--fw-500);
  line-height: 1.2;
}
.head-2 {
  font-size: 24px;
  line-height: 1.2;
}
.head-3 {
  font-size: 20px;
  font-weight: var(--fw-500);
  line-height: 1.2;
}
.head-4 {
  font-size: 18px;
  font-weight: var(--fw-600);
}
.heading-2 {
  font-size: 30px;
}
.heading-3 {
  font-size: 20px;
  line-height: 1.4;
}
.mx-w-fit {
  width: max-content !important;
}
.mx-650 {
  max-width: 650px;
}
.flex-auto {
  flex: auto;
}
.ratio-1 {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cursor-pointer {
  cursor: pointer;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.form-select {
  height: 50px;
  border-radius: 0;
  font-size: 16px;
  border: 1px solid #ababab;
  cursor: pointer;
}
.form-select:focus {
  box-shadow: none;
  border-color: var(--primary);
}
.btn-none {
  color: var(--primary);
  font-size: 18px;
  border-radius: 10px;
  border: 2px solid var(--primary);
  font-weight: var(--fw-500);
}
.btn {
  font-size: 16px;
  height: 50px;
  font-weight: var(--fw-500);
  border-radius: 0;
  line-height: 1;
  font-weight: 600;
}
.btn-light {
  background: #efefef;
  font-size: 16px;
  font-weight: var(--fw-600);
}
.btn-primary {
  background: var(--primary);
  border: 1px solid var(--primary);
}
.btn-primary:active, .btn-primary:hover {
  background: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  opacity: 0.7;
}
.btn-outline-primary {
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
}
.btn-outline-primary:active, .btn-outline-primary:hover {
  background: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}
/* 
 /*  end tarun */
.list-view, .grid-view {
  display: none;
}
.grid-view.active, .list-view.active {
  display: block;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  width: 100% !important;
}
.detail-subhead {
  font-size: 18px;
  font-weight: 400;
}
.detail-subhead span {
  font-weight: 600;
}
.select-ring-sizes .form-select {
  width: 150px;
}
.sub-head-block {
  margin-bottom: 20px;
}
/*  shape wizard new css */
.step-wiz-wrapper .col-12 {
  position: relative;
}
.diamond_popup {
  position: absolute;
  top: 100%;
  background-color: #f4f4f4;
  transition: all 0.4s;
  border: 1px solid #dadada;
  width: 32.5%;
  display: none;
  z-index: 999;
}
.diamond_popup.second_box {
  left: 33.8%;
}
.diamond_popup.third_box {
  left: 66.5%;
  right: 0;
}
.diamond_item_info {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 0;
}
.diamond_img_with_title {
  text-align: left;
  display: flex;
  gap: 10px;
}
.item_name, .diamond_item_price h3 {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 0;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.diamond_compare_price {
  text-decoration: line-through;
}
.diamond_img img {
  border: 1px solid #c1c1c1;
  margin-right: 5px;
  object-fit: cover;
  width: 54px;
}
.item_metal, .diamond_compare_price {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
}
.diamond_btn_group {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  padding: 0 15px 15px;
}
.diamond_btn_group a {
  background-color: #0d0900;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  height: 36px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
}
.diamond_title {
  padding-right: 15px;
}
.diamond_text_muted {
  text-align: right;
  font-size: 13px;
  margin: 0;
}
.diamond_btn_group .btn_outline {
  background-color: transparent;
  color: #000;
  transition: all 0.4s;
  border: 1px solid;
}
.btn_outline:hover {
  transition: all 0.4s;
  background: #000;
  color: #fff;
}
/*  shape wizard new css */
.single_variation_wrap .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: block;
}
.diamond_item_price h3 {
  text-align: right;
}
.diamond_item_price {
  min-width: 80px;
}
#wp--skip-link--target {
  margin: 0;
}
.has-global-padding {
  padding: inherit;
}
.wp-block-woocommerce-add-to-cart-form .variations_button, .wp-block-woocommerce-add-to-cart-form form.cart {
  --whole-width-in-grid: span 9999;
  display: -ms-grid;
  display: inline-block;
  width: 100%;
}
.share-icon-box a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
}
.product_detail-container {
  padding: 0 15px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagination .page-numbers {
  border: 1px solid #000;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
}
.pagination .page-numbers:hover {
  color: #fff;
  background: #000;
}
.pagination .current {
  color: #fff !important;
  background: #000 !important;
}
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px;
  }
  .is-layout-constrained > .alignwide {
    max-width: 1600px !important;
  }
  main.wp-block-group > .entry-content > .woocommerce {
    max-width: 1600px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-card .card .card-body .text p {
    width: calc(100% - 50%) !important;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .pro-description .btn {
    font-size: 11px;
  }
}
@media (min-width: 1281px) and (max-width: 1599px) {
  .other-shape .other-shapeimg {
    padding: 10px 10px;
    font-size: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .is-layout-constrained > .alignwide {
    max-width: 1140px !important;
  }
  main.wp-block-group > .entry-content > .woocommerce {
    max-width: 1140px;
  }
  .other-shape .other-shapeimg {
    padding: 10px 4px;
    font-size: 10px;
  }
  .card-body.pro-description .btn {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .btn {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .head-1 {
    font-size: 24px;
  }
  .product-container .ratio-1 {
    text-align: center;
  }
  .product-container .img-contain {
    max-width: 300px;
  }
  .setting_details_wrapper .right_section h4 {
    font-size: 20px !important;
  }
  .setting_details_wrapper .right_section .button_group {
    gap: 15px !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 50% !important;
    /* .single-product . wp-block-column-is-layout-flow */
  }
  .single-product .is-layout-flex {
    gap: 15px !important;
  }
}
span.wc-block-components-button__text {
  color: #fff;
}
a.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-cart-button-block.wc-block-mini-cart__footer-cart.outlined {
  background: #111;
}
/* mobile view */
@media (max-width: 767px) {
	nav.is-responsive.wp-block-navigation {
/*     display: none; */
}
/*  
header.wp-block-template-part > .wp-block-group > .wp-block-group.is-layout-flex > .wp-container-core-group-is-layout-2 {
    transform: translateX(85px);
} */
	.wp-block-site-logo img{
		width:75%;
	}
	header.wp-block-template-part .is-layout-flex {
    flex-wrap: nowrap;
}
/* 	header.wp-block-template-part > .wp-block-group > .wp-block-group.is-layout-flex > .wp-container-core-group-is-layout-3 nav{
    position:absolute;
    left:5%;
   
} */
	header.wp-block-template-part > .wp-block-group > .wp-block-group.is-layout-flex > .wp-container-core-group-is-layout-3 .items-justified-right {
    justify-content: flex-start;
}
  header.wp-block-template-part .wp-block-group.is-layout-constrained {
    padding: 0 10px;
  }
 .grid-view .card-body .btn-group a.btn, .addtocartButton {
    font-size: 10px !important;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    flex-wrap: wrap;
  }
  .woocommerce-MyAccount-navigation li {
    width: 160px;
    margin: 7px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    padding: 10px 10px 10px 40px !important;
    font-size: 14px;
  }
  .woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
    padding: 15px;
  }
  main.wp-block-group {
    padding: 50px 10px;
  }
  .nshp-wrap .nshp-box .img-bx img {
    height: auto;
  }
  .nshp-wrap .nshp-box .img-bx {
    min-height: 85px;
  }
  .mobile-filt-wrapmbx .nshp-wrap .nshp-box input:checked ~ .img-bx {
    border: none;
  }
  .mobile-filt-wrapmbx .nshp-wrap .nshp-box .img-bx {
    padding: 0 5px;
    /*  cart page css */
  }
  .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    display: none;
  }
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    padding-right: 0;
    width: 75%;
    margin: 0 auto 25px auto;
    text-align: center;
  }
.diamond_popup.third_box {
    left: auto;
    right: inherit;
}
}
@media (max-width: 480px) {
  /* 	.grid-card{
   width:100% !important;
   } */
  .pagination .page-link {
    font-size: 14px !important;
    padding: 1px 5px;
  }
  body .pagination {
    gap: 5px;
  }
}
a.prev.page-numbers:hover:before, a.next.page-numbers:hover:before {
  background: #000;
  color: #fff;
}
/* header{display:none !important} */
a.page-link {
  color: #000;
}
li.active a.page-link {
  background: #000;
  border-color: #000;
}
li a.page-link:hover {
  background: #000;
  color: #fff;
}
.woocommerce-cart h2.has-text-align-center , .woocommerce-cart .cart-new-in-store, .woocommerce-cart .wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
    display: none !important;
}

.woocommerce-cart h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    display: block !important;
}

.woocommerce .quantity .qty { 
    padding: 3px;
}
.coupon, button[name="update_cart"] {
    display: none !important;
}

.woocommerce-cart table tbody > tr a{ pointer-events: none;}

.woocommerce-order-received table a {
    pointer-events: none;
}

.woocommerce-order-received table td p {
    display: none;
}
body.woocommerce-account tr.woocommerce-table__line-item.order_item td.woocommerce-table__product-name.product-name ul ~ p {
    display: none;
}


@media (max-width: 991px) {
    .single-product main .is-layout-flex {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
 .single-product #wp--skip-link--target, .woocommerce-cart #wp--skip-link--target{ padding: 0px 80px;}
}