* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

:root {
  --pseudo-prvw-header-footer-line-visibility: inline-block;
}

/* @font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
} */

.prvw_block h3,
.prvw_block .h3,
.prvw_block h4,
.prvw_block .h4,
.prvw_block h5,
.prvw_block .h5,
.prvw_block h6,
.prvw_block .h6 {
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI",
    Roboto, "Helvetica Neue", sans-serif;

  letter-spacing: 0;
  text-transform: unset;
  font-weight: unset;
  margin: 0;
}

/* .container {
  position: relative;
  padding: 50px;
}

@media screen and (max-width: 1030px) {
  .container {
    padding: 20px;
  }
}

@media screen and (max-width: 575px) {
  .container {
    padding: 20px;
  }
} */

.prvw_block {
  --clgreen: #007f61;
  --clblack: #000000;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI",
    Roboto, "Helvetica Neue", sans-serif !important;
  letter-spacing: unset;
  text-transform: unset;
  font-weight: unset;
}

.block__title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.block__title h3 {
  line-height: 20px;
  overflow: hidden;
  text-transform: none;
}

.block__title h3::before {
  background-color: #c8c8c8;
  content: "";
  display: var(--pseudo-prvw-header-footer-line-visibility);
  height: 1px;
  position: relative;
  vertical-align: middle;
  right: 0.3em;
  width: 40%;
  margin-left: -25%;
  /* width: 45%;
  margin-left: -50%; */
}

.block__title h3::after {
  background-color: #c8c8c8;
  content: "";
  display: var(--pseudo-prvw-header-footer-line-visibility);
  height: 1px;
  position: relative;
  vertical-align: middle;
  left: 0.3em;
  width: 40%;
  margin-right: -25%;
  /* width: 45%;
  margin-right: -50%; */
}

.block__bottomtitle {
  position: relative;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 20px;
}

.block__bottomtitle h5 {
  position: relative;
  overflow: hidden;
  opacity: 0.6;
}

.block__bottomtitle h5::before {
  background-color: #c8c8c8;
  content: "";
  display: var(--pseudo-prvw-header-footer-line-visibility);
  height: 1px;
  position: relative;
  vertical-align: middle;
  /* width: 45%; */
  right: 0.3em;
  width: 40%;
  margin-left: -25%;
  /* margin-left: -50%; */
}

.block__bottomtitle h5::after {
  background-color: #c8c8c8;
  content: "";
  display: var(--pseudo-prvw-header-footer-line-visibility);
  height: 1px;
  position: relative;
  vertical-align: middle;
  left: 0.3em;
  width: 40%;
  margin-right: -25%;
  /* width: 45%;
  margin-right: -50%; */
}

.block__bottomtitle__total {
  position: relative;
  display: block;
  top: 0.9em;
  font-size: 13px;
  line-height: 17px;
  overflow: hidden;
  margin-bottom: 32px;
}

.block__bottomtitle__total h5 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.block__bottomtitle__total .bottomtitle__total__text {
  display: flex;
  font-weight: 500;
  color: var(--clgreen);
  justify-content: space-between;
  opacity: 0.6;
}

.block__bottomtitle__total .bottomtitle__total {
  color: #000;
  opacity: 1;
  font-weight: 600;
}

.block__cb {
  position: relative;
}

.block__cb:not(:last-child) {
  margin-bottom: 20px;
}

.block__cb input[type="radio"] {
  display: none;
}

.block__cb label {
  padding: 22px 15px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  display: block;
  cursor: pointer;
  background: #ffffff;
}

@media screen and (max-width: 575px) {
  .block__cb label {
    padding: 15px;
  }
}

.block__cb label select {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 3px;
}

.block__cbmain {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block__cbmain--radio {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  margin-right: 15px;
}

.block__cbmain--content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block__cbmain--content--left h5 {
  line-height: 16px;
  margin-bottom: 6px;
  text-align: left;
  text-transform: none;
}

.block__cbmain--content--left h4 {
  line-height: 16px;
  text-align: left;
  text-transform: none;
}

.block__cbmain--content--left h4 .prevprice {
  position: relative;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  color: rgba(var(--clblack), 0.3);
}

.prevprice {
  text-align: left;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  color: #000000;
  opacity: 0.3;
  text-decoration: line-through;
  margin-top: 6px;
}

.block__cbmain--content--left h4 .prevprice::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: black;
  opacity: 0.3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block__cbmain--content--right h5 {
  text-align: right;
  line-height: 16px;
  text-transform: none;
}

.block__cbmain--content--right h6 {
  white-space: nowrap;
  text-align: right;
  line-height: 14px;
  margin-bottom: 6px;
  text-transform: none;
}

.block__cbinfo {
  margin-top: 12px;
  margin-left: 20px;
  display: none;
}

.block__cbinfo--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.block__cbinfo--item:not(:last-child) {
  margin-bottom: 8px;
}

.block__cbinfo--item span {
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: var(--clblack);
  margin-right: 8px;
  margin-bottom: 10px;
  min-width: 12px;
}

.block__cbinfo--dropdown:not(:last-child) {
  margin-right: 8px;
}

.block__cbinfo--dropdown h6 {
  text-align: left;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 10px;
  text-transform: none;
}

.block__cbinfo--dropdown select {
  position: relative;
  display: inline-block;
  width: 80px;
  padding: 8px 30px 11px 11px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: 0;
  color: #000;
}

.prvw_block .block__cb input:checked + label .block__cbinfo {
  display: block;
}

/*# sourceMappingURL=style.css.map */

/* prvw custom css */

.prvw_d-none {
  display: none !important;
}

.prvw_hidden {
  visibility: hidden;
}

.prvw__loader-card {
  width: 500px;
  height: 200px;
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 20px;
}

.prvw_outOfStock {
  font-weight: 500;
  line-height: 14.52px;
  font-size: 12px;
  color: #ff3d3d;
  margin-left: 3.5rem;
  margin-top: 0.7rem;
}

.prvw_outOfStockVariant{
  margin-left: 4.2rem;
  margin-top: 0.8rem;
}
