/** CUSTOM CODE START **/

.fold1-item {
  display: flex;
  gap: 80px;
  justify-content: space-between;
}

.shop-page > .products > .product-item ul {
    padding-left: 20px;
    text-align: left;
}

.shop-page > .products > .product-item ul li {
    font-size: 14px;
    margin: 0px 0px 4px 0px;
    line-height: 20px;
}

.product-page-item-content h2 {
  text-transform: capitalize;
  color: #808080;
  font-weight: 600;
}

.fold1-alt {
  background: white;
  padding: 60px 0px 0px;
}

.fold1-alt .title {
  margin: 0px;
}

.product-item {
  padding: 0px;
}

.product-item-img-wrap {
  background: rgb(225,229,236);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.product-page-item-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-item-content-buttons {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.product-item-img-wrap img {
  width: 100%;
  height: 100%;
  scale: 1.1;
  object-fit: cover;
}

.product-item-content {
  display: flex;
  flex-direction: column;
  flex: 100;
}

.fold1 {
  background: white;
  padding-top: 80px;
}

.archive-products {
  background: white;
}

.product-item-content-buttons > a.readmore {
  height: fit-content;
  width: fit-content;
  font-size: 14px;
}

.product-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
}

.shop-page > .products > .product-item > .product-item-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
}

.shop-page > .products > .product-item {
  width: calc((100% / 2) - 40px);
  box-shadow: 0px 0px 10px -5px #00000080;
  background: white;
  transition: all 300ms ease;
  min-height: 340px;
}

.fold1-item-background {
  width: 540px;
  height: 540px;
}

.fold1-item-content {
  display: flex;
  flex-direction: column;
  flex: 100;
  justify-content: center;
}

.fold1-item-content span {
  color: var(--primary);
}

.fold1-item-background > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fold1-item-background {
  background: rgb(225, 229, 236);
  border-radius: 50%;
  position: relative;
}

.product-page-item-img {
  width: 520px;
  height: 520px;
  background: rgb(225,229,236);
  border-radius: 50%;
  overflow: hidden;
}

.product-page-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-page-item-main {
  display: flex;
  gap: 80px;
}

.product-page-item-content {
  display: flex;
  flex-direction: column;
  flex: 100;
}

.product-page-item {
  padding: 120px 0px;
  background: white;
}

.product-page-item-features {
  flex: calc((100% / 2) - 10px);
}

.product-page-item-specs {
  flex: calc((100% / 2) - 10px);
}

.product-page-item-specs ul {
  display: flex;
  flex-wrap: wrap;
}

.product-page-item-specs ul > li {
  width: 100%;
  margin: 0px 0px 4px 0px;
  font-size: 14px;
  line-height: 22px;
}

.product-page-item-features ul {
  display: flex;
  flex-wrap: wrap;
}

.product-page-item-features ul > li {
  width: 100%;
  margin: 0px 0px 4px 0px;
  font-size: 14px;
  line-height: 22px;
}

.product-page-item-lists {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.product-page-item-buttons {
  display: flex;
  gap: 20px;
}

.product-page-item-content .subtitle.alt2 {
  color: #808080 !important;
  font-size: 32px;
  line-height: 40px;
  margin: 0px;
}

.product-page-item-content .subtitle {
  color: var(--primary);
}

p.price-vat {
  font-size: 18px;
  margin: 0px 0px 10px 0px;
}

p.price {
  color: red;
  font-size: 26px;
  margin: 0px 0px 10px 0px;
}

p.instock {
  color: #2cb32c;
  margin: 0px 0px 10px 0px;
}

p.nostock {
  color: red;
}

.product-page-cross-sells-item {
  width: calc((100% / 2) - 20px);
  box-shadow: 0px 0px 10px -5px;
  padding: 20px;
  display: flex;
  gap: 20px;
  background: white;
  box-sizing: border-box;
}

.product-page-cross-sells {
  padding-bottom: 60px;
  background: white;
}

.product-page-cross-sells-item-img {
  border-radius: 50%;
  background: rgb(225,229,236);
  width: 240px;
  height: 240px;
  min-width: 240px;
}

.product-page-cross-sells-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-page-cross-sells-item p.specs {
  color: #848484;
  font-size: 18px;
}

.product-page-cross-sells-item p.smalltitle {
  margin: 0px;
}

.product-page-cross-sells-item ul li{
  color: #848484;
      font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 4px 0px;
}

.product-page-item-main ul li::marker {
	color:#1e3065;
}

.product-page-cross-sells-item-content ul,
.product-page-item-main ul{
  padding-left: 20px;
	text-align: left;
}

.product-page-cross-sells-item ul li p {
  margin: 0px;
}

.product-page-cross-sells-item .readmore {
  padding: 6px 18px;
  width: max-content;
  font-size: 14px;
}

.product-page-cross-sells-main {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}


.fold1-item-background-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 280px;
}

