/*=====Reset CSS======*/

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
label {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input,
input[type="button"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}

a:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
label {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
}

figure {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

figure,
img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
  /* text-transform: capitalize; */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}


.svg_container {
  display: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 30px;
  color: var(--Para-Color);
  background: var(--white_color);
  font-family: var(--body_font);
  overflow-x: hidden;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

p {
  font-weight: 400;
  /* text-transform: capitalize; */
  margin-bottom: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--heading_color);
  border-radius: 10px;
}

::-webkit-scrollbar {
  background: var(--white_color);
  width: 7px;
}

::-moz-selection {
  background-color: var(--vivid_yellow);
  color: var(--black_color);
}

::selection {
  background-color: var(--vivid_yellow);
  color: var(--black_color);
}

/* Reset-css--------------- */

:root {
  --black_color: #000;
  --white_color: #fff;
  --vivid_yellow: #E5DE00;
  --heading_color: #151619;
  --para_color: #444444;
  --acent_color: #F5F5F5;
  --border_color: #AEAEAE;
  --body_font: "Onest", sans-serif;
  --heading_font: "Aspekta", sans-serif;
  --transition: 0.4s all ease-in-out
}

/* Global Headings */
.gap {
  padding: 70px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading_font);
  text-transform: capitalize;
  color: var(--heading_color);
}

h1 {}

h1 span {}


h2 {
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

h2 span {}

h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
}


h4 {}

h5 {}

h6 {}

.global_btn {
  border-radius: 4px;
  background: var(--vivid_yellow);
  color: var(--heading_color);
  font-family: var(--heading_font);
  padding: 11px 55px 11px 18px;
  position: relative;
  border: 1px solid var(--vivid_yellow);
}

.global_btn:hover {
  background: var(--heading_color);
  color: var(--white_color);
  border-color: transparent;
}

.global_btn:hover::after {
  color: var(--white_color);
  right: 15px;
}

.global_btn::after,
.whitebtn::after {
  content: '\f105 ';
  position: absolute;
  font-family: 'fontawesome';
  color: var(--heading_color);
  font-size: 20px;
  right: 20px;
  top: 49%;
  bottom: 0;
  margin: auto;
  transform: translateY(-50%);
  transition: var(--transition);
}

.whitebtn {
  border-radius: 4px;
  background: var(--white_color);
  color: var(--heading_color);
  font-family: var(--heading_font);
  padding: 11px 55px 11px 18px;
  border: 1px solid var(--heading_color);
}

.whitebtn:hover {
  background: var(--heading_color);
  color: var(--white_color);
  border-color: var(--white_color);
}

.whitebtn:hover::after {
  color: var(--white_color);
  right: 15px;
}

a {
  transition: var(--transition);
  position: relative;
}

a:hover {
  text-decoration: none;
}

section {
  position: relative;
}

/* Global Headings */


/* Header Start ---------------*/

.headerlogo_hamwrpr {
  width: 193px;
  flex: 0 0 auto;
}

.sticky_hdr .header {
  filter: drop-shadow(0px 15px 25px rgba(0, 76, 102, 0.15));
  -webkit-filter: drop-shadow(0px 15px 25px rgba(0, 76, 102, 0.15));
  /* padding: 15px 0; */
  top: 0;
  background: var(--heading_color);
}

.sticky_hdr .navlist {
  padding: 2px 0;
}

.sticky_hdr .header_logo {
  max-width: 70px;
}

.sticky_hdr .navlink {
  font-size: 18px;
}

/* sticky */


.hdrmobile_logo {
  display: none;
}

.menu-link-wrapper {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: none;
}

.line {
  background: var(--black_color);
  width: 30px;
  height: 3px;
  display: block;
  margin: 3px 0;
}

.header_listing_holder {
  flex-grow: 1;
  justify-content: center;
  display: flex;
}

.header_wrppr {
  display: flex;
  align-items: center;
  position: relative;
}

.navlink {
  text-transform: capitalize;
  position: relative;
  line-height: 1;
  color: var(--white_color);
  font-family: var(--heading_font);
  font-weight: 300;
}

.navitem {
  position: relative;
  padding: 9px 30px;
}

.navlist {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border: 1px solid var(--white_color);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
  transition: var(--transition);
}

.header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 40px;
  transition: var(--transition);
  padding: 5px 0 8px 0;
  background: transparent;
}


.header_logo {
  max-width: 100px;
  transition: var(--transition);
}


.navlink:hover {
  color: var(--vivid_yellow);
}

.navlink:hover::after {
  width: 100%;
  right: unset;
  left: 0;
}

.navlink::after {
  position: absolute;
  content: '';
  background: var(--vivid_yellow);
  bottom: -5px;
  left: unset;
  right: 0;
  width: 0;
  height: 1px;
  transition: var(--transition);
}

.header_btn .global_btn {
  border: 1px solid transparent;
}

.header_btn .global_btn:hover {
  border-color: var(--white_color);
}


/* Scroll-up */
.sticky_hdr .header.nav-up {
  top: -120px;
}

/* Header End----------- */

/* Home Page Start */

.banner_image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.mobile_banner {
  display: none;
}

.w100 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.banner__section {
  min-height: 100vh;
  z-index: 2;
}

.banner__section::after {
  content: '';
  position: absolute;
  background: rgb(0, 0, 0, 0.2);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.home_banner_wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 50px);
  justify-content: end;
  z-index: 1;
  position: relative;
  max-width: 900px;
}

.banner__section .container {
  position: relative;
  min-height: 100vh;
}

.hammer_tag h4 {
  color: var(--white_color);
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 30px;
  position: relative;
  letter-spacing: 0.1px;
  font-weight: 600;
  font-family: var(--body_font);
}

.hammer_tag h4::after {
  width: 16px;
  height: 16px;
  background: var(--vivid_yellow);
  position: absolute;
  content: '';
  left: 3px;
  top: 3px;
  border-radius: 2px;
  left: -50px;
  transition: 0.8s all ease-in-out;
  transform: rotate(0deg);
  opacity: 0;
}

.home_banner_wrapper p {
  color: var(--white_color);
}

.active_section .hammer_tag h4::after {
  left: 3px;
  transform: rotate(90deg);
  opacity: 1;
}

.hammer_tag {
  margin-bottom: 30px;
  position: relative;
  transition: var(--transition);
}

.banner__content_wrpr h1 {
  font-size: 120px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white_color);
  margin-bottom: 10px;
}

.banner__content_wrpr h1 span {
  display: inline-block;
  position: relative;
}

.banner__content_wrpr h1 span::after {
  content: '';
  width: 15px;
  height: 15px;
  background: var(--vivid_yellow);
  display: inline-block;
}

.banner__content_wrpr .left_contents {
  width: 45%;
  flex: 0 0 auto;
  border-bottom: 1px solid var(--white_color);
  padding-bottom: 30px;
}

/* Long Coats Section Start */
.bermudas_wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 360px 360px;
  gap: 10px;
}

.bermudas_wrap ul li:nth-child(2) {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
}

.bermudas_card {
  position: relative;
  height: 100%;
}

