.woocommerce .so-product {
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
.woocommerce .so-product #rank-math-rich-snippet-wrapper {
  display: none !important;
}
.woocommerce .so-product .product-type-simple .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.woocommerce .so-product .bundle_form input {
  color: #000;
  padding: 15px;
}
.woocommerce .so-product .bundle_form .variations {
  margin-top: 20px !important;
}
.woocommerce .so-product .yotpo-main-widget .promoted-products-box {
  display: none;
}
.woocommerce .so-product .images .flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px !important;
  width: calc(100% + 20px);
  margin-left: -10px !important;
}
.woocommerce .so-product .images .flex-control-thumbs li {
  box-sizing: border-box;
  margin-bottom: 20px !important;
  float: none !important;
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce .so-product .onsale {
  display: none !important;
}
.woocommerce .so-product .summary {
  padding-top: 45px;
}
.woocommerce .so-product .summary .so-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: 30px;
}
.woocommerce .so-product .summary .so-qty-button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  height: 47px;
  background-color: #D8D8D8;
  position: relative;
  cursor: pointer;
}
.woocommerce .so-product .summary .so-qty-button:hover {
  background-color: #F4F4F4;
}
.woocommerce .so-product .summary .so-qty-button:nth-child(1):after, .woocommerce .so-product .summary .so-qty-button:nth-child(1):before, .woocommerce .so-product .summary .so-qty-button:nth-child(3):after, .woocommerce .so-product .summary .so-qty-button:nth-child(3):before {
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #575757;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -7px;
  content: "";
}
.woocommerce .so-product .summary .so-qty-button:nth-child(3):before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.woocommerce .so-product .summary .so-qty .quantity {
  margin: 0 !important;
}
.woocommerce .so-product .summary .so-qty input, body.theme-Concentr8 .woocommerce .so-cart-single-info .quantity input {
  background-color: #F2F2F2;
  color: #000;
  font-weight: 700;
  border-left: 2px solid #C4C4C4;
  border-right: 2px solid #C4C4C4;
  border-bottom-width: 0;
  border-top-width: 0;
  outline: none;
  height: 100%;
  text-align: center;
}
.woocommerce .so-product .summary .so-qty input::-webkit-outer-spin-button,
.woocommerce .so-product .summary .so-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .so-product .summary .so-qty input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce .so-product .summary .stock {
  font-size: 14px;
  line-height: 1;
  color: #60DF7A;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding-bottom: 25px;
  padding-top: 20px;
}
.woocommerce .so-product .summary .reset_variations {
  display: none !important;
}
.woocommerce .so-product .summary .variations {
  margin-bottom: 5px !important;
}
.woocommerce .so-product .summary .variations tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce .so-product .summary .variations tbody tr {
  display: block;
  margin-right: 25px;
  margin-bottom: 20px;
}
.woocommerce .so-product .summary .variations tbody tr .label {
  display: block;
}
.woocommerce .so-product .summary .variations tbody tr .label label {
  display: block;
  padding-bottom: 10px;
  font-weight: 700;
}
.woocommerce .so-product .summary .variations tbody tr .value {
  display: block;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	opacity: 1 !important;
}
.woocommerce .so-product .summary > .cart .price, .woocommerce .so-product .summary > .cart .price * {
  font-weight: 400;
  color: #E96E34;
}
.woocommerce .so-product .summary > .cart .price del, .woocommerce .so-product .summary > .cart .price del * {
  color: #7B7B7B;
}
.woocommerce .so-product .summary > .cart .price ins {
  text-decoration: none;
}
.woocommerce .so-product .summary > .cart .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.woocommerce .so-product .summary > .cart .button {
  float: none !important;
}
.woocommerce .so-product .summary > .product_meta {
  display: block;
  padding-top: 30px;
}
.woocommerce .so-product .summary > .product_meta .sku_wrapper, .woocommerce .so-product .summary > .product_meta .sku_wrapper * {
  font-size: 12px;
  line-height: 1;
}
.woocommerce .so-product .summary > .product_meta .posted_in {
  display: none;
}
.woocommerce .so-product .summary .yotpo-bottomline .text-m {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff !important;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.woocommerce .so-product .summary .yotpo-bottomline .text-m:hover {
  opacity: 0.7;
}
.woocommerce .so-product .summary > h1 {
  font-size: 40px;
  line-height: 1.3;
  padding-bottom: 20px;
}
.woocommerce .so-product .summary > .price {
  display: block;
  padding-bottom: 20px;
}
.woocommerce .so-product .summary .price {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #fff;
}
.woocommerce .so-product .summary .price * {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #E96E34;
  font-weight: bold;
}
.woocommerce .so-product .summary > .woocommerce-product-details__short-description {
  padding-bottom: 30px;
}
.woocommerce .so-product .summary > .woocommerce-product-details__short-description h1, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h2, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h3, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h4, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h5, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h6 {
  font-weight: 400;
  padding-bottom: 20px;
}
.woocommerce .so-product .summary > .woocommerce-product-details__short-description h1 *, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h2 *, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h3 *, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h4 *, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h5 *, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h6 * {
  font-weight: 400;
}
.woocommerce .so-product .summary > .woocommerce-product-details__short-description h1, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h2, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h3, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h4, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h5, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h6 {
  font-size: 20px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .woocommerce .so-product .summary > .woocommerce-product-details__short-description h1, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h2, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h3, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h4, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h5, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h6 {
    font-size: 22px;
    font-size: calc(20px + (24 - 20) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  .woocommerce .so-product .summary > .woocommerce-product-details__short-description h1, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h2, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h3, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h4, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h5, .woocommerce .so-product .summary > .woocommerce-product-details__short-description h6 {
    font-size: 24px;
  }
}
.woocommerce .so-product-desc-wrap {
  padding-bottom: 80px;
}
.woocommerce .so-product-desc-wrap h4 {
  padding-bottom: 35px;
}
.woocommerce .so-product-desc h1, .woocommerce .so-product-desc h2, .woocommerce .so-product-desc h3, .woocommerce .so-product-desc h4, .woocommerce .so-product-desc h5, .woocommerce .so-product-desc h6 {
  font-weight: 400;
  padding-bottom: 20px;
}
.woocommerce .so-product-desc h1 *, .woocommerce .so-product-desc h2 *, .woocommerce .so-product-desc h3 *, .woocommerce .so-product-desc h4 *, .woocommerce .so-product-desc h5 *, .woocommerce .so-product-desc h6 * {
  font-weight: 400;
}
.woocommerce .so-product-desc h1, .woocommerce .so-product-desc h2, .woocommerce .so-product-desc h3, .woocommerce .so-product-desc h4, .woocommerce .so-product-desc h5, .woocommerce .so-product-desc h6 {
  font-size: 20px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .woocommerce .so-product-desc h1, .woocommerce .so-product-desc h2, .woocommerce .so-product-desc h3, .woocommerce .so-product-desc h4, .woocommerce .so-product-desc h5, .woocommerce .so-product-desc h6 {
    font-size: 22px;
    font-size: calc(20px + (24 - 20) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  .woocommerce .so-product-desc h1, .woocommerce .so-product-desc h2, .woocommerce .so-product-desc h3, .woocommerce .so-product-desc h4, .woocommerce .so-product-desc h5, .woocommerce .so-product-desc h6 {
    font-size: 24px;
  }
}
.woocommerce .so-product-desc a, .woocommerce .so-product-desc a * {
  color: #E96E34;
}
.woocommerce .so-product-desc ul {
  display: block;
  list-style-type: disc;
  padding-bottom: 15px;
  padding-top: 15px;
}
.woocommerce .so-product-desc ol {
  display: block;
  list-style-type: decimal;
  padding-bottom: 15px;
  padding-top: 15px;
}
.woocommerce .so-product-desc a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.woocommerce .so-product-desc a:hover {
  opacity: 0.7;
}
.woocommerce .so-product-desc p {
  padding-bottom: 15px;
}
.woocommerce .so-product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding-bottom: 90px;
}
.woocommerce .so-product-info .so-col {
  width: 50%;
}
.woocommerce .so-product-info .so-col h4 {
  padding-bottom: 30px;
}
.woocommerce .so-product-info .so-col ul {
  padding-left: 0;
}
.woocommerce .so-product-info .so-col ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.woocommerce .so-product-info .so-col ul li:before {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #E96E34;
  top: 50%;
  margin-top: -3px;
  left: 2px;
  content: "";
}
.woocommerce .so-product-info .so-col .so-button-sm {
  margin-bottom: 15px;
}
.woocommerce .so-product-table {
  padding-bottom: 80px;
}
.woocommerce .so-product-table h4 {
  padding-bottom: 35px;
}
.woocommerce .so-product-table table.shop_attributes tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 15px;
}
.woocommerce .so-product-table table.shop_attributes tr .woocommerce-product-attributes-item__label {
  width: calc(50% - 12px);
  background-color: rgba(203, 131, 72, 0.3);
  font-weight: 700;
  padding: 16px 25px 14px 25px;
  display: block;
}
.woocommerce .so-product-table table.shop_attributes tr .woocommerce-product-attributes-item__value {
  width: calc(50% - 12px);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 18px 25px 15px 25px;
  font-style: normal;
  display: block;
}
.woocommerce .so-product-table table.shop_attributes tr .woocommerce-product-attributes-item__value p {
  padding-bottom: 0;
  padding-top: 0;
}
.woocommerce .so-product-reviews {
  padding-bottom: 100px;
}
.woocommerce .so-product-reviews h4 {
  text-align: center;
  padding-bottom: 35px;
}
.woocommerce .so-product-reviews .yotpo .promoted-products-box, .woocommerce .so-product-reviews .yotpo .yotpo-first-review-stars,
.woocommerce .so-product-reviews .yotpo .yotpo-label, .woocommerce .so-product-reviews .yotpo .yotpo-nav {
  display: none !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-logo-line {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.woocommerce .so-product-reviews .yotpo .yotpo-first-review .yotpo-default-button {
  text-transform: capitalize;
  position: relative !important;
  top: 0 !important;
  margin-bottom: 0 !important;
  transition: all 0.3s ease !important;
  display: inline-block !important;
  padding: 10px 15px 8px 15px !important;
  position: relative !important;
  font-weight: 600 !important;
  background-color: #E96E34 !important;
  color: #fff !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-first-review .yotpo-default-button .yotpo-icon-button-text {
  font-size: 13px !important;
  font-family: "Mont" !important;
  font-weight: 600 !important;
  display: inline-block;
  position: relative;
  top: -1px;
}
.woocommerce .so-product-reviews .yotpo .yotpo-first-review .yotpo-default-button:hover {
  background-color: #875226 !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-display-wrapper .yotpo-regular-box .yotpo-clr {
  display: none !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-regular-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 25px;
  margin-bottom: 30px;
}
.woocommerce .so-product-reviews .yotpo .yotpo-regular-box .yotpo-stars {
  margin-right: 0 !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-regular-box .based-on {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding-top: 0;
}
.woocommerce .so-product-reviews .yotpo .yotpo-regular-box .yotpo-stars-and-sum-reviews .yotpo-default-button {
  display: none !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-regular-box .yotpo-default-button {
  text-transform: capitalize;
  position: relative !important;
  top: 0 !important;
  margin-bottom: 0 !important;
  transition: all 0.3s ease !important;
  display: inline-block !important;
  padding: 9px 15px 8px 10px !important;
  position: relative !important;
  font-weight: 600 !important;
  background-color: #E96E34 !important;
  color: #fff !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-regular-box .yotpo-default-button .yotpo-icon-button-text {
  font-size: 13px !important;
  font-family: "Mont" !important;
  font-weight: 600 !important;
  display: inline-block;
  margin-left: 3px;
  position: relative;
  top: -1px;
}
.woocommerce .so-product-reviews .yotpo .yotpo-regular-box .yotpo-default-button:hover {
  background-color: #875226 !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-pager * {
  color: #E96E34 !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-review {
  display: block;
  padding: 25px;
  border-top-width: 0;
  margin-bottom: 30px;
}
.woocommerce .so-product-reviews .yotpo .yotpo-review * {
  font-family: "Mont" !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-review .yotpo-helpful, .woocommerce .so-product-reviews .yotpo .yotpo-review .yotpo-action, .woocommerce .so-product-reviews .yotpo .yotpo-review .yotpo-icon-profile {
  display: none !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-review .yotpo-header-element .yotpo-user-name {
  font-size: 16px;
  line-height: 1;
  color: #fff !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-review .yotpo-header-element .yotpo-user-title {
  font-size: 16px;
  line-height: 1;
  color: #E96E34 !important;
  opacity: 0.5;
}
.woocommerce .so-product-reviews .yotpo .yotpo-review .yotpo-header-element .yotpo-review-date {
  color: #fff;
  opacity: 0.3;
}
.woocommerce .so-product-reviews .yotpo .yotpo-review .yotpo-header-element .yotpo-review-stars {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  top: 10px;
}
.woocommerce .so-product-reviews .yotpo .yotpo-review .yotpo-header-element .yotpo-review-stars .yotpo-icon {
  color: #E96E34 !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-review .yotpo-header {
  padding-bottom: 25px;
}
.woocommerce .so-product-reviews .yotpo .yotpo-review .yotpo-main {
  margin: 0;
}
.woocommerce .so-product-reviews .yotpo .yotpo-review .yotpo-main .content-title {
  color: #fff;
  display: block;
  float: none;
}
.woocommerce .so-product-reviews .yotpo .yotpo-review .yotpo-main .yotpo-review-wrapper {
  display: block;
}
.woocommerce .so-product-reviews .yotpo .yotpo-review .yotpo-main .content-review {
  color: #fff;
  display: block;
}
.woocommerce .so-product-reviews .yotpo .yotpo-review .yotpo-main .content-review .yotpo-read-more {
  color: #E96E34 !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-review .yotpo-main .image-review {
  float: none !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-display-wrapper .write-review {
  border-top-width: 0;
  display: block !important;
  padding: 25px;
}
.woocommerce .so-product-reviews .yotpo .yotpo-display-wrapper .write-review .yotpo-mandatory-explain {
  display: none !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-display-wrapper .write-review .yotpo-clr {
  display: block !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-display-wrapper .write-review * {
  color: #fff;
}
.woocommerce .so-product-reviews .yotpo .yotpo-display-wrapper .write-review .yotpo-mandatory-mark {
  color: red;
}
.woocommerce .so-product-reviews .yotpo .yotpo-display-wrapper .write-review .connect-wrapper {
  padding-left: 0;
}
.woocommerce .so-product-reviews .yotpo .yotpo-display-wrapper .write-review .connect-wrapper label {
  padding-top: 0 !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-display-wrapper .write-review .submit-button {
  float: none;
  width: 100%;
  text-align: center;
}
.woocommerce .so-product-reviews .yotpo .yotpo-display-wrapper .write-review .submit-button input {
  margin: auto;
  float: none;
  display: block !important;
}
.woocommerce .so-product-reviews .yotpo .yotpo-display-wrapper .write-review .review-star {
  color: #E96E34;
}
.woocommerce .so-product-reviews .yotpo .yotpo-display-wrapper .write-review h2 {
  text-align: center;
}
.woocommerce .so-product-list {
  text-align: center;
}
.woocommerce .so-product-list h4 {
  padding-bottom: 65px;
}

.so-product-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.so-product-list-single {
  max-width: 300px;
  width: 100%;
  margin-bottom: 50px;
}
.so-product-list-single a {
  position: relative;
  display: block;
  margin-bottom: 25px;
}
.so-product-list-single a .so-product-list-single-overlay {
  position: absolute;
  width: 100%;
  height: 300px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #E2E2E2;
  opacity: 1;
  top: -15px;
  right: -15px;
  z-index: 1;
}
.so-product-list-single a .so-product-list-single-placeholder {
  background-color: #E2E2E2;
  width: 100%;
  height: 350px;
  position: relative;
  z-index: 2;
}
.so-product-list-single a img, body.theme-Concentr8 .woocommerce .so-cart-single .product-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 2;
  margin: auto;
  border: 1px solid #C9C7C7;
}
.so-product-list-single a div {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #181818;
  text-transform: uppercase;
  padding-top: 18px;
  padding-bottom: 15px;
  letter-spacing: 0.1em;
  font-weight: 800;
  width: 100%;
  position: relative;
  z-index: 2;
}
.so-product-list-single a:hover .so-product-list-single-overlay {
  height: 100%;
}
.so-product-list-single h4 {
  padding-bottom: 15px !important;
}
.so-product-list-single-price .woocommerce-Price-amount,
.so-product-list-single-price .woocommerce-Price-amount * {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.so-product-list-single-price del {
  opacity: 0.3;
}
.so-product-list-single-price del, .so-product-list-single-price del * {
  color: #fff;
}
.so-product-list-single-price ins {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .woocommerce .so-product {
    padding-top: 90px;
  }
  .woocommerce .so-product .woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
  }
  .woocommerce .so-product .summary {
    float: none !important;
    width: 100% !important;
    padding-top: 0;
  }

  .so-product-list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .so-product-list-single {
    max-width: 500px;
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce .so-product {
    padding-bottom: 20px;
  }

  .woocommerce .so-product-desc-wrap {
    padding-bottom: 40px;
  }

  .woocommerce .so-product-info {
    padding-bottom: 40px;
  }
  .woocommerce .so-product-info .so-col {
    width: 100%;
  }

  .woocommerce .so-product-reviews .yotpo .yotpo-regular-box {
    flex-direction: column;
  }

  .yotpo .write-review .connect-wrapper .form-element.email-input {
    padding-top: 20px !important;
  }

  .woocommerce .so-product-table {
    padding-bottom: 40px;
  }
  .woocommerce .so-product-table table.shop_attributes tr {
    flex-direction: column;
  }
  .woocommerce .so-product-table table.shop_attributes tr .woocommerce-product-attributes-item__label {
    width: 100%;
  }
  .woocommerce .so-product-table table.shop_attributes tr .woocommerce-product-attributes-item__value {
    width: 100%;
  }

  .woocommerce .so-product-reviews {
    padding-bottom: 40px;
  }

  .so-product-list-single {
    max-width: 300px;
  }
}
.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top-color: #E96E34;
  color: #000;
  width: 100%;
  background: initial !important;
  font-weight: bold;
}
.woocommerce-notices-wrapper .woocommerce-message .showcoupon, .woocommerce-notices-wrapper .woocommerce-error .showcoupon {
  color: #E96E34;
}
.woocommerce-notices-wrapper .woocommerce-message:before, .woocommerce-notices-wrapper .woocommerce-error:before {
  color: #E96E34;
}

.woocommerce-error .showcoupon, .woocommerce-info .showcoupon, .woocommerce-message .showcoupon {
  color: #E96E34;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  color: #E96E34;
}

@media screen and (max-width: 600px) {
  .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  .woocommerce-notices-wrapper .woocommerce-message .button, .woocommerce-notices-wrapper .woocommerce-error .button {
    margin-top: 15px;
  }

  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    margin-top: 15px;
  }
}

#yotpo-headline-reviews {
  color: #000 !important;
}
.yotpo-header-container {
  background: var(--bg-color);
}
.yotpo-summary-section {
	justify-content: center;
	align-items: center;
	height: initial !important;
}
.yotpo-star-distribution {
	align-self: center !important;
}
.yotpo-display-l .yotpo-main-layout .yotpo-layout-header-wrapper[data-v-012a3912], .yotpo-star-distribution {
	margin-bottom: 0 !important;
}
.yotpo-layout-header-wrapper {
	padding-top: 20px;
	padding-bottom: 20px !important;
}
#yotpo-app {
	--primary-color: #E96E34;
}
.yotpo-reviewer-name, .yotpo-reviewer-verified-buyer-text {
	color: var(--text-color) !important;
}
.woocommerce ul#shipping_method .amount, .woocommerce-Price-currencySymbol, .woocommerce-Price-amount.amount {
	color: #E96E34;
	font-weight: bold;
}
.woocommerce-shipping-destination {
	margin-top: 15px;
}
.woocommerce-shipping-totals.shipping {
	background-color: var(--third-bg-color) !important;
}
.wc-proceed-to-checkout {
	padding: 20px !important;
}
.pw-container [type=checkbox]:checked + label:before, .pw-container [type=checkbox]:not(:checked) + label:before {
	left: -4px !important;
    top: -9px !important;
}
.pw-route-protection {
	    padding: 10px 5px !important;
}
[type=checkbox]:checked + label:after, [type=checkbox]:not(:checked) + label:after {
	background: #E96E34 !important;
}
.woocommerce-checkout-review-order-table {
	background: var(--third-bg-color);
}
.acfw-checkout-ui-block .acfw-accordion .acfw-accordion-inner, .acfw-checkout-ui-block .acfw-accordion h3, .acfw-checkout-ui-block .acfw-accordion .acfw-accordion-inner {
	background: initial !important;
}
.cart_item .product-name {
	font-weight:bold;
}
.cart_item .variation dt, .cart_item .variation dd p {
	color: #E96E34 !important;
	font-size: 12px;
    font-weight: bold;
}
.so-product-navigation {
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 2.5rem; 
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	padding: 50px 0;
    border-top: 2px solid #949393;
    margin-top: 50px;
}
.so-product-navigation li a {
	text-transform: uppercase;
	font-weight: bold;
	color: #A2A0A0;
	font-size: 1.4em;
}
.so-product-navigation li a.active-nav {
	color: #E96E34;
}
@media (max-width: 768px) {
    .so-product-navigation {
      flex-direction: column; /* stack vertically */
      align-items: center;    /* center each item */
    }
  }

#yotpo-reviews-main-widget {
	--text-color: #000 !important;
}
[data-theme="dark"] #yotpo-reviews-main-widget  {
	--text-color: #fff !important;
}