@font-face {
  font-display: swap;
  font-family: 'Bassier';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/bassier5.woff2') format('woff2');
}

* {
  box-sizing: border-box;
}

a:active,
a:focus {
  text-decoration: none;
}

body {
  font-family: "Bassier", sans-serif;
}

.headerWrapper {
  display: block;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 0px;
  width: 100%;
  max-width: 1900px;
  z-index: 999999999999;
}

.information-information .documentContent {
  margin-top: 100px;
}

.header {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
}

.headerLeft {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 60px;
  width: 100%;
  max-width: 1000px;
  filter: drop-shadow(rgba(255, 255, 255, 1) 0px 0px .5px);
}

.headerLogo {
  display: inline-flex;
  position: relative;
  max-width: 130px;
  padding: 0 20px;
  min-width: 190px;
  background: black;
}

.headerWhite .headerLogo {
  background: white;
  border: 1px solid transparent;
}

@media (max-width:1200px) {
  .headerLeft {
    filter: inherit;
  }

  .headerWhite .headerNav {
    margin-left: -1px !important;
  }

  .headerWhite .headerLogo {
    border: 1px solid white !important;
  }

  .headerSearchElText {
    width: 100%;
    max-width: 500px;
  }
}

.headerWhite .headerLogo svg path {
  fill: black !important;
}

.headerLogo svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.headerNav {
  display: flex;
  height: 100%;
  height: 55px;
  position: relative;
  max-width: 800px;
  background: black;
  width: 100%;
  justify-content: center;
  flex-direction: row;
}

.headerWhite .headerNav {
  background: white;
  border-color: transparent;
  color: black;
}

.headerNav:after {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0px;
  margin-left: -1px;
  left: calc(100% - 0px);
  background: black;
  -webkit-clip-path: polygon(0 0, 100% 0, 1px 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 1px 100%, 0 100%);
}

.headerWhite .headerNav:after {
  border-color: transparent;
  background: white;
}

.headerWhite .headerLogo {
  filter: drop-shadow(rgba(0, 0, 0, .2) 0px 0px 5px);
  z-index: 99;
}

.headerWhite .headerNav {
  filter: drop-shadow(rgba(0, 0, 0, .2) 0px 0px 5px);
}

.headerNav:before {
  content: "";
  display: none;
  width: calc(sqrt(6050) * 1px);
  height: calc(sqrt(6050) * 1px);
  position: absolute;
  bottom: 0;
  left: 100%;
  transform: rotate(45deg) translate(50%, 22%);
  border-left: 1px solid #fff;
  pointer-events: none;
}

.headerWhite .headerNav:before {
  border-color: transparent;
}

.headerNav>ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}

.headerNav a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.headerWhite .headerNav a {
  color: black;
}

.headerWhite .headerNav {
  margin-left: 5px;
}

.headerNav>ul>li>a,
.headerNav>ul>li {
  display: flex;
  align-items: center;
  height: 55px;
}

.headerNav>ul>li>a {
  display: flex;
  position: relative;
  overflow: hidden;
  transition: .4s;
  z-index: 99;
  padding: 0px 20px;
}



.headerNav>ul>li>a::before {
  content: " ";
  transition: .3s ease-in-out 0s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-150%);
  width: calc(100% + 80px);
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  z-index: 0;
}

.headerNav>ul>li:hover>a {
  color: black;
}

.headerWhite .headerNav>ul>li>a::before {
  background-color: black;
}

.headerWhite .headerNav>ul>li:hover>a {
  color: white;
}

.headerNav>ul>li:hover>a::before {
  transform: translateX(-50%);
}

.headerNavFirstLinkSpan {
  z-index: 99;

}


.headerNav>ul>li>ul {
  position: absolute;
  visibility: hidden;
  top: 100%;
  opacity: 0;
  background-color: #fff;
  padding: 32px 40px;
  box-shadow: 0px 3px 10px 0px black;
  transition: .4s;
}

.headerWhite .headerNav>ul>li>ul,
.headerWhite .headerSearchResult {
  box-shadow: none;
}

.headerNav>ul:not(.headerNavMobile)>li:hover ul {
  visibility: visible;
  opacity: 1;
}

