@font-face {
  font-family: "FontAwesome";
  src:
    url("../fonts/FontAwesome.woff") format("woff"),
    url("../fonts/FontAwesome.ttf") format("truetype");
}
*[data-ico-fontawesome]:before {
  font-family: FontAwesome;
  content: attr(data-ico-fontawesome);
}
@font-face {
  font-family: "FontAwesome5Brands";
  src:
    url("../fonts/FontAwesome5Brands.woff") format("woff"),
    url("../fonts/FontAwesome5Brands.ttf") format("truetype");
}
*[data-ico-fontawesome5brands]:before {
  font-family: FontAwesome5Brands;
  content: attr(data-ico-fontawesome5brands);
}
@font-face {
  font-family: "FontAwesome5Regular";
  src:
    url("../fonts/FontAwesome5Regular.woff") format("woff"),
    url("../fonts/FontAwesome5Regular.ttf") format("truetype");
}
*[data-ico-fontawesome5regular]:before {
  font-family: FontAwesome5Regular;
  content: attr(data-ico-fontawesome5regular);
}
@font-face {
  font-family: "FontAwesome5Solid";
  src:
    url("../fonts/FontAwesome5Solid.woff") format("woff"),
    url("../fonts/FontAwesome5Solid.ttf") format("truetype");
}
*[data-ico-fontawesome5solid]:before {
  font-family: FontAwesome5Solid;
  content: attr(data-ico-fontawesome5solid);
}

/* ===== BASE DEFAULT CSS ===== */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background: #fff;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

body a {
  color: #1a1a1a;
  text-decoration: none;
}

body a:hover,
body a:focus {
  outline: none;
  text-decoration: none;
  color: #ea212d;
}

body ol,
body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

body h1,
body .h1 {
  font-size: 52px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
}

body h2,
body .h2 {
  color: #1a1a1a;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: capitalize;
  line-height: 1.1;
  letter-spacing: -1.4px;
  font-family: "Poppins", sans-serif;
}

body h3,
body .h3 {
  color: #1a1a1a;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.5;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

body h4,
body .h4 {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}

body p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 30px;
  font-family: "Poppins", sans-serif;
}

.heading {
  margin: 0 0 50px;
}
.heading h5,
.heading .h5 {
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333;
  font-family: "Poppins", sans-serif;
}

.SubHeading h4,
.SubHeading .h4 {
  position: relative;
  color: #ea212d;
  font-size: 20px;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  text-transform: uppercase;
  align-items: center;
}

.SubHeading.SubLeft h4,
.SubHeading.SubLeft .h4 {
  text-align: left;
}

.gray_bg {
  background: #f7f7f7;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

section {
  padding: 70px 0;
  position: relative;
}

.black_bg {
  color: #fff;
  background-color: #1a1a1a;
}
.black_bg h1,
.black_bg h2,
.black_bg h3,
.black_bg h4,
.black_bg h5,
.black_bg p,
.black_bg a {
  color: #fff;
}

.white_bg {
  color: #1a1a1a;
  background-color: #fff;
}
.white_bg h1,
.white_bg h2,
.white_bg h3,
.white_bg h4,
.white_bg h5,
.white_bg p,
.white_bg a {
  color: #1a1a1a;
}

.default_btn,
.default_btn input[type="button"],
.default_btn input[type="submit"] {
  background: #ea212d;
  padding: 8px 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  font-weight: 400;
  width: max-content;
  text-decoration: none;
}

.default_btn:hover,
.default_btn input[type="button"]:hover,
.default_btn input[type="submit"]:hover {
  color: #fff;
  background: #000;
  transition: all 0.3s ease;
}

.default_btn2,
.default_btn2 input[type="button"] {
  background: none;
  padding: 5px 0;
  color: #ea212d;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
  border: 0;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  font-weight: 600;
  width: max-content;
  text-decoration: none;
}
.default_btn2 i {
  margin-left: 5px;
}

.default_btn2:hover,
.default_btn2 input[type="button"]:hover {
  color: #000;
  background: #fff;
  transition: all 0.3s ease;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline-block;
  margin-right: 10px;
  border-radius: 5px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  border-radius: 5px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ea212d;
  border-color: #ea212d;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ea212d;
  border-color: #ea212d;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #000;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.heading_bod {
  margin: 0 auto 20px;
  position: relative;
  width: 200px;
  height: 20px;
}

.heading_bod hr {
  height: 2px;
  background: #1a1a1a;
  position: absolute;
  top: 0%;
  width: 100%;
  border: none;
}

.heading_bod:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #1a1a1a;
  left: 0;
  right: auto;
  top: 16px;
  margin: 0 auto;
  transform: rotate(45deg);
}

.heading_bod:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #1a1a1a;
  left: auto;
  right: 0;
  top: 16px;
  margin: 0 auto;
  transform: rotate(45deg);
}

.heading_bod.bod_left {
  margin: 0 0 20px;
}
.heading_bod.bod_white hr {
  background: #fff;
}
.heading_bod.bod_white:before,
.heading_bod.bod_white:after {
  background: #fff;
}

.margin0 {
  margin: 0 !important;
}

.list {
  margin: 0 0 20px;
}
.list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 20px;
  color: #666;
}
.list li:before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 15px;
  color: #ea212d;
  left: 0px;
  top: 5px;
}

/* ===== CONTAINER ===== */
.container {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

/* ===== HEADER ===== */

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-toggle {
  display: none;

  width: 140px;
  height: 125px;

  border: 3px solid #0066cc;
  border-radius: 8px;

  background: #fff;

  cursor: pointer;

  align-items: center;
  justify-content: center;

  position: relative;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  width: 38px;
  height: 6px;

  background: #000;

  display: block;

  transition: 0.3s;
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  content: "";

  position: absolute;
  left: 0;
}

.menu-icon::before {
  top: -13px;
}

.menu-icon::after {
  top: 13px;
}

.menu-toggle.active .menu-icon {
  background: transparent;
}

.menu-toggle.active .menu-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle.active .menu-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.menu > li {
  position: relative;
  display: inline-block;
  margin-right: 40px;
}

.menu > li > a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 60px;
  font-weight: 300;
  white-space: nowrap;
  text-transform: uppercase;
}

.menu > li:hover > a {
  color: #ea212d;
}

.submenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 300px;
  padding: 0;
  margin: 0;
  background: #fff;
  list-style: none;
  display: none;
  z-index: 1000;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.menu > li > .submenu {
  top: 50px;
  left: 0;
}

.menu li:hover > .submenu {
  display: block;
}

.submenu > li {
  position: relative;
}

.submenu > li > a {
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
  line-height: 50px;
  display: flex;
  align-items: center;
  color: #292929;
  background: #fff;
  text-decoration: none;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}

.submenu > li:hover > a {
  background: #f5f5f5;
}

.submenu .submenu {
  top: 0;
  left: 100%;
}

.has-submenu > a::after {
  content: "›";
  position: absolute;
  margin-left: auto;
  top: -1px;
  font-size: 23px;
  right: -13px;
}

@media (max-width: 991px) {
  .menu-toggle {
    display: flex;
  }

  .navbar {
    display: none;
    width: 100%;
  }

  .navbar.active {
    display: block;
    z-index: 999;
  }

  .menu {
    width: 100%;

    display: flex;
    flex-direction: column;

    margin: 0;
    padding: 0;
  }

  .menu > li {
    width: 100%;
    display: block;
    margin: 0;
  }

  .menu > li > a {
    width: 100%;
    height: 60px;

    padding: 0 20px;

    display: flex;
    align-items: center;

    font-size: 20px;
    line-height: normal;
  }

  .submenu,
  .menu > li > .submenu,
  .submenu .submenu {
    position: static;

    width: 100%;

    display: none;

    box-shadow: none;
  }

  .submenu.active {
    display: block;
  }

  .submenu > li > a {
    width: 100%;
    min-height: 52px;

    padding: 0 30px;

    display: flex;
    align-items: center;

    font-size: 18px;

    line-height: normal;
  }

  .submenu .submenu > li > a {
    padding-left: 55px;
  }

  .submenu .submenu .submenu > li > a {
    padding-left: 80px;
  }

  .submenu .submenu .submenu .submenu > li > a {
    padding-left: 105px;
  }

  .menu li:hover > .submenu {
    display: none;
  }

  .menu li:hover > .submenu.active {
    display: block;
  }
}

.header .logo {
  margin: 15px 0;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  justify-content: flex-end;
}
.header .contact-btns {
  width: 100%;
}
.header .main_menu {
  background: #000;
}

.contact-btn {
  background-color: transparent;
  color: #000000 !important;
  padding: 6px 10px;
  border: none;
  border: 1px solid #000000;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: "Poppins", sans-serif;
}
.contact-btn i {
  margin-right: 6px;
}

.contact-btn:hover {
  background-color: #ea212d;
  color: #fff !important;
}
.contact-btn2 {
  background-color: transparent;
  color: #ea212d !important;
  padding: 6px 10px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: "Poppins", sans-serif;
}

.contact-btn2:hover {
  background-color: #ea212d;
  color: #fff !important;
}

.search_mobile {
  display: none;
}

.search-box {
  height: 30px;
  display: flex;
  border: 1px solid #222;
}

.search-box input {
  flex: 1;
  width: 400px;
  border: none;
  outline: none;
  padding: 0 18px;
  font-size: 15px;
  color: #555;
}

.search-box input::placeholder {
  color: #777;
  opacity: 1;
}

.search-box .search-button {
  width: 37px;
  border: none;
  border-left: 1px solid #222;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-box .search-icon {
  width: 14px;
  height: 14px;
  border: 3px solid #071936;
  border-radius: 50%;
  position: relative;
}

.search-box .search-icon::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 3px;
  background: #071936;
  transform: rotate(45deg);
  right: -7px;
  bottom: -5px;
  border-radius: 2px;
}

/* ===== banner ===== */

.home_banner {
  background: url(../img/home-banner.webp) no-repeat;
  background-size: cover;
  padding: 180px 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 100vh;
  max-height: 600px;
}

/* ===== category-slider  ===== */

.category-slider {
  width: 100%;
  padding: 20px 25px;

  background: #fff;
}

.category-slider .container {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.category-wrapper {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
}

.category-wrapper::-webkit-scrollbar {
  display: none;
}

.category-wrapper:active {
  cursor: grabbing;
}

.category-track {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.category-item {
  width: 110px;

  flex: 0 0 110px;

  text-decoration: none;

  text-align: center;

  color: #111;

  font-size: 15px;
  font-weight: 700;
}

.category-image {
  min-width: 110px;
  height: 96px;

  margin-bottom: 7px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #f5f5f5;

  border-radius: 10px;

  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.category-image img {
  width: 70px;
  height: 70px;

  object-fit: contain;

  display: block;

  transition: filter 0.25s ease;
}

.category-slider .category-item:hover .category-image {
  background: #ea212d;

  transform: translateY(-3px);
}

.category-slider .category-item:hover .category-image img {
  filter: brightness(0) invert(1);
}

.category-item span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.slider-btn {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 2px solid #222;
  border-radius: 50%;
  background: #fff;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  font-size: 14px;
  line-height: 1;

  cursor: pointer;

  z-index: 2;

  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    opacity 0.2s ease;
}

.slider-btn:hover {
  background: #ea212d;

  color: #fff;

  border-color: #ea212d;
}

.slider-btn:disabled {
  opacity: 0.35;

  cursor: default;

  pointer-events: none;
}

@media (max-width: 600px) {
  .category-slider {
    padding: 12px 10px;
  }

  .category-slider .container {
    gap: 7px;
  }

  .category-track {
    gap: 8px;
  }

  .category-item {
    width: 90px;

    flex: 0 0 90px;

    font-size: 13px;
  }

  .category-image {
    width: 90px;
    height: 80px;

    border-radius: 8px;
  }

  .category-image img {
    width: 58px;
    height: 58px;
  }

  .category-item span {
    line-height: 17px;
  }

  .slider-btn {
    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    font-size: 17px;
  }
}

/* ===== new_items_promotions ===== */
.new_items_promotions {
  padding: 50px 0;
}
.new_items_promotions .main_box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.new_items_promotions .promotions_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  filter: brightness(0.5);
}
.new_items_promotions .promotions_box .img {
  position: relative;
}

.new_items_promotions .promotions_box .img .text {
  position: absolute;
  top: 30px;
  left: 38px;
}
.new_items_promotions .promotions_box .img .text h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.3px;
}
.new_items_promotions .promotions_box .img .text h2 span {
  display: block;
}

/* ========================= LATEST BRANDS ========================= */

.latest-brands {
  width: 100%;
  padding: 20px 15px 80px;
  overflow: hidden;
}

.brands-header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 12px;
}