.bermudas_card::after {
  content: "";
  position: absolute;
  background: rgb(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}

.bermudas_card .contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bermudas_section {
  background: var(--acent_color);
}

.bermudas_card h3 {
  color: var(--white_color);
  font-family: var(--body_font);
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.bermudas_wrap ul li:hover .bermudas_card img {
  transform: scale(1.1);
}

.bermudas_card img {
  transition: var(--transition);
}

.bermudas_card {
  overflow: hidden;
}

/* Long Coats Section End */

/* essentials start */

.essentials_section .global_heading {
  max-width: 1000px;
}

.essentials_card .image {
  width: 100%;
  height: 380px;
  margin: 0 auto 20px;
  transition: var(--transition);
      overflow: hidden;
}

.essentials_card .image img{
  object-fit: cover;
  transition: var(--transition);
}


.essentials_card h3 {
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px;
}

.essentials_card {
  background: var(--acent_color);
  padding: 25px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.essentials_card:hover .essen_bg {
  transform: scale(1.06);
}

.essentials_card .contents {
  z-index: 1;
  position: relative;
}

.row>*:has(.essentials_card) {
  padding: 0;
}

.essen_bg {
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  transition: var(--transition);
}

.row>*:has(.essentials_card):nth-child(even) .contents p,
.row>*:has(.essentials_card):nth-child(even) .contents h3 {
  color: var(--white_color);
}

.essentials_card:hover .image img {
  transform: scale(1.06);
}

.essentials_card:hover .image {
  overflow: hidden;
}

.essen_bg::after {
  content: '';
  position: absolute;
  background: rgb(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* essentials end */
.truck_image {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex: 0 0 auto;
  border-radius: 14px;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}

.shipping_shorts {
  display: flex;
  column-gap: 12px;
  height: 100%;
}

.shipping_shorts h5 {
  font-family: var(--body_font);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.shipping_shorts p {
  font-weight: 500;
}

.shipping_shorts p a {
  color: var(--para_color);
}

.shipping_shorts p a:hover {
  color: var(--heading_color);
}

.row:has(.shipping_shorts) {
  row-gap: 20px;
}

.shipping_shorts:hover .truck_image {
  background: var(--vivid_yellow);
}

.globus_arrw {
  width: max-content;
  padding: 11px 18px;
  border: none;
  column-gap: 20px;
  transition: var(--transition);
  position: relative;
}

.globus_arrw::after {
  content: '\f105';
  position: absolute;
  font-size: 20px;
  color: var(--heading_color);
  left: 0;
  right: 0;
  font-family: "fontawesome";
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.globus_arrw:hover::after {
  opacity: 0;
}

.globus_arrw p {
  margin-bottom: 0;
  transition: var(--transition);
  opacity: 0;
  pointer-events: none;
  width: 220px;
  flex: 0 0 auto;
  position: relative;
}

.globus_arrw p::after {
  content: '\f105';
  position: absolute;
  font-size: 20px;
  color: var(--heading_color);
  right: -30px;
  font-family: "fontawesome";
  opacity: 0;
}

.coats_group:hover .globus_arrw p::after {
  opacity: 1;
}

.coats_group:hover .globus_arrw p {
  opacity: 1;
  width: auto;
}

.coats_group:hover .globus_arrw::after {
  opacity: 0;
}

.coats_group:hover .globus_arrw {
  width: 190px !important;
  background: var(--vivid_yellow) !important;
  color: var(--heading_color) !important;
  padding-right: 45px;
}

.coats_group {
  border: 1px solid var(--border_color);
  border-radius: 4px;
  background: var(--white_color);
  padding: 20px;
  transition: var(--transition);
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 290px;
  justify-content: space-between;
  height: 100%;
}

.coats_group h3 span,
.bermudas_card h3 span {
  transition: var(--transition);
}

.coats_group:hover {
  background: var(--para_color);
}

.coats_group:hover h3 {
  color: var(--white_color);
}

.coats_group:hover .coats_image {
  scale: 1.05;
}

.coats_image {
  position: absolute;
  bottom: -23px;
  right: -25px;
  transform: rotate(-17deg);
  filter: drop-shadow(0px 0px 6px rgb(0, 0, 0, 0.5));
  transition: var(--transition);
  width: 210px;
  height: 240px;
  object-fit: contain;
}

.coats_group h3 {
  font-size: 25px;
  max-width: 200px;
  line-height: 1.3;
  transition: var(--transition);
}

.workwear_products .row+.row {
  padding-top: 70px;
}

.row:has(.coats_group) {
  row-gap: 25px;
}

.coats_image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.coats_group .globus_arrw:hover {
  background: var(--white_color) !important;
}

/* Long Coats Section End */

/* About Vinit Gloves Start */

.about_images_wrap .image {
  height: 570px;
}

.about_section_right .image {
  height: 400px;
  margin-bottom: 20px;
}

.about__section {
  background: var(--acent_color);
}

.about_images_wrap {
  position: relative;
}

.about_images_wrap .vector_image {
  width: 158px;
  height: 158px;
  background: var(--white_color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -90px;
  position: absolute;
  top: 70px;
  border: 1px solid var(--border_color);
  overflow: hidden;
  padding: 15px;
}


/* About Vinit Gloves End */

/* Product Range */

.product_range .global_heading {
  max-width: 780px;
}

.gloves_radio span {
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 50%;
  transition: var(--transition);
  background-size: 100% 100%;
  image-rendering: pixelated;
  border: 1px solid #1e1e1e;
}

.orange {
  background: #E77924;
}

.blue {
  background: #313E8D;
}

.yellow {
  background: #DADC53;
}

.green {
  background: #B3FF1E;
}

.radio_wrap {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.gloves_filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 10px;
}

.gloves_radio {
  position: relative;
  cursor: pointer;
}

.gloves_radio input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.gloves_radio input:checked~span {
  border-color: var(--white_color);
  box-shadow: rgba(6, 24, 44, 0.1) 0px 0px 0px 2px, rgba(6, 24, 44, 0.35) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.size_wrap {
  position: relative;
}

.size_wrap::after {
  content: '';
  position: absolute;
  background: url(../images/angle_down_arrow.png) no-repeat center;
  width: 20px;
  height: 20px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}


.size_wrap select {
  border: none;
  color: var(--para_color);
  font-size: 17px;
  text-transform: capitalize;
  cursor: pointer;
  padding: 5px 30px 5px 10px;
  font-weight: 500;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background: transparent;
}

.jacket_heading a {
  color: var(--para_color);
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
}

.jacket_heading a:hover {
  color: var(--heading_color);
}

.jackets_slider_group {
  position: relative;
}

.jackets_card {
  padding: 0 10px;
}

.jackets_card:hover .gloves_card {
  background: var(--vivid_yellow);
}

/* Product Range */

/* Comfort Start */
.comfort_img_left .image {
  height: 530px;
}

.comfort_img_left {
  position: relative;
}

.comfort_img_left .short_card {
  border-radius: 4px;
  background: var(--white_color);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  column-gap: 20px;
  max-width: 300px;
}

.comfort_img_left .short_card:hover {
  background: var(--vivid_yellow);
}

.comfort_img_left .short_card h6 {
  color: var(--heading_color);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.comfort_contents h2 {
  font-size: 70px;
  line-height: 1.1;
  text-transform: uppercase;
  padding: 20px;
  margin-left: -200px;
  z-index: 1;
  position: relative;
  background: var(--white_color);
  border-radius: 4px;
  margin-bottom: 20px;
}

.comfort_contents {
  padding-top: 70px;
}


/* Comfort End */


.blacktag h4 {
  color: var(--heading_color);
  padding-bottom: 18px;
}

.blacktag::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--border_color);
  bottom: 0;
  transition: 1.3s all ease;
}

.global_heading {
  margin-bottom: 30px;
}

.about_section_left .global_heading h2 {
  max-width: 100%;
}

.global_heading h2 span {
  position: relative;
}

.global_heading h2 span::after {
  content: '';
  width: 9px;
  height: 9px;
  background: var(--vivid_yellow);
  display: inline-block;
  margin-left: 4px;
}


.about_section_btnwrpr ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 25px;
  flex-wrap: wrap;
  row-gap: 15px;
}

.about_mission_listing .contents h3 {
  margin-bottom: 15px;
}

.mv_wrppar {
  display: flex;
  justify-content: space-between;
}

.mv_wrppar .icon {
  border-radius: 4px;
  background: var(--acent_color);
  width: 123px;
  height: 123px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  transition: var(--transition);
}

.mv_wrppar .icon img {
  max-width: 72px;
}

.mv_wrppar .contents {
  width: 70%;
  flex: 0 0 auto;
}

.about_mission_listing ul li {
  padding-top: 25px;
  border-top: 1px solid var(--border_color);
  margin-top: 30px;
  transition: var(--transition);
}

.about_mission_listing ul li:hover .mv_wrppar .icon {
  background: var(--vivid_yellow);
}

.about_section_left {
  padding-right: 0px;
  position: sticky;
  top: 80px;
}

.home_manufacturing {
  background: var(--acent_color);
}

.maufacturing_left_contents .global_heading {
  margin-bottom: 30px;
}

.check__listing {
  margin: 35px 0;
}

.check__listing li {
  font-weight: 400;
  padding: 0 30px;
  position: relative;
  width: 50%;
}

.check__listing li::after {
  content: '';
  position: absolute;
  background: url(../images/check.webp) no-repeat left;
  width: 25px;
  height: 25px;
  left: 0;
  top: 1px;
}


.iso_imglisting ul {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 45px;
  flex-wrap: wrap;
}

.manufacturing_right_contents {
  position: relative;
  height: 100%;
}

.manufacturing_right_contents::after {
  width: 370px;
  height: 370px;
  background: var(--vivid_yellow);
  border-radius: 4px;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
}

.manufacturing_right_contents::before {
  width: 370px;
  height: 370px;
  background: var(--heading_color);
  border-radius: 4px;
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
}

.manufacturing_right_contents img {
  padding: 15px;
  z-index: 1;
  position: relative;
}

.maufacturing_left_contents {
  padding-right: 30px;
}

.home_products_wrpr .left_contents {
  max-width: 674px;
}

.home_products_wrpr .right_contents {
  max-width: 562px;
}

.home_products_wrpr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contain100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.products__gloves_wrpr>ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
}

.products__gloves_wrpr>ul>li {
  width: 100%;
  flex: 0 0 auto;
  padding: 0 3px;
}

.gloves_card {
  border-radius: 4px;
  background: var(--acent_color);
  padding: 12px;
  position: relative;
  transition: var(--transition);
  width: 100%;
}



.gloves_card:hover .titles_wrp h3 {
  color: var(--heading_color);
  transition: var(--transition);
}

.gloves_card:hover .titles_wrp .arrow {
  background: var(--white_color);
}

.gloves_card .image {
  width: 220px;
  height: 290px;
  margin: 18px auto;
  transition: var(--transition);
  transform: scale(1.05);
}

.gloves_card h6 {
  color: var(--heading_color);
  font-family: var(--body_font);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
  background: var(--white_color);
  display: inline-block;
  padding: 7px 10px;
}

.about_pr_imgs ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 12px;
  top: 12px;
}

/* .about_pr_imgs ul li+li {
  margin-top: 10px;
} */

.about_pr_imgs img {
  width: 55px;
  height: 64px;
  object-fit: contain;
}

.gloves_card .titles_wrp h3 {
  color: var(--para_color);
  font-family: var(--body_font);
  font-size: 20px;
  font-weight: 400;
  padding-right: 20px;
  line-height: 1.4;
  transition: var(--transition);
}

.gloves_card .titles_wrp {
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.gloves_card .btn_wrp {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.yellow_arrow {
  width: 44px;
  height: 52px;
  background: var(--vivid_yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  flex: 0 0 auto;
  color: var(--heading_color);
}

.eye_icon {
  width: 44px;
  height: 52px;
  background: var(--white_color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  flex: 0 0 auto;
  color: var(--heading_color);
}

.eye_icon:hover {
  background: var(--heading_color);
  color: var(--white_color);
}

.gloves_card:hover .yellow_arrow {
  background: var(--white_color);
}

.gloves_card .yellow_arrow:hover {
  background: var(--heading_color);
  color: var(--white_color);
}

.yellow_arrow:hover {
  background: var(--heading_color);
  color: var(--white_color);
}


.gloves_card .titles_wrp .arrow {
  background: var(--vivid_yellow);
}


.gloves_card .titles_wrp .arrow i {
  transition: var(--transition);
}

.gloves_card .titles_wrp .arrow:hover i {
  transform: translateX(2px);
}

.jackets_card:hover .image {
  transform: scale(1.1);
}

.products__gloves_wrpr>h4 {
  color: var(--heading_color);
  font-family: var(--body_font);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  background: var(--vivid_yellow);
  border-radius: 4px;
  display: block;
  margin: 0 auto 20px;
  width: max-content;
  padding: 8px 15px;
}

.viewall_btn {
  text-align: center;
  margin-top: 30px;
}

.products__gloves_wrpr {
  border: 1px solid var(--border_color);
  border-radius: 4px;
  padding: 25px 6px;
}



@keyframes infiniteRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.home_choose_text .global_btn {
  width: max-content;
}

.home_choose {
  min-height: 100vh;
}

.number_heading .global_heading {
  max-width: 640px;
  margin-bottom: 30px;
}

.number_heading {
  padding-right: 80px;
}

.numbercard_row>*:nth-child(odd) .numbers_card {
  background: var(--vivid_yellow);
}

.numbers_card .icon {
  filter: brightness(0) saturate(100%);
}

.numbercard_row>*:nth-child(even) .numbers_card {
  border: 1px solid var(--heading_color);
}

.numbers_card {
  text-align: center;
  border-radius: 4px;
  padding: 40px 20px;
  height: 100%;
}

.numbers_card .icon {
  width: 120px;
  height: 120px;
  margin: auto;
  margin-bottom: 20px;
}

.numbers_card h3 {
  margin-bottom: 10px;
}

.numbercard_row {
  margin-top: 20px;
  row-gap: 20px;
  justify-content: end;
}

.numfirst {
  margin-left: 85px;
}


.numbers_card p {
  color: var(--heading_color);
}

.number_vicon {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: end;
  justify-content: center;
  perspective: 1000px;
}

.laboratory_tab_group .global_heading {
  margin-bottom: 30px;
}

.tab_btn_wrp {
  display: flex;
  flex-direction: column;
}

.number_vicon img {
  animation: RotateYHue 13s linear infinite;
  transform-style: preserve-3d;
}

@keyframes RotateYHue {
  0% {
    transform: rotateY(0deg);
    filter: hue-rotate(0deg) saturate(1.2) brightness(1);
  }

  25% {
    transform: rotateY(90deg);
    filter: hue-rotate(90deg) saturate(1.5) brightness(1.2);
  }

  50% {
    transform: rotateY(180deg);
    filter: hue-rotate(180deg) saturate(1.8) brightness(1.1);
  }

  75% {
    transform: rotateY(270deg);
    filter: hue-rotate(270deg) saturate(1.4) brightness(1.3);
  }

  100% {
    transform: rotateY(360deg);
    filter: hue-rotate(360deg) saturate(1.2) brightness(1);
  }
}



.home_csr_slider .container-fluid {
  padding: 0;
}

.home_csr_slider {
  background: var(--acent_color);
  overflow-x: hidden;
}

.home_csr_hdng {
  max-width: 700px;
}

.csr_slider_item .item_holder {
  display: flex;
  column-gap: 60px;
  padding: 25px;
  background: var(--white_color);
  border-radius: 4px;
}

.csr_slider_item {
  padding: 0 12px;
}

.csr_slider_item .item_contents {
  max-width: 370px;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
}

.csr_slider_item .item_contents h3 {
  line-height: 1.3;
}

.csr_btn {
  margin-top: auto;
  flex: 0 0 auto;
}

.csr_arrows_wrp button {
  width: 60px;
  height: 50px;
  border: none;
  background: transparent;
  color: var(--black_color);
  /* -webkit-text-fill-color: var(--black_color) ; */
  -webkit-appearance: none;
  appearance: none;
}

.csr_arrows_wrp button:hover {
  background: var(--vivid_yellow);
}

.csr_arrows_wrp {
  text-align: right;
}

.csr_arrows_wrp .holder {
  border: 1px solid var(--heading_color);
  border-radius: 8px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.csr_arrows_wrp .holder::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 18px;
  left: 50%;
  top: 0;
  background: var(--heading_color);
}

.labtab_contents_group .yellow_arrow {
  margin-top: auto;
}

.csr_arrows_wrp .holder::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 18px;
  left: 50%;
  bottom: 0;
  background: var(--heading_color);
}

.csr_arrows_wrp {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
}

.csr_slider_group {
  position: relative;
}

.csr_slider_item .image {
  flex-grow: 1;
  height: 480px;
}

.labtab_contents_group {
  border-radius: 4px;
  padding: 20px;
}

.labtab_contents_group .contents h3 {
  color: var(--heading_color);
  font-size: 28px;
  line-height: 33px;
  max-width: 200px;
  margin-bottom: 20px;
}

.labtab_contents_group .contents p {
  color: var(--heading_color);
}

.labtab_contents_group .image {
  width: 100%;
  height: 530px;
}

.labtab_contents_group .contents {
  height: 100%;
  display: flex;
  flex-direction: column;
}


.yellow_arrow i {
  transition: var(--transition);
}

.yellow_arrow:hover i {
  transform: translateX(2px);
}

.laboratory_tab_group .nav-link {
  color: var(--heading_color);
  text-transform: uppercase;
  text-align: left;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  max-width: max-content;
  transition: var(--transition);
}

.laboratory_tab_group .nav-link::after {
  width: 10px;
  height: 1px;
  background: var(--heading_color);
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transition: var(--transition);
}

.laboratory_tab_group .nav-pills .nav-link.active {
  background: var(--vivid_yellow);
  color: var(--heading_color);
  font-size: 28px;
  padding-left: 40px;
}

.laboratory_tab_group .nav-pills .nav-link.active::after {
  width: 30px;
}

.laboratory_tab_group .tab-content {
  background: var(--acent_color);
  margin-left: 20px;
}

.map_heading {
  max-width: 600px;
}

.map_country h6 {
  font-size: 24px;
  line-height: 30px;
  transition: var(--transition);
}

.map_countryname ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  transition: var(--transition);
}

.map_countryname ul li::after {
  width: 16px;
  height: 16px;
  background: var(--vivid_yellow);
  position: absolute;
  content: '';
  left: 3px;
  top: 6px;
  border-radius: 2px;
}

.map_image {
  margin-top: -95px;
  margin-left: 25px;
  position: relative;
}

.home_blog_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.home_blog_heading .global_heading {
  margin-bottom: 0;
}

.home_blog_image {
  width: 100%;
}

.home_blogs_listings a {
  display: flex;
  align-items: start;
  column-gap: 20px;
  padding: 28px 18px;
  border-radius: 4px;
}

.home_blogs_listings a:hover {
  background: var(--vivid_yellow);
}

.blog_date {
  flex: 0 0 auto;
  color: var(--white_color);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 4px;
  background: var(--heading_color);
  padding: 3px 10px;
  margin-top: 9px;
}

.home_blogs_listings h4 {
  font-size: 21px;
  line-height: 1.6;
}

.home_blogs_listings ul li+li {
  margin-top: 20px;
}

.hm_blg_cnct_group h3 {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 20px;
  max-width: 300px;
}

.hm_blg_cnct_group {
  display: flex;
  align-items: end;
  column-gap: 20px;
  margin-bottom: 20px;
}

.home_blogs_right {
  border-radius: 4px;
  background: var(--acent_color);
  padding: 20px;
  margin-left: 20px;
}

.yt_icon {
  border-radius: 4px;
  position: absolute;
  bottom: -2px;
  background: var(--acent_color);
  padding: 10px;
  left: -3px;
}

.hm_blg_cnct_group p {
  font-size: 20px;
}

.home_connect_lefts .global_heading {
  max-width: 500px;
}

.contact_listing ul li,
.contact_listing ul li a {
  color: var(--para_color);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  align-items: start;
  column-gap: 15px;
}

.contact_listing ul li a:hover {
  color: var(--heading_color);
}

.contact_listing ul li i {
  margin-top: 5px;
}

.contact_listing ul li+li {
  margin-top: 25px;
}

.contact_listing {
  margin-top: 40px;
}

.home_connect_forms {
  border-radius: 4px;
  background: var(--acent_color);
  padding: 30px;
  /* height: 100%; */
  margin-left: 80px;
}

.home_connect_forms h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 25px;
}

.form_input label {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 8px;
}

.input_card,
.textarea_card {
  border-radius: 4px;
  background: var(--white_color);
  width: 100%;
  height: 65px;
  border: 1px solid transparent;
  padding: 15px 20px;
  color: var(--heading_color);
  font-size: 18px;
}

.input_card:focus-visible {
  outline: none;
}

.input_card:focus,
.textarea_card:focus {
  border-color: var(--heading_color);
}

.input_card::placeholder,
.textarea_card::placeholder {
  font-size: 18px;
}

.textarea_card {
  height: 140px;
  resize: none;
}

.form_input {
  margin-bottom: 14px;
}

.form_input .global_btn {
  width: max-content;
  margin-left: auto;
  padding: 0;
  transition: var(--transition);
}

.form_input .global_btn:hover .submit_now {
  color: var(--white_color);
}

.submit_now {
  width: 100%;
  background: transparent;
  border: none;
  padding: 11px 55px 11px 18px;
  font-weight: 500;
  color: var(--black_color);
  /* -webkit-text-fill-color: var(--black_color) ; */
  -webkit-appearance: none;
  appearance: none;
}

.home_connect_forms .row>*:last-child .form_input {
  margin-bottom: 0;
}

.certifiactions_heading {
  max-width: 780px;
}

/* Footer Start------------------------------------- */


.footer__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--white_color);
  padding-bottom: 28px;
  margin-bottom: 30px;
}

.footer__nav>ul {
  display: flex;
  align-items: center;
  gap: 60px;
  width: 560px;
}

.footer_icon ul {
  display: flex;
  align-items: end;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
  flex-direction: column;
}

.footer__nav .footer_icon ul li a {
  font-size: 25px;
}

.footer__nav .footer_icon ul li a::after {
  display: none;
}

.footer__nav ul li a {
  color: var(--white_color);
  font-weight: 300;
  font-family: var(--heading_font);
  position: relative;
}

.footer_icon a {
  color: var(--white_color);
  font-weight: 300;
}

.footer__nav ul li a:hover,
.footer_icon a:hover {
  color: var(--vivid_yellow);
}

.footer__nav ul li a::after {
  position: absolute;
  content: '';
  background: var(--vivid_yellow);
  bottom: -1px;
  left: unset;
  right: 0;
  width: 0;
  height: 1px;
  transition: var(--transition);
}

.footer__nav ul li a:hover::after {
  width: 100%;
  right: unset;
  left: 0;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.footer_btm_left>ul a {
  color: var(--white_color);
  font-weight: 300;
  font-family: var(--heading_font);
  position: relative;
  display: flex;
  column-gap: 16px;
}

.footer_btm_left>ul a:hover {
  color: var(--vivid_yellow);
}

.footer_btm_left>ul a:hover::after {
  background: var(--vivid_yellow);
}

.footer_btm_left>ul a::after {
  content: '';
  position: absolute;
  background: var(--white_color);
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  transition: var(--transition);
  display: none;
}

.footer_btm_left ul {
  display: flex;
  align-items: start;
  column-gap: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  row-gap: 15px;
  flex-direction: column;
}

.footer_btm_left p {
  color: var(--white_color);
  font-weight: 300;
  font-family: var(--heading_font);
  margin-bottom: 0;
}

.footer_btm_left p a {
  color: var(--white_color);
}

.footer_btm_left p a:hover {
  color: var(--vivid_yellow);
}

.footer {
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: auto;
}

.footer_logo_wrpr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 120px;
  max-width: 330px;
  margin: 0 auto 10px;
}

.footer_logo {
  animation: RotateYHue 13s linear infinite;
  transform-style: preserve-3d;
}

.footer_background {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.footer__nav>*:last-child {
  justify-content: end;
}

/* Footer End------------------------------------- */


.home_certifications_slider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 470px;
  background-color: var(--white_color);
  overflow: hidden;
  border-radius: 4px;
}


.home_certifications_slider .swiper-container-3d .swiper-slide-shadow-left,
.home_certifications_slider .swiper-container-3d .swiper-slide-shadow-right {
  background-image: none;
}

.swiper-wrapper .swiper-slide:nth-child(5n + 1) .certification_card {
  background: var(--vivid_yellow);
}

.swiper-wrapper .swiper-slide:nth-child(5n + 2) .certification_card {
  background: var(--white_color);
}

.swiper-wrapper .swiper-slide:nth-child(5n + 3) .certification_card {
  background: var(--black_color);
}

.swiper-wrapper .swiper-slide:nth-child(5n + 3) .card_number h6,
.swiper-wrapper .swiper-slide:nth-child(5n + 3) .certification_card p {
  color: var(--white_color);
}

.swiper-wrapper .swiper-slide:nth-child(5n + 3) .card_number {
  border-bottom: 1px solid var(--white_color);
}

.swiper-wrapper .swiper-slide:nth-child(5n + 4) .certification_card {
  background: #61C5C7;
}

.swiper-wrapper .swiper-slide:nth-child(5n + 5) .certification_card {
  background: #B6CAE0;
}

.card_number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--black_color);
  margin-bottom: 25px;
}

.card_number h6 {
  color: var(--black_color);
  font-family: var(--body_font);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.certification_card {
  padding: 45px;
  text-align: center;
}

.certification_card .image {
  max-width: 250px;
  margin: 0 auto 20px;
}

.certification_card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--black_color);
}

.home_certifications_slider .swiper-slide-active {
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.25);
}

