/* Overrides */
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .image {
  margin-bottom: 15px;
}

.yith-wapo-block select {
  width: 100% !important;
  min-width: 300px;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  content: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 100%;
  margin: 0;
  float: none;
  text-align: center;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 5rem;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-family: var(--font-1);
  font-size: var(--font-size-2);
  padding: 0;
  line-height: 0.9em;
}

.woocommerce ul.products li.product .price {
  color: var(--color-8);
  font-family: var(--font-3);
}

.woocommerce ul.products li.product .button,
.woocommerce-result-count {
  display: none;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  font-size: 2rem;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: var(--color-8);
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: none;
  color: var(--color-black);
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none;
  margin-bottom: 2rem;
}

.woocommerce .woocommerce-ordering {
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce .woocommerce-ordering select {
  font-family: var(--font-3);
  border: none;
}

.woocommerce ul.products li.product .onsale {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-5);
}

.woocommerce ul.products li.product a img {
  transition: transform var(--animation-duration);
}

.woocommerce ul.products li.product a img:hover {
  transform: scale(1.05);
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  width: 100%;
  float: none;
  margin: 0;
}

.tax-product_cat .woocommerce-ordering {
  display: none;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  width: 100%;
}

body .product-single.summary .wapo-addon-description {
  position: relative;
  top: 0;
  margin-bottom: 20px;
}

.yith-wcmcs-currency-list .yith-wcmcs-selected-currency,
.yith-wcmcs-shortcode,
.yith-wcmcs-currency-select {
  max-width: fit-content;
}

.yith-wcmcs-currency-list .yith-wcmcs-selected-currency {
  font-family: var(--font-3);
  background-color: transparent;
  border: 0;
  box-shadow: unset;
}

.yith-wcmcs-currency-list .yith-wcmcs-currencies-dropdown .yith-wcmcs-currency {
  padding: 0;
}

.yith-wcmcs-currency-select {
  padding: 0;
}

.yith-wcmcs-shortcode {
  margin: 0;
}

.yith-wcmcs-currency-list .yith-wcmcs-selected-currency:before {
  content: '\f347';
  font-family: dashicons;
  background-image: unset;
  color: var(--color-white);
}

.yith-wcmcs-currency-list .yith-wcmcs-selected-currency.yith-wcmcs-shortcode-style--active:before {
  transform: translateY(-60%) rotate(180deg);
}

.yith-wcmcs-currency-name {
  color: var(--color-white);
}

.yith-wcmcs-currency-list .yith-wcmcs-currencies-dropdown {
  border-radius: 0;
  border: 0;
}

.yith-wcmcs-search-container {
  display: none;
}

.yith-wcmcs-currency-list--select .yith-wcmcs-currencies-dropdown .yith-wcmcs-currency-name {
  color: var(--color-3);
}

.yith-wcmcs-currency-list--select .yith-wcmcs-currencies-dropdown .yith-wcmcs-currency-name:hover {
  color: var(--color-4);
}

.yith-wcmcs-currency--selected {
  font-weight: bold;
}

.yith-wapo-block {
  margin-top: 4rem;
}

.yith-wapo-block .wapo-addon-title {
  margin-bottom: 10px;
}

.product-info .product-name {
  font-size: 13px;
  line-height: 1.2;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center !important;
}

.yith-wapo-block .yith-wapo-addon .options.per-row-1 .yith-wapo-option .label_container .image img {
  max-width: 100% !important;
  max-height: 100%;
}

.yith-wapo-addon-type-label .yith-wapo-option img {
  border-radius: 100px;
  padding: 8px;
}

.yith-wapo-block .yith-wapo-addon .yith-wapo-option .image {
  max-width: 150px;
}

.yith-wapo-block .options {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}

.yith-wapo-block .yith-wapo-addon .options.grid.per-row-5 .yith-wapo-option {
  width: 100% !important;
  margin: 0;
  float: unset;
  right: 0;
}

.yith-wapo-block .options.default-closed {
  display: none !important;
}

.yith-wapo-block .toggle-open .options {
  display: grid !important;
}

.yith-wapo-block .product-container {
  flex-direction: column;
}

.yith-wapo-block .woocommerce-Price-amount.amount,
.yith-wapo-block .woocommerce-Price-currencySymbol {
  font-weight: 700;
}

.woocommerce-info,
.woocommerce-message {
  font-family: var(--font-3);
  font-size: var(--font-size-1);
}

