


@media (min-width:766px){
  .price-00{
    font-size: 10pt;
    vertical-align: top;
  }
  .qtyprice-00{
    font-size: 9pt;
    vertical-align: top;
  }
  .multipleprice-00{
    font-size: 9pt;
    vertical-align: top;
  }

  .iops-nav{
    position: sticky;
    top: 0;
    z-index: 2031;
  }



  .iops-section-1.home{
   display: block;
   min-height: 100vh;
   min-height: 100svh;
  }
  .iops-nav.home.nosticky{
    margin-left: 0;
    position:relative !important;
   }

   .iops-section-1{
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
display: none;
  }
  .iops-section-2{
    display: none;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
    background-color: #fff;
    position: relative;
  }
  .iops-section-2.home{
    display: block;
    min-height: 100vh;
    min-height: 100svh;
  }
  .iops-section-2.home.rev2{
    display: none;
  }


  
  .iops-section-3{
    display: none;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
    background-color: #fff;
    position: relative;
  }
  .iops-section-3.home{
    display: block;
    min-height: 100vh;
    min-height: 100svh;
  }
  .iops-section-3.home.rev2{
    display: none;
  }

  .iops-section-4{
    display: none;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
    background-color: #fff;
    position: relative;
  }
  .iops-section-4.home{
    display: block;
    min-height: 100vh;
    min-height: 100svh;
  }




.iops-sect2-stick{
 display: none;
}


.iops-sect3-stick{
  width: 100%;
  display: none;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1023;

  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}


.iops-section-3-backcontainer{
  width: 100%;
  display: flex;
  align-items: center;
  height: 80px;
  padding-left: 10px;
  padding-right: 10px;

}

.iops-sect3-back{
  align-items: center;
  display: flex;
  width: fit-content;
  cursor: pointer;
}
.iops-sect3-back-img{
  width: 30px;
}
.iops-sect3-back-text{
  color: #000;
  font-size: 16pt;
  font-family: 'SF Pro Display',Arial;
  width: 100%;
  text-align: center;
  padding-right: 25px;
  display: block;
}











  .iops-section-2-container{
    max-width: 560px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: block;
    margin:0 auto;
  }
  .iops-order-foot{
    position: fixed;
    bottom: -100px;
    width: 100%;
    display: block;
    z-index: 1028;
    transition: all 0.5s ease;
  }
  .iops-order-foot.active{
   bottom: 0;
  }

  .iops-order-foot-subcontain{
    width: 100%;
    background-color: #f4f4f4;
    display: block;
    border-top: 1px solid #c5c5c5;
  }

  .iops-order-foot-container{
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
  }
  .iops-order-foot-btn{
   border:none;
    outline: 0;
background-color: #ff9300;
color: #fff;
font-size: 12pt;
padding: 8px 25px;
border-radius: 10px;
pointer-events: none;
opacity: 0.5;
  }
  .iops-order-foot-btn.active{
    pointer-events: all;
    opacity: 1;
    cursor: pointer;
  }


  .iops-items-footer{
    display: flex;
    align-items: center;
    width: fit-content;
    color: #000;
    font-size: 12pt;
    cursor: pointer;
  }
.iops-items-footer-arrow{
  width: 12px;
  margin-right: 8px;
}

}


