/* Homepage Banner */
.hero {
    /* min-height: calc(100vh - 19.7rem); */
    /* min-height: calc(100svh - 19.7rem); */
    /* background-color: var(--foreground); */
    /* display: grid; */
    /* place-items: center; */
    position: relative;
}
h1 {
    color: var(--background);
    font-weight: 800;
    /* -webkit-text-stroke: 2px var(--foreground); */
    z-index: 2;
    font-size: 7vmin;
    text-align: center;
}
.hero br {
    display: none;
}
.hero img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90%;
    object-fit: fill;
    -o-object-fit: fill;
    z-index: 1;
}
.bannerFoot {
    background-color: var(--orange);
    padding: 0.4em 0;
    color: #fff;
    font-weight: 300;
}
.red{
    color:var(--orange);
}

/* Product Showcase Section */
.categoriesWrapper {
    padding: 4em 0;
}
.categoriesWrapper .sectionHeading {
    /* margin-left: 2.4%; */
}
/* Categories Dropdown */
.categoryDropdown {
    border-right: 1px solid #000;
    padding-right: 1em;
    min-width: max-content;
}
.h4, h4 {
    font-size: 1rem;
}
.h5, h5 {
    font-size: 0.95rem;
}
.crtbtn{
    cursor: pointer;
    position: relative;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    /* z-index: 111; Sit on top */
    left: 0;
    top: 0;
    /* position: static; */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /* background-color: rgb(0,0,0); Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    position: absolute;
    top:0px;
    right:0px;
    height: 100vh;
    z-index: 999 !important;
    padding: 20px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
    -webkit-box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.9);
  }

  .modal-contentprod {
    background-color: #fefefe;
    position: absolute;
    top:5%;
    left:5%;
    height: 90%;
    z-index: 999 !important;
    padding: 20px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
    -webkit-box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.9);
  }
  /* The Close Button */
  /* Modal Content/Box */
  .modal-contentlogin {
    background-color: #fefefe;
    position: absolute;
    top:25vh;
    left:30%;
    height: 50vh;
    z-index: 999 !important;
    padding: 20px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
    -webkit-box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.9);
  }
  .modal-contentord {
    background-color: #fefefe;
    position: absolute;
    top:25vh;
    left:20%;
    height: 50vh;
    z-index: 999 !important;
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
    -webkit-box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.9);
  }
  .footerimg{
    margin:1.5rem 0 ;
  }
  .modal-contentqr {
    background-color: #fefefe;
    position: absolute;
    top:15vh;
    left:15%;
    height: 70vh;
    z-index: 999 !important;
    padding: 20px;
    border: 1px solid #888;
    width: 70%; /* Could be more or less, depending on screen size */
    -webkit-box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.9);
  }
  /* The Close Button */
  .close {
    color: #aaa;
    position: absolute;
    top: 20px;
    right:20px;
    font-size: 28px;
    font-weight: bold;
    line-height: 21px;
    background-color: #000;

  }
  .diffprd:hover{
    color:#ed553b;
    /* font-weight: bold; */
  }
  .parentrelated {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    }

    .div1related { grid-area: 1 / 1 / 2 / 2; }
.div2related { grid-area: 1 / 2 / 2 / 3; }
.div3related { grid-area: 1 / 3 / 2 / 4; }
.div4related { grid-area: 1 / 4 / 2 / 5; }
.div5related { grid-area: 1 / 5 / 2 / 6; }
.div6related { grid-area: 1 / 6 / 2 / 7; }
.pd10{
    padding:10px;
}
.smainer > * {
    width: calc(100% - 1em);
}
.smainer > * img {
    padding: .4em;
    /* border: 1px solid #eee; */
    width: auto;
    height: 10rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.smainer > * h4 {
    margin: 5px 0;
    font-size: 0.9rem;
}

.smainer2 > * {
    width: calc(100% - 1em);
}
.smainer2 > * img {
    padding: .4em;
    /* border: 1px solid #eee; */
    width: auto;
    height: 12rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.smainer2 > * h4 {
    margin: 5px 0;
    font-size: 0.9rem;
}

  #glass {
    position: absolute;
   
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 3px 3px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.6);
}

  .close:hover,
  .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