.brands-header span {
  color: #ea212d;
  font-size: 14px;
  font-weight: 700;
}

.brands-header h2 {
  margin: 0;

  font-size: 34px;
  line-height: 1.1;
  color: #000;
}

.brands-arrows {
  display: flex;
  gap: 12px;
}

.brands-arrows button {
  width: 28px;
  height: 28px;
  border: 1px solid #222;
  border-radius: 50%;
  padding-bottom: 3px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.brands-arrows button:hover {
  background: #ea212d;
  color: #fff;
  border-color: #ea212d;
}

.brand-item {
  position: relative;

  text-align: center;
}

.brand-image {
  width: 100%;
  height: 250px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.brand-image img {
  width: 100%;
  height: 100%;
  padding: 20px;
  object-fit: contain;
  display: block;
}

.brand-item h3 {
  margin: 6px 0 0;
  font-size: 20px;
  font-weight: 600;
  color: #111;
}

.heart {
  position: absolute;

  top: 6px;
  right: 6px;

  width: 26px;
  height: 26px;

  border: 1px solid #aaa;
  border-radius: 5px;

  background: #fff;

  font-size: 20px;
  line-height: 20px;

  cursor: pointer;

  z-index: 5;
}

.heart:hover {
  color: #ea212d;
}

.latest-brands-slider .owl-stage {
  display: flex;
}

.latest-brands-slider .owl-item {
  padding-right: 12px;
}

@media (max-width: 991px) {
  .brands-header h2 {
    font-size: 28px;
  }

  .brand-image {
    height: 250px;
  }
}

@media (max-width: 600px) {
  .latest-brands {
    padding: 15px 10px 50px;
  }

  .brands-header h2 {
    font-size: 24px;
  }

  .brands-header span {
    font-size: 12px;
  }

  .brand-image {
    height: 150px;
  }

  .brand-item h3 {
    font-size: 15px;
  }
}

/* ============================ WHY SECTION =============================== */

.why-section {
  position: relative;
  width: 100%;
  padding: 70px 0 105px;
  background: url(../img/sourcevideo-bg.webp) no-repeat;
  background-size: cover;
}
.why-section .container {
  position: relative;
  z-index: 2;
}

.why-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 33%,
    rgba(0, 0, 0, 0.75) 69%,
    rgba(255, 255, 255, 0) 100%
  );
}

.why-title {
  text-align: center;
  margin-bottom: 50px;
}

.why-title span {
  display: block;
  margin-bottom: 2px;
  color: #ea212d;
  font-size: 16px;
  font-weight: 700;
}

.why-title h2 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
}

.why-slider {
  width: 100%;
}

.why-item {
  position: relative;

  padding-top: 70px;

  text-align: center;
}

.why-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 145px;
  height: 145px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  background: #fff;
}

.why-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
}

