* {
  box-shadow: none !important;
}

body {
  color: #060c0a;
  font-family: "Open Sans", sans-serif;
}

body, #header a, #header, p, #header .header-top a[data-depth="0"] {
  color: #060c0a;
}

#wrapper {
  padding-top: 0;
  background-color: #fff;
}

.container {
  width: 1300px;
  max-width: 100%;
}

.top-info-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: linear-gradient(to bottom, #ff0300, #ff5800);
}
@media (max-width: 1200px) {
  .top-info-section {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.top-info-section .top-info {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .top-info-section .top-info {
    font-size: 14px;
  }
}
.top-info-section .top-info p {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .top-info-section .top-info p {
    font-size: 14px;
  }
}
.top-info-section .top-info p {
  margin: 0;
}

#header .header-nav {
  border-bottom: none;
  max-height: none;
  padding: 0;
}

#header .header-top .container, #header .header-nav .container {
  width: 1850px;
  max-width: 100%;
}

.top-banners-section {
  display: block;
  align-items: center;
  white-space: nowrap;
  max-width: 70%;
  overflow-x: auto;
  overflow-y: clip;
}
@media (max-width: 767px) {
  .top-banners-section {
    max-width: 100%;
  }
}
.top-banners-section .top-banner {
  display: inline-flex;
  margin-right: 16px;
  align-items: center;
  gap: 8px;
  white-space: normal;
}
@media (max-width: 1200px) {
  .top-banners-section .top-banner {
    gap: 4px;
    margin-right: 16px;
  }
  .top-banners-section .top-banner:last-of-type {
    margin-right: 0;
  }
}
.top-banners-section .top-banner .top-banner-image {
  width: 16px;
}
@media (max-width: 1200px) {
  .top-banners-section .top-banner .top-banner-image {
    width: 16px;
  }
}
.top-banners-section .top-banner .top-banner-title {
  font-size: 14px;
  margin: 0;
  color: #060c0a;
  font-weight: bold;
}

#header .header-nav .right-nav {
  border-top: 1px solid #d4d4d4;
}

#header .display-nav-1 {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  #header .display-nav-1 {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #header .display-nav-2 {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .header-contact-section {
    display: none;
  }
}
.header-contact-section a {
  color: #ff4000 !important;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.header-contact-section a:first-of-type {
  margin-right: 6px;
  padding-right: 8px;
  border-right: 1px solid #ff4000;
}

.display-nav-1-right #currency-selector-label {
  font-size: 14px;
}
.display-nav-1-right #currency-selector-label * {
  font-size: 14px;
}

#header .header-nav .right-nav .display-nav-2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 16px;
  padding-bottom: 16px;
}
#header .header-nav .right-nav .display-nav-2-buttons {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
}
@media (max-width: 1350px) {
  #header .header-nav .right-nav .display-nav-2-buttons {
    gap: 24px;
  }
}
@media (max-width: 1200px) {
  #header .header-nav .right-nav .display-nav-2-buttons {
    gap: 16px;
  }
}

#header .header-top {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 1200px) {
  #header .header-top {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  #header .header-top {
    padding: 0;
  }
}

#header .header-top .menu {
  padding: 0;
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#header .menu > ul > li a {
  position: relative;
}
#header .menu > ul > li a::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 1px);
  right: 0;
  height: 12px;
  width: 1px;
  background-color: #060c0a;
  transform: translateY(-50%);
}
#header .menu > ul > li:last-of-type a::after {
  display: none;
}

#header .menu .popover a::after {
  display: none !important;
}

#header .header-top #_desktop_top_menu a[data-depth="0"] {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
}

#search_widget form input {
  width: 900px;
  max-width: 100%;
  padding: 18px 24px;
  background-color: #f6f6f6;
  padding-right: 64px;
}
@media (max-width: 1650px) {
  #search_widget form input {
    width: 550px;
  }
}
@media (max-width: 1200px) {
  #search_widget form input {
    width: 350px;
  }
}

@media (max-width: 1200px) {
  #header #_desktop_logo {
    width: 240px;
  }
}

#search_widget form {
  position: relative;
}
#search_widget form .search-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 1;
  height: 24px;
}
#search_widget form .search-icon:hover {
  cursor: pointer;
}

#header .header-nav .user-info, .favicon-box, #header .header-nav .blockcart {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 1200px) {
  #header .header-nav .user-info, .favicon-box, #header .header-nav .blockcart {
    font-size: 14px;
  }
}
#header .header-nav .user-info img, .favicon-box img, #header .header-nav .blockcart img {
  height: 26px;
  margin-bottom: 0;
}

#header .header-nav .blockcart .header {
  margin: 0;
  position: relative;
}
#header .header-nav .blockcart .header .cart-products-count {
  position: absolute;
  z-index: 1;
  top: -12px;
  right: 6px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff4000;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
}

#header .header-nav .blockcart {
  height: initial;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

#_desktop_top_menu .top-menu[data-depth="0"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.carousel {
  margin: 0;
  margin-bottom: 42px;
}
@media (max-width: 1200px) {
  .carousel {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .carousel {
    width: 100%;
    padding-bottom: 0;
    left: 0;
  }
}

.carousel .carousel-item figure {
  display: block;
  width: 100%;
}

.carousel .carousel-inner {
  height: auto;
  margin: 0;
}

.carousel .carousel-indicators {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.carousel-indicators li, .carousel-indicators .active {
  border: none;
  background-color: #ff4000;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-radius: 4px;
}
.carousel-indicators li:hover, .carousel-indicators .active:hover {
  background-color: #060c0a;
}

.carousel-indicators .active {
  background-color: #060c0a;
}

.owl-item {
  display: inline !important;
}

.owl-carousel .owl-stage {
  display: flex;
}

.item {
  width: -moz-max-content;
  width: max-content;
}

.owl-carousel .owl-item img {
  width: auto;
  max-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.brandbanners-section {
  margin-bottom: 54px;
}
@media (max-width: 1200px) {
  .brandbanners-section {
    margin-bottom: 3rem;
  }
}
.brandbanners-section .brandbanners-title {
  margin: 0;
  padding-bottom: 24px;
  margin-bottom: 36px;
  font-size: 24px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  font-weight: 900;
  font-style: italic;
  position: relative;
}
@media (max-width: 1200px) {
  .brandbanners-section .brandbanners-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .brandbanners-section .brandbanners-title {
    font-size: 1rem;
  }
}
.brandbanners-section .brandbanners-title::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #ff4000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.brandbanners-section .brandbanners-title .owl-nav-box {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 8px;
}
.brandbanners-section .brandbanners-title .owl-nav-box div {
  width: 34px;
  height: 34px;
  border-radius: 0;
  background-color: #f6f6f6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .brandbanners-section .brandbanners-title .owl-nav-box div {
    width: 24px;
    height: 24px;
  }
}
.brandbanners-section .brandbanners-title .owl-nav-box div:hover {
  cursor: pointer;
  background-color: #ff4000;
}
.brandbanners-section .brandbanners-title .owl-nav-box div:hover i {
  color: #fff;
}
.brandbanners-section .brandbanners-title .owl-nav-box div i {
  color: #060c0a;
  font-size: 14px;
}
@media (max-width: 767px) {
  .brandbanners-section .brandbanners-title .owl-nav-box div i {
    font-size: 11px;
  }
}
.home-banners-section {
  border: 1px solid #e2e3de;
  border-radius: 12px;
  background-color: #f6f6f6;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 34px 32px;
  margin-bottom: 54px;
}
@media (max-width: 1200px) {
  .home-banners-section {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1500px) {
  .home-banners-section {
    padding: 12px 24px;
  }
}
@media (max-width: 991px) {
  .home-banners-section {
    gap: 2rem;
    white-space: nowrap;
    overflow-y: auto;
  }
}
.home-banners-section .home-banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: normal;
}
@media (max-width: 991px) {
  .home-banners-section .home-banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.home-banners-section .home-banner img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .home-banners-section .home-banner img {
    height: 36px;
  }
}
.home-banners-section .home-banner span {
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  color: #060c0a;
}
@media (max-width: 1500px) {
  .home-banners-section .home-banner span {
    font-size: 14px;
  }
}
.home-banners-section .bar {
  width: 1px;
  height: 64px;
  background-color: #e2e3de;
}
@media (max-width: 1200px) {
  .home-banners-section .bar {
    height: 36px;
  }
}
.home-banners-section .bar:last-of-type {
  display: none;
}

.homecategories-section {
  margin-bottom: 54px;
}
@media (max-width: 1200px) {
  .homecategories-section {
    margin-bottom: 3rem;
  }
}
.homecategories-section .homecategories-title {
  margin: 0;
  padding-bottom: 24px;
  margin-bottom: 36px;
  font-size: 24px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  font-weight: 900;
  font-style: italic;
  position: relative;
}
@media (max-width: 1200px) {
  .homecategories-section .homecategories-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .homecategories-section .homecategories-title {
    font-size: 1rem;
  }
}
.homecategories-section .homecategories-title::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #ff4000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.homecategories-section .homecategories-title .owl-nav-box {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 8px;
}
.homecategories-section .homecategories-title .owl-nav-box div {
  width: 34px;
  height: 34px;
  border-radius: 0;
  background-color: #f6f6f6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .homecategories-section .homecategories-title .owl-nav-box div {
    width: 24px;
    height: 24px;
  }
}
.homecategories-section .homecategories-title .owl-nav-box div:hover {
  cursor: pointer;
  background-color: #ff4000;
}
.homecategories-section .homecategories-title .owl-nav-box div:hover i {
  color: #fff;
}
.homecategories-section .homecategories-title .owl-nav-box div i {
  color: #060c0a;
  font-size: 14px;
}
@media (max-width: 767px) {
  .homecategories-section .homecategories-title .owl-nav-box div i {
    font-size: 11px;
  }
}
.homecategories-section .homecategories-category {
  background-color: #f6f6f6;
  border-radius: 8px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 36px 12px;
  padding-bottom: 24px;
}
.homecategories-section .homecategories-category .homecategories-category-imagebox {
  margin-bottom: 42px;
}
.homecategories-section .homecategories-category .homecategories-category-imagebox img {
  max-width: 100%;
}
.homecategories-section .homecategories-category .homecategory-category-header {
  margin: 0;
  color: #060c0a;
  font-size: 16px;
  font-weight: bold;
}