.cart-empty.woocommerce-info,
.return-to-shop {
  margin: 8rem !important;
}

.woocommerce-ordering select {
  width: fit-content;
}

.xoo-wsc-ft-btn-checkout,
.xoo-wsc-ft-btn-cart {
  font-family: var(--font-3);
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: normal;
  font-size: var(--font-size-6) !important;
  border-radius: 100px;
  transition: background var(--animation-duration);
}

.xoo-wsc-ft-btn-checkout {
  background: var(--color-3) !important;
  color: var(--color-white) !important;
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}

.xoo-wsc-ft-btn-checkout:hover {
  background: #C6A855 !important;
  border-color: #C6A855 !important;
}

.xoo-wsc-ft-btn-cart {
  border: 0 !important;
  margin-bottom: 2rem !important;
  margin-top: 1rem !important;
}

.xoo-wsc-ft-btn-cart:hover {
  color: var(--color-8) !important;
  background: none !important;
}

.xoo-wsc-footer,
.xoo-wsc-product,
.xoo-wsc-header,
.xoo-wsc-body {
  background: #f5f5f5 !important;
}

.xoo-wsc-products .xoo-wsc-product {
  border-bottom: 1px solid #d5d8dc;
}

.xoo-wsc-products .xoo-wsc-product:last-child {
  border: none;
}

.xoo-wsc-ft-totals {
  border-top: 1px solid #d5d8dc;
  border-bottom: 1px solid #d5d8dc;
  margin-bottom: 2rem;
}

.xoo-wsc-container,
.xoo-wsc-slider {
  max-width: 450px;
  right: -450px;
}

.xoo-wsc-qty-price * {
  font-weight: bold !important;
}

.xoo-wsc-icon-del1:before {
  font-size: 27px;
  color: #d5d8dc;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  border-radius: 0;
  padding: 1em 1em 0;
}

.wmc-currency .wmc-nav {
  font-family: var(--font-3);
  background: none;
  border: 0;
  outline: 0;
  color: var(--color-white);
}

.wmc-currency .wmc-nav * {
  color: var(--color-black);
}

.woocommerce .woocommerce-product-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.woocommerce .woocommerce-review-link,
.woocommerce .woocommerce-review-link span {
  font-size: 13px;
  font-weight: 800;
  color: #999;
  font-family: "Montserrat";
}

.woocommerce .price-rating-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.woocommerce .price-rating-wrapper p {
  margin: 0;
}

.woocommerce .price-rating-wrapper p span {
  font-size: 18px;
}

.woocommerce .woocommerce-product-rating {
  margin-left: 15px;
}

.woocommerce .star-rating:before {
  content: 'SSSSS';
  color: #C6A855;
}

.woocommerce .woocommerce-product-rating .star-rating {
  font-size: 2em;
  margin-top: 0;
  margin-right: 9px;
}

.woocommerce .star-rating span:before {
  opacity: 0;
}