.headerNav>ul>li>ul a {
  display: flex;
  position: relative;
  color: black;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.headerNav ul,
.headerNav li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.headerNavTitle {
  display: inline-block;
  position: relative;
  font-size: 21px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 15px;
}

.headerNavSupportTitle::after,
.headerNavTitle::after {
  transition: all .3s ease-in-out 0s;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: bottom left;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.headerNav ul>li>ul>li>a:hover .headerNavSupportTitle::after,
.headerNav ul>li>ul>li>a:hover .headerNavTitle::after {
  bottom: -3px;
  transform: scaleX(1);
  transform-origin: bottom left;
  opacity: 1;
}

.headerNavNumber {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 12px;
  color: black;
}

.headerNavSupportTitle {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.headerNavDescription {
  text-align: right;
  font-size: 12px;
  color: #a0a0a0;
}

.headerLog,
.headerFav {
  display: inline-flex;
  position: relative;
  height: 55px;
  width: 55px;
  border: 1px solid #fff;
  background-color: transparent;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  text-align: center;
  background: white;
  color: black;
  border-color: white;
  transition: .4s;
  margin-left: 10px;
}

.headerLog:hover,
.headerFav:hover {
  text-decoration: none;
  color: black;
  background: white;
}

.headerWhite .headerLog,
.headerWhite .headerFav {
  background: black;
  color: white;
  border-color: black;
}

.headerRight {
  display: flex;
}

.headerLog {}

@media (max-width:1270px) {
  .headerFav {
    display: none;
  }

  .headerLog {
    display: none;
  }
}

.headerCart {
  display: inline-flex;
  position: relative;
  height: 55px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-clip-path: polygon(37px 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 37px);
  clip-path: polygon(37px 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 37px);
  padding-left: 30px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  padding-right: 10px;
  background: white;
  color: black;
  border-color: white;
  transition: .4s;
}

.headerCart:hover {
  text-decoration: none;
  color: black;
  background: white;
}

.headerCart:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: " ";
  transform: rotate(45deg);
  width: calc(sqrt(2665) * 1px);
  height: calc(sqrt(2665) * 1px);
  border-left: 1px solid #fff;
}

.headerWhite .headerCart {
  background: black;
  color: white;
  border-color: black;
}

.headerWhite .headerCart:after {
  border-left: 1px solid black;
}

.homepageSliderSection {
  width: 100%;
  max-height: 100vh;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.homepageSliderSection .item img.img-responsive {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
  object-position: center;
}

.homepageSliderSection .item a {
  display: inline-block;
  position: absolute;
  font-size: clamp(14px, 2vw, 24px);
  font-weight: bold;
  z-index: 99;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-decoration: none;
  letter-spacing: 0.2vw;
  padding: 1.5vh 3vw;
  text-align: center;
  border: 0.1vw solid white;
  background: rgba(0, 0, 0, .2);
  transition: .4s;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.homepageSliderSection .item a:hover {
  background: white;
  color: black;
}

.headerCartBtn {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.headerNavDescription {
  display: inline-flex;
  position: relative;
  gap: 5px;
}

.headerNavDescMinSvg {
  display: inline-block;
  width: 85px;
}

.searchRow {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.searchInputContainer {
  display: flex;
  position: relative;
  font-size: 14px;
  height: 40px;
  width: 93%;
  color: #000;
  background: #e6e6e6;
  border: 0;
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  overflow: visible;
}

.searchInput {
  display: block;
  position: relative;
  padding: 0 20px;
  background: #e6e6e6;
  width: calc(100% - 40px);
  border: 0;
  outline: 0;
}

.searchBtn {
  display: inline-flex;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #000000;
  color: white;
  border: 0;
  outline: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 40px;
  padding-right: 10px;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
}

.headerSearchResult {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  background: white;
  border-left: 2px groove black;
  width: 100%;
  max-width: 300px;
  height: 100%;
  padding: 10px;
  overflow-y: auto;
}

.headerSearchResult::-webkit-scrollbar {
  appearance: none;
  width: 1px;
  height: 1px;
}

.headerSearchResult::-webkit-scrollbar-track {
  appearance: none;
  background: #ffffff;
  border-radius: 1px;
}

.headerSearchResult::-webkit-scrollbar-thumb {
  appearance: none;
  background-color: #000000;
  border-radius: 1px;
  border: 1px solid #ffffff;
}

.headerSearchResult::-webkit-scrollbar-thumb:hover {
  background-color: #333333;
}

.headerSearchResult {
  appearance: none;
  scrollbar-width: thin;
  scrollbar-color: #000000 #ffffff;
}

a.headerSearchElRow {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-content: center !important;
  justify-content: flex-start !important;
}

.headerSearchElText {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  max-width: 300px;
}

.headerSearchElImg img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.headerSearchElTitle {
  font-size: 16px;
}

.headerSearchElSeries {
  display: inline-flex;
  position: relative;
  gap: 5px;
}

.headerSearchElSeries img {
  width: 50px;
  filter: brightness(0) saturate(100%);
}

.headerSearchElSeries::after {
  display: inline-block;
  position: relative;
  height: 3px;
  content: " ";
  width: calc(100% - 50px);
  background: black;
}

.headerSearchElSubtitle {
  font-size: 12px;
  clip-path: polygon(0px 0px, 100% 0px, calc(100% - 20px) 100%, 0px 100%);
  background: #9E9E9E;
  padding: 2px;
  color: white;
  font-weight: bold;
  padding-right: 15px;
}

.headerSearchElStock {
  font-size: 12px;
  padding: 2px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}

.footerWrapper {
  display: block;
  position: relative;
  background: black;
}

.footer {
  display: flex;
  position: relative;
  padding: 40px 20px;
  width: 100%;
  max-width: 1900px;
  margin: 0px auto;
  justify-content: space-between;
  flex-direction: row;
  gap: 30px;
}

.footerCarproBg svg {
  display: block;
  position: absolute;
  width: 100%;
  opacity: .1;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footerTerms {
  display: block;
  position: relative;
  text-align: right;
}

.footerTerms ul,
.footerTerms li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footerTerms ul {
  display: block;
  position: relative;
}

.footerTerms ul li {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.footerTerms ul li a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.footerBottom {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 20px 20px;
  width: 100%;
  max-width: 1900px;
  margin: 0px auto;
}

.footerCopyright {
  color: white;
  text-align: left;
}

.footerLogo svg {
  display: block;
  position: relative;
  width: 170px;
  height: 100%;
}

.footer ul,
.footer li,
.footer a {
  text-decoration: none;
  color: white;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  text-transform: uppercase;
}

.footerInfoTitle a,
.footerCategoriesTitle a {
  display: block;
  position: relative;
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.footer li a {
  display: block;
  position: relative;
  padding: 5px 0px;
}

.footerInfo,
.footerCategories {
  padding: 0px 20px;
}

.footerRightSide {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  font-size: 16px;
  gap: 10px;
}

.footerSocial {
  text-align: center;
}

.footerSocial a {
  font-size: 36px;
  margin-left: 10px;
}

.footerWorktime {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 16px;
}

.footerEmail a {
  font-weight: normal;
}

.footerPhones a {
  font-size: 16px;
  font-weight: normal;
}

.pageContent {
  padding: 20px 20px;
  width: 100%;
  max-width: 1900px;
  margin: 0px auto;
}

.pageContentTitle {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: black;
  text-transform: uppercase;
}

.homeSectionWelcome {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1900px;
  margin: 0px auto;
  padding: 180px 20px;
  text-align: center;
}

.homeSectionWelcomeText {
  display: block;
  position: relative;
  text-align: center;
  z-index: 99;
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
  font-size: 24px;
}

.homeSectionWelcomeTextTitle {
  font-weight: 700;
  color: #ff2400;
  font-size: 30px;
  margin: 20px 0px;
}

.homeSectionWelcomeTextSubtitle {
  display: block;
  position: relative;
  z-index: 99;
  font-size: 20px;
}

.homeSectionWelcomeImg1 {
  display: inline-block;
  position: relative;
  max-width: 900px;
  width: 100%;
  z-index: 99;
  text-align: center;
  pointer-events: none;
}

.homeSectionWelcomeImg2 {
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: 0px;
  top: calc(100% - 50px);
  pointer-events: none;
  height: 120px;
}

.productListWrapper {
  --padding-right: 15px;
  --padding-left: 15px;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 15px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
  height: 100%;
  padding-right: var(--padding-right);
  padding-left: var(--padding-left);
  margin-left: auto;
  margin-right: auto;
  max-width: 1900px;
}

.productList {
  display: grid;
  width: 100%;
  margin: 0px auto;
  padding: 20px 0px;
  grid-column: 2 / -2;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 80px;
}

.productItem {
  transition: all .3s ease-in-out 0s;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  min-width: 33%;
}

.productTitle {
  background: white;
  padding: 0px 10px;
  font-size: clamp(24px, 3.5vw, 60px);
  line-height: clamp(32px, 7vw, 110px);
  color: black;
  font-weight: bold;
  letter-spacing: -1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.productTagRow {
  background: white;
  padding: 0px 10px;
  border-left: 1px solid #dcdde2;
  border-right: 1px solid #dcdde2;
  border-top: 1px solid #dcdde2;
  display: flex;
  gap: 3px;
  padding-right: 30px;
}

.productTag {
  display: inline-flex;
  align-items: center;
  position: relative;
  background: #a5a7ac;
  font-weight: bold;
  color: white;
  border: 0;
  font-size: clamp(14px, 1vw, 18px);
  padding: 2px 20px;
  clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  margin-right: -20px;
}

.productTag:first-child {
  padding: 2px 20px;
  padding-left: 10px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}

.productStoreRow {
  background: white;
  padding: 0px 10px;
  border-left: 1px solid #dcdde2;
  border-right: 1px solid #dcdde2;
  padding-top: 3px;
}

.productStore {
  display: inline-block;
  position: relative;
  background: #a5a7ac;
  font-weight: bold;
  color: white;
  border: 0;
  font-size: clamp(14px, 1vw, 18px);
  padding: 2px 20px;
  clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  margin-right: -20px;
  transition: .4s all;
}

.productStorePrice {
  display: inline-flex;
  position: relative;
  font-weight: normal;
}

.productStorePriceOld {
  text-decoration: line-through;
  margin-left: 10px;
  font-size: clamp(14px, 1vw, 18px);
}

.productStore:first-child {
  padding: 2px 20px;
  padding-left: 10px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}

.productItem .productStorePrice {
  background: black;
}

.productItem .productStoreStatus-instock {
  background: green;
}

.productItem .productStoreStatus-outofstock {
  background: red;
}

.productItem .productStoreStatus-preorder {
  background: #3f51b5;
}

.productItem .productStoreStatus-closell {
  background: #ff5722;
}

.productTitle {
  border-left: 1px solid #dcdde2;
}


.productSeries {
  padding-top: 20px;
  background: white;
  border-left: 1px solid #dcdde2;
  min-height: 40px;
}

.productSeries img {
  padding-left: 10px;
  width: 140px;
  filter: brightness(0) saturate(100%);
}

.productInnerDivider {
  display: block;
  position: relative;
  content: " ";
  height: 1px;
  margin-top: -1px;
  background: #dcdde2;
  left: 18px;
  width: calc(100% - 18px - 80px);
}

.productInnerDivider::after {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: calc(100% + 0px);
  width: 76px;
  height: 80px;
  background-color: #ffffff;
  z-index: 99;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.productInnerDivider::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% + 0px);
  width: 110px;
  height: 1px;
  background-color: #dcdde2;
  transform-origin: left center;
  transform: rotate(-47deg);
  z-index: 2;
}

.productImgContainer {
  position: relative;
  width: 100%;
  /* height: 400px; */
  aspect-ratio: 1 / 1;
  overflow: hidden;
}


.featuredTitle img {
  position: static !important;
  height: auto !important;
  width: 100%;
  inset: 0px;
  color: transparent;
}

.featuredWrapper {
  display: block;
  position: relative;
  margin-top: -50px;
  margin-bottom: 150px;
}

.featuredWrapper-featureTrand {
  margin-top: 100px;
}

.productImgContainer:before {
  content: "";
  display: block;
  width: 18px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 1px;
  z-index: 999999;
}

@media only screen and (min-width: 1280px) {
  .productImgContainer:before {
    width: 38px;
  }

  .productInnerDivider {
    left: 38px;
    width: calc(100% - 38px - 80px);
  }
}

.productImgInner {
  width: 100%;
  position: relative;
  aspect-ratio: 1;
  z-index: 9999;
}

.productImgInner img {
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100%;
  /* height: 400px; */
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -100%);
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

.productImgBgWrapper {
  background-color: #dcdde2;
  border: 1px solid #dcdde2;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9999;
  -webkit-clip-path: polygon(80px 0, 100% 0, 20px 100%, 0 100%, 0 80px);
  clip-path: polygon(80px 0, 100% 0, 20px 100%, 0 100%, 0 80px);
}

@media only screen and (min-width: 1280px) {
  .productImgBgWrapper {
    -webkit-clip-path: polygon(145px 0, 100% 0, 40px 100%, 0 100%, 0 145px);
    clip-path: polygon(145px 0, 100% 0, 40px 100%, 0 100%, 0 145px);
  }
}

.productImgBgInner {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-clip-path: polygon(80px 0, calc(100% - 1px) 0, 19px 100%, 0 101%, 0 80px);
  clip-path: polygon(80px 0, calc(100% - 1px) 0, 19px 100%, 0 101%, 0 80px);
}

@media only screen and (min-width: 1280px) {
  .productImgBgInner {
    -webkit-clip-path: polygon(145px 0, calc(100% - 1px) 0, 39px 100%, 0 101%, 0 145px);
    clip-path: polygon(145px 0, calc(100% - 1px) 0, 39px 100%, 0 101%, 0 145px);
  }
}

.productDesc {
  display: block;
  position: relative;
  padding: 20px 10px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: rgb(220, 221, 226);
  text-align: left;
}

.productDescInner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.4;
  min-height: 62px;
}

.productTag,
.productImgContainer,
.productInnerContainer,
.productItem {
  transition: .4s all;
}

.productInnerContainer {
  background: white;
}

.productImgContainer {
  z-index: 9999;
}

.productItem:hover .productImgContainer {
  z-index: 9999;
}

.productInnerContainer {
  z-index: 1;
}

.productItem:hover .productInnerContainer {
  z-index: 1;
}

.productItem:hover .productInnerContainer {
  filter: drop-shadow(rgba(0, 0, 0, 0.12) -11.3868px 29.2592px 16.0206px);
}

.productItem .productTag {
  background: black;
  color: white;
}

.productLink {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  cursor: pointer;
}

@media (max-width:1280px) {
  .productList {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width:1000px) {
  .footer {
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .footerBottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .footerCopyright {
    text-align: center;
  }

  .footerTerms {
    text-align: center;
  }

  .footerCategories {
    width: 100%;
    max-width: 400px;
  }

  .footerInfo {
    width: 100%;
    max-width: 400px;
  }
}


@media (max-width:700px) {
  .productList {
    grid-template-columns: repeat(1, 1fr);
  }
}


.lineWithButton {
  display: block;
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 126px;
  margin: 150px 0px;
}

.lineWithButtonLine {
  display: block;
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 126px;
  background-image: url('/image/template/bg-lines.png');
  background-repeat: repeat;
  background-size: auto;
  opacity: .3;
}

.btnLineWithButton {
  display: block;
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.lineWithButtonBg {
  display: block;
  padding: 3px;
  background: black;
  width: fit-content;
  text-decoration: none;
  font-weight: bold;
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.btnLineWithButton a span {
  display: block;
  position: relative;
  z-index: 99;
  min-width: 300px;
}

.btnLineWithButton a {
  display: block;
  position: relative;
  padding: 20px;
  background: white;
  width: fit-content;
  text-decoration: none;
  font-size: clamp(16px, 1.5vw, 21px);
  letter-spacing: 1px;
  color: black;
  font-weight: bold;
  min-width: 300px;
  text-align: center;
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.btnLineWithButton a::before {
  content: " ";
  transition: transform .3s ease-in-out 0s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-150%);
  width: calc(100% + 80px);
  height: 100%;
  min-width: 300px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  z-index: 0;
  background-color: black;
}

.btnLineWithButton:hover a::before {
  transform: translateX(-50%);
}

.btnLineWithButton:hover a {
  color: white;
  z-index: 1;
}

.postTitle img {
  position: static;
  height: auto;
  width: 100%;
  inset: 0px;
  color: transparent;
}

.postListWrapper {
  --padding-right: 15px;
  --padding-left: 15px;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 15px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
  height: 100%;
  padding-right: var(--padding-right);
  padding-left: var(--padding-left);
  margin-left: auto;
  margin-right: auto;
  max-width: 1900px;
}

.postList {
  display: grid;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0px;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 60px;
  grid-column: 2 / -2;
}

@media (max-width: 1280px) {
  .postList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .postList {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
}

.postItem {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}

.postItemImg {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%, 0 80px);
}

.postItem:hover {
  filter: drop-shadow(rgba(0, 0, 0, .2) 0px 0px 5px);
}

.postItemContent {
  display: block;
  position: relative;
  background: white;
  padding: 10px;
  border: 1px solid #dcdde2;
  flex-grow: 1;
}

.postItem:hover img {
  transform: scale(1.05);
}

.postItemImg img {
  transition: 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  inset: 0px;
  aspect-ratio: 1;
  object-fit: cover;
  color: transparent;
}

.postItemTags,
.postItemTag,
.postItem {
  transition: .4s all;
}

.postList-tips {
  margin-top: -50px;
}

.postList-media {
  margin-top: -50px;
}

.postTitle-Manual {
  margin-top: 50px;
}

.postTitle-Media {
  margin-top: 50px;
}

.postItemTitle {
  background: white;
  font-size: clamp(24px, 3vw, 29px);
  color: black;
  font-weight: bold;
  letter-spacing: -1px;
  white-space: break-spaces;
  padding-bottom: 15px;
}

.postItemTags {
  background: white;
}

.postItemTag {
  display: inline-block;
  position: relative;
  background: #a5a7ac;
  font-weight: bold;
  color: white;
  border: 0;
  font-size: clamp(14px, 1vw, 18px);
  padding: 2px 20px;
  clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  margin-right: -20px;
}

.postItemTag:first-child {
  padding: 2px 20px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}

.postItemDesc {
  display: block;
  position: relative;
  padding: 10px 0px;
  min-height: 62px;
}

.postItemDescInner {
  display: -webkit-box;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.4;
}


.postItemDesc p {
  margin: 0px;
}

.postLink {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  cursor: pointer;
}

.blogContent {
  display: block;
  position: relative;
  margin-top: 150px;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  margin-top: 150px;
  padding: 20px clamp(20px, 5vw, 60px);
}

.blogTitle {
  background: white;
  font-size: clamp(24px, 3vw, 29px);
  color: black;
  font-weight: bold;
  letter-spacing: -1px;
  white-space: break-spaces;
  padding-bottom: 15px;
}

.blogContentText {}

.blogContentText img {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 600px;
  padding: 20px;
}

.blogImgCenter {
  left: 50%;
  transform: translate(-50%, 0%);
}

.headerNavBtn {
  display: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  position: relative;
  cursor: pointer;
  background: white;
  border: 1px solid white;
  transition: .4s all;
  margin-left: 0px;
  flex-shrink: 0;
  flex-grow: 0;
}

.headerWhite .headerNavBtn {
  background: black;
  border-color: black;
  color: white;
}

.headerWhite .headerNavBtn span,
.headerWhite .headerNavBtn::before,
.headerWhite .headerNavBtn::after {
  background-color: white;
}

.headerNavBtn span,
.headerNavBtn::before,
.headerNavBtn::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
  transition: 0.4s ease;
}

.headerNavBtn span {
  top: 50%;
  transform: translateY(-50%);
}

.headerNavBtn::before {
  top: 16px;
}

.headerNavBtn::after {
  bottom: 16px;
}

.headerNavBtn.active span {
  opacity: 0;
}

.headerNavBtn.active::before {
  transform: rotate(45deg);
  top: 50%;
}

.headerNavBtn.active::after {
  transform: rotate(-45deg);
  bottom: auto;
  top: 50%;
}

@media (max-width:1270px) {
  .headerNav ul {
    display: none;
  }

  .headerNav {
    margin-left: -2px;
  }

  .headerLogo {
    border-right: 0px;
  }

  .headerNavBtn {
    display: inline-flex;
    visibility: visible;
    opacity: 1;
    margin-left: 15px;
    filter: drop-shadow(rgba(0, 0, 0, .2) 0px 0px 5px);
  }

  .headerWhite .headerNav {
    margin-left: 0px;
  }

  .headerWhite .headerLogo {
    filter: inherit;
    border-right: 0px solid white;
  }

  .headerWhite .headerNav {
    filter: inherit;
  }

  .headerLeft {
    padding-right: 45px;
    filter: inherit;
  }

}

.headerNavMobile {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  left: 0px !important;
  top: 0px !important;
  height: 100vh !important;
  background: white;
  z-index: -1;
  padding: 20px !important;
  padding-top: 100px !important;
  overscroll-behavior: contain;
  height: calc(100vh);
  overflow-y: auto;
}

.headerNavMobile a {
  color: black;
}

.headerWhite .headerNavMobile {
  background: white;
}

.headerWhite .headerNavMobile a {
  color: black;
}

.headerNavMobile>li {
  width: 100%;
}

.headerNavMobile>li>a {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}

.headerNavMobile>li>a {
  padding: 0px !important;
  padding-right: 40px !important;
}

.headerWhite .headerNavMobile .headerNavLiHasChildLink::after {
  color: black;
}

.headerNavMobile .headerNavLiHasChildLink::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 24px;
  right: 10px;
  color: black;
}

.headerNavMobile>li {
  display: block !important;
  height: auto !important;
}

.headerNavMobile .headerNavMobUlShow {
  display: block;
  position: relative;
  left: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  visibility: visible;
  opacity: 1;
}

.headerNavMobile .headerNavLiHasChild {
  flex-direction: column;
}

.headerNavMobile>li>ul {
  padding: 0px !important;
  box-shadow: inherit !important;
}

.headerNavMobile>li>ul>li {
  display: block;
}

.headerNavMobile .headerNavDescription {
  display: none;
}

.headerNavMobile .headerNavTitle {
  width: 100%;
}

.headerNavMobile .headerSearchResult {
  display: none;
  position: relative;
  left: inherit;
  top: inherit;
  background: white;
  border-left: 0px;
  width: 100%;
  max-width: inherit;
  height: 340px;
  overflow-y: auto;
}

.headerNavMobile>li:hover>a::after {
  color: white !important;
}

.headerNavMobile .headerNavFirstLinkSpan {
  padding-left: 10px;
}

.headerNavMobile>li>ul>li>a {
  padding: 15px 0px;
}

.headerNavMobile .headerNavNumber {
  top: 10px;
}

.headerNavMobile>li>a::before {
  background: black !important;
}

.headerNavMobile>li:hover>a {
  color: white !important;
}

.headerNav li.headerNavMobileLiShow {
  display: none;
}

.headerNavMobile .headerNavMobileLiShow {
  display: block;
}

.headerNavMobile .headerNavSupportTitle {
  text-transform: uppercase;
}



@media (max-width:700px) {
  .featuredWrapper {
    margin-top: 0px;
  }

  .postList-tips {
    margin-top: 0px;
  }

  .postList-media {
    margin-top: 0px;
  }

  .homeSectionWelcome {
    padding: 60px 20px;
  }

  .homeSectionWelcomeTextTitle {
    font-size: 18px;
  }

  .homeSectionWelcomeTextSubtitle {
    font-size: 15px;
  }
}

@media (max-width:500px) {
  .homepageSliderSection .item a {
    bottom: inherit;
    top: 170px;
    font-size: clamp(10px, 2vw, 24px);
  }
}



@media (max-width:470px) {
  .headerNav {
    margin-left: 0px;
  }

  .headerLogo {
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    padding-right: 0px;
    border: 0px !important;
    filter: drop-shadow(rgba(0, 0, 0, .2) 0px 0px 5px) !important;
  }

  .headerNav:before,
  .headerNav:after {
    display: none;
  }

  .headerLogo:after {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0px;
    margin-left: -1px;
    left: 100%;
    background: black;
    border-right: 0px;
    border-top: 0px;
    -webkit-clip-path: polygon(0 0, 100% 0, 1px 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 1px 100%, 0 100%);
  }

  .headerWhite .headerLogo {
    border: 0px !important;
  }

  .headerWhite .headerLogo:after {
    background: white;
  }
}

@media (max-width:500px) {
  .footerCopyright {
    font-size: 15px;
  }

  .productTitle {
    font-size: 37px;
    line-height: 57px;
  }
}

.carproFormTitle {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 52px;
  color: #fff;
  font-size: 42px;
  text-align: center;
}

.carproFormWrapperRegister,
.carproFormWrapperLogin {
  margin: 0px auto;
  margin-top: 150px;
  width: 100%;
  padding: 0px 20px;
  max-width: 500px;
}

.carproForm {
  display: block;
  position: relative;
  background-color: #121313;
  -webkit-clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
  clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
  padding: 50px;
  color: white;
  width: 100%;
}

.carproForm legend {
  color: white;
  border-bottom: 1px solid #3e4042;
}

.carproForm a {
  color: white;
  text-decoration: none;
}

.carproForm a:hover {
  color: white;
  text-decoration: none;
}

.carproForm .control-label {
  display: inline-block;
  position: relative;
  transition: all .3s ease-in-out 0s;
  color: #000;
  font-weight: 400;
  background-color: #3e4042;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  padding: 0 38px 0 15px;
  margin-right: -1px;
  border: 1px solid #3e4042;
  font-size: 18px;
  margin-bottom: 0px;
}

.carproForm .carproFormBtn {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  -webkit-clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
  clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
  padding: 10px;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  width: 100%;
  margin: 0px auto;
  margin-top: 20px;
  line-height: inherit;
  text-decoration: none;
  height: inherit;
  transition: .4s;
}

.carproForm .carproFormBtn:hover {
  text-decoration: none;
  color: black;
  background: gray;
}

.carproForm select,
.carproForm textarea,
.carproForm input {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.28;
  letter-spacing: -.06px;
  font-weight: 500;
  height: 40px;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #3e4042;
  border-radius: 0px;
  background: black;
  color: white;
}

.carproForm input::placeholder {
  color: gray;
}

.carproForm textarea {
  height: 150px;
  padding: 20px;
}

.carproFormCheckboxRow label {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.carproForm input[type="checkbox"] {
  width: 30px;
  margin-right: 10px;
}

.carproForm input[type="radio"] {
  width: 30px;
  margin-right: 10px;
  height: 20px;
  margin-top: 0px;
}

.carproFormCheckboxRow {
  margin-top: 15px;
}

.modal-dialog {
  margin-top: 100px;
}

.carproFormResetPassLink {
  display: block;
  position: relative;
  margin-top: 15px;
  font-size: 18px;
}

@media(max-width:560px) {
  .carproFormTitle {
    font-size: 30px;
  }

  .carproForm {
    padding: 25px;
  }
}

@media(max-width:400px) {
  .carproFormTitle {
    font-size: 28px;
  }
}

body[class*="account"] {
  margin-top: 150px;
}

#column-right {
  text-align: center;
  display: block;
}

.carproFormList {
  display: inline-block;
  position: relative;
  padding: 20px;
  margin: 10px auto;
}

.carproFormList a {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  background: rgba(255, 255, 255, .1);
  margin: 5px 0px;
  text-align: center;
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.carproFormList .carproFormTitle {
  font-size: 24px;
  margin-bottom: 10px;
}

.carproAccountBtn {
  display: inline-block;
  position: relative;
  background: #121313;
  background-color: #121313;
  color: white;
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: inherit;
  text-decoration: none;
  height: inherit;
  transition: .4s all;
  border: 0px;
}

.carproAccountBtn:active,
.carproAccountBtn:focus,
.carproAccountBtn:hover {
  text-decoration: none;
  color: black;
  background-color: #e7e7e7;
  background: #e7e7e7;
  border: 0px;
}

body.checkout-success {
  margin-top: 150px;
}

.carproForm .table-hover>tbody>tr:hover {
  background-color: #3c3c3c;
}

.carproFormWhiteImg {
  background: white;
}

.wishlistWrapper {}

.productItemWishlistDelete {
  display: inline-block;
  position: relative;
  background: #121313;
  background-color: #121313;
  color: white;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: inherit;
  text-decoration: none;
  height: inherit;
  transition: .4s all;
  border: 0px;
  z-index: 999999999;
  text-align: center;
}

.productItemWishlistDelete:hover {
  color: white;
  text-decoration: none;
}

.text-right .carproAccountBtn {
  margin: 5px;
}

body.checkout-cart {
  margin-top: 150px;
}

body.error-not_found {
  margin-top: 150px;
}

.wishlistNoProducts {
  display: inline-block;
  position: relative;
  padding: 50px;
  width: 90%;
  font-size: 24px;
  max-width: 900px;
  background-color: #121313;
  -webkit-clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
  clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
  color: white;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0%);
}

.cartProduct {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 15px;
  background: #fff;
  border: 2px solid #000;
  padding: 15px;
  margin-bottom: 15px;
  padding-right: 40px;
}

.cartProductImage img {
  max-width: 100px;
  height: auto;
  border: 2px solid #000;
}

.cartProductInfo {
  flex: 1;
  min-width: 200px;
  font-family: Arial, sans-serif;
  color: #000;
}

.checkoutProductTitle a {
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.checkoutProductTitle a:hover {
  color: #555;
}

.productPageGifts,
.productOptions,
.cartQuantity {
  margin-top: 10px;
}

.productPageGift,
.productOptions small {
  font-size: 12px;
  color: #000;
}

.cartQuantity {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cartQuantity input {
  width: 60px;
  text-align: center;
  border: 2px solid #000;
  padding: 5px;
}

.cartProductPrice {
  text-align: right;
  font-weight: 700;
  color: #000;
}

.cartProductPrice .total {
  font-size: 2rem;
  text-align: right;
}

.cartProductRecommended {
  width: 100%;
  margin-top: 15px;
}

.recommendedTitle {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.recommendedList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.recommendedItem {
  border: 2px solid #000;
  padding: 8px 12px;
  font-size: 0.85rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.recommendedItem:hover {
  background: #000;
  color: #fff;
}

.cartVoucher {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  background: #fff;
  border: 2px solid #000;
  padding: 15px;
  margin-bottom: 15px;
}

.voucherDesc {
  flex: 1;
  font-size: 0.95rem;
  color: #000;
}

.voucherQty {
  display: flex;
  gap: 10px;
  align-items: center;
}

.voucherQty input {
  width: 60px;
  text-align: center;
  border: 2px solid #000;
  padding: 5px;
}

.voucherPrice {
  font-weight: 700;
  text-align: right;
  color: #000;
}

.carproCartBtn {
  background: #000;
  color: #fff;
  border: 2px solid #000;
  font-size: 20px;
  padding: 0px 5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.carproCartBtn:hover {
  background: #fff;
  color: #000;
}

.carproCartBtn-update,
.carproCartBtn-remove {
  background: #fff;
  color: #000;
}

.carproCartBtn-update:hover,
.carproCartBtn-remove:hover {
  background: #000;
  color: #fff;
}

.carproCartBtn-remove {
  position: absolute;
  border-radius: 0px;
  right: -1px;
  top: -1px;
  width: 30px;
  height: 30px;
}

.cartDiscountNotice {
  margin-bottom: 10px;
  color: #717171;
}

.carproCartBtn-checkout {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  width: 100%;
  font-size: 24px;
  background-color: #121313;
  -webkit-clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
  clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
  color: white;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0%);
  border: 0px;
}

.carproCartBtn-checkout:active,
.carproCartBtn-checkout:focus,
.carproCartBtn-checkout:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}

.cartTotal {
  text-align: right;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .cartProductPrice {
    text-align: center;
  }

  .cartProductInfo {
    text-align: center;
  }

  .cartProduct {
    flex-direction: column;
    align-items: center;
    padding-right: 15px;
  }

  .cartProductPrice {
    text-align: left;
    margin-top: 10px;
  }

  .cartProductImage img {
    max-width: 80px;
  }

  .carproCartBtn-checkout {
    font-size: 20px;
  }

}

body.checkout-checkout {
  margin-top: 150px;
}

.checkout-checkout .panel-heading {
  background: black !important;
  color: white !important;
}

.checkout-checkout #d_quickcheckout a {
  color: black !important;
}

.checkout-checkout .btn {
  background: black !important;
  color: white !important;
  border: 0px !important;
}

.checkout-checkout .btn.active {
  background: #4f4f4f !important;
}

.checkout-checkout .btn.delete {
  background: #a8a8a8 !important;
  color: white !important;
}

.checkout-checkout #remeber_password {
  margin-top: 15px;
  display: block;
}

#button_login,
#qc_confirm_order {
  display: inline-block;
  position: relative;
  background: #121313;
  background-color: #121313;
  color: white;
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: inherit;
  text-decoration: none;
  height: inherit;
  transition: .4s all;
  border: 0px;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  font-weight: bold !important;
}

#button_login:active,
#button_login:focus,
#button_login:hover,
#qc_confirm_order:active,
#qc_confirm_order:focus,
#qc_confirm_order:hover {
  text-decoration: none;
  color: black;
  background-color: #e7e7e7;
  background: #e7e7e7;
  border: 0px;
}

#qc_confirm_order {
  font-size: 24px !important;
}

@media (max-width:500px) {
  #qc_confirm_order {
    font-size: 18px !important;
  }
}


.privatbank_pp_selectcounter {
  font-size: 12px;
  padding-left: 12px;
}

.privatbank_pp_selectcounter div {
  margin-bottom: 10px;
}

.privatbank_pp_overlay {
  display: flex;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: rgba(0, 0, 0, .5);
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.privatbank_pp_wrapper {
  display: inline-block;
  position: relative;
  padding: 20px;
  max-width: 800px;
  height: 80vh;
  overflow-y: auto;
  width: 100%;
  background: white;
  border-radius: 5px;
}

.privatbank_pp_wrapper::-webkit-scrollbar {
  width: 7px;
  height: 7px
}

.privatbank_pp_wrapper::-webkit-scrollbar-button {
  width: 0;
  height: 0
}

.privatbank_pp_wrapper::-webkit-scrollbar-thumb {
  background: black;
  border: 0 none #fff;
  border-radius: 0
}

.privatbank_pp_wrapper::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.privatbank_pp_wrapper::-webkit-scrollbar-thumb:active {
  background: #fff
}

.privatbank_pp_wrapper::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid black;
  border-radius: 0
}

.privatbank_pp_wrapper::-webkit-scrollbar-track:hover {
  background: #fff;
}

.privatbank_pp_wrapper::-webkit-scrollbar-track:active {
  background: black
}

.privatbank_pp_wrapper::-webkit-scrollbar-corner {
  background: transparent
}

.privatbank_pp_wrapper p {
  font-size: 18px;
}

.privatbank_pp_overlay_hidden {
  display: none;
}

.privatbank_pp_close {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  color: black;
  cursor: pointer;
}

.privatbank_pp_close i.fa {
  font-size: 28px !important;
}

.privatbank_pp_showoverlay {
  padding-left: 12px;
  font-size: 13px;
  font-weight: bold;
  color: black;
  cursor: pointer;
}

label[for="novaposhta.novaposhta"] .text::before,
label[for="cs.cs_0"] .text::before {
  display: inline-block;
  position: absolute;
  content: " ";
  top: -4px;
  left: 20px;
  background: url('/image/template/novaposhta.png') no-repeat;
  width: 30px;
  height: 25px;
  background-size: contain;
  background-position: center center;
}

label[for="cs.cs_0"] .text,
label[for="novaposhta.novaposhta"] .text {
  padding-left: 35px;
}

label[for="liqpay"]::after {
  display: inline-block;
  position: relative;
  content: " ";
  background: url('/image/template/visa.png') no-repeat;
  width: 85px;
  height: 10px;
  background-size: contain;
  background-position: center center;
}

label[for="privatbank_paymentparts_pp"]::after {
  display: inline-block;
  position: relative;
  content: " ";
  background: url('/image/template/ppicon.png') no-repeat;
  width: 28px;
  height: 15px;
  background-size: contain;
  background-position: center center;
}

.successFavoriteWrapper,
.successOrderWrapper {
  display: flex;
  position: fixed;
  max-width: 300px;
  width: 100%;
  padding: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
  background-color: #121313;
  -webkit-clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
  clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
  color: white;
}

.successFavoriteWrapperTitle,
.successOrderWrapperTitle {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 19px;
  color: white;
  text-transform: uppercase;
}

.successFavoriteWrapperTitle .fas,
.successOrderWrapperTitle .fas {
  font-size: 48px;
  margin-bottom: 10px;
  color: white;
}

.categoryHeroSection {
  display: flex;
  position: relative;
  width: 100%;
  height: 65vh;
  min-height: 500px;
  padding-top: 100px;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.productCatList {
  display: flex;
  position: relative;
  width: 100vw;
  max-width: 100%;
  min-height: 126px;
  margin-bottom: 50px;

}

.productCatListInner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 100px;
  width: 100%;
  max-width: 1900px;
  padding: 0px 40px;
  margin: 0px auto;
}

.productCatListContainer {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  filter: drop-shadow(rgba(0, 0, 0, 1) 0px 0px 1px)
}

.productCatSearchForm {
  width: 100%;
  max-width: 400px;
}

.productCatListBtn {
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  padding: 10px;
  font-size: 15px;
  color: #000000;
  border: 0px;
  font-weight: bold;
  background: white;
  color: black;
  transition: .4s;
}

.productCatListBtnActive {
  text-decoration: none;
  background: black;
  color: white;
}


.productCatListBtn:hover,
.productCatListBtn:active,
.productCatListBtn:focus {
  text-decoration: none;
  background: black;
  color: white;
}

@media (max-width:1000px) {
  .productCatListInner {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 40px;
  }

  .productCatListContainer {
    justify-content: center;
  }
}

@media (max-width:700px) {
  .productCatListBtn {
    font-size: 14px;
  }
}

.productCatList::before {
  display: block;
  position: absolute;
  content: " ";
  z-index: -1;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  background-image: url('/image/template/bg-lines.png');
  background-repeat: repeat;
  background-size: auto;
  opacity: .1;
}

@media (max-width:1270px) {
  .categoryHeroSection {
    height: 40vh;
  }
}

.categoryHeroSection1 {
  background: url('/image/catalog/banner/categories/catbg.webp') no-repeat;
  background-size: cover;
  background-position: center center;
}

.categoryHeroSectionPpf {
  background: url('/image/catalog/banner/categories/ppf.webp') no-repeat;
  background-size: cover;
  background-position: center center;
}

.categoryHeroImg {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 20px;
}

.categoryHeroSectionPpf .categoryHeroImg img {
  max-width: 700px;
}

.categoryHeroText {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding: 0px 20px;
  margin: 0px auto;
  color: white;
  font-size: 18px;
  margin-top: 20px;
  text-align: left;
}

.productListPagination {
  display: flex;
  position: relative;
  width: 100vw;
  max-width: 100%;
  min-height: 126px;
  margin-bottom: 50px;
}

.productListPagination::before {
  display: block;
  position: absolute;
  content: " ";
  z-index: -1;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  background-image: url('/image/template/bg-lines.png');
  background-repeat: repeat;
  background-size: auto;
  opacity: .1;
}

.carproNavWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 1900px;
  padding: 0px 40px;
  margin: 0px auto;
}

.carproNavPages {
  display: flex;
  position: relative;
  justify-content: center;
  gap: 10px 29px;
  margin: 0px;
  padding: 20px;
  list-style: none;
  background: white;
}

.carproNavPages li.active,
.carproNavPages a {
  color: gray;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

.carproNavPages li.active {
  color: black;
  text-decoration: none;
}

.carproNavPages a:hover {
  color: black;
}

.carproNavNextPage,
.carproNavPrevPage {
  filter: drop-shadow(rgba(0, 0, 0, 1) 0px 0px 1px);
}

.carproNavNextPage a,
.carproNavPrevPage a {
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  padding: 10px;
  font-size: 24px;
  color: #000000;
  border: 0px;
  font-weight: bold;
  background: white;
  color: black;
  transition: .4s;
  cursor: pointer;
  text-decoration: none;
}

.carproNavPageDisabled {
  opacity: .8;
}

@media(max-width:700px) {
  .carproNavWrapper {
    gap: 10px;
    padding: 0px 20px;
  }

  .carproNavPages {
    gap: 5px;
    padding: 5px;
  }

  .carproNavNextPage a,
  .carproNavPrevPage a {
    font-size: 16px;
  }

  .carproNavPages li {
    display: none;
  }

  .carproNavPages li:first-child,
  .carproNavPages li:last-child,
  .carproNavPages li.active {
    display: block;
  }

  .carproNavPages li.active::before {
    content: "…";
    display: inline-block;
    margin: 0 4px;
    color: #333;
    font-size: 10px;
  }

  .carproNavPages li.active::after {
    content: "…";
    display: inline-block;
    margin: 0 4px;
    color: #333;
    font-size: 10px;
  }

  .carproNavPages li:first-child::before {
    display: none;
  }

  .carproNavPages li:last-child::after {
    display: none;
  }


}

@media(max-width:500px) {

  .carproNavNextPage a,
  .carproNavPrevPage a {
    padding: 10px 5px;
  }

  .carproNavWrapper {
    gap: 5px;
  }
}

.catDescTitle {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.catDescSubtitle {
  text-align: center;
}

.catDescSubtitle b {
  font-weight: 300 !important;
}

.catDescWrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0px 40px;
  margin: 0px auto;
}

.catDescContent {
  display: block;
  position: relative;
  overflow: hidden;
  height: 200px;
}

.catDescBtn {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #e5e5e5;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  padding: 10px;
  font-size: 18px;
  color: #000000;
}

.catDescContent:after {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 140%);
  content: " ";
  z-index: 9;
}

.catDescContentFull {
  height: 100%;
}

.catDescContentFull:after {
  display: none;
}

.catDescContent img {
  max-width: 100% !important;
  height: auto !important;
}

.productListEmpty {
  display: block;
  position: relative;
  margin: 0px auto;
  width: 100%;
  max-width: 1900px;
  text-align: center;
  font-size: 24px;
}

.heroSectionMapWrapper {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1900px;
  margin: 0px auto;
  padding: 180px 20px;
  text-align: center;
  color: white;
}

.heroSectionMapWrapperBg {
  display: block;
  position: relative;
  width: 100%;
}

.heroSectionMapWrapperBg::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url('/image/template/installer-mapbg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 0;
}

.heroSectionMapSection {
  display: block;
  position: relative;
  z-index: 1;
}

.heroSectionMapLine {
  display: block;
  position: relative;
  width: 100%;
}

.heroSectionMapLine::before {
  display: block;
  position: absolute;
  content: " ";
  top: 50%;
  transform: translate(0%, -50%);
  width: 100vw;
  max-width: 100%;
  height: 130px;
  background-image: url('/image/template/bg-lines.png');
  background-repeat: repeat;
  background-size: auto;
  opacity: .3;
}

.heroSectionMapLine .heroSectionMapLineEarth {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1300px;
}

.heroSectionMapWrapper a {
  color: white;
}

.heroSectionMap {
  --padding-right: 15px;
  --padding-left: 15px;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 15px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
  height: 100%;
  padding-right: var(--padding-right);
  padding-left: var(--padding-left);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.heroSectionMapLeft {
  display: block;
  position: relative;
  grid-column: 2 / 8;
}

.heroSectionMapRight {
  display: block;
  position: relative;
  grid-column: 9 / -2;
  padding-top: 155px;
  text-align: left;
  line-height: 1.4;
  letter-spacing: -.1px;
  font-size: 20px;
  margin-bottom: 50px;
}

.heroSectionMapRight p {
  margin-bottom: 15px;
}

.heroSectionMapRight img {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
}

.heroSectionMapRightNotice {
  color: gray;
  font-size: 12px;
}

.heroSectionMapLeftList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin-top: 48px;
  gap: 40px;
}

.heroSectionMapObject {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid gray;
  max-width: 600px;
  aspect-ratio: 1 / 1;
  margin: 0px auto;
}

.heroSectionMapObject #map {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  outline: 0;
}

#map .gm-style .gm-style-iw-c {
  background: white;
  color: black;
  font-size: 18px;
}

@media (max-width:1270px) {
  .heroSectionMap {
    display: flex;
    flex-direction: column;
    padding: 0px 50px;
  }
}

.mapListWrapper {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1900px;
  margin: 0px auto;
  padding: 40px 40px;
  text-align: center;
}

.mapListRow {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: gray;
  padding: 20px 0px;
}

.mapListRowName {
  max-width: 300px;
  width: 100%;
  font-size: 30px;
  text-align: left;
  color: black;
}

.mapListRowAddress {
  max-width: 200px;
  width: 100%;
}

.mapListRowContact {
  max-width: 300px;
  width: 100%;
}

.mapListRowMap {
  max-width: 200px;
  width: 100%;
}

.mapListRowContactPhone {
  font-size: 14px;
}

.mapListRow:hover::before {
  display: block;
  position: absolute;
  content: " ";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url(/image/template/bg-lines.png);
  background-repeat: repeat;
  background-size: auto;
  opacity: .1;
  z-index: -1;
}

.mapListRowContact a,
.mapListRowContact {
  color: black;
  text-decoration: none;
}

.mapListRowMap button {
  background-color: #000000;
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  padding: 10px 20px;
  font-size: 13px;
  color: #ffffff;
  border: 0px;
  font-weight: bold;
  width: 100%;
  margin-top: 0px;
  transition: .4s all;
}

.mapListRowMap button:hover {
  background-color: gray;
  color: #ffffff;
}

@media (max-width:900px) {
  .mapListRow {
    flex-direction: column;
  }

  .mapListRowName {
    text-align: center;
    max-width: 500px;
  }

  .mapListRowAddress {
    text-align: center;
    max-width: 500px;
    font-size: 18px;
  }

  .mapListRowContact {
    text-align: center;
    max-width: 500px;
    margin: 10px 0px;
  }

  .mapListRowContact div {
    font-size: 18px;
    margin: 5px 0px;
  }
}

.footerLine {
  display: block;
  position: relative;
  width: 100vw;
  min-height: 140px;
  max-width: 100%;
  opacity: 1;
  margin-top: 40px;
}

.footerLineImg {
  display: block;
  position: absolute;
  width: 100vw;
  max-width: 100%;
  height: 130px;
  background-image: url('/image/template/bg-lines.png');
  background-repeat: repeat;
  background-size: auto;
  opacity: .3;
  top: 0px;
  left: 0px;
}


.footerLineWithButton {
  display: block;
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.footerLineWithButtonBg {
  display: block;
  padding: 3px;
  background: #ff2400;
  width: fit-content;
  text-decoration: none;
  font-weight: bold;
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.footerLineWithButton a span {
  display: block;
  position: relative;
  z-index: 99;
  min-width: 300px;
}

.footerLineWithButton a {
  display: block;
  position: relative;
  padding: 20px;
  background: black;
  width: fit-content;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  color: white;
  font-weight: bold;
  min-width: 300px;
  text-align: center;
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.footerLineWithButton a::before {
  content: " ";
  transition: transform .3s ease-in-out 0s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-150%);
  width: calc(100% + 80px);
  height: 100%;
  min-width: 300px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  z-index: 0;
  background-color: #ff2400;
}

.footerLineWithButton:hover a::before {
  transform: translateX(-50%);
}

.footerLineWithButton:hover a {
  color: white;
  z-index: 1;
}

.footerLineWithButton a img {
  width: 200px;
  margin-top: -3px;
}

@media (max-width:600px) {
  .footerLineWithButton a img {
    width: 124px;
    margin-top: -3px;
  }

  .footerLineWithButton a {
    font-size: 14px;
  }
}


.productWrapper {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}


.productSectionMainWrapper {
  --padding-right: 15px;
  --padding-left: 15px;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 15px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
  height: 100%;
  padding-right: var(--padding-right);
  padding-left: var(--padding-left);
  margin-left: auto;
  margin-right: auto;
  max-width: 1900px;
}

.productSectionMain {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 15px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
  margin: 0px auto;
  padding-bottom: 20px;
  grid-column: 2 / -2;
}

.productSectionMainImages {
  grid-column: 1 / 7;
  z-index: 1;
}

.productSectionMainContent {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  grid-column: 7 / -1;
}

.productSectionMainImages img {
  display: none;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1.1;
  object-fit: contain;
  object-position: top center;
  margin-top: 75px;
}

.productSectionMainImages img:first-child {
  display: block;
}

.productSectionMainContent h1 {
  font-size: 26px;
  line-height: 47px;
}

.productSectionMainContentTitleLogo {
  margin-bottom: 20px;
}

.productSectionMainContentLine {
  display: inline-block;
  position: absolute;
  width: 100vw;
  max-width: 115%;
  height: 113px;
  background-image: url('/image/template/bg-lines.png');
  background-repeat: repeat;
  background-size: auto;
  left: -80px;
  top: 260px;
  opacity: .18;
}

.productSectionMainSubtitles {
  display: block;
  position: relative;
  margin-top: 60px;
  font-size: 19px
}

.productSectionMainSubtitles p {
  margin-bottom: 20px;
}


.productSectionFeaturesWrapper {
  --padding-right: 15px;
  --padding-left: 15px;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 15px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
  height: 100%;
  padding-right: var(--padding-right);
  padding-left: var(--padding-left);
  margin-left: auto;
  margin-right: auto;
  max-width: 1900px;
  padding: 100px 0px;
}

.productSectionFeatures {
  display: flex;
  position: relative;
  grid-column: 2 / -2;
}

.productSectionFeaturesRightLine {
  display: inline-block;
  position: absolute;
  width: 100vw;
  max-width: 100vw;
  height: 113px;
  background-image: url(/image/template/bg-lines.png);
  background-repeat: repeat;
  background-size: auto;
  top: 5px;
  margin-left: -50px;
  opacity: .18;
}

.productSectionFeaturesLeft {
  display: block;
  position: relative;
  white-space: nowrap;
}

.productSectionFeaturesLeft h2 {
  display: block;
  position: relative;
  margin: 0px;
  color: #a5a7ac;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  top: 70px;
  transform: translateY(-50%);
}

.productSectionFeaturesRight {
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-left: 152px;
}

.productSectionFeatureRow {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  box-sizing: inherit;
  margin-bottom: 8px;
  vertical-align: baseline;
}

.productSectionFeatureRow span {
  position: relative;
  font-size: 31px;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #000;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  font-weight: 700;
  padding: 0 4px;
  margin-bottom: 10px;
  padding: 0 10px;
  line-height: 42px;
}

.productSectionVideosWrapper {
  --padding-right: 15px;
  --padding-left: 15px;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 15px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
  height: 100%;
  padding-right: var(--padding-right);
  padding-left: var(--padding-left);
  margin-left: auto;
  margin-right: auto;
  max-width: 1900px;
  padding: 100px 0px;
}

.productSectionVideos {
  grid-column: 2 / -2;
  width: 100%;
  aspect-ratio: 1.777;
  position: relative;
}

.productSectionVideos iframe {
  width: 100%;
  height: 100%;
}

.productSectionVideosWrapperContainer {
  position: relative;
}

.productSectionVideosLine {
  display: inline-block;
  position: absolute;
  width: 100vw;
  max-width: 100vw;
  height: 113px;
  background-image: url('/image/template/bg-lines.png');
  background-repeat: repeat;
  background-size: auto;
  opacity: .18;
  z-index: -1;
}

.productWrapperBg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: transparent;
  width: 50% !important;
  height: auto !important;
  left: unset !important;
  right: 50% !important;
  z-index: 0;
}

.productSectionFaqImg {
  display: block;
  position: relative;
  width: 100%;
  z-index: -1;
}

.productSectionFaqWrapper {
  --padding-right: 15px;
  --padding-left: 15px;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 15px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
  height: 100%;
  padding-right: var(--padding-right);
  padding-left: var(--padding-left);
  margin-left: auto;
  margin-right: auto;
  max-width: 1900px;
  padding-bottom: 80px;
}

.productSectionFaqList {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  grid-column: 2 / -2;
}

.productSectionFaqElRoot {
  transition: all .3s ease-in-out 0s;
  width: 100%;
}

.productSectionFaqElWrapper {
  border: 1px solid transparent;
  width: 100%;
  background-color: #cfd1d5;
  -webkit-clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 45px);
  clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 45px);
}

.productSectionFaqEl {
  -webkit-clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 45px);
  clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 45px);
  background-color: #fff;
}

.productSectionFaqElQuestion {
  display: grid;
  cursor: pointer;
  position: relative;
  padding: 35px 63px;
  grid-template-columns: 85px 1fr;
  align-items: center;
}

.productSectionFaqElQuestionArrow {
  transition: all .3s ease-in-out 0s;
  width: 16px;
  height: 9px;
  background-color: #3e4042;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) scaleY(-1);
}

.productSectionFaqElAnswerNum,
.productSectionFaqElQuestionNum {
  font-size: 30px;
  color: #a5a7ac;
  font-weight: bold;
}

.productSectionFaqElAnswerNum,
.productSectionFaqElQuestionTitle {
  font-size: 30px;
}

.productSectionFaqElAnswer {
  display: grid;
  padding: 35px 63px;
  grid-template-columns: 85px 1fr;
  color: #525252;
  font-size: 20px;
}


.productSectionFaqElRoot .productSectionFaqElAnswer {
  display: none;
}

.productSectionFaqElRootOpen {
  box-shadow: 19px 28.2px 45.1px .9px rgba(0, 0, 0, .11);
}

.productSectionFaqElRootOpen .productSectionFaqElAnswer {
  display: grid;
}

.productSectionFaqElRootOpen .productSectionFaqElQuestionArrow {
  transform: translateY(-50%) scaleX(1);
}

.productSectionInstructionWrapper {
  position: relative;
  padding-bottom: 100px;
}

.productSectionInstructionRoot {
  --padding-right: 15px;
  --padding-left: 15px;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 15px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
  height: 100%;
  padding-right: var(--padding-right);
  padding-left: var(--padding-left);
  margin-left: auto;
  margin-right: auto;
  max-width: 1900px;
  padding: 80px 0px;
}

.productSectionInstructionContent {
  grid-column: 2 / -2;
  position: relative;
}

.productSectionInstructionContentShadow {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 19px 28.2px 45.1px .9px rgba(0, 0, 0, .11);
}

.productSectionInstructionContentShadow::before {
  content: "";
  display: block;
  width: 161px;
  height: 161px;
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: #fff;
}

.productSectionInstructionContentInner {
  background-color: #cfd1d5;
  border: 2px solid #cfd1d5;
  -webkit-clip-path: polygon(0 141px, 141px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 141px, 141px 0, 100% 0, 100% 100%, 0 100%);
}

.productSectionInstructionContentInnerInnerXD {
  display: flex;
  padding: 74px 180px;
  grid-column-gap: 135px;
  margin: 0 auto;
  background: white;
  -webkit-clip-path: polygon(0 141px, 141px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 141px, 141px 0, 100% 0, 100% 100%, 0 100%);
}

.productSectionInstructionContentLeftTitleMobile,
.productSectionInstructionContentLeftTitle {
  margin: 0px;
}

.productSectionInstructionContentLeftTitle {
  display: block;
  font-size: 45px;
  white-space: break-spaces;
  line-height: .91;
  letter-spacing: -.55px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
  color: black;
}

.productSectionInstructionContentInnerInnerXD::after {
  content: "";
  display: block;
  border-left: 2px solid #cfd1d5;
  border-bottom: 2px solid #cfd1d5;
  position: absolute;
  top: 0;
  right: 0;
  width: 31px;
  height: 31px;
  border-left: none;
  border-right: 2px solid #cfd1d5;
  top: 0;
  left: 0;
  width: 141px;
  height: 141px;
}

.productSectionRelatedImg {
  display: block;
  position: relative;
  width: 100%;
  z-index: -1;
}

.productSectionInstructionOl {
  padding: 0;
  counter-reset: item;
}

.productSectionInstructionOl li {
  display: block;
  position: relative;
  padding-left: 44px;
  margin-bottom: 30px !important;
  color: #525252 !important;
  font-size: 16px;
}


.productSectionInstructionOl li:before {
  text-align: center;
  vertical-align: middle;
  content: counter(item) " ";
  counter-increment: item;
  position: absolute;
  left: 0;
  background-color: #000;
  color: #fff;
  width: 16px;
  height: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  padding-top: 1px;
  width: 27px;
  height: 27px;
  font-size: 20px;
  line-height: 1.35;
}

.productSectionInstructionTitle {
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: #000;
  line-height: 1.36;
  letter-spacing: -.07px;
  text-transform: uppercase;
  padding: 0 8px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  margin: 14px 0;
  padding: 10px;
}

@media (max-width:1270px) {
  .productSectionInstructionContentInnerInnerXD {
    flex-direction: column;
    align-items: center;
  }

  .productSectionInstructionContentLeftTitle {
    margin-bottom: 30px;
  }

  .productSectionFaqElAnswerNum,
  .productSectionFaqElQuestionTitle {
    font-size: 21px;
  }

  .productSectionFeatures {
    flex-direction: column;
  }

  .productSectionFeaturesLeft h2 {
    top: 20px;
    transform: inherit;
  }

  .productSectionFeaturesRight {
    margin-left: 0px;
  }
}

@media (max-width:1000px) {
  .productSectionMainContent h1 {
    font-size: 21px;
    line-height: 34px;
  }

  .productSectionMainSubtitles {
    margin-top: 45px;
    font-size: 16px;
  }

  .productSectionFeatureRow span {
    font-size: 24px;
  }
}

@media (max-width:900px) {

  .productSectionMainImages img {
    aspect-ratio: 1.1;
  }

  .productSectionInstructionContentInnerInnerXD {
    padding: 75px;
  }

  .productSectionFaqElAnswerNum,
  .productSectionFaqElQuestionTitle {
    font-size: 18px;
  }

  .productSectionInstructionTitle {
    text-align: center;
    padding: 10px;
  }

  .productSectionMain {
    grid-template-columns: auto;
  }

  .productSectionMainContent {
    padding-bottom: 75px;
  }
}

@media (max-width:700px) {
  .productSectionInstructionContentInner {
    background-color: #cfd1d5;
    border: 2px solid #cfd1d5;
    -webkit-clip-path: polygon(0 50px, 50px 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 50px, 50px 0, 100% 0, 100% 100%, 0 100%);
  }

  .productSectionInstructionContentInnerInnerXD {
    display: flex;
    padding: 50px;
    grid-column-gap: 135px;
    margin: 0 auto;
    background: white;
    -webkit-clip-path: polygon(0 50px, 50px 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 50px, 50px 0, 100% 0, 100% 100%, 0 100%);
  }

  .productSectionInstructionContentInnerInnerXD::after {
    width: 50px;
    height: 50px;
  }

  .productSectionFaqElQuestion {
    padding: 10px 40px;
    grid-template-columns: 40px 1fr;
  }

  .productSectionFaqElAnswer {
    padding: 10px 40px;
    grid-template-columns: 40px 1fr;
  }

  .productSectionFaqElAnswerNum,
  .productSectionFaqElQuestionNum {
    font-size: 21px;
    text-align: right;
    padding-right: 12px;
  }
}

@media (max-width:600px) {
  .productSectionInstructionContentLeftTitle {
    font-size: 31px;
    color: #d6d6d6;
  }

  .productSectionInstructionTitle {
    font-size: 13px;
  }

  .productSectionFaqElAnswerText {
    font-size: 16px;
  }

  .productSectionFeatureRow span {
    line-height: 36px;
  }
}

.productSectionInstructionImg {
  width: 100%;
}

.productSectionMainImages {
  position: relative;
}

.productSectionMainImagesBtns {
  align-items: center;
  display: flex;
  position: absolute;
  top: 180px;
  right: 0px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
  padding: 0px;
  transform: translate(0%, -50%) rotate(90deg);
}

@media (max-width:900px) {
  .productSectionMainImagesBtns {
    align-items: center;
    display: flex;
    position: relative;
    top: 0;
    right: 0;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none;
    padding: 0px;
    transform: inherit;
  }
}

.productSectionMainImagesBtns li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
  margin-top: -30px;
}

