/* about product dialog start */
ol, ul {
    padding-left: 0;
}

a {
    color: var(--primaryColor);
    text-decoration: none;
}

.offcanvas-header, .offcanvas-body {
    padding: 1rem;
}

.aboutProductModal.fade .modal-dialog {
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.aboutProductModal.fade.show .modal-dialog {
    transform: translateY(0);
}

.aboutProductModal .modal-bottom {
    position: fixed;
    top:22%;
    right:auto;
    left:auto;
    bottom:0;
    width: 100%;
    margin: 0;
    height: auto;
    background: #fff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.modal-fullscreen .modal-bottom {
    top: 0;
}

.aboutProductModal .modal-bottom .modal-content {
    border: 0;
    background: transparent;
}


/* fixed-footer cart */
.inner-info-wrap {
    padding: 20px;
}

#about-body {
    padding: 0 !important;
    padding-bottom: 8rem !important;
    overflow: hidden;
}

.price-cart-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px -4px 16px 0px #00000014;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 22px;
}


.select-info p {
    margin: 3px 0 5px;
    font-size: 12px;
    color: #F64C4C;
    cursor: pointer;
    line-height: 1.2;
}

.select-info span {
    font-size: 12px;
    color: #46B881;
    display: block;
}

.select-info h4 {
    margin: 0;
    font-size: 18px;
    color: #1F1F1F;
    display: flex;
    align-items: center;
}

.select-info h4 span {
    font-size: 10px;
    color: #9F9F9F;
    display: inline-block;
    padding-left: 5px;
    text-decoration: line-through;

}

.select-info {
    padding-right: 1.5rem;
}

.cart-btn-wrap {
    border-left: 1px solid #C9C9C9;
    padding: 5px 0 5px 10px;
}

/* color style */
.about-wrap {
    background: var(--primaryColor);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
}

.about-wrap h6 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.about-wrap a {
    color: #dbd8d5 !important;
    font-size: 12px;
}