.crtitems{
    min-height: 62vh;
    max-height: 62vh;
    overflow-y: auto;
    margin-bottom: 30px;
    /* border-right: #eee solid 1px; */
}
.crtitems::-webkit-scrollbar {
    width: .5em;
}
.crtitems::-webkit-scrollbar-track {
    margin-block: .5em;
    background-color: #ddd;
}
.crtitems::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    /* border: 2px solid var(--background); */
}
  
.categoryDropdown button {
    width: 100%;
}
.categoryDropdownContent {
    transform: translate(0, -20%);
    max-height: 0px;
    opacity: 0;
    pointer-events: none;
    transition: all .7s ease, height 1.7s ease, opacity .3s ease;
}
.categoryDropdown .categoryIcon {
    position: absolute;
    right: 1rem;
    top: .5em;
    transform: translate(0, 0);
    margin: 0;
    padding: 0;
    font-size: .8em;
}
.categoriesDropdown  {
    border: 1px solid var(--foreground);
}
.categoryDropdownContent.show {
    transform: translate(0, 0);
    max-height: unset;
    opacity: 1;
    pointer-events: all;
    transition: all .7s ease, max-height .7s ease;
}
.categoryDropdownContent.sub {
    padding-left: .4em;
}
.categoryDropdownContent.sub p {
    margin-bottom: .4em;
}
.categoryDropTrigger {
    display: block;
    margin-bottom: -7px;
}
.categoryDropdown .categoryIcon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-53%, -55%);
    width: 1.2rem;
    height: 1.2rem;
    /* border: 1px solid var(--foreground); */
}
.categoryDropdown h4, .categoryDropdown h5 {
    font-weight: 500;
    /* padding-right: 6rem; */
    position: relative;
    text-align: left;
}
.categoryDropdown h5 {
    margin-bottom: 1em;
}
/* Product Grid */
.productGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.productGriddetails{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.productGridItem {
    border: 1px solid var(--foreground);
    margin-left: 10%;
    /* margin-bottom: 10%; */
    transition: .3s;
}
.marginbottom10p{
    margin-bottom: 10%;
}
.productGridItemDET{
    /* border: 1px solid var(--foreground); */
    padding: 0 2rem;
}
.productGridItemDET2{
    /* border: 1px solid var(--foreground); */
    /* padding: 0 8rem; */
}
.productGridItemDET3{
    /* border: 1px solid var(--foreground); */
    padding: 0 8rem;
    /* grid-row-start: 2;
   grid-column-start: 1;

   grid-row-end: 3; */
   /* grid-column-end: 3; */
}
.productGridItemDET4{
    /* border: 1px solid var(--foreground); */
    /* grid-row-start: 2; */
   /* grid-column-start: 1;

   grid-row-end: 3; */
   grid-column: span 2;
   margin-top: 15px;
}
.parenttab {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    }
    
.div1mpli{
    margin :10px 0;
}
    .divtab1 { 
        grid-area: 1 / 1 / 2 / 2; 
        padding:10px;
        background-color: #ddd;
        color:#000;
        /* border:#000 solid 1px; */
        font-size: 1.2rem;
        text-align: center;
        cursor: pointer;
    }
.divtab2 { 
    grid-area: 1 / 2 / 2 / 3; 
    padding:10px;
    background-color: #ddd;
    color:#000;
    font-size: 1.2rem;
    text-align: center;
        /* border:#000 solid 1px; */
        cursor: pointer;
}
.divtab3 { 
    grid-area: 1 / 3 / 2 / 4; 
    padding:10px;
    background-color: #ddd;
    color:#000;
    font-size: 1.2rem;
    text-align: center;
        /* border:#000 solid 1px; */
        cursor: pointer;
}
.divtab4 { 
    grid-area: 1 / 4 / 2 / 5; 
    padding:10px;
    font-size: 1.2rem;
    text-align: center;
    background-color: #ddd;
    color:#000;
        /* border:#000 solid 1px; */
        cursor: pointer;
}
.divtab5 { 
    grid-area: 2 / 1 / 3 / 5; 
    padding:10px;
    min-height: 250px;
}
#outer-grid {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    /* grid-gap: 8px; */
}
.dp32{
    padding-left: 0px;
    max-width: 90% !important;
    display: inline-block;
}
.dpp32{
    margin-bottom: 1rem;
}
.dp64{
    padding-left: 20px;
    max-width: 90% !important;
    display: inline-block;
}