.full-banners-section {
  margin-bottom: 54px;
}
@media (max-width: 1200px) {
  .full-banners-section {
    margin-bottom: 3rem;
  }
}
.full-banners-section .full-banner {
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .full-banners-section .full-banner {
    margin-bottom: 1rem;
  }
}
.full-banners-section .full-banner:last-of-type {
  margin-bottom: 0;
}
.full-banners-section .full-banner img {
  width: 100%;
}

.reviews-section {
  margin-bottom: 54px;
}
@media (max-width: 1200px) {
  .reviews-section {
    margin-bottom: 3rem;
  }
}
.reviews-section .reviews-title {
  margin: 0;
  padding-bottom: 24px;
  margin-bottom: 36px;
  font-size: 24px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  font-weight: 900;
  font-style: italic;
  position: relative;
}
@media (max-width: 1200px) {
  .reviews-section .reviews-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .reviews-section .reviews-title {
    font-size: 1rem;
  }
}
.reviews-section .reviews-title::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #ff4000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.reviews-section .reviews-title .owl-nav-box {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 8px;
}
.reviews-section .reviews-title .owl-nav-box div {
  width: 34px;
  height: 34px;
  border-radius: 0;
  background-color: #f6f6f6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .reviews-section .reviews-title .owl-nav-box div {
    width: 24px;
    height: 24px;
  }
}
.reviews-section .reviews-title .owl-nav-box div:hover {
  cursor: pointer;
  background-color: #ff4000;
}
.reviews-section .reviews-title .owl-nav-box div:hover i {
  color: #fff;
}
.reviews-section .reviews-title .owl-nav-box div i {
  color: #060c0a;
  font-size: 14px;
}
@media (max-width: 767px) {
  .reviews-section .reviews-title .owl-nav-box div i {
    font-size: 11px;
  }
}
.reviews-section .review {
  box-sizing: border-box;
  background-color: #f6f6f6;
  padding: 32px 24px;
  padding-top: 48px;
  border-radius: 8px;
}
.reviews-section .review .review-content {
  text-align: center;
  font-size: 15px;
  font-style: italic;
}
.reviews-section .review .flex-box {
  margin-top: 64px;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: space-between;
}
.reviews-section .review .flex-box .review-title {
  font-weight: bold;
}
.reviews-section .review .flex-box .review-source {
  font-style: italic;
}

.custom-seo-section {
  margin-bottom: 54px;
  text-align: center;
}
@media (max-width: 1200px) {
  .custom-seo-section {
    margin-bottom: 3rem;
  }
}
.custom-seo-section .custom-seo-container {
  line-height: 2em;
  text-align: left;
}
.custom-seo-section .custom-seo-container .custom-seo {
  margin-bottom: 24px;
}
.custom-seo-section .custom-seo-container .custom-seo .custom-seo-title {
  margin: 0;
  padding-bottom: 24px;
  margin-bottom: 36px;
  font-size: 24px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  font-weight: 900;
  font-style: italic;
  position: relative;
}
@media (max-width: 1200px) {
  .custom-seo-section .custom-seo-container .custom-seo .custom-seo-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .custom-seo-section .custom-seo-container .custom-seo .custom-seo-title {
    font-size: 1rem;
  }
}
.custom-seo-section .custom-seo-container .custom-seo .custom-seo-title::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #ff4000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.custom-seo-section .custom-seo-container .custom-seo .custom-seo-content {
  font-size: 16px;
}
.custom-seo-section .see-more-btn {
  margin-top: 1.5rem;
  max-width: 100%;
  font-weight: normal;
  outline: none;
  border: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
  width: 190px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 18px;
  background-color: #060c0a;
  color: #fff;
}
.custom-seo-section .see-more-btn:hover {
  background-color: #ff4000;
  cursor: pointer;
}
.custom-seo-section .see-more-btn #toggleButton-text {
  font-size: 16px;
}
.custom-seo-section .see-more-btn #toggleButton-arrow {
  font-size: 22px;
  position: relative;
  top: -3px;
}

#footer .footer-before {
  background-color: #ff4000;
}

.footer-contact-section {
  padding-top: 54px;
  padding-bottom: 54px;
}
@media (max-width: 1200px) {
  .footer-contact-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.footer-contact-section .footer-contacts-title {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  text-align: center;
}
@media (max-width: 1200px) {
  .footer-contact-section .footer-contacts-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .footer-contact-section .footer-contacts-title {
    font-size: 1rem;
  }
}
.footer-contact-section .footer-contacts-subtitle {
  margin: 0;
  margin-bottom: 54px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 1200px) {
  .footer-contact-section .footer-contacts-subtitle {
    margin-bottom: 3rem;
  }
}
.footer-contact-section .footer-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 991px) {
  .footer-contact-section .footer-contacts {
    grid-template-columns: 1fr;
  }
}
.footer-contact-section .footer-contacts .footer-contact {
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-contact-section .footer-contacts .footer-contact img {
  width: 34px;
}
.footer-contact-section .footer-contacts .footer-contact .footer-contact-text .footer-contact-title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.footer-contact-section .footer-contacts .footer-contact .footer-contact-text .footer-contact-value {
  font-weight: bold;
  color: #ff4000;
}

.blockblog-home-section {
  margin-bottom: 54px;
}
@media (max-width: 1200px) {
  .blockblog-home-section {
    margin-bottom: 3rem;
  }
}
.blockblog-home-section .blockblog-home-title {
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 24px;
  margin-bottom: 36px;
  font-size: 24px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  font-weight: 900;
  font-style: italic;
  position: relative;
}
@media (max-width: 1200px) {
  .blockblog-home-section .blockblog-home-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .blockblog-home-section .blockblog-home-title {
    font-size: 1rem;
  }
}
.blockblog-home-section .blockblog-home-title::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #ff4000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.blockblog-home-section .blockblog-home-title .owl-nav-box {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 8px;
}
.blockblog-home-section .blockblog-home-title .owl-nav-box div {
  width: 34px;
  height: 34px;
  border-radius: 0;
  background-color: #f6f6f6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .blockblog-home-section .blockblog-home-title .owl-nav-box div {
    width: 24px;
    height: 24px;
  }
}
.blockblog-home-section .blockblog-home-title .owl-nav-box div:hover {
  cursor: pointer;
  background-color: #ff4000;
}
.blockblog-home-section .blockblog-home-title .owl-nav-box div:hover i {
  color: #fff;
}
.blockblog-home-section .blockblog-home-title .owl-nav-box div i {
  color: #060c0a;
  font-size: 14px;
}
@media (max-width: 767px) {
  .blockblog-home-section .blockblog-home-title .owl-nav-box div i {
    font-size: 11px;
  }
}
.blockblog-home-section .blockblog-home-article {
  width: 100%;
}
.blockblog-home-section .blockblog-home-article img {
  width: 100%;
}
.blockblog-home-section .blockblog-home-article .article-title {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #060c0a;
}
.blockblog-home-section .blockblog-home-article .article-title a {
  font-size: 16px;
  font-weight: 600;
  color: #060c0a;
}
.blockblog-home-section .blockblog-home-article .article-content {
  font-size: 14px;
}
.blockblog-home-section .blockblog-home-article .article-content a {
  font-weight: bold;
  color: #060c0a;
}