.home_certifications {
  background: var(--acent_color);
}

.home_certifications_slider .swiper-button-next {
  width: 70px;
  background: var(--white_color);
  height: 60px;
  border-radius: 8px;
  border: 1px solid var(--black_color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: var(--black_color);
  left: 50%;
  margin-left: 200px;
}

.home_certifications_slider .swiper-button-prev {
  width: 70px;
  background: var(--white_color);
  height: 60px;
  border-radius: 8px;
  border: 1px solid var(--black_color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: var(--black_color);
  left: 50%;
  margin-left: -270px;
}

.home_certifications_slider .swiper {
  padding: 10px 0;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: var(--vivid_yellow);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease;
  z-index: 9999;
}

.active_section .blacktag::before {
  width: 100%;
}

.home_blog_image ul li {
  display: none;
  height: 410px;
}

.home_blog_image ul li.active {
  display: block;
}

.headerbtn_modal .home_connect_forms {
  margin-left: 0;
  border: 1px solid var(--vivid_yellow);
}

.headerbtn_modal .modal-dialog {
  max-width: 1000px;
  margin: auto;
  min-height: 100vh;
}

.headerbtn_modal .modal-body {
  padding: 0;
}

.headerbtn_modal .form_input label {
  font-size: 17px;
  margin-bottom: 4px;
}

.headerbtn_modal .input_card,
.headerbtn_modal .textarea_card {
  height: 55px;
  font-size: 16px;
}

.headerbtn_modal .input_card::placeholder,
.headerbtn_modal .textarea_card::placeholder {
  font-size: 16px;
}

.headerbtn_modal .textarea_card {
  height: 140px;
}

.headerbtn_modal .modal-header {
  border: none;
}

.headerbtn_modal .home_connect_forms h3 {
  font-size: 28px;
  text-align: center;
}

.gloves_btn_close {
  position: absolute;
  right: 0;
  background: var(--vivid_yellow);
  border-bottom-left-radius: 25px;
  width: 54px;
  height: 50px;
  opacity: 1;
  border: none;
  border-top-right-radius: 4px;
}

.gloves_btn_close:hover {
  background: var(--heading_color);
}

.gloves_btn_close:hover::after {
  color: var(--white_color);
}

.gloves_btn_close::after {
  content: '\f00d';
  position: absolute;
  font-family: "fontawesome";
  font-size: 24px;
  color: var(--black_color);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 5px;
  right: 0;
  top: -3px;
  bottom: 0;
  transition: var(--transition);
}

.headerbtn_modal .modal-content {
  border: none;
}

.quickview_modal .modal-body {
  padding: 0;
}

.quickview_modal .modal-dialog {
  max-width: 1200px;
  margin: auto;
}

.quickview_modal .check__listing li {
  color: var(--heading_color);
  font-size: 18px;
  padding-left: 30px;
}

.quickview_modal .check__listing li::after {
  top: 3px;
  scale: 0.8;
}

.mdl_prdct_image {
  max-width: 500px;
  height: 500px;
  margin: auto;
  position: relative;
}

.mdl_prdct_image::before {
  content: '';
  position: absolute;
  background: var(--border_color);
  height: 140px;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mdl_prdct_image::after {
  content: '';
  position: absolute;
  background: var(--border_color);
  height: 140px;
  width: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.quickview_mdl_wrp .row {
  align-items: center;
}

.modal .modal-content {
  box-shadow: 4px 6px 20px 2px rgba(0, 0, 0, 0.25);
  border: none;
}

.mdl_prdct_name h2 {
  font-family: var(--body_font);
  font-size: 55px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  background: var(--white_color);
  border-radius: 4px;
  margin-bottom: 20px;
}

.mdl_prdct_name h3 {
  font-family: var(--body_font);
  font-size: 20px;
  line-height: 34px;
  padding-left: 25px;
}

.mdl_btn_wrp {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 15px;
}

.quickview_mdl_wrp {
  padding: 0 15px 15px;
}

.mdl_prdct_name {
  margin-top: 230px;
  transform: translateX(30px);
  position: relative;
  z-index: 1;
}

.mdl_pr_images {
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--vivid_yellow);
  left: 0;
  width: 90px;
  border-radius: 5px 0 0 5px;
}

.mdl_pr_images ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}

.map_images_listings ul li {
  position: absolute;
  cursor: pointer;
}

.map_images_listings ul li::after {
  content: '';
  position: absolute;
  background: url(../images/location_vector.webp) no-repeat center;
  width: 41px;
  height: 67px;
  left: 0;
  top: -11px;
  scale: 0.6;
}

.map_images_listings {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.map_images_listings ul li img {
  opacity: 0;
  visibility: hidden;
  width: 70px;
  height: 45px;
  background: var(--white_color);
  padding: 5px;
  border-radius: 4px;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.25);
  top: 52px;
  display: inline-block;
  position: relative;
  left: -15px;
  transition: var(--transition);
  z-index: 1;
}

.india_flag {
  right: 23%;
  bottom: 61%;
}

.japan_flag {
  right: 6%;
  top: 22%;
}

.us_flag {
  left: 20%;
  top: 20%;
}

.canada_flag {
  left: 16%;
  top: 10%;
}

.spain_flag {
  right: 49%;
  top: 23%;
}

.ireland_flag {
  right: 49%;
  top: 13%;
}

.uk_flag {
  right: 53%;
  top: 6%;
}

.africa_flag {
  left: 52%;
  bottom: 49%;
}

.portugal_flag {
  right: 53%;
  top: 20%;
  z-index: 1;
}

.thailand_flag {
  right: 15%;
  bottom: 54%;
}

.sweden_flag {
  top: 0%;
  left: 50%;
}

.finland_flag {
  top: 0%;
  left: 56%;
}

.map_images_listings ul li.active img {
  opacity: 1;
  visibility: visible;
}

.map_country {
  display: inline-block;
  cursor: pointer;
  transition: var(--transition);
}

.map_countryname ul {
  display: inline-flex;
  flex-direction: column;
}

.map_countryname ul li:has(.map_country.active) {
  background: var(--vivid_yellow);
}

.map_countryname ul li:has(.map_country.active)::after {
  background: var(--heading_color);
  transition: var(--transition);
}

.map_images_listings ul li h6 {
  display: none;
}

.home_poster_image .for_mobile {
  display: none;
}

.home_trade_row {
  background: var(--acent_color);
  padding: 20px 10px;
}

.home_fair_contents h3 {
  font-size: 32px;
  line-height: 40px;
  max-width: 590px;
  margin-bottom: 20px;
}

.home_fair_contents .hammer_tag {
  margin-bottom: 20px;
}

.home_fair_contents .listing_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home_fair_contents .listing_wrap ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.home_fair_contents .listing_wrap ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  column-gap: 14px;
}

.home_fair_contents .listing_wrap ul li img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.fair_image {
  height: 240px;
}

.home_products .accessories_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
}

