@font-face {
  font-family: "RubikLight";
  src: url("./fonts/rubik/Rubik-Light.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RubikRegular";
  src: url("./fonts/rubik/Rubik-Regular.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RubikMedium";
  src: url("./fonts/rubik/Rubik-Medium.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RubikSemiBold";
  src: url("./fonts/rubik/Rubik-SemiBold.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RubikBold";
  src: url("./fonts/rubik/Rubik-Bold.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RubikExtraBold";
  src: url("./fonts/rubik/Rubik-ExtraBold.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RubikBlack";
  src: url("./fonts/rubik/Rubik-Black.ttf");
  font-style: normal;
  font-display: swap;
}
a.btn-skip-to {
  display: none !important;
}
.container,
.container-fluid-xl {
  max-width: 1400px;
}

body {
  background-color: #ffffff;
  font-family: "RubikRegular";
}

.btn-primary {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  color: #ffffff;
  border-radius: 6px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #1e1e1e;
  color: #1e1e1e !important;
}

.btn-outline-primary {
  background-color: #ffffff;
  border-color: #1e1e1e;
  color: #1e1e1e;
  border-radius: 6px;
}

.btn-outline-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  color: #ffffff;
}

.btn-secondary {
  background-color: #ff3131;
  border-color: #ff3131;
  color: #ffffff;
  border-radius: 6px;
}

.btn-secondary:hover {
  background-color: #ff3131;
  border-color: #ff3131;
  color: #ffffff;
}

header .btn-outline-primary {
  color: #1e1e1e;
}

header .btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  border-color: #1e1e1e;
  background-color: #1e1e1e;
  color: #ffffff;
}
#header-top-bar a:not(.dropdown-item):not(.btn):hover,
header a:not(.dropdown-item):not(.btn):hover {
  color: #ff3131;
}

#content-wrapper:not(.has-fluid) {
  padding-top: 0px;
}

#main-wrapper {
  .breadcrumb-container {
    .breadcrumb-wrapper {
      margin-bottom: 0px;
      margin-top: 0px;
      border-color: #ffffff;
      border-width: 3px 0;

      .col {
        #breadcrumb {
          .breadcrumb {
            .breadcrumb-item {
              .breadcrumb-link {
                color: #2b2b2b;
                font-weight: 400;
                font-size: 15px;
              }
            }

            .breadcrumb-item.active {
              .breadcrumb-link {
                color: #202020;
                font-weight: 700;
                font-size: 15px;
              }
            }
          }
        }
      }
    }
  }
}

#content-wrapper {
  .breadcrumb-container {
    .breadcrumb-wrapper {
      margin-bottom: 5px;
      margin-top: 5px;
      border-color: #ffffff;
      border-width: 3px 0;

      .col {
        #breadcrumb {
          .breadcrumb {
            .breadcrumb-item {
              .breadcrumb-link {
                color: #2b2b2b;
                font-weight: 400;
                font-size: 15px;
              }
            }

            .breadcrumb-item.active {
              .breadcrumb-link {
                color: #202020;
                font-weight: 700;
                font-size: 15px;
              }
            }
          }
        }
      }
    }
  }
}
/* //////////////////////////////////////////////////////// Footer CSS START /////////////////////////////////////////////////////// */

footer#footer {
  background-color: #1e1e1e;
  color: #ffffff;
}
.ip-footer-heading1 {
  display: block;
  font-family: "RubikLight";
  font-size: 24px;
}

.ip-footer-heading2 {
  display: block;
  font-family: "RubikSemiBold";
  font-size: 24px;
}
.ip-footer-logo {
  padding-top: 30px;
}
footer .box-normal .box-normal-link {
  font-family: "RubikBold";
  color: #ffffff !important;
  font-size: 16px;
  padding-top: 30px;
}

footer .box-normal .box-normal-link::after {
  display: none;
}

footer .box .collapse:not(.show) {
  display: block;
}
#footer .productlist-filter-headline,
#footer .productlist-filter-headline {
  font-family: "RubikBold";
  color: #ffffff !important;
  font-size: 16px;
  padding-top: 30px;
}
a.ip-footer-logo-link {
  display: inline-block;
  text-decoration: none;
}

img.ip-footer-logo-link-img {
  display: block;
  width: 100%;
  max-width: 230px;
}
#footer .nav-link {
  font-family: "RubikLight";
  color: #ffffff !important;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
}

div#footer-boxes > .col.col-sm-6.col-md-4.col-lg-3.col-12 {
  flex: 0 0 240px;
  max-width: 240px;
}

img.ip-footer-payment-logo-img {
  display: inline-block;
  width: 60px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.ip-footer-container.container {
  display: flex;
  flex-wrap: wrap;
}

.ip-footer-bottom-right {
  margin-left: auto;
}

span.ip-footer-bottom-copyright {
  font-family: "RubikMedium";
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
}

span.ip-footer-bottom-developer {
  font-family: "RubikMedium";
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  padding-left: 20px;
  display: none;
}

a.ip-company-link {
  text-decoration: none;
  width: 30px;
  display: inline-block;
  margin-left: 5px;
}

img.ip-company-logo {
  display: inline-block;
  max-width: 100%;
}

img.ip-social-img {
  text-decoration: none;
  width: 30px;
  display: inline-block;
}

a.ip-footer-social-link {
  display: inline-block;
  margin-left: 5px;
}

.ip-footer-bottom {
  border-top: 2px solid #ffffff;
  margin-top: 35px;
}
.ip-footer-container > div {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 450px) {
  .ip-footer-heading1 {
    font-size: 20px;
  }

  .ip-footer-heading2 {
    font-size: 20px;
  }

  .box-normal .box-normal-link {
    padding-top: 0px;
  }

  img.ip-footer-payment-logo-img {
    width: 40px;
  }

  .ip-footer-bottom-right {
    margin-left: unset;
  }

  /* .ip-footer-bottom-left {
    padding-bottom: 0px !important;
  } */

  span.ip-footer-bottom-developer {
    /* display: block; */
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
  }

  .ip-footer-bottom-right {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    text-align: center;
  }

  .ip-footer-bottom-left {
    text-align: center;
  }

  span.ip-footer-bottom-copyright {
    display: block;
    width: 100%;
    text-align: center;
  }

  .ip-footer-bottom-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* //////////////////////////////////////////////////////// Footer CSS END /////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// Header CSS START////////////////////////////////////////////////////// */
/* ////////////////////////////// Topbar CSS START */
div#header-top-bar {
  background-color: #1e1e1e;
  color: #ffffff;
  display: flex !important;
}

.ip-topbar {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}

ul.ip-topbar-ul {
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
  padding: 0px;
}

li.ip-topbar-li {
  display: inline-block;
  font-family: "RubikRegular";
  font-size: 12px;
  margin-right: 10px;
}

.ip-topbar-right {
  display: block;
  margin-left: auto;
}

a.ip-topbar-contact-number {
  display: inline-block;
  background-color: #ff3131;
  color: #fffffe !important;
  padding: 5px 15px;
  border-radius: 8px;
  font-family: "RubikRegular";
  font-size: 14px;
}

#header-top-bar .nav-dividers .nav-item {
  display: inline-block;
}