.blockblog-home-article {
  width: 100%;
}
.blockblog-home-article img {
  width: 100%;
}
.blockblog-home-article .article-title {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #060c0a;
}
.blockblog-home-article .article-title a {
  font-size: 16px;
  font-weight: 600;
  color: #060c0a;
}
.blockblog-home-article .article-content {
  font-size: 14px;
}
.blockblog-home-article .article-content a {
  font-weight: bold;
  color: #060c0a;
}

.new-products-box {
  margin-bottom: 54px;
}
.new-products-box .products-section-title {
  margin: 0;
  padding-bottom: 24px;
  margin-bottom: 36px;
  font-size: 24px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  font-weight: 900;
  font-style: italic;
  position: relative;
}
.new-products-box .products-section-title::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #ff4000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.new-products-box .products-section-title .owl-nav-box {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 8px;
}
.new-products-box .products-section-title .owl-nav-box div {
  width: 34px;
  height: 34px;
  border-radius: 0;
  background-color: #f6f6f6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .new-products-box .products-section-title .owl-nav-box div {
    width: 24px;
    height: 24px;
  }
}
.new-products-box .products-section-title .owl-nav-box div:hover {
  cursor: pointer;
  background-color: #ff4000;
}
.new-products-box .products-section-title .owl-nav-box div:hover i {
  color: #fff;
}
.new-products-box .products-section-title .owl-nav-box div i {
  color: #060c0a;
  font-size: 14px;
}
@media (max-width: 767px) {
  .new-products-box .products-section-title .owl-nav-box div i {
    font-size: 11px;
  }
}
.new-products-box .product {
  padding: 0;
  margin-bottom: 2rem;
}

.product-miniature {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
}
.product-miniature .product-short-description {
  display: none;
}

.product-miniature .thumbnail-container {
  width: 100%;
}

.product-miniature .thumbnail-container .product-thumbnail img {
  width: 100%;
}

.specials-box {
  margin-bottom: 54px;
}
@media (max-width: 1200px) {
  .specials-box {
    margin-bottom: 3rem;
  }
}
.specials-box .products-section-title {
  margin: 0;
  padding-bottom: 24px;
  margin-bottom: 36px;
  font-size: 24px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  font-weight: 900;
  font-style: italic;
  position: relative;
}
@media (max-width: 1200px) {
  .specials-box .products-section-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .specials-box .products-section-title {
    font-size: 1rem;
  }
}
.specials-box .products-section-title::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #ff4000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.specials-box .products-section-title .owl-nav-box {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 8px;
}
.specials-box .products-section-title .owl-nav-box div {
  width: 34px;
  height: 34px;
  border-radius: 0;
  background-color: #f6f6f6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .specials-box .products-section-title .owl-nav-box div {
    width: 24px;
    height: 24px;
  }
}
.specials-box .products-section-title .owl-nav-box div:hover {
  cursor: pointer;
  background-color: #ff4000;
}
.specials-box .products-section-title .owl-nav-box div:hover i {
  color: #fff;
}
.specials-box .products-section-title .owl-nav-box div i {
  color: #060c0a;
  font-size: 14px;
}
@media (max-width: 767px) {
  .specials-box .products-section-title .owl-nav-box div i {
    font-size: 11px;
  }
}
.specials-box .product {
  padding: 0;
}

.footer-container {
  padding-top: 64px;
}
@media (max-width: 1200px) {
  .footer-container {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .footer-container {
    padding-top: 2rem;
  }
}

.footer-container .h3, .footer-container .h4 {
  font-size: 20px;
  font-weight: 900;
  text-transform: capitalize;
  font-style: italic;
}

.footer-container li {
  color: #060c0a;
  font-size: 16px;
}
.footer-container li * {
  color: #060c0a;
  font-size: 16px;
}

.footer-container li a {
  color: #060c0a;
  font-size: 16px;
}

.footer-logos {
  text-align: right;
}
@media (max-width: 767px) {
  .footer-logos {
    text-align: center;
    margin-top: 2rem;
  }
}
.footer-logos img {
  max-width: 100%;
}
.footer-logos .footer-logo {
  margin-bottom: 36px;
}
.footer-logos .footer-logo-title {
  margin-bottom: 12px;
}
.footer-logos .footer-logo-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: end;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .footer-logos .footer-logo-content {
    justify-content: center;
  }
}
.footer-logos .footer-logo-content:last-of-type {
  margin-bottom: 0;
}
#footer .credits {
  padding-top: 16px;
  margin-top: 24px;
  border-top: 1px solid #ff4000;
  text-align: left;
}
@media (max-width: 767px) {
  #footer .credits {
    text-align: center;
  }
}

.product-miniature .thumbnail-container {
  margin-bottom: 0;
}

.product-miniature .product-title {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: left;
  color: #060c0a;
  font-size: 16px;
  font-weight: 600;
}
.product-miniature .product-title a {
  text-align: left;
  color: #060c0a;
  font-size: 16px;
  font-weight: 600;
}

.product-miniature .product-description {
  padding: 12px;
  text-align: left;
  min-height: 150px;
  display: grid;
  align-items: end;
  grid-template-columns: 1fr;
}
.product-miniature .product-description .product-brand {
  margin-top: 12px;
}
.product-miniature .product-description .product-brand img {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  max-height: 36px;
}
.product-miniature .product-miniature-flex-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: space-between;
  align-items: end;
}
.product-miniature .product-miniature-flex-box .product-price-and-shipping {
  font-size: 15px;
  text-align: left;
}
.product-miniature .product-miniature-flex-box .product-price-and-shipping * {
  font-size: 15px;
  text-align: left;
}
.product-miniature .product-miniature-flex-box .product-price-and-shipping .price-netto {
  font-weight: normal;
}
.product-miniature .product-miniature-flex-box .product-price-and-shipping .regular-price {
  color: #060c0a;
}
.product-miniature .product-miniature-flex-box .miniature-with-discount * {
  color: #ff001a;
}

.display-nav-1-right {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1200px) {
  .display-nav-1-right {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .display-nav-1-right {
    display: none;
  }
}
.display-nav-1-right #currency-selector-label {
  display: none;
}

#header .header-nav .currency-selector {
  margin: 0;
}

#header .header-nav .language-selector, #header .header-nav .user-info {
  margin: 0;
}

#header .header-nav .cart-preview.active {
  background-color: transparent;
  background-color: transparent;
}

#header .header-nav .cart-preview.active a {
  color: #060c0a;
}
#header .header-nav .cart-preview.active a:hover {
  color: #ff4000;
}

#wrapper .breadcrumb {
  background-color: #f6f6f6;
  border: 1px solid #ecede8;
  border-radius: 4px;
  padding: 6px 8px;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
}
@media (max-width: 1200px) {
  #wrapper .breadcrumb {
    margin-top: 1.5rem;
  }
}