.home_products .accessories_info .image {
  width: 100%;
}

.home_products .accessories_info .images_wrap {
  width: 100%;
  height: 520px;
}

.home_products .accessories_tag {
  width: auto;
  margin-bottom: 25px;
}

.home_products .accessories_tag h4 {
  font-size: 24px;
}

.iso_imglisting li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.iso_imglisting li {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 10px;
  background: var(--white_color);
  border-radius: 4px;
}

.iso_imglisting .slick-track {
  display: flex;
  align-items: center;
  gap: 35px;
}

/* Home Page End */

/* About Page Start */


.performanee__section .row+.row {
  margin-top: 70px;
}

.performanee__section .row {
  align-items: center;
}

.performanee__section .row:nth-child(even) {
  flex-direction: row-reverse;
}

.performanee__section .row:nth-child(even) .performance_image {
  padding-left: 15px;
  padding-right: 0;
}

.performanee__section .row:nth-child(even) .performance_contents {
  padding-left: 0;
  padding-right: 15px;
}

.about_pg_about_left h2 {
  font-size: 52px;
}

.performance_contents .global_btn {
  margin-top: 20px;
}

.performance_image {
  padding-right: 15px;
}

.performance_contents {
  padding-left: 15px;
}

.branding_cards_section .truck_image {
  width: 85px;
  height: 85px;
  padding: 0;
}

