@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
body {
  font-family: "Arial", sans-serif;
}

input,
select,
textarea {
  font-family: "Arial", sans-serif;
}

ul,
ol {
  list-style: none;
}

p {
  font-family: "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.575rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 850px) {
  p {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

h2.section-title {
  font-family: "Arial", sans-serif;
  font-size: 2.5625rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 850px) {
  h2.section-title {
    font-size: 3.375rem;
    line-height: 1.2;
  }
}

span.primaryColor {
  color: #E31E24;
}
span.sherman {
  text-indent: -9999px;
  overflow: hidden;
  width: 0;
  height: 0;
  display: inline-block;
  background: url(../../../assets/sherman.svg) no-repeat center bottom;
  background-size: contain;
  vertical-align: text-bottom;
  height: 55px;
  width: 189px;
  margin-left: -3px;
  margin-bottom: -2px;
}
@media screen and (min-width: 850px) {
  span.sherman {
    height: 65px;
    width: 225px;
  }
}
span.superscript {
  font-size: small;
  vertical-align: text-top;
}

ol li,
ul li {
  list-style: decimal;
}
ol li ul li,
ul li ul li {
  list-style: disc;
}

ul li {
  list-style: disc;
}
ul li ul li {
  list-style: disc;
}

.acceptance-star {
  color: red;
  font-size: 0.75rem;
}

.acceptance-info {
  color: #FF9E2C;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.spinner {
  border: 0.25rem solid rgba(0, 0, 0, 0.1);
  border-top: 0.25rem solid #E31E24;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  animation: spin 1s linear infinite;
}

.select__loading-spinner {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(calc(-100% - 2.5rem), -50%);
}

.wpfPreview {
  height: 100%;
  width: 100%;
}
.wpfPreview.wpfPreviewLoader {
  border: 0.25rem solid rgba(0, 0, 0, 0.1);
  border-top: 0.25rem solid #E31E24;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  background: none !important;
  background: url("") !important;
  animation: spin 1s linear infinite !important;
}
.wpfPreview .woobewoo-filter-loader.spinner {
  display: none !important;
}

.breadcrumbs {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 1rem;
}
.breadcrumbs__blog-address, .breadcrumbs__post-addres,
.breadcrumbs .arrow {
  font-family: "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #AFADB5;
  transition: 300ms;
  display: flex;
  margin: 0 0.2rem;
  padding: 0;
}
.breadcrumbs__blog-address i, .breadcrumbs__post-addres i,
.breadcrumbs .arrow i {
  font-size: 0.7rem;
  margin: 0 0.75rem;
}
@media screen and (max-width: 992px) {
  .breadcrumbs__blog-address, .breadcrumbs__post-addres,
  .breadcrumbs .arrow {
    font-size: 0.75rem;
    display: none;
  }
  .breadcrumbs__blog-address i, .breadcrumbs__post-addres i,
  .breadcrumbs .arrow i {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .breadcrumbs__blog-address {
    display: none;
  }
}
.breadcrumbs__blog-address:hover {
  color: #E31E24;
}
.breadcrumbs__post-addres {
  color: #444444;
}
.breadcrumbs__post-addres--mobile {
  border: solid 1px #E31E24;
  border-radius: 0.625rem;
  padding: 0.5rem 0.625rem;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
}
.breadcrumbs__post-addres--mobile a {
  font-family: "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #E31E24;
}
.breadcrumbs__post-addres--mobile a i {
  margin-right: 0.5rem;
  color: #E31E24;
}
.breadcrumbs__post-addres--mobile:hover {
  background-color: #E31E24;
}
.breadcrumbs__post-addres--mobile:hover a {
  color: #fff;
}
.breadcrumbs__post-addres--mobile:hover a i {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .breadcrumbs__post-addres--mobile {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .breadcrumbs__post-addres--desktop {
    display: none;
  }
}
.breadcrumbs.breadcrumbs-shop {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 991px) {
  .breadcrumbs.breadcrumbs-shop {
    margin-bottom: 6.125rem;
  }
}

.show-all-products {
  border: solid 1px #E31E24;
  border-radius: 0.625rem;
  padding: 0.5rem 0.625rem;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  justify-self: end;
  font-family: "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #E31E24;
}
.show-all-products i {
  margin-right: 0.5rem;
  color: #E31E24;
}
@media screen and (min-width: 991px) {
  .show-all-products:hover {
    background-color: #E31E24;
    color: #fff;
  }
  .show-all-products:hover i {
    color: #fff;
  }
}
div#cookie-notice {
  width: 250px;
  min-width: unset;
  left: 1rem;
  bottom: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 11111111111;
}
div#cookie-notice .cookie-notice-container {
  background-color: #E31E24;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  max-height: unset;
  padding-top: 6rem;
}
div#cookie-notice .cookie-notice-container span {
  font-family: "Arial", sans-serif;
}
div#cookie-notice .cookie-notice-container span#cn-notice-text {
  margin-bottom: 1rem;
  color: #fff;
}
div#cookie-notice .cookie-notice-container span#cn-notice-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
div#cookie-notice .cookie-notice-container span#cn-notice-buttons #cn-accept-cookie,
div#cookie-notice .cookie-notice-container span#cn-notice-buttons #cn-refuse-cookie,
div#cookie-notice .cookie-notice-container span#cn-notice-buttons #cn-more-info {
  background-color: rgba(227, 30, 36, 0.1019607843) !important;
  width: 100%;
  border-radius: 14px;
  font-family: "Arial", sans-serif;
  text-wrap: wrap;
  transition: 200ms;
  border: solid 1px #fff;
  border-radius: 10px;
  margin: 0;
  margin-bottom: 1rem;
  color: #fff;
}
div#cookie-notice .cookie-notice-container span#cn-notice-buttons #cn-accept-cookie:hover,
div#cookie-notice .cookie-notice-container span#cn-notice-buttons #cn-refuse-cookie:hover,
div#cookie-notice .cookie-notice-container span#cn-notice-buttons #cn-more-info:hover {
  background-color: #ffffff !important;
  color: #E31E24;
}
div#cookie-notice .cookie-notice-container span#cn-close-notice {
  top: 1.5rem;
  color: #fff;
}
div#cookie-notice .cookie-notice-container span#cn-close-notice::before, div#cookie-notice .cookie-notice-container span#cn-close-notice::after {
  background-color: #fff;
}
div#cookie-notice .cookie-notice-container::before {
  content: "\f564";
  font-family: "Fontawesome";
  font-size: 4rem;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.button {
  display: flex;
  width: fit-content;
}
.button.get-more {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 0.825rem;
  line-height: 1;
  letter-spacing: 0%;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #E31E24;
  padding: 0.5rem;
  margin: 0;
  transition: 300ms;
}
@media screen and (min-width: 991px) {
  .button.get-more {
    font-size: 1.449375rem;
    padding: 1rem 2rem;
  }
}
.button.get-more:hover {
  background-color: #007CB0;
}
.button.button-step {
  background-color: #818181 !important;
  width: 100%;
  color: #ffffff !important;
  font-family: Poppins;
  font-weight: 500 !important;
  font-style: Bold;
  font-size: 1rem;
  line-height: 1.6875rem;
  letter-spacing: 0%;
  text-align: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.subpage h1.subpage-title {
  font-family: Arial;
  font-size: 2.375rem;
  line-height: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.0475rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  vertical-align: middle;
  margin-bottom: 1.5rem;
}
.subpage h1.single-post__title {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3rem;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #151411;
  margin: 1.5rem auto 2.625rem;
}
@media screen and (min-width: 992px) {
  .subpage h1.single-post__title {
    font-size: 3.625rem;
    line-height: 4.7125rem;
    margin-bottom: 3.0625rem;
  }
}
.subpage__distributors .subpage-content h2 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 991px) {
  .subpage__distributors .subpage-content h2 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1.875rem;
  }
}
.subpage__distributors .subpage-content ul {
  display: flex;
  padding: 0;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 991px) {
  .subpage__distributors .subpage-content ul {
    gap: 2rem;
    margin-bottom: 1.875rem;
  }
}
.subpage__distributors .subpage-content ul li:not(.product) {
  list-style: none;
  background-color: #eeeeee;
  width: 100%;
  transition: 300ms;
}
@media screen and (min-width: 991px) {
  .subpage__distributors .subpage-content ul li:not(.product) {
    flex: 1;
    max-width: calc(50% - 1rem);
  }
}
.subpage__distributors .subpage-content ul li:not(.product) a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
}
@media screen and (min-width: 991px) {
  .subpage__distributors .subpage-content ul li:not(.product) a {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.subpage__distributors .subpage-content ul li:not(.product):hover {
  background-color: #E31E24;
}
.subpage__distributors .subpage-content ul li:not(.product):hover a {
  color: #fff;
}
.subpage__contact-page .subpage-content .contact-info {
  background-color: #F2F2F2;
}
.subpage__contact-page .subpage-content .contact-info h3.header {
  font-family: Arial;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #E31E24;
  margin-bottom: 1.6875rem;
  color: #151411;
}
.subpage__contact-page .subpage-content .contact-info .col-12 {
  margin-bottom: 2rem;
}
.subpage__contact-page .subpage-content .contact-info .col-12:last-child {
  margin-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.subpage__contact-page .subpage-content .contact-info .icon i {
  font-size: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
  border-radius: 50%;
  border: solid 1px #E31E24;
  color: #444444;
}
.subpage__contact-page .subpage-content .contact-info .details h3 {
  font-family: Arial;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #444444;
}
.subpage__contact-page .subpage-content .contact-info .details a,
.subpage__contact-page .subpage-content .contact-info .details p {
  font-family: Arial;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #E31E24;
}
.subpage__contact-page .subpage-content .contact-info .details a .superscript,
.subpage__contact-page .subpage-content .contact-info .details p .superscript {
  color: #E31E24;
}
.subpage__contact-page .subpage-content .contact-info .details a {
  transition: 300ms;
}
.subpage__contact-page .subpage-content .contact-info .details a:hover {
  color: #007CB0;
  text-decoration: underline !important;
}
.subpage__contact-page .subpage-content .contact-info ul.address {
  padding: 0%;
}
.subpage__contact-page .subpage-content .contact-info ul.address li {
  list-style: none;
  font-family: Arial;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -1.04px;
  vertical-align: middle;
  color: #444444;
  letter-spacing: 0.05em;
}
.subpage__contact-page .subpage-content .contact-info ul.address.department li {
  display: flex;
  flex-direction: column;
}
.subpage__contact-page .subpage-content .contact-info ul.address.department li a {
  color: #444444;
  transition: 300ms;
}
.subpage__contact-page .subpage-content .contact-info ul.address.department li a:hover {
  color: #E31E24;
  text-decoration: underline !important;
}
.subpage__contact-page .subpage-content .contact-map h3.header {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.875rem;
  letter-spacing: 0.32px;
}
.subpage__contact-page .subpage-content .contact-map ul.address {
  padding: 0;
}
.subpage__contact-page .subpage-content .contact-map ul.address li {
  list-style: none;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: 0.32px;
  vertical-align: middle;
}
.subpage__contact-page .subpage-content .contact-map .tecweld-map {
  width: 100%;
  height: 400px;
}
.subpage__contact-page .subpage-content .contact-map .tecweld-map .leaflet-marker-icon {
  object-fit: contain !important;
}
.subpage__compare-products .subpage-content .compare-products__wrapper {
  display: flex;
  flex-direction: column;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-navigation .br_remove_all_compare {
  font-family: "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  position: relative;
  color: #343434;
  transition: 300ms;
  display: flex;
  align-items: center;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-navigation .br_remove_all_compare::before {
  content: "\f2ed";
  font-family: "fontawesome";
  margin: 0 0.25rem 0 0;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-navigation .br_remove_all_compare:hover {
  color: #E31E24;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-navigation .navigation .nav-btn {
  background-color: rgba(227, 30, 36, 0.6);
  z-index: 111;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  transition: 300ms;
  border: none;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-navigation .navigation .nav-btn::before {
  font-family: "Fontawesome";
  color: #fff;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-navigation .navigation .nav-btn.prev-btn::before {
  content: "\f104";
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-navigation .navigation .nav-btn.next-btn::before {
  content: "\f105";
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-navigation .navigation .nav-btn:hover {
  background-color: #E31E24;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table th,
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table td {
  border-color: #CBDBE1 !important;
  padding: 0.8125rem;
  font-family: Open Sans;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  word-wrap: break-word;
  vertical-align: middle;
}
@media screen and (min-width: 991px) {
  .subpage__compare-products .subpage-content .compare-products__wrapper .compare-table th,
  .subpage__compare-products .subpage-content .compare-products__wrapper .compare-table td {
    padding: 0.5rem;
    font-size: 0.85rem;
    line-height: 1.5rem;
  }
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th {
  padding: 1rem;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.header-first-cell {
  vertical-align: top;
}
@media screen and (min-width: 991px) {
  .subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.header-first-cell {
    width: 200px;
  }
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column {
  position: relative;
  padding: 0.5rem;
}
@media screen and (min-width: 991px) {
  .subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column {
    padding: 2rem;
  }
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column a.compare-remove {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column a.compare-remove i {
  font-size: 1.15rem;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column a.product-link {
  display: flex !important;
  flex-direction: column;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column a.product-link img {
  object-fit: contain;
  width: 100%;
  max-width: 146px;
  height: auto;
  margin: 0 auto 1rem;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column a.product-link p {
  font-family: Open Sans;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 0.875rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #212121;
  margin: 0;
}
@media screen and (min-width: 991px) {
  .subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column a.product-link p {
    font-size: 1.0625rem;
    line-height: 1.375rem;
    font-weight: 700;
  }
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column .add-to-cart-button {
  margin-top: 1rem;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column .add-to-cart-button del bdi {
  text-decoration: line-through !important;
  color: #E31E24;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column .add-to-cart-button del bdi * {
  text-decoration: line-through !important;
  color: #E31E24;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column .add-to-cart-button ins bdi {
  color: #007CB0;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column .add-to-cart-button ins bdi * {
  color: #007CB0;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column .add-to-cart-button p {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 991px) {
  .subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column .add-to-cart-button p {
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
  }
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column .add-to-cart-button p .woocommerce-Price-amount.amount {
  margin-bottom: 0;
  display: flex;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column .add-to-cart-button p .woocommerce-Price-amount.amount bdi {
  font-family: Arial;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media screen and (min-width: 991px) {
  .subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column .add-to-cart-button p .woocommerce-Price-amount.amount bdi {
    margin: 0 0.5rem;
  }
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column .add-to-cart-button p .add_to_cart_button {
  width: 100%;
  background-color: #E31E24;
  color: #fff;
  border-radius: 0;
  transition: 300ms;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (min-width: 991px) {
  .subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column .add-to-cart-button p .add_to_cart_button {
    flex-direction: row;
    font-size: 1rem;
    margin: 0 auto;
    margin-right: 0;
    width: fit-content;
  }
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column .add-to-cart-button p .add_to_cart_button::after {
  content: "\f07a";
  font-family: "Fontawesome";
  display: block;
}
@media screen and (min-width: 991px) {
  .subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column .add-to-cart-button p .add_to_cart_button::after {
    display: inline;
    margin-left: 0.75rem;
  }
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table thead th.product-column .add-to-cart-button p .add_to_cart_button:hover {
  background-color: #007CB0;
}
.subpage__compare-products .subpage-content .compare-products__wrapper .compare-table tbody tr:nth-child(even) {
  background-color: #F2F2F2;
}
.subpage__service-request {
  padding-bottom: 0;
}
.subpage__service-request h1.subpage-title {
  font-family: "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 992px) {
  .subpage__service-request h1.subpage-title {
    font-size: 2.1875rem;
    line-height: 2.625rem;
  }
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step {
  margin-top: 2rem;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step br {
  display: none;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step h2 {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px #E8E8E8;
}
@media screen and (min-width: 992px) {
  .subpage__service-request .subpage-content .service-request-form__wrapper .step h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .required {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.86px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #E31E24;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step input[type=radio] + .wpcf7-list-item-label {
  font-family: Arial;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 992px) {
  .subpage__service-request .subpage-content .service-request-form__wrapper .step input[type=radio] + .wpcf7-list-item-label {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step input[type=text],
.subpage__service-request .subpage-content .service-request-form__wrapper .step input[type=number],
.subpage__service-request .subpage-content .service-request-form__wrapper .step input[type=email],
.subpage__service-request .subpage-content .service-request-form__wrapper .step select,
.subpage__service-request .subpage-content .service-request-form__wrapper .step textarea,
.subpage__service-request .subpage-content .service-request-form__wrapper .step .wpcf7-smart_phone_field {
  border: solid 1px #9CA3AF;
  border-radius: 0.25rem;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.86px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #757575;
  padding: 6px 12px;
}
@media screen and (min-width: 991px) {
  .subpage__service-request .subpage-content .service-request-form__wrapper .step .delivery-address {
    border-right: solid 1px #E8E8E8;
  }
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .delivery-address .service-form-row-clear-button button,
.subpage__service-request .subpage-content .service-request-form__wrapper .step .delivery-address .service-form-row-copy-button button,
.subpage__service-request .subpage-content .service-request-form__wrapper .step .invoice-address .service-form-row-clear-button button,
.subpage__service-request .subpage-content .service-request-form__wrapper .step .invoice-address .service-form-row-copy-button button {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 27.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background-color: #000000;
  border: solid 1px #000000;
  width: 100%;
  padding: 0.5rem;
  transition: 300ms;
}
@media screen and (min-width: 991px) {
  .subpage__service-request .subpage-content .service-request-form__wrapper .step .delivery-address .service-form-row-clear-button button,
  .subpage__service-request .subpage-content .service-request-form__wrapper .step .delivery-address .service-form-row-copy-button button,
  .subpage__service-request .subpage-content .service-request-form__wrapper .step .invoice-address .service-form-row-clear-button button,
  .subpage__service-request .subpage-content .service-request-form__wrapper .step .invoice-address .service-form-row-copy-button button {
    width: auto;
    padding: 0.5rem 4.5rem;
  }
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .delivery-address .service-form-row-clear-button button:hover,
.subpage__service-request .subpage-content .service-request-form__wrapper .step .delivery-address .service-form-row-copy-button button:hover,
.subpage__service-request .subpage-content .service-request-form__wrapper .step .invoice-address .service-form-row-clear-button button:hover,
.subpage__service-request .subpage-content .service-request-form__wrapper .step .invoice-address .service-form-row-copy-button button:hover {
  background-color: #E31E24;
  border-color: #E31E24;
  color: #fff !important;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .delivery-address .service-form-row-copy-button button,
.subpage__service-request .subpage-content .service-request-form__wrapper .step .invoice-address .service-form-row-copy-button button {
  background-color: transparent;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .delivery-address .service-form-row-phone input,
.subpage__service-request .subpage-content .service-request-form__wrapper .step .invoice-address .service-form-row-phone input {
  width: 100%;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row label {
  font-family: "Poppins";
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.143rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row label {
    font-size: 1rem;
    line-height: 1.42875rem;
  }
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row label input {
  width: 1.125rem;
  height: 1.125rem;
  accent-color: #E31E24;
  margin-right: 1rem;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row ul {
  padding: 0 0 0 0.5rem;
  margin: 0;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row ul li p {
  margin-bottom: 0;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row .wpcf7-list-item {
  margin: 0;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row .attachments-box .attachment {
  display: flex;
  align-items: center;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row .attachments-box .attachment input[type=file] {
  display: none !important;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row .attachments-box .attachment .custom-file-upload {
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 0.5rem 1rem;
  border: solid 1px #000000;
  cursor: pointer;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7rem;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  transition: 300ms;
  margin: 0;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row .attachments-box .attachment .custom-file-upload:hover {
  background-color: #E31E24;
  border-color: #E31E24;
  color: #fff;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row .attachments-box .attachment .attachments-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row .attachments-box .attachment #file-name-1,
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row .attachments-box .attachment #file-name-2,
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row .attachments-box .attachment #file-name-3,
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row .attachments-box .attachment #file-name-4,
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row .attachments-box .attachment #file-name-5 {
  margin-left: 1rem;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row .attachments-box .attachment button[id^=remove-file-button] {
  position: relative;
  width: 1rem;
  height: 1rem;
  border: none;
  background-color: transparent;
  margin-left: 0.5rem;
  transform: rotate(45deg);
  cursor: pointer;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row .attachments-box .attachment button[id^=remove-file-button]::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #E31E24;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row .attachments-box .attachment button[id^=remove-file-button]::after {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E31E24;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-quantity p, .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-unit p, .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-product p, .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-additional-info p {
  margin-bottom: 0.5rem;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-quantity, .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-unit {
  width: calc(50% - 0.5rem);
}
@media screen and (min-width: 992px) {
  .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-quantity, .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-unit {
    width: 100%;
    max-width: 140px;
  }
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-product {
  max-width: 716px;
}
@media screen and (min-width: 992px) {
  .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-product {
    flex: 1;
  }
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-additional-info {
  align-items: flex-end;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-additional-info {
    flex-direction: row;
    gap: 1rem;
    flex: 1;
  }
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-additional-info .input-with-icon {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-additional-info .input-with-icon {
    margin-bottom: 0;
  }
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-additional-info .input-with-icon p {
  margin: 0;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-additional-info .input-with-icon p img.info-icon {
  width: 150px;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-reason .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 991px) {
  .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-reason .wpcf7-form-control-wrap .wpcf7-form-control {
    flex-direction: row;
  }
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-invoice input {
  max-width: 617px;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-reason-detail textarea {
  margin: 2rem 0 3rem;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-application .application-agreements {
  margin: 2.25rem 0 4.1875rem;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-application .application-agreements p:first-child label, .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-application .application-agreements p:last-child label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-application .application-agreements p:first-child label input, .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-application .application-agreements p:last-child label input {
  width: 0.95rem;
  margin-right: 0.5rem;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-application .application-agreements p:first-child label label, .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-application .application-agreements p:last-child label label {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 0.5rem;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-application .application-agreements p:first-child label small, .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-application .application-agreements p:last-child label small {
  margin-left: 1.25rem;
  color: #E31E24;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-application .application-agreements p:nth-child(2) {
  margin-left: 1.25rem;
  display: flex;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-application .application-agreements p:nth-child(2) label {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (min-width: 991px) {
  .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-application .application-agreements p:nth-child(2) label {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-application .application-agreements p:nth-child(2) label .wpcf7-form-control-wrap {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 991px) {
  .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-application .application-agreements p:nth-child(2) label .wpcf7-form-control-wrap {
    width: auto;
    margin: 0;
  }
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-application .application-agreements p:nth-child(2) label .wpcf7-form-control-wrap input[type=date] {
  width: 100%;
  height: auto;
  padding: 0.5rem 1rem;
  color: #757575;
  margin-left: 0rem;
}
@media screen and (min-width: 991px) {
  .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.service-form-row-application .application-agreements p:nth-child(2) label .wpcf7-form-control-wrap input[type=date] {
    margin-left: 2rem;
  }
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.form-row-submit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.form-row-submit input {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 27.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background-color: #000000;
  border: solid 1px #000000;
  width: 100%;
  padding: 0.5rem;
  transition: 300ms;
  color: #fff;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 991px) {
  .subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.form-row-submit input {
    width: auto;
    padding: 0.5rem 4.5rem;
  }
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.form-row-submit input:hover {
  background-color: #E31E24;
  border-color: #E31E24;
  color: #fff !important;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.form-row-submit .wpcf7-spinner {
  margin-top: 2rem;
  background-color: transparent;
}
.subpage__service-request .subpage-content .service-request-form__wrapper .step .service-form-row.form-row-submit .wpcf7-spinner::before {
  border: 0.25rem solid rgba(0, 0, 0, 0.1);
  border-top: 0.25rem solid #E31E24;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  animation: spin 1s linear infinite;
  transform-origin: unset;
  top: 0;
  left: 0;
}
.subpage__service-request .subpage-content .custom-autocomplete-menu {
  max-height: 200px;
  overflow-y: auto;
  max-width: 400px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.subpage__service-request .subpage-content .custom-autocomplete-menu li {
  padding: 8px 12px;
  cursor: pointer;
}
.subpage__service-request .subpage-content .custom-autocomplete-menu li:hover {
  background-color: #e6f7ff;
}

.woocommerce-products-header {
  margin-bottom: 1.5rem;
  display: none;
}

.woocommerce-info {
  background-color: transparent;
  border: none;
  text-align: center;
  padding: 0;
}
.woocommerce-info::before {
  display: none;
}

@media screen and (min-width: 991px) {
  #primary {
    flex: 4;
    order: 2;
  }
}

@media screen and (min-width: 991px) {
  #sidebar {
    flex: 1;
    order: 1;
    padding-right: 1rem;
  }
}
#sidebar ul {
  padding: 0;
}
#sidebar ul .widget {
  padding: 1rem;
  margin-top: 2rem;
}
#sidebar ul .widget h2.widget-title {
  font-family: "Poppins";
  font-weight: 700;
  font-style: Bold;
  font-size: 1.125rem;
  line-height: 1.75 rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #E31E24;
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
#sidebar ul .widget .product-categories .product-categories__item {
  list-style: none;
  padding: 0;
  position: relative !important;
}
#sidebar ul .widget .product-categories .product-categories__item a {
  font-family: "Poppins";
  font-size: 0.875rem;
  line-height: 1.2 !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 1rem;
  border: none;
}
#sidebar ul .widget .product-categories .product-categories__item a:hover {
  color: #ffffff;
}
#sidebar ul .widget .product-categories .product-categories__item a:hover span.count {
  color: #ffffff;
}
#sidebar ul .widget .product-categories .product-categories__item a::before {
  background-color: #E31E24;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list {
  z-index: 111;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 {
  height: auto;
  min-height: auto;
  grid-template-columns: repeat(3, 1fr);
  box-shadow: 7px 7px 25px 0px rgba(0, 0, 0, 0.2);
  padding: 42px 20px calc(42px + 4rem);
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 .product-categories__item {
  background-color: transparent !important;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 .product-categories__item a {
  font-weight: 600 !important;
  color: #E31E24;
  margin: 0;
  padding-bottom: 0.5rem;
  transition: 300ms;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 .product-categories__item a:hover {
  color: #007CB0;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 .product-categories__item.see_more {
  width: 100%;
  grid-column: 1/-1;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 .product-categories__item.see_more > a {
  color: #000000;
  margin-bottom: 0;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 .product-categories__item ul.product-categories__list--2 .product-categories__item {
  list-style: none;
  padding: 0.5rem;
  margin: 0;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 .product-categories__item ul.product-categories__list--2 .product-categories__item a {
  transition: 300ms;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 .product-categories__item ul.product-categories__list--2 .product-categories__item a.product-categories__link {
  font-family: "Poppins";
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 3%;
  color: #000000;
  padding: 0;
  padding-left: 1rem;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 .product-categories__item ul.product-categories__list--2 .product-categories__item a:hover {
  color: #007CB0 !important;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 .product-categories__item ul.product-categories__list--2 .product-categories__item .product-categories__more {
  background-color: rgb(241, 241, 241);
  margin-top: 0.5rem;
  color: rgb(192, 192, 192);
}
#sidebar ul h3.berocket_ajax_group_filter_title {
  display: none;
}
#sidebar ul .berocket_single_filter_widget {
  background-color: #4caf50;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
}

.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
  padding: 0;
  height: 100%;
}
.products::before, .products::after {
  display: none !important;
}
.products .product {
  margin: 0 !important;
  border: 1px solid #afadb5;
  transition: 300ms;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  height: auto;
  flex: auto;
  height: auto;
}
@media screen and (min-width: 992px) {
  .products .product {
    max-width: calc(25% - 0.75rem) !important;
  }
}
.products .product .discount-badge {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(calc(-100% + 0.5rem), -0.5rem);
  width: 98px;
  height: 96px;
  background-image: url("../../../assets/badge.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
.products .product .discount-badge .discount {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(calc(-50% + 15px), calc(-50% - 15px)) rotate(45deg);
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
.products .product .product-image {
  display: flex;
  justify-content: center;
  height: auto;
  padding-top: 1rem;
}
.products .product .product-image img {
  width: 150px !important;
  height: 150px !important;
  object-fit: contain;
}
.products .product .product-info-box {
  height: auto;
}
.products .product .product-info-box h3.product-name {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem 1rem 0;
}
.products .product .product-info-box .sale-price {
  padding: 0 1rem;
  height: auto;
}
.products .product .product-info-box .sale-price span.woocommerce-Price-amount {
  display: flex;
  justify-content: center;
}
.products .product .product-info-box .sale-price span.woocommerce-Price-amount * {
  font-family: "Montserrat" !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #007CB0 !important;
}
.products .product .product-info-box .price-details {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
  gap: 1rem;
}
.products .product .product-info-box .price-details span.regular-price .woocommerce-Price-amount * {
  font-family: Arial;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: line-through !important;
  color: #E31E24;
}
.products .product .product-info-box .price-details span.lowest-price .iworks-omnibus {
  margin: 0;
  font-family: Arial;
  font-weight: 400;
  font-size: 0.5rem;
  line-height: 0.625rem;
  letter-spacing: 0.26px;
  vertical-align: middle;
  color: #666666;
}
.products .product .product-buttons {
  height: auto;
  flex: auto;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 1rem;
}
@media screen and (min-width: 991px) {
  .products .product .product-buttons {
    flex-direction: row;
  }
}
.products .product .product-buttons .button {
  display: flex;
  border-radius: 0;
  max-height: fit-content;
}
.products .product .product-buttons .button.add_to_cart_button, .products .product .product-buttons .button.button {
  flex: 1;
  padding: 0;
  margin: 0;
  font-family: Arial;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  transition: 300ms;
  width: 100%;
  margin: 0 !important;
}
.products .product .product-buttons .button.add_to_cart_button.br_compare_button, .products .product .product-buttons .button.button.br_compare_button {
  background-color: #eeeeee;
}
.products .product .product-buttons .button.add_to_cart_button.br_compare_button i, .products .product .product-buttons .button.button.br_compare_button i {
  display: none;
}
.products .product .product-buttons .button.add_to_cart_button.br_compare_button::after, .products .product .product-buttons .button.button.br_compare_button::after {
  content: "\f24e";
  font-family: "Fontawesome";
  margin-left: 0.5rem;
  color: #007CB0;
}
.products .product .product-buttons .button.add_to_cart_button.br_compare_button .br_compare_button_text, .products .product .product-buttons .button.button.br_compare_button .br_compare_button_text {
  color: #007CB0;
}
.products .product .product-buttons .button.add_to_cart_button.br_compare_button:hover, .products .product .product-buttons .button.button.br_compare_button:hover {
  background-color: #007CB0;
  color: #fff;
}
.products .product .product-buttons .button.add_to_cart_button.br_compare_button:hover::after, .products .product .product-buttons .button.button.br_compare_button:hover::after {
  color: #fff;
}
.products .product .product-buttons .button.add_to_cart_button.br_compare_button:hover .br_compare_button_text, .products .product .product-buttons .button.button.br_compare_button:hover .br_compare_button_text {
  color: #fff;
}
.products .product .product-buttons .button.button {
  background-color: #E31E24;
  height: fit-content;
}
.products .product .product-buttons .button.button::after {
  content: "\f07a";
  font-family: "Fontawesome";
  margin-left: 0.5rem;
}
.products .product .product-buttons .button.button:hover {
  background-color: #fff;
  color: #E31E24;
}
.products .product .product-buttons .button.added_to_cart {
  background-color: #007CB0;
  position: absolute;
  /* padding: 1rem; */
  flex: 1;
  padding: 0;
  margin: 0;
  font-family: Arial;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  transition: 300ms;
  width: 50%;
  bottom: 40px;
}
.products .product .product-buttons .wc-forward {
  display: none !important;
}
.products .product a {
  display: flex;
  flex-direction: column;
}

.cross-sells .woocommerce-pagination {
  margin: 2.75rem 0 3.375rem;
}
.cross-sells .woocommerce-pagination ul.page-numbers {
  border: none !important;
}
.cross-sells .woocommerce-pagination ul.page-numbers li {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: none !important;
  margin: 0 5px !important;
}
.cross-sells .woocommerce-pagination ul.page-numbers li .page-numbers {
  font-family: Arial, sans-serif;
  color: #525252;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  background-color: rgba(227, 30, 36, 0.1019607843);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 300ms, color 300ms;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.cross-sells .woocommerce-pagination ul.page-numbers li .page-numbers:hover, .cross-sells .woocommerce-pagination ul.page-numbers li .page-numbers:focus {
  background-color: #E31E24;
  color: #ffffff;
}
.cross-sells .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background-color: transparent;
  color: #E31E24;
  border: solid 2px #E31E24;
}
.cross-sells .woocommerce-pagination ul.page-numbers li .page-numbers.prev, .cross-sells .woocommerce-pagination ul.page-numbers li .page-numbers.next {
  background-color: transparent;
  border: solid 2px rgba(227, 30, 36, 0.1019607843);
}

.custom-pagination-above-ordering {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.25rem;
}
.custom-pagination-above-ordering .woocommerce-pagination {
  margin: 0;
}

.woocommerce-result-count {
  font-family: Arial;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.125rem;
  letter-spacing: 0.52px;
  vertical-align: middle;
  color: #292929;
}

.woocommerce-ordering {
  position: relative;
}
.woocommerce-ordering::after {
  content: "\f161";
  font-family: "Fontawesome";
  font-size: 0.75rem;
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%);
}
.woocommerce-ordering select.orderby {
  padding: 0.5rem 1rem 0.5rem 3rem;
  border-color: #dbe1e4;
  background-color: transparent;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  position: relative;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.28px;
  vertical-align: middle;
  color: #444444;
}

.berocket_single_filter_widget {
  background-color: #fcfcfc;
  padding: 2rem 1.1875rem;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_head {
  padding: 0.3125rem;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_head h3.bapf_hascolarr {
  font-family: Arial;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #E31E24;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body ul li {
  padding: 0.5rem 0 !important;
  position: relative;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body ul li label {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body ul li span.pcs {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body ul li ul {
  border-top: solid 1px #dbe1e4;
  border-bottom: solid 1px #dbe1e4;
  margin-top: 1rem;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body ul li ul li label {
  color: #8d8d8d;
}
@media screen and (min-width: 1100px) {
  .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li ul {
    padding: 2.5rem 1.25rem;
  }
}
@media screen and (min-width: 1100px) {
  .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li.checked {
    background-color: #E31E24;
  }
  .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li.checked > label {
    color: #ffffff;
  }
}

#customer_login {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
}
@media screen and (min-width: 992px) {
  #customer_login {
    flex-direction: row-reverse;
  }
}
#customer_login .u-column1,
#customer_login .u-column2 {
  background-color: #f2f2f2;
  padding: 1.5rem;
  border-radius: 0.125rem;
  border: solid 1px #dbe1e4;
  height: fit-content;
}
#customer_login .u-column1 h2,
#customer_login .u-column2 h2 {
  font-family: Arial;
  font-weight: 700;
  font-size: 26px;
  line-height: 29.9px;
  letter-spacing: -1.04px;
  vertical-align: middle;
  color: #292929;
  padding-left: 3.75rem;
  position: relative;
  margin-bottom: 1rem;
}
#customer_login .u-column1 h2::before,
#customer_login .u-column2 h2::before {
  content: "";
  font-family: "Fontawesome";
  font-size: 1.25rem;
  line-height: 1;
  color: #E31E24;
  margin: 0;
  font-weight: 400;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #fee9ea;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#customer_login .u-column1 p,
#customer_login .u-column2 p {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 0.32px;
  vertical-align: middle;
  color: #292929;
}
#customer_login .u-column1 ul,
#customer_login .u-column2 ul {
  padding: 0;
  margin-bottom: 3rem;
}
#customer_login .u-column1 ul li,
#customer_login .u-column2 ul li {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.32px;
  vertical-align: middle;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
#customer_login .u-column1 ul li::before,
#customer_login .u-column2 ul li::before {
  content: "\f00c";
  font-family: "Fontawesome";
  font-size: 0.5rem;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #444444;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#customer_login .u-column1 .btn-login,
#customer_login .u-column2 .btn-login {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#customer_login .u-column1 .btn-login p,
#customer_login .u-column2 .btn-login p {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-align: center;
  vertical-align: middle;
  color: #787878;
  padding: 0;
  margin: 0;
  margin-right: 1.25rem;
}
#customer_login .u-column1 .btn-login a,
#customer_login .u-column2 .btn-login a {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0.75rem 2rem;
  background-color: #E31E24;
  transition: 300ms;
}
#customer_login .u-column1 .btn-login a:hover,
#customer_login .u-column2 .btn-login a:hover {
  background-color: #007CB0;
}
#customer_login .u-column1 .woocommerce-form-register,
#customer_login .u-column1 .woocommerce-form-login,
#customer_login .u-column2 .woocommerce-form-register,
#customer_login .u-column2 .woocommerce-form-login {
  padding: 0;
  border: none;
}
#customer_login .u-column1 .woocommerce-form-register .form-row,
#customer_login .u-column1 .woocommerce-form-register .woocommerce-form-row,
#customer_login .u-column1 .woocommerce-form-login .form-row,
#customer_login .u-column1 .woocommerce-form-login .woocommerce-form-row,
#customer_login .u-column2 .woocommerce-form-register .form-row,
#customer_login .u-column2 .woocommerce-form-register .woocommerce-form-row,
#customer_login .u-column2 .woocommerce-form-login .form-row,
#customer_login .u-column2 .woocommerce-form-login .woocommerce-form-row {
  width: 100%;
}
#customer_login .u-column1 .woocommerce-form-register .form-row input,
#customer_login .u-column1 .woocommerce-form-register .form-row select,
#customer_login .u-column1 .woocommerce-form-register .woocommerce-form-row input,
#customer_login .u-column1 .woocommerce-form-register .woocommerce-form-row select,
#customer_login .u-column1 .woocommerce-form-login .form-row input,
#customer_login .u-column1 .woocommerce-form-login .form-row select,
#customer_login .u-column1 .woocommerce-form-login .woocommerce-form-row input,
#customer_login .u-column1 .woocommerce-form-login .woocommerce-form-row select,
#customer_login .u-column2 .woocommerce-form-register .form-row input,
#customer_login .u-column2 .woocommerce-form-register .form-row select,
#customer_login .u-column2 .woocommerce-form-register .woocommerce-form-row input,
#customer_login .u-column2 .woocommerce-form-register .woocommerce-form-row select,
#customer_login .u-column2 .woocommerce-form-login .form-row input,
#customer_login .u-column2 .woocommerce-form-login .form-row select,
#customer_login .u-column2 .woocommerce-form-login .woocommerce-form-row input,
#customer_login .u-column2 .woocommerce-form-login .woocommerce-form-row select {
  border: solid 1px #cbdbe1;
  border-radius: 0;
}
#customer_login .u-column1 .woocommerce-form-register .form-row.form-row-wide,
#customer_login .u-column1 .woocommerce-form-register .woocommerce-form-row.form-row-wide,
#customer_login .u-column1 .woocommerce-form-login .form-row.form-row-wide,
#customer_login .u-column1 .woocommerce-form-login .woocommerce-form-row.form-row-wide,
#customer_login .u-column2 .woocommerce-form-register .form-row.form-row-wide,
#customer_login .u-column2 .woocommerce-form-register .woocommerce-form-row.form-row-wide,
#customer_login .u-column2 .woocommerce-form-login .form-row.form-row-wide,
#customer_login .u-column2 .woocommerce-form-login .woocommerce-form-row.form-row-wide {
  margin-bottom: 0;
}
#customer_login .u-column1 .woocommerce-form-register .form-row.form-row-wide label.checkbox,
#customer_login .u-column1 .woocommerce-form-register .woocommerce-form-row.form-row-wide label.checkbox,
#customer_login .u-column1 .woocommerce-form-login .form-row.form-row-wide label.checkbox,
#customer_login .u-column1 .woocommerce-form-login .woocommerce-form-row.form-row-wide label.checkbox,
#customer_login .u-column2 .woocommerce-form-register .form-row.form-row-wide label.checkbox,
#customer_login .u-column2 .woocommerce-form-register .woocommerce-form-row.form-row-wide label.checkbox,
#customer_login .u-column2 .woocommerce-form-login .form-row.form-row-wide label.checkbox,
#customer_login .u-column2 .woocommerce-form-login .woocommerce-form-row.form-row-wide label.checkbox {
  font-family: Arial;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.41px;
}
#customer_login .u-column1 .woocommerce-form-register .form-row.form-row-wide label.checkbox input[type=checkbox],
#customer_login .u-column1 .woocommerce-form-register .woocommerce-form-row.form-row-wide label.checkbox input[type=checkbox],
#customer_login .u-column1 .woocommerce-form-login .form-row.form-row-wide label.checkbox input[type=checkbox],
#customer_login .u-column1 .woocommerce-form-login .woocommerce-form-row.form-row-wide label.checkbox input[type=checkbox],
#customer_login .u-column2 .woocommerce-form-register .form-row.form-row-wide label.checkbox input[type=checkbox],
#customer_login .u-column2 .woocommerce-form-register .woocommerce-form-row.form-row-wide label.checkbox input[type=checkbox],
#customer_login .u-column2 .woocommerce-form-login .form-row.form-row-wide label.checkbox input[type=checkbox],
#customer_login .u-column2 .woocommerce-form-login .woocommerce-form-row.form-row-wide label.checkbox input[type=checkbox] {
  accent-color: red;
}
#customer_login .u-column1 .woocommerce-form-register .form-row .woocommerce-form-register__submit,
#customer_login .u-column1 .woocommerce-form-register .form-row .woocommerce-form-login__submit,
#customer_login .u-column1 .woocommerce-form-register .woocommerce-form-row .woocommerce-form-register__submit,
#customer_login .u-column1 .woocommerce-form-register .woocommerce-form-row .woocommerce-form-login__submit,
#customer_login .u-column1 .woocommerce-form-login .form-row .woocommerce-form-register__submit,
#customer_login .u-column1 .woocommerce-form-login .form-row .woocommerce-form-login__submit,
#customer_login .u-column1 .woocommerce-form-login .woocommerce-form-row .woocommerce-form-register__submit,
#customer_login .u-column1 .woocommerce-form-login .woocommerce-form-row .woocommerce-form-login__submit,
#customer_login .u-column2 .woocommerce-form-register .form-row .woocommerce-form-register__submit,
#customer_login .u-column2 .woocommerce-form-register .form-row .woocommerce-form-login__submit,
#customer_login .u-column2 .woocommerce-form-register .woocommerce-form-row .woocommerce-form-register__submit,
#customer_login .u-column2 .woocommerce-form-register .woocommerce-form-row .woocommerce-form-login__submit,
#customer_login .u-column2 .woocommerce-form-login .form-row .woocommerce-form-register__submit,
#customer_login .u-column2 .woocommerce-form-login .form-row .woocommerce-form-login__submit,
#customer_login .u-column2 .woocommerce-form-login .woocommerce-form-row .woocommerce-form-register__submit,
#customer_login .u-column2 .woocommerce-form-login .woocommerce-form-row .woocommerce-form-login__submit {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0.75rem 2rem;
  background-color: #E31E24;
  transition: 300ms;
  margin-top: 2rem;
  border-radius: 0;
}
#customer_login .u-column1 .woocommerce-form-register .form-row .woocommerce-form-register__submit:hover,
#customer_login .u-column1 .woocommerce-form-register .form-row .woocommerce-form-login__submit:hover,
#customer_login .u-column1 .woocommerce-form-register .woocommerce-form-row .woocommerce-form-register__submit:hover,
#customer_login .u-column1 .woocommerce-form-register .woocommerce-form-row .woocommerce-form-login__submit:hover,
#customer_login .u-column1 .woocommerce-form-login .form-row .woocommerce-form-register__submit:hover,
#customer_login .u-column1 .woocommerce-form-login .form-row .woocommerce-form-login__submit:hover,
#customer_login .u-column1 .woocommerce-form-login .woocommerce-form-row .woocommerce-form-register__submit:hover,
#customer_login .u-column1 .woocommerce-form-login .woocommerce-form-row .woocommerce-form-login__submit:hover,
#customer_login .u-column2 .woocommerce-form-register .form-row .woocommerce-form-register__submit:hover,
#customer_login .u-column2 .woocommerce-form-register .form-row .woocommerce-form-login__submit:hover,
#customer_login .u-column2 .woocommerce-form-register .woocommerce-form-row .woocommerce-form-register__submit:hover,
#customer_login .u-column2 .woocommerce-form-register .woocommerce-form-row .woocommerce-form-login__submit:hover,
#customer_login .u-column2 .woocommerce-form-login .form-row .woocommerce-form-register__submit:hover,
#customer_login .u-column2 .woocommerce-form-login .form-row .woocommerce-form-login__submit:hover,
#customer_login .u-column2 .woocommerce-form-login .woocommerce-form-row .woocommerce-form-register__submit:hover,
#customer_login .u-column2 .woocommerce-form-login .woocommerce-form-row .woocommerce-form-login__submit:hover {
  background-color: #007CB0;
}
#customer_login .u-column1 .woocommerce-form-register .form-row .woocommerce-form-login__rememberme,
#customer_login .u-column1 .woocommerce-form-register .woocommerce-form-row .woocommerce-form-login__rememberme,
#customer_login .u-column1 .woocommerce-form-login .form-row .woocommerce-form-login__rememberme,
#customer_login .u-column1 .woocommerce-form-login .woocommerce-form-row .woocommerce-form-login__rememberme,
#customer_login .u-column2 .woocommerce-form-register .form-row .woocommerce-form-login__rememberme,
#customer_login .u-column2 .woocommerce-form-register .woocommerce-form-row .woocommerce-form-login__rememberme,
#customer_login .u-column2 .woocommerce-form-login .form-row .woocommerce-form-login__rememberme,
#customer_login .u-column2 .woocommerce-form-login .woocommerce-form-row .woocommerce-form-login__rememberme {
  display: none;
}
#customer_login .u-column1 h2::before {
  content: "\f007";
}
#customer_login .u-column2 h2::before {
  content: "\f234";
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  background-color: #f5f5f5;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    padding: 0.625rem;
    background-color: transparent;
    border: solid 1px #e8e8e8;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: #e8e8e8 solid 1px;
  cursor: pointer;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  padding: 0.85rem 0.625rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    justify-content: flex-start;
    font-weight: 400;
    font-weight: 400;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #E31E24;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ffffff !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:hover {
  background-color: rgba(227, 30, 36, 0.1019607843);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:hover a {
  color: #333 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content legend,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2 {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0%;
  vertical-align: middle;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > p {
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content > p {
    margin-top: 0;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #E31E24;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message::before {
  color: #E31E24;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row {
  width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row label,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row label {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 0.5rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row .woocommerce-Input,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row .input-text,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row .woocommerce-Input,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row .input-text {
  border-color: #9ca3af;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 22.86px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #757575;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row span,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row span {
  border-color: #9ca3af;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0%;
  vertical-align: middle;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row span em,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row span em {
  color: #757575;
  font-size: 0.75rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content button[name=save_address] {
  background-color: #000000;
  border-radius: 0;
  margin-top: 2.75rem;
  font-family: Arial;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6875rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .customer-details,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .customer-password {
  background-color: #f2f2f2;
  border: solid 1px #dbe1e4;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .customer-details,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .customer-password {
    padding: 0 1rem;
    background-color: transparent;
    border: none;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .customer-details {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .customer-details {
    margin-top: 2rem;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .customer-details .form-row-first,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .customer-details .form-row-last {
  width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button.wc-forward.button {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 3rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  background-color: #eeeeee;
  padding: 1.125rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header.woocommerce-Address-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header.woocommerce-Address-title h2 {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header.woocommerce-Address-title a {
  color: #ffffff;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.7rem;
  letter-spacing: 0%;
  vertical-align: middle;
  background-color: #000000;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  transition: 300ms;
  margin-top: 1.5rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header.woocommerce-Address-title a:hover {
  background-color: #007CB0;
  color: #ffffff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-family: Arial;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address .billing-shipping-toggle {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address .billing-shipping-toggle input[type=checkbox] {
  accent-color: #E31E24;
  width: 1rem;
  height: 1rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address .billing-shipping-toggle label {
  font-family: "Arial", sans-serif !important;
  font-weight: 400;
  font-size: 0.875rem;
  leading-trim: NONE;
  line-height: 1.2;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses::before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses::after {
  display: none !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_book header {
  display: flex;
  flex-direction: column;
  border: none;
}
@media screen and (min-width: 992px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_book header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_book header h3 {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0%;
  vertical-align: middle;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_book header .add-new-address {
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_book header .add-new-address a.add.button {
  color: #ffffff;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.7rem;
  letter-spacing: 0%;
  vertical-align: middle;
  background-color: #000000;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  transition: 300ms;
  border-radius: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_book header .add-new-address a.add.button:hover {
  background-color: #007CB0;
  color: #ffffff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_book .address-book {
  display: flex;
  gap: 2rem;
  row-gap: 1rem;
  margin-bottom: 3rem;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_book .address-book {
    flex-direction: row;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_book .address-book::before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_book .address-book::after {
  display: none !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_book .address-book .wc-address-book-address {
  background-color: #333;
  flex: auto;
  background-color: #eeeeee;
  padding: 1.125rem;
  display: flex;
  flex-direction: column-reverse;
  max-width: calc(50% - 1rem);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_book .address-book .wc-address-book-address .wc-address-book-meta .wc-address-book-edit {
  color: #ffffff;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.7rem;
  letter-spacing: 0%;
  vertical-align: middle;
  background-color: #000000;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  transition: 300ms;
  border-radius: 0;
  width: fit-content;
  margin-bottom: 1rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_book .address-book .wc-address-book-address .wc-address-book-meta .wc-address-book-edit:hover {
  background-color: #007CB0;
  color: #ffffff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_book .address-book .wc-address-book-address .wc-address-book-meta .wc-address-book-delete {
  color: #818181;
  transition: 200ms;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_book .address-book .wc-address-book-address .wc-address-book-meta .wc-address-book-delete:hover {
  color: #000;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_book .address-book .wc-address-book-address .wc-address-book-meta .wc-address-book-make-primary {
  color: #E31E24;
  transition: 200ms;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_book .address-book .wc-address-book-address .wc-address-book-meta .wc-address-book-make-primary:hover {
  color: #007CB0;
}

.woocommerce-cart-form .woocommerce-cart-form__contents {
  border: none !important;
}
@media screen and (min-width: 992px) {
  .woocommerce-cart-form .woocommerce-cart-form__contents thead tr th.product-price, .woocommerce-cart-form .woocommerce-cart-form__contents thead tr th.product-subtotal, .woocommerce-cart-form .woocommerce-cart-form__contents thead tr th.product-quantity {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail {
    width: 100px;
  }
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail a img {
  width: 100%;
  max-width: 92px;
  object-fit: contain;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name a,
.woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name span, .woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-price a,
.woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-price span, .woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-subtotal a,
.woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-subtotal span {
  font-family: Arial;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-price, .woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-subtotal, .woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity {
    text-align: center;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-price .quantity, .woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-subtotal .quantity, .woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity {
    margin: 0 auto;
  }
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name .variation {
  display: none;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe1e4;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity button {
  background-color: transparent;
  padding: 5px 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity input {
  width: 25px;
  text-align: center;
  font-size: 16px;
  margin: 0 5px;
  border: none;
  text-align: center;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity input::-webkit-outer-spin-button, .woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody tr button[name=update_cart] {
  background-color: #000;
  border-radius: 0;
  font-family: Arial;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6875rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff !important;
  transition: 300ms;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody tr button[name=update_cart]:hover {
  background-color: #007CB0;
  color: #ffffff;
}

.cart-collaterals .cart_totals {
  width: 100% !important;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  display: flex;
  justify-content: flex-end;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  background-color: #000000;
  border-radius: 0;
  font-family: Arial;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6875rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #007CB0;
  color: #ffffff;
}
.cart-collaterals .cart_totals h2 {
  font-family: Arial;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
}
.cart-collaterals .cart_totals .shop_table {
  background-color: #eeeeee;
  border: none;
  border-radius: 0;
}
.cart-collaterals .cart_totals .shop_table .order-total td {
  text-align: right;
}

a.added {
  background-color: #007CB0 !important;
}
a.added:hover {
  background-color: transparent !important;
}

.woocommerce-message {
  border-top-color: #E31E24;
  margin-bottom: 6rem;
}
.woocommerce-message::before {
  color: #E31E24;
}

.onsale {
  display: none;
}

.woocommerce-variation-price {
  display: none !important;
}

input[name=shipping_address_book]:checked + label {
  background-color: red !important;
  color: #fff;
  /* dla kontrastu */
  border-radius: 4px;
  padding: 4px 8px;
  display: inline-block;
}

/* Kontener paska postępu */
.checkout-progressbar {
  position: relative;
  width: calc(100% - 1rem);
  height: 10px;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 5rem;
  margin-inline: auto;
}

/* Wypełnienie paska postępu */
.progress-bar-fill {
  height: 100%;
  background-color: #E31E24;
  /* Kolor paska postępu */
  width: 0%;
  /* Początkowa szerokość */
  border-radius: 5px;
  transition: width 0.5s ease;
  /* Animacja dla płynnego wypełniania */
}

/* Kółka dla każdego kroku */
.checkout-progressbar .step {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border: 2px solid #E31E24;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: bold;
  transition: all 0.3s ease;
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Po zaznaczeniu kroku (jeśli krok już został zrobiony lub jest bieżący) */
.checkout-progressbar .step.completed {
  background-color: #E31E24;
  color: #fff;
  border-color: #E31E24;
}

/* Po ukończeniu kroku - wypełnione kółko */
.checkout-progressbar .step.completed:before {
  content: "\f00c";
  /* Użycie ikony check (można dodać za pomocą font-awesome lub podobnych) */
  font-family: "Font Awesome 5 Free";
  /* Jeśli używasz Font Awesome */
  font-weight: 900;
  color: #fff;
}

/* Styl dla bieżącego kroku (jak "active") */
.checkout-progressbar .step.current {
  background-color: #E31E24;
  /* Kolor dla bieżącego kroku */
  color: #fff;
  border-color: #E31E24;
}

/* Nazwy kroków pod kółkami */
.checkout-progressbar .step-name {
  position: absolute;
  top: 2.5rem;
  width: fit-content;
  text-align: center;
  font-size: 12px;
  color: #000;
  display: flex;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

/* Krok, który jeszcze nie został zrealizowany (zwykły wygląd) */
.checkout-progressbar .step.inactive {
  background-color: #fff;
  color: #E31E24;
  border-color: #E31E24;
  border-style: dashed;
}

.checkout-progressbar .step.current .step-number {
  color: #fff;
}

.checkout-progressbar .step.completed .step-number {
  display: none;
}

.checkout .checkout-summary {
  padding: 1.5rem 1.0625rem;
}
.checkout .checkout-summary h3 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0%;
}
.checkout .checkout-summary ul {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.checkout .checkout-summary ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 1rem;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.checkout .checkout-summary ul li:last-child {
  border: none;
  padding-bottom: 0;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.checkout .checkout-step {
  position: relative;
}
.checkout .checkout-step h3,
.checkout .checkout-step h4 {
  margin-bottom: 1rem;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #1a1a1a;
}
.checkout .checkout-step .form-group {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}
.checkout .checkout-step .form-group div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.checkout .checkout-step .form-group div input[type=radio] {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #E31E24;
}
.checkout .checkout-step .form-group div label {
  line-height: 1;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.85rem;
}
.checkout .checkout-step .woocommerce-billing-fields__field-wrapper,
.checkout .checkout-step .woocommerce-additional-fields__field-wrapper,
.checkout .checkout-step .woocommerce-shipping-fields__field-wrapper {
  margin-bottom: 1rem;
}
.checkout .checkout-step .woocommerce-billing-fields__field-wrapper label,
.checkout .checkout-step .woocommerce-additional-fields__field-wrapper label,
.checkout .checkout-step .woocommerce-shipping-fields__field-wrapper label {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22.86px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 0.5rem;
}
.checkout .checkout-step .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input,
.checkout .checkout-step .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper select,
.checkout .checkout-step .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper textarea,
.checkout .checkout-step .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-selection,
.checkout .checkout-step .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-selection__rendered,
.checkout .checkout-step .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper input,
.checkout .checkout-step .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper select,
.checkout .checkout-step .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper textarea,
.checkout .checkout-step .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper .select2-selection,
.checkout .checkout-step .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper .select2-selection__rendered,
.checkout .checkout-step .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper input,
.checkout .checkout-step .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper select,
.checkout .checkout-step .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper textarea,
.checkout .checkout-step .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .select2-selection,
.checkout .checkout-step .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .select2-selection__rendered {
  border-color: #9ca3af !important;
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.42875rem;
  color: #757575;
}
.checkout .checkout-step .woocommerce-billing-fields__field-wrapper .address_book .woocommerce-input-wrapper,
.checkout .checkout-step .woocommerce-additional-fields__field-wrapper .address_book .woocommerce-input-wrapper,
.checkout .checkout-step .woocommerce-shipping-fields__field-wrapper .address_book .woocommerce-input-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 1rem;
}
.checkout .checkout-step .woocommerce-billing-fields__field-wrapper .address_book .woocommerce-input-wrapper input,
.checkout .checkout-step .woocommerce-additional-fields__field-wrapper .address_book .woocommerce-input-wrapper input,
.checkout .checkout-step .woocommerce-shipping-fields__field-wrapper .address_book .woocommerce-input-wrapper input {
  position: absolute;
  visibility: hidden;
}
.checkout .checkout-step .woocommerce-billing-fields__field-wrapper .address_book .woocommerce-input-wrapper label,
.checkout .checkout-step .woocommerce-additional-fields__field-wrapper .address_book .woocommerce-input-wrapper label,
.checkout .checkout-step .woocommerce-shipping-fields__field-wrapper .address_book .woocommerce-input-wrapper label {
  position: relative;
  background-color: #eeeeee;
  width: calc(50% - 0.5rem);
  padding: 1rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  font-weight: 500 !important;
}
.checkout .checkout-step .woocommerce-billing-fields__field-wrapper .address_book .woocommerce-input-wrapper label[for=billing_address_book_add_new],
.checkout .checkout-step .woocommerce-additional-fields__field-wrapper .address_book .woocommerce-input-wrapper label[for=billing_address_book_add_new],
.checkout .checkout-step .woocommerce-shipping-fields__field-wrapper .address_book .woocommerce-input-wrapper label[for=billing_address_book_add_new] {
  background-color: transparent;
  width: fit-content;
  height: fit-content;
  padding: 0;
  font-family: "Arial", sans-serif;
  font-weight: 600 !important;
  font-size: 1rem;
  line-height: 1.5;
  color: #E31E24;
  transition: 300ms;
}
.checkout .checkout-step .woocommerce-billing-fields__field-wrapper .address_book .woocommerce-input-wrapper label[for=billing_address_book_add_new]:hover,
.checkout .checkout-step .woocommerce-additional-fields__field-wrapper .address_book .woocommerce-input-wrapper label[for=billing_address_book_add_new]:hover,
.checkout .checkout-step .woocommerce-shipping-fields__field-wrapper .address_book .woocommerce-input-wrapper label[for=billing_address_book_add_new]:hover {
  color: #007CB0;
}
.checkout .checkout-step .woocommerce-billing-fields__field-wrapper .address_book .woocommerce-input-wrapper label[for=billing_address_book_add_new]::after,
.checkout .checkout-step .woocommerce-additional-fields__field-wrapper .address_book .woocommerce-input-wrapper label[for=billing_address_book_add_new]::after,
.checkout .checkout-step .woocommerce-shipping-fields__field-wrapper .address_book .woocommerce-input-wrapper label[for=billing_address_book_add_new]::after {
  display: none;
}
.checkout .checkout-step .form-row {
  margin-bottom: 1rem;
  padding: 0 !important;
}
.checkout .checkout-step .woocommerce-form__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.checkout .checkout-step .woocommerce-form__label input {
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin-right: 0.5rem;
  accent-color: #E31E24;
}
.checkout .checkout-step .woocommerce-form__label * {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.checkout .checkout-step #review-billing-data ul {
  padding-left: 0.625rem;
}
.checkout .checkout-step #review-billing-data ul li {
  list-style: none;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
}
.checkout .checkout-step #change-data-btn {
  position: absolute;
  top: 1rem;
  right: 0;
  background-color: transparent;
  font-family: Arial;
  font-weight: 600;
  border: none;
  font-size: 1rem;
  line-height: 1.5;
  color: #E31E24;
  transition: 200ms;
}
.checkout .checkout-step #change-data-btn:hover {
  color: #000000;
}
.checkout .woocommerce-checkout-payment {
  background: transparent !important;
}
.checkout .woocommerce-checkout-payment ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  border: none !important;
  margin-bottom: 2rem;
}
.checkout .woocommerce-checkout-payment ul li {
  border-bottom: solid 1px #e7e7e7;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.checkout .woocommerce-checkout-payment ul li input[type=radio] {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #E31E24;
}
.checkout .woocommerce-checkout-payment ul li label {
  line-height: 1;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.85rem;
}
.checkout .woocommerce-checkout-payment ul li .payment_box {
  background-color: #E31E24 !important;
}
.checkout .woocommerce-checkout-payment ul li .payment_box::before {
  border: 1em solid #E31E24 !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.checkout .woocommerce-checkout-payment ul li .payment_box p {
  color: #ffffff !important;
}
.checkout .woocommerce-checkout-payment button[name=woocommerce_checkout_place_order] {
  display: none;
}
.checkout .shop_table * {
  font-family: "Poppins";
}
.checkout .shop_table * tfoot * {
  font-weight: 500 !important;
}

.woocommerce-order * {
  font-family: "Poppins";
  font-weight: 400 !important;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table {
  border-radius: 0;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table thead tr th,
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot tr th {
  font-weight: 600 !important;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr td.product-name a {
  color: #E31E24;
  transition: 300ms;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr td.product-name a:hover {
  color: #007CB0;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table .woocommerce-button {
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 600 !important;
  line-height: 1;
  text-align: center;
  background-color: #000000;
  border: solid 1px #000000;
  border-radius: 0;
  width: fit-content;
  padding: 0.5rem 3rem;
  transition: 300ms;
  color: #ffffff;
}

.woocommerce-customer-details {
  height: 100%;
}
.woocommerce-customer-details .woocommerce-column {
  background-color: #eeeeee;
  padding: 1rem;
  height: 100%;
}
.woocommerce-customer-details .woocommerce-column address {
  border: none;
}
.woocommerce-customer-details .woocommerce-column address p {
  margin-bottom: 0;
}

label[for=billing_company]::after,
label[for=woocommerce_eu_vat_number]::after {
  content: "*";
  color: #a00;
  font-weight: 700;
  font-family: "Arial", sans-serif;
}

#billing_delivery_notes_field,
#shipping_delivery_notes_field {
  display: none !important;
}

.woocommerce ul.order_details li {
  margin-bottom: 20px;
}

.woocommerce-order-downloads,
.woocommerce-customer-details,
.woocommerce-order-details {
  margin-bottom: 0;
  padding-bottom: 0;
}
.woocommerce-order-downloads .order-actions--heading,
.woocommerce-customer-details .order-actions--heading,
.woocommerce-order-details .order-actions--heading {
  vertical-align: middle;
}
.woocommerce-order-downloads .order-actions-button,
.woocommerce-customer-details .order-actions-button,
.woocommerce-order-details .order-actions-button {
  margin-right: 10px;
}
.woocommerce-order-downloads .order-actions-button:last-child,
.woocommerce-customer-details .order-actions-button:last-child,
.woocommerce-order-details .order-actions-button:last-child {
  margin-right: 0;
}
.woocommerce-order-downloads *:last-child,
.woocommerce-customer-details *:last-child,
.woocommerce-order-details *:last-child {
  margin-bottom: 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 200px !important;
}

.cart-collaterals .cart_totals .shop_table .cart-discount td {
  text-align: right !important;
}

.woocommerce-remove-coupon {
  color: #000;
}

.single-product .product__images {
  display: flex;
  flex-direction: column;
}
.single-product .product__images .main-image {
  flex: 4;
  height: 300px !important;
}
.single-product .product__images .main-image a {
  height: 100%;
  display: flex;
}
.single-product .product__images .main-image a img {
  max-height: 50vh !important;
  max-height: 100%;
  object-fit: contain;
}
.single-product .product__images .product-gallery {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .single-product .product__images .product-gallery {
    width: 80%;
    margin: 0 auto;
  }
}
.single-product .product__images .product-gallery .slider-wrapper,
.single-product .product__images .product-gallery .slider-wrapper-product,
.single-product .product__images .product-gallery .slider-wrapper-mobile {
  padding: 1rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% - 1.5rem);
  position: relative;
}
.single-product .product__images .product-gallery .slider-wrapper .slick-list .slick-track .slick-slide div,
.single-product .product__images .product-gallery .slider-wrapper-product .slick-list .slick-track .slick-slide div,
.single-product .product__images .product-gallery .slider-wrapper-mobile .slick-list .slick-track .slick-slide div {
  display: flex;
  padding: 0.5rem;
}
.single-product .product__images .product-gallery .slider-wrapper .slick-list .slick-track .slick-slide div a,
.single-product .product__images .product-gallery .slider-wrapper-product .slick-list .slick-track .slick-slide div a,
.single-product .product__images .product-gallery .slider-wrapper-mobile .slick-list .slick-track .slick-slide div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-product .product__images .product-gallery .slider-wrapper .slick-list .slick-track .slick-slide div a img,
.single-product .product__images .product-gallery .slider-wrapper-product .slick-list .slick-track .slick-slide div a img,
.single-product .product__images .product-gallery .slider-wrapper-mobile .slick-list .slick-track .slick-slide div a img {
  border-color: #afadb5;
  transition: 300ms;
}
.single-product .product__images .product-gallery .slider-wrapper .slick-list .slick-track .slick-slide div a img:hover,
.single-product .product__images .product-gallery .slider-wrapper-product .slick-list .slick-track .slick-slide div a img:hover,
.single-product .product__images .product-gallery .slider-wrapper-mobile .slick-list .slick-track .slick-slide div a img:hover {
  background-color: rgba(175, 173, 181, 0.1450980392);
}
.single-product .product__images .product-gallery .slider-wrapper .slick-list .slick-track .slick-slide div a img.img-thumbnail,
.single-product .product__images .product-gallery .slider-wrapper-product .slick-list .slick-track .slick-slide div a img.img-thumbnail,
.single-product .product__images .product-gallery .slider-wrapper-mobile .slick-list .slick-track .slick-slide div a img.img-thumbnail {
  border-radius: 0;
}
.single-product .product__images .product-gallery .slider-wrapper .slick-arrow,
.single-product .product__images .product-gallery .slider-wrapper-product .slick-arrow,
.single-product .product__images .product-gallery .slider-wrapper-mobile .slick-arrow {
  position: absolute;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .product__images .product-gallery .slider-wrapper .slick-arrow::before,
.single-product .product__images .product-gallery .slider-wrapper-product .slick-arrow::before,
.single-product .product__images .product-gallery .slider-wrapper-mobile .slick-arrow::before {
  font-family: "Fontawesome";
  color: #4a5568;
}
.single-product .product__images .product-gallery .slider-wrapper .slick-arrow.slick-prev::before,
.single-product .product__images .product-gallery .slider-wrapper-product .slick-arrow.slick-prev::before,
.single-product .product__images .product-gallery .slider-wrapper-mobile .slick-arrow.slick-prev::before {
  content: "\f053";
}
.single-product .product__images .product-gallery .slider-wrapper .slick-arrow.slick-next::before,
.single-product .product__images .product-gallery .slider-wrapper-product .slick-arrow.slick-next::before,
.single-product .product__images .product-gallery .slider-wrapper-mobile .slick-arrow.slick-next::before {
  content: "\f054";
}
.single-product .product__images .product-gallery .slider-wrapper-mobile .slick-list .slick-track .slick-slide div a img {
  border-color: #afadb5;
  transition: 300ms;
  border-radius: 0.635rem;
  padding: 1rem;
}
.single-product .product__images .product-gallery .slider-wrapper-mobile .slick-list .slick-track .slick-slide div a img:hover {
  background-color: rgba(175, 173, 181, 0.1450980392);
}
.single-product .product__piktograms {
  margin-top: 3.25rem;
  padding: 0;
}
.single-product .product__piktograms .piktograms {
  display: flex;
  padding: 0;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: start;
}
.single-product .product__piktograms .piktograms li {
  list-style: none;
}
.single-product .product-summary .product_title,
.single-product .product-summary .product__title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  vertical-align: middle;
}
@media screen and (min-width: 62rem) {
  .single-product .product-summary .product_title,
  .single-product .product-summary .product__title {
    font-size: 1.75rem !important;
    line-height: 1.875rem !important;
    margin-bottom: 2rem;
  }
}
.single-product .product-summary .price {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.single-product .product-summary .price .price-label {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.7rem;
  letter-spacing: 0;
  display: flex;
  align-items: flex-end;
  margin-right: 1rem;
}
.single-product .product-summary .price .price {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 3.0625rem;
  letter-spacing: 0.04625rem;
  vertical-align: bottom;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  color: #007CB0;
}
@media screen and (min-width: 62rem) {
  .single-product .product-summary .price .price {
    font-size: 2.125rem;
    line-height: 3.0625rem;
    letter-spacing: 0.04625rem;
    vertical-align: bottom;
  }
}
.single-product .product-summary .price .price bdi {
  color: inherit;
}
.single-product .product-summary .price .price ins {
  color: #007CB0;
  text-decoration: none;
}
.single-product .product-summary .price .price del {
  color: #e31e24;
  margin-right: 0.5rem;
}
.single-product .product-summary .price .iworks-omnibus {
  width: 100%;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.625rem;
  letter-spacing: 0.0175rem;
  vertical-align: middle;
  color: #787878;
}
.single-product .product-summary .price .iworks-omnibus span {
  color: #787878;
}
.single-product .product-summary .price .iworks-omnibus bdi {
  color: #787878;
}
.single-product .product-summary .short-description {
  width: 100%;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.625rem;
  letter-spacing: 0.0175rem;
  vertical-align: middle;
  color: #787878;
}
.single-product .product-add-to-cart-wrapper .reset_variations {
  background-color: #e3000f;
  color: #fff;
  width: 100px;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.7rem;
  margin-bottom: 1rem;
  display: block;
  visibility: visible;
}
.single-product .product-add-to-cart-wrapper .br_compare_button i {
  display: none;
}
.single-product table.variations {
  margin-top: 1.5rem;
}
.single-product table.variations tbody tr {
  border-bottom: solid 1px #e6e6e6;
}
.single-product table.variations tbody tr td,
.single-product table.variations tbody tr th {
  padding-block: 1.3125rem;
  vertical-align: middle !important;
}
.single-product table.variations tbody tr td input,
.single-product table.variations tbody tr td select,
.single-product table.variations tbody tr th input,
.single-product table.variations tbody tr th select {
  border: 1px solid #e6e6e6;
  padding: 0.5rem 1rem;
  margin: 0;
  width: 100%;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  vertical-align: middle;
}
.single-product table.variations tbody tr td .reset_variations,
.single-product table.variations tbody tr th .reset_variations {
  display: none !important;
}
.single-product table.variations tbody tr:first-of-type {
  border-top: solid 1px #e6e6e6;
}
.single-product .product__short-description {
  font-family: "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 0rem;
}
@media screen and (min-width: 991px) {
  .single-product .product__short-description {
    margin-bottom: 2rem;
  }
}
.single-product .product__details {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.single-product .product__details table {
  border-collapse: separate;
  border-spacing: 0 0.625rem;
}
.single-product .product__details table tbody tr {
  margin-bottom: 2rem;
}
.single-product .product__details table tbody tr th,
.single-product .product__details table tbody tr td {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.361875rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #9f9f9f;
}
.single-product .product__details table tbody tr th {
  width: 94px;
}
.single-product .product__details table tbody tr td {
  width: 75%;
  display: flex;
}
.single-product .product__details table tbody tr td .post__social-sharing {
  display: flex;
}
.single-product .product__details table tbody tr td .post__social-sharing a i {
  font-size: 1.25rem;
  margin-right: 1rem;
}
.single-product .woocommerce-variation-add-to-cart,
.single-product .cart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.single-product .woocommerce-variation-add-to-cart .quantity-wrapper,
.single-product .cart .quantity-wrapper {
  max-width: fit-content;
  margin-right: 0.625rem !important;
  border: solid 1px #dbe1e4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .woocommerce-variation-add-to-cart .quantity-wrapper button,
.single-product .woocommerce-variation-add-to-cart .quantity-wrapper input,
.single-product .cart .quantity-wrapper button,
.single-product .cart .quantity-wrapper input {
  background-color: transparent !important;
  border: none !important;
}
.single-product .woocommerce-variation-add-to-cart .quantity-wrapper .quantity,
.single-product .cart .quantity-wrapper .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .woocommerce-variation-add-to-cart .quantity-wrapper button,
.single-product .cart .quantity-wrapper button {
  font-weight: 600;
  font-size: 1.5rem;
  opacity: 0.75;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 120px);
}
.single-product .woocommerce-variation-add-to-cart .quantity-wrapper .quantity input.qty,
.single-product .cart .quantity-wrapper .quantity input.qty {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center !important;
  width: 2rem !important;
  margin: 0 !important;
}
.single-product .woocommerce-variation-add-to-cart .quantity-wrapper .quantity input.qty::-webkit-inner-spin-button, .single-product .woocommerce-variation-add-to-cart .quantity-wrapper .quantity input.qty::-webkit-outer-spin-button,
.single-product .cart .quantity-wrapper .quantity input.qty::-webkit-inner-spin-button,
.single-product .cart .quantity-wrapper .quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .woocommerce-variation-add-to-cart .quantity-wrapper .quantity input.qty[type=number],
.single-product .cart .quantity-wrapper .quantity input.qty[type=number] {
  -moz-appearance: textfield;
}
.single-product .woocommerce-variation-add-to-cart .button.single_add_to_cart_button,
.single-product .cart .button.single_add_to_cart_button {
  background-color: #E31E24 !important;
  width: calc(100% - 6rem);
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  border-radius: 0;
  transition: all 0.2s;
}
.single-product .woocommerce-variation-add-to-cart .button.single_add_to_cart_button:hover,
.single-product .cart .button.single_add_to_cart_button:hover {
  background-color: rgb(205.8794466403, 25.6205533597, 31.1106719368) !important;
}
.single-product .woocommerce-variation-add-to-cart .button.single_add_to_cart_button::after,
.single-product .cart .button.single_add_to_cart_button::after {
  font-family: "Fontawesome";
  font-weight: 900;
  content: "\f07a";
  margin-left: 0.5em;
}
.single-product .woocommerce-variation-add-to-cart .extra-buttons,
.single-product .cart .extra-buttons {
  padding-top: 0.5rem !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.single-product .woocommerce-variation-add-to-cart .extra-buttons .compare-btn,
.single-product .woocommerce-variation-add-to-cart .extra-buttons .ask-btn,
.single-product .cart .extra-buttons .compare-btn,
.single-product .cart .extra-buttons .ask-btn {
  transition: 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  flex: 1;
}
.single-product .woocommerce-variation-add-to-cart .extra-buttons .compare-btn a,
.single-product .woocommerce-variation-add-to-cart .extra-buttons .ask-btn a,
.single-product .cart .extra-buttons .compare-btn a,
.single-product .cart .extra-buttons .ask-btn a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  border-radius: 0;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.single-product .woocommerce-variation-add-to-cart .extra-buttons .compare-btn a:hover,
.single-product .woocommerce-variation-add-to-cart .extra-buttons .ask-btn a:hover,
.single-product .cart .extra-buttons .compare-btn a:hover,
.single-product .cart .extra-buttons .ask-btn a:hover {
  background-color: #E31E24;
}
.single-product .woocommerce-variation-add-to-cart .extra-buttons .compare-btn a:hover span,
.single-product .woocommerce-variation-add-to-cart .extra-buttons .compare-btn a:hover i,
.single-product .woocommerce-variation-add-to-cart .extra-buttons .ask-btn a:hover span,
.single-product .woocommerce-variation-add-to-cart .extra-buttons .ask-btn a:hover i,
.single-product .cart .extra-buttons .compare-btn a:hover span,
.single-product .cart .extra-buttons .compare-btn a:hover i,
.single-product .cart .extra-buttons .ask-btn a:hover span,
.single-product .cart .extra-buttons .ask-btn a:hover i {
  color: #ffffff;
}
.single-product .woocommerce-variation-add-to-cart .extra-buttons .compare-btn a span,
.single-product .woocommerce-variation-add-to-cart .extra-buttons .compare-btn a i,
.single-product .woocommerce-variation-add-to-cart .extra-buttons .ask-btn a span,
.single-product .woocommerce-variation-add-to-cart .extra-buttons .ask-btn a i,
.single-product .cart .extra-buttons .compare-btn a span,
.single-product .cart .extra-buttons .compare-btn a i,
.single-product .cart .extra-buttons .ask-btn a span,
.single-product .cart .extra-buttons .ask-btn a i {
  color: #ffffff;
}
.single-product .woocommerce-variation-add-to-cart .extra-buttons .compare-btn a span,
.single-product .woocommerce-variation-add-to-cart .extra-buttons .ask-btn a span,
.single-product .cart .extra-buttons .compare-btn a span,
.single-product .cart .extra-buttons .ask-btn a span {
  order: 1;
  margin-right: 0.5rem;
}
.single-product .woocommerce-variation-add-to-cart .extra-buttons .compare-btn a i,
.single-product .woocommerce-variation-add-to-cart .extra-buttons .ask-btn a i,
.single-product .cart .extra-buttons .compare-btn a i,
.single-product .cart .extra-buttons .ask-btn a i {
  order: 2;
  font-size: 1.25rem;
}
.single-product .woocommerce-variation-add-to-cart .extra-buttons .ask-btn a,
.single-product .cart .extra-buttons .ask-btn a {
  background-color: #007CB0;
}
.single-product .woocommerce-variation-add-to-cart .extra-buttons .compare-btn a span,
.single-product .woocommerce-variation-add-to-cart .extra-buttons .compare-btn a i,
.single-product .cart .extra-buttons .compare-btn a span,
.single-product .cart .extra-buttons .compare-btn a i {
  color: #007CB0;
}
.single-product .ask-popup {
  position: fixed;
  inset: 0;
  display: block;
  z-index: 9999;
}
.single-product .ask-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.single-product .ask-popup__content {
  position: relative;
  background: #fff;
  max-width: 600px;
  margin: 5% auto;
  padding: 2rem;
  z-index: 10000;
  border-radius: 0.5rem;
  overflow: auto;
  height: auto;
  max-height: 100%;
}
.single-product .ask-popup__content .wpcf7-form h2.contact-form-heading {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 38.4px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.single-product .ask-popup__content .wpcf7-form .contact-form-row {
  width: 100%;
}
.single-product .ask-popup__content .wpcf7-form .contact-form-row .contact-form-label {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.43rem;
  margin-bottom: 0.5rem;
}
.single-product .ask-popup__content .wpcf7-form .contact-form-row .contact-form-label br {
  display: none;
}
.single-product .ask-popup__content .wpcf7-form .contact-form-row .wpcf7-form-control-wrap {
  width: 100%;
}
.single-product .ask-popup__content .wpcf7-form .contact-form-row .wpcf7-form-control-wrap input,
.single-product .ask-popup__content .wpcf7-form .contact-form-row .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 1px solid #9ca3af;
  border-radius: 0.125rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.43rem;
}
.single-product .ask-popup__content .wpcf7-form .contact-form-row-submit {
  width: 100%;
  margin: 0;
}
.single-product .ask-popup__content .wpcf7-form .contact-form-row-submit .wpcf7-submit {
  width: 100%;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.7rem;
  background-color: #000;
  padding: 0.5rem;
  color: #fff;
  transition: all 0.2s;
  border: none;
}
.single-product .ask-popup__content .wpcf7-form .contact-form-row-submit .wpcf7-submit:hover {
  background-color: #E31E24;
}
.single-product .ask-popup__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}
.single-product .product-meta-info .payment-methods {
  margin-bottom: 1.25rem;
}
.single-product .product-meta-info .payment-methods #p24_installment {
  margin: 0.5rem;
}
.single-product .product-meta-info .product-category {
  margin-bottom: 1.25rem;
}
.single-product .product-meta-info .product-category a {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #232323;
  transition: color 0.2s;
}
.single-product .product-meta-info .product-category a:hover {
  color: #E31E24;
}
.single-product .product-meta-info .product-tags a {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #232323;
  transition: color 0.2s;
}
.single-product .product-meta-info .product-tags a:hover {
  color: #E31E24;
}
.single-product .woocommerce-tabs .wc-tabs {
  background-color: transparent;
  padding: 0 !important;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 991px) {
  .single-product .woocommerce-tabs .wc-tabs {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.single-product .woocommerce-tabs .wc-tabs::before {
  border: none !important;
}
.single-product .woocommerce-tabs .wc-tabs li {
  background-color: transparent !important;
  border: none !important;
}
.single-product .woocommerce-tabs .wc-tabs li::before, .single-product .woocommerce-tabs .wc-tabs li::after {
  border: none !important;
  box-shadow: none !important;
}
.single-product .woocommerce-tabs .wc-tabs li a {
  font-family: "Arial", sans-serif;
  transition: 300ms;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #9f9f9f !important;
  font-weight: 400 !important;
}
@media screen and (min-width: 991px) {
  .single-product .woocommerce-tabs .wc-tabs li a {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}
.single-product .woocommerce-tabs .wc-tabs li:hover a {
  color: #E31E24 !important;
}
.single-product .woocommerce-tabs .wc-tabs li.active {
  font-family: "Arial", sans-serif;
}
.single-product .woocommerce-tabs .wc-tabs li.active a {
  font-weight: 600 !important;
  color: #1b1b1b !important;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel section,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel p,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel li {
  padding: unset;
  padding-bottom: 1rem;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.25rem;
  letter-spacing: 0.32px;
}
@media screen and (min-width: 991px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel section,
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel p,
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel li {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul li {
  list-style-type: disclosure-closed;
  padding-bottom: 0.5rem;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul li::marker {
  color: #E31E24;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d1d5db;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tr:nth-child(even) {
  background-color: #f2f2f2;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tr th {
  text-align: left;
  padding: 8px 12px;
  border-bottom: 1px solid #d1d5db;
  width: 50%;
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: 1.21875rem;
  letter-spacing: 0%;
}
@media screen and (min-width: 991px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tr th {
    width: 40%;
    font-size: 0.8125rem;
    line-height: 1.21875rem;
  }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tr td {
  text-align: right;
  border-bottom: 1px solid #ddd;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.625rem;
  letter-spacing: 0%;
  font-style: normal;
  padding: 8px 12px;
}
@media screen and (min-width: 991px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tr td {
    text-align: center;
    font-size: 0.8125rem;
    line-height: 1.21875rem;
  }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tr td p {
  text-align: right;
  padding: 0;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.625rem;
  letter-spacing: 0%;
}
@media screen and (min-width: 991px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tr td p {
    text-align: center;
    font-size: 0.8125rem;
    line-height: 1.21875rem;
  }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tr td p a {
  color: #212529;
  pointer-events: none;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--files ul.files-list li {
  list-style: none;
  position: relative;
  padding: 0;
  max-width: 90%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 991px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel--files ul.files-list li {
    margin-bottom: 0.625rem;
  }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--files ul.files-list li::before {
  content: "\f1c1";
  font-family: "Fontawesome";
  color: #ff0d0d;
  position: absolute;
  top: 0%;
  left: 0;
  transform: translate(calc(-100% - 0.25rem), 0%);
}
@media screen and (min-width: 991px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel--files ul.files-list li::before {
    top: 50%;
    transform: translate(calc(-100% - 0.25rem), -50%);
  }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--files ul.files-list li a {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0%;
  color: #2b2a29;
  transition: 300ms;
  word-wrap: break-word;
}
@media screen and (min-width: 991px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel--files ul.files-list li a {
    font-size: 1.25rem;
    line-height: 1.7rem;
  }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--files ul.files-list li a:hover {
  color: #E31E24;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--standard_accessories .accessories-list li {
  list-style-type: disc;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--standard_accessories .accessories-list li a {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.7rem;
  letter-spacing: 0%;
  color: #2b2a29;
  transition: 300ms;
}
@media screen and (min-width: 991px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel--standard_accessories .accessories-list li a {
    font-size: 1.25rem;
  }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--standard_accessories .accessories-list li a:hover {
  color: #E31E24;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--optional_accessories .optional-accessories-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 2rem;
}
@media screen and (min-width: 992px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel--optional_accessories .optional-accessories-list {
    flex-direction: row;
    padding: 0;
  }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--optional_accessories .optional-accessories-list .optional-accessory-item {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.625rem;
  border: 1px solid #afadb5;
  border-radius: 0.625rem;
  box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.1215686275);
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--optional_accessories .optional-accessories-list .optional-accessory-item .optional-accessory-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.625rem;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--optional_accessories .optional-accessories-list .optional-accessory-item .optional-accessory-image img {
  object-fit: contain;
  width: 100%;
  max-height: 360px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--optional_accessories .optional-accessories-list .optional-accessory-item .optional-accessory-title {
  display: block;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.1375rem;
  letter-spacing: 1%;
  text-align: center;
  color: #151411;
}
@media screen and (min-width: 992px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel--optional_accessories .optional-accessories-list .optional-accessory-item .optional-accessory-title {
    font-size: 26px;
    line-height: 33.8px;
  }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--faq .ea-card {
  border: none !important;
  border-radius: 0.625rem;
  background-color: transparent !important;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--faq .ea-card .ea-header {
  background-color: transparent;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--faq .ea-card .ea-header a {
  display: flex;
  justify-content: space-between;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0%;
  border: solid 1px #e6e6e6 !important;
  border-radius: 0.25rem;
}
@media screen and (min-width: 991px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel--faq .ea-card .ea-header a {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--faq .ea-card .ea-header a i {
  order: 2;
  margin: 0;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--faq .ea-card .ea-header a i::before {
  content: "\f107";
  font-size: 1rem;
  font-family: "Fontawesome";
  color: #9b9b9b;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--faq .ea-card .ea-header a[aria-expanded=true] {
  border-radius: 0.25rem !important;
  background-color: #e6e6e6 !important;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--faq .ea-card .ea-header a[aria-expanded=true] i::before {
  content: "\f106";
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--faq .ea-card .ea-body p {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2rem;
  letter-spacing: 0.32px;
  color: #444444;
}
@media screen and (min-width: 991px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel--faq .ea-card .ea-body p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.single-product .related {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-product .related img.attachment-woocommerce_thumbnail {
  margin-bottom: 2rem !important;
}
.single-product .related h2 {
  font-family: "Arial", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.6rem;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 2rem;
}
.single-product .related .products {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .single-product .related .products {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
.single-product .related .products li.product {
  width: 100%;
  max-width: 100% !important;
  margin: 0 !important;
  padding-bottom: 0;
}
.single-product .related .products li.product a {
  border: none !important;
}
.single-product .related .products li.product a h2.woocommerce-loop-product__title {
  background-color: #f7f7f7;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-family: "Arial", sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.1125rem;
  letter-spacing: 0.01em;
  padding: 1rem;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 991px) {
  .single-product .related .products li.product a.br_compare_button {
    display: none !important;
  }
}
.single-product .related-products-more .more-products-button {
  width: fit-content;
  transition: 300ms;
  display: flex;
  align-items: center;
  padding: 0.75rem 5rem !important;
  margin: 0 auto !important;
  border: solid 1px #E31E24;
  border-radius: 0.625rem;
  color: #E31E24;
  background-color: transparent;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .single-product .related-products-more .more-products-button {
    font-size: 0.85rem;
    padding: 1rem;
    flex-direction: row;
  }
}
.single-product .related-products-more .more-products-button:hover {
  background-color: #E31E24;
  color: #ffffff;
}

body {
  background-color: #FDFDFD;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #151411;
}

.header-top {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background-color: #F2F2F2;
}
.header-top i {
  margin-right: 0.25rem;
  color: #787878;
}
.header-top ul {
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.header-top ul li {
  display: flex;
  align-items: center;
  color: #787878;
  margin-right: 1.5rem;
}
.header-top ul li a {
  color: #787878;
  display: flex;
  align-items: center;
  transition: 300ms;
}
.header-top ul li a:hover {
  color: #E31E24;
  text-decoration: underline !important;
}
.header-top ul.company_addres li i {
  font-size: 1.25rem;
}
.header-top ul.social_media_links li {
  margin-right: 1rem;
}
.header-top ul.social_media_links li i {
  font-size: 1.5rem;
}
.header-top ul.social_media_links li.facebook i {
  color: #1877F2;
}
.header-top ul.social_media_links li.instagram i {
  background: linear-gradient(45deg, #833AB4, #E1306C, #FD1D1D, #FCAF45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-top ul.social_media_links li.youtube i {
  color: #FF0000;
}
.header-top .language_switcher #google_translate_element .skiptranslate.goog-te-gadget {
  display: flex;
  align-items: center;
}
.header-top .language_switcher #google_translate_element .skiptranslate.goog-te-gadget .goog-te-gadget-simple {
  display: flex;
  align-items: center;
  background-color: transparent;
  width: 1rem;
  height: 1rem;
  border: none;
  position: relative;
}
.header-top .language_switcher #google_translate_element .skiptranslate.goog-te-gadget .goog-te-gadget-simple::before {
  content: "";
  background: url("../../../assets/icon.png");
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  font-family: "Fontawesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  line-height: 1;
  font-size: 1rem;
}
.header-top .language_switcher #google_translate_element .skiptranslate.goog-te-gadget .goog-te-gadget-simple .goog-te-gadget-icon {
  display: none;
}
.header-top .language_switcher #google_translate_element .skiptranslate.goog-te-gadget .goog-te-gadget-simple span {
  display: none;
}

.page-header {
  position: sticky;
  background-color: #fdfdfd;
  top: 0;
  z-index: 100;
}
@media screen and (min-width: 991px) {
  .page-header {
    top: -107px;
    background-color: transparent;
  }
}
.page-header__logo, .page-header__navigation-menu {
  display: flex;
  justify-content: center;
}
.page-header__logo {
  margin: 1rem 0;
}
.page-header__logo img {
  max-width: initial;
  height: auto;
  width: 130px;
  object-fit: contain;
}
@media screen and (min-width: 991px) {
  .page-header__logo img {
    width: 200px;
  }
}
@media screen and (max-width: 990px) {
  .page-header__logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.page-header__mobile-nav-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: auto;
  margin-right: 0;
}
.page-header__mobile-nav-controls .comparison-subpage-link,
.page-header__mobile-nav-controls .hamburger-btn {
  margin: 0;
  padding: 0;
}
.page-header__mobile-nav-controls .comparison-subpage-link {
  margin-right: 1.5rem;
}
.page-header__mobile-nav-controls .hamburger-btn {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  background-color: transparent;
  border: none;
}
.page-header__mobile-nav-controls .hamburger-btn::before, .page-header__mobile-nav-controls .hamburger-btn::after {
  content: "";
  width: 100%;
  height: 0.15rem;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
}
.page-header__mobile-nav-controls .hamburger-btn::before {
  transform: translate(-50%, calc(-50% - 0.25rem));
  transition: 300ms;
}
.page-header__mobile-nav-controls .hamburger-btn::after {
  transform: translate(-50%, calc(-50% + 0.25rem));
  transition: 300ms;
}
.page-header__mobile-nav-controls .hamburger-btn.open::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.page-header__mobile-nav-controls .hamburger-btn.open::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.page-header__navigation-menu .main-navigation {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: calc(100% - 2rem);
  overflow: hidden;
  position: absolute;
  z-index: 111;
  left: -100%;
  transform: translateX(-50%);
  transition: 300ms;
  padding: 1rem 0;
  flex-wrap: wrap;
}
.page-header__navigation-menu .main-navigation.open {
  left: 50%;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.0431372549);
}
@media screen and (min-width: 991px) {
  .page-header__navigation-menu .main-navigation {
    width: 100%;
    position: static;
    flex-direction: row;
    transform: translateX(0);
    background-color: #e8e8e8;
    padding: 0;
    margin-top: 2rem;
  }
}
.page-header__navigation-menu .main-navigation li.menu-item {
  display: flex;
  align-items: center;
}
.page-header__navigation-menu .main-navigation li.menu-item a {
  padding: 1rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #151411;
  transition: 300ms;
  width: 100%;
  text-transform: uppercase;
  font-family: Poppins;
}
.page-header__navigation-menu .main-navigation li.menu-item:hover {
  background-color: #E31E24;
}
.page-header__navigation-menu .main-navigation li.menu-item:hover a {
  color: #fff;
}
.page-header__navigation-menu .main-navigation li.menu-item__icemix {
  background-image: url("../../../assets/icemix-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.page-header__navigation-menu .main-navigation li.current-menu-item, .page-header__navigation-menu .main-navigation li.current_page_parent {
  background-color: #007CB0;
}
.page-header__navigation-menu .main-navigation li.current-menu-item a, .page-header__navigation-menu .main-navigation li.current_page_parent a {
  color: #fff;
}
@media screen and (min-width: 991px) {
  .page-header__navigation-menu .main-navigation li {
    flex: auto;
  }
  .page-header__navigation-menu .main-navigation li:last-child {
    border: none;
  }
}

.search-bar {
  margin: 2rem 0;
}
@media screen and (min-width: 991px) {
  .search-bar {
    margin: 0 2rem;
  }
}
.search-bar .aws-container {
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.0431372549);
}
.search-bar .aws-container .aws-wrapper {
  background-color: #ffffff;
  border: none;
}
@media screen and (min-width: 991px) {
  .search-bar .aws-container .aws-wrapper::before {
    font-family: "Fontawesome";
    position: absolute;
    top: 50%;
    left: 1.775rem;
    transform: translate(0%, -50%);
    font-size: 1.25rem;
    line-height: 1.25rem;
    opacity: 0.15;
    margin: 0;
  }
}
.search-bar .aws-container .aws-search-field {
  border-right: none;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-color: #E31E24;
  font-family: "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  color: #afadb5;
}
.search-bar .aws-container .aws-search-field::placeholder {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 32.4px;
  line-height: 100%;
  letter-spacing: 0.28px;
  vertical-align: middle;
  color: #afadb5;
}
.search-bar .aws-container .aws-search-btn {
  background-color: #fff;
  width: auto;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-left: none;
  border-color: #E31E24;
  transition: 300ms;
  padding: 0 0.75rem;
}
.search-bar .aws-container .aws-search-btn .aws-search-btn_icon {
  width: auto;
}
.search-bar .aws-container .aws-search-btn:hover {
  background-color: #E31E24;
}
.search-bar .aws-container .aws-search-btn:hover .aws-search-btn_icon svg {
  fill: #fff;
}

.account-menu-navigation {
  margin: auto;
  margin-right: 0;
}
.account-menu-navigation .account-menu .menu-list {
  display: flex;
  justify-content: end;
  padding: 0;
  margin: 0;
}
.account-menu-navigation .account-menu .menu-list li {
  margin: 0 0.25rem;
  list-style: none;
}
.account-menu-navigation .account-menu .menu-list li a {
  width: fit-content;
}
.account-menu-navigation .account-menu .menu-list li.menu-item__compare-products, .account-menu-navigation .account-menu .menu-list li.menu-item__my-account, .account-menu-navigation .account-menu .menu-list li.menu-item__cart {
  position: relative;
}
.account-menu-navigation .account-menu .menu-list li.menu-item__compare-products a, .account-menu-navigation .account-menu .menu-list li.menu-item__my-account a, .account-menu-navigation .account-menu .menu-list li.menu-item__cart a {
  width: 2rem;
  height: 100%;
  display: flex;
  font-family: "Arial", sans-serif;
  font-size: 0;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.3199999928px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.account-menu-navigation .account-menu .menu-list li.menu-item__compare-products::before, .account-menu-navigation .account-menu .menu-list li.menu-item__my-account::before, .account-menu-navigation .account-menu .menu-list li.menu-item__cart::before {
  content: "\f24e";
  font-family: "fontawesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.account-menu-navigation .account-menu .menu-list li.menu-item__compare-products::after, .account-menu-navigation .account-menu .menu-list li.menu-item__my-account::after, .account-menu-navigation .account-menu .menu-list li.menu-item__cart::after {
  font-family: "Arial", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  color: #fff;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translate(calc(-50% + 0.5rem), 0%);
  width: 1.125rem;
  height: 1.125rem;
  background-color: #E31E24;
  z-index: -1;
}
.account-menu-navigation .account-menu .menu-list li.menu-item__my-account::before {
  content: "\f007";
}
.account-menu-navigation .account-menu .menu-list li.menu-item__cart {
  position: relative;
}
.account-menu-navigation .account-menu .menu-list li.menu-item__cart::before {
  content: "\f07a";
}
.account-menu-navigation .account-menu .menu-list li.menu-item__cart .cart-count {
  font-family: "Arial", sans-serif;
  position: absolute;
  top: -7px;
  right: 0px;
  background-color: #e31e24;
  width: 1.125rem;
  height: 1.125rem;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 200;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aws-search-result {
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  overflow: hidden;
  border-color: #e6e6e6;
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-color: #e6e6e6;
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_item .aws_result_content {
  order: 1;
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_item .aws_result_content .aws_result_head {
  margin: 0;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #666666;
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_item .aws_result_content .aws_result_head .aws_result_title {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #666666;
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_item .aws_result_content .aws_result_head .aws_result_price {
  display: none;
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_item .aws_result_content .aws_result_term,
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_item .aws_result_content .aws_result_excerpt {
  display: none;
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_item .aws_result_image {
  order: 2;
}

.page-content {
  overflow-x: hidden;
  min-height: 500px;
}

section {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
@media screen and (min-width: 992px) {
  section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
section h2.section-title {
  text-align: center;
  margin-bottom: 2.125rem;
}
section.section .no-compare-products {
  margin-top: 100px !important;
}
section.section__welcome {
  background-color: #e8e8e8;
  padding: 0;
}
section.section__welcome .homepage-slider {
  height: 100%;
}
section.section__welcome .homepage-slider div {
  height: 100%;
}
section.section__welcome .homepage-slider div .slide {
  height: 100% !important;
  padding: 4rem 0 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 991px) {
  section.section__welcome .homepage-slider div .slide {
    padding: 6rem 0 4rem;
    background-size: cover;
  }
}
section.section__welcome .homepage-slider div .slide h2.title {
  font-size: 1.375rem;
  font-family: Arial;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 991px) {
  section.section__welcome .homepage-slider div .slide h2.title {
    font-size: 3.625rem;
    text-align: center;
  }
}
section.section__welcome .homepage-slider div .slide p {
  font-family: Arial;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #fff;
}
section.section__welcome .homepage-slider div .slide p strong {
  color: #fff;
}
@media screen and (min-width: 991px) {
  section.section__welcome .homepage-slider div .slide p {
    font-size: 1.5rem;
    text-align: center;
  }
}
section.section__welcome .homepage-slider div .slide img {
  width: 112px;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 991px) {
  section.section__welcome .homepage-slider div .slide img {
    width: 200px;
    margin: auto;
  }
}
section.section__welcome .homepage-slider div .slide a.get-more {
  margin: 3rem auto 0;
}
section.section__welcome .homepage-slider .slick-dots {
  bottom: 25px;
}
section.section__welcome .homepage-slider .slick-dots li button::before {
  background-color: #E31E24;
  content: "";
  border-radius: 50%;
}
section.section__experience {
  margin-top: 0;
}
@media screen and (min-width: 991px) {
  section.section__experience {
    background-color: #e8e8e8;
  }
}
section.section__experience .experience-features {
  display: flex;
  flex-direction: column;
  background-color: #e8e8e8;
  padding: 2rem 1rem;
  gap: 1rem;
}
@media screen and (min-width: 991px) {
  section.section__experience .experience-features {
    flex-direction: row;
  }
}
section.section__experience .experience-features ul.feature {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  section.section__experience .experience-features ul.feature {
    width: 33.3333333333%;
  }
}
section.section__experience .experience-features ul.feature:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 991px) {
  section.section__experience .experience-features ul.feature {
    margin-bottom: 0;
  }
}
section.section__experience .experience-features ul.feature li {
  list-style: none;
}
section.section__experience .experience-features ul.feature li .header {
  font-family: Arial;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1;
  text-align: center;
  color: #E31E24;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 991px) {
  section.section__experience .experience-features ul.feature li .header {
    font-size: 4.375rem;
  }
}
section.section__experience .experience-features ul.feature li .text {
  font-family: Arial;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-align: center;
}
section.section__main-categories .category-wrapper {
  width: calc(100% - 1.5rem);
  border: solid 1px #D7D7D7;
  width: 100%;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
section.section__main-categories .category-wrapper img {
  width: 5.125rem;
  object-fit: contain;
  margin-bottom: 2rem;
}
section.section__main-categories .category-wrapper h3 {
  font-family: Arial;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: -1%;
  text-align: center;
  color: #2D2D2D;
}
section.section__main-categories .category-wrapper p {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
section.section__new-products, section.section__bestsellers {
  margin-bottom: 0;
  padding-bottom: 3rem;
}
section.section__new-products h2.section-title, section.section__bestsellers h2.section-title {
  text-align: center;
  margin-bottom: 2.125rem;
}
section.section__new-products .products-slider, section.section__bestsellers .products-slider {
  padding: 0;
  height: 100%;
}
section.section__new-products .products-slider .slick-list, section.section__bestsellers .products-slider .slick-list {
  height: 100%;
  overflow: inherit;
}
section.section__new-products .products-slider .slick-list .slick-track, section.section__bestsellers .products-slider .slick-list .slick-track {
  height: 100%;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 0.5rem;
  width: 258px !important;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div {
  height: 100%;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item {
  width: 100%;
  max-width: unset;
  border: 1px solid #AFADB5;
  transition: 300ms;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  height: 100%;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .discount-badge, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .discount-badge {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(calc(-100% + 0.5rem), -0.5rem);
  width: 98px;
  height: 96px;
  background-image: url("../../../assets/badge.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .discount-badge .discount, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .discount-badge .discount {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(calc(-50% + 15px), calc(-50% - 15px)) rotate(45deg);
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-image, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-image {
  display: flex;
  justify-content: center;
  height: auto;
  padding-top: 1rem;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-image img, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-image img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-info-box, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-info-box {
  height: auto;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-info-box h3.product-name, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-info-box h3.product-name {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem 1rem 0;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-info-box .sale-price, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-info-box .sale-price {
  padding: 0 1rem;
  height: auto;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-info-box .sale-price span.woocommerce-Price-amount, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-info-box .sale-price span.woocommerce-Price-amount {
  display: flex;
  justify-content: center;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-info-box .sale-price span.woocommerce-Price-amount *, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-info-box .sale-price span.woocommerce-Price-amount * {
  font-family: Montserrat !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #007CB0 !important;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-info-box .price-details, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-info-box .price-details {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
  gap: 1rem;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-info-box .price-details span.regular-price .woocommerce-Price-amount *, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-info-box .price-details span.regular-price .woocommerce-Price-amount * {
  font-family: Arial;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: line-through;
  color: #E31E24;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-info-box .price-details span.lowest-price .iworks-omnibus, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-info-box .price-details span.lowest-price .iworks-omnibus {
  margin: 0;
  font-family: Arial;
  font-weight: 400;
  font-size: 0.5rem;
  line-height: 0.625rem;
  letter-spacing: 0.26px;
  vertical-align: middle;
  color: #666666;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons {
  height: auto;
  flex: auto;
  display: flex;
  align-items: flex-end;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button {
  flex: 1;
  padding: 0;
  margin: 0;
  font-family: Arial;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  transition: 300ms;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.product_type_simple, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.product_type_simple {
  background-color: #E31E24;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.product_type_simple::after, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.product_type_simple::after {
  content: "\f07a";
  font-family: "Fontawesome";
  margin-left: 0.5rem;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.product_type_simple:hover, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.product_type_simple:hover {
  background-color: #fff;
  color: #E31E24;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.br_compare_button, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.br_compare_button {
  background-color: #EEEEEE;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.br_compare_button i, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.br_compare_button i {
  display: none;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.br_compare_button::after, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.br_compare_button::after {
  content: "\f24e";
  font-family: "Fontawesome";
  margin-left: 0.5rem;
  color: #007CB0;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.br_compare_button .br_compare_button_text, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.br_compare_button .br_compare_button_text {
  color: #007CB0;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.br_compare_button:hover, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.br_compare_button:hover {
  background-color: #007CB0;
  color: #fff;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.br_compare_button:hover::after, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.br_compare_button:hover::after {
  color: #fff;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.br_compare_button:hover .br_compare_button_text, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .add_to_cart_button.br_compare_button:hover .br_compare_button_text {
  color: #fff;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .added_to_cart, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .added_to_cart {
  display: none;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .added, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .added {
  background-color: #007CB0 !important;
}
section.section__new-products .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .added:hover, section.section__bestsellers .products-slider .slick-list .slick-track .slick-slide div .product-item .product-buttons .added:hover {
  background-color: transparent !important;
}
section.section__new-products .products-slider .slick-arrow, section.section__bestsellers .products-slider .slick-arrow {
  background-color: rgba(227, 30, 36, 0.6);
  left: 50%;
  top: calc(100% - 3rem);
  transform: translate(-50%, 3rem);
  z-index: 111;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  transition: 300ms;
}
section.section__new-products .products-slider .slick-arrow::before, section.section__bestsellers .products-slider .slick-arrow::before {
  font-family: "Fontawesome";
}
section.section__new-products .products-slider .slick-arrow.slick-prev, section.section__bestsellers .products-slider .slick-arrow.slick-prev {
  transform: translate(calc(-50% - 2.5rem), 3rem);
}
section.section__new-products .products-slider .slick-arrow.slick-prev::before, section.section__bestsellers .products-slider .slick-arrow.slick-prev::before {
  content: "\f104";
}
section.section__new-products .products-slider .slick-arrow.slick-next, section.section__bestsellers .products-slider .slick-arrow.slick-next {
  transform: translate(calc(-50% + 2.5rem), 3rem);
}
section.section__new-products .products-slider .slick-arrow.slick-next::before, section.section__bestsellers .products-slider .slick-arrow.slick-next::before {
  content: "\f105";
}
section.section__new-products .products-slider .slick-arrow:hover, section.section__bestsellers .products-slider .slick-arrow:hover {
  background-color: #E31E24;
}
section.section__about {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 600px;
  padding-top: 3rem;
}
section.section__about .section__about__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  display: flex;
  align-items: flex-start;
}
section.section__about .container,
section.section__about .section-description {
  position: relative;
  z-index: 1;
}
section.section__about h2.section-title {
  font-family: Arial;
  font-weight: 700;
  font-size: 50px;
  line-height: 150%;
  letter-spacing: 0.2%;
  text-align: center;
  color: white;
  margin-bottom: 1rem;
}
section.section__about .get-more {
  margin: auto;
  font-size: 23.19px;
}
@media screen and (max-width: 990px) {
  section.section__about .get-more {
    padding: 1rem;
  }
}
section.section__newsletter .newsletter-wrapper h2.mailpoet-heading {
  font-family: Arial;
  font-weight: 700;
  font-size: 2rem !important;
  line-height: 1;
  letter-spacing: 0%;
  text-align: left !important;
  color: #fff;
}
@media screen and (min-width: 991px) {
  section.section__newsletter .newsletter-wrapper h2.mailpoet-heading {
    font-size: 3rem !important;
  }
}
section.section__newsletter .newsletter-wrapper p.mailpoet_form_paragraph {
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: left !important;
  color: #908F8F;
}
section.section__newsletter .newsletter-wrapper .mailpoet_paragraph input[type=email] {
  margin-top: 2.375rem !important;
}
section.section__newsletter .newsletter-wrapper .mailpoet_paragraph input[type=submit] {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.449375rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #E31E24 !important;
  padding: 0.5rem 3rem !important;
}
@media screen and (min-width: 991px) {
  section.section__newsletter .newsletter-wrapper .mailpoet_paragraph input[type=submit] {
    background-color: #007CB0 !important;
    width: fit-content !important;
  }
}
section.section__newsletter .newsletter-wrapper a {
  color: #E31E24;
  text-transform: uppercase;
  font-weight: 600;
}
section.section__newsletter img.img-fluid {
  height: 100%;
}

.cf7-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

footer {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
footer.site-footer {
  margin-top: 0rem;
  background-color: #333333;
}
@media screen and (max-width: 991px) {
  footer.site-footer {
    padding-bottom: 0;
  }
}
footer.site-footer .container h3 {
  font-family: Arial;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.35rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
}
footer.site-footer .container ul {
  margin-top: 2rem;
  padding: 0;
}
footer.site-footer .container ul li {
  font-family: Arial;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
  list-style: none;
}
footer.site-footer .container ul li a {
  color: #fff;
  transition: 300ms;
  font-weight: 700;
}
footer.site-footer .container ul li a:hover {
  color: #E31E24;
}
footer.site-footer .container p.copy {
  color: #fff;
  font-family: Arial;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0%;
  vertical-align: middle;
}
footer.site-footer .container p.copy strong {
  color: #fff;
}

.custom-product-categories-widget {
  background-color: #FCFCFC;
  padding: 1.5rem;
}
.custom-product-categories-widget__header {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #E31E24;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #E7E7E7;
}
.custom-product-categories-widget a.back-to-parent-category-button {
  background-color: #EEEEEE;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.75rem;
  color: #333;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  transition: 300ms;
}
.custom-product-categories-widget a.back-to-parent-category-button i {
  margin-right: 0.25rem;
  color: #333;
  font-size: 0.5rem;
}
.custom-product-categories-widget a.back-to-parent-category-button:hover {
  background-color: #007CB0;
  color: #fff;
}
.custom-product-categories-widget a.back-to-parent-category-button:hover i {
  color: #fff;
}
.custom-product-categories-widget a.active {
  background-color: #E31E24;
  color: #fff;
  padding: 0.5rem 0.75rem;
}
.custom-product-categories-widget ul li {
  list-style: none;
  transition: 300ms;
}
.custom-product-categories-widget ul li a {
  display: block;
  margin: 1rem 0;
  padding: 0;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  position: relative;
}
.custom-product-categories-widget ul li:hover a {
  color: #fff;
  z-index: 0;
}
.custom-product-categories-widget ul li:hover a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
  width: calc(100% + 2rem);
  height: calc(100% + 1rem);
  background-color: #E31E24;
  z-index: -1;
}
.custom-product-categories-widget ul.custom-product-categories li {
  position: relative;
}
.custom-product-categories-widget ul.custom-product-categories li .custom-product-subcategories {
  box-shadow: 7px 7px 25px 0px rgba(0, 0, 0, 0.2);
  padding: 1rem !important;
  margin-bottom: 1rem;
}
.custom-product-categories-widget ul.custom-product-categories li .custom-product-subcategories li a {
  padding: 0.5rem 0;
}
.custom-product-categories-widget ul.custom-product-categories li .custom-product-subcategories li a::before {
  display: none;
}
.custom-product-categories-widget ul.custom-product-categories li .custom-product-subcategories li .custom-product-subcategories {
  padding: 0.5rem 0 0.5rem 0.5rem !important;
  box-shadow: none;
}
.custom-product-categories-widget ul.custom-product-categories li .custom-product-subcategories li .custom-product-subcategories li:last-child {
  padding-bottom: 0;
}
.custom-product-categories-widget ul.custom-product-categories li .custom-product-subcategories li .custom-product-subcategories li a {
  padding: 0.5rem 0;
}
.custom-product-categories-widget ul.custom-product-categories li:hover > .custom-product-subcategories {
  display: block;
}
.custom-product-categories-widget ul.custom-product-categories li:hover > .custom-product-subcategories li {
  display: flex;
  flex-direction: column;
}
.custom-product-categories-widget ul.custom-product-categories li:hover > .custom-product-subcategories li a {
  color: #E31E24;
}
.custom-product-categories-widget ul.custom-product-categories li:hover > .custom-product-subcategories li .custom-product-subcategories {
  position: static;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.custom-product-categories-widget ul.custom-product-categories li:hover > .custom-product-subcategories li .custom-product-subcategories li a {
  color: #000;
}
.custom-product-categories-widget ul.custom-product-categories .custom-product-subcategories {
  position: absolute;
  top: -1rem;
  left: 100%;
  box-shadow: 7px 7px 25px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  list-style-type: none;
  margin: 0;
  width: calc(350% + 2rem);
  display: none;
  columns: 3;
  column-gap: 1rem;
  padding: 1rem !important;
  box-shadow: none;
  max-height: 400px;
  overflow-x: hidden;
}
.custom-product-categories-widget ul.custom-product-categories .custom-product-subcategories li {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 14px;
  color: #333;
}
.custom-product-categories-widget ul.custom-product-categories .custom-product-subcategories li a {
  font-family: Poppins;
  display: flex;
  height: 100%;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 3%;
  margin: 0;
  padding: 1rem 0;
}
.custom-product-categories-widget ul.custom-product-categories .custom-product-subcategories li .custom-product-subcategories {
  position: relative;
  display: none;
  flex-direction: column;
  max-height: unset;
}
.custom-product-categories-widget .close-filter {
  position: absolute;
  top: 1rem;
  right: -100%;
  width: 1rem;
  height: 1rem;
  border: none;
  background-color: transparent;
  z-index: 1111;
}
@media screen and (min-width: 992px) {
  .custom-product-categories-widget .close-filter {
    display: none;
  }
}
.custom-product-categories-widget .close-filter::before {
  content: "";
  width: 100%;
  height: 0.15rem;
  background-color: #111928;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.custom-product-categories-widget .close-filter::after {
  content: "";
  width: 100%;
  height: 0.15rem;
  background-color: #111928;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.custom-product-categories-widget .close-filter.show {
  display: flex;
  right: 1rem;
}

@media screen and (min-width: 991px) {
  #sidebar {
    flex: 1;
    order: 1;
    padding-right: 1rem;
  }
}
#sidebar ul {
  padding: 0;
}
#sidebar ul .widget {
  padding: 1rem;
  background-color: #FCFCFC;
  margin-bottom: 2rem;
}
#sidebar ul .widget h2.widget-title {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
}
#sidebar ul .widget .product-categories .product-categories__item {
  list-style: none;
  padding: 0;
  position: relative !important;
}
#sidebar ul .widget .product-categories .product-categories__item a {
  font-family: "Poppins";
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: 3%;
  color: #000000;
  padding: 1rem;
  border: none;
}
#sidebar ul .widget .product-categories .product-categories__item a:hover {
  color: #ffffff;
}
#sidebar ul .widget .product-categories .product-categories__item a:hover span.count {
  color: #ffffff;
}
#sidebar ul .widget .product-categories .product-categories__item a::before {
  background-color: #E31E24;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list {
  z-index: 111;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 {
  height: auto;
  min-height: auto;
  grid-template-columns: repeat(3, 1fr);
  box-shadow: 7px 7px 25px 0px rgba(0, 0, 0, 0.2);
  padding: 42px 20px calc(42px + 4rem);
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 .product-categories__item {
  background-color: transparent !important;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 .product-categories__item a {
  font-weight: 500;
  color: #E31E24;
  margin: 0;
  padding-bottom: 0.5rem;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 .product-categories__item.see_more {
  width: 100%;
  grid-column: 1/-1;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 .product-categories__item.see_more > a {
  color: #000000;
  margin-bottom: 0;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 .product-categories__item ul.product-categories__list--2 .product-categories__item {
  list-style: none;
  padding: 0.5rem;
  margin: 0;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 .product-categories__item ul.product-categories__list--2 .product-categories__item a.product-categories__link {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 3%;
  color: #000000;
  padding: 0;
  padding-left: 1rem;
}
#sidebar ul .widget .product-categories .product-categories__item .product-categories__list.product-categories__list--1 .product-categories__item ul.product-categories__list--2 .product-categories__item .product-categories__more {
  background-color: rgb(241, 241, 241);
  margin-top: 0.5rem;
  color: rgb(192, 192, 192);
}
#sidebar ul h3.berocket_ajax_group_filter_title {
  display: none;
}
#sidebar ul .berocket_single_filter_widget {
  background-color: #FCFCFC;
  padding: 1rem;
  margin: 0;
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter {
  margin: 0;
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_head h3 {
  color: #E31E24;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.125rem;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body {
  overflow: visible;
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body select {
  font-family: "Arial", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #111928;
  padding: 0.75rem;
  border: solid 1px #E5E7EB;
  border-radius: 0.25rem;
}
@media screen and (min-width: 992px) {
  #sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body select {
    font-size: 0.9375rem;
  }
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li {
  margin: 5px 0 !important;
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  border: 2px solid #CCCCCC;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input[type=checkbox]:checked {
  background-color: #007CB0;
  border-color: #007CB0;
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .bapf_val {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: 0%;
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .bapf_slidr_main {
  width: calc(100% - 20px);
  height: 8px;
  margin: auto;
  transform: translateX(-10px);
  background-color: #CCCCCC;
  order: 3;
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .bapf_slidr_main .ui-slider-range {
  background-color: #E31E24;
  height: 8px;
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .bapf_slidr_main .ui-slider-handle {
  background-color: #E31E24;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .bapf_from,
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .bapf_to {
  width: calc(50% - 0.5rem);
  padding: 0.25rem;
  text-align: center;
  border: solid 1px #CCCCCC;
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .bapf_from .bapf_val,
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .bapf_from .bapf_taprice,
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .bapf_to .bapf_val,
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .bapf_to .bapf_taprice {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .bapf_from .bapf_val,
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .bapf_to .bapf_val {
  margin-right: 0.25rem;
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .bapf_from {
  margin-left: 0;
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .bapf_to {
  margin-right: 0;
}
#sidebar ul .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_button {
  background-color: #000000;
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-radius: 0;
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.125rem;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}
#sidebar ul .contact-help-widget__header {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #E31E24;
  padding-bottom: 0.5rem;
}
#sidebar ul .contact-help-widget__subheader {
  font-family: Arial;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #444444;
  margin-bottom: 1.5rem;
}
#sidebar ul .contact-help-widget__phone {
  background-color: #000;
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  transition: 300ms;
}
#sidebar ul .contact-help-widget__phone i {
  color: #fff;
  margin-right: 0.5rem;
}
#sidebar ul .contact-help-widget__phone:hover {
  background-color: #E31E24;
}

.product-categories {
  position: relative;
  z-index: 1;
  font-size: 14px;
}

.product-categories,
.product-categories__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-categories__more {
  z-index: 1;
}

.product-categories__top {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  display: none;
}

@media (min-width: 960px) {
  .product-categories__top {
    display: block;
  }
}
.product-categories__top button {
  border: 0;
  padding: 0;
  background: 0 0;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

.product-categories__top button:focus,
.product-categories__top button:hover {
  outline: 0;
}

.product-categories__top span {
  font-weight: 300;
}

.product-categories__expand {
  border: 0;
  background: 0 0;
  padding: 0;
  height: 52px;
  z-index: 1;
  transform: translateX(-9px) rotate(90deg);
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s ease;
}

.product-categories__list--2 {
  padding-left: 1rem;
}

@media (min-width: 960px) {
  .product-categories__list--2 {
    padding-left: 0;
  }
}
.product-categories__list--1 {
  padding-left: 1rem;
}

@media (min-width: 960px) {
  .product-categories__list--1 {
    position: absolute;
    top: 0;
    left: 100%;
    width: 670px;
    background: #f9f9f9;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(min-content, max-content);
    min-height: 100%;
    grid-gap: 20px;
    padding: 2rem 2rem 3rem;
    display: grid;
    visibility: hidden;
  }
}
@media (min-width: 1200px) {
  .product-categories__list--1 {
    width: 850px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 960px) {
  .product-categories__list--1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200vw;
    height: 100%;
    background-color: #fff;
    z-index: -1;
  }
}
@media (min-width: 960px) {
  .product-categories__list--1 > li > a {
    font-weight: 700;
    color: #e30002;
    display: block;
    margin-bottom: 15px;
  }
}
.product-categories__list--1 ul {
  font-size: 0.875rem;
}

@media (min-width: 960px) {
  .product-categories__list--1 ul a {
    padding: 5px 0;
  }
}
@media (min-width: 960px) {
  .product-categories__list--1 ul li {
    margin-bottom: 3px;
  }
}
@media (min-width: 960px) {
  .product-categories__list--1 ul > li:last-child {
    margin-bottom: 0;
  }
}
.product-categories__item {
  position: relative;
}

@media (min-width: 960px) {
  .product-categories__item {
    position: static;
  }
}
.product-categories__item--hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  .product-categories__item--has-children > a {
    padding-right: 60px !important;
  }
}

.product-categories__item--has-children > ul {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .product-categories__item--has-children > ul {
    height: 0 !important;
    padding: 0 !important;
  }
}

.product-categories__item--has-children.active > ul {
  height: auto;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .product-categories__item--has-children.active > ul {
    height: auto !important;
    padding: 1rem !important;
  }
}

.product-categories__item--has-children.active > .product-categories__expand {
  transform: rotate(270deg);
}

@media (min-width: 960px) {
  .product-categories__item--has-children.active > .product-categories__expand {
    transform: translateX(-9px) rotate(270deg);
  }
}
.product-categories__expand {
  border: 0;
  background: 0 0;
  padding: 0;
  z-index: 1;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: 10px;
  transition: transform 0.3s ease;
  width: 35px;
  height: 35px;
  margin-left: 10px;
}

@media (min-width: 960px) {
  .product-categories__expand {
    display: none;
  }
}
.product-categories__expand img {
  width: 20px;
}

@media (min-width: 960px) {
  .product-categories__expand img {
    width: 30px;
  }
}
.product-categories li a {
  display: block;
  position: relative;
  z-index: 1;
  transition: color 0.1s 0.1s ease;
  font-size: 14px;
}

@media (max-width: 960px) {
  .product-categories li a {
    padding: 15px 10px;
  }
}
@media (max-width: 960px) {
  .product-categories .product-categories__item--has-children > a {
    padding: 15px 40px 15px 10px;
  }
}
.product-categories > li:last-child > a {
  border-bottom: none;
}

.product-categories > li > a {
  padding: 15px 10px;
  border-bottom: 1px solid #dedede;
}

.product-categories > li > a::before {
  content: "";
  background-color: #e30002;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform 0.3s ease;
  will-change: transform;
  transform-origin: left;
  transform: scaleX(0);
  display: none;
}

@media (min-width: 960px) {
  .product-categories > li > a::before {
    display: block;
  }
}
@media (min-width: 960px) {
  .product-categories > li:hover ul {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
}
@media (min-width: 960px) {
  .product-categories > li:hover > a {
    color: #fff;
  }
}
.product-categories > li:hover > a::before {
  transform: scaleX(1);
}

.product-categories > li li a:hover {
  text-decoration: underline;
}

@media (min-width: 960px) {
  .product-categories .product-categories__item--has-children > a {
    padding-right: 0;
  }
}

/*# sourceMappingURL=style.css.map */