a.nav-link.nav-link-custom.dropdown-toggle {
  font-family: "RubikRegular";
  font-size: 14px;
  color: #ffffff !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
.ip-topbar-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
span.ip-topbar-li-svg {
  display: inline-block;
  transform: translateY(-1px);
  margin-right: 2px;
}

.ip-topbar-left,
.ip-topbar-right {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header-top-bar
  .nav-dividers
  .nav-item.language-dropdown
  a.nav-link.nav-link-custom.dropdown-toggle {
  background-color: #343434;
  padding: 5px 10px 5px 35px;
  border-radius: 5px;
  position: relative;
}
span.ip-header-langaugedropdown-svg {
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 3px;
}

/* ////////////////////////////// Topbar CSS END */

img#shop-logo {
  height: 30px;
}
.cart-icon-dropdown:not(.not-empty) .cart-icon-dropdown-icon {
  margin-right: 0;
}
li#search {
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 0px;
}
li#search .search-wrapper .input-group .input-group-append {
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
}

#search .search-wrapper button.btn.btn-secondary {
  padding: 5px 13px;
  background: #707070;
  color: #ffffff;
  border: none;
}

#search .search-wrapper input.form-control {
  border: none;
  padding: 5px 5px 5px 15px;
  height: 36px;
}

#search .search-wrapper .input-group {
  border: 1px solid #707070;
  border-radius: 8px;
  overflow: hidden;
}

.search-wrapper {
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 0px;
}
.search-form-wrapper-fixed .search-wrapper .input-group .input-group-append {
  position: absolute;
  top: 2px;
}

.search-form-wrapper-fixed .search-wrapper .input-group .twitter-typeahead {
  order: 1;
}
.search-form-wrapper-fixed .search-wrapper button.btn.btn-secondary {
  padding: 5px 10px;
  background: #ffffff;
  color: #8f8f8f;
  border: none;
}

.search-form-wrapper-fixed .search-wrapper input.form-control {
  border: none;
  padding: 5px 5px 5px 35px;
  height: 34px;
}

.search-form-wrapper-fixed .search-wrapper .input-group {
  border: 1px solid #8f8f8f;
  border-radius: 8px;
  overflow: hidden;
}

div#search {
  margin: 0px;
}

.col.ip-headerFilterProperty-block {
  padding-left: 0px;
}
form.ip-headerFilterProperty-form {
  display: flex;
  column-gap: 5px;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  padding-right: 1rem;
  padding-left: 1rem;
}
a.ip-headerFilterProperty-label {
  display: flex;
  text-decoration: none;
  background-color: #1e1e1e;
  color: #ffffff !important;
  font-family: "RubikRegular";
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 8px;
  align-items: center;
  cursor: default;
}
a.ip-headerFilterProperty-label > svg {
  margin-right: 5px;
}
.ip-headerFilterProperty-button {
  display: flex;
  text-decoration: none;
  background-color: #1e1e1e;
  color: #ffffff !important;
  font-family: "RubikRegular";
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 8px;
  align-items: center;
  border: 0;
}
.ip-headerFilterProperty-button:hover {
  background: #ff3131;
}
input.ip-headerFilterProperty-input {
  color: #535353;
  font-family: "RubikRegular";
  font-size: 12px;
  border-radius: 8px;
  border: 1px solid #707070;
  padding: 2px 10px;
  max-width: 100px;
}
.cart-icon-dropdown-icon .fa-sup {
    padding: 4px;
    line-height: 14px;
    left: 10px;
    min-width: 20px;
    height: 20px;
    text-align: center;
    font-family: 'RubikLight';
    font-style: normal;
}
.cart-icon-dropdown .cart-icon-dropdown-price {
  display: none;
}

header .nav-right .nav-link {
  padding-left: 7px;
  padding-right: 7px;
}
#shop-nav
  li.nav-item.dropdown.language-dropdown
  > a.nav-link.nav-link-custom.dropdown-toggle {
  color: #000000 !important;
  position: relative;
  padding-left: 30px !important;
  display: inline-block;
  padding-right: 5px !important;
  padding-top: 0px !important;
}

