/*** BRANDS - START ***/

.brand-wrap {
  margin-bottom: 30px;
}

.brand-wrap a {
  margin-bottom: 15px;
  display: block;
}

.brand-wrap img {
  height: 180px !important;
  max-width: 100%;
  padding: 15px;
  background: #fff;
  object-fit: contain;
}

.brand-li-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

ul.brands-wrap {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

ul.brands-wrap a {
  color: #212529;
  font-weight: 600;
  font-size: 20px;
}

ul.brands-wrap a:hover {
  color: #F49700;
}

.term-brands ul.brands-wrap {
  margin-top: 20px;
}

/*** BRANDS - END ***/

/*** CATEGORY - START ***/

.woocommerce {

  .woocommerce-ordering select,
  .woocommerce-result-count {
    display: none;
  }

  .term-description,
  .page-description {
    text-align: center;
  }

  .page-title {
    display: none;
  }
}

.category-listing--wrap {
  margin-top: 30px;
}

.product-listing--wrap {
  margin-top: 30px;

  .product-listing--title {
    color: #010101;
    font-weight: var(--textFontWeight);
    font-family: "Poppins", sans-serif;
    margin: 15px 0 5px 0;
  }

  .product-listing--price {
    font-size: 14px;
  }
}

/*** CATEGORY - END ***/

/*** CART - START ***/

/*** CART - GLOBAL STYLES (EXTRA ONLY FOR THIS SITE) ***/
/*
.woocommerce-cart-form {
  margin-top: 30px;
  margin-bottom: -30px;
}
*/

.woocommerce-cart .content_item.active {
  background-color: #fff;
  padding: 15px;
  margin-top: 0px;
  width: 100%;
}

.cross-sales-wrap {
  display: none;
}

/*** CART - HEADER ***/

.woocommerce-cart .section-header,
.woocommerce-checkout .section-header {
  margin: 0 !important;
}

/*** CART - PRODUCT TABLE & LAYOUT ***/

.woocommerce table.shop_table {
  border-radius: 0;
  background: #fff;
}

.woocommerce table.shop_table thead {
  background-color: #F4F4F4;
}

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 20px 12px;
  line-height: 1.5em;
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  vertical-align: middle;
  line-height: 1.5em;
}

.woocommerce table.shop_table td.product-subtotal bdi {
  font-size: 16px;
  font-weight: 700;
}

td.product-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 115px;
  box-shadow: none;
}

/*** CART - PRODUCT ROWS ***/

.cart-thumb-wrap {
  width: 30%;
  position: relative;
}

.cart-product {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}

.cart-product .title a {
  color: #212529;
  font-weight: 700;
}

.cart-product .title br,
.cart-product p,
.woocommerce-cart .qty-wrap br,
.row-select-cart p {
  display: none;
}

.cart-product .price {
  margin-top: 5px;
  font-weight: 700;
}

.product-remove {
  position: absolute;
  left: -5px;
  top: -10px;
  background: #fff;
  padding: 2.5px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}

/*** CART - PILL SELECT (TABS) ***/
/*** PILL SELECT ~ USE UPDATED PILLS CSS ***/

.woocommerce-cart .pill_select li p {
  display: none;
}

.pill_select_inner {
  list-style: none;
  padding: 0px;
}

.pill_select svg,
.pill_select_inner svg {
  height: 15px;
}

.pill_select .minus,
.pill_select_inner .minus {
  display: none;
}

.pill_select>li.active .minus,
.pill_select_inner li.active .minus {
  display: block;
}

.pill_select>li.active .plus,
.pill_select_inner li.active .plus {
  display: none;
}

.content_item_inner {
  display: none;
  font-weight: 500;
}

.content_item_inner.active {
  display: block;
}

.woocommerce-page {
  .pill_select {
    li {
      background: #fff;
      padding: 15px;
      border: 1px solid #eaeaea;
      border-radius: 0px;
      width: 100%;
      margin: 0px 0 0 0;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
    }
  }
}

/*** CART - TOTALS BOX ***/

.woocommerce-cart .cart-collaterals {
  padding: 15px;
  border: 1px solid #eaeaea;
  background: #fff;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 100%;
  text-align: left;
}

.cart-totals-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.cart-totals-wrap strong {
  font-size: 20px;
}

.cart-totals-wrap br {
  display: none;
}

.total-inc-vat {
  font-size: 14px;
}

.total-inc-vat bdi {
  color: #212529;
  font-size: 14px;
}

.total-saved {
  color: #EE5253 !important;
  font-weight: 700;
}


/*** CART - CHECKOUT BUTTON ***/

.wc-proceed-to-checkout {
  padding: 15px 0 0;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 15px 0 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  padding: 15px;
}

.wc-proceed-to-checkout br,
.wc-proceed-to-checkout p {
  display: none;
  margin: 0;
  padding: 0;
}