.branding_cards_section .shipping_shorts h5 {
  font-size: 32px;
  margin-bottom: 10px;
}

.branding_cards_section .shipping_shorts p {
  font-weight: 400;
}

.branding_cards_section .shipping_shorts {
  background: var(--acent_color);
  padding: 25px 20px;
  align-items: center;
  border-radius: 4px;
  column-gap: 18px;
}

.branding_cards_section .shipping_shorts:hover .truck_image {
  background: var(--acent_color);
}

.about_slider_group {
  position: relative;
}

.about_slider_card_wrap .slider_item {
  padding: 0 7px;
}

.about_sldr_wrpr .text_contents {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 1;
}

.about_sldr_wrpr .w100 {
  border-radius: 8px;
}

.about_sldr_wrpr .text_contents h3 {
  font-size: 35px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--white_color);
}

.about_pg_slider_heading {
  margin-bottom: 50px;
}

.about_page_slider .global_btn {
  margin: 50px auto;
  width: max-content;
  display: block;
}

.about_page_slider .global_btn:hover {
  background: var(--white_color);
  color: var(--black_color);
}

.about_page_slider .global_btn:hover::after {
  color: var(--black_color);
}

.about_slider_group::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -50px;
  background: var(--heading_color);
  width: 100vw;
  height: 500px;
  transform: translateX(-50%);
  z-index: -1;
}

