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

.container,
.container-fluid-xl {
  max-width: 1400px;
}

body {
  background-color: #ffffff;
}

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

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active {
  background-color: #ffffff;
  border-color: #ff3131;
  color: #ff3131;
}

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

.btn-outline-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #ff3131;
  border-color: #ff3131;
  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: #ff3131;
}

header .btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  border-color: #ff3131;
  background-color: #ff3131;
  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;
}
.box-normal .box-normal-link {
  font-family: "RubikBold";
  color: #ffffff !important;
  font-size: 16px;
  padding-top: 30px;
}

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

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

.ip-topbar {
  display: flex;
  width: 100%;
  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: 3px;
  font-family: "RubikRegular";
  font-size: 14px;
  margin-right: 6px;
}

#header-top-bar ul.nav.topbar-main.nav-dividers {
  display: inline-block;
}

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

@media only screen and (max-width: 450px) {
}
@media only screen and (max-width: 450px) {
}

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

img#shop-logo {
  height: 36px;
}

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 15px;
  background: #707070;
  color: #ffffff;
  border: none;
}

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

#search .search-wrapper .input-group {
  border: 2px 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;
}
.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 .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;
  }

  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.ip-headerFilterProperty-block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col.main-search-wrapper.nav-right {
    display: none;
  }

  .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;
  }
}
@media only screen and (max-width: 540px) {
  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: 0px;
  }

  .full-width-mega .nav-logo-wrapper {
    padding-left: 10px;
  }
}

header .navbar-nav > .nav-item > .nav-link {
  padding: 10px 1.5rem;
  font-family: "RubikRegular";
  color: #000000;
  font-size: 16px;
}

.navbar-expand-lg .navbar-nav {
  padding-bottom: 0px;
}

header .navbar-collapse {
  height: unset;
}
header {
  box-shadow: none;
}
@media only screen and (max-width: 450px) {
}
@media only screen and (max-width: 450px) {
}
.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;
}

.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(30px, 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: 8px 20px;
  border-radius: 6px;
  display: inline-block;
}

.ip-homebanner-content {
  flex: 0 0 50%;
  /* flex: 0 0 570px; */
  /* max-width: 570px; */
  order: 1;
  padding-top: 60px;
}

.ip-homebanner-block .slick-arrow {
  color: #989393;
  opacity: 1;
  background: #f7f7f7;
  padding: 4px 10px;
  border-radius: 4px;
  box-shadow: 0px 2px 6px #00000029;
  border: 1px solid #707070;
}

.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) {
  /* p.ip-homebanner-sheading {
        font-size: 20px;
    } */

  .ip-homebanner-content {
    padding-top: 25px;
  }
}

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

.ip-usps {
  display: flex;
  flex-wrap: wrap;
}

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

.ip-usp-content {
  background-color: #f2f2f2;
  padding: 10px 10px 10px 60px;
  position: relative;
  border-radius: 8px;
}

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: 16px;
}

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;
  }
}
@media only screen and (max-width: 350px) {
}
@media only screen and (max-width: 350px) {
}

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

.ip-productslider-title > span {
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: 32px;
  padding-left: 20px;
  padding-right: 20px;
  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;
}

.product-wrapper.product-wrapper-product .price_wrapper {
  font-family: "RubikSemiBold";
  color: #1e1e1e;
  font-size: 28px;
  margin-bottom: 0px;
}

.price_wrapper .price {
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: 32px;
  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) {
}
@media only screen and (max-width: 350px) {
}

p.ip-righttext-sheading {
  font-family: "RubikLight";
  color: #1e1e1e;
  font-size: 20px;
  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: 34px;
  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: 8px 20px;
  border-radius: 6px;
  display: inline-block;
}

.ip-righttext-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ip-textright-leftimage picture {
  display: block;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 350px) {
}
@media only screen and (max-width: 350px) {
}

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

.ip-supply-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.ip-supply-col {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}

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

p.ip-supply-general-heading {
  display: block;
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: 30px;
  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: 0px;
}