#shop-nav
  li.nav-item.dropdown.language-dropdown
  > a.nav-link.nav-link-custom.dropdown-toggle
  span.ip-header-langaugedropdown-svg {
  top: 0px;
  left: 5px;
}
@media only screen and (max-width: 1280px) {
  .col.ip-headerFilterProperty-block {
    order: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  form.ip-headerFilterProperty-form {
    border-left: none;
  }
  header .navbar {
    flex-wrap: wrap;
  }

  .col.main-search-wrapper.nav-right {
    order: 1;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .full-width-mega .nav-logo-wrapper {
    order: 3;
  }
}
@media only screen and (max-width: 1020px) {
  .col.main-search-wrapper.nav-right {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col.ip-headerFilterProperty-block {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media only screen and (max-width: 991.9px) {
  .col.main-search-wrapper.nav-right {
    display: none;
  }
  a.categories-recursive-link {
    display: flex ! IMPORTANT;
}
header .navbar-nav > .nav-item > .nav-link {
    padding: 10px 1rem;
}
  .listing-subcategory-slider-item {
    flex: 0 0 calc(33.333% - 30px + 30px / 3) !important;
    max-width: calc(33.333% - 30px + 30px / 3) !important;
  }
  .col.ip-headerFilterProperty-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
i#mobile-search-dropdown {
    font-size: 18px;
    vertical-align: middle;
}

  .full-width-mega .nav-logo-wrapper {
    order: 2;
  }

  .full-width-mega .nav-icons-wrapper {
    order: 3;
  }

  form.ip-headerFilterProperty-form {
    border-left: none;
    border-right: none;
  }
  .col.ip-headerFilterProperty-block {
    background-color: #f2f2f2;
    overflow-y: auto;
  }
  .ip-detail-gallery {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  .custom-badge {
    font-size: 10px !important;
  }
  
  .col.ip-headerFilterProperty-block {
    padding-inline: 1rem;
  }
  a.ip-headerFilterProperty-label,
  .ip-headerFilterProperty-button {
    font-size: 12px;
    padding-inline: 7px;
    line-height: 1;
  }
  a.ip-headerFilterProperty-label > svg {
    width: 12px;
  }
  input.ip-headerFilterProperty-input {
    max-width: 50px;
    padding-inline: 5px;
  }
  li.ip-topbar-li {
    display: flex;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 11px;
  }
  li.ip-topbar-li:last-child {
    margin-bottom: 0;
  }
  a.ip-topbar-contact-number {
    padding: 5px 10px;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 4px;
  }
  a.ip-topbar-contact-number svg,
  span.ip-topbar-li-svg svg {
    height: 13px;
  }

  li.nav-item.dropdown.language-dropdown
    > a.nav-link.nav-link-custom.dropdown-toggle:after {
    margin-left: 0px;
  }

  header #burger-menu {
    margin-right: 10px;
    color: #000000;
  }

  header #burger-menu > span {
    transform: translateY(5px);
    display: inline-block;
    color: #000000;
  }

  .full-width-mega .nav-icons-wrapper {
    padding-right: 1rem;
  }
  .cart-icon-dropdown > a.nav-link {
    padding-right: 0 !important;
  }
  .search-wrapper {
    padding-inline: 0;
  }

  .full-width-mega .nav-logo-wrapper {
    padding-left: 1rem;
  }
  #product-list .product-wrapper {
    padding-inline: 7px;
  }
  div#product-list {
    margin-inline: -7px;
  }
}

header .navbar-nav > .nav-item > .nav-link {
  padding: 10px 1.5rem;
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: 16px;
}
a.categories-recursive-link {
    display: flex ! IMPORTANT;
    color: #1e1e1e ! IMPORTANT;
}
strong.nav-mobile-heading, a.nav-offcanvas-title {
  color: #1e1e1e ! IMPORTANT;
}
.navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after {
    background: #1e1e1e;
}
.navbar-expand-lg .navbar-nav {
  padding-bottom: 0px;
}

header .navbar-collapse {
  height: unset;
}
header {
  box-shadow: none;
}

.menu-center-center.menu-multiple-rows-scroll {
  background-color: #f2f2f2;
  max-width: 100%;
}
.menu-center-center.menu-multiple-rows-scroll > nav.navbar {
  max-width: 1400px;
  margin: 0 auto;
}
/* //////////////////////////////////////////////////////// Header CSS END /////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////Home Page CSS START////////////////////////////////////////////////////// */
.ip-homebanner-block {
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.ip-homebanner-image {
  /* flex: 0 0 calc(100% - 570px); */
  flex: 0 0 50%;
  /* max-width: 570px; */
  margin: 0px;
  order: 2;
  display: flex;
  align-items: center;
}

.ip-homebanner-slider-item {
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

p.ip-homebanner-sheading {
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: clamp(24px, 3vw, 52px);
  line-height: 1.2;
  margin-bottom: 10px;
}

p.ip-homebanner-desc {
  font-family: "RubikRegular";
  color: #707070;
  font-size: 14px;
}

p.ip-homebanner-link > a {
  font-family: "RubikRegular";
  color: #ffffff;
  font-size: 14px;
  background-color: #ff3131;
  text-decoration: none;
  padding: 10px;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  max-width: 160px;
  text-align: center;
}
p.ip-homebanner-link > a:hover {
  background-color: #d82828;
}
.ip-homebanner-content {
  flex: 0 0 50%;
  /* flex: 0 0 570px; */
  /* max-width: 570px; */
  order: 1;
  padding-top: 60px;
}
.ip-homebanner-block .slick-slide {
  padding-inline: 0;
}
.ip-homebanner-block .slick-arrow {
  color: #707070;
  opacity: 1;
  background: #f7f7f7;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid #707070;
}
.ip-homebanner-block .slick-arrow:hover {
  color: #fff;
  background: #1e1e1e;
}
.ip-homebanner-block button.slick-next {
  right: 15px;
  top: unset;
  bottom: -40px;
  transform: none;
}
.ip-homebanner-block button.slick-prev {
  left: unset;
  right: 50px;
  top: unset;
  bottom: -40px;
  transform: none;
}

img.ip-homebanner-img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 900px) {
  .ip-homebanner-image,
  .ip-homebanner-content {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* p.ip-homebanner-sheading {
        font-size: 24px;
        line-height: 26px;
    } */
}
@media only screen and (max-width: 650px) {
  .ip-homebanner-image,
  .ip-homebanner-content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}
@media only screen and (max-width: 350px) {
  input.ip-headerFilterProperty-input, a.ip-headerFilterProperty-label, .ip-headerFilterProperty-button {
    font-size: 11px;
  }
  input.ip-headerFilterProperty-input {
    max-width: 40px;
  }
  a.ip-headerFilterProperty-label > svg {
    width: 10px;
  }
  /* p.ip-homebanner-sheading {
        font-size: 20px;
    } */

  .ip-homebanner-content {
    padding-top: 25px;
  }
}
.category-hover-slider-image-block {
  position: relative;
}
.category-hover-slider-image-block:after {
    content: '';
    padding-bottom: 100%;
    display: block;
}
img.category-hover-slider-item-image-1 {
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 100%;
}
.ip-usps-block {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ip-usps {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -15px;
}

.ip-usp {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.ip-usp-content {
  background-color: #f2f2f2;
  padding: 14px;
  position: relative;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

span.ip-usp-heading {
  font-family: "RubikSemiBold";
  color: #1e1e1e;
  display: block;
  font-size: 16px;
}

span.ip-usp-desc {
  font-family: "RubikRegular";
  color: #1e1e1e;
  display: block;
  font-size: 12px;
}

/* span.ip-usp-svg {
  position: absolute;
  left: 10px;
  top: 18px;
} */

.ip-usp:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 3px;
  background-color: #f2f2f2;
}

.ip-usp:last-child:after {
  display: none;
}

@media only screen and (max-width: 1230px) {
  .ip-usp {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
  }

  .ip-usp:nth-child(2):after {
    display: none;
  }
}
@media only screen and (max-width: 630px) {
  .ip-usp {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .ip-usp:after {
    display: none;
  }
}

.opc-product-slider {
  padding-left: 10px;
  padding-right: 10px;
}

.ip-productslider-title > span {
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: clamp(24px, 3vw, 32px);
  display: inline-block;
}
.product-wrapper.product-wrapper-product {
  height: auto !important;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left;
}

.product-wrapper.product-wrapper-product
  > .ip-productlist-item
  > a:nth-child(2) {
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  margin-top: 10px;
  display: block;
  min-height: 40px;
}

.price_wrapper .price {
  font-family: "RubikSemiBold";
  color: #1e1e1e;
  font-size: clamp(18px, 3vw, 28px);
  margin-bottom: 0px;
}
.price_wrapper span.vat_info {
  color: #3d3d3d;
  font-family: "RubikRegular";
  font-size: 12px;
}

.opc-product-slider .slick-arrow:after {
  font-size: 16px;
}

.opc-product-slider .slick-arrow {
  color: #c3c3c3;
  opacity: 1;
  background: #1e1e1e;
  padding: 5px 10px;
  border-radius: 3px;
}

.opc-product-slider button.slick-prev {
  left: unset;
  right: 50px;
  top: unset;
  bottom: -40px;
  transform: none;
}

.opc-product-slider button.slick-next {
  right: 15px;
  top: unset;
  bottom: -40px;
  transform: none;
}

.item-slider.productbox-image {
  background-color: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
}
.opc-product-slider.opc-ProductStream-slider {
  padding-bottom: 50px;
}
@media only screen and (max-width: 350px) {
}

p.ip-righttext-sheading {
  font-family: "RubikLight";
  color: #1e1e1e;
  font-size: clamp(18px, 3vw, 24px);
  margin-bottom: 5px;
}

p.ip-righttext-desc {
  font-family: "RubikLight";
  font-size: 14px;
  color: #707070;
  margin-bottom: 24px;
}

p.ip-righttext-heading {
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: clamp(26px, 3vw, 38px);
  margin-bottom: 5px;
}

p.ip-righttext-heading > span {
  color: #ff3131;
}

a.ip-red-button {
  font-family: "RubikRegular";
  color: #ffffff;
  font-size: 14px;
  background-color: #ff3131;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  width: 100%;
  min-width: 160px;
  max-width: fit-content;
  text-align: center;
}
a.ip-red-button:hover {
  background-color: #d82828;
}
.ip-righttext-block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ip-textright-leftimage {
  padding-inline: 0;
}
.ip-textright-leftimage picture {
  display: block;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}

.ip-supply-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ip-supply-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  justify-content: space-between;
}

.ip-supply-col {
  flex: 0 0 calc(50% - 25px + 25px / 2);
  max-width: calc(50% - 25px + 25px / 2);
}

img.ip-supply-img {
  display: block;
  width: 100%;
}

p.ip-supply-general-heading {
  display: block;
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 38px;
  max-width: 420px;
  margin-bottom: 10px;
  position: relative;
}

p.ip-supply-general-desc {
  font-family: "RubikRegular";
  color: #707070;
  font-size: 14px;
}

p.ip-supply-white-desc {
  font-family: "RubikRegular";
  color: #707070;
  font-size: 14px;
  margin: 0px;
}

p.ip-supply-white-heading {
  font-family: "RubikMedium";
  color: #1e1e1e;
  font-size: 20px;
  margin-bottom: 5px;
}

.ip-supply-content-white {
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.ip-supply-content-white:hover {
  background-color: #ff3131;
}

.ip-supply-content-white:hover p.ip-supply-white-heading {
  color: #ffffff;
}

.ip-supply-content-white:hover p.ip-supply-white-desc {
  color: #ffffff;
}

.ip-supply-content {
  padding-top: 20px;
}
p.ip-supply-white-heading > svg {
  margin-right: 5px;
  transform: translateY(-3px);
}

.ip-supply-content-white:hover p.ip-supply-white-heading > svg,
.ip-supply-content-white:hover p.ip-supply-white-heading > svg path {
  fill: #ffffff;
}
@media only screen and (max-width: 760px) {
  .ip-supply-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ip-supply-row {
    column-gap: 0px;
  }
}

.ip-packing-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ip-packing-row {
  display: flex;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  border-radius: 20px;
  overflow: hidden;
}

.ip-packing-col {
  flex: 0 0 50%;
  max-width: 50%;
}

.ip-packing-col:first-child {
  padding: 80px;
  display: flex;
  align-items: center;
}

p.ip-packing-heading {
  display: block;
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 38px;
  max-width: 520px;
  margin-bottom: 10px;
  position: relative;
}

p.ip-packing-sheading {
  font-family: "RubikRegular";
  color: #707070;
  font-size: 14px;
  margin-bottom: 30px;
}

.ip-packing-image {
  width: 100%;
  height: 100%;
}

img.ip-packing-img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .ip-packing-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  img.ip-packing-img {
    object-fit: none;
    width: 100%;
    border-radius: 30px;
  }

  .ip-packing-col:first-child {
    padding: 30px 20px;
    order: 2;
  }
  .ip-packing-col:last-child {
    order: 1;
  }
  .ip-packing-col {
    padding: 0px 20px;
  }
  .ip-packing-row {
    padding-top: 20px;
  }
  .listing-subcategory-slider {
    gap: 20px !important;
  }
  .listing-subcategory-slider-item {
    flex: 0 0 calc(50% - 20px + 20px / 2) !important;
    max-width: calc(50% - 20px + 20px / 2) !important;
  }
}

.ip-review-slider-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fa-comment-content {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 20px;
  display: block;
  width: 100%;
}

p.fa-comment-heading {
  font-family: "RubikBold";
  font-size: 20px;
  color: #2d2d2d;
  margin-bottom: 5px;
}

.fa-comment-image {
  display: block;
  width: 100%;
}

span.ip-golden-star {
  display: inline-block;
}

span.ip-golden-star:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="13.459" viewBox="0 0 14 13.459"><path id="star_7_" data-name="star (7)" d="M11.27,13.582,6.937,10.4,2.6,13.582,4.268,8.438-.063,5.274H5.284L6.937.122,8.591,5.274h5.346L9.607,8.438Z" transform="translate(0.063 -0.122)" fill="%23f9b54c"/></svg>');
  display: inline-block;
}

p.fa-comment-desc {
  font-family: "RubikRegular";
  font-size: 16px;
  color: #2d2d2d;
}

p.fa-comment-sheading {
  font-family: "RubikRegular";
  font-size: 14px;
  color: #707070;
  margin-bottom: 0px;
}

.ip-review-slider-row > .ip-productslider-title {
  padding-bottom: 20px;
}
.ip-review-slider-init button.slick-arrow {
  opacity: 1;
  background-color: transparent;
}

.ip-review-slider-init button.slick-arrow::after {
  font-size: 20px;
  color: #2d2d2d !important;
}
.ip-review-slider-init button.slick-prev.slick-arrow {
  left: -10px;
}

.ip-review-slider-init button.slick-next.slick-arrow {
  right: -10px;
}

.ip-faq-block {
  padding-top: 50px;
}
span.ipfaq-heading {
  display: block;
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: 25px;
  line-height: 25px;
  padding-bottom: 10px;
}

span.ipfaq-heading-bold {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #41886a;
  font-size: 25px;
  line-height: 25px;
}
.ipfaq-item {
  background-color: rgb(228 228 228 / 40%);
  color: #1e1e1e;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
  font-family: "RubikRegular";
  font-size: 14px;
}
p.ipfaq-title {
  font-family: "RubikRegular";
  font-size: 16px;
  color: #1e1e1e;
  margin-bottom: 0px;
  position: relative;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
.ipfaq-desc {
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: 14px;
  height: 0px;
  overflow: hidden;
  transition: 2s;
  opacity: 0;
}
p.ipfaq-title:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16.453" height="8.35" viewBox="0 0 16.453 8.35"><path id="Path_16" data-name="Path 16" d="M.969,16.453,0,15.485,6.779,8.706a.686.686,0,0,0,0-.97L.012.97.982,0,7.748,6.766a2.058,2.058,0,0,1,0,2.91Z" transform="translate(16.453) rotate(90)" fill="%232d2d2d"/></svg>');
  display: inline-block;
  position: absolute;
  right: 0;
  transform: rotate(180deg) translateY(3px);
  transition: 0.5s;
}

.ipfaq-item.ip-faq-open > .ipfaq-desc {
  height: unset;
  opacity: 1;
}

.ipfaq-item.ip-faq-open > p.ipfaq-title:after {
  transform: none;
}

.ipfaq-items {
  padding-bottom: 30px;
}

.ip-newsletter .input-group .input-group-append button.btn {
  width: 100%;
  max-width: 160px;
  padding-block: 9px;
}
.ip-newsletter .input-group .input-group-append button.btn:hover {
  background-color: #d82828;
}
/* ///////////////////////////////////////////////////Home Page CSS END /////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////Listing Page CSS START////////////////////////////////////////////////////// */
.listing-subcategory-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.listing-subcategory-slider-item {
  flex: 0 0 calc(25% - 30px + 30px / 4);
  max-width: calc(25% - 30px + 30px / 4);
}
.listing-subcategory-slider-block {
  /* background: transparent linear-gradient(180deg, rgb(112 112 112 / 6%) 0%, #3838380a 100%); */
  padding-top: 20px;
  margin-bottom: 50px;
}

p.listing-subcategory-slider-top-heading {
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: clamp(24px, 3vw, 32px);
  padding-bottom: 15px;
}

.listing-subcategory-slider-item-image {
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 20px;
  position: relative;
}
.listing-subcategory-slider-item-image:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
a.listing-subcategory-slider-item-link:hover img.listing-subcategory-img {
  transform: scale(1.05);
}
img.listing-subcategory-img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  transition: all 0.3s ease;
}

span.listing-subcategory-slider-item-title {
  display: block;
  font-family: "RubikRegular";
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  text-decoration: none;
  padding: 10px 5px;
  hyphens: auto;
}

a.listing-subcategory-slider-item-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.listing-subcategory-slider .slick-arrow {
  color: #c3c3c3;
  opacity: 1;
  background: #1e1e1e;
  padding: 5px 10px;
  border-radius: 3px;
}

.listing-subcategory-slider .slick-arrow:after {
  font-size: 24px;
}

.listing-subcategory-slider button.slick-prev {
  left: unset;
  right: 50px;
  top: unset;
  bottom: -40px;
  transform: none;
}

.listing-subcategory-slider button.slick-next {
  right: 15px;
  top: unset;
  bottom: -40px;
  transform: none;
}
.listing-subcategory-slider .slick-track {
  margin-left: 0;
}
.listing-subcategory-slider-block + div#content-wrapper {
  display: none;
}

/* ///////////////////////////////////// */
.productlist-page-nav .displayoptions > .btn-group:not(.dropdown) {
  display: none;
}
.productlist-page-nav .displayoptions {
  order: 2;
  margin-left: auto;
}
div#content-wrapper.is-item-list {
  padding-top: 20px;
}
#content-wrapper
  #content
  .row
  div
  #result-wrapper
  .productlist-page-nav
  .productlist-item-info {
  margin-left: 0px;
}
.productlist-page-nav
  .displayoptions
  > .btn-group
  button.btn.btn-outline-secondary.dropdown-toggle {
  font-family: "RubikLight";
  font-size: 14px;
  width: 100%;
  color: #1e1e1e;
  background: transparent;
  padding: 7px 15px;
  border-radius: 10px;
  font-weight: normal;
  border: 1px solid #1e1e1e;
}
.page-nav-filter-item {
  font-family: "RubikLight";
}

#content-wrapper
  #content
  .row
  div
  #result-wrapper
  .productlist-page-nav
  .productlist-item-info {
  color: #2d2d2d;
  font-weight: 400;
  font-size: 16px;
  font-family: "RubikRegular";
}

.snippets-filter-item-all {
  color: #2d2d2d;
  font-size: 16px;
  font-family: "RubikRegular";
}

.active-filters .btn-outline-secondary {
  color: #2d2d2d;
  font-size: 16px;
  font-family: "RubikRegular";
  border: 2px solid #2d2d2d;
  border-radius: 20px;
}

hr.productlist-page-nav-bottom {
  margin-bottom: 15px;
}

.col.filter-collapsible-control button#js-filters {
  border: 1px solid #2d2d2d;
  border-radius: 5px;
  color: #000000;
  background-color: transparent;
}