.about_pg_slider_heading .global_heading {
  padding-right: 430px;
}

.about_sldr_wrpr {
  position: relative;
}

.about_sldr_wrpr::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(184.76deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 190%);
}

.inner_banner_wrap {
  position: relative;
  bottom: 0;
  display: block;
  border-bottom: 1px solid var(--white_color);
  padding-bottom: 30px;
  z-index: 1;
}

.inner_banner {
  padding: 430px 0 50px;
}

.inner_background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.inner_background img {
  border-radius: 0;
}

.inner_banner::after {
  content: '';
  position: absolute;
  background: rgb(0, 0, 0, 0.55);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.inner_banner_wrap h1 {
  font-size: 72px;
  line-height: 86px;
  text-transform: capitalize;
}

.inner_breadcrumb a {
  color: var(--white_color);
  line-height: 24px;
}

.inner_breadcrumb a:hover {
  color: var(--vivid_yellow);
}

.inner_breadcrumb ul {
  display: flex;
  align-items: center;
}

.inner_breadcrumb ul li {
  margin-right: 75px;
  color: var(--white_color);
}

.inner_breadcrumb li {
  position: relative;
  padding-left: 25px;
}

.inner_breadcrumb li::after {
  border-radius: 2px;
  background: var(--white_color);
  width: 16px;
  height: 16px;
  left: 0;
  top: 6px;
  position: absolute;
  content: '';
}

.inner_breadcrumb li::before {
  content: '';
  position: absolute;
  background: url(../images/right_arrow.webp) no-repeat right;
  width: 31px;
  height: 31px;
  right: -50px;
  top: 0px;
}

.inner_breadcrumb li:last-child::before {
  display: none;
}

.inner_breadcrumb li:last-child {
  pointer-events: none;
  margin: 0;
}

.inner_breadcrumb ul {
  margin-top: 20px;
  flex-wrap: wrap;
}

.navitem.active .navlink {
  color: var(--vivid_yellow);
}

.navitem.active .navlink::after {
  position: absolute;
  content: '';
  background: var(--vivid_yellow);
  bottom: -5px;
  left: unset;
  right: 0;
  width: 100%;
  height: 1px;
  transition: var(--transition);
}


.footer__nav li.active a {
  color: var(--vivid_yellow);
}

.footer__nav ul li.active a::after {
  width: 100%;
  right: unset;
  left: 0;
}

/* About Page End */



/* Products Page Start */


.about_ctgry_card h3 {
  font-size: 13px;
  color: var(--white_color);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  font-weight: 500;
  transition: var(--transition);
  text-transform: uppercase;
}

.about_ctgry_card h3 span {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--white_color);
  position: relative;
  flex: 0 0 auto;
}

.about_ctgry_card:hover .image img {
  transform: scale(1.05);
}

.about_ctgry_card:hover .contents {
  background: var(--vivid_yellow);
}

.about_ctgry_card:hover h3 {
  color: var(--heading_color);
}

.about_ctgry_card h3 span::after {
  position: relative;
  content: "\f105";
  font-family: "fontawesome";
  left: 0;
  right: 0;
  top: 1px;
  bottom: 0;
  color: var(--black_color);
}

.about_ctgry_card .contents {
  border-radius: 4px;
  backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
  padding: 10px;
  transition: var(--transition);
}

.about_ctgry_card .image {
  width: 100%;
  /*height: 200px;*/
  overflow: hidden;
}

.about_ctgry_card .image img {
  transition: var(--transition);
}

.about_categories_group ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  scroll-behavior: smooth;
}

.about_categories_group ul+ul {
  margin-top: 10px;
}

.about_categories_group ul li {
  width: 12.5%;
  flex: 0 0 auto;
  padding: 0 5px;
}

.about_ctgry_card {
  width: 100%;
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
}

.about_categories .global_heading {
  max-width: 900px;
}

.about_categories_group ul li.active .about_ctgry_card {
  /* border-color: var(--vivid_yellow); */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.about_categories_group ul li.active .about_ctgry_card .contents {
  background: var(--vivid_yellow);
}

.about_categories_group ul li.active .about_ctgry_card h3 {
  color: var(--heading_color);
}

.globus_products_filter .row {
  row-gap: 40px;
}

.globus_products_filter .jackets_card {
  padding: 0;
}

.globus_products_filter .gloves_card .image {
  width: 280px;
  height: 350px;
  transform: scale(1);
}

.globus_products_filter .jackets_card:hover .image {
  transform: scale(1.1);
}

.filters_functions_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--heading_color);
  margin-bottom: 50px;
}

.filters_functions_wrap ul {
  display: flex;
  align-items: center;
  column-gap: 25px;
}

.filters_functions_wrap select {
  color: var(--para_color);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  padding: 0 15px;
  font-family: var(--heading_font);
  padding-right: 30px;
}