#wrapper .breadcrumb li a {
  color: #797979;
  font-size: 14px;
}

#wrapper .breadcrumb li::after {
  color: #797979;
  font-size: 14px;
}

#wrapper .breadcrumb li:last-child {
  color: #797979;
  font-size: 14px;
  font-weight: bold;
}

.block-category {
  min-height: auto;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .block-category {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .block-category {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.block-category .h1 {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 24px;
  font-size: 24px;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  font-weight: 900;
  font-style: italic;
  position: relative;
}
@media (max-width: 1200px) {
  .block-category .h1 {
    font-size: 1.25rem;
  }
}
.block-category .h1::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #ff4000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

#main .page-header h1 {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 24px;
  font-size: 24px;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  font-weight: 900;
  font-style: italic;
  position: relative;
}
#main .page-header h1::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #ff4000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

#manufacturer #main h1 {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 24px;
  font-size: 24px;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  font-weight: 900;
  font-style: italic;
  position: relative;
}
@media (max-width: 1200px) {
  #manufacturer #main h1 {
    font-size: 1.25rem;
  }
}
#manufacturer #main h1::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #ff4000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

#module-blockblog-blog .page-heading {
  margin: 0;
  padding-bottom: 24px;
  font-size: 24px;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  font-weight: 900;
  font-style: italic;
  position: relative;
  margin-top: 2rem;
}
#module-blockblog-blog .page-heading::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #ff4000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

.block-categories,
#search_filters, #search_filters_brands, #search_filters_suppliers {
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
}

#subcategories {
  border: none;
}

.category-banners-section .category-banner {
  margin-bottom: 16px;
}
.category-banners-section .category-banner img {
  width: 100%;
}

.block-categories .h6 {
  font-size: 16px;
  font-weight: bold;
  text-transform: none !important;
}

.block-categories .category-sub-menu li > a {
  font-weight: normal !important;
  font-size: 16px;
}

#left-column .category-top-menu {
  margin: 0;
}
#left-column .btn-tertiary {
  border: 1px solid #060c0a;
  box-sizing: border-box;
  margin-bottom: 1rem;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  #left-column .btn-tertiary {
    width: auto;
  }
}

.block-categories .collapse-icons {
  display: inline-flex;
  justify-content: end;
}

.block-categories .category-sub-menu {
  margin-top: 12px;
}

.block-categories .category-sub-menu .category-sub-link {
  font-size: 16px;
  position: relative;
  padding-left: 1rem;
}
.block-categories .category-sub-menu .category-sub-link::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#search_filters > .h6, #search_filters_brands > .h6, #search_filters_suppliers > .h6 {
  display: none;
}

#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
  padding-top: 0;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 1rem;
}
#search_filters .facet:last-of-type, #search_filters_brands .facet:last-of-type, #search_filters_suppliers .facet:last-of-type {
  margin-bottom: 0;
  border: none;
}

.products .product {
  margin-bottom: 2rem;
}

.owl-carousel .products .product {
  margin-bottom: 0;
}

.products-selection .flex-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media (max-width: 767px) {
  .products-selection .flex-box {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.products-selection .flex-box .change-view-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.products-selection .flex-box .change-view-box i {
  font-size: 20px;
  padding: 2px;
  border: 2px solid #fff;
  border-radius: 4px;
}
.products-selection .flex-box .change-view-box i:hover {
  border-color: #eac92a;
  cursor: pointer;
}
.products-selection .flex-box .change-view-box .active-view {
  border-color: #eac92a;
}
.products-selection .flex-box .sort-by-row {
  display: inline-flex;
  justify-content: end;
  gap: 1rem;
}
.products-selection .flex-box .sort-by-row .filter-button {
  width: auto;
  padding: 0;
}

@media (max-width: 767px) {
  #category #left-column #search_filters {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pagination .col-md-4 {
  opacity: 0;
}

.footer-block-category {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .footer-block-category {
    margin-top: 2rem;
  }
}
.footer-block-category h2 {
  margin: 0;
  padding-bottom: 24px;
  margin-bottom: 36px;
  font-size: 24px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  font-weight: 900;
  font-style: italic;
  position: relative;
}
@media (max-width: 1200px) {
  .footer-block-category h2 {
    font-size: 1.25rem;
  }
}
.footer-block-category h2::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #ff4000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.footer-block-category #category-description {
  font-size: 16px;
}
.footer-block-category .see-more-btn {
  margin-top: 1.5rem;
  max-width: 100%;
  font-weight: normal;
  outline: none;
  border: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
  width: 190px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 18px;
  background-color: #060c0a;
  color: #fff;
}
.footer-block-category .see-more-btn:hover {
  background-color: #ff4000;
  cursor: pointer;
}
.footer-block-category .see-more-btn #toggleButton-text {
  font-size: 16px;
}
.footer-block-category .see-more-btn #toggleButton-arrow {
  font-size: 22px;
  position: relative;
  top: -3px;
}

#product .product-container {
  padding-left: 15px;
  padding-right: 15px;
}
#product .product-container .col-md-7 {
  padding-left: 0;
}
@media (max-width: 767px) {
  #product .product-container .col-md-7 {
    padding-right: 0;
  }
}
#product .product-container .col-md-7 .images-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 571px;
}
@media (max-width: 1300px) {
  #product .product-container .col-md-7 .images-container {
    height: auto;
  }
}
#product .product-container .col-md-7 .images-container .product-cover {
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  overflow: hidden;
  order: 2;
  width: calc(100% - 154px);
}
@media (max-width: 600px) {
  #product .product-container .col-md-7 .images-container .product-cover {
    width: calc(100% - 100px);
  }
}
#product .product-container .col-md-7 .images-container .product-cover img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#product .product-container .col-md-7 .images-container .product-images {
  display: block;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0;
}
#product .product-container .col-md-7 .scroll-box-arrows {
  display: none;
}
#product .product-container .col-md-5 {
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: sticky;
  top: 1rem;
}
@media (max-width: 767px) {
  #product .product-container .col-md-5 {
    margin-top: 2rem;
    position: static;
  }
}
#product .product-container .col-md-5 .h1 {
  font-size: 24px;
  color: #060c0a;
  text-transform: none !important;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  #product .product-container .col-md-5 .h1 {
    font-size: 1.25rem;
  }
}
#product .product-container .col-md-5 .product-manufacturer {
  margin-bottom: 24px;
}
#product .product-container .col-md-5 .product-manufacturer img {
  max-width: 100%;
  max-height: 64px;
}
#product .product-container .col-md-5 .product-prices {
  display: block;
  width: 100%;
}
#product .product-container .col-md-5 .product-prices .has-discount.product-price {
  display: block;
}
#product .product-container .col-md-5 .product-prices .current-price {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: end;
  gap: 12px;
}
#product .product-container .col-md-5 .product-prices .current-price .current-price-value {
  font-size: 32px;
  font-weight: bold;
  color: #ff001a;
}
@media (max-width: 1200px) {
  #product .product-container .col-md-5 .product-prices .current-price .current-price-value {
    font-size: 1.25rem;
  }
}
#product .product-container .col-md-5 .product-prices .current-price .product-discount {
  margin-bottom: 4px;
}
#product .product-container .col-md-5 .product-prices .current-price .product-discount .regular-price {
  font-size: 22px;
  font-weight: bold;
  text-decoration: line-through;
  color: #ff4000;
}
@media (max-width: 1200px) {
  #product .product-container .col-md-5 .product-prices .current-price .product-discount .regular-price {
    font-size: 1rem;
  }
}
#product .product-container .col-md-5 .product-prices .price-netto {
  font-size: 20px;
  font-weight: normal !important;
  color: #ff001a;
}
#product .product-desc-box {
  padding-left: 0;
  padding-right: 0;
}
#product .tabs {
  margin-top: 64px;
  padding: 0;
}
@media (max-width: 767px) {
  #product .tabs {
    margin-top: 2rem;
  }
}
#product .tabs .tab-content .tab-pane {
  display: block;
  opacity: 1;
}
#product .tabs .nav-tabs {
  border-color: #ecede8;
  border-width: 1px;
}
#product .tabs .nav-tabs .nav-link {
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
}
#product .tabs .nav-tabs .nav-link:hover {
  font-weight: bold;
}
#product .tabs .tab-pane {
  padding-top: 36px;
  margin-top: 36px;
  border-top: 1px solid #ecede8;
}
#product .tabs .tab-pane:first-of-type {
  margin-top: 0;
  border-top: none;
}