.productSectionMainImagesBtns li button {
  display: inline-block;
  position: relative;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  opacity: 1;
  background-color: #cfd1d5;
  width: 25px;
  height: 7px;
  border: 0px;
  transition: .4s all;
  -webkit-clip-path: polygon(6px 0, 100% 0, 19px 100%, 0 100%);
  clip-path: polygon(6px 0, 100% 0, 19px 100%, 0 100%);
}

.productSectionMainImagesBtns li button:hover {
  background: black;
}

button.productSectionMainImagesBtnActive {
  background-color: black !important;
}

.productSectionAssetsImage {
  display: block;
  position: relative;
  width: 100%;
}

.productWrapperManuf-4 .productSectionMainContentTitleLogo {
  filter: invert(1) brightness(0);
}

a.productGroupEl {
  display: inline-block;
  position: relative;
  padding: 4px;
  background: gray;
  color: white;
  text-decoration: none;
  transition: .4s;
}

a.productGroupElActive {
  background: black !important;
  color: white !important;
}

a.productGroupEl:hover {
  background: black;
  color: white;
}

a.productGroupElOutOfStock {
  background: #a1a1a1;
  color: white;
}

.productInnerContainer .productGroupWrapper {
  border-left: 1px solid rgb(220, 221, 226);
  border-right: 1px solid rgb(220, 221, 226);
  padding: 5px 10px;
  padding-bottom: 0px;
}