.col.filter-collapsible-control button#js-filters .text-primary {
  color: #000000 !important;
}

div#collapseFilter {
  position: relative;
}

#result-options > #collapseFilter:not(.show) {
  display: none;
}

#result-options > #collapseFilter {
  position: relative !important;
  color: #2d2d2d !important;
  z-index: unset !important;
  max-height: unset;
  height: auto !important;
  transform: none !important;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  margin-top: 5px;
  border-radius: 20px;
}

#result-options > #collapseFilter span#productlist-filter {
  color: #2d2d2d;
  font-size: 16px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0px;
  display: none;
}

#result-options > #collapseFilter li.snippets-filter-mobile-item > a {
  position: relative;
  background: #ffffff33;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #2d2d2d;
  justify-content: left !important;
  font-family: "RubikRegular";
  font-weight: 400;
  font-size: 14px;
  padding: 5px 5px !important;
  margin: 0px;
  border: 1px solid #1e1e1e;
  border-radius: 5px;
}

#result-options > #collapseFilter li.snippets-filter-mobile-item {
  border-bottom: none !important;
  color: #2d2d2d !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 5px;
}

#result-options > #collapseFilter a.filter-item {
  color: #2d2d2d !important;
}

#result-options > #collapseFilter li.snippets-filter-mobile-item > a::after {
  margin-left: auto !important;
  font-size: 15px !important;
}