.wc-proceed-to-checkout p {
  display: block;
}

/*** CART - SHIPPING ***/

.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 15px 0 0;
  padding: 0;
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 15px;
}

/*** CART - COUPON BOX ***/

input#coupon_code {
  background: #E9EEF6;
}

.woocommerce-page .coupon {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-page .coupon .input-text {
  margin-bottom: 15px;
}

.woocommerce-page .coupon br,
.cart-discount.coupon-test {
  display: none;
  padding-bottom: 5px;
}

/*** CART - QTY BUTTONS & FIELDS ***/

.qty-wrap {
  display: flex;
}

.woocommerce-cart .qty-wrap {
  br {
    display: none;
  }

  p {
    margin: 0;
    padding: 0;
  }
}

.woocommerce .quantity .qty {
  width: 4em;
  height: 55px;
  text-align: center;
  border: 0px;
  border-top: 1px solid #E7E2DE;
  border-bottom: 1px solid #E7E2DE;
}

button.plus,
button.minus {
  background: #fff;
  padding: 0 15px;
  height: 55px;
  width: 3em;
  border: 1px solid #E7E2DE;
}

/*** CART - BROWSER INPUT FIXES ***/

/* Chrome, Safari, Edge, Opera */
.woocommerce ::-webkit-outer-spin-button,
.woocommerce ::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.woocommerce [type=number] {
  -moz-appearance: textfield;
}

.woocommerce-cart input[type='radio'] {
  accent-color: #212529;
}

/*** CART - MISC LAYOUT FIXES ***/

.woocommerce-cart .price_from,
.woocommerce-cart .product_wrap br,
.woocommerce-cart .product_wrap p {
  display: none;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0em;
  border: 0;
  width: 100%;
}

.row.row-select-cart {
  margin-bottom: 30px;
}

.col-spacing {
  margin-top: -15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cross-sells {
  margin: 0 0 0 15px;
}

.col-cart--left {
  position: relative;

  p {
    display: none;
  }

  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents p {
    display: block;
  }
}

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 20px 15px;
  line-height: 1.5em;
}

/******** CART - RESPONIVE ***********/

@media (max-width: 992px) {

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: flex;
    text-align: right !important;
  }

  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }

  .woocommerce table.shop_table {
    border-top: 0px;
  }
}

@media (max-width: 768px) {
  .woocommerce table.shop_table {
    border-top: 1px solid rgba(0, 0, 0, .1);
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: flex;
    text-align: right !important;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }
}

/*** CART - END ***/


/*** CHECKOUT (GUTTENBURG) - START ***/

.wc-block-components-shipping-rates-control.css-0.e19lxcc00 {
  background: #fff;
}

.wc-block-components-totals-wrapper {
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
  border: 0px solid hsla(0, 0%, 7%, .11) !important;
  border-radius: 5px;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
  margin-top: 0;
  padding-top: 0;
  font-weight: 700;
  text-transform: capitalize;
}

.wc-block-components-order-summary .wc-block-components-order-summary__button-text {
  font-weight: 700 !important;
}

.wc-block-components-totals-wrapper:empty {
  border-width: 0;
  padding: 0;
  display: none;
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
  border-top: 0px solid hsla(0, 0%, 7%, .11) !important;
  padding-bottom: 0px !important;
}

.wc-block-components-totals-item {
  padding: 0 0 15px 0;
}