@media screen and (max-width: 1440px) {
  .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option label {
    min-height: auto;
  }

  .yith-wapo-block .options {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1270px) {
  .yith-wapo-block .options {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-ordering {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .yith-wapo-block .options {
    grid-template-columns: repeat(2, 1fr);
  }
}







figcaption {
  font-family: var(--font-3);
  font-size: var(--font-size-5);
  text-align: center;
  color: var(--color-3);
}

.product-single img {
  vertical-align: bottom;
}





/* Shop archive */

.wc-product--nav .cat--list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #333;
  padding: 1rem;
}

.wc-product--nav .cat-list--item a {
  color: #999;
  font-family: var(--font-2);
  margin: 0 2rem;
  font-size: var(--font-size-1);
  letter-spacing: var(--letter-spacing-1);
  text-transform: uppercase;
  font-weight: bold;
}

.wc-product--archive {
  background: var(--color-7);
}

.wc-product--archive .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.wc-product--archive .star-rating {
  display: none !important;
}

.wc-product--wrapper {
  max-width: 1440px;
  margin: auto;
  padding: 8rem 0;
}

.wc-product--archive.custom .wc-product--wrapper {
  max-width: 100%;
  padding: 0;
}

.wc-product--archive.custom .products {
  grid-template-columns: repeat(3, 1fr);
  gap: unset;
}

.wc-product--row {
  border-bottom: 1px solid var(--color-9);
}

.wc-product--row .col--1 {
  background: var(--color-white);
  color: var(--color-black);
  padding: 6rem 8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wc-product--row .col--2 {
  padding: 3rem 8rem 3rem 3rem;
}

.wc-product--row .content--title h2 {
  font-size: 8rem;
}

.wc-product--row .content--desc p {
  font-weight: 500;
}

.wc-product--wrapper .gallery--wizviz {
  width: 1024px;
  margin: auto;
}

.wc-product--wrapper .gallery--wizviz .gallery--item img {
  border-radius: var(--border-radius-1);
  min-height: 20rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.product-single .container {
  max-width: 1700px;
  height: inherit;
}

.product-single .grid {
  height: inherit;
}

img.hero--sec-img {
  width: 85%;
  display: block;
  margin: auto;
}

.product-single.hero {
  height: 95vh;
  min-height: 95vh;
  position: relative;
  background-color: #333;
  overflow: hidden;
}

.product-single .hero--bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.product-single.hero .container {
  position: relative;
  z-index: 1;
}

.product-single.hero .col--1 .col--wrapper {
  padding-right: 20rem;
}

.product-single.hero .hero--title {
  font-size: var(--font-size-8);
  line-height: .85;
}

h3.wapo-addon-title span {
  font-size: 17px;
  font-weight: 800;
  position: relative;
  top: -5px;
}

.product-single.hero .hero--text p {
  font-size: var(--font-size-7);
  font-weight: bold;
  color: var(--color-white);
}

.product-single.hero .breadcrumbs span,
.product-single.hero .breadcrumbs a {
  font-family: var(--font-2);
  font-size: var(--font-size-6);
  letter-spacing: var(--letter-spacing-1);
  text-transform: uppercase;
  color: #ffffff80;
}

.single-product.accessories .product-single.hero .col--1 .col--wrapper {
  padding-top: 8rem;
}

.single-product.accessories .product-single.hero {
  height: 50vh;
  min-height: 50vh;
}

.product-single.hero .grid .col--2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1900px) {
  .product-single.hero .col--1 .col--wrapper {
    padding-right: 10rem;
    padding-left: 10rem;
  }

  .single-product.accessories .product-single .grid {
    grid-template-columns: 1fr;
  }


}

@media screen and (max-width: 1366px) {
  .product-single.hero .col--1 .col--wrapper {
    padding-right: 2rem;
    padding-left: 10rem;
  }
}

@media screen and (max-width: 1200px) {
  .product-single.hero .col--1 .col--wrapper {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .product-single.hero .col--1 .col--wrapper {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .product-single.hero {
    display: none;
  }
}





/* Gallery */

.product-single.summary .flex-control-nav.flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 3rem;
  row-gap: 1rem;
  column-gap: 2rem;
}

.product-single.summary .col--1 {
  overflow: hidden;
}

.product-single.summary .product_title {
  margin-bottom: 12px;
}

@media screen and (max-width:1000px) {
  .product-single.summary .flex-control-nav.flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 3rem;
    row-gap: 1rem;
    column-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .product-single.summary .col--2 {
    padding-left: 4rem;
    padding-right: 4rem !important;
  }

  .product-single.summary .flex-control-thumbs {
    display: none !important;
  }
}

@media screen and (max-width:600px) {
  .product-single.summary .flex-control-nav.flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 3rem;
    row-gap: 1rem;
    column-gap: 2rem;
  }
}

.product-single.summary .details {
  background: var(--color-7);
  column-gap: 5rem;
}

.product-single.summary .details .col--1 {
  position: relative;
}

.product-single.summary .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 1;
}

.product-single.summary .flex-control-thumbs li::marker {
  font-size: 0;
}

.product-single.summary .details .flex-active {
  border-radius: var(--border-radius-1);
}

.product-single.summary .details .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}

.product-single.summary .details .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}

.product-single.summary .details .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box;
}

.product-single.summary .details .flex-control-thumbs img {
  cursor: pointer;
}

.product-single.summary .details .flex-control-thumbs img:not(.flex-active) {
  opacity: 0.8;
}

.product-single.summary .details .flex-control-thumbs img:not(.flex-active):hover {
  opacity: 1;
}





/* Info */

.product-single.summary .details .col--2 {
  padding-right: 9rem;
}

.product-single.summary table.variations select {
  max-width: 250px;
  margin-right: 1rem;
}

.product-single.summary table.variations th.label {
  white-space: nowrap;
  width: 1%;
  padding-right: 30px;
}

.product-single.summary .variations label {
  text-align: left;
  display: block;
  font-weight: bold;
  font-size: var(--font-size-1);
  top: -1px;
  position: relative;
}