.inner-info-wrap .color-outer ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.color-outer .circle-wrap {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.inner-info-wrap .color-outer span.cname {
    font-size: 10px;
    position: absolute;
    bottom: -20px;
    color: #A1A9AD;
}

.inner-info-wrap .color-outer ul li {
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.inner-info-wrap .color-outer ul li.active {
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #252D34;
}

.inner-info-wrap .color-outer ul li.active span.cname {
    display: block;
}

.inner-info-wrap .color-outer {
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 10px;
}
/* end color style */

/* size style */
.inner-info-wrap .size-outer {
    padding: 5px 0 10px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.inner-info-wrap .size-outer p {
    font-size: 12px;
    margin: 0;
}

.inner-info-wrap .size-outer select {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 14px;
    font-weight: var(--font-semibold);
}

.inner-info-wrap .size-outer select option span {
    font-size: 10px;
    font-weight: 400;
}

.inner-info-wrap .size-outer select:focus {
    outline: 0;
}

.inner-info-wrap .size-guide {
    font-size: 10px;
    text-decoration: underline;
    cursor: pointer;
}

/* accordion style */
.info-accordion .accordion-button {
    background: transparent;
    border: 0;
    padding: 15px 0;
    font-size: 14px;
    font-weight: var(--font-semibold);
    color: #1F1F1F;
    box-shadow: none;
    border-bottom: 1px solid #D9D9D9;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}
.info-accordion .accordion-button:after {
    content: '';
    border: solid #1f1f1f; 
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(225deg);
}
.info-accordion .accordion-button.collapsed:after {
    transform: translateY(-50%) rotate(45deg);
}
.info-accordion  .accordion-item {
    border: 0;
    background: transparent;
}

.info-accordion .accordion-item .accordion-collapse {
    height: auto !important;
    display: none;
}
.info-accordion .accordion-item .accordion-collapse.show {
    display: block;
}
.info-accordion .accordion-button::after {
    width: 7px;
    height: 7px;
}

.info-accordion ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.info-accordion .accordion-body {
    padding: 0;
}

.info-accordion  .frame-list {
    display: flex;
    margin: 0 -18px;
}

.frame-list h5 {
    font-size: 10px;
    color: #474747;
    font-weight: 400;
    text-align: center;
    margin-bottom: 12px;
}

.frame-list img {
    min-height: 40px;
    filter: sepia(1) hue-rotate(80deg) saturate(4) brightness(0.5) contrast(1.2);
}

.frame-list li {
    width: 33.333%;
    padding: 18px 10px;
    text-align: center;
}

.info-accordion .accordion-button:focus {
    box-shadow: none;
}

.frame-list .line-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame-list .line-wrap span {
    display: block;
    text-align: center;
    padding: 0 5px;
    font-size: 10px;
    color: #525252;
}

.info-accordion ul.feature-list {
    padding: 15px 10px;
}

.info-accordion ul.feature-list li {
    font-size: 12px;
    color: #474747;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.info-accordion ul.feature-list li img {
    padding-right: 5px;
}

.inner-info-wrap a.view-more {
    color: #474747;
    font-size: 14px;
    display: block;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 20px;   
}

.modal-header .btn-close {
    opacity: 1;
    width: 14px;
    height: 14px;
    padding: 0;
    margin-right: 0;
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 600;
}

.aboutProductModal .modal-title {
    font-size: 14px;
}

.aboutProductModal .modal-fullscreen {
    top: 0;
    border-radius: 0;
    transition: top 0.5s ease-in-out !important;
    background: #FAFDFF;
}

/* select power type style start */
.step-outer {
    padding: 20px;
}

.step-outer .steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.step-outer .steps span {
    font-size: 10px;
    text-transform: uppercase;
}

.step-outer .steps .active {
    font-weight: 700;
}

.select-power ul {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.select-power ul span.checkmark {
    left: unset;
    right: 0;
    top: 0.65rem;
    border-color: #727272;
}

.select-power ul label.custom-radio {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
}

.step-outer h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.select-power ul li {
    padding: 15px;
    border: 0.5px solid #D9D9D9;
    border-radius: 12px;
    margin-bottom: 10px;
}

.select-power ul li .text-wrap p {
    font-size: 10px;
    margin: 0;
    color: #9F9F9F;
}

.select-power ul li .text-wrap h6 {
    font-size: 12px;
    color: #727272;
    margin: 0 0 6px;
}

.select-power ul li span.img-wrap {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D9D9D9;
    border-radius: 50%;
    margin-right: 20px;
}

.select-power ul li.active img.blue-img {
    display: block;
}

.select-power ul li img.blue-img {
    display: none;
}

.select-power ul li.active img {
    display: none;
}

.select-power ul li .text-wrap {
    padding-right: 3rem;
}

.select-power ul li.active {
    background: #E6EEF4;
    border-color: var(--primaryColor);
}

.select-power ul li.active h6 {
    color: var(--primaryColor);
}

.select-power ul li.active span.img-wrap {
    background: var(--primaryColor);
}
/* end power type style */
/* select lens type start */
.select-lens > ul {
    list-style: none;
    padding: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    position: relative;
}

.select-lens > ul::after {
    content: '';
    position: absolute;
    background: #D9D9D9;
    width: calc(100% - 6px);
    height: 1px;
    bottom: 0;
    left: 3px;
}

.select-lens > ul > li {
    width: 50%;
    padding: 0 3px;
    margin-bottom: 6px;
}

.select-lens ul.sub-list {
    list-style: none;
    padding: 0;
}

.select-lens span.checkmark {
    left: unset;
    top: 10px;
    right: 10px;
    border-color: #727272;
}

.select-lens ul label {
    border: 0.5px solid #9F9F9F;
    border-radius: 10px;
    padding: 12px 10px 0;
    height: 100%;
}

.select-lens ul label h6 {
    font-size: 12px;
    color: #474747;
    line-height: 1.4;
    padding-right: 1.5rem;
}

.select-lens ul label h4 .product-price {
    font-size: 16px;
    color: #1F1F1F;
    padding-right: 3px;
}

.select-lens ul label h4 span {
    font-size: 10px;
    display: inline-block;
    color: #474747;
    letter-spacing: 0.5px;
}

.select-lens ul label li {
    font-size: 11px;
    color: #727272;
    margin-bottom: 5px;
}
.select-lens ul li.active-lense h6 {
    color: var(--primaryColor);
}

.select-lens ul li.active-lense label {
    background: #E6EEF4;
    border-color: var(--primaryColor);
}

.select-lens ul li.active-lense h4 span {
    color: #46B881;
}

.select-lens ul li.active-lense h4 .product-price {
    color: #1f1f1f;
}

.step-outer .custom-card {
    box-shadow: 0px -4px 16px 0px #00000014;
    background: #fff;
    border-radius: 10px;
    margin-top: 18px;
}

.step-outer .custom-card .body {
    border-top: 1px solid #D9D9D9;
    padding: 10px;
}

.step-outer .custom-card .body p {
    font-size: 10px;
}

.step-outer .custom-card .body p:last-child {
    margin: 0 0 5px;
}

.step-outer .custom-card  label.custom-checkbox {
    color: #252D34;
    font-size: 12px;
    font-weight: var(--font-semibold);
    padding: 12px;
    margin: 0;
}

/* size-guide dialog style start */
.size-guide-modal.custum-modal{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 99999;
    top: 0;
    padding: 15px;
    overflow-y: auto;
}

.size-guide-modal .header{
    position: fixed;
    background: white;
    width: 100%;
    top: 0;
    height: 40px;
    left: 0;
    z-index: 1;
    border-bottom: 1px solid #f5efef;
}

.size-guide-modal .header > img, .cross-icon{
    float: right;
    margin-right: 15px;
    margin-top: 10px;
    padding: 4px;
    border: 1px solid #154633;
    border-radius: 50%;
}

.size-guide-modal .header .title{
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}

.size-guide-modal .content-body {
    padding: 20px 10px 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.size-guide-modal .control-buttons {
    display: none !important;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
}

.size-guide-size-guide .guide-title {
    font-weight: var(--font-semibold);
}

.size-guide-size-guide .guide-title:first-child {
    margin-top: 30px;
}
/* size-guide dialog style ends */

.price-cart-btn.no-frame .select-info {
    display: none;
}

.price-cart-btn.no-frame .custom-btn {
    width: 100%;
    display: block;
}

.price-cart-btn.no-frame .cart-btn-wrap {
    border-left: 0;
    width: 100%;
}

.sunglass-highlight.tile-container {
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 12px;
}

.sunglass-highlight.tile-container > div > div {
    font-size: 12px;
    color: #474747;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    line-height: 1.2;
}

.sunglass-highlight.tile-container> div {
    flex: 1;
    border-right: 1px solid #DFD9D9;
    padding: 0 6px;
    min-height: 85px;
}

.sunglass-highlight.tile-container> div:last-child {
    border-right: 0;
}

/* lens i dialog css start */
.select-lens .tooltip-inner.active_image {
    bottom: -2.5%;
    opacity: 1
}
.select-lens span.crossLens {
    float: right
}
.select-lens .closePop {
    width: 100%;
    height: 40px;
    position: absolute;
    background: #fff;
    border-radius: 0;
    font-size: var(--font-size-base);
    top: 0;
    border: 1px solid #efefef;
    text-align: left;
    padding-right: 15px;
    padding-top: 7px;
    text-transform: uppercase;
    line-height: 24px;
    right: 0
}
.select-lens .backdrop_our {
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -9999;
    height: 100%;
    opacity: 0;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}
.select-lens .active_drop {
    opacity: 1;
    z-index: 999999
}
.select-lens .image-show {
    padding-top: 40px;
    z-index: 99999;
    background: #fff;
    max-width: 100%;
}
.select-lens .tooltip-inner {
    z-index: 9999999;
    width: 100%;
    margin: 12px 0 0!important;
    text-align: left;
    font-size: .765em!important;
    line-height: 1.4;
    -webkit-box-shadow: 5px 5px 15px rgba(48,54,61,.1);
    box-shadow: 5px 5px 15px rgba(48,54,61,.1);
    opacity: 0;
    cursor: default;
    pointer-events: none;
    position: fixed;
    left: 0;
    bottom: -200%;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    -o-transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s,-webkit-transform .3s
}
.select-lens .image-show img {
    max-width: 100%;
}
.select-lens .closePop {
    right: 0;
    font-size: var(--font-size-14);
    line-height: 22px;
    font-weight: var(--font-bold);
    letter-spacing: .75px;
    text-transform: uppercase;
    color: #505565;
    text-align: left;
    padding: 15px 15px;
    height: unset;
}
.select-lens ul label li span.tooltip-outer {
    padding: 0 4px;
}
.select-lens ul label li img {
    vertical-align: middle;
}
/* lens info style ends */
.aboutProductModal .custum-half-modal {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff;
    top: 30%;
    position: relative;
    border-radius: 10px 10px 0 0;
    padding: 0;
}
.aboutProductModal .custum-half-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
}
.aboutProductModal .modal-fullscreen {
    top: 0;
    border-radius: 0;
    transition: top 0.5s ease-in-out !important;
    background: #FAFDFF;
}
.aboutProductModal .common-scroll {
    width: 100%;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 6rem;
}
.aboutProductModal .custum-half-modal .modal-content {
    height: 100%;
}
#select-power {
    height: 380px;
}
.modal-fullscreen .common-scroll, .modal-fullscreen #select-power {
    height: calc(100vh - 175px);
}
body.hidden-body {
    overflow-y: hidden;
}
#select-power #eyeglasses, #select-power #prescription-sunglasses {
    height: 100%;
}

.lazy-load {
    opacity: 0;
    transition: opacity 0.3s;
}
.lazy-loaded {
    opacity: 1;
}

/* new brands cards */
.brand-list {
    list-style: none;
    padding: 0;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .brand-list li {
    background: #fff;
    width: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
    border: 2px solid #fff;
  }
  .brand-list li.selected {
    border-color: #e9733c;
  }
  .brand-list li h4 , .brand-list li p {
    margin-bottom: 0;
  }

  .brand-list li h4 {
    color: var(--primaryColor);
  }

  .brand-list li p {
    color: #8d8c8c;
  }

  .brand-list img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
  }
  .brand-list .icon {
    font-size: 24px;
    color: #007bff;
    margin-right: 15px;
  }
  