.productItem .productGroupEl {
  background: green;
}

.productItem .productGroupElOutOfStock {
  background: red !important;
}

.productGroupWrapper {}

.productCategoryWrapper {
  display: flex;
  position: relative;
  z-index: 9;
  gap: 10px;
}


.productCategoryWrapper a {
  display: inline-block;
  position: relative;
  z-index: 9;
  color: black;
  font-weight: bold;
  text-decoration: none;
  transition: .4s all;
}

.productCategoryWrapper a:hover {
  color: #ff2400;
}


.productSectionMainContentAddToWishlist {
  display: inline-flex;
  position: absolute;
  right: 0px;
  top: 115px;
  background: black;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 99;
  cursor: pointer;
  transition: .4s all;
}

.productSectionMainContentAddToWishlist:hover {
  color: #ff2400;
}

.productSectionStoreRow {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}

.productStoreSectionStatus {
  display: inline-flex;
  align-items: center;
  position: relative;
  background: black;
  font-weight: bold;
  color: white;
  border: 0;
  font-size: clamp(21px, 1vw, 28px);
  padding: 2px 20px;
  gap: 10px;
  padding-left: 10px;
  margin: 5px 0px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}

.productSectionStorePrice {
  display: inline-flex;
  position: relative;
  font-weight: normal;
  color: white;
  font-size: clamp(21px, 1vw, 28px);
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  margin-right: -20px;
  background: black;
  padding: 2px 20px;
  padding-left: 10px;
}