button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained {

  background-color: var(--backgroundMain);
  color: var(--linkColour);
  padding: var(--buttonPadding);
  font-weight: bold;
  border-color: transparent;
  border-radius: 0;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained:hover {
  background-color: #212529;
  color: #fff;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=password],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-text-input.is-active input[type=email],
.wc-block-components-text-input.is-active input[type=number],
.wc-block-components-text-input.is-active input[type=password],
.wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text],
.wc-block-components-text-input.is-active input[type=url] {
  padding: 0;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  border: 0px !important;
  height: 50px !important;
  padding: 1.5em .5em .5em;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {

  height: 50px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
  background: #fff;
  border: 1px solid hsla(0, 0%, 7%, .0) !important;
  border: 1px solid #E4E4E4 !important;
  border-radius: 4px;
  box-sizing: border-box;
  height: 50px;
  position: relative;
  width: 100%;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
  line-height: 1.375;
  margin-top: 8px;
  display: none;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
  font-weight: 700;
  margin-left: auto;
  text-align: right;
  display: none;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  align-items: center;
  background: #fff;
  border: 0px solid hsla(0, 0%, 7%, .11) !important;
  border-radius: 1em;
  box-shadow: 0 0 0 0px #fff !important;
  color: #000;
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 20px;
  min-width: 20px;
  padding: 0 .4em;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F49700 !important;
  transform: translate(50%, -50%);
  white-space: nowrap;
  z-index: 1;
}

.wc-block-components-product-price__value.is-discounted {
  color: #EE5253 !important;
}

.wc-block-components-checkout-step__description {
  font-size: .875em;
  line-height: 1.2;
  margin: 0 0 16px;
  text-align: left;
}

.wc-block-components-totals-item__label {
  flex-grow: 1;
  text-align: left;
  font-weight: 700;
}

.wc-block-components-title.wc-block-components-title {
  border: 0;
  border-radius: 0;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word;
  text-align: left;
  text-transform: capitalize;
}

/*

.wc-block-components-formatted-money-amount {
  color: #10AC84;
}

*/

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
  font-size: .875em;
  width: 100%;
  text-align: left;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  font-weight: 700;
}

.wc-block-components-totals-discount .wc-block-components-totals-item__value {
  color: #EE5253 !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
  display: block;
  padding-top: 8px;
  font-weight: 700;
}

.wc-block-components-checkout-step__content>:last-child {
  margin-bottom: 0;
  text-align: left;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  background-color: #E9EEF6 !important;
  border-radius: 0px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1em;
  height: 50px;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  padding: 1em .5em;
  width: 100%;
  border: 1px solid #E9EEF6 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

input#wc-block-components-totals-coupon__input-coupon {
  background: #fff !important;
  height: 60px !important;
}

.wc-block-checkout__add-note .wc-block-components-textarea,
.wc-blocks-components-select .wc-blocks-components-select__select {
  background-color: #E9EEF6 !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  background-color: #B3462E;
  color: #fff;
  padding: var(--buttonPadding);
  font-weight: bold;
  border-color: transparent;
  border-radius: 0;
  text-transform: capitalize;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
  background-color: var(--backgroundSecond);
  color: #fff;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #E4E4E4 !important;
}

.wc-block-components-totals-wrapper {
  border-top: 1px solid hsla(0, 0%, 7%, .11);
  padding: 16px 0;
  margin: 15px 0 !important;
  border: 1px solid hsla(0, 0%, 7%, .11) !important;
  background-color: #fff;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  flex-grow: 1;
  font-weight: 500;
  margin: 0 0 16px 16px;
  font-size: 1.25em;
  color: #000;
  text-transform: capitalize;
}

/*** CHECKOUT (GUTTENBURG) - END ***/

/*** PRODUCT - START ***/

bdi {
  color: #010101;
}

del {
  color: #E41B26 !important;
}

ins bdi {
  color: #E41B26 !important;
}

del bdi {
  opacity: 1;
}

ins {
  text-decoration: none !important;
  text-transform: none !important;
}

.product_meta {
  display: none;
}

.product-desc--wrap {
  background-color: #f7f7f7;
}

.product-thumbnail--wrap {
  margin: 30px 0 0 0;
}

.woocommerce span.onsale {
  display: none;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: unset;
  width: 100%;
  padding: 0 0px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  opacity: 1 !important;
}

.woocommerce div.product div.summary,
.woocommerce div.product div.images {
  margin-bottom: 0em;
}

.woocommerce .quantity .qty {
  width: 4em;
  height: 55px;
  text-align: center;
  border: 0px;
  border-top: 1px solid #E7E2DE;
  border-bottom: 1px solid #E7E2DE;
}

.woocommerce div.product .qty-wrap {
  display: flex;

  .quantity {
    float: left;
    margin: 0px !important;
  }

  button.minus {
    background: #fff;
    height: 55px;
    width: 3em;
    border: 1px solid #E7E2DE;
  }

  button.plus {
    background: #fff;
    height: 55px;
    width: 3em;
    border: 1px solid #E7E2DE;
  }
}

p.stock.in-stock {
  display: none;
}

form.cart.cart-simple,
.woocommerce-variation-add-to-cart {
  display: flex;
  margin: 30px 0 0 0;

  .btn {
    margin-left: 15px;
  }
}

.woocommerce div.product form.cart {
  margin: 0px;
}

.woocommerce div.product form.cart .variations {
  background: #f7f7f7;
  padding: 0px 15px 20px 15px;
  display: block;
  margin-bottom: 0em;
  border: 0;
  width: 100%;

  tbody {
    width: 100%;
    display: block;
  }

  tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 15px;
  }

  td.value {
    width: 100%;
    display: block;
  }

  select {
    max-width: 100% !important;
    min-width: 100% !important;
    display: inline-block;
    padding: 0 15px;
    height: 45px;
    border: 0px solid;
    background-color: #fff !important;
  }

  .reset_variations {
    display: none !important;
  }
}

/*** PRODUCT - END ***/

/* XXL > 1400 */

/* XL */
@media (max-width: 1400px) {}

/* L */
@media (max-width: 1200px) {}

/* M */
@media (max-width: 992px) {}

/* S */
@media (max-width: 768px) {
  .summary.entry-summary {
    margin: 30px 0 0 0;
  }
}

/* XS */
@media (max-width: 576px) {}