.fold1-item-background-logo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-page {
  padding: 120px 0px 60px 0px;
}

.product-item-content-text {
  position: relative;
}

.product-item-content .product-item-content-text .product-cat-item-specs {
  transition: all 0.5s ease;
}

.product-item-content.features .product-item-content-text .product-cat-item-specs {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.product-item-content.features .product-item-content-text .product-cat-item-features {
  position: relative;
  opacity: 1;
  pointer-events: all;
}

.product-item-content .product-item-content-text .product-cat-item-features {
  position: absolute;
  transition: all 0.5s ease;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}

.product-item-content-title p {
  margin: 0px;
}

.shop-page > ul.products {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  padding: 0px;
}

.used-warrenty {
  padding: 20px;
  background: #18326a14;
  border: 2px solid var(--primary);
  display: flex;
  gap: 20px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.used-warrenty-content {
  display: flex;
  flex-direction: column;
  flex: 100;
}

.used-warrenty-img {
  width: 80px;
}

/** CUSTOM CODE END **/























/*== == GET RID OF BANNER == ==*/

.page-bottom-banner-wrapper {
	display: none;
}

	/*== == GET RID OF BANNER END == ==*/

/**PRODUCT**/
a.add_to_wishlist, 
.yith-wcwl-wishlistexistsbrowse, 
.yith-wcwl-wishlistaddedbrowse {
  color: #3c3c3c;
  font-family: 'P22 Underground' !important;
}

a.add_to_wishlist i, 
a.add_to_wishlist a, 
.yith-wcwl-wishlistexistsbrowse i, 
.yith-wcwl-wishlistexistsbrowse a, 
.yith-wcwl-wishlistaddedbrowse i, 
.yith-wcwl-wishlistaddedbrowse a {
  color: var(--color1);
}

ul.products li.product .readmore {
  background: var(--color1);
  width: 100%;
}

.product-add-to-cart a,
.product-options button[type="submit"]:hover {
  background: var(--color1);
  color: white;
}

.product-options button.orange[type="submit"] {
  background: var(--color1);
  color: white;
  margin-top: 10px;
}

.product-options button.orange[type="submit"]:hover {
  color: var(--color1);
  background: white;
}

.shop-page {
  flex: 1 1 100%;
}

table.variations input,
table.variations select {
  margin: 0;
  width: 100%;
}
figure.woocommerce-product-gallery__wrapper {
  margin: 0px auto;
}

table.variations tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

table.variations {
  width: 100%;
  margin-bottom: 20px;
}

table.variations th,
table.variations td {
  width: 100%;
  text-align: left;
}

a.button.wp-element-button.product_type_simple {
  font-family: "P22 Underground";
  color: #3c3c3c;
  display: block;
  margin-top: 10px;
  transition: all 300ms ease;
}

a.button.wp-element-button.product_type_simple:hover {
  color: #cc6633;
}

.woocommerce-result-count {
  font-size: 16px;
  text-align: end;
}

.orderby {
  font-size: 16px;
  font-weight: 300;
  font-family: "P22 Underground";
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}

.woocommerce-ordering {
  display: flex;
  justify-content: flex-end;
}

.woocommerce .page-numbers {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  gap: 20px;
  color: #000;
}

span.page-numbers.current {
  color: var(--color3);
}

.woocommerce .page-numbers li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: solid 1px var(--color3);
  font-family: "P22 Underground";
}

.woocommerce-products-header__title.page-title {
  text-align: center;
  padding-top: 100px;
  color: #3c3c3c;
  font-size: 42px;
  font-family: "Glamour Absolute Condensed", sans-serif;
  font-weight: 400;
}

a.reset_variations {
  display: none !important;
}

.product-options p.points,
span.wc-points-rewards-product-message {
  font-size: 14px;
  line-height: 14px;
  color: var(--color1);
}

.product-wrapper .row-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  font-family: "P22 Underground";
  color: #3c3c3c;
  display: block;
  margin-top: 10px;
  transition: all 300ms ease;
}
a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
  color: #cc6633;
}

a.button.wp-element-button.product_type_variable-subscription.add_to_cart_button {
  font-family: "P22 Underground";
  color: #3c3c3c;
  display: block;
  margin-top: 10px;
  transition: all 300ms ease;
}
a.button.wp-element-button.product_type_variable-subscription.add_to_cart_button:hover {
  color: #cc6633;
}

a.button.wp-element-button.product_type_variable.add_to_cart_button {
  font-family: "P22 Underground";
  color: #3c3c3c;
  display: block;
  margin-top: 10px;
  transition: all 300ms ease;
}
a.button.wp-element-button.product_type_variable.add_to_cart_button:hover {
  color: #cc6633;
}

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue {
  font-size: 20px;
}