.productSectionStorePriceOld {
  text-decoration: line-through;
  margin-left: 10px;
  font-size: clamp(14px, 1vw, 18px);
}

.productAddToCartButton {
  display: block;
  width: fit-content;
  position: relative;
  z-index: 99;
  margin-top: 15px;
  cursor: pointer;
}

.productAddToCartButtonBg {
  display: block;
  padding: 3px;
  background: #ff2400;
  width: fit-content;
  text-decoration: none;
  font-weight: bold;
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.productAddToCartButton div span {
  display: block;
  position: relative;
  z-index: 99;
  min-width: 300px;
}


.productAddToCartButton div {
  display: block;
  position: relative;
  padding: 10px;
  background: black;
  width: fit-content;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: 1px;
  color: white;
  font-weight: bold;
  min-width: 300px;
  text-align: center;
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.productAddToCartButtonRed div {
  background: #ff2400;
}

.productAddToCartButton div::before {
  content: " ";
  transition: transform .3s ease-in-out 0s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-150%);
  width: calc(100% + 80px);
  height: 100%;
  min-width: 300px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  z-index: 0;
  background-color: #ff2400;
}

.productAddToCartButton:hover div::before {
  transform: translateX(-50%);
}

.productAddToCartButton:hover div {
  color: white;
  z-index: 1;
}

.carproCartSubtitle {
  display: block;
  position: relative;
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}

.productPageNotifyOverlay,
.productPageFastOrderOverlay {
  display: flex;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .3);
  z-index: 99999;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 0px 20px white);
  z-index: 99999999999;
}