.product-single.summary .variations_form {
  font-family: var(--font-3);
  border-top: 1px solid #ccc;
  padding-top: 4rem;
  margin-top: 3rem;
}

.product-single.summary table.variations {
  width: 100%;
}

.product-single.summary .woocommerce-product-details__short-description {
  display: none;
}

.product-single.summary table.variations tr:not(:first-child) select {
  margin-top: 1.5rem;
}

.product-single.summary .variations label {
  text-align: left;
  display: block;
  font-weight: bold;
  font-size: var(--font-size-1);
}

.product-single.summary .product_title {
  font-size: var(--font-size-9);
}

.product-single.summary .wapo-addon-title {
  font-size: var(--font-size-1);
}

.product-single.summary .stock {
  font-weight: bold;
}

.product-single.summary .out-of-stock {
  color: var(--color-4);
}

.product-single.summary .in-stock {
  color: var(--color-5);
}

.product-single.summary .wapo-addon-description {
  font-style: italic;
}

.product-single.summary .wapo-addon-description a {
  text-decoration: underline;
}

.product-single.summary .woocommerce-variation-price {
  margin-bottom: 1rem;
}

.product-single.summary .product_meta,
.product-single.summary #wapo-total-price-table {
  display: none;
}

.product-single.summary form .quantity,
.product-single.summary .woocommerce-variation-add-to-cart .quantity {
  margin-right: 3rem;
  display: inline-block;
}

.product-single.summary #yith-wapo-container {
  margin-bottom: 4rem;
}

.product-single.summary .single_add_to_cart_button {
  background-color: var(--color-1) !important;
  border-color: var(--color-1) !important;
}

.product-single.summary .single_add_to_cart_button:hover {
  background-color: var(--color-2) !important;
  border-color: var(--color-2) !important;
}

.product-single.summary .blockUI.blockOverlay {
  background: var(--color-7) !important;
}

@media screen and (max-width: 1024px) {
  .product-single.summary .details .col--2 {
    padding-right: 4rem;
  }
}





/* Upsell */

.product-single.summary .upsells>h2 {
  display: none;
}

.product-single.summary .upsells .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.product-single.summary .upsell--title h3 {
  color: var(--color-3);
  font-family: var(--font-3);
  font-size: var(--font-size-1);
  font-weight: bold;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.product-single.summary .upsells .woocommerce-loop-product__title {
  font-family: var(--font-3) !important;
  font-size: var(--font-size-5) !important;
  line-height: 1.5 !important;
}

.product-single.summary .upsells .products span.price {
  display: none;
}






/* Additional */

.product-single.additional-info {
  background-color: var(--color-3);
}

.product-single.additional-info p {
  color: var(--color-white);
}

.product-single.additional-info table {
  font-family: var(--font-3);
  border-collapse: collapse;
  font-size: var(--font-size-6);
}

.product-single.additional-info table th,
.product-single.additional-info table td {
  padding: 1rem;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}

.product-single.additional-info .nav {
  display: flex;
  list-style: none;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}

.product-single.additional-info .nav-item {
  font-family: var(--font-1);
  font-size: var(--font-size-4);
  font-weight: bold;
  width: 33.33%;
  color: var(--color-6);
  cursor: pointer;
}

.product-single.additional-info .nav-item:hover {
  color: var(--color-4);
}

.product-single.additional-info .nav-item.active {
  color: var(--color-white);
}

.product-single.additional-info .content-item {
  display: none;
}

.product-single.additional-info .content-item ul {
  padding-left: 2rem;
}

.product-single.additional-info .grid {
  height: 60rem;
}

.product-single.additional-info .col {
  height: 100%;
  max-height: 60rem;
}

.product-single.additional-info .col--1 {
  padding: 8rem;
  overflow-y: auto;
}

.product-single.additional-info .col--2 {
  overflow: hidden;
}

.product-single.additional-info .gallery-wrapper {
  position: relative;
}

@media screen and (max-width: 1440px) {
  .product-single.additional-info .grid,
  .product-single.additional-info .col {
    height: 55rem;
  }
}

@media screen and (max-width: 1366px) {
  .product-single.additional-info .grid,
  .product-single.additional-info .col {
    height: 50rem;
  }
}

@media screen and (max-width: 1270px) {
  .product-single.additional-info .grid,
  .product-single.additional-info .col {
    height: 40rem;
  }
}

@media screen and (max-width: 1024px) {
  .product-single.additional-info .grid,
  .product-single.additional-info .col {
    height: auto;
  }
}







/* Features */

.product-single.features {
  padding: 10rem 0;
  background: var(--color-7);
}

.product-single.features .feature-wrapper {
  position: relative;
  max-width: 1400px;
  margin: auto;
}

.product-single.features .title h2 {
  font-size: var(--font-size-9);
  color: var(--color-8);
  text-align: center;
}

.product-single .slick-arrow svg {
  stroke: #ffffff;
}

.product-single.features .feature-item {
  padding: 0 5rem 0 5rem;
}





/* Blog */

.product-single.blog {
  background: var(--color-4);
}

.product-single.blog .quote p {
  font-size: var(--font-size-1);
  font-family: var(--font-3);
  font-weight: bold;
  color: var(--color-white);
}

.product-single.blog .details {
  max-width: 80%;
  margin: auto;
}

.product-single.blog .details img {
  width: auto;
  max-width: 140px;
}

.product-single.related {
  background: var(--color-7);
  padding: 10rem 0;
}

.product-single.related .products.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}