.snippets-filter-mobile-item .snippets-filter-mobile-item-collapse {
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 10px;
}

.snippets-filter-mobile-item .snippets-filter-mobile-item-collapse a {
  color: #2d2d2d;
  font-family: "RubikRegular";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

.snippets-filter-mobile-item .snippets-filter-mobile-item-collapse a i.fa {
  color: #2d2d2d;
}

#result-options
  > #collapseFilter
  a.btn.min-w-sm.text-nowrap-util.btn-primary.btn-block {
  background-color: #2d2d2d;
  border: 2px solid #2d2d2d;
  border-radius: 30px;
  font-family: "RubikRegular";
  font-weight: 600;
  font-size: 14px;
  color: #ffffff !important;
  text-decoration: none;
  padding: 5px 30px 2px 30px;
  border-radius: 30px;
}

#result-options > #collapseFilter a.btn.no-caret.btn-outline-primary.btn-block {
  font-family: "RubikRegular";
  font-weight: 600;
  font-size: 14px;
  background-color: transparent;
  color: #2d2d2d;
  text-decoration: none;
  border: 2px solid #2d2d2d;
  padding: 5px 30px 2px 30px;
  border-radius: 30px;
}

#result-options > #collapseFilter .productlist-filter-footer {
  background: transparent;
  padding: 0px;
  box-shadow: none;
}

.snippets-filter-mobile-sorting .snippets-filter-mobile-sorting-link {
  position: relative;
  background: #ffffff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #1e1e1e;
  font-family: "RubikRegular";
  font-size: 14px;
  padding: 5px 5px !important;
  margin: 0px;
  border: 1px solid #1e1e1e;
  border-radius: 5px;
}

#result-options > #collapseFilter a.btn.btn-outline-secondary {
  color: #2d2d2d;
  border-color: #2d2d2d;
  font-size: 12px;
}

#result-options > #collapseFilter .active-filters {
  margin-top: 0px;
  margin-bottom: 0px;
}

#result-options > #collapseFilter a.snippets-filter-item-all {
  color: #2d2d2d;
  font-size: 14px;
  font-family: "RubikRegular";
}

li.snippets-filter-mobile-item .price-range-inputs .input-group input {
  background-color: transparent;
  color: #2d2d2d;
  border-color: #2d2d2d;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

li.snippets-filter-mobile-item
  .price-range-inputs
  .input-group
  .input-group-text {
  background: transparent;
  color: #2d2d2d;
  border-color: #2d2d2d;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-left: none !important;
}

.productlist-filter-accordion li:not(:last-child) {
  padding-bottom: 0px;
}

/* ///////////////////////////////////// */
/* ///////////////////////////////////// */

aside#sidepanel_left > h3 {
  font-size: 18px;
  font-family: "RubikSemiBold";
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
}
#sidepanel_left .box.box-normal.box-categories {
  margin-bottom: 0px;
}
#sidepanel_left .productlist-filter-headline {
  color: #1e1e1e;
  font-family: "RubikSemiBold";
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#sidepanel_left
  ul
  li.nav-item
  > .snippets-categories-collapse
  > ul
  > li
  > .nav-link
  a {
  color: #1e1e1e;
}
aside .nav-panel > .nav > .active > .nav-link {
  border: none;
}

.box-categories .dropdown .collapse {
  background: transparent;
}

#sidepanel_left .box.box-normal.box-categories .collapse:not(.show) {
  display: none !important;
}

#sidepanel_left .box.box-normal.box-categories .nav-panel > ul > li:before {
  content: "\f111";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 7px;
}
#sidepanel_left
  .box.box-normal.box-categories
  .nav-panel
  > ul
  > li.active::before,