.ip-supply-content-white {
  background-color: #f2f2f2;
  padding: 15px 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: 60px 60px;
  display: flex;
  align-items: center;
}

p.ip-packing-heading {
  display: block;
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: 30px;
  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;
  }
}

.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;
}
@media only screen and (max-width: 350px) {
}
@media only screen and (max-width: 350px) {
}
@media only screen and (max-width: 350px) {
}
@media only screen and (max-width: 350px) {
}
.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;
}

/* ///////////////////////////////////////////////////Home Page CSS END /////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////Listing Page CSS START////////////////////////////////////////////////////// */
.listing-subcategory-slider-block {
  background: transparent linear-gradient(180deg, #7070704d 0%, #3838380a 100%)
    0% 0% no-repeat padding-box;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 50px;
}

p.listing-subcategory-slider-top-heading {
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: 32px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}

.listing-subcategory-slider-item-image {
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 20px;
}

img.listing-subcategory-img {
  width: 100%;
}

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

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

/* ///////////////////////////////////// */
.productlist-page-nav .displayoptions > .btn-group:not(.dropdown) {
  display: none;
}
.productlist-page-nav .displayoptions {
  order: 2;
  margin-left: auto;
}

#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: "RubikRegular";
  font-size: 14px;
  width: 100%;
  color: #2d2d2d;
  background: transparent;
  padding: 7px 15px;
  border-radius: 10px;
  border: 2px solid #2d2d2d;
}

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

.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: #2d2d2d;
  justify-content: left !important;
  font-family: "RubikRegular";
  font-weight: 500;
  font-size: 16px;
  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;
}

/* ///////////////////////////////////// */
/* ///////////////////////////////////// */
#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 .nav-panel > ul > li:before {
  content: "";
  display: inline-block;
  border: 2px solid #707070;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}
#sidepanel_left
  .box.box-normal.box-categories
  .nav-panel
  > ul
  > li.active::before {
  border: 2px solid #ff3131;
}
#sidepanel_left .box.box-normal.box-categories .nav-panel > ul > li {
  position: relative;
  padding-left: 18px;
  font-family: "RubikRegular";
  font-weight: 400;
  color: #1e1e1e;
}
#sidepanel_left
  ul
  li.nav-item
  > .snippets-categories-collapse
  > ul
  > li
  > .nav-link {
  padding-left: 16px;
  position: relative;
}
#sidepanel_left
  li.nav-item
  .snippets-categories-collapse
  > ul
  > li
  > .nav-link:before {
  content: " \203A";
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  color: #1e1e1e;
  position: absolute;
  left: 0;
  transform: translateY(0px);
}

#sidepanel_left
  ul
  ul
  li.nav-item
  > .snippets-categories-collapse
  > ul
  > li
  > .nav-link:before {
  content: "\0BB";
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  color: #1e1e1e;
  position: absolute;
  left: 0;
  top: 9px;
  transform: translateY(0px);
}

aside .nav-panel > .nav > .active > .nav-link > a {
  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: 12px;
}
#sidepanel_left .box a.filter-item i.far.snippets-filter-item-icon-right {
  color: #1e1e1e;
}

#sidepanel_left .box a.filter-item {
  font-family: "RubikRegular";
  font-size: 12px;
  color: #1e1e1e;
}

#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: 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-inner .productbox-title a.text-clamp-2 {
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  margin-top: 10px;
  display: block;
  min-height: 40px;
}

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

/* ///////////////////////////////////////////////Listing Page CSS END /////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////Detail Page CSS START////////////////////////////////////////////////////// */
.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;
  max-width: 130px;
}

#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-industry-usps {
  display: block;
  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: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

#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: 16px;
}

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;
}
/* ///////////////////////////////////////////////Detail Page CSS END /////////////////////////////////////////////////////// */

@media screen and (min-width: 992px) {
  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;
    transition: al1 0.3s ease;
  }
  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;
}
}
a.btn-skip-to {
    display: none;
}