@media (max-width:766px){
  .price-00{
    font-size: 9pt;
    vertical-align: top;
  }
  .qtyprice-00{
    font-size: 9pt;
    vertical-align: top;
  }
  .multipleprice-00{
    font-size: 9pt;
    vertical-align: top;
  }
  


  .iops-nav{
    position: fixed;
    top: 0;
    z-index: 2031;
    margin-left: -100%;
    transition: all 0.5s ease;
    width: 100%;
  }
  .iops-nav.home{
    margin-left: 0;
    position: sticky;
   }
   .iops-nav.home.nosticky{
    margin-left: 0;
    position:relative !important;
   }



.iops-section-slides{
  position: relative;
  width: 100%;
  overflow-x: hidden;
min-height: 100svh;
}

.iopsrel{
  position: relative !important;
}
.iopsfloat{
  position: absolute !important;
}

  .iops-section-1{
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
   position: fixed;
   left: -100%;
  }

  .iops-section-1.home{
   left: 0;
   min-height: 100vh;
   min-height: 100svh;
  }


  .iops-section-2{
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
    background-color: #fff;
    position: fixed;
    right: -100%;
    top: 0;
    overflow-x: clip;
  }
  .iops-section-2.searchres2{
    background-color: #fcfcfc;
  }
  .iops-section-2.home{
    right: 0;
    min-height: 100vh;
    min-height: 100svh;
  }
  .iops-section-2.rev2{
    right: 100%;
  }

  .iops-section-3.rev2{
    right: 100%;
  }


  .iops-sect2-stick{
    width: 100%;
    display: block;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1025;
  }




.iops-section-2-backcontainer{
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: space-between;
}


.iops-sect3-stick{
  width: 100%;
  display: block;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1025;
  /*border-bottom: 1px solid #d9d9d9;*/
}


.iops-section-3-backcontainer{
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.iops-sect3-back{
  align-items: center;
  display: flex;
  width: fit-content;
  cursor: pointer;
}
.iops-sect3-back-img{
  width: 30px;
}
.iops-sect3-back-text{
  color: #000;
  font-size: 14pt;
  font-family: 'SF Pro Display',Arial;
  width: 100%;
  text-align: center;
  padding-right: 30px;
  display: block;
}





.iops-sect2-back{
  align-items: center;
  display: flex;
  width: fit-content;
  cursor: pointer;
}
.iops-sect2-back-img{
  width: 30px;
}
.iops-sect2-back-text{
  color: #000;
  font-size: 14pt;
  font-family: 'SF Pro Display',Arial;
  margin-left: 15px;
}




.iops-section-2-search{
  background-color: #f6f6f6;
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 15px;
  border-top: 1px solid #c9c9c9;
}
.iops-section-2-search-container{
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.iops-section-2-search-input{
  outline: 0;
  width: 100%;
height: 40px;
  padding-left: 30px;
  padding-right: 5px;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  font-family: 'SF Pro Display',Arial;
  font-size: 12pt;
}
.iops-section-2-search-input-icon{
  width: 13px;
  position: absolute;
  left: 10px;
}
.iops-section-2-search-text{
  display: none;
  color: #000;
  font-size: 12pt;
  padding-left: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
}
.iops-section-2-search-text.active{
color: #ee220c;
}


.iops-section-2-search-suggest{
  display: none;
  background-color: #f6f6f6;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  padding-top: 15px;
  padding-bottom: 15px;
border-bottom: 1px solid #cfcfcf;
}
.iops-section-2-sug-container{
width: 100%;
}







  .iops-section-2-container{
    width: 100%;
    display: block;
  }
  .iops-order-foot{
    position: fixed;
    bottom: -100px;
    width: 100%;
    z-index: 1028;
    display: block;

    transition: all 0.5s ease;
  }
  .iops-order-foot.active{
bottom: 0;
  }

  .iops-order-foot-subcontain{
    width: 100%;
    background-color: #f4f4f4;
    display: block;
    border-top: 1px solid #c5c5c5;
  }

  
  .iops-order-foot-container{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .iops-order-foot-btn{
   border:none;
    outline: 0;
background-color: #ff9300;
color: #fff;
font-size: 12pt;
padding: 8px 25px;
border-radius: 10px;
pointer-events: none;
opacity: 0.5;
  }
  .iops-order-foot-btn.active{
    pointer-events: all;
    opacity: 1;
    cursor: pointer;
  }


  .iops-items-footer{
    display: flex;
    align-items: center;
    width: fit-content;
    color: #000;
    font-size: 12pt;
    cursor: pointer;
  }
.iops-items-footer-arrow{
  width: 12px;
  margin-right: 8px;
}



.iops-section-2-pd-container{
  display: flex;
  align-items: center;
  width: fit-content;
}
.iops-or-pd-img{
  min-width: 28px;
  max-width: 28px;
  width: 28px;
}
.iops-section-2-pd-set{
  padding-left: 10px;
  padding-right: 15px;
  width: fit-content;
  display: block;
}
.iops-section-2-pd-set-1{
  color: #5e5e5e;
  font-size: 9pt;
  display: block;
  font-weight: bold;

  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.iops-section-2-pd-set-2{
  color: #5e5e5e;
  font-size: 9pt;
  display: block;
  font-weight: bold;

  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.iops-section-2-pd-set-3{
  color: #5e5e5e;
  font-size: 8pt;
  display: block;

  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}










.iops-section-3{
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease;
  background-color: #fff;
  position: fixed;
  right: -100%;
  top: 0;
}
.iops-section-3.home{
  right: 0;
  min-height: 100vh;
  min-height: 100svh;
}

.iops-section-4{
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease;
  background-color: #fff;
  position: fixed;
  right: -100%;
  top: 0;
}
.iops-section-4.home{
  right: 0;
  min-height: 100vh;
  min-height: 100svh;
}






}


@media (min-width: 767px) {
.iops-sect3-body-container{
  padding-top: 20px;
  width: 100%;
  display: block;
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom:100px;
}
.sect3dvdr{
  width: 100%;
  background-color: #f6f6f6;
  height: 10px;
  display: block;
  border-top:1px solid #e1e1e1;
  border-bottom:1px solid #e1e1e1;
}

.sect3-delivery-sched{
  width: 100%;
  background-color: #fdfdfd;
  display: block;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;

}
.sect3-delivery-sched-title{
  padding-bottom: 10px;
  color: #429dee;
  text-decoration: none;
  font-family: 'SF Pro Display',Arial;
  font-size: 11.2pt;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
}

}
@media (max-width: 767px) {
  .iops-sect3-body-container{
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 100px;
  }
  .sect3dvdr{
    width: 100%;
    background-color: #f6f6f6;
    height: 10px;
    display: block;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
  }
  
  .sect3-delivery-sched{
    width: 100%;
    background-color: #fdfdfd;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sect3-delivery-sched-title{
    padding-bottom: 10px;
    color: #429dee;
    text-decoration: none;
    font-family: 'SF Pro Display',Arial;
    font-size: 11.0pt;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.4px;
  }
}

@media (min-width: 767px) {
.iopsreview-customerde{
  width: 100%;
  display: block;
}


.iopsreview-and-pay-title-red-1{
  padding-top: 20px;
  padding-bottom: 10px;
  color: #EF480F;
  text-decoration: none;
  font-family: 'SF Pro Display',Arial;
  font-size: 10.0pt;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding-left: 15px;
}


}
@media (max-width: 767px) {
  .iopsreview-customerde{
    width: 100%;
    display: block;
  }
  
  
  .iopsreview-and-pay-title-red-1{
    padding-top: 20px;
    padding-bottom: 10px;
    color: #EF480F;
    text-decoration: none;
    font-family: 'SF Pro Display',Arial;
    font-size: 10.0pt;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding-left: 15px;
  }

.iops-order-input-containmob{
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}


}



.yesno-bg-selected{
  background-color: rgba(246,245,236,0.96);
}


@media (min-width:766px){

  .iops-section-slider-1{
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
display: none;
  }

  .iops-section-slider-1.home{
   display: block;
  }


  .iops-section-slider-2{
    display: none;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
    position: relative;
  }
  .iops-section-slider-2.home{
    display: block;

  }
  .iops-section-slider-2.home.rev2{
    display: none;
  }

  .iops-section-slider-3{
    display: none;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
 
    position: relative;
  }
  .iops-section-slider-3.home{
    display: block;
  }
  .iops-section-slider-3.home.rev2{
    display: none;
  }

}


@media (max-width:766px){

  .iops-section-slider-1{
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
   position: absolute;
   left: -100%;
  }

  .iops-section-slider-1.home{
   left: 0;
  }


  .iops-section-slider-2{
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
    position: absolute;
    right: -100%;
    top: 0;
    overflow-x: clip;
  }

  .iops-section-slider-2.home{
    right: 0;
  }
  .iops-section-slider-2.rev2{
    right: 100%;
  }



  .iops-section-slider-3{
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;

    position: absolute;
    right: -100%;
    top: 0;
    overflow-x: clip;
  }

  .iops-section-slider-3.home{
    right: 0;
  }
  .iops-section-slider-3.rev2{
    right: 100%;
  }
}











@media (min-width:766px){

  .v2iops-section-slider-1{
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
display: none;
animation: vannish 1s;
  }

  .v2iops-section-slider-1.home{
   display: block;
   animation: appear 1s;
  }


  .v2iops-section-slider-2{
    display: none;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
    position: relative;
    animation: vannish 1s;
  }
  .v2iops-section-slider-2.home{
    display: block;
    animation: appear 1s;
  }

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vannish {
  to {
    opacity: 0;
  }
  from {
    opacity: 1;
  }
}

  .v2iops-section-slider-2.home.rev2{
    display: none;
  }

  .v2iops-section-slider-3{
    display: none;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
    animation: vannish 1s;
    position: relative;
  }
  .v2iops-section-slider-3.home{
    display: block;
    animation: appear 1s;
  }
  .v2iops-section-slider-3.home.rev2{
    display: none;
    
  }

}


@media (max-width:766px){

  .v2iops-section-slider-1{
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
   position: absolute;
   left: -100%;
   height:90svh;
   overflow: hidden;
    padding-top: 60px;
  }

  .v2iops-section-slider-1.home{
   left: 0;
   height: auto;
  }


  .v2iops-section-slider-2{
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
    position: absolute;
    right: -100%;
    top: 0;
    overflow:hidden;
    height:90svh;
    padding-top: 60px;
  }

  .v2iops-section-slider-2.home{
    right: 0;
    height: auto;
  }
  .v2iops-section-slider-2.rev2{
    right: 100%;
  }



  .v2iops-section-slider-3{
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;

    position: absolute;
    right: -100%;
    top: 0;
    overflow-x: clip;
    padding-top: 50px;
  }

  .v2iops-section-slider-3.home{
    right: 0;
  }
  .v2iops-section-slider-3.rev2{
    right: 100%;
  }
}