#sidepanel_left
  li.nav-item
  .snippets-categories-collapse
  > ul
  > li.active
  > .nav-link:before {
  color: #ff3131;
  box-shadow: inset 0px 0px 0px 4px #ff3131;
  border-radius: 50px;
  line-height: 1;
}
#sidepanel_left .box.box-normal.box-categories .nav-panel > ul > li {
  position: relative;
  padding-left: 25px;
  font-family: "RubikLight";
  color: #1e1e1e;
  font-size: 16px;
}
#sidepanel_left
  ul
  li.nav-item
  > .snippets-categories-collapse
  > ul
  > li
  > .nav-link {
  padding-left: 20px;
  position: relative;
  color: #1e1e1e !important;
  font-weight: normal;
}
#sidepanel_left
  li.nav-item
  .snippets-categories-collapse
  > ul
  > li
  > .nav-link:before {
  content: " \f111";
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #1e1e1e;
  position: absolute;
  left: -5px;
  transform: translateY(0px);
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

#sidepanel_left
  ul
  ul
  li.nav-item
  > .snippets-categories-collapse
  > ul
  > li
  > .nav-link:before {
  content: "\f111";
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #1e1e1e;
  position: absolute;
  left: -5px;
  line-height: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  transform: translateY(0px);
}
#sidepanel_left .box.box-normal.box-categories .nav-panel > ul > li * {
  color: #1e1e1e;
  font-weight: normal;
}

aside .nav-panel > .nav > .active > .nav-link > a,
#sidepanel_left
  ul
  ul
  li.nav-item
  > .snippets-categories-collapse
  > ul
  > li.active
  > .nav-link:before {
  color: #ff3131;
}

aside .nav-panel > .nav > .active > .nav-link {
  padding-top: 5px;
  padding-bottom: 4px;
}

#sidepanel_left .box.box-normal.box-categories {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 8px !important;
  padding-bottom: 5px;
}
#sidepanel_left button.btn.btn-filter-box {
  color: #1e1e1e;
  font-family: "RubikRegular";
  font-size: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.box-link-wrapper i.snippets-filter-item-icon-right {
  color: #1e1e1e;
  font-size: 16px;
}
#sidepanel_left .box a.filter-item i.far.snippets-filter-item-icon-right {
  color: #1e1e1e;
}
#sidepanel_left
  .box
  a.filter-item
  i.far.snippets-filter-item-icon-right:before {
  content: "\f111";
}
#sidepanel_left .box a.filter-item {
  font-family: "RubikLight";
  font-size: 16px;
  color: #1e1e1e;
}
#sidepanel_left .box.box-normal.box-categories .productlist-filter-headline {
  display: none !important;
}
#sidepanel_left .box.box-normal.box-categories > .dropdown-toggle {
  display: flex;
  font-size: 18px;
  margin-bottom: 10px;
}
#sidepanel_left .box .price-range-inputs .input-group input {
  background-color: transparent;
  color: #1e1e1e;
  border-color: #1e1e1e;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

#sidepanel_left .box .price-range-inputs .input-group .input-group-text {
  background: transparent;
  color: #1e1e1e;
  border-color: #1e1e1e;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-left: none !important;
}

#sidepanel_left .noUi-horizontal .noUi-handle {
  background: #ff3131;
  box-shadow: 0px 0px 0px 5px rgba(255, 49, 49, 0.5);
}

#sidepanel_left .noUi-horizontal .noUi-connect {
  background: #ff3131;
}

.productlist-filter-accordion .noUi-horizontal .noUi-handle {
  background: #ff3131;
  box-shadow: 0px 0px 0px 5px rgba(255, 49, 49, 0.5);
}

.productlist-filter-accordion .noUi-horizontal .noUi-connect {
  background: #ff3131;
}

/* ///////////////////////////////////// */
#result-wrapper .title h1.h2 {
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 10px;
}

#result-wrapper .title h1.h2:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 130px;
  height: 5px;
  background-color: #ff3131;
  bottom: 0px;
  left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#result-wrapper .desc {
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: 16px;
  margin-bottom: 0px;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
}
.productlist-page-nav.productlist-page-nav-header-m {
  margin-top: 0px;
}
.productbox-title a.text-clamp-2 {
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.2;
  text-decoration: none;
  margin-top: 10px;
  min-height: 50px;
  hyphens: auto;
}

.productbox.productbox-hover:hover .productbox-inner::before {
  box-shadow: none;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.productbox-images.list-gallery {
  background-color: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
}

.productbox-inner a.rating {
  display: none;
}

#product-list .product-wrapper:not(:last-child),
#product-list .product-wrapper {
  margin-bottom: 20px;
  height: unset !important;
}

.productbox-show-variations .productbox-variations {
  display: none;
}

.productbox.productbox-hover .productbox-inner::before {
  display: none;
}

#product-list.layout-gallery
  .productbox-hover.productbox-show-variations.show-variation-collapse:hover {
  box-shadow: none;
  background-color: transparent;
}
.short-desc {
  display: none;
}
.min-quantity {
  font-size: 14px;
  color: #707070;
  font-family: "RubikMedium";
  margin-top: 20px;
}
.product-wrapper:hover .short-desc {
  display: block;
  min-height: 40px;
}
.product-wrapper:hover .min-quantity {
  display: none;
}
.short-desc p {
  margin: 0;
}
.product-wrapper:hover .productbox-title a {
  font-size: 16px;
}
.filter-item .badge {
  display: none;
}
.page-link {
  border: 1px solid #707070 !important;
  border-radius: 4px !important;
  font-weight: normal;
  font-size: 12px;
}
ul.pagination,
div#dropdown-menu-pagination-header {
  gap: 10px;
}
.page-item.active .page-link::after,
.page-item.active .page-text::after {
  content: unset;
}
li.page-item i.fas.fa-long-arrow-alt-right:before {
  content: "\f054";
}
li.page-item i.fas.fa-long-arrow-alt-left::before {
  content: "\f053";
}
.page-link:hover {
  background: #c5c5c5;
  color: #fff;
  border-color: #c5c5c5 !important;
}
.page-item.active .page-link {
  color: #fff;
  background: #ff3131;
  border-color: #ff3131 !important;
}

/* ///////////////////////////////////////////////Listing Page CSS END /////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////Detail Page CSS START////////////////////////////////////////////////////// */

div#dynamic-total-net {
    font-size: clamp(18px, 3vw, 20px);
}
div#dynamic-total-gross {
    font-size: clamp(26px, 3vw, 32px);
}
.price-group-net * {
    color: #828282 ! IMPORTANT;
}
.product-wrapper .price_wrapper .price_on_application {
    font-size: 16px;
    display: block;
    line-height: 1.3;
    font-family: 'RubikMedium';
    color: #1e1e1e;
}
.product-offer .price_wrapper > .price, .product-offer .price_wrapper .price-note {
    display: none;
}
#product-offer .product-info ul.info-essential > li:last-child {
    border-bottom: 0;
}
.alert.purchase-info.alert-info {
  display: none;
}

div#ip-bottom-lang-desc {
    padding-inline: 1rem;
}
.inner-container:has(.cusotm-content2) {
  padding: 0 !important;
  background: transparent;
}