.product-single.related .related.products {
  max-width: 1400px;
  margin: auto;
}

.product-single.related .related.products>h2 {
  font-family: var(--font-3);
  font-size: var(--font-size-5);
  color: var(--color-8);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: var(--letter-spacing-2);
  margin-bottom: 3rem;
}

.product-single.related .star-rating {
  display: none;
}





/* Collections */

.product-single.collections .col {
  min-height: 65rem;
  max-height: 65rem;
  overflow: hidden;
}

.product-single.collections img {
  height: 100%;
  width: 100%;
}

.product-single.collections.our-story {
  background-color: var(--color-5);
}

.product-single.collections.our-story .col--1 {
  background-color: #0000000f;
}

.product-single.collections.custom .col--2 {
  background-color: var(--color-4);
}

.product-single.collections.wizviz .col--1 {
  background-color: #111214;
}

@media screen and (max-width: 1024px) {

  .wc-product--archive,
  .wc-product--nav .cat--list {
    padding-left: var(--padding--sm);
    padding-right: var(--padding--sm);
  }

  .wc-product--wrapper .gallery--wizviz {
    width: 950px;
  }

  .wc-product--nav .cat--list {
    flex-wrap: wrap;
  }

  .wc-product--archive .products {
    grid-template-columns: 1fr 1fr;
  }

  .product-single.additional-info .grid--2 {
    grid-template-columns: 1fr;
  }

  .wc-product--archive.custom .columns-4,
  .product-single.related .columns-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 0 4rem;
  }

  .wc-product--archive {
    padding: 0;
  }

  .wc-product--archive.custom .grid--30-70 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  .wc-product--wrapper .gallery--wizviz {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .wc-product--wrapper {
    padding: 8rem 2rem;
  }
  
  .wc-product--archive .products {
    grid-template-columns: 1fr 1fr;
  }

  .wc-product--archive.custom .columns-4,
  .product-single.related .columns-4 {
    column-gap: 1rem;
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 0 2rem;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin-bottom: 30px !important;
  }

  .product-single.additional-info .col--1 {
    padding: 8rem 4rem;
    overflow-y: auto;
    max-height: 100%;
  }

  .product-single.additional-info .nav-item {
    width: 50%;
    line-height: 1.15;
  }

  .product-single.additional-info .nav {
    margin-bottom: 30px;
  }

  .wc-product--row .col--2 {
    padding: 3rem 0;
  }

  .wc-product--nav {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .wc-product--wrapper .gallery--wizviz {
    grid-template-columns: 1fr;
  }
}







.wc-product--archive a {
  transition: all .2s;
}

.cat--list a.current-url,
.cat--list a:hover {
  color: var(--color-white) !important;
}

.wc-product--archive .wc-product--list a:hover {
  color: var(--color-black) !important;
  opacity: 0.9;
}

.product-single.reviews .container {
  max-width: 900px;
  height: inherit;
  color: var(--color-black);
  padding: 7rem 0;
}

.product-single.reviews .comment-form-rating {
  font-family: var(--font-3);
}

.product-single.reviews #comments .woocommerce-Reviews-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-single.reviews .comment-text {
  border: 0 !important;
  border-top: 1px solid #e1dde7 !important;
  padding-top: 4rem !important;
}

.product-single.reviews #comments .price-rating-wrapper {
  margin-bottom: 5rem;
}