a.added_to_cart.wc-forward {
  color: #cc6633;
}

form.woocommerce-form.woocommerce-form-login.login {
  background: #f7f6f3;
}

.woocommerce h2.woocommerce-loop-product__title_lower {
  font-size: 32px;
  font-family: "P22 Underground";
  font-weight: 400;
  flex-grow: 1;
}

.product-image-outer {
  flex: 0 0 540px;
  width: 540px;
}

.product-wrapper {
  padding: 70px 0px;
}

.product-wrapper .product-content {
  padding: 0;
  flex: 1 1 100%;
}

.product-wrapper .product-content .product-desc {
  padding: 0;
  max-height: 130px;
  overflow: hidden;
  margin-bottom: 0px;
  position: relative;
}

.product-desc.open {
  max-height: 100% !important;
}

.product-desc.open::before {
  content: unset !important;
}

.product-wrapper .product-content .product-desc::before {
  width: 100%;
  height: 150px;
  position: absolute;
  content: "";
  background: linear-gradient(0deg, white, transparent);
  bottom: 0;
  left: 0;
}

.product-klarna {
  display: flex;
  padding: 5px;
  border: solid 2px lightgrey;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-klarna img {
  height: 10px;
}

.product-klarna p {
  display: flex;
  gap: 5px;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  justify-content: center;
  align-items: flex-start;
  margin: 0px auto;
}

.product-klarna a {
  color: #333;
  text-decoration: underline !important;
  font-weight: 700;
}

a.opener {
  color: var(--color1);
  font-family: "Glamour Absolute Condensed";
  margin-bottom: 30px;
  display: block;
  cursor: pointer;
}

.product-options {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.product-options p {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
}

.product-options input,
.product-options select {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: solid 2px lightgrey;
  margin-bottom: 20px;
  max-width: 300px;
}

.product-add-to-cart a,
.product-options button[type="submit"] {
  width: 100%;
  display: block;
  text-align: center;
  font-family: "Glamour Absolute Condensed";
  border: solid 2px var(--color1);
  color: var(--color1);
  padding: 10px;
  background: white;
  font-size: 18px;
  line-height: 18px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s ease;
}

.product-standard {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  background: var(--color4);
}

.product-standard > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
  border-bottom: solid 1px var(--color3);
}

.standard-row1 svg {
  width: 40px;
}

.product-standard p {
  margin: 0;
  font-size: 22px;
  line-height: 22px;
}

.product-standard span {
  font-family: "Glamour Absolute Condensed";
}

.product-standard i {
  color: var(--color1);
}

.product-standard .standard-row5 {
  border: 0;
  align-items: center;
  justify-content: center;
}

.standard-row5 a {
  color: var(--color1);
  font-weight: 600;
}

.product-image-item .pretitle {
  font-family: "Glamour Absolute Condensed";
  font-size: 28px;
  line-height: 28px;
  position: relative;
}

.product-image-item-outer {
  margin-top: 20px;
}

.product-image-item {
  border-top: solid 1px lightgrey;
  padding: 10px 0px;
  box-sizing: border-box;
  cursor: pointer;
}

.product-image-item p:last-child {
  margin: 0;
}

.product-image-item.opened .pretitle::before {
  content: "\f068";
}

.product-image-item .pretitle::before {
  content: "\2b";
  position: absolute;
  right: 0;
  top: 50%;
  color: var(--color1);
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 0px;
  font-family: "Font Awesome 6 Pro";
}

.product-image-item p:not(.pretitle), .product-image-item div.reviews {
  display: none;
}

.product-image-item.opened p:not(.pretitle), .product-image-item.opened div.reviews {
  display: block;
}

.product-image-item-outer a.readmore {
  color: var(--color1);
  border-color: var(--color1);
  margin-top: 0;
}

.flex-control-nav.flex-control-thumbs {
  width: 100%;
  display: flex;
  list-style: none;
  padding: 0;
  overflow-x: scroll;
}

.flex-control-nav li {
  padding: 5px;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
}

.flex-control-nav li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

a.woocommerce-product-gallery__trigger {
  display: none;
}

.product-image-item-outer a.wcfm_catalog_enquiry,
#wcfm_enquiry_submit_button {
  display: block;
  width: 170px !important;
  padding: 5px 5px;
  background: none !important;
  color: var(--color1) !important;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  border: solid 2px var(--color1) !important;
  margin-top: 0px;
  transition: all 300ms ease;
  letter-spacing: 0px;
  font-family: "Glamour Absolute Condensed";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border: solid 2px white;
  box-shadow: 0px 0px 0px 0px !important;
  text-transform: capitalize;
  cursor: pointer;
}

.product-image-item-outer a.wcfm_catalog_enquiry:hover,
#wcfm_enquiry_submit_button:hover {
  opacity: 0.5;
  background: none !important;
  color: var(--color1) !important;
  border: solid 2px var(--color1) !important;
}