.custom-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  z-index: 9;
}
.custom-badge {
  background: #fff;
  font-size: 12px;
  font-family: "RubikLight";
  border-radius: 4px;
  color: #707070;
}
.eco-badge {
  color: #23c23e;
}
.new-sizes-badge {
  color: #ff3131;
}
.desc-icon-card {
  display: flex;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #70707066;
  align-items: center;
  gap: 10px;
  height: 100%;
}
.desc-icon-card h5 {
  margin: 0;
  font-family: "RubikSemiBold";
}
.desc-icons-cards > .row {
  margin-inline: -5px;
}
.desc-icons-cards > .row > div {
  padding: 5px;
}
.desc-icon {
  background: #c2c2c2;
  border-radius: 6px;
  padding: 5px;
  line-height: 1;
}
.tab-navigation .nav-link:not(.active)::after {
  border-color: transparent;
}
div#tab-description .desc {
  border: 0;
}
#image_wrapper #gallery {
  margin-bottom: 1rem;
}
div#gallery_preview .slick-track {
  margin-left: 0;
}
div#gallery img {
  border-radius: 20px;
  width: 100%;
}
.carousel-thumbnails .slick-slide:not(.slick-active) {
  border-color: #7070704d;
}
.carousel-thumbnails .slick-slide,
.carousel-thumbnails .slick-slide img {
  border-radius: 4px;
}
.product-headline h1.product-title.h2 {
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: 28px;
}
#add-to-cart #quantity-grp {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7 !important;
}
.choose_quantity .unit {
  display: none;
}
.row.basket-form-inline {
    justify-content: space-between;
}
.row.basket-form-inline > .col:first-child {
  max-width: 200px;
}
#add-to-cart #quantity-grp input#quantity {
  background-color: transparent;
}
#add-to-cart button.btn.btn-primary {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  max-width: 190px;
  margin-left: auto;
}
.tab-navigation .nav-link {
  color: #000000;
  font-family: "RubikRegular";
  font-size: 18px;
  font-weight: 400;
  padding-top: 13px;
  padding-bottom: 13px;
}

.nav-tabs .nav-link.active {
  color: #000000;
  font-family: "RubikRegular";
  font-weight: 400;
  font-size: 18px;
}

.tab-navigation .nav-link::after {
  border-color: #000000;
  border: 2px solid #000000;
}

ul#product-tabs {
  border-bottom: 2px solid #dee2e6;
}

.ip-detail-industry:not(:has(.ip-industry-usps > *)) {
    display: none;
}
.ip-industry-usps {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
}

.ip-industry-usp {
  display: inline-block;
}

.ip-industry-usp-content {
  border-radius: 10px;
  padding: 10px 20px;
  position: relative;
  display: flex;
  align-items: center;
  min-width: 220px;
  border: 2px solid #f2f2f2;
  min-height: 65px;
}

span.ip-industry-heading {
  font-family: "RubikBold";
  color: #1e1e1e;
  display: inline-block;
  margin-left: 10px;
  max-width: 180px;
}
p.ip-industry-title {
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: 24px;
  margin-bottom: 10px;
}

#product-offer .product-info ul.info-essential > li {
  border-bottom: 2px solid #dee2e6;
  display: flex;
  font-family: "RubikRegular";
  color: #3d3d3d;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#product-offer .product-info ul.info-essential > li > strong {
  display: inline-block;
  margin-right: 10px;
  font-weight: unset;
}

#product-offer .product-info ul.info-essential > li > span {
  display: inline-block;
  margin-left: auto;
}

#product-offer .product-info ul.info-essential > li > a {
  display: inline-block;
  margin-left: auto;
  text-decoration: none;
}

#product-offer .product-info ul.info-essential {
  margin-top: 10px;
  margin-bottom: 15px;
}

#product-offer .product-info .shortdesc {
  color: #707070;
  font-family: "RubikRegular";
  font-size: 15px;
}

span.rating {
  color: #f9b54c;
}

#product-offer
  .product-info
  .stock-information
  .delivery-status
  .estimated-delivery {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #707070;
  font-size: 14px;
  border-radius: 8px;
}

#product-offer .product-info .stock-information .delivery-status span.status {
  font-family: "RubikRegular";
  font-weight: 900;
  font-size: 16px;
  border-radius: 8px;
}

#product-offer .product-info .stock-information {
  border: none;
}

#product-offer
  .product-info
  .stock-information.stock-information-p
  .col.question-on-item {
  flex: 0 0 100%;
  max-width: 100%;
}

#product-offer
  .product-info
  .stock-information.stock-information-p
  .col.question-on-item
  button.btn.btn-link.question {
  font-family: "RubikRegular";
  font-weight: 800;
  color: #000000;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#product-offer
  .product-info
  .stock-information.stock-information-p
  .col.question-on-item
  button.btn.btn-link.question
  span.fa.fa-question-circle {
  color: #000000;
}

.ip-detail-gallery {
  display: flex;
  flex-wrap: wrap;
}

.ip-detail-gallery-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px 10px;
  display: block;
  position: relative;
  padding-left: 30px;
}

span.ip-detail-gallery-svg {
  display: inline-block;
  position: absolute;
  left: 0;
}

p.ip-detail-gallery-title {
  color: #1e1e1e;
  font-family: "RubikBold";
  font-size: 16px;
  margin-bottom: 0px;
}

p.ip-detail-gallery-desc {
  font-family: "RubikLight";
  color: #707070;
  font-size: 14px;
}

@media only screen and (max-width: 500px) {
  .ip-detail-gallery-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ip-yourLogo-container {
  position: relative;
}

img.ip-yourlogo-img {
  position: absolute;
  right: 0;
  top: -50px;
  width: 390px;
  display: block;
}

.ip-yourLogo-content {
  background-color: #000000;
  padding: 30px 20px;
  border-radius: 20px;
  width: 80%;
}

p.ip-yourLogo-text {
  color: #ffffff;
  font-family: "RubikBold";
  font-size: 18px;
  max-width: 290px;
  z-index: +1;
  position: relative;
}

p.ip-yourLogo-link {
  margin-bottom: 0px;
  z-index: +1;
  position: relative;
}

p.ip-yourLogo-link > a {
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: 14px;
  background-color: #ffffff;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 6px;
  display: inline-block;
}

.ip-yourLogo-block {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 680px) {
  img.ip-yourlogo-img {
    position: relative;
    top: 0;
    left: 0;
    width: 80%;
    margin: 0 auto;
    max-width: 260px;
  }

  .ip-yourLogo-block {
    background-color: #000000;
    border-radius: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }

  .ip-yourLogo-content {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }

  p.ip-yourLogo-text {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

#product-offer .product-info .stock-information.stock-information-p {
  padding: 0px;
}

div#add-to-cart:before {
  content: "Menge";
  display: block;
  font-family: "RubikRegular";
  font-size: 12px;
  padding-bottom: 5px;
  color: #3d3d3d;
}
.variations dt {
  font-family: "RubikBold";
  color: #000000;
  font-size: 16px;
}

.variation-wrapper .bootstrap-select.custom-select button.dropdown-toggle {
  border-radius: 5px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #000000;
}
.inner-container {
  background: #f7f7f7;
  border-radius: 20px;
  max-width: 1134px;
  margin: 60px auto;
  padding: 60px;
}
.cusotm-content1 h2,
.img-text-row h2,
.detail-newsletter h2 {
  font-size: clamp(20px, 3vw, 26px);
  margin-bottom: 30px;
}
.cusotm-content1 p {
  max-width: 550px;
  margin: 0 auto 30px;
}
.img-text-row {
  margin-bottom: 60px;
  align-items: center;
}
.img-text-row p,
.cusotm-content1 p {
  color: #707070;
  font-size: 16px;
}
.cusotm-content1 button {
  background: #1e1e1e;
  font-weight: normal;
  border: 0;
  padding: 12px;
  width: 100%;
  max-width: 170px;
  text-align: center;
  font-size: 14px;
  color: #fff !important;
  margin-bottom: 60px;
}
.cusotm-content1 button:hover {
  background: #ff3131;
}
.img-text-row img {
  border-radius: 20px;
}
.inner-container2 {
  max-width: 1134px;
  margin: auto;
}
.detail-newsletter input#newsletter_email {
  border-radius: 6px;
}
.detail-newsletter .newsletter-email-wrapper .input-group {
  gap: 10px;
  flex-wrap: wrap;
}
.detail-newsletter button {
  border-radius: 6px !important;
  background: #1e1e1e;
  border-color: #1e1e1e;
  font-weight: normal;
}
.inner-wrapper {
  max-width: 580px;
  margin: auto;
  text-align: center;
}
.form-check-box input {
  width: auto;
  height: auto;
  margin-top: 3px;
}
.form-check-box {
  display: flex;
  align-items: flex-start;
  color: #777;
}
@media screen and (min-width: 768px) {
  .text-col {
    margin: auto;
    max-width: 465px;
  }
  .img-text-row1 .img-col {
    margin-right: 0 !important;
  }
  .img-text-row2 .img-col {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .productlist-filter#collapseFilter .productlist-filter-wrapper {
    padding-inline: 0;
}
  .img-text-2 {
    flex-direction: column-reverse;
  }
  .detail-newsletter .newsletter-email-wrapper .input-group > * {
    flex: 0 0 100%;
  }
  .inner-container {
    padding: 30px !important;
  }
  .min-quantity {
    margin-top: 0;
    font-size: 12px;
  }
  .productbox-title a.text-clamp-2 {
    min-height: 35px;
  }
}
/* ///////////////////////////////////////////////Detail Page CSS END /////////////////////////////////////////////////////// */