.product-single.reviews #comments .woocommerce-product-rating {
  margin: 0;
}

.product-single.reviews #comments .woocommerce-Reviews-title {
  margin-bottom: 1rem;
}

.product-single.reviews #comments .commentlist li:last-child {
  border-bottom: 1px solid #e1dde7 !important;
  padding-bottom: 3rem !important;
}

.product-single.reviews #comments .comment-text {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.product-single.reviews #comments .woocommerce-pagination {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.product-single.reviews .commentlist .star-rating:before {
  color: var(--color-3);
}

.product-single.reviews .comment-reply-title {
  font-weight: 800;
  font-size: var(--font-size-4);
  font-family: var(--font-1);
  line-height: .9em;
  display: inline-block;
  margin-bottom: 2rem;
}

.product-single.reviews #review_form {
  margin-top: 3rem;
}

@media screen and (max-width: 1024px) {
  .product-single.reviews .container {
    padding: 7rem 4rem;
  }
}



.cwginstock-subscribe-form {
  font-family: var(--font-3);
}

.cwginstock-subscribe-form .panel-primary>.panel-heading {
  color: var(--color-3) !important;
  background-color: var(--color-9) !important;
  border-color: var(--color-9) !important;
}

.cwginstock-subscribe-form .panel-primary {
  border-color: var(--color-9);
}

.cwginstock-subscribe-form h4,
.cwginstock-subscribe-form input {
  text-align: left !important;
}

.cwginstock-subscribe-form h4 {
  color: var(--color-3);
  padding: 1rem 2rem;
  font-size: var(--font-size-6);
}

.cwgstock_button {
  display: inline-block;
  width: fit-content;
}

.cwginstock-subscribe-form .form-group.center-block {
  text-align: left !important;
}

.stock.out-of-stock {
  margin-bottom: 3rem;
  border-top: 1px solid #ddd;
  padding-top: 3rem;
  margin-top: 3rem;
}

.cwgstock_button {
  border-color: var(--color-3) !important;
  color: var(--color-3) !important;
  cursor: pointer;
}

.cwgstock_button:hover,
.cwgstock_button:focus {
  background-color: var(--color-3);
  color: var(--color-white) !important;
}







.wc-product--section {
  background: var(--color-7);
}

.wc-product--section.bg-gradient {
  background-color: transparent;
  background-image: linear-gradient(0deg, var(--color-7) 92%, var(--color-11) 100%);
  border-top: 1px solid var(--color-9);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.wc-product--section .title>h2 {
  font-family: var(--font-3);
  font-size: var(--font-size-5);
  color: var(--color-8);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: var(--letter-spacing-2);
  margin-bottom: 3rem;
}

.wc-product--section .products.columns-4 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4rem;
}

.wc-product--section img {
  height: auto;
}

.wc-product--section .product h2 {
  font-family: var(--font-1);
  font-size: var(--font-size-2);
  padding: 0;
  line-height: 0.9em;
}

.wc-product--section .product {
  text-align: center;
}

.wc-product--section .onsale,
.wc-product--section .star-rating,
.wc-product--section .add_to_cart_button {
  display: none;
}

.wc-product--section .container {
  max-width: 1700px;
  padding-bottom: 8rem;
  padding-top: 8rem;
}

.wc-product--section .button {
  text-align: center;
}

.wc-product--section ul.products li.product a img {
  transition: transform var(--animation-duration);
}

.wc-product--section ul.products li.product a img:hover {
  transform: scale(1.05);
}

.woocommerce-variation-price {
  margin-top: 20px;
}

.woocommerce-variation-price span.woocommerce-Price-amount.amount,
.woocommerce-variation-price span.woocommerce-Price-currencySymbol {
  font-size: 21px;
  font-weight: bold;
}

.woocommerce-variation-price ins {
  text-decoration: none !important;
}

.woocommerce-variation-price del {
  text-decoration: none !important;
  position: relative;
  white-space: nowrap;
  margin-right: 10px;
  opacity: 0.5;
}

.woocommerce-variation-price del:after {
  border-top: 2px solid #000;
  position: absolute;
  content: "";
  right: 0;
  top: 35%;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .wc-product--section .products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .wc-product--section .products.columns-4 {
    grid-template-columns: 1fr;
  }
}




#ppc-button-ppcp-gateway {
  margin-top: 2rem;
}

#ppcp-messages {
  margin-bottom: 1rem;
}

.product-single #ppcp-messages {
  margin-top: 3rem;
}