.filters_functions_wrap select option {
  font-size: 16px;
  font-weight: 500;
}

.filters_option {
  position: relative;
  border: 1px solid;
  border-radius: 4px;
  /* padding-right: 15px; */
}

.list_view .gloves_filter {
  border: none;
}

.product_contact_section .home_connect_forms {
  margin-left: 0px;
}

.filters_option::after {
  content: '';
  position: absolute;
  background: url(../images/angle_down_arrow.png) no-repeat center;
  width: 20px;
  height: 20px;
  right: 6px;
  top: 5px;
  pointer-events: none;
}

.filters_option select option:first-child {
  display: none;
}

.listview_option {
  display: flex;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
  font-size: 18px;
}

.list_view {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.list_view .jacket_heading {
  flex-grow: 1;
}

.list_view .filter_gloves_wrap {
  width: 40%;
  flex: 0 0 auto;
}

.jackets_card .description {
  display: none;
}

.list_view a {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
  font-family: var(--heading_font);
  color: var(--heading_color);
}

.jackets_card .description .global_btn {
  color: var(--black_color);
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.jackets_card .description .global_btn:hover {
  background: var(--black_color);
  color: var(--white_color);
}

.list_view .description {
  display: block;
}

/* Products Page End */

/* Products Details Start */
.pdetails_inner {
  height: 180px;
  padding: 0;
}

.sku_category ul {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.radio_size .gloves_radio:has(input:checked) {
  background: var(--vivid_yellow);
}

.product_image {
  width: 100%;
  height: 440px;
  background: var(--acent_color);
  padding: 30px;
  border-radius: 4px;

  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

/* image */
.product_image img {
  display: block;
  transform-origin: var(--zoom-pos-x, 50%) var(--zoom-pos-y, 50%);
  transition: transform 0.4s linear;
  border-radius: 4px;
}

/* zoom active */
.product_image.zoomed img {
  transform: scale(var(--zoom));
}


.products_contents_group .inner_breadcrumb li::after {
  background: var(--vivid_yellow);
}

.products_contents_group .inner_breadcrumb li::before {
  filter: brightness(0) saturate(100%) invert(7%) sepia(8%) saturate(20%) hue-rotate(323deg) brightness(96%) contrast(88%);
}

.products_contents_group .inner_breadcrumb a {
  color: var(--heading_color);
  /* font-weight: 400; */
}

.products_contents_group .inner_breadcrumb li:last-child a {
  font-weight: 500;
}

.products_contents_group .inner_breadcrumb a:hover {
  color: var(--heading_color);
  opacity: 0.8;
}

.products_contents_group .inner_breadcrumb ul {
  margin-top: 0px;
  margin-bottom: 25px;
}

.products_contents_group h1 {
  color: var(--heading_color);
  font-size: 60px;
  line-height: 1.1;
}

.products_contents_group .inner_banner_wrap {
  border: none;
  padding-bottom: 20px;
}

.products_contents_group .about_pr_imgs ul {
  position: relative;
  flex-direction: row;
  align-items: center;
  top: 0;
  right: 0;
  column-gap: 15px;
  padding-bottom: 20px;
}

.pdetails_size {
  padding: 25px 0;
  border-bottom: 1px solid var(--heading_color);
}

.radio_size .gloves_radio {
  border: 1px solid var(--Primary, rgba(21, 22, 25, 1));
  border-radius: 4px;
  padding: 5px 18px;
}

.pdetails_size li {
  display: flex;
  align-items: center;
}

.pdetails_size li+li {
  margin-top: 20px;
}

.pdetails_size li h4 {
  color: var(--para_color);
  font-size: 22px;
  font-weight: 600;
  width: 110px;
}

.products_contents_group .check__listing {
  margin: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--heading_color);
}

.products_contents_group .check__listing ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.products_contents_group .inner_banner_wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  column-gap: 20px;
}

.products_contents_group .check__listing {
  margin-bottom: 0;
}

.sku_category h4 {
  color: var(--para_color);
  font-size: 16px;
  font-weight: 500;
}

.sku_category h5 {
  font-size: 20px;
  color: var(--para_color);
  text-transform: uppercase;
  font-weight: 400;
}

.sku_category li {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.sku_category {
  padding: 25px 0;
}

.products_contents_group {
  padding-left: 30px;
}

.pdetailstab .nav-pills .nav-link {
  color: var(--heading_color);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  padding: 12px 30px;
  text-align: left;
  width: fit-content;
  transition: var(--transition);
  border: 1px solid var(--heading_color);
}

.pdetailstab .nav-pills .nav-link.active,
.pdetailstab .nav-pills .show>.nav-link {
  color: var(--heading_color);
  background: transparent;
  background: var(--vivid_yellow);
  border-color: transparent;
}

.pdetails_tab_left {
  padding-top: 10px;
}

.pdetails_tab_left h4 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 10px;
}

.pdetailstab .nav {
  justify-content: center;
  width: auto;
  height: auto;
  padding-top: 20px;
  margin-bottom: 60px;
  gap: 25px;
}


.row:has(.product_image) {
  padding-bottom: 70px;
}


.pdetailstab .tab-content {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  /* text-transform: capitalize; */
}

.products_slider_group {
  position: relative;
}

.products_slider_wrap .gloves_card .image {
  width: 280px;
  height: 350px;
}

.products_slider_wrap .slider_item {
  padding: 0 10px;
}

.products_slider_group .about_pr_imgs img {
  width: 45px;
  height: 54px;
}

/* Products Details End */


/* Contact Us Start */

.contact_iframe {
  height: 100%;
}

.contact_page_links {
  background: var(--acent_color);
  width: 100%;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  color: var(--heading_color);
  font-size: 20px;
  /* text-transform: capitalize; */
  height: 100%;
  font-weight: 300;
  border-radius: 4px;
  text-align: center;
}

.contact_page_links:hover {
  background: var(--vivid_yellow);
}


.contact_page_links p {
  font-weight: 300;
}

.contact_page_links i {
  font-size: 30px;
  /* margin-bottom: 16px; */
  color: var(--heading_color);
}

.row:has(.contact_page_links) {
  row-gap: 20px;
}


.contact_iframe iframe {
  height: 500px;
  border-radius: 8px;
}

.contact_page_links .icon {
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--heading_font);
  display: flex;
  column-gap: 15px;
  margin-bottom: 8px;
  align-items: center;
}

/* Contact Us End */


/* 404 */
.error-404 {
  padding: 200px 0px 0;
  text-align: center;
}

.error-404 h1 {
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
}

/* 404 */

/* Pagination */
.filter_dropdown_contents .pagination .page-link {
  color: var(--para_color);
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--black_color);
  border-radius: 4px;
}

.filter_dropdown_contents .pagination {
  justify-content: center;
  margin-top: 30px;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.filter_dropdown_contents .active>.page-link,
.filter_dropdown_contents .page-link.active {
  color: var(--black_color);
  background-color: var(--vivid_yellow);
  border: none;
}

.pagination-nav button {
  font-size: 25px;
}

.pagination ul {
  display: flex;
  column-gap: 15px;
}

/* Pagination */

#clear_button {
  background: var(--vivid_yellow);
  border: none;
  border-radius: 4px;
  font-size: 17px;
  padding: 3px 15px;
  transition: var(--transition);
}

#clear_button:hover {
  background: var(--black_color);
  color: var(--white_color);
}

.default_content h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 20px;
}

.default_content h3 {
  margin-bottom: 10px;
}

.default_content p {
  margin-bottom: 15px;
}

.default_content ul li {
  font-size: 18px;
}

.default_content ul {
  margin-bottom: 18px;
}

.default_content ul li+li {
  margin-top: 18px;
}

.error_section {
  background: var(--heading_color);
}

.no-prod {
  text-align: center;
  margin-top: 20px;
}

/* Wrapper in loading state */
.prod-loading {
  position: relative;
  pointer-events: none;
}


