/*== == 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.added_to_cart.wc-forward {
  color: #cc6633;
}

.product-add-to-cart {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-add-to-cart a.added_to_cart {
    color: black;
}

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;
  border: solid 2px var(--color1);
  color: var(--color1);
  padding: 10px;
  background: white;
  font-size: 18px;
  line-height: 24px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s ease;
  display: block;
}

.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: center;
  margin-bottom: 30px;
}

.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;
}

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

li.review img {
  display: none;
}

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