div#enquiry_form.wcfm_popup_wrapper h2 {
  font-family: "Glamour Absolute Condensed";
  font-weight: 100;
  font-style: normal;
  text-align: left;
  display: block;
  color: var(--color1);
  font-size: 32px;
  line-height: 32px;
}

div#enquiry_form.wcfm_popup_wrapper p.wcfm_popup_label {
  margin: 0px;
  font-family: "P22 Underground";
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.wcfm_popup_wrapper .wcfm_popup_label strong {
  font-style: normal;
}

textarea#enquiry_comment {
  width: 100% !important;
  box-sizing: border-box;
  height: 100px;
}

.wcfm_popup_wrapper .wcfm_popup_input {
  width: 100% !important;
  box-sizing: border-box;
}

p.comment-notes {
  margin: 0 !important;
  font-size: 12px;
}

.product-image .wcfm_buttons {
  display: none;
}

.price-wrapper {
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
  width: fit-content;
}

.price-wrapper .product-price:nth-of-type(2) {
  opacity: 0.3;
  text-decoration: line-through;
}

button.button.woof_reset_search_form {
  display: block;
  width: 100%;
  padding: 10px 10px;
  color: white;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  border: 0px;
  margin-top: 20px;
  transition: all 300ms ease;
  letter-spacing: 0px;
  font-family: "Glamour Absolute Condensed";
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  border: solid 2px white;
  background: var(--color1);
}

.woof_container_inner h4 {
  font-family: "Glamour Absolute Condensed";
  font-weight: 400;
  font-size: 20px;
}

button.button.woof_reset_search_form:hover {
  opacity: 0.5;
}

.woof_price_filter_txt_slider {
  display: flex;
  margin-bottom: 10px;
}

.woof_price_filter_txt_slider input {
  flex: 1 1 50%;
  box-sizing: border-box;
  text-align: center;
}

a.woof_front_toggle {
  color: var(--color1);
  font-size: 20px;
}

.term-description {
  text-align: left;
}

.product-options label {
  font-family: 'Glamour Absolute Condensed';
  font-weight: 100;
  color: #3c3c3c;
}

.woocommerce-variation-availability, p.stock {
  display: none;
}

div#review_form_wrapper {
}

div#respond {
    display: flex;
    flex-direction: column;
}

form#commentform {
    display: flex;
    flex-direction: column;
}

p.comment-form-comment {
    display: flex !important;
    flex-direction: column;
}

h2.woocommerce-Reviews-title {
    display: none;
}

form#commentform input#submit {
    width: 100%;
  display: block;
  text-align: center;
  font-family: "Glamour Absolute Condensed";
  border: solid 2px var(--color1);
  color: var(--color1);
  padding: 10px;
  background: white;
  font-size: 18px;
  line-height: 18px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s ease;
}

form#commentform input#submit:hover{
    background: var(--color1);
    color: white;
}

ol.commentlist {
  padding: 0;
  list-style: none;
  max-height: 200px;
  overflow-y: scroll;
}

.product-page-item-lists ul {
  padding-left: 20px;
}

.product-page-item-customlist ul > li {
  width: 100%;
  margin: 0px 0px 4px 0px;
  font-size: 14px;
  line-height: 22px;
}

.fold1-item-content .subtitle.alt2 {
    margin: 0px;
}

.fold1-item-content .title {
    font-weight: 500;
}

.woocommerce-no-products-found {
    display: none;
}

li.review {
  padding: 10px;
  box-sizing: border-box;
  background: whitesmoke;
}

li.review img {
  display: none;
}

.product-page-item-lists .smalltitle {
    margin-bottom: 0px;
}

p.pricenote {
    margin: 0px 0px 10px 0px;
    color: #2cb32c;
}

li.review:nth-child(2n) {
  background: white;
}

.product-page-item-content .subtext {
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
}

.product-phases {
    display: flex;
    gap: 40px;
}

.product-phase-item p:first-child {
    color: #e00;
    font-size: 24px;
}

.product-phase-item p:last-child {
    font-size: 18px;
}

.product-page-item-img * {
    width: 100%;
    height: 100%;
}

.product-video-popup-wrapper {width: 100%;box-sizing: border-box;padding: 20px;}

.product-video-popup-wrapper video {
    width: 100%;
    max-height: 420px;
}

div#popup-product-popup .pweb-title * {
    color: var(--primary);
}

div#popup-product-popup .pweb-title {
    margin-top: 20px;
}

.product-item-content-buttons > a.readmore.features {
    border: 3px solid var(--primary);
    color: var(--primary);
    background: transparent;
}

.product-item-content-buttons > a.readmore.features:hover {
    background: var(--primary);
    color: #fff;
}