/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 352:0 Unexpected "<"

**/
<style>
  .container-full{
    width:100%
  }
  .bg-dark{
    background:#000
  }
  .wid-1200{
    max-width:1200px;
    margin:0 auto;
  }
  .wid-980{
    max-width:980px;
    margin:0 auto;
  }
.auto-width{
    margin:0 auto;
}
  .text-light{
    color:#fff
  }
  .text-black{
    color:#000
  }
  .fs-6{
    font-size:16px
  }
  .fs-8{
    font-size:18px
  }
  .pd-6{
    padding:10px
  }
  .flex{
    display:flex
  }
  .mg-6{
    margin:20px auto;
  }
  .mg-8{
    margin:30px auto;
  }
.align-items-center{
  align-items:center
}
.flex-space-between{
  justify-content: space-between;
}
.flex-space-end{
  justify-content: end;
}
.flex-space-start{
  justify-content: start;
}
.flex-space-center{
  justify-content: center;
}
.flex-wrap{
  flex-wrap: wrap;
}
.mg-t{
  margin-top: 30px
}
.common-btn{
  padding: 10px 60px;
    background: #7b7a7a;
    font-size: 16px;
    border-radius: 40px;
  margin-left: 30px;
  color:#fff;
  cursor: pointer;
      min-width: 180px;
  text-align: center;
}
.PREVIOUS-btn{
    padding: 10px 60px;
    font-size: 16px;
    border-radius: 40px;
  /* margin-left: 30px; */
  color:#000;
  cursor: pointer;
  border: 1px solid #555;
  display: none
}
.recommend-btn{
  padding: 10px 60px;
    font-size: 16px;
    border-radius: 40px;
  margin-left: 30px;
  color:#fff;
  cursor: pointer;
  background: #7b7a7a;
  display: none
}
.activity-btn{
  background: #000 !important;
}
.mask-layer{
  position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
      border-radius: 8px;
   display: none
}
.text-aligh-center{
  text-align: center
}
.til-xl{
  font-size: 20px;
  font-weight: 600
}
  .process-box{
    display: flex;
    width: 300px;
    justify-content: space-around;
    margin: 0 auto;
    align-items: center;
  }
  .process-line{
    width:270px;
    position:relative;
    height:12px;
    background:#ddd;
    border-radius:8px
  }
  .process-item{
    position:absolute;
    top:0;
    left:0;
    width:20%;
    height:100%;
    background:#000;
    border-radius:8px;
  }
@keyframes processAnimation{
    from { width: 20%; }
    to { width: 40%; }
}
@keyframes processAnimation2{
    from { width: 40%; }
    to { width: 60%; }
}
@keyframes processAnimation3{
    from { width: 60%; }
    to { width: 80%; }
}
@keyframes processAnimation4{
    from { width: 80%; }
    to { width: 100%; }
}
.yards-item{
   padding: 20px 24px;
    width: 24%;
    background: #ddd;
    border-radius: 14px;
    text-align: center;
    font-size: 14px;
    margin-top: 1%;
    margin-right: 1%;
    cursor: pointer;
      white-space: nowrap;
}
.optics-type-box{
  display: flex;
  flex-wrap: wrap
}
.optics-item{
  width:24%;
  margin-right: 1%;
  margin-top: 1%;
  position: relative;
  cursor: pointer;
}
.optics-item img{
  border-radius: 8px
}
.optics-item:nth-child(4){
  margin-right: 0
}
.recommend-item{
  width:24%;
  margin-right: 1%;
  margin-top: 1%;
  position: relative;
  cursor: pointer;
  background: #fff;
  font-size: 16px;
  border-radius: 8px;
  overflow: hidden;
}
.recommend-item-dis{
  padding: 0 20px 14px 20px;
}
.recommend-item-dis {
  h2,p{
    margin:2px 0;
  }
  svg{
        width: 32px;
    height: 32px;
  }
}
.position-txt{
  position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  text-align: center;
      width: 100%;
    display: flex;
    justify-content: center;
      line-height: 20px;
}
.selectedSVG{
  top: 20px;
  right: 30px;
  position: absolute;
  height: 25px;
  width: 25px;
  display: none
}
#cstom-step2{
  display: none
}
.activity-yards{
  background: #000 !important;
  color:#fff !important;
}
.disableRange{
  color:#8f8a8a
}
.custom-text-aligh{
  text-align: center
}
.noData{
  text-align: center;
  width: 100%;
  font-size: 22px;
  color: #7d7878;
  padding-top: 100px;
 padding: 100px 0;
}
.find-step-1{
  width: 49%;
  margin-right: 2%
}
.find-step-1:nth-child(2){
  margin-right:0 !important;
}
.find-step-3{
    width: 32%;
    margin-right: 2%;
}
.find-step-3:nth-child(3){
  margin-right:0 !important;
}
.preload-box{
  display: none;
}
.preload-box img{
  height: 4px;
  width: 4px
}
@media screen and (max-width: 767px){
  .optics-type-box{
    justify-content: start !important;
  }
  .custom-text-aligh{
    text-align: left
  }
  .pd-6{
    padding: 2px 0;
  }
  .position-txt{
    bottom:0px;
    line-height: 22px;
  }
  .container-full{
    padding: 0 20px;
  }
  .optics-item{
    width: 48%;
    margin-right: 4%;
    margin-top: 4%;
  }
  .optics-item:nth-child(2n){
    margin-right: 0 !important;
  }
  .common-btn{
    margin-left: 22px;
    min-width: 160px
  }
  .PREVIOUS-btn{
    padding: 10px 30px;
    margin-left: 0
  }
  .noData{
    text-align: left;
    font-size: 16px;
    padding: 40px 0;
  }
  .selectedSVG{
    top: 14px;
    right: 18px;
    height: 20px;
    width: 20px;
  }
  .yards-item{
    padding: 10px 10px;
    width: 48%;
    margin-top: 4%;
    margin-right: 4%;
  }
  .yards-item:nth-child(2n){
    margin-right: 0 !important;
  }
  .recommend-btn{
    padding: 10px 10px;
    font-size: 13px;
    line-height: 24px;
    margin-left: 0
  }
  .recommend-item{
    width: 48%;
    margin-top: 4%;
    margin-right: 4%;
    font-size: 12px
  }
   .recommend-item:nth-child(2n){
    margin-right: 0 !important;
  }
  .mg-t{
    margin-top: 10px
  }
  .recommend-item-dis {
    svg {
        width: 24px;
        height: 24px;
    }
  }
}
</style>