 .nav-tabs {
    padding: 0px 33% !important;
}
.comparison-slider .owl-stage {
    width: 100% !important;
    overflow: scroll;
    display: flex;
}
@media(max-width:768px){
    .nav-tabs {
    padding: 0px 0% !important;
}
}
#people label input {
  display: none;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0px;
  cursor: pointer;
}
.circle-button span {
    border-radius: 100%;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: ease .3s;
}
.circle-button span img {
    width: 42px;
    height: 53px;
    position: relative;
    left: 3px;
    top: -1px;
    object-fit: scale-down;
}

.orange .circle-button span {
    width: 30px;
    height:30px;
    border-radius:100%;
    
    background: #ffffff;
    border: 1px solid red;
}
.btnconti {
    margin: auto;
    text-align: center;
}
.amber .circle-button span {
  background: #ffffff;
  border: 1px solid #cd3707;
}

.lime .circle-button span {
  background: #ffffff;
   border: 1px solid #cd3707;
}
.light .circle-button span {
  background: #ffffff;
   border: 1px solid #cd3707;
}
#nav-tabContent .show{
    width:100%;
}
    figure.zoom {
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
}
figure.zoom img:hover {
  opacity: 0;
}
figure.zoom img {
  transition: opacity .5s;
  display: block;
  width: 100%;
}
img.show-small-img {
    width: 87px;
}
.lens-tab-wrap {
    display: flex;
    grid-column-gap: 10px;
    width: 100%;
    overflow: auto;
}
.lens-tab {
    width: 260px;
}
.note-tab{
    max-width: 390px;
    display: grid;
    margin: auto;
    grid-template-columns: 20% 80%;
    box-shadow: 0 4px 3px rgb(231 226 226 / 60%);
}
@media(max-width:768px){
    .lens-tab-wrap {
        display: flex;
        grid-column-gap: 10px;
        width: 100%;
        overflow: hidden;
    }
    .lens-grid {
        display: flex !important;
        overflow: auto;
    }
    .lens-grid .slide-container {
        text-align: left;
        width: 250px;
    }
}
@media(max-width:768px){
    .small-img {
        width: auto;
        height: 70px;
        margin-top: 10px;
        position: relative;
        left: 0;
        top: -10px;
    }
    .modal.custom-Modal .modal-dialog .modal-header {
        position: initial;
    }
    .stepViewContainer .form-wizard {
        position: relative;
        top: 0;
    }
    .custom-Modal label div.label-inner {
            width: 375px;
    }
    .buttons.grid-btn {
     display: initial;
    }
    .buttons .buy_now, .buttons .buy_with_power {
        display: block;
        margin-top: 10px;
    }
    .modal.custom-Modal .modal-dialog .modal-header {
     font-size: 18px;
     padding: 20px 15px 0;
    }
    .label-inner-icon {
        width: 37px;
        max-width: 37px;
    }
    .custom-Modal [type="radio"]:checked + label, .custom-Modal [type="radio"]:not(:checked) + label {
         position: relative;
         padding-left: 0;
    }
       p.option-title {
        font-weight: bold;
        font-size: 14px;
        width: 246px;
    }
   .lense-container.grid {
        display: grid;
        margin: 3px;
        margin-top: 0;
        grid-template-columns: 100%;
    }
    .owl-carousel .owl-stage-outer {
        position: relative;
        
        -webkit-transform: translate3d(0,0,0);
    }
    /* overflow: auto; */
    .form-group.text-center.w-100 {
        text-align: left !important;
        margin-left: 10px;
    }
    .lense-container.grid {
        display: block;
        margin: 3px;
    }
    .stepViewContainer .small-text {
        width: 239px;
    }
    .small-img {
        width: 100% !important;
        height: 70px;
        margin-top: 10px;
        position: relative;
        left: 0 !important;
        top: -10px;
    }
    #power-type-form {
        margin-left: 0;
        text-align: center;
            width: 100%;
    }
   #power-type-form .label-inner-content {
        text-align: left;
    }
    .custom-Modal [type="radio"]:checked + label:before, .custom-Modal [type="radio"]:not(:checked) + label:before {
        content: "";
        position: absolute;
        right: 9px;
        top: 31px;
        width: 22px;
        height: 22px;
        border: 1px solid #ddd;
        border-radius: 100%;
        background: #fff;
    }
    .close-custom-Modal {
        position: relative;
        top: -72px;
        cursor: pointer;
    }
    .modal-dialog {
        position: relative;
        width: 100%;
        margin: 0px;
    }
}
@media screen and (max-width: 970px){
::-webkit-scrollbar {
    width: 5px;
}