.suggestionsBox {
	position: absolute;
    margin: 0px 0px 0px 0px;
    width: 100%;
    background-color: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    max-height:50vh;
    overflow-y: auto;
}

.suggestionsBox::-webkit-scrollbar {
    width: .7em;
}
.suggestionsBox::-webkit-scrollbar-track {
    margin-block: .7em;
    background-color: #ddd;
}
.suggestionsBox::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    /* border: 2px solid var(--background); */
}

.suggestionList {
	margin: 0px;
	padding: 4px;
}

.suggestionList ul {
    padding-left: 0px;
}

.suggestionList ul li {
	list-style:none;	
	margin: 0px 0px 0px 0px;
	padding: 1px;
	cursor: pointer;
    border-bottom: 1px solid #777;
}

.suggestionList ul li a {
	color: #fff;
    font-size: .9em;
    padding-left: 1em;
}

.suggestionList ul li:hover {
	background-color: #659CD8;
}
#outer-grid>div {
    /* padding: 8px; */
}

#inner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}

#inner-grid>div {
    padding: 9px 8px;

}
.cartqt{
    background: var(--orange);
    color: #fff;
    text-align: center;
    padding: 1px 6px !important;
    border-radius: 10px;
    position: absolute;
    font-size: 0.8rem;
    top: -8px;
    right: -12px;
}
.flex-containert {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width:100%;
    height:inherit;
    /* float: right; */
    background-color: #fff;
    color: #000;
    }

.flex-itemt {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    }
.bldTxt{
    font-weight: 600;
}
.divtab6 { 
    grid-area: 3 / 1 / 4 / 5; 
    padding:10px 0;
    min-height: 250px;
}
.divtab7 { 
    grid-area: 4 / 1 / 5 / 5; 
    padding:10px;
    min-height: 250px;
}
.divtab8 { 
    grid-area: 5 / 1 / 6 / 5; 
    padding:10px;
    min-height: 250px;
}
.divtab9 { 
    grid-area: 6 / 1 / 6 / 5; 
    padding:10px;
    min-height: 250px;
}
* {box-sizing: border-box;}

.img-zoom-container {
  position: relative;
  display: flex;
}

.img-zoom-lens {
  position: absolute;
  /* border: 1px solid #d4d4d4; */
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  position: absolute;
  left: 300px; /*match width of #myimage*/
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
  z-index: 100;
}

