:root {
  --cc-btn-primary-bg: #55587c;
  --cc-btn-primary-hover-bg: #484b69;
}
#c-ttl {
  color: var(--cc-btn-primary-bg);
}
.c_darkmode {
  --cc-btn-primary-bg: #55587c;
  --cc-btn-primary-hover-bg: #6f7190;
}
/**/
.nav-fixed {
  width: 100%;
  padding-top: 80px;
}
.navbar.nav-centeredlogo {
  min-height: 100px;
}
.nav-centeredlogo .navbar-toggler {
  margin-top: 27px;
  margin-bottom: 27px;
}
.nav-centeredlogo .navbar-brand {
  /* top: 0; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}
/*
*   Editor css class
*/
.alignleft {
  float: left;
  padding: 0;
  margin: 0;
}
.alignright {
  float: right;
  padding: 0;
  margin: 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
blockquote {
  margin: 2rem 0 0 1rem;
  font-style: italic;
}
/* Fix billing field wrapper */
.woocommerce-input-wrapper {
  width: 100%;
}
/* Woocommerce product gallery slider width fix */
figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important;
}
/* Fix coupon code input width */
@media (min-width: 768px) {
  #coupon_code.input-text {
    width: 110px !important;
  }
}
/*
*   Footer widgets css
*/
footer .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* 
* Grotere container 
*/
@media (min-width: 1600px) {
  .container-bigger {
    max-width: 1520px;
  }
}
/* Maak WordPress afbeeldingen responsive */
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
/* Maak embed items responsive met deze class */
.indiv-embed .embed-responsive-item, .indiv-embed embed, .indiv-embed iframe, .indiv-embed object, .indiv-embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.indiv-embed .wp-block-embed__wrapper::before {
  display: block;
  content: "";
}
.indiv-embed .wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.indiv-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.857143%;
}
.indiv-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
.indiv-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
.indiv-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
.copyright-block {
  display: inline-block;
}
@media (max-width: 782px) {
  #wpadminbar {
    position: fixed;
  }
  .logged-in.admin-bar .fixed-top, .logged-in.admin-bar .offcanvas:not(.offcanvas-bottom).show, .logged-in.admin-bar .modal-dialog {
    top: 46px;
  }
  .logged-in.admin-bar .modal-fullscreen, .logged-in.admin-bar .modal-fullscreen-sm-down, .logged-in.admin-bar .modal-fullscreen-md-down, .logged-in.admin-bar .modal-fullscreen-lg-down, .logged-in.admin-bar .modal-fullscreen-xl-down, .logged-in.admin-bar .modal-fullscreen-xxl-down {
    height: calc(100% - 46px);
  }
}
@media (min-width: 783px) {
  .logged-in.admin-bar .fixed-top, .logged-in.admin-bar .offcanvas:not(.offcanvas-bottom).show, .logged-in.admin-bar .modal-dialog {
    top: 32px;
  }
  .logged-in.admin-bar .modal-fullscreen, .logged-in.admin-bar .modal-fullscreen-sm-down, .logged-in.admin-bar .modal-fullscreen-md-down, .logged-in.admin-bar .modal-fullscreen-lg-down, .logged-in.admin-bar .modal-fullscreen-xl-down, .logged-in.admin-bar .modal-fullscreen-xxl-down {
    height: calc(100% - 32px);
  }
}
#nav-main .menu-item:last-child .nav-link {
  padding-right: 0;
}
[class^="indivaos_fade"], [class*=" indivaos_fade"], [class^="indivaos_zoom"], [class*=" indivaos_zoom"] {
  opacity: 0;
}
.w-100.wp-block-image img {
  width: 100%;
}
/* Color Options
--------------------------------------------- */
.has-white-color {
  color: #fff;
}
.has-white-background-color {
  background-color: #fff;
}
.has-black-color {
  color: #000;
}
.has-black-background-color {
  background-color: #000;
}
.has-color1-color {
  color: #FFBC49;
}
.has-color1-background-color {
  background-color: #FFBC49;
}
.has-color2-color {
  color: #E2574C;
}
.has-color2-background-color {
  background-color: #E2574C;
}
body.woocommerce-page .alert.woocommerce-error, body.woocommerce-page .alert.woocommerce-info, body.woocommerce-page .alert.woocommerce-message {
  padding-left: 3.25rem;
}
body.woocommerce-page .alert::before {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translate(0, -50%);
}
body.woocommerce-page .woocommerce-cart-form .product-name a {
  text-decoration: none;
  color: #55587c;
}
body.woocommerce-page .woocommerce-cart-form .product-name a:hover {
  text-decoration: underline;
}
#offcanvas-cart .mini_cart_item .item-name a {
  text-decoration: none;
  color: #55587c;
}
#offcanvas-cart .mini_cart_item .item-name a:hover {
  text-decoration: underline;
}
#offcanvas-cart img {
  height: auto;
  max-width: 100%;
}
.woocommerce table.shop_table {
  border-width: 1px;
  border-style: solid;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-color: #eaeaea;
}
body.woocommerce-account .woocommerce table.shop_table {
  border-collapse: collapse;
}
.woocommerce table.shop_table th {
  padding: 0.8em;
  vertical-align: middle;
}
.woocommerce table.shop_table td {
  padding: 0.8em;
  vertical-align: middle;
  text-transform: capitalize;
  border-color: #eaeaea;
}
.woocommerce table.shop_table dl {
  margin: 10px 0 0;
}
.woocommerce table.shop_table dl p {
  margin: 0 0 8px;
}
.woocommerce table.shop_table thead {
  background-color: #f7f7f7;
}
.woocommerce table.shop_table thead th {
  color: #444;
  font-weight: 600;
}
.woocommerce table.shop_table .product-remove {
  text-align: center !important;
}
.woocommerce table.shop_table tfoot td {
  border-color: #eaeaea;
}
.woocommerce table.shop_table tfoot th {
  border-color: #eaeaea;
}
.woocommerce table.shop_table a.remove {
  display: inline-block;
  font-size: 18px;
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-weight: 400;
  color: #bbb;
  border: 1px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.woocommerce table.shop_table a.remove:hover {
  background-color: transparent;
  color: #333;
}
.woocommerce table.shop_table tbody th {
  border-color: #eaeaea;
}
.woocommerce .cart-collaterals {
  width: 100%;
}
.woocommerce .cart-collaterals .shipping_calculator::after {
  clear: both;
}
.woocommerce .cart-collaterals p {
  margin: 0 0 5px;
}
.woocommerce .cart-collaterals:after {
  content: " ";
  display: table;
  clear: both;
}
.woocommerce .cart-collaterals:before {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
  padding: 0 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
}
.woocommerce .cart-collaterals .shipping_calculator {
  width: 48%;
  clear: right;
  float: right;
}
.woocommerce .cart-collaterals .shipping_calculator:after {
  content: " ";
  display: table;
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator:before {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals .cart_totals {
  padding: 0 20px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  margin-bottom: 20px;
}
.woocommerce .cart-collaterals h2 {
  background-color: #f7f7f7;
  border-bottom: 1px solid;
  margin: 0 -20px 20px;
  padding: 0.8em 20px;
  font-size: 1.077em;
  font-weight: 600;
  color: #444;
  text-align: center;
  border-color: #eaeaea;
}
.woocommerce .cart-collaterals .products .product {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
  margin-bottom: 20px;
  border: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
  padding: 0.8em;
  vertical-align: top;
  line-height: 1.5em;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding: 0.8em;
  vertical-align: top;
  line-height: 1.5em;
  border-right-style: solid;
  border-right-width: 1px;
  width: 40%;
  font-weight: 600;
  color: #444;
  text-transform: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table select {
  width: 100%;
  min-height: 34px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
  padding-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
  padding-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total th {
  border-bottom: 1px solid;
  border-color: #eaeaea;
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
  border-bottom: 1px solid;
  border-color: #eaeaea;
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-button {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  margin-top: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-form {
  margin-top: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals .button[name="calc_shipping"] {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-color: #eaeaea;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-color: #eaeaea;
}
.woocommerce-cart table.cart img {
  width: auto;
  max-width: 60px;
}
.woocommerce .woocommerce-checkout h3 {
  font-size: 14px;
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-color: #eaeaea;
}
.woocommerce #order_review table.shop_table {
  margin: 0 0 40px;
  border: none;
}
.woocommerce #order_review table.shop_table th {
  border: none;
  padding: 16px 20px;
}
.woocommerce #order_review table.shop_table td {
  border: none;
  padding: 16px 20px;
  text-align: right;
}
.woocommerce #order_review table.shop_table tfoot td {
  font-weight: 600;
  color: #444;
  font-weight: normal;
}
.woocommerce #order_review table.shop_table tfoot th {
  font-weight: 600;
  color: #444;
}
.woocommerce #order_review table.shop_table thead th {
  font-size: 15px;
  letter-spacing: 1px;
  padding: 20px;
}
.woocommerce #order_review table.shop_table thead th.product-total {
  text-align: right;
}
.woocommerce #order_review table.shop_table tbody td {
  background-color: #fdfdfd;
}
.woocommerce #order_review table.shop_table tbody td.product-name {
  max-width: 376px;
  text-align: left;
}
.woocommerce #order_review table.shop_table label {
  display: contents;
}
.woocommerce #order_review table tfoot th {
  text-transform: capitalize;
}
.woocommerce-checkout-review-order-table tfoot th {
  background-color: #f7f7f7;
}
.woocommerce-MyAccount-content h2 {
  font-size: 14px;
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-color: #eaeaea;
}
.woocommerce .woocommerce-customer-details address {
  border: 1px solid #eaeaea;
}
.woocommerce-Address {
  border: 1px solid #eaeaea;
  padding: 1rem;
  margin-bottom: 1rem;
}
.woocommerce-Address h3 {
  font-size: 1.2rem;
}
.woocommerce .woocommerce-result-count {
  margin-bottom: 0;
}
:root {
  --cc-btn-primary-bg: #55587c;
  --cc-btn-primary-hover-bg: #484b69;
}
#c-ttl {
  color: var(--cc-btn-primary-bg);
}
.c_darkmode {
  --cc-btn-primary-bg: #55587c;
  --cc-btn-primary-hover-bg: #6f7190;
}
.block-editor-block-list__block.is-selected .breakpoint-spacer {
  background: rgba(0, 0, 0, 0.1);
}
.breakpoint-spacer {
  height: var(--height-default);
}
@media (min-width: 576px) {
  .breakpoint-spacer {
    height: var(--height-sm);
  }
}
@media (min-width: 768px) {
  .breakpoint-spacer {
    height: var(--height-md);
  }
}
@media (min-width: 992px) {
  .breakpoint-spacer {
    height: var(--height-lg);
  }
}
@media (min-width: 1200px) {
  .breakpoint-spacer {
    height: var(--height-xl);
  }
}
@media (min-width: 1400px) {
  .breakpoint-spacer {
    height: var(--height-xxl);
  }
}
html, body {
  height: 100%;
}
body {
  color: #1b1b1b;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  --bs-link-color: #1b1b1b;
  --bs-link-hover-color: #1b1b1b;
}
/**/
h2 {
  font-weight: 700;
  letter-spacing: 2px;
}
.term-description ul, .term-description p, .term-description h3 {
  font-size: 0.8rem;
}
.term-description h3 {
  font-weight: 700;
  letter-spacing: 2px;
}
.term-description h2 {
  font-size: 0.9rem;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  z-index: 100;
}
.my-float {
  margin-top: 16px;
}
/*
* Navigation css
*/
.pos {
  background-color: #ECF0F1;
}
.pos .items {
  display: flex;
  gap: 2.5rem;
  font-size: 12px;
}
.header-countdown {
  background-color: #46d268;
  color: #fff;
  font-weight: 700;
}
header .icon-nav {
  background-color: #55587c;
  color: #fff;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 10px;
  --bs-link-color: #fff;
  --bs-link-hover-color: #fff;
}
header .icon-nav .h-divider {
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
header .divider {
  background-color: #ECF0F1;
  height: 1px;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
header .mega-toggle-block {
  display: none !important;
}
header #mobile-menu-btn {
  border-radius: 10px;
}
#searchform .btn-search {
  --bs-btn-color: #000;
  --bs-btn-bg: #ECF0F1;
  --bs-btn-border-color: #ECF0F1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eff2f3;
  --bs-btn-hover-border-color: #eef2f2;
  --bs-btn-focus-shadow-rgb: 201, 204, 205;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f0f3f4;
  --bs-btn-active-border-color: #eef2f2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ECF0F1;
  --bs-btn-disabled-border-color: #ECF0F1;
  color: #818a8d;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#searchform .form-control {
  background-color: #ECF0F1;
  border-color: #ECF0F1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
}
footer .widget_nav_menu .menu-item a {
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
  text-decoration: none;
}
footer h5 {
  font-size: 14px;
  font-weight: 700;
}
footer .social-icon {
  font-size: 0.7em;
  --socialicon-background: rgba(255, 255, 255, 0);
  --socialicon-foreground: #fff;
}
footer .footer-copyright {
  font-size: 14px;
  letter-spacing: 2px;
}
.product-card {
  --bs-link-color: #fff;
  --bs-link-hover-color: #fff;
  position: relative;
  transition: transform 0.2s ease-in-out;
  box-shadow: 0px 3px 6px #00000029;
}
.product-card:hover {
  transform: scale(1.02);
}
.product-card .img-container img {
  object-fit: contain;
  height: 100%;
}
.product-card.product-type-variable .info .price {
  flex-direction: row;
  gap: 0.5rem;
  font-size: calc(1.285rem + 0.42vw);
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .product-card.product-type-variable .info .price {
    font-size: 1.6rem;
  }
}
.product-card .info {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card .info .name {
  font-size: 14px;
}
.product-card .info .price {
  font-size: calc(1.295rem + 0.54vw);
  color: #55587c;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .product-card .info .price {
    font-size: 1.7rem;
  }
}
.product-card .info .price del {
  font-size: 0.8em;
}
.product-card .info .price ins {
  color: #55587c;
}
.product-card .stock {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 12px;
}
.product-card .stock .yes {
  color: #46d268;
}
.product-card .stock .no {
  color: #f04f4f;
}
.product-card .sale-percentage {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 2;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #46d268;
  color: white;
  padding: 30px;
  font-size: 16px;
  font-weight: 600;
  transform: rotate(-12deg);
}
@media (max-width: 767.98px) {
  .product-card .sale-percentage {
    padding: 22px;
    left: -8px;
    top: -8px;
    font-size: 14px;
  }
}
#related-swiper .product-card {
  box-shadow: none;
}
#related-swiper .product-card:hover {
  transform: none;
}
#related-swiper .product-card .price {
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  #related-swiper .product-card .price {
    font-size: 1.6rem;
  }
}
#related-swiper .product-card a {
  font-size: 14px;
}
#related-swiper .product-card .stock {
  font-size: 10px;
}
.woocommerce-mini-cart__buttons .btn-primary {
  color: #55587c;
  background-color: #46d268;
}
.woocommerce-checkout-payment .btn-primary {
  color: #55587c;
  background-color: #c2edca;
}
.opisop {
  background-color: #dc5454 !important;
  color: #ffffff;
}
.product-like-card {
  border: 1px solid #55587c;
  --bs-link-color: #fff;
  --bs-link-hover-color: #fff;
  position: relative;
  transition: transform 0.2s ease-in-out;
  box-shadow: 0px 3px 6px #00000029;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-like-card:hover {
  transform: scale(1.02);
}
.product-like-card .img-container img {
  object-fit: cover;
  height: 100%;
}
.product-like-card .info {
  background-color: #55587c;
  color: #fff;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0px 0px;
  align-content: center;
  align-items: center;
}
.product-like-card.post .info {
  grid-template-areas: "Name" "Description";
}
.product-like-card.post .name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.product-like-card.category .info {
  grid-template-areas: "Name Link";
}
.product-like-card .name {
  grid-area: Name;
  font-size: 14px;
}
.product-like-card .link {
  grid-area: Link;
  align-self: center;
}
.product-like-card .description {
  grid-area: Description;
  font-size: 12px;
}
.h-line, body.single-product div.product .summary p.price::after, body.single-product div.product .summary form.cart::before, body.single-product div.product .summary .wc-pos::before {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #c3e0c6 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: left;
  display: block;
}
body.single-product div.product .woocommerce-product-gallery .flex-viewport {
  border: 2px solid #55587c;
}
body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  padding-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0.5rem;
}
body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  border: 2px solid #55587c;
  width: 100%;
}
body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  transition: opacity 0.1s ease-in-out;
}
body.single-product div.product p.price, body.single-product div.product span.price {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 6px;
  color: #55587c;
}
body.single-product div.product .summary .product_title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2.8px;
}
body.single-product div.product .summary p.price::after {
  content: "";
  margin-top: 1rem;
}
body.single-product div.product .summary .woocommerce-product-details__short-description {
  font-size: 14px;
}
body.single-product div.product .summary form.cart::before {
  content: "";
  margin-bottom: 1rem;
}
body.single-product div.product .summary form.cart, body.single-product div.product .summary .woocommerce-variation-add-to-cart.variations_button {
  flex-wrap: wrap;
}
body.single-product div.product .summary form.cart div.quantity, body.single-product div.product .summary .woocommerce-variation-add-to-cart.variations_button div.quantity {
  margin-bottom: 0.5rem;
}
body.single-product div.product .summary form.cart .btn, body.single-product div.product .summary .woocommerce-variation-add-to-cart.variations_button .btn {
  background-color: #46d268;
  margin-bottom: 0.5rem;
}
body.single-product div.product .summary form.cart #wl-wrapper.wl-button-wrap, body.single-product div.product .summary .woocommerce-variation-add-to-cart.variations_button #wl-wrapper.wl-button-wrap {
  padding: 0;
  margin-left: auto;
  float: none;
  text-align: right;
}
body.single-product div.product .summary form.cart #wl-wrapper.wl-button-wrap a, body.single-product div.product .summary .woocommerce-variation-add-to-cart.variations_button #wl-wrapper.wl-button-wrap a {
  float: none;
}
body.single-product div.product .summary .wc-pos {
  color: #55587c;
  font-size: 12px;
}
body.single-product div.product .summary .wc-pos::before {
  content: "";
  margin-bottom: 1rem;
}
body.single-product div.product .summary .product_meta {
  font-size: 12px;
}
body.single-product div.product .summary .product_meta > span {
  display: block;
}
body.single-product div.product .woocommerce-tabs .wc-tab {
  font-size: 14px;
}
body.single-product div.product .woocommerce-tabs .wc-tab h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.8px;
}
body.single-product div.product .woocommerce-tabs .wc-tab p {
  margin-bottom: 14px;
}
body.single-product div.product .woocommerce-tabs .nav-tabs {
  --bs-nav-tabs-link-active-bg: #55587c;
  --bs-nav-tabs-link-active-color: #fff;
  --bs-nav-tabs-link-active-border-color: #55587c #55587c #fff;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-border-color: #55587c;
}
body.single-product div.product .woocommerce-tabs .nav-tabs .nav-link {
  border-color: #55587c;
}
body.single-product div.product .woocommerce-tabs .tabs-content {
  border: 1px solid #55587c;
  border-top: none;
}
body.single-product div.product .related h2 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.8px;
  padding-bottom: 1rem;
}
body.single-product .slider-arrow {
  color: #dadcdd;
  width: 20px;
}
.offcanvas-filter .content {
  font-size: 14px;
}
.offcanvas-filter .filterdiv ul {
  padding-left: 0;
  padding-top: 0.2rem;
}
.offcanvas-filter .filterdiv ul li + li {
  margin-top: 0.25rem !important;
}
.offcanvas-filter .bapf_ckbox_smlchck input[type="checkbox"]:checked:after {
  border-color: #55587c;
}
.offcanvas-filter .bapf_head.bapf_colaps_togl h3 {
  border-bottom: 1px solid #55587c;
  font-size: 16px;
  padding-bottom: 3px;
  text-transform: uppercase;
}
.offcanvas-filter .bapf_srch h3 {
  font-size: 16px;
  padding-bottom: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.offcanvas-filter .bapf_slidr_main.ui-widget-content .ui-slider-range, .offcanvas-filter .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background: #55587c;
}
.offcanvas-filter .bapf_slidr_num.ui-slider-horizontal {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.offcanvas-filter .bapf_sfilter .bapf_clr_span.h2em, .offcanvas-filter .bapf_sfilter .bapf_img_span.h2em {
  border: 1px solid #55587c;
}
.offcanvas-filter .bapf_sfilter .bapf_body .mCSB_container > ul, .offcanvas-filter .bapf_sfilter .bapf_body > ul {
  padding-left: 0;
}
.offcanvas-filter .berocket_single_filter_widget_262 .bapf_head {
  display: none;
}
.offcanvas-filter .filterdiv + .filterdiv {
  margin-top: 2.5rem;
}
.offcanvas-filter .wapf-field-label {
  font-size: 1.2rem;
  font-weight: 700;
}
.brand-images-blocks {
  width: 100%;
  /* height: 100%; */
  height: 250px;
  border: 1px solid #ccc;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.brand-images-blocks:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.brand-images-blocks img {
  max-height: 125px;
  max-width: 125px;
  object-fit: contain;
}
.home-brands, .home-brands-2 {
  justify-content: center;
}
.home-brands .brand-images-blocks {
  height: 125px;
}
.home-brands .brand-images-blocks img {
  max-height: 75px;
  max-width: 75px;
  object-fit: contain;
}
.home-brands-2 .brand-images-blocks {
  height: 175px;
}
.home-brands-2 .brand-images-blocks img {
  max-height: 100px;
  max-width: 100px;
  object-fit: contain;
}
.product_meta .brand-images img {
  padding-top: 15px;
  max-height: 100px;
  max-width: 100px;
  object-fit: contain;
}
.js-excerpt:not(.excerpt-visible) {
  height: 3.5rem;
  overflow: hidden;
  position: relative;
}
.js-excerpt:not(.excerpt-visible):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, white 100%);
}
.wp-bootstrap-blocks-container .js-excerpt:not(.excerpt-visible) {
  height: 4.5rem;
}
.wp-bootstrap-blocks-container .js-excerpt:not(.excerpt-visible):after {
  height: 40px;
}
.js-excerpt.excerpt-visible {
  height: auto;
  overflow: auto;
}
body.archive.woocommerce main {
  padding-bottom: 1.5rem;
}
.social-icons-wrapper .social-icon {
  --socialicon-background: #55587c;
  --socialicon-foreground: #fff;
}
body.archive .the-wc-container {
  display: flex;
  flex-direction: column;
}
body.archive .the-wc-container .page-description {
  order: 10;
}
body .badge.sale {
  background-color: #46d268 !important;
}
body .woocommerce div.product p.price ins, body .woocommerce div.product span.price ins, body ins {
  color: #46d268 !important;
}
body h3.comment-reply-title {
  font-size: 1rem;
}
.breadcrumb {
  font-size: 14px;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb svg {
  color: #55587c;
}
.hide-y {
  overflow-y: hidden;
}
.modal-enormail {
  border-style: none;
  background-color: #c2edca;
  border-radius: 0;
}
.enormail-header {
  flex-direction: column;
  background-color: #55587c;
  color: white;
  border-radius: 0;
}
.enormail-fontsize {
  font-size: 75%;
}
.enormail-privacy {
  color: grey;
  font-size: 75%;
  margin: 0;
}
.enormail-privacy a {
  font-size: 100%;
  color: grey;
}
.enormail-hr {
  margin: 0.5rem 0;
}
.enormail-footer {
  padding-top: 0;
}
.enormail-button {
  width: 100%;
  background-color: #55587c;
  border-color: #55587c;
}
.enormail-button:hover {
  background-color: #4b4e73;
  border-color: #4b4e73;
}
.enormail-button:active {
  background-color: #4b4e73 !important;
  border-color: #4b4e73 !important;
}
.enormail-button:disabled {
  background-color: #4b4e73;
  border-color: #4b4e73;
}
.white {
  color: white;
}
.modal-confirm {
  align-items: center;
  background-color: #55587c;
  border-radius: 0;
}
.confirm-header {
  border-bottom: none;
}
.confirm-body {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.confirm-footer {
  border-top: none;
}
.modal-header .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
modal-header .loader {
  position: relative;
  left: 50%;
  margin-left: -12px;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 24px;
  height: 24px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.invisible {
  display: none;
}
.error-message {
  color: red;
  padding-bottom: 8px;
}
.woocommerce div.product .woo-custom-stock-status.in_stock_color {
  color: #46d268 !important;
  font-size: inherit;
}
.contact-container {
  padding-bottom: 5rem;
}
.contact-container h2 {
  font-size: 30px;
}
.contact-container p {
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .contact-container {
    padding-bottom: 10rem;
  }
  .contact-container h2 {
    font-size: 37.5px;
  }
  .contact-container p {
    font-size: 17.5px;
    line-height: 40px;
  }
}
.contact-container #landing-form {
  margin-top: 75px;
  background-color: #55587c;
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 0 25px 0 gray;
  color: #c4e0c6;
}
@media (min-width: 992px) {
  .contact-container #landing-form {
    padding: 70px 90px 30px 90px;
  }
}
.contact-container #landing-form input {
  margin-bottom: 20px;
  width: 100%;
  height: 75px;
  color: #c4e0c6;
  border-radius: 10px;
  border: #c4e0c6 2px solid;
  background-color: #55587c;
  padding: 10px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 2.5px;
}
.contact-container #landing-form input::placeholder {
  color: #c4e0c6;
}
.contact-container #landing-form input::placeholder {
  opacity: 0;
}
.contact-container #landing-form textarea {
  width: 100%;
  height: 100%;
  min-height: 250px;
  border-radius: 10px;
  color: #c4e0c6;
  border: #c4e0c6 2px solid;
  background-color: #55587c;
  padding: 10px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 2.5px;
  resize: none;
}
.contact-container #landing-form textarea::placeholder {
  color: #c4e0c6;
}
.contact-container #landing-form .btn {
  display: block;
  width: 100%;
  float: right;
  background-color: #c4e0c6;
  color: white;
  text-decoration: none;
  padding: 25px;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12.5px;
}
@media (min-width: 768px) {
  .contact-container #landing-form textarea {
    height: 18.5rem;
  }
}
@media (min-width: 992px) {
  .contact-container #landing-form input {
    font-size: 15px;
  }
  .contact-container #landing-form textarea {
    font-size: 15px;
  }
  .contact-container #landing-form .btn {
    font-size: 15px;
    width: 50%;
  }
}
#sticky-enormail {
  transform: rotate(90deg);
  position: fixed;
  bottom: 30%;
  left: -90px;
  z-index: 9999;
}
#sticky-enormail .btn-sale {
  padding: 20px;
  background-color: #46d268;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
}
#sticky-enormail .close-button {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #fff;
  color: #fff;
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 5px 0 black;
  opacity: 1;
}
.reward-points-div {
  background-color: #55b3a5;
  color: white;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
}
.progress-bar {
  margin-top: 1rem;
  height: 20px;
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-bottom: 20px;
}
.progress-bar-fill {
  height: 100%;
  background-color: #4caf50;
  border-radius: 10px;
  transition: width 0.5s ease-in-out;
}
.progress-bar-text {
  font-size: 14px;
  font-weight: bold;
  color: #4caf50;
  text-align: center;
  line-height: 20px;
  margin-top: -1rem;
}
.free-shipping-amount {
  display: flex;
  justify-content: flex-end;
  margin-top: -1.5rem;
}
@media (max-width: 450px) {
  .free-shipping-amount {
    display: none;
  }
}
