header.desktop {
  background: transparent;
}
header.desktop::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 70%;
  height: 100%;
  background: #0036a1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, rgb(0, 54, 161)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(0, 54, 161) 32%, rgb(255, 255, 255) 100%);
  z-index: -1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
header.desktop::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10%;
  width: 60%;
  height: 100%;
  background: #ff5700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, rgb(255, 87, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(255, 87, 0) 32%, rgb(255, 255, 255) 100%);
  z-index: -1;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

.carousel-type-45 {
  margin-top: 0;
}

.blue-container .pattern-group-body {
  background: #0036a1;
  border-radius: 10px;
  padding: 1rem;
}

.compatibility-filter-box {
  background: var(--white);
  border-radius: 6px;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.compatibility-filter-box .head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-left: 12px;
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 600;
}
.compatibility-filter-box .head-title img {
  max-width: 32px;
}
.compatibility-filter-box .submit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.compatibility-filter-box .submit-box button {
  margin-top: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #ff5700;
  border-color: #ff5700;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}




body.home-body .pattern-group .p-g-mod .p-g-mod-header {
  border: none;
}
body.home-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--grey1);
}

.border-content {
  border-top: 2px solid var(--grey1);
  border-bottom: 2px solid var(--grey1);
}

body.categories-body .pattern-group .p-g-mod-t-cat-filter {
  border: 2px solid var(--grey1);
  border-radius: 10px;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
body.categories-body .pattern-group .p-g-mod-t-cat-filter .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
  color: #ff5700;
}

.header-contact-link {
  gap: 1rem;
}
.header-contact-link a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.header-contact-link span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.header-contact-link span i {
  font-size: 18px;
}

.info-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.3rem 0;
}
.info-two .brand-img img {
  max-width: 80px;
}
.info-two .favourite {
  margin-top: 0 !important;
  background: var(--accent);
  padding: 2px 8px;
  border-radius: 4px;
}
.info-two .favourite a {
  color: var(--white);
  font-size: 20px;
}

.product-right-info {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 1rem;
}