#product .product-features {
  margin: 0;
}

#product .product-features .h6 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}

.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
  text-transform: none;
}

.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
  background-color: transparent;
  margin-right: 0;
  background-color: #f5f5f5;
}

.definition-list dl dd:nth-of-type(even), .definition-list dl dt:nth-of-type(even), .product-features > dl.data-sheet dd.value:nth-of-type(even), .product-features > dl.data-sheet dt.name:nth-of-type(even) {
  background-color: transparent;
}

.product-features > dl.data-sheet dt.name {
  font-weight: bold;
}

#product .tabs {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  #product .tabs {
    margin-top: 2rem;
  }
}

@media (max-width: 1350px) {
  #product .tabs .tab-content .tab-pane {
    display: none;
  }
}

@media (max-width: 1350px) {
  #product .tabs .tab-content .active {
    display: block;
    margin-top: 0;
    border-top: none;
  }
  #product .tabs .tab-content .active .tab-pane {
    display: block;
    margin-top: 0;
    border-top: none;
  }
}

@media (max-width: 1350px) {
  .nav-tabs-desktop {
    display: none;
  }
}

.nav-tabs-mobile {
  display: none;
}
@media (max-width: 1350px) {
  .nav-tabs-mobile {
    display: block;
  }
}

#product #content {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  #module-blockblog-blog #content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#module-blockblog-blog .all-posts-section {
  padding-top: 1rem;
}
#module-blockblog-blog .all-posts-section .left-column-blog-categories {
  border: 1px solid #ecede8;
  border-radius: 12px;
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem;
  background: #fff;
}
#module-blockblog-blog .all-posts-section .left-column-blog-categories h2 {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: bold;
}
#module-blockblog-blog .all-posts-section .left-column-blog-categories .blog-categories {
  margin: 0;
}
#module-blockblog-blog .all-posts-section .left-column-blog-categories .blog-categories li {
  margin-bottom: 8px;
}
#module-blockblog-blog .all-posts-section .left-column-blog-categories .blog-categories li:last-of-type {
  margin-bottom: 0;
}
#module-blockblog-blog .all-posts-section .left-column-blog-categories .blog-categories li a {
  font-size: 14px;
  color: #000;
}
#module-blockblog-blog .blockblog-home-section .blockblog-home-articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 991px) {
  #module-blockblog-blog .blockblog-home-section .blockblog-home-articles {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  #module-blockblog-blog .blockblog-home-section .blockblog-home-articles {
    grid-template-columns: 1fr;
  }
}

.blog-carousel-section {
  width: 100% !important;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 1200px) {
  .blog-carousel-section {
    display: none;
  }
}
.blog-carousel-section .owl-stage-outer {
  border: 1px solid #ecede8;
  overflow: hidden;
}
.blog-carousel-section .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.blog-carousel-section .blogPrevBtn {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #060c0a;
  background-color: #d4d4d4;
}
.blog-carousel-section .blogPrevBtn:hover {
  cursor: pointer;
}
.blog-carousel-section .blogNextBtn {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #060c0a;
  background-color: #d4d4d4;
}
.blog-carousel-section .blogNextBtn:hover {
  cursor: pointer;
}
.blog-carousel-section .owl-carousel-blog .blog-carousel-item {
  width: 100%;
  height: 540px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.blog-carousel-section .owl-carousel-blog .blog-carousel-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.blog-carousel-section .owl-carousel-blog .blog-carousel-item .blog-carousel-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4745098039);
  padding: 36px 24px;
  font-size: 20px;
  font-weight: 600;
}

.blockblog-home-section .blockblog-home-title a {
  color: #060c0a;
}

.customer-page-flex-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .customer-page-flex-box {
    display: block;
  }
}
.customer-page-flex-box .left-menu {
  width: 300px;
  box-sizing: border-box;
  background-color: #f6f6f6;
  border: 1px solid #ecede8;
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .customer-page-flex-box .left-menu {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .customer-page-flex-box .left-menu .custom-links {
    white-space: nowrap;
    overflow: auto;
  }
}
.customer-page-flex-box .left-menu .custom-links a {
  display: block;
  width: 100% !important;
  box-sizing: border-box;
  float: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ecede8;
}
@media (max-width: 991px) {
  .customer-page-flex-box .left-menu .custom-links a {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: auto !important;
    border-bottom: none;
  }
}
.customer-page-flex-box .left-menu .custom-links a:first-of-type {
  border-top: 2px solid #ecede8;
}
@media (max-width: 991px) {
  .customer-page-flex-box .left-menu .custom-links a:first-of-type {
    border-top: none;
  }
}
.customer-page-flex-box .left-menu .custom-links a:hover {
  background-color: #ffffff;
}
.customer-page-flex-box .left-menu .custom-links a .link-item {
  color: #060c0a;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: nowrap;
}
.customer-page-flex-box .left-menu .custom-links a .link-item i {
  color: #ff4000;
  font-size: 1.5rem;
}
.customer-page-flex-box .info-box {
  box-sizing: border-box;
  width: calc(100% - 300px);
  padding-left: 24px;
}
@media (max-width: 991px) {
  .customer-page-flex-box .info-box {
    width: 100%;
    padding-left: 0;
  }
}

#main .images-container .js-qv-mask {
  width: auto !important;
  overflow: hidden;
  margin: 0;
}

.images-container .product-images > li.thumb-container .thumb {
  margin-right: 0;
  width: 136px;
  height: auto;
}
@media (max-width: 600px) {
  .images-container .product-images > li.thumb-container .thumb {
    width: 84px;
  }
}

.product-images > li.thumb-container .thumb.selected, .product-images > li.thumb-container .thumb:hover, .images-container .product-images > li.thumb-container .thumb {
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  display: block;
}

.product-images > li.thumb-container .thumb {
  margin-bottom: 9px;
}

.quickview .gallery-modal {
  display: none !important;
}