.why-content {
  min-height: 188px;

  padding: 85px 20px 25px;

  background: #fff;

  border-radius: 2px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.why-content h3 {
  margin: 0;
  color: #111;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}

.why-slider .owl-stage {
  display: flex;
}

.why-slider .owl-item {
  padding: 0 8px;
}

.why-section .why-slider .owl-nav {
  display: none;
}

.why-slider .owl-nav button {
  width: 38px;
  height: 38px;

  margin: 0 5px;

  border: 1px solid #fff !important;
  border-radius: 50% !important;

  background: transparent !important;

  color: #fff !important;

  font-size: 24px !important;

  line-height: 30px !important;
}

.why-slider .owl-nav button:hover {
  background: #ea212d !important;
  border-color: #ea212d !important;
}

.why-slider .owl-dots {
  display: none;
}

@media (max-width: 991px) {
  .why-section {
    padding: 60px 0 80px;
  }

  .why-title {
    margin-bottom: 85px;
  }

  .why-title h2 {
    font-size: 32px;
  }

  .why-image {
    width: 125px;
    height: 125px;
  }

  .why-content {
    min-height: 175px;

    padding: 75px 15px 20px;
  }

  .why-content h3 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .why-section {
    padding: 50px 0 70px;
  }

  .why-title {
    margin-bottom: 75px;
  }

  .why-title span {
    font-size: 14px;
  }

  .why-title h2 {
    font-size: 28px;
  }

  .why-slider .owl-item {
    padding: 0 10px;
  }

  .why-image {
    width: 115px;
    height: 115px;
  }

  .why-item {
    padding-top: 55px;
  }

  .why-content {
    min-height: 160px;

    padding: 70px 12px 20px;
  }

  .why-content h3 {
    font-size: 17px;
  }
}

/* ============================ about_sec =============================== */

.about_sec {
  width: 100%;
  padding: 90px 0;
  background: #fff;
}

.about_sec .main_box {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 0;
}

.about_box {
  padding: 0 60px 0 30px;

  min-height: 310px;

  position: relative;
}

/* Vertical line */

.about_box:not(:last-child) {
  border-right: 2px solid #d5d5d5;
}

.about_box h2 {
  margin: 0 0 18px;
  font-family: "Graphik Web", sans-serif;
  color: #050505;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.3px;
  font-weight: 600;
}

.about_box p {
  margin: 0 0 15px;
  max-width: 390px;
  color: #24364a;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

.learn_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  min-width: 150px;
  height: 40px;
  padding: 0 22px;
  background: #ea212d;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: 0.25s ease;
}

.learn_btn:hover {
  background: #c91420;
  color: #fff;
}

@media (max-width: 991px) {
  .about_sec {
    padding: 40px 0;
  }

  .about_sec .main_box {
    grid-template-columns: repeat(2, 1fr);

    row-gap: 40px;
  }

  .about_box {
    padding: 0 30px;
  }

  .about_box:nth-child(2) {
    border-right: none;
  }

  .about_box h2 {
    font-size: 32px;
  }

  .about_box p {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .about_sec {
    padding: 35px 0;
  }
  .about_sec .main_box {
    display: block;
  }
  .about_box {
    min-height: auto;

    padding: 0 15px 35px;

    margin-bottom: 35px;

    border-right: none !important;

    border-bottom: 2px solid #d5d5d5;
  }
  .about_box:last-child {
    margin-bottom: 0;

    border-bottom: none !important;
  }
  .about_box h2 {
    font-size: 30px;

    margin-bottom: 15px;
  }
  .about_box p {
    font-size: 15px;

    line-height: 1.65;
  }
  .learn_btn {
    margin-top: 25px;
  }
}

/*--------------------logo-slider--------------------*/
.logo-slider {
  background: #f7f7f7;
  padding: 30px 0;
}
.logo-slider .owl-carousel {
  width: 99%;
  margin: 0 auto;
}
.logo-slider2 {
  background: #f0f0f0;
}
.logo-slider p {
  vertical-align: baseline;
  font-size: 32px;
  color: #333333;
  margin: 0;
  padding: 40px 0;
  font-weight: bold;
  font-family: "Oswald";
  text-transform: uppercase;
}
.logo-slider .item {
  display: flex;
  height: 55px;
  width: auto;
  justify-content: space-around;
}
.logo-slider .item img {
  width: 180px !important;
  height: 55px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 11.4px;
}

/* ============================ WHY SECTION =============================== */

.service_features {
  width: 100%;
  padding: 25px 0;

  background: #fff;
}
.service_features .container {
  max-width: 1170px;
}

.service_features .container {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  align-items: center;

  gap: 30px;
}

.service_item {
  display: flex;

  align-items: center;

  gap: 12px;

  min-width: 0;
}

.service_icon {
  width: 48px;
  height: 48px;

  flex: 0 0 48px;

  display: flex;

  align-items: center;
  justify-content: center;
}

.service_icon img {
  width: 100%;
  height: 100%;

  object-fit: contain;

  display: block;
}

.service_content h3 {
  margin: 0;

  color: #111;

  font-size: 15px;
  line-height: 1.25;

  font-weight: 700;
}

.service_content p {
  margin: 2px 0 0;

  color: #111;

  font-size: 11px;
  line-height: 1.2;

  font-weight: 400;
}

@media (max-width: 991px) {
  .service_features {
    padding: 25px 0;
  }

  .service_features .container {
    grid-template-columns: repeat(2, 1fr);

    row-gap: 25px;
  }
}

@media (max-width: 600px) {
  .service_features {
    padding: 20px 0;
  }

  .service_features .container {
    grid-template-columns: 1fr;

    gap: 20px;
  }

  .service_item {
    gap: 12px;
  }

  .service_icon {
    width: 45px;
    height: 45px;

    flex-basis: 45px;
  }

  .service_content h3 {
    font-size: 14px;
  }

  .service_content p {
    font-size: 11px;
  }
}

/* ============================ footer =============================== */
footer {
  padding: 50px 0 20px;
  background: #000;
  font-family: "Graphik Web", sans-serif;
}
footer h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
footer .main_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
footer {
}
footer .FooterMenu ul li:before {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #ea212d;
  left: 0px;
  top: 1px;
  font-weight: 100;
}
footer .FooterMenu ul li {
  margin: 0 0 10px;
  line-height: 26px;
  font-size: 17px;
  font-weight: 300;
  padding-left: 20px;
  display: block;
  position: relative;
  color: #fff;
}
footer .FooterMenu ul li a {
  color: #fff;
}
footer .FooterMenu ul li a:hover {
  color: #ea212d;
}
footer .FooterContact ul li {
  margin: 0 0 30px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 200;
  display: block;
  position: relative;
  color: #fff;
}

footer .FooterContact ul li a {
  line-height: 26px;
  margin-top: 8px;
  display: block;
  color: #fff;
  padding-left: 20px;
}

footer .FooterContact ul li span {
  display: block;
  margin-bottom: 2px;
  color: #fff;
}
footer .FooterContact ul i {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  color: #ffffff;
}
footer p {
  margin: 0;
  text-align: center;
  color: #fff;
}
.contact_bar {
  width: 100%;
  padding: 24px 30px;
  background: #303030;
  margin-bottom: 2%;
  color: #fff;
}

.contact_bar .container {
  display: flex;

  align-items: center;

  width: 100%;
}

.contact_item {
  display: flex;

  align-items: center;

  gap: 10px;
}

.contact_icon {
  width: 41px;
  height: 41px;

  flex: 0 0 41px;

  display: flex;

  align-items: center;
  justify-content: center;

  background: #ea212d;

  color: #fff;

  font-size: 20px;
}

.phone_item {
  margin-right: 115px;
}

.phone_item .contact_text a {
  color: #fff;

  text-decoration: none;

  font-size: 16px;

  font-weight: 500;
}

.email_item {
  align-items: flex-start;
}

.email_item .contact_icon {
  margin-top: 0;
}

.contact_text h4 {
  margin: 0 0 3px;

  color: #fff;

  font-size: 17px;

  line-height: 1.1;

  font-weight: 500;
}

.email_link {
  display: flex;

  align-items: center;

  gap: 10px;
}

.email_link a {
  color: #fff;

  text-decoration: none;

  font-size: 15px;

  line-height: 1.2;
}

.email_link a:hover {
  color: #ea212d;
}

.email_arrow {
  width: 20px;
  height: 18px;

  padding: 0;

  border: 0;

  background: #fff;

  color: #ea212d;

  display: flex;

  align-items: center;
  justify-content: center;

  cursor: pointer;

  font-size: 11px;
}

.social_links {
  margin-left: auto;

  display: flex;

  align-items: center;

  gap: 28px;
}

.social_links a {
  color: #fff;

  text-decoration: none;

  font-size: 25px;

  line-height: 1;

  transition: 0.2s;
}

.social_links a:hover {
  color: #ea212d;

  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .contact_bar {
    padding: 20px;
  }

  .phone_item {
    margin-right: 50px;
  }

  .social_links {
    gap: 20px;
  }

  .social_links a {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .contact_bar {
    padding: 20px 15px;
  }

  .contact_bar .container {
    flex-wrap: wrap;

    gap: 20px;
  }

  .phone_item {
    margin-right: 0;

    width: 100%;
  }

  .email_item {
    width: 100%;
  }

  .social_links {
    width: 100%;

    margin-left: 0;

    justify-content: flex-start;

    gap: 25px;
  }
}

/* ============================ inner_banner =============================== */
.inner_banner {
  background: url(../img/product-page.webp) no-repeat;
  background-size: cover;
  padding: 180px 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 100vh;
  max-height: 480px;
}

.breadcrumb_sec {
  padding: 10px 0;
  background: #f5f5f5;
}
.breadcrumb_sec .breadcrumb ul li {
  color: #ea212d;
  display: inline-block;
  margin-right: 22px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  line-height: 40px;
  z-index: 2;
}
.breadcrumb_sec .breadcrumb ul {
  margin: 0;
}
.breadcrumb_sec .breadcrumb ul li a {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumb_sec .breadcrumb ul li:after {
  position: absolute;
  content: "/";
  font-size: 15px;
  color: #000000;
  right: -14px;
  top: 0px;
}
.breadcrumb_sec .breadcrumb ul li:last-child:after {
  display: none;
}

/* ============================ product_page =============================== */
.product_page {
  padding: 70px 0 0;
}
.red_heading {
  color: #ea212d;
  font-size: 16px;
}
.product_page h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
.product_page h2 b {
  font-weight: 600;
  font-size: 20px;
}
.product_page h2 span {
  background: #ea212d;
  color: #fff;
  font-style: italic;
  padding: 4px 7px;
  font-size: 13px;
  letter-spacing: 0.4px;
  border-radius: 5px;
  font-weight: 300;
  display: inline-block;
}
.product_page .main_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.product_page .action_buttons {
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: end;
}
.product_page .search_area {
  position: relative;
}
.product_page .search_btn {
  width: 43px;
  height: 46px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  cursor: pointer;
}
.product_page .search_box {
  position: absolute;
  top: 55px;
  left: 0;
  width: 350px;
  height: 46px;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 9999;
}
.product_page .search_box.show {
  display: flex;
}
.product_page .search_box input {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  border: none;
  outline: none;
  font-size: 16px;
}

.product_page .search_submit {
  width: 50px;
  border: none;
  background: #ea212d;
  color: #fff;
  cursor: pointer;
}

.product_page .default_btn a {
  color: #fff !important;
}

.product_page .default_btn:hover {
  background: #c91420;
  color: #fff;
}

.product_page .default_btn i {
  font-size: 13px;
  margin-left: 5px;
}

.product_page .default_btn:first-of-type {
  min-width: 241px;
}
.product_page .default_btn:focus {
  color: #fff !important;
}

.product_page .default_btn:last-of-type {
  min-width: 241px;
}

.product_page .product_bg {
  background: #fbfbfb;
  padding: 50px 0;
}
.product_page .product_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
.product_page .product_grid .product_box {
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  transition: 0.3s ease;
}
.product_page .product_grid .product_box:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s ease;
}
.product_page .product_grid .product_box .text {
  padding: 10px;
}
.product_page .product_grid .product_box h3 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #ea212d;
  font-weight: 500;
}
.product_page .product_grid .product_box p {
  font-size: 12px;
  margin-bottom: 5px;
}
.product_page .product_grid .product_box p:lsast-child {
  margin-bottom: 0;
}

.product_page .product_grid .product_box .default_btn2 {
  font-size: 14px;
}
.product_page .product_grid .product_box .img {
  background: #f7f7f7;
  padding: 20px 15px 20px;
  text-align: center;
  height: 100px;
  border-radius: 10px 10px 0px 0px;
}
.product_page .product_grid .product_box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ============================ Bundle page =============================== */

.bundles_page {
}
.bundles_page .bundles_box {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 30px;
}

/* ============================ sidebar =============================== */
.sidebar {
  width: 100%;
  max-width: 100%;
  padding: 30px 32px 25px;
  background: #fff;
  border: 1px solid #ddd;
}

.sidebar > h2 {
  margin: 0;
  color: #ed1c24;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1px;
}

.sidebar .filter_line {
  width: 100%;
  height: 1px;
  margin: 25px 0;
  background: #ddd;
}

.sidebar .filter_group h3 {
  margin: 0 0 24px;
  color: #ed1c24;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.sidebar .filter_check {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #222;
  font-size: 23px;
  line-height: 1.3;
  cursor: pointer;
}
.sidebar .filter_check span {
  font-size: 16px;
}

.sidebar .filter_check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sidebar .checkmark {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  border: 2px solid #aaa;
  border-radius: 3px;
  background: #fff;
  position: relative;
}

.sidebar .filter_check input:checked + .checkmark {
  border-color: #aaa;
}
.sidebar .filter_check input:checked + .checkmark::after {
  content: "✓";
  position: absolute;
  left: 2px;
  top: -5px;
  color: #ed1c24;
  font-size: 18px;
  font-weight: 700;
}

.sidebar .availability {
  margin-top: 0;
}

.sidebar .availability .filter_check {
  margin-bottom: 0;
}

.sidebar .bundle_btn {
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ed1c24;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: 0.2s ease;
}

.sidebar .bundle_btn:hover {
  background: #c91420;
  color: #fff;
}

.sidebar .price_filter,
.sidebar .manufacturer_filter {
  padding: 0;
  margin: 0;
}

.sidebar .price_filter h3,
.sidebar .manufacturer_filter h3 {
  margin: 0 0 10px;
  color: #ed1c24;
  font-size: 18px;
  font-weight: 500;
}

.sidebar .price_values {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
}

.sidebar .price_range {
  position: relative;
  width: 100%;
  height: 4px;
  background: #ddd;
}

.sidebar .price_range::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: #ddd;
}

.sidebar .price_range input[type="range"] {
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 20px;
  margin: 0;
  appearance: none;
  background: transparent;
  pointer-events: none;
}

.sidebar .price_range input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #111;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  pointer-events: auto;
}

.sidebar .price_range input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 1px solid #111;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  pointer-events: auto;
}
.sidebar .manufacturer_filter {
  margin-top: 30px !important;
}