.prod-loading::after {
  content: "";
  width: 28px;
  height: 28px;
  border: 4px solid var(--vivid_yellow);
  border-top-color: var(--black_color);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Animation */
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.prod-loading>* {
  opacity: 0.2;
}

.footer_btm_middle {
  text-align: center;
}

.footer_btm_middle li a,
.footer_btm_middle p {
  color: var(--white_color);
  font-weight: 300;
}

.footer_btm_middle p {
  margin-bottom: 0;
  margin-top: 6px;
}

.footer_btm_middle li a:hover {
  color: var(--vivid_yellow);
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0.5em 5px;
}

.footer_btm_left,
.footer_btm_right {
  width: 560px;
  flex: 0 0 auto;
}

.footer_btm_middle>ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  flex-direction: column;
  row-gap: 10px;
}

.footer_icon a i {
  display: none;
}

.credit {
  text-align: center;
  border-top: 1px solid var(--white_color);
  padding-top: 20px;
  margin-top: 20px;
}

.credit p {
  color: var(--white_color);
  font-weight: 300;
  font-family: var(--heading_font);
  margin-bottom: 0;
}

.footer_background video {
  border-radius: 0;
}

.footer_btm_left li a i {
  margin-top: 4px;
}

.wpcf7-spinner {
  opacity: 1;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  margin: auto;
}

.wpcf7-not-valid-tip {
  font-size: 15px;
  font-family: var(--heading_font);
  font-weight: 500;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
  text-align: center;
  font-size: 15px;
  color: #dc3232;
  line-height: 1.1;
}

.form_input:has(.wpcf7-not-valid-tip) input {
  border-color: #dc3232;
}

.wpcf7-not-valid-tip {
  font-size: 15px;
  font-family: var(--heading_font);
  font-weight: 500;
  display: none;
}

.banner__content_wrpr h1 span::after {
  right: -10px;
  position: relative;
}

.footer_btm_middle li.active a {
  color: var(--vivid_yellow);
}

.footer_btm_middle li.active a:before {
  position: absolute;
  content: '';
  background: var(--vivid_yellow);
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  transition: var(--transition);
}

/* Pagination */
.pagination {
  justify-content: center;
  margin-top: 30px;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.pagination ul {
  display: flex;
  column-gap: 15px;
}

.pagination .page-link {
  color: var(--para_color);
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--black_color);
  border-radius: 4px;
}

.pagination .active>.page-link,
.pagination .page-link.active {
  color: var(--black_color);
  background-color: var(--vivid_yellow);
  border: none;
}

/* Pagination */

.products_contact {
  position: sticky;
  top: 80px;
}


.wpcf7-spinner {
  width: 16px;
  height: 16px;
}

.about_pr_imgs {
  flex: 0 0 auto;
}

.products_contents_group .inner_breadcrumb ul li {
  color: var(--heading_color);
  text-transform: capitalize;
}

.products_contents_group .inner_breadcrumb ul {
  row-gap: 5px;
}

.you_may__like {
  padding-bottom: 0;
}

.you_may__like .csr_arrows_wrp {
  top: -80px;
}

/* Back to Top */

.to_top {
  width: 50px;
  height: 50px;
  background: var(--vivid_yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black_color);
  border-radius: 50%;
  font-size: 25px;
  position: fixed;
  right: 10px;
  bottom: 100px;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}


.to_top.visible {
  opacity: 1;
  visibility: visible;
}

.to_top:hover {
  opacity: 0.7;
}

/* Back to Top */

.grecaptcha-badge {
  z-index: 1;
}

.sticky_enquiry .global_btn {
  position: fixed;
  top: 46%;
  right: -115px;
  z-index: 1;
  transform: rotate(-90deg) translateY(-50%);
  padding: 11px 18px;
}

.sticky_enquiry .global_btn::after {
  display: none;
}

.error404 header {
  background: var(--heading_color);
  top: 0;
}

.error404 .error_section {
  display: none;
}

.error404 .sticky_enquiry .global_btn {
  z-index: 2;
}

/* Products details Gallery */
.product_gallery {
  margin-top: 25px;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  overflow-y: hidden;
  column-gap: 20px;
  padding: 0 12px;
}

.gallery_item {
  height: 150px;
  border: 1px solid var(--heading_color);
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  width: 18%;
  flex: 0 0 auto;
}

.gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: var(--transition);
}

.gallery_item:has(.active) {
  border-color: var(--vivid_yellow);
  background: var(--vivid_yellow);
}


.gallery_item img.active {
  transform: scale(1.05);
}

.product_gallery::-webkit-scrollbar {
  height: 0;
}

.product_gallery_wrap {
  position: relative;
}

.pg_arrow.prev {
  left: -15px;
}

.pg_arrow.next {
  right: -15px;
}

.pg_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--heading_color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: var(--white_color);
  border: none;
  cursor: pointer;
  font-size: 24px;
}

.pg_arrow:hover {
  opacity: 0.85;
}

.products_details_group {
  position: sticky;
  top: 140px;
}

.about_categories_group ul.prod_tag li {
  width: auto;
}

.about_categories_group ul.prod_tag {
  column-gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 15px;
}

.prod_tag li>a {
  border: 1px solid var(--Primary, rgba(21, 22, 25, 1));
  border-radius: 4px;
  padding: 5px 18px;
  color: var(--heading_color);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.prod_tag li>a:hover {
  background: var(--vivid_yellow);
  color: var(--heading_color);
}

.about_categories {
  padding-bottom: 40px;
}

.prod_cat::-webkit-scrollbar {
  height: 0;
}

.prod_tag li.active a {
  background: var(--vivid_yellow);
  border-color: var(--vivid_yellow);
}

.prodcat_wrap {
  position: relative;
}

.prodcat_wrap .pg_arrow {
  background: var(--vivid_yellow);
  color: var(--heading_color);
}

.pg_arrow.disabled {
  opacity: 0.7;
}

.prodcat_wrap {
  margin-bottom: 25px;
}

.gloves_radio {
  pointer-events: none;
}

.all_home_prod .coats_group {
  justify-content: center;
  align-items: center;
  row-gap: 15px;
  position: relative;
}

.all_home_prod .coats_group::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  top: 0;
  background: rgb(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.all_home_prod .coats_group:hover>img {
  transform: scale(1.1);
}

.all_home_prod .coats_group>img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.all_home_prod .coats_group h3 {
  z-index: 2;
  color: var(--white_color);
  max-width: 100%;
}

.all_home_prod .yellow_arrow {
  z-index: 1;
}

.color_more {
  text-transform: capitalize;
  font-size: 16px;
}

.form_input:has(select) {
  position: relative;
}

.form_input select {
  cursor: pointer;
}

.form_input:has(select)::after {
  content: '\f107';
  position: absolute;
  font-family: "fontawesome";
  color: var(--heading_color);
  font-size: 15px;
  right: 12px;
  top: 15px;
  pointer-events: none;
}

.prdct_msg {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: var(--vivid_yellow);
  padding: 2px 15px;
  color: var(--black_color);
  border-radius: 60px;
  font-size: 14px;
}

.prdct_msg p {
  margin-bottom: 0;
}

.branding_cards_section .truck_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.branding_cards_section .shipping_shorts {
  row-gap: 6px;
}

p a {
  color: var(--black_color);
  font-weight: 500;
}

p a:hover {
  opacity: 0.8;
}

.bermudas_card:hover .globus_arrw {
  width: 190px !important;
  background: var(--vivid_yellow) !important;
  color: var(--heading_color) !important;
  padding-right: 45px;
}

.bermudas_card:hover .globus_arrw p {
  opacity: 1;
  width: auto;
}

.bermudas_card:hover .globus_arrw::after {
  opacity: 0;
}

.bermudas_card:hover .globus_arrw p::after {
  opacity: 1;
}

.radio_size {
  flex-wrap: wrap;
  max-width: 500px;
  row-gap: 7px;
}

/* Products details Gallery */

/* DEVELOPMENT CSS END */