.gallery-modal {
  position: fixed;
  z-index: 2000;
  text-align: left;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  -webkit-animation-name: scaleAnimation;
  -webkit-animation-duration: 0.3s;
  animation-name: scaleAnimation;
  animation-duration: 0.3s;
}
.gallery-modal .modal-close-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  z-index: 100;
}
@media (max-width: 600px) {
  .gallery-modal .modal-close-icon {
    width: 16px;
  }
}
.gallery-modal .modal-close-icon:hover {
  opacity: 0.8;
  cursor: pointer;
}
.gallery-modal .gallery-modal-inner {
  max-height: 99%;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 95%;
  min-height: 99%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  padding-top: 36px;
  padding-bottom: 36px;
  scrollbar-width: none;
}
.gallery-modal .gallery-modal-inner::-webkit-scrollbar {
  display: none;
}
.gallery-modal .gallery-modal-inner .gallery-modal-header {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 46px;
  padding-bottom: 46px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 1350px) {
  .gallery-modal .gallery-modal-inner .gallery-modal-header {
    font-size: 1.5rem;
    margin-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 600px) {
  .gallery-modal .gallery-modal-inner .gallery-modal-header {
    font-size: 1rem;
  }
}
.gallery-modal .gallery-modal-inner .gallery-modal-content {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (max-width: 1350px) {
  .gallery-modal .gallery-modal-inner .gallery-modal-content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .gallery-modal .gallery-modal-inner .gallery-modal-content {
    display: block;
    text-align: center;
  }
}
.gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-image {
  width: calc(100% - 450px);
  height: 800px;
  position: relative;
  border: 1px solid #eee;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 1350px) {
  .gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-image {
    width: 70%;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-image {
    width: auto;
    display: block;
    height: auto;
    margin-bottom: 2rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-image .modal-prev {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  z-index: 100;
}
.gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-image .modal-prev img {
  width: 42px;
}
@media (max-width: 600px) {
  .gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-image .modal-prev img {
    width: 16px;
  }
}
.gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-image .modal-prev img:hover {
  opacity: 0.8;
  cursor: pointer;
}
.gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-image .modal-next {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 100;
}
.gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-image .modal-next img {
  width: 42px;
}
@media (max-width: 600px) {
  .gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-image .modal-next img {
    width: 16px;
  }
}
.gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-image .modal-next img:hover {
  opacity: 0.8;
  cursor: pointer;
}
.gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-image .gallery-modal-image-element {
  width: 100%;
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
@media (max-width: 1350px) {
  .gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-image .gallery-modal-image-element {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-image .gallery-modal-image-element {
    width: 100%;
    height: 400px;
    max-width: 100%;
  }
}
.gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-thumbs {
  padding-left: 64px;
  width: 450px;
  box-sizing: border-box;
}
@media (max-width: 1350px) {
  .gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-thumbs {
    width: 30%;
    padding-left: 3rem;
  }
}
@media (max-width: 991px) {
  .gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-thumbs {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-thumbs .gallery-modal-thumbs-title {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-thumbs .gallery-modal-thumbs-title {
    margin-bottom: 2rem;
  }
}
.gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-thumbs .gallery-modal-thumb {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border: 1px solid #eee;
  margin-right: 24px;
  margin-bottom: 24px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1350px) {
  .gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-thumbs .gallery-modal-thumb {
    width: 84px;
    height: 84px;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-thumbs .gallery-modal-thumb {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-thumbs .gallery-modal-thumb:hover {
  border-color: #ff001a;
  border-width: 2px;
  cursor: pointer;
}
.gallery-modal .gallery-modal-inner .gallery-modal-content .gallery-modal-thumbs .gallery-modal-thumb-active {
  border-color: #ff001a;
  border-width: 2px;
}
@keyframes scaleAnimation {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.fadeInEffect {
  -webkit-animation-name: fadeInDropdown;
  -webkit-animation-duration: 0.8s;
  animation-name: fadeInDropdown;
  animation-duration: 0.8s;
}
@keyframes fadeInDropdown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.product-images > li.thumb-container:last-of-type img {
  margin-bottom: 0 !important;
}

#product .product-images-box .images-container .product-images {
  margin: 0;
}

.product-actions .add-to-cart {
  background-color: #f9d00b;
  color: #060c0a;
  border-radius: 4px;
  height: 54px;
  margin-right: 12px;
}

#product .product-quantity .wishlist-button-add, #product .product-quantity .comparator-product-btn, .quickview .product-quantity .wishlist-button-add, .quickview .product-quantity .comparator-product-btn {
  width: 54px;
  height: 54px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #060c0a;
  box-sizing: border-box;
  border: 1px solid #e2e3de;
  background-color: #f6f6f6;
  margin-left: 0;
  margin-right: 12px;
}
#product .product-quantity .wishlist-button-add:hover, #product .product-quantity .comparator-product-btn:hover, .quickview .product-quantity .wishlist-button-add:hover, .quickview .product-quantity .comparator-product-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
#product .product-bottom-info .delivery-information, .quickview .product-bottom-info .delivery-information {
  display: block;
}
#product .product-bottom-info .delivery-information, #product .product-bottom-info .product-quantities .label, #product .product-bottom-info .product-reference .label, .quickview .product-bottom-info .delivery-information, .quickview .product-bottom-info .product-quantities .label, .quickview .product-bottom-info .product-reference .label {
  margin-bottom: 4px;
}
#product .product-bottom-info .product-quantities span, .quickview .product-bottom-info .product-quantities span {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
#product .product-bottom-info .product-quantities span .dot, .quickview .product-bottom-info .product-quantities span .dot {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #f9d00b;
  margin-right: 4px;
}
#product .product-bottom-info .product-quantities-green span, .quickview .product-bottom-info .product-quantities-green span {
  color: #628d42;
}
#product .product-bottom-info .product-quantities-green .dot, .quickview .product-bottom-info .product-quantities-green .dot {
  background-color: #628d42 !important;
}
#product .product-bottom-info .product-quantities-red span, .quickview .product-bottom-info .product-quantities-red span {
  color: #ff001a;
}
#product .product-bottom-info .product-quantities-red .dot, .quickview .product-bottom-info .product-quantities-red .dot {
  background-color: #ff001a !important;
}

.product-quantity {
  flex-wrap: wrap;
}

.product-quantity .qty {
  width: 100%;
  box-sizing: border-box;
  margin-right: 12px;
}
.product-quantity .qty .bootstrap-touchspin {
  width: 150px;
  height: 54px;
  box-sizing: border-box;
  border: 1px solid #e2e3de;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.product-quantity .qty .bootstrap-touchspin #quantity_wanted {
  width: 70px;
  border: none;
  border-left: 1px solid #e2e3de;
  border-right: 1px solid #e2e3de;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  right: 40px;
  text-align: center;
  z-index: 10;
}
.product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  right: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up i {
  position: static;
  font-size: 1.5rem;
}
.product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  left: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down i {
  position: static;
  font-size: 1.5rem;
}

.contact-product-section {
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ff4000;
  border-radius: 4px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  color: #060c0a;
}
.contact-product-section .contact-product-text {
  font-size: 16px;
  font-weight: bold;
}
.contact-product-section .contact-product-info {
  font-size: 18px;
}
.contact-product-section .contact-product-info a {
  color: #ff4000;
}

.productbanners-section .productbanner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.productbanners-section .productbanner .productbanners-image {
  max-width: 100%;
}

#cart .cart-summary {
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
}
#cart .cart-summary .cart-summary-header {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 24px;
  font-size: 24px;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  font-weight: 900;
  font-style: italic;
  position: relative;
  text-transform: uppercase;
  margin: 1rem;
  margin-top: 24px;
}
@media (max-width: 1200px) {
  #cart .cart-summary .cart-summary-header {
    font-size: 1.25rem;
  }
}
#cart .cart-summary .cart-summary-header::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #ff4000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
#cart .cart-container {
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  padding: 1rem;
}
#cart .cart-container .h1 {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 24px;
  font-size: 24px;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  font-weight: 900;
  font-style: italic;
  position: relative;
}
@media (max-width: 1200px) {
  #cart .cart-container .h1 {
    font-size: 1.25rem;
  }
}
#cart .cart-container .h1::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #ff4000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
#cart .cart-container .card-block {
  padding: 0;
}
#cart .cart-container .separator {
  display: none;
}
#cart .card-block.checkout .btn-primary {
  background-color: #f9d00b;
  color: #060c0a;
  border-radius: 4px;
  padding: 12px;
  font-weight: bold;
}

.card-block {
  padding-top: 0;
}

#module-supercheckout-supercheckout .supercheckout-blocks {
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 24px;
}
#module-supercheckout-supercheckout .opc-container .custom-panel h2 {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  margin-top: 8px;
  padding-bottom: 24px;
  font-size: 24px;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  font-weight: 900;
  font-style: italic;
  position: relative;
  margin-bottom: 24px;
}
#module-supercheckout-supercheckout .opc-container .custom-panel h2::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #ff4000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
#module-supercheckout-supercheckout .opc-container .custom-panel h2::after, #module-supercheckout-supercheckout .opc-container .custom-panel h2 i {
  display: none;
}
#module-supercheckout-supercheckout .opc-container input, #module-supercheckout-supercheckout .opc-container textarea, #module-supercheckout-supercheckout .opc-container select, #module-supercheckout-supercheckout .opc-container .form-control {
  border-radius: 0;
}
#module-supercheckout-supercheckout #supercheckout_confirm_order {
  background-color: #f9d00b !important;
  color: #060c0a !important;
  border-radius: 4px;
  padding: 12px;
  font-weight: bold;
  border: none !important;
  outline: none !important;
}