.sidebar .manufacturer_name {
  margin: 0 !important;
  padding-bottom: 0;
  color: #222;
  font-size: 16px;
  font-weight: 400;
}

/* ============================ brand_select =============================== */

.brand_select {
  position: relative;
  max-width: 270px;
}

.brand_select .brand_select_field {
  height: 40px;
  padding: 0 55px 0 23px;
  border: 1px solid #ed1c24;
  background: #fff;
  color: #ed1c24;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Graphik Web", sans-serif;
  outline: none;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.brand_select .select_icon {
  position: absolute;
  top: 36%;
  right: 34px;
  transform: translateY(-50%);
  color: #ed1c24;
  font-size: 14px;
  pointer-events: none;
}

.brand_select .brand_select_field:focus {
  border-color: #c9151d;
}
.bundles_page .blackmagic_btn {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.bundles_page .product_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bundles_page .product_card {
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
}
.bundles_page .product_card:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s ease;
}

.bundles_page .product_image {
  width: 100%;
  height: 180px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bundles_page .product_image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.bundles_page .product_content {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.bundles_page .product_content h3 {
  margin: 0;
  color: #111;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

.bundles_page .product_price {
  margin-top: 15px;
  color: #ed1c24;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.bundles_page .buy_btn {
  width: 100%;
  padding: 10px 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ed1c24;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: 0.2s ease;
}

.bundles_page .buy_btn:hover {
  background: #c91420;

  color: #fff;
}

/* ============================ brand single page =============================== */
.brand_single_baaner {
  position: relative;
}
.brand_single_baaner .brand_banner_logo {
  width: 300px;
  height: 200px;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  position: absolute;
  right: 25px;
  bottom: 0;
}

.brand_single_baaner .brand_banner_logo img {
  width: 185px;
  height: auto;
  object-fit: contain;
}
.brand_single_baaner .brand_banner_logo a {
  font-size: 16px;
}
.brand_single_page .short_by {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.brand_single_page .short_by .heading {
  width: 100%;
}
.brand_single_page .short_by_brand_select {
  position: relative;
}

.brand_single_page .short_by_brand_select .brand_select_field {
  height: 40px;
  padding: 0 34px 0 15px;
  border: 1px solid #ed1c24;
  background: #fff;
  color: #ed1c24;
  font-size: 14px;
  font-weight: 600;
  appearance: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.brand_single_page .short_by_brand_select .select_arrow {
  position: absolute;
  right: 17px;
  top: 13px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #ed1c24;
  border-bottom: 3px solid #ed1c24;
  transform: rotate(45deg);
  pointer-events: none;
}

.brand_single_page {
  padding: 70px 0 0;
}
.brand_single_page .main_box {
  margin-bottom: 50px;
}
.brand_single_page .product_bg {
  background: #fbfbfb;
  padding: 50px 0;
}
.brand_single_page .brand_single_box {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  gap: 40px;
}
.brand_single_page p {
  margin-bottom: 20px;
}
.brand_single_page .pagination-box {
  text-align: center;
}

/* ============================ product single page =============================== */

.product_detail {
  width: 100%;
  padding: 0 25px 18px;
  background: #fff;
}

.product_detail .container {
  max-width: 1170px;
  margin: 0 auto;
}

.product_detail_box {
  display: flex;
  gap: 60px;
}

/* ================= GALLERY ================= */

.product_detail .product_gallery {
  width: 50%;
  background: #f5f5f5;
}

.product_detail .main_product_image {
  position: relative;
  width: 100%;
  height: 438px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product_detail .main_product_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ================= ZOOM ================= */

.product_detail .zoom_btn {
  position: absolute;
  top: 13px;
  right: 18px;

  width: 34px;
  height: 34px;

  border: 1px solid #bbb;
  border-radius: 50%;

  background: #fff;
  color: #000;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

.product_detail .zoom_btn:hover {
  background: #ed1c24;
  color: #fff;
  border-color: #ed1c24;
}

/* ================= THUMBNAILS ================= */

.product_detail .product_thumbnails {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5f5f5;
}

.product_detail .thumb_slider {
  width: calc(100% - 76px);
}

.product_detail .thumb_slider .owl-stage {
  display: flex;
}

.product_detail .thumb_slider .owl-item {
  display: flex;
}

.product_detail .thumbnail {
  width: 100%;
  height: 85px;
  padding: 0;
  border: 0;
  background: #fff;
  cursor: pointer;
}

.product_detail .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.product_detail .thumbnail.active {
  outline: 2px solid #ed1c24;
  outline-offset: -2px;
}

.product_detail .thumb_arrow {
  width: 30px;
  height: 45px;
  flex: 0 0 30px;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.product_detail .thumb_arrow:hover {
  color: #ed1c24;
}
/* ================= PRODUCT INFO ================= */

.product_detail .product_info {
  padding-top: 75px;
  width: 100%;
}

.product_detail .product_logo {
  margin-bottom: 5px;
}

.product_detail .product_logo img {
  width: 105px;
  height: auto;
  display: block;
}

.product_detail .product_info h1 {
  margin: 0 0 3px;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  color: #050505;
}

.product_detail .product_info h4 {
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #111;
}

.product_detail .msrp {
  font-size: 14px;
  color: #111;
  margin-bottom: 1px;
}

.product_detail .product_price {
  color: #ed1c24;
  font-size: 39px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
}

/* ================= META ================= */

.product_detail .product_meta {
  margin-bottom: 34px;
}

.product_detail .meta_row {
  display: grid;
  grid-template-columns: 105px 1fr;
  font-size: 12px;
  line-height: 24px;

  color: #111;
}

.product_detail .meta_row strong {
  font-weight: 600;
}

.product_detail .meta_row span {
  font-weight: 400;
}

/* ================= CART ROW ================= */

.product_detail .cart_row {
  width: 100%;

  display: grid;
  grid-template-columns: 150px 1fr;

  gap: 10px;
}

/* quantity */

.product_detail .quantity_box {
  height: 52px;

  border: 1px solid #111;

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.product_detail .quantity_box button {
  border: 0;
  background: #fff;

  font-size: 16px;
  cursor: pointer;
}

.product_detail .quantity_box input {
  width: 100%;

  border: 0;
  outline: 0;

  background: #fff;

  text-align: center;

  font-size: 16px;
}

/* add cart */

.product_detail .add_cart {
  height: 52px;

  border: 1px solid #111;

  background: #fff;
  color: #111;

  font-size: 17px;

  cursor: pointer;
}

.product_detail .add_cart:hover {
  background: #ed1c24;
  color: #fff;
  border-color: #ed1c24;
}

/* ================= RESELLER ================= */

.product_detail .reseller_price {
  width: 100%;
  height: 52px;

  margin-top: 13px;

  border: 0;

  background: #ed1c24;
  color: #fff;

  font-size: 16px;

  cursor: pointer;
}

.product_detail .reseller_price:hover {
  background: #d71920;
}

/* ================= ZOOM POPUP ================= */

.zoom_popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
  z-index: 9999;
}

.zoom_popup.show {
  display: flex;
}

.zoom_popup img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.zoom_close {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 50%;
  background: #ed1c24;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

/* ================= MOBILE ================= */

@media (max-width: 600px) {
  .product_detail {
    padding: 20px 15px;
  }

  .product_detail .main_product_image {
    height: 300px;
  }

  .product_detail .product_thumbnails {
    height: 85px;
  }

  .product_detail .thumbnail {
    flex-basis: 75px;
    width: 75px;
    height: 70px;
  }

  .product_detail .thumb_track {
    gap: 8px;
  }

  .product_detail .product_info h1 {
    font-size: 29px;
  }

  .product_detail .product_price {
    font-size: 34px;
  }

  .product_detail .cart_row {
    grid-template-columns: 1fr;
  }
}

/* ============================ product_tabs =============================== */
.product_tabs {
  width: 100%;
  padding: 25px 0 50px;
  background: #fff;
}

.product_tabs .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.product_tabs .tab_content {
  display: none;
}

.product_tabs .tab_content.active {
  display: block;
}

.product_tabs .tab_btn {
  cursor: pointer;
}

.product_tabs .tab_btn.active {
  background: #ed1c24;
  color: #fff;
}

.product_tabs .tabs_box {
  width: 100%;
  border: 1px solid #ddd;
}

/* ================= TAB NAV ================= */

.product_tabs .tabs_nav {
  width: 100%;
  display: flex;
  background: #000;
}

.product_tabs .tab_btn {
  height: 60px;
  padding: 0 105px;
  border: 0;
  letter-spacing: 1px;
  border-right: 1px solid #fff;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.product_tabs .tab_btn:last-child {
  border: 0;
}

.product_tabs .tab_btn:first-child {
  background: #ed1c24;
}

.product_tabs .tab_btn:hover {
  background: #ed1c24;
}

/* ================= CONTENT ================= */

.product_tabs .tab_content {
  padding: 25px 30px 30px;
  background: #fff;
}

.product_tabs .tab_content p {
  margin: 0 0 20px;
  color: #111;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 300;
}
.product_tabs .tab_content:last-child {
  margin: 0;
}

.product_tabs .tab_content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .product_tabs .tabs_nav {
    height: auto;
  }

  .product_tabs .tab_btn {
    flex: 1;
    padding: 0 20px;
    font-size: 18px;
  }

  .product_tabs .tab_content {
    padding: 30px;
  }

  .product_tabs .tab_content p {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .product_tabs .tabs_nav {
    flex-direction: column;
  }

  .product_tabs .tab_btn {
    width: 100%;
    height: 55px;
    border-right: 0;
    border-bottom: 1px solid #fff;
  }

  .product_tabs .tab_content {
    padding: 25px 20px;
    min-height: auto;
  }

  .product_tabs .tab_content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
  }
}

/* ============================ related_products =============================== */
.related_products {
  background: #f7f7f7;
}

.related_products h2 {
  margin: 0 0 36px;
  text-align: center;
  color: #050505;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}
.related_products .container {
  padding: 0px 30px;
}

.latest-brands-slider {
  position: relative;
}

.latest-brands-slider .owl-stage {
  display: flex;
}

.latest-brands-slider .owl-item {
  display: flex;
}

.latest-brands-slider .item {
  width: 100%;
  padding: 0 2px;
}

/* ================= CARD ================= */

.related_card {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
}

/* IMAGE */

.related_image {
  padding: 15px;
  width: 100%;
  height: 220px;
  background: #f3f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.related_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* CONTENT */

.related_content {
  padding: 14px 21px 20px;
}

.related_content h3 {
  margin: 0 0 5px;
  color: #111;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.related_price {
  margin-bottom: 13px;
  color: #ed1c24;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.related_products .buy_btn {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ed1c24;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: 0.2s;
}

.buy_btn:hover {
  background: #c9151d;
  color: #ffffff;
}

/* ================= OWL ARROWS ================= */

.related_products .owl-nav button {
  position: absolute;

  top: 50%;
  transform: translateY(-50%);

  width: 34px;
  height: 34px;

  border-radius: 50% !important;

  background: #fff !important;
  border: 2px solid #111 !important;

  color: #111 !important;

  font-size: 21px !important;

  display: flex !important;
  align-items: center;
  justify-content: center;
}

.related_products .owl-nav .owl-prev {
  left: -22px;
}

.related_products .owl-nav .owl-next {
  right: -22px;

  background: #ed1c24 !important;
  border-color: #ed1c24 !important;
  color: #fff !important;
}

.related_products .owl-nav button:hover {
  background: #ed1c24 !important;
  border-color: #ed1c24 !important;
  color: #fff !important;
}

.related_products .owl-dots {
  display: none;
}

@media (max-width: 991px) {
  .related_products h2 {
    font-size: 34px;
  }

  .related_image {
    height: 210px;
  }
}

@media (max-width: 600px) {
  .related_products {
    padding: 25px 15px 35px;
  }

  .related_products h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .related_image {
    height: 180px;
  }

  .related_content h3 {
    font-size: 17px;
  }

  .related_price {
    font-size: 19px;
  }

  .related_products .owl-nav .owl-prev {
    left: -12px;
  }

  .related_products .owl-nav .owl-next {
    right: -12px;
  }
}

/* ============================ mobile =============================== */

@media (min-width: 992px) and (max-width: 1199px) {
  .about_box h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .product_page .product_grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .inner_banner {
    max-height: 340px;
  }
  .new_items_promotions .promotions_box .img .text h2 {
    font-size: 25px;
  }
  .product_page h2 {
    font-size: 30px;
  }
  .sidebar {
    padding: 20px 20px 32px;
  }
  .sidebar .filter_line {
    margin: 25px 0;
  }
  .bundles_page .product_grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .bundles_page .product_price {
    font-size: 17px;
  }
  .brand_single_page .brand_single_box {
    grid-template-columns: 0.4fr 1fr;
    gap: 30px;
  }
  .header .menu > li {
    margin-right: 25px;
  }
  .product_page .brand_select .select_icon {
    top: 27%;
  }
}
@media screen and (max-width: 991px) {
  .menu-toggle {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
  }
  .menu-icon,
  .menu-icon::before,
  .menu-icon::after {
    color: #fff;
    background: #fff;
  }
  .header .main_menu .container {
    align-items: unset;
  }
  .home_banner {
    max-height: 400px;
  }
  .new_items_promotions .promotions_box .img .text h2 {
    font-size: 18px;
  }
  .inner_banner {
    max-height: 280px;
  }
  .product_page .main_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .product_page .action_buttons {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .product_page .main_box {
    gap: 0;
  }
  .product_page .product_grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .bundles_page h2 {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .sidebar {
    padding: 20px 20px;
  }
  .sidebar h2 {
    font-size: 20px;
  }
  .sidebar .filter_line {
    margin: 20px 0;
  }
  .sidebar .filter_check span {
    font-size: 14px;
  }
  .sidebar .bundle_btn {
    padding: 12px 10px;
    font-size: 10px;
  }
  .bundles_page .blackmagic_btn {
    flex-direction: column;
    gap: 10px;
  }
  .bundles_page .product_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand_single_page .brand_single_box {
    grid-template-columns: 0.4fr 1fr;
    gap: 30px;
  }
  .brand_single_page .sidebar h2 {
    font-size: 18px;
  }
  .product_detail .product_info {
    padding-top: 40px;
  }
  .product_detail .main_product_image {
    height: 450px;
  }
  .product_detail .product_info h1 {
    font-size: 30px;
  }
  .search-box input {
    width: auto;
  }
  .product_detail .product_price {
    font-size: 28px;
  }
  .product_detail .cart_row {
    grid-template-columns: 120px 1fr;
  }
  .category-track {
    gap: 13px;
  }
  .category-slider {
    padding: 15px 0;
  }

  .category-item {
    width: 123px;
    flex: 0 0 123px;
  }

  .category-image {
    width: 120px;
    height: 90px;
  }

  .category-image img {
    width: 65px;
    height: 65px;
  }
  .category-slider .slider-btn {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }
  .new_items_promotions .promotions_box .img .text {
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 20px;
  }
  .logo-slider .item {
    height: 40px;
  }
  .logo-slider .item img {
    width: 117px !important;
    margin: 0 9.4px;
    height: 40px;
  }
  .service_features .service_item {
    width: 237px;
    margin: 0 auto;
  }
  .service_features .container {
    gap: 10px;
  }
  .product_page .brand_select .select_icon {
    top: 47%;
  }
}

@media screen and (max-width: 767px) {
  .header .container {
    flex-direction: column;
  }
  .header .rightmenu {
    margin-bottom: 15px;
  }
  .about_box h2 {
    font-size: 25px;
  }
  footer .main_box {
    grid-template-columns: repeat(3, 1fr);
  }
  .contact_bar .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .social_links {
    gap: 20px;
    width: 100%;
    margin-top: 20px;
  }
  .search_mobile {
    display: block;
  }
  .header .main_menu .container {
    display: flex;
    flex-direction: unset;
    align-items: center;
    position: relative;
  }
  .header .rightmenu .search-box {
    display: none;
  }
  .inner_banner {
    max-height: 250px;
  }
  .product_page h2 {
    font-size: 27px;
  }
  .product_page .product_grid .product_box .img {
    height: 80px;
  }
  .product_page .product_grid {
  }
  .bundles_page .bundles_box {
    grid-template-columns: 1fr;
  }
  .sidebar {
    max-width: 100%;
  }
  .menu {
    position: absolute;
    z-index: 1;
    background: #000;
    left: 0;
    top: 60px;
  }
  .brand_single_page .brand_single_box {
    grid-template-columns: 1fr;
  }
  .brand_single_page h2 {
    font-size: 28px !important;
  }
  .product_detail_box {
    gap: 30px;
  }
  .product_detail .product_info h1 {
    font-size: 26px;
  }
  .product_detail .product_price {
    font-size: 24px;
  }
  .brand-image {
    height: 250px;
  }
  .sidebar .bundle_btn {
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  .contact_bar .container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  footer .main_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .product_page .action_buttons {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .product_page .product_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .product_page .search_box {
    width: 290px;
  }
  .product_page .search_area {
    margin-bottom: 20px;
  }
  .sidebar {
    padding: 25px 20px;
  }

  .sidebar > h2,
  .filter_group h3 {
    font-size: 23px;
  }

  .filter_line {
    margin: 28px 0;
  }

  .filter_check {
    font-size: 18px;

    margin-bottom: 16px;
  }

  .bundle_btn {
    min-height: 55px;

    font-size: 16px;
  }
  .brand_single_page .product_grid {
    grid-template-columns: 1fr;
  }
  .brand_single_page {
    padding: 50px 0 0;
  }
  .sidebar .bundle_btn {
    font-size: 11px;
  }
  .product_detail .product_detail_box {
    flex-direction: column;
  }
  .product_detail .product_gallery {
    width: 100%;
  }
  .product_tabs .tab_btn {
    flex: auto;
  }
  .related_products .container {
    padding: 0px 5px;
  }
  .product_detail .main_product_image {
    height: auto;
  }
  footer .email_link a {
    font-size: 13px;
  }
  footer .contact_text h4 {
    font-size: 15px;
  }
  footer .phone_item .contact_text a {
    font-size: 15px;
  }
  footer .contact_bar {
    padding: 15px 5px;
  }
  .product_detail .quantity_box {
    width: 110px;
  }
  .category-slider .category-track {
    gap: 10px;
  }
  .brand-image {
    height: 195px;
  }
  .brand-image img {
    padding: 10px;
  }
  .logo-slider .item img {
    width: 178px !important;
    height: 40px;
  }
  .category-slider .category-image {
    width: 90px;
    height: 90px;
  }
  .category-slider .category-item {
    width: 93px;
    flex: 0 0 105px;
  }
  .sidebar .bundle_btn {
    font-size: 15px;
  }
  .brand_single_baaner .brand_banner_logo {
    right: 10px;
  }
}