.parenttab .active{
    background-color: #fff;
    color:var(--orange);
    border-top:var(--orange) solid 3px;
    cursor:default;
}
.dircolumn{
    flex-direction: column !important;
}
.small-space{
    margin-bottom: 10px;
  }
  
  .rating-number{
    padding: 1px 3px;
  }
  
  .letter-space{
      display: inline-block;
      width: .385em;
  }
  
  .histoBar{
    width: 60%;
  }
  
  .histo-meter{
      border-radius: 1px;
      box-shadow: inset 0 1px 2px rgba(0,0,0,.4), inset 0 0 0 1px rgba(0,0,0,.1);
      overflow: hidden;
      background: #f2f2f2;
      background: -webkit-linear-gradient(top,#eee,#f6f6f6);
      background: linear-gradient(to bottom,#eee,#f6f6f6);
      background-color: #f3f3f3;
      height: 17px
  }
  
  .histo-meter-filled{
      box-shadow: inset 0 0 0 1px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.05);
      border-radius: 1px;
      background: #ed553b;
      background: -webkit-linear-gradient(top,#ed553b,#ad2f19);
      background: linear-gradient(to bottom,#ed553b,#ad2f19);
      background-color: #ed553b;
      transition: width .5s ease;
      float: left;
      font-size: 0;
      height: 100%;
  }
  .smallimg{
    cursor: pointer;
  }
  
  .smallImageContainer .active{
    border: #ad2f19 1px solid;
  }
  
  .ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #b1b1b1;
    overflow: hidden;
    margin : 0px;
}
.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fde16d;
}
.empty-stars:before, .full-stars:before {
    content:"\2605\2605\2605\2605\2605";
    font-size: 14pt;
}
.empty-stars:before {
    -webkit-text-stroke: 1px #848484;
}
.full-stars:before {
    -webkit-text-stroke: 1px orange;
}
/* Webkit-text-stroke is not supported on firefox or IE */

/* Firefox */
 @-moz-document url-prefix() {
    .full-stars {
        color: #ECBE24;
    }
}
.landingWrapper {
    width: 100%;
}
.landingContainer {
    display: flex;
    justify-content: space-between;
}
.landingContainer > * {
    width: 46%;
}
.productImageContainer {
    display: grid;
    grid-template-columns: 1fr 4fr;
}
.smallImageContainer > * {
    width: calc(100% - 1em);
}
.smallImageContainer > * img {
    padding: .4em;
    border: 1px solid #eee;
    height: 7rem;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.smallImageContainer > *:not(:last-of-type) {
    margin-bottom: .5em;
}
.bigProductImage {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 3em;
    border: 1px solid #eee;
}

@media (max-width: 1100px) {
    .productImageContainer {
        grid-template-columns: 1fr;
    }
    .smallImageContainer {
        display: flex;
        grid-row: 2;
        margin-top: .5em;
    }
    .smallImageContainer > * {
        width: 19%;
    }
    .smallImageContainer > *:not(:first-child) {
        margin-left: 1.2rem;
    }
    .smallImageContainer > * img {
        height: 5rem;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .smallImageContainer > *:not(:last-of-type) {
        margin-bottom: 0;
    }
}
@media (max-width: 900px) {
    .landingContainer {
        flex-direction: column;
    }
    .landingContainer > * {
        width: 100%;
    }
    .productInfo {
        margin-top: 2em;
    }
}
.catGridItem {
    border: 1px solid var(--foreground);
    margin-left: 10%;
    margin-bottom: 10%;
    transition: .3s;
}
.prodpage{
    border:#000 solid 1px !important;
    padding: 10px;
}
.prodpage .prodimg{
    margin-bottom: 1em;
}
.prodimg{
    height: 25vh;
  width: 100%;
  object-fit: contain;
}
.prodpage h4{
    font-size: .8rem;
    vertical-align: top;
    margin-bottom: 10px;
}
.prodmrp{
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: line-through;
}
.prodmrpb{
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: line-through;
    padding-top: 0.9rem;
}
.flex-container {
    display: flex;
}

.flex-child {
    /* flex: 1; */
    margin-right: .5em;
    margin-bottom: 5px;
}
.flex-child:nth-child() {
    /* flex: 1; */
    margin-right: 0px;
    margin-bottom: 10px;
}

.prodspb{
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.prodsp{
    font-size: 1.2rem;
    font-weight: 500;
}
.prodqty{
    font-size: .9rem;
    font-weight: 400;
    margin-bottom: 10px;
}
.prodqtyprd{
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 10px;
}
/* .prodqty{
    font-size: 1.7rem;
    font-weight: 400;
    margin-bottom: 20px;
} */
.dbtn{
    cursor: pointer;
    border-radius:17px;
    -moz-border-radius:17px;
    -webkit-border-radius:17px;
    border:1px solid #aaa;
    padding: 0px 1px;
}
.flex-containerop {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .mb10{
    
    margin-bottom: 10px;
  }
  
  .flex-itemsop {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    border:var(--orange) solid 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    margin-right:10px;
    padding: 0;
    color: var(--orange);
  }
  .optimg{
    width: 4rem;
    margin: auto;
  }
  .flex-itemsop:nth-child() {
    margin-right: 0px;
  }
  .noborder{
    border: 0px solid #fff !important;
  }
  .btnaddtocart{
      font-size: 1.2rem;
      font-weight: 400;
      padding: 8px 10px;
      border: #333 solid 1px;
      width: fit-content;
      /* margin: 0 auto 10px 0 ; */
      text-align: center;
      cursor: pointer;
      width: 48%;
  }
  
  .btnaddtocart:hover{
      background-color: var(--orange);
      color: #fff;
  }

.btnaddtocartw{
    font-size: 1.2rem;
    font-weight: 400;
    padding: 8px 10px;
    border: var(--orange) solid 1px;
    width: fit-content;
    /* margin: 0 auto 10px 0 ; */
    text-align: center;
    cursor: pointer;
    width: 48%;
    background-color: var(--orange);
    color: #fff;
}

.btnaddtocartw:hover{
    background-color: #fff;
    color: var(--orange);
}
  
.proddisc{
    font-size: .85rem;
    font-weight: 500;
}
.proddiscb{
    font-size: 1.5rem;
    line-height: 2.7rem;
    font-weight: 500;
}


.productGridItem:hover {
    border:var(--orange) solid 1px !important;
    -webkit-box-shadow: .5em .5em 12px var(--orange);
    -moz-box-shadow: .5em .5em 12px var(--orange);
    box-shadow: .5em .5em 12px var(--orange);
}
.productGridItem:nth-child(1), .productGridItem:nth-child(2), .productGridItem:nth-child(3), .productGridItem:nth-child(4) {
    /* margin-top: 10%; */
}
.productGridItem a {
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}
.productGridItem a:hover {
    opacity: 1;
}
.productGridItem .productLabel {
    background-color: var(--foreground);
    color: var(--background);
    padding: .4em .22em;
    padding-right: 0;
    line-height: 110%;
    font-size: 1.5em;
    margin-top: 2em;
}
.stSearch{
    fill:#fff !important;
}
.productGridItem .productLabel p {
    font-weight: 100;    
    font-size: .7em;
    line-height: 1.2em;
    height: 2.4em;
    padding-left: 0.4em;
}
.productGridItem .productLabel strong {
    font-weight: 700;
}

/* Company Logos */
.companyLogos {
    margin: 2em auto 4em auto;
}
.companyLogos img {
    height: 6rem;
    min-width: 11.5%;
    width: 11.5%;
    object-fit: contain;
    -o-object-fit: contain;
}
.companyLogos img:not(:first-child) {
    margin-left: 6%;
}
/* .logoMarquee {
    display: block;
}
.logoMarquee img {
    height: 6rem;
    width: 12rem;
    object-fit: contain;
    -o-object-fit: contain;
    display: inline-block;
}
.logoMarquee img:not(:first-child) {
    margin-left: 2em;
} */

/* Media Queries */
@media (max-width: 1400px) {
    .productGrid {
        grid-template-columns: repeat(4, 1fr);
        /* margin-bottom: 3%; */
    }
    .productGridItem:nth-child(1), .productGridItem:nth-child(2), .productGridItem:nth-child(3), .productGridItem:nth-child(4) {
        margin-top: 0;
    }
    .productGridItem:nth-child(1), .productGridItem:nth-child(2), .productGridItem:nth-child(3), .productGridItem:nth-child(4) {
        /* margin-top: 10%; */
    }
    .categoriesWrapper .sectionHeading {
        /* margin-left: 2.5%;     */
        font-size: 1.2rem;
        font-weight: 400;
    }
    .prodimg {
        height: 31vh !important; 
    }
}
@media (max-width: 1200px) {
    .categoriesWrapper {
        flex-direction: column;
        padding-bottom: 0;
    }
    .productGrid {
        width: 104%;
        margin-left: -2%;
    }
    .categoriesWrapper .sectionHeading {
        /* display: none; */
    }
    .productGridItem {
        margin-right: 5%;
        margin-left: 5%;
    }
    .companyLogos.container {
        width: 70%;
    }
    .parentrelated{
        grid-template-columns: repeat(4, 1fr);
        margin-bottom: 3rem;
    }
    .prodimg {
        height: 17vh !important; 
        margin-bottom: 3%;
    }
}
@media (max-width: 991px) {
    .hero img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 96%;
    }
}
@media (max-width: 969px) {
    .hero br {
        display: block;
    }
    .hero h1 {
        font-size: 10vmin;
    }
}
@media (max-width: 909px) {
    .productGrid {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 3%;
    }
    .productGridItem:nth-child(3) {
        margin-top: 0;
    }
    .productGridItem:nth-child(1), .productGridItem:nth-child(2) {
        /* margin-top: 10%; */
    }
}
@media (max-width: 712px) {
    .parentrelated{
        grid-template-columns: repeat(3, 1fr);
    }
    .prodimg {
        height: 35vh !important; 
        margin-bottom: 3%;
    }
    
    .productGriddetails{
        grid-template-columns: 1fr;
    }
    .productGridItemDET4 {
        grid-template-columns: 1fr;
        grid-column: span 1;
    }
    .productGridItemDET, .productGridItemDET2 {
        padding-bottom: 7%;
    }
    .modal-content{
        width:65%;
        overflow-y: auto;

    }
    .modal-content::-webkit-scrollbar {
        width: .6em;
        background: #fff;
    }
    .modal-content::-webkit-scrollbar-track {
        margin-block: .6em;
    }
    .modal-content::-webkit-scrollbar-thumb {
        background-color: var(--orange);
        border: 2px solid var(--background);
    }
    .crtitems, .crtitems32{
        width: 97% !important;
    }
    .crtitems3{
        width: 97% !important;
        bottom: unset !important;
        position: relative !important;
    }
    .crtitems{
        max-height: unset !important;
        /* margin: -9px !important; */

    }
    .crtitems32{
        position: relative !important;
        top: 0px !important;
        right:0px !important;
    }
    .expander-list {
        padding-top: 5rem !important;
    }
    .cartrevv{
        max-height: calc(100% - 38px) !important;
        height: calc(100% - 38px) !important;
    }
    .flex-itemt{
        margin-left: 2rem;
    }
    .flex-containzxssert{
        margin-left: -3rem !important;
    }
    .resptable{
        width: 98% !important;
    }
    .modal-contentlogin{
        width: 70% !important;
        left: 15%;
    }
    .loginresp{
        margin-top: 3rem !important;
    }
}
@media (max-width: 575px) {
    .container {
        width: 90%;
    }
    .companyLogos.container {
        width: 50%;
    }
    .companyLogos img {
        min-width: 100%;
        width: 100%;
    }
    .companyLogos img:not(:first-child) {
        margin-left: 10%;
    }
    .parentrelated{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 399px) {
    .productGrid {
        grid-template-columns: 1fr;
    }
    .productGridItem {
        margin-right: 0;
        margin-left: 0;
    }
    .productGrid {
        width: 80%;
        margin-left: 0;
        margin: auto;
    }
    .parentrelated{
        grid-template-columns: 1fr;
    }
}