.products-list-template .products .product {
  width: 100%;
}
.products-list-template .products .product .product-miniature .thumbnail-container {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 600px) {
  .products-list-template .products .product .product-miniature .thumbnail-container {
    display: block;
  }
}
.products-list-template .products .product .wishlist-button-add {
  right: auto;
  top: auto;
  left: 0.5rem;
  bottom: 0.5rem;
}
@media (max-width: 600px) {
  .products-list-template .products .product .wishlist-button-add {
    top: 0.635rem;
    right: 0.635rem;
    left: auto;
    bottom: auto;
  }
}
.products-list-template .products .product .product-description {
  width: 100%;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
@media (max-width: 991px) {
  .products-list-template .products .product .product-description {
    grid-template-columns: 1fr;
  }
}
.products-list-template .products .product .product-description .product-short-description {
  margin-top: 1rem;
  display: block;
}
.products-list-template .products .product .product-description .product-description-top {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .products-list-template .products .product .product-description .product-description-top {
    display: block;
    text-align: right;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .products-list-template .products .product .product-description .product-description-top {
    text-align: left;
  }
}
.products-list-template .products .product .product-description .product-description-top .product-description-top-flex {
  display: flex;
  flex-wrap: wrap;
}
.products-list-template .products .product .product-description .product-description-top .product-description-top-flex .product-brand {
  width: 100%;
  order: 2;
  margin-top: 1rem;
}
.products-list-template .products .product .product-description .product-description-top .product-description-top-flex .product-title {
  width: 100%;
  margin: 0;
  font-size: 18px;
}
@media (max-width: 991px) {
  .products-list-template .products .product .product-description .product-description-top .product-description-top-flex .product-title {
    text-align: right;
  }
}
@media (max-width: 600px) {
  .products-list-template .products .product .product-description .product-description-top .product-description-top-flex .product-title {
    text-align: left;
  }
}
.products-list-template .products .product .product-description .product-miniature-flex-box {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  float: right;
  text-align: right;
}
@media (max-width: 600px) {
  .products-list-template .products .product .product-description .product-miniature-flex-box {
    float: none;
    display: block;
    width: 100%;
  }
}
.products-list-template .products .product .product-description .product-miniature-flex-box .product-price-and-shipping {
  text-align: right;
}
@media (max-width: 600px) {
  .products-list-template .products .product .product-description .product-miniature-flex-box .product-price-and-shipping {
    text-align: left;
  }
}
.products-list-template .products .product .product-description .product-miniature-flex-box .product-price-and-shipping * {
  text-align: right;
}
@media (max-width: 600px) {
  .products-list-template .products .product .product-description .product-miniature-flex-box .product-price-and-shipping * {
    text-align: left;
  }
}
.products-list-template .products .product .product-description .product-miniature-flex-box .cart-btn {
  margin-top: 1rem;
}
@media (max-width: 600px) {
  .products-list-template .products .product .product-description .product-miniature-flex-box .cart-btn {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .products-list-template .product-miniature .product-thumbnail {
    height: 100% !important;
  }
  .products-list-template .product-miniature .product-thumbnail img {
    height: 100% !important;
    width: auto;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .products-list-template .product-miniature .product-thumbnail {
    height: auto !important;
  }
  .products-list-template .product-miniature .product-thumbnail img {
    width: 100%;
    height: auto !important;
  }
}
@media (max-width: 991px) {
  .products-list-template .product-miniature .thumbnail-top {
    width: inherit;
    display: block;
  }
}

.quickview .modal-content {
  background-color: #fff;
}

.quickview .productbanners-section, .quickview .blockblog-loyalty {
  display: none;
}
.quickview .h1 {
  font-size: 24px;
  color: #060c0a;
  text-transform: none !important;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .quickview .h1 {
    font-size: 1.25rem;
  }
}
.quickview .product-manufacturer {
  margin-bottom: 24px;
}
.quickview .product-manufacturer img {
  max-width: 100%;
  max-height: 64px;
}
.quickview .product-prices {
  display: block;
  width: 100%;
}
.quickview .product-prices .has-discount.product-price {
  display: block;
}
.quickview .product-prices .current-price {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: end;
  gap: 12px;
}
.quickview .product-prices .current-price .current-price-value {
  font-size: 32px;
  font-weight: bold;
  color: #ff001a;
}
.quickview .product-prices .current-price .product-discount {
  margin-bottom: 4px;
}
.quickview .product-prices .current-price .product-discount .regular-price {
  font-size: 22px;
  font-weight: bold;
  text-decoration: line-through;
  color: #ff4000;
}
.quickview .product-prices .price-netto {
  font-size: 20px;
  font-weight: normal !important;
  color: #ff001a;
}
.quickview .images-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1rem;
}
.quickview .images-container .product-cover {
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  overflow: hidden;
  order: 2;
}
.quickview .images-container .product-cover img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.quickview .images-container .product-images {
  display: block;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
}
.quickview .scroll-box-arrows {
  display: none;
}

#header .header-nav .user-info .account {
  margin: 0;
}

@media (max-width: 767px) {
  #header .header-nav .user-info img, .favicon-box img, #header .header-nav .blockcart img {
    margin: 0;
  }
  #header .header-nav .blockcart img {
    margin-top: 3px;
  }
  .header-nav #_mobile_cart, .header-nav #_mobile_user_info {
    width: 56px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav #_mobile_user_info {
    width: 26px;
  }
  #header .header-nav .user-info .account {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #mobile_top_menu_wrapper .top-menu .navbar-toggler {
    text-align: right;
  }
}

@media (max-width: 767px) {
  #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .remove {
    float: right;
  }
}

@media (max-width: 600px) {
  #header .top-logo img {
    max-width: 120px;
  }
}

@media (max-width: 767px) {
  #footer .links .navbar-toggler {
    text-align: right;
  }
  #footer .title[aria-expanded=true] .collapse-icons .remove {
    float: right;
  }
  #footer .footer-container .links ul {
    background-color: transparent;
  }
}

.page-content.page-cms {
  padding: 0;
}

@media (max-width: 1200px) {
  #main .page-header h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  #cart .cart-detailed-totals {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  #cart .cart-detailed-actions {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.products-list-template .product-miniature .highlighted-informations {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
}
.products-list-template .product-miniature:hover .highlighted-informations {
  top: 0 !important;
}

#blockcart-modal .cart-content .cart-content-btn {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  #blockcart-modal .cart-content .cart-content-btn .btn {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.sticky-bottom-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  .sticky-bottom-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  body > main {
    padding-bottom: 50px;
  }
}

.sticky-bottom-menu > .top-menu {
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1rem;
  display: none;
}
@media (max-width: 767px) {
  .sticky-bottom-menu > .top-menu {
    display: flex;
  }
}
.sticky-bottom-menu > .top-menu a {
  text-align: center;
  white-space: normal;
  font-size: 10px;
  font-weight: normal;
  line-height: normal;
  padding: 0;
}
.sticky-bottom-menu > .top-menu .menu-icon {
  height: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
}
.sticky-bottom-menu > .top-menu .mobile-submenu {
  position: fixed;
  max-height: 100%;
  overflow-y: auto;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  box-sizing: border-box;
  padding: 1rem 0;
  display: none;
}
.sticky-bottom-menu > .top-menu .mobile-submenu .mobile-submenu-links .submenu-link {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #d4d4d4;
  text-align: left;
}
.sticky-bottom-menu > .top-menu .mobile-submenu .mobile-submenu-links .submenu-link:first-of-type {
  border-top: 1px solid #d4d4d4;
}
.sticky-bottom-menu > .top-menu .mobile-submenu .mobile-submenu-links .submenu-link a {
  font-size: 1rem;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
.sticky-bottom-menu > .top-menu .mobile-submenu .mobile-submenu-actions {
  text-align: right;
  margin-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
.sticky-bottom-menu > .top-menu .mobile-submenu .mobile-submenu-actions img {
  width: 32px;
}
@media (max-width: 600px) {
  .sticky-bottom-menu > .top-menu .mobile-submenu .mobile-submenu-actions img {
    width: 16px;
  }
}
.sticky-bottom-menu > .top-menu .mobile-submenu .mobile-submenu-actions img:hover {
  opacity: 0.8;
  cursor: pointer;
}

#search .category-banners-section {
  display: none;
}

#search .h2, #new-products .h2 {
  margin: 0;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 24px;
  margin-top: 8px;
  padding-bottom: 24px;
  font-size: 24px;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  font-weight: 900;
  font-style: italic;
  position: relative;
}
@media (max-width: 1200px) {
  #search .h2, #new-products .h2 {
    font-size: 1.25rem;
  }
}
#search .h2::before, #new-products .h2::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #ff4000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