@media screen and (min-width: 992px) {
  ul#shop-nav > li#search {
    display: none;
} 
  header .submenu-headline-image {
    width: 50px;
    margin: 0;
  }
  div#mainNavigation .nav-scrollbar-item > .dropdown-menu {
    max-width: 1364px;
    transform: translateX(-50%);
    left: 50%;
    border: 1px solid #ff3131;
    border-radius: 12px !important;
    max-height: unset !important;
  }
  .container.subcategory-wrapper {
    padding-inline: 50px;
  }
  div#mainNavigation a.categories-recursive-link.submenu-headline-toplevel {
    border: 1px solid #70707066;
    padding: 6px !important;
    border-radius: 8px;
    font-size: 14px;
    font-family: "RubikRegular";
    display: flex !important;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
    transition: al1 0.3s ease;
    height: -webkit-fill-available;
  }
  div#mainNavigation
    a.categories-recursive-link.submenu-headline-toplevel:after {
    content: "\f061" !important;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 14px;
    color: var(--primary);
    font-weight: bold;
    opacity: 0;
  }
  div#mainNavigation
    a.categories-recursive-link.submenu-headline-toplevel:hover:after {
    opacity: 1;
  }
  div#mainNavigation .nav-scrollbar-item > a:before {
    content: unset;
  }
  div#mainNavigation .nav-scrollbar-item > a:hover {
    color: var(--primary);
  }
  header .subcategory-wrapper .categories-recursive-dropdown {
    display: none;
  }
  .container.subcategory-wrapper .nav-item-lg-m.nav-item {
    margin: 0 !important;
    padding-inline: 15px;
  }
  /* .ip-homebanner-block:before {
    content: "";
    background: linear-gradient(90deg, #707070 0%, #38383800 100%);
    height: 60%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    opacity: 0.06;
    max-width: 50%;
  } */
}

@media only screen and (max-width: 766px) {
  .ip-detail-gallery {
    display: none;
  }
}

.ip-bulk-prices-detail th {
  background-color: #e8e8e8;
  border-top: none;
  padding: 10px 20px;
  padding: 13px 20px;
  font-family: "RubikRegular";
  color: #3d3d3d;
  font-size: 12px;
  font-weight: unset;
}

.ip-bulk-prices-detail th:first-child {
  border-top-left-radius: 16px;
}
.ip-bulk-prices-detail th:last-child {
  border-top-right-radius: 16px;
}

.ip-bulk-prices-detail tbody tr {
  border-bottom: 2px solid #e8e8e8;
  cursor: pointer;
}

.ip-bulk-prices-detail tbody tr td {
  padding: 10px 20px;
  color: #3d3d3d;
  font-size: 14px;
  font-family: "RubikRegular";
}
.bulk-prices tbody tr.active {
  background-color: #FF313166;
}
.ip-bulk-prices-detail .table-hover tbody tr:hover {
  background-color: #f3f2f2;
}
.ip-bulk-prices-detail tbody tr td:first-child {
  border-right: 1px solid #ebebeb;
}

.ip-custom-cross-sellings-label {
  font-family: "RubikRegular";
  font-size: 26px;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.ip-custom-cross-selling-item {
  display: block;
  border: 1px solid #70707066;
  border-radius: 8px;
  width: calc(50% + 180px);
  margin-bottom: 12px;
  padding: 10px;
}

a.ip-custom-cross-selling-btn-link {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  margin-left: auto;
  color: #ffffff;
  display: block;
  text-decoration: none;
  text-align: center;
  font-family: "RubikRegular";
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 6px;
}

.ip-custom-cross-selling-item-img {
  flex: 0 0 70px;
  max-width: 70px;
}

.ip-custom-cross-selling-item-content {
  display: flex;
  flex-wrap: nowrap;
}

.ip-custom-cross-selling-item-img > img.product-image {
  cursor: pointer !important;
  border-radius: 8px;
}

.ip-custom-cross-selling-item-btn {
  flex: 0 0 90px;
  padding-left: 10px;
  padding-right: 0px;
}

.ip-custom-cross-selling-item-title {
  flex: 0 0 calc(100% - 170px);
  max-width: calc(100% - 170px);
  padding-left: 10px;
  padding-right: 5px;
}

.ip-custom-cross-selling-item-title > a {
  display: block;
  color: #1e1e1e;
  text-decoration: none;
  font-size: clamp(14px, 2vw, 18px);
  font-family: "RubikBold";
  line-height: 20px;
}

.ip-custom-cross-selling-item-content > div {
  display: flex;
  align-items: center;
}

.custom-cross-selling-block {
  display: block;
  margin-top: 30px;
}
.cart-items-body ul, .checkout-items-item ul {
    display: none;
}
.basket_wrapper {
    margin-bottom: 20px;
}
.is-checkout header, .is-checkout .navbar {
  height: auto;
}
.secure-checkout-topbar {
    display: none !important;
}
.ip-newsletter-image {
  position: relative;
}
button#kf-reset {
    border-radius: 8px;
}
form#kartonfinderAjaxForm {
    border: 0;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
}
div#box-results .alert {
    text-align: center;
}
.prod-img img {
  width: 100%;
  border-radius: 10px;
}

@media only screen and (max-width: 577px) {
  .ip-custom-cross-selling-item {
    width: 100%;
  }

  .ip-custom-cross-selling-item-title > a {
    word-break: break-all;
  }

  .ip-custom-cross-selling-item {
    padding-right: 0px;
    padding-left: 5px;
  }
  .row.basket-form-inline > .col:first-child {
    max-width: unset;
  }

  .row.basket-form-inline > .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 360px) {
  #shop-nav .nav-link {
    padding-inline: 7px;
}
}
.hide-navbar.menu-search-position-right {
    display: block ! IMPORTANT;
}
li.nav-home-button {
    display: none ! IMPORTANT;
}