.productPageFastOrderOverlayHide {
  display: none;
}

.productPageNotifyWrapper,
.productPageFastOrderWrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 15px;
  padding-top: 25px;
  background: black;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.productPageNotifyClose,
.productPageFastOrderClose {
  display: inline-flex;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: white;
  color: black;
  font-size: 21px;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.productPageNotifyWrapper #notifyEmail,
.productPageFastOrderWrapper #fastOrderPhone {
  display: block;
  position: relative;
  padding: 10px;
  border: 0px;
  width: 100%;
  margin: 15px 0px;
  text-align: center;
  color: black;
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

#notifyBtn,
#fastOrderBtn {
  display: block;
  position: relative;
  padding: 10px;
  border: 0px;
  width: 100%;
  margin: 15px 0px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  background: #ff2400;
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.productPageFastOrderRow1Lock {
  font-size: 12px;
  margin-top: 10px;
}

.productPageFastOrderRow2Title .far {
  font-size: 48px;
  margin-bottom: 10px;
}

.productPageFastOrderRow1Error {
  margin: 10px 0px;
  text-align: center;
  font-size: 14px;
  color: red;
}

.g-recaptcha-fastorder {
  display: block;
  position: relative;
  text-align: center;
}

.g-recaptcha-fastorder>div {
  display: block;
  position: relative;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 10px;
}

.productPageFastOrderRow1ErrorNumber {
  margin-bottom: 10px;
  color: red;
}

.productPageNotifyOverlayHide {
  display: none;
}

.productPageNotifyRow1Lock {
  font-size: 12px;
  margin-top: 10px;
}

.productPageNotifyRow2Title .far {
  font-size: 48px;
  margin-bottom: 10px;
}

.productPageNotifyRow1Error {
  margin: 10px 0px;
  text-align: center;
  font-size: 14px;
  color: red;
}

.g-recaptcha-notify {
  display: block;
  position: relative;
  text-align: center;
}

.g-recaptcha-notify>div {
  display: block;
  position: relative;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 10px;
}

.productPageNotifyRow1ErrorNumber {
  margin-bottom: 10px;
  color: red;
}

@media (max-width:600px) {
  .productAddToCartButton div {
    font-size: 16px;
  }
}

.productPageFirstRowRightSku {
  text-align: right;
  font-size: 12px;
  color: gray;
}

.productPageGifts {
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.productPageGift {
  border-left: 2px solid #000000;
  display: inline-flex;
  align-items: center;
  position: relative;
  background: #c5c5c5;
  font-weight: bold;
  color: #000000;
  border: 0;
  font-size: 14px;
  padding: 2px 20px;
  gap: 10px;
  padding-left: 10px;
  margin: 5px 0px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}

.qc-checkout-product .productPageGift {
  font-size: 10px;
}

.productSectionMainSeries {
  display:block;
  position:absolute;
  bottom:110%;
}

.productSectionMainSeries img {
  width:100%;
  max-width:200px;
  filter: brightness(0) saturate(100%);
}

.productSectionMainTitle {
  display:block;
  position:relative;
  border-top:3px solid black;
  margin-top:3px;
}
.productSectionMainTitle h1 {
  font-size: 64px;
  line-height: 72px;
  font-weight: bold;
  color: black;
  margin-top: 0px;
}

.headerOfficial {
  display: block;
  position: absolute;
  top: 100%;
  left: -1px;
  max-width: 190px;
  width: 100%;
}