.wishlist-add-to-new i {
  color: #ff4000 !important;
}

.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage, .product-miniature .product-flags li.product-flag,
.product-flags li.product-flag {
  margin-left: 0.5rem !important;
  background-color: #ff001a !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  text-align: center !important;
}

#header .header-nav {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

#module-supercheckout-supercheckout #js-product-list-header {
  margin: 0;
}

.active_filters {
  background-color: transparent;
  padding: 0;
}

.active_filters .filter-block {
  border: 1px solid #060c0a;
}

.language-selector-wrapper .dropdown-menu {
  min-width: auto;
}
.language-selector-wrapper .dropdown-menu a {
  padding-left: 8px;
  padding-right: 8px;
}
.language-selector-wrapper .mobile-lang-text {
  display: none;
}
@media (max-width: 767px) {
  .language-selector-wrapper .mobile-lang-text {
    display: block;
  }
}

#pagenotfound .page-not-found, #products .page-not-found {
  max-width: 100%;
  padding: 0;
}
#pagenotfound .page-not-found #search_widget, #products .page-not-found #search_widget {
  display: none;
}

#product .product-additional-info .blockblog-loyalty {
  display: none;
}
#product .product-customization .card-block {
  padding: 0;
}

.cost-delivery-block {
  margin-top: 1rem;
  padding: 10px 0px 10px 60px;
  position: relative;
}
.cost-delivery-block::before {
  font-family: Material Icons;
  content: "\e558";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  font-size: 36px;
  position: absolute;
  top: 20px;
  left: 10px;
}
.cost-delivery-block .block-title {
  margin: 0;
}

.pm-show-table {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background-color: #f6f6f6;
  border: 1px solid #d4d4d4;
  color: #000 !important;
  text-decoration: none !important;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 1rem;
  gap: 12px;
  font-size: 16px;
  font-weight: bold;
}
.pm-show-table img {
  height: 36px;
  width: auto;
}

.cart-grid-body .cart-overview {
  padding-left: 0;
  padding-right: 0;
}

.product-line-grid {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d4d4d4;
}
.product-line-grid .product-line-info-title {
  font-size: 18px;
  color: #060c0a;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
}
.product-line-grid .product-quantities span {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
.product-line-grid .product-quantities span .dot {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #f9d00b;
  margin-right: 4px;
}
.product-line-grid .product-quantities-green span {
  color: #628d42;
}
.product-line-grid .product-quantities-green .dot {
  background-color: #628d42 !important;
}
.product-line-grid .product-quantities-red span {
  color: #ff001a;
}
.product-line-grid .product-quantities-red .dot {
  background-color: #ff001a !important;
}
.product-line-grid .product-price {
  color: #ff001a;
}
.product-line-grid .qty {
  float: right;
  margin-top: 1rem;
}
.product-line-grid .qty .bootstrap-touchspin {
  float: right;
}
.product-line-grid .qty::after {
  content: "";
  clear: both;
  display: block;
}
@media (max-width: 767px) {
  .product-line-grid .product-line-grid-body {
    text-align: right;
  }
  .product-line-grid .product-line-grid-body .product-line-info-title {
    text-align: right;
  }
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart {
  margin: 0;
}

.limity-kupieckie-nav {
  text-align: center;
  font-size: 14px;
}
.limity-kupieckie-nav .limity-kupieckie-nav-value {
  color: #ff4000;
  font-weight: bold;
}
.limity-kupieckie-nav .limity-kupieckie-nav-label {
  font-weight: bold;
  font-size: 12px;
}

.cart-done-container {
  text-align: center;
}
.cart-done-container .cart-done {
  width: 240px;
  max-width: 60%;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cart-done-container .cart-content-btn a, .cart-done-container .cart-content-btn button {
    width: 100%;
    margin-top: 1rem;
  }
}

.form-group {
  flex-wrap: wrap;
}

.cart-grid .cart-grid-right {
  position: sticky;
  top: 1rem;
}

.ui-autocomplete.searchbar-autocomplete li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.ui-autocomplete.searchbar-autocomplete li a .autocomplete-actions button {
  margin: 0;
  margin-left: 8px;
  background-color: #f9d00b;
  color: #060c0a;
  border: none;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.ui-autocomplete.searchbar-autocomplete li a .autocomplete-actions button:hover {
  cursor: pointer;
  background-color: #060c0a;
  color: #fff;
}

#product .product-attachments .h6 {
  margin-bottom: 24px;
  font-size: 19px;
}
#product .product-attachments .attachment {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#product .product-attachments .attachment:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#product .product-attachments .attachment p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #060c0a;
}
#product .product-attachments .attachment p a {
  font-size: 18px;
  font-weight: 500;
  color: #060c0a;
}

body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent > a {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 0px;
}

#mega_menu_plus {
  font-family: "Open Sans", sans-serif !important;
}
#mega_menu_plus * {
  font-family: "Open Sans", sans-serif !important;
}

#mega_menu_plus .menu-item-link-text {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500;
}

body #mega_menu_plus ul.mg-menu.menu-content {
  text-align: center !important;
  margin: 0 !important;
}

body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent > .sub {
  background-color: #fff !important;
  border: 1px solid rgba(171, 172, 183, 0.5) !important;
  border-radius: 15px;
  padding-bottom: 1rem !important;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
}

body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent > .sub .content_submenu ul {
  background-color: transparent !important;
}

#mega_menu_plus .menu-item-link-text, .content_submenu .titlesub a span {
  color: #060c0a !important;
}

@media (max-width: 767px) {
  .header-nav #mega_menu_plus {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .header-nav #mega_menu_plus .mobi a {
    padding: 0 !important;
    border: none !important;
    float: left;
    margin: 0 1rem;
    vertical-align: middle;
    cursor: pointer;
    line-height: 50px;
    font-size: 24px;
  }
}

#header .header-nav #menu-icon {
  display: none;
}

@media (max-width: 767px) {
  .header-top-right #mega_menu_plus {
    display: none;
  }
}

@media (max-width: 767px) {
  body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent > a {
    line-height: normal;
    padding: 0;
  }
}

@media (max-width: 767px) {
  body #mega_menu_plus ul.mg-menu.menu-content > li {
    text-align: left;
  }
}

@media (max-width: 767px) {
  body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent > .sub {
    border: none !important;
    padding: 0;
    margin: 0;
    margin-top: 1rem;
  }
}

#mega_menu_plus .nav-currency-lang {
  padding: 5px;
  text-align: left;
  display: none;
}
@media (max-width: 767px) {
  #mega_menu_plus .nav-currency-lang {
    display: block;
  }
}
#mega_menu_plus .nav-currency-lang .language-selector-wrapper {
  flex-wrap: nowrap;
  display: flex;
  gap: 8px;
}
#mega_menu_plus .nav-currency-lang .language-selector-wrapper select {
  border-bottom: 1px solid #eee !important;
}

@media (max-width: 600px) {
  #mega_menu_plus > ul.mg-menu.clearfix.menu-content {
    width: 100% !important;
  }
}

#mega_menu_plus .titlesub span {
  font-size: 1.25rem !important;
  color: #ff4000 !important;
  font-weight: bold !important;
}
@media (max-width: 767px) {
  #mega_menu_plus .titlesub span {
    font-size: 1rem !important;
    color: #060c0a !important;
  }
}

.red-dot {
  color: #ff001a;
}

.form-group .form-control-comment {
  display: none;
}

.custom-product-quantity {
  margin-right: 4px;
}

#product .tabs .nav-tabs {
  position: sticky;
  top: 0;
  background-color: #fff;
}

body #mega_menu_plus ul.mg-menu > li > a {
  font-size: 16px !important;
}

body #mega_menu_plus ul.mg-menu.menu-content > li {
  padding: 0 !important;
}/*# sourceMappingURL=custom.css.map */