/* pro-detail slider */
.detail-slider-outer {
    position: relative;
}

.discount_label.rotating-text-wrapper {
    position: absolute;
    top: 32px;
    font-size: 10px;
    font-weight: var(--font-semibold);
    /* background: linear-gradient(104.79deg,#5eb5b8 0,#00747a 108.38%); */
    background: #8d2b2b;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 0 7px 7px 0;
    padding: 4px 10px;
    text-transform: uppercase;
    display: inline-block;
    z-index: 1;
}
.discount_label.rotating-text-wrapper.offer-wrap {
    top: 13px;
}
.detail-product-slider .box-wrap {
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px -4px 16px 0px #00000014;
    margin: 20px 10px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
}

.detail-slider-outer .offer-wrap {
    top: 32px;
    left: 8px;
}

.detail-slider-outer .right-options {
    position: absolute;
    bottom: 8%;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.detail-slider-outer .right-options .icon-circle {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: #fff;
    box-shadow: 0px 1.1140351295471191px 4.456140518188477px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.detail-slider-outer .right-options span.wishlist-wrap i {
    color: var(--primaryColor);
}

.detail-slider-outer .right-options span.wishlist-wrap i.fa.fa-heart {
    display: none;
}

.detail-slider-outer .right-options span.wishlist-wrap.active i.fa.fa-heart {
    display: inline-block;
}

.detail-slider-outer .right-options span.wishlist-wrap.active i.fa.fa-heart-o {
    display: none;
}

.detail-slider-outer .count-wrap {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #F64C4C;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

.detail-slider-outer .compare-btn {
    display: inline-block;
    background: #00898F;
    color: #C2E3E4;
    font-size: 10px;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
}

/* end slider */
/* detail content */
.product-detail {
    padding: 0 20px;
}

.product-detail h2 {
    font-size: 20px;
    color: #1F1F1F;
}

.product-detail p {
    font-size: 12px;
    color: #474747;
}

span.star-wrap i {
    font-size: 13px;
    color: #A1A9AD;
}

span.star-wrap i.active {
    color: #FFCA00;
}

span.star-wrap {
    margin-bottom: 10px;
    display: inline-block;
}

span.star-wrap span {
    font-size: 10px;
    color: #252D34;
}

.product-detail .size-outer>span {
    display: flex;
    align-items: center;
}

.product-detail .size-outer button {
    background: var(--primaryColor);
    border: 0;
    font-size: 10px;
    color: #C2E3E4;
    border-radius: 10px;
    padding: 6px 12px;
}

/* specification start */

/* color style */
.product-detail .color-outer ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-wrap: wrap;
    /* width: 80%; */
}

.product-detail .color-outer span.cname {
    font-size: 10px;
    color: #A1A9AD;
    padding-top: 5px;
    margin-top: 5px;
    opacity: 0;
}

.product-detail .color-outer ul li {
    margin-right: 0;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-detail .color-outer ul li.active a {
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #252D34;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail .color-outer ul li.active span.cname {
    display: block;
    color: #474747;
    margin-top: 0;
    font-weight: var(--font-semibold);
    opacity: 1;
}

.product-detail .color-outer {
    padding-bottom: 0px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.product-detail .color-outer p {
    margin-bottom: 6px;
    color: #252D34;
}

span.unit-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
}

span.unit-wrap img {
    width: 14px;
    margin-bottom: 5px;
}

.view-btn-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.shadow-view-btn {
    box-shadow: 0px 16px 40px 0px #7090B033;
    border-radius: 10px;
    background: #fff;
    font-size: 10px;
    padding: 7px 10px;
    color: var(--primaryColor);
    display: flex;
    align-items: center;
}

.shadow-view-btn img {
    margin-left: 6px;
}

.blue-bg {
    background: #C2D7E4;
    color: var(--primaryColor);
}

/* end color style */

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

.product-detail .size-outer p {
    font-size: 12px;
    margin: 0;
}

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

.product-detail .size-outer select option span {
    font-size: 10px;
    font-weight: var(--font-regular);
}

.product-detail .size-outer select:focus {
    outline: 0;
}

.product-detail .size-guide {
    font-size: 10px;
    /* text-decoration: underline; */
    cursor: pointer;
}

/* accordion style */
.frame-list h5 {
    font-size: 10px;
    color: #474747;
    font-weight: var(--font-regular);
    text-align: center;
    margin-bottom: 12px;
}

.frame-list img {
    min-height: 40px;
}

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

.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;
}

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

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

.custom-accordion ul.detail-listing li {
    border-bottom: 0.6px dashed var(--primaryColor);
    font-size: 10px;
    color: #474747;
    padding: 10px 10px 5px;
    display: flex;
    align-items: center;
}

.custom-accordion ul.detail-listing li span {
    width: 50%;
    display: inline-block;
}

.custom-accordion ul.detail-listing li span:last-child {
    font-weight: var(--font-semibold);
    color: var(--primaryColor);
}

/* store div */
.store-near {
    display: flex;
    align-items: center;
    background: #D3EEE1;
    padding: 10px 20px;
    color: #32835C;
    font-size: 12px;
}

.store-near p {
    margin: 0;
    color: #32835C;
}

.store-near img {
    margin-right: 16px;
}

.store-near a {
    color: #32835C;
    text-decoration: underline;
}

/* quiz section */
.quiz-section {
    background: #C2D7E4;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
}

.quiz-section h1 {
    color: var(--primaryColor);
    text-transform: uppercase;
}

.quiz-section p {
    font-size: 12px;
}

.quiz-section .custom-btn {
    font-size: 14px;
    padding: 8px 20px;
    width: 100%;
}

/* end quiz section */

.related-product {
    margin: 20px;
}

.related-product .product-col {
    width: 50%;
    padding: 6px;
}

.related-product .product-listing {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -6px;
}

/* offer-coupon start */
.offer-coupon-outer .coupon-wrap {
    background: #C2E3E4;
    border-radius: 10px;
    margin-bottom: 6px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offer-coupon-outer {
    margin: 20px 20px 0;
}

.offer-coupon-outer .more-offer {
    text-align: right;
    display: block;
    font-size: 10px;
    cursor: pointer;
    color: #474747;
}

.offer-coupon-outer .coupon-wrap h4 {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.offer-coupon-outer .coupon-wrap h4 img {
    padding-right: 5px;
}

.offer-coupon-outer .coupon-wrap p {
    color: #727272;
    margin: 0;
}

.offer-coupon-outer .coupon-wrap a {
    font-size: 10px;
    color: var(--heading-color);
    text-decoration: underline;
    letter-spacing: 0.17px;
}

.offer-coupon-outer .coupon-wrap .code-box {
    background: #E6F3F4;
    border-radius: 5px;
    font-size: 12px;
    color: #00898F;
    padding: 9px;
    font-weight: var(--font-semibold);
    display: inline-block;
    text-decoration: none;
}

.offer-coupon-outer .coupon-wrap .code-box span {
    display: block;
    font-size: 10px;
    font-weight: var(--font-regular);
}

/* offer coupon ends */

/* review start */
.rating-section {
    border-top: 1px solid #D6DBDE;
    padding-top: 12px;
    margin-top: 15px;
}

.review-outer {
    margin: 20px 20px 0;
}

.review-outer h5 {
    font-size: 14px;
    font-weight: var(--font-regular);
}

.rating-wrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.review-outer span.rating-count {
    font-size: 39px;
    color: var(--primaryColor);
}

.review-outer span.rating-count i {
    font-size: 22px;
    color: #FFCD29;
}

.review-outer .rating-wrap ul {
    list-style: none;
    margin: 0;
    padding-left: 35px;
}

.review-outer .rating-wrap ul li {
    font-size: 10px;
    color: #A1A9AD;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.review-outer .rating-wrap ul li:last-child {
    margin: 0;
}

.review-outer span.bar-5 {
    width: 100%;
}

.review-outer .rating-wrap ul li span {
    background: var(--primaryColor);
    margin-left: 10px;
    width: auto;
    height: 6px;
    display: inline-block;
    border-radius: 10px;
}

.review-outer .rating-wrap ul li span.bar {
    position: relative;
    z-index: 22;
}

.review-outer .rating-wrap ul li .static-bar {
    background: #d2d2d2;
    width: 100% !important;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.review-outer .rating-wrap ul li .bar-row {
    position: relative;
    width: 100%;
}

.review-outer .rating-wrap .right {
    width: 70%;
}

.review-outer ul.custom-tab li {
    color: #00898F;
    border-color: #00898F;
    text-transform: inherit;
}

.review-block .head-wrap h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}

.review-block .head-wrap h4 span {
    font-size: 12px;
    color: #46B881;
    text-transform: capitalize;
    font-weight: var(--font-regular);
    display: inline-block;
    padding-left: 10px;
}

.review-block .star-wrap i.active {
    color: #FFCD29;
}

.review-block .star-wrap i {
    color: #d9d9d9;
}

.review-block .head-wrap span {
    font-size: 10px;
    letter-spacing: 1.5px;
}

.review-block .head-wrap {
    align-items: flex-start;
}

.review-block {
    margin-bottom: 25px;
}

.review-block:last-child {
    margin-bottom: 0;
}

.review-block .body-wrap p {
    color: #727272;
}

.review-row-wrap .read-more {
    display: block;
    text-align: center;
    font-size: 10px;
    color: #A1A9AD;
    margin-top: -15px;
}

.review-row-wrap {
    margin: 25px 0;
}

.review-row-wrap .read-more img {
    padding-left: 10px;
}

.review-outer ul.custom-tab {
    padding: 0;
}

/* review ends */

/* faq start*/
.faq-outer {
    margin: 20px 20px 20px;
    border-bottom: 1px solid #D9D9D9;
}

.custom-accordion.faq .accordion-button {
    font-size: 12px;
    color: var(--primaryColor);
    border: 0;
    border-top: 1px solid #D9D9D9;
    border-radius: 0;
}

.custom-accordion.faq .accordion-body p {
    color: #727272;
}

.custom-accordion.faq .accordion-body {
    padding: 0;
}

/* end faq section */

/* updated footer select lens */
.select-lens-fixed {
    bottom: 0;
    position: fixed;
    background: #C2D7E4;
    z-index: 99;
    width: 100%;
}

.select-lens-fixed .power-msg p {
    color: var(--primaryColor);
    font-size: 12px;
    margin: 0;
    margin-right: 10px;
}

.select-lens-fixed .price-cart-btn {
    position: unset;
    background: #E6EEF4;
}

img.price-icon {
    max-width: 15px;
    width: 100%;
    height: auto;
}

.select-lens-fixed .power-msg {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.select-lens-fixed .power-msg span {
    color: var(--primaryColor);
    cursor: pointer;
}

.price-cart-btn .custom-btn {
    letter-spacing: 0.96px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
}

.body-content {
    padding-bottom: 10rem;
}

/* updated footer select lens ends */

.recommended_wrap.similar-pro {
    padding-bottom: 0;
}

.recommended_wrap.similar-pro .product-card {
    width: 100%;
    margin: 10px;
    min-height: 290px 
}

.recommended_wrap.similar-pro .cross-icon {
    position: absolute;
    right: 0;
    z-index: 222;
}

/* contact-lens PD dialog start */

.cl_popup {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 99999;
    min-height: 240px;
    height: auto;
    max-height: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    bottom: -500px;
}

.cl_pop_head {
    position: relative;
    text-align: center;
    font-weight: var(--font-bold);
    padding: 15px;
    background: #FAFAFC;
    -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
}

.cl_pop_head .cl-pop-head-txt {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.cl_pop_close {
    background: transparent;
    position: absolute;
    right: 15px;
    top: 10px;
    height: 30px;
    width: 30px;
    font-size: 18px;
    color: #444;
    border-radius: 50%;
    border: 0;
    float: right;
}

.cl_msg {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 75%;
    grid-template-columns: 25% 75%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 10px;
    margin-top: 30px;
}

.cl_msg img {
    margin: 0 auto;
}

.cl_msg span {
    font-size: var(--font-size-14);
    line-height: 21px;
    color: #000000;
    padding: 10px;
}

.cl_popup .cl-overlay {
    bottom: -300px;
}

.cl_popup.show .cl-overlay {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    top: -240px;
    background-color: #00000075;
    left: 0;
    z-index: 999;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cl_popup.show {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.cl_popup button.custom-btn {
    width: calc(100% - 40px);
    margin: 35px 20px 0;
    display: block;
}

body.hideCallBotton .fixed-call-wrap {
    display: none;
}

/* Contact lens dialog ends */

.fixed-call-wrap {
    bottom: 10rem !important;
}

.select-lens-fixed .power-msg.hidden {
    display: none;
}

body.call-position .fixed-call-wrap {
    bottom: 7rem !important;
}

.custom-accordion .accordion-body p:last-child {
    margin: 0;
}

/* price in as old */
.price-wrap span {
    color: var(--primaryColor);
    font-size: 20px;
    font-weight: var(--font-semibold);
}

.lense-starts {
    color: #ff900e;
    font-size: 12px;
    text-transform: capitalize;
}

.price-wrap .old_price {
    text-decoration: line-through;
    font-size: 13px;
    color: #798185;
    font-weight: var(--font-regular);
}

.price-wrap .percent-off {
    font-size: 16px;
}

.new-apply-coupon-wrap .coupon-wrap {
    padding: 12px 15px;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.new-apply-coupon-wrap .coupon-wrap {
    position: relative;
    padding-top: 40px;
}

.new-apply-coupon-wrap .coupon-wrap .detail-heading {
    position: absolute;
    top: 10px;
    font-weight: var(--font-semibold);
    text-transform: uppercase;
    color: #000;
}

.coupon-wrap .left-info h3 {
    background: #ffefd3;
    padding: 5px 12px;
    border-radius: 30px;
    width: auto;
    display: inline-block;
    border: 1px dotted #f8c98e;
    font-size: 13px;
    color: #484848;
}

.new-apply-coupon-wrap .coupon-wrap .apply-btn {
    background: var(--primaryColor);
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    line-height: 1.4;
    padding: 4px 16px;
    font-size: 12px;
    margin-top: 10px;
}

.effective-price font {
    color: var(--primaryColor);
    font-weight: 600;
}

.coupon-wrap .left-info p {
    margin: 0;
}

.success-applied {
    background: #4caf50;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px;
    font-size: 13px;
    font-weight: var(--font-semibold);
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    margin-bottom: 15px;
}

.explore-more {
    padding: 20px 20px;
}

.explore-more-item {
    padding: 10px 0;
    color: var(--primaryColor);
    font-size: 12px;
    text-decoration: none;
    border-bottom: 2px solid #f1f1f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* end new offere ection */

.retail-banner-text{
    /* color: #00244e; */
    color: #fff;
    position: absolute;
    top: 8%;
    width: 60%;
    text-align: left;
    /* right: 5%; */
    right: 0;
    font-size: 18px;
}

.retail-banner-text b {
    color: #ffb912;
}

.disable_cart {
    opacity: .4;
    pointer-events: none;
}

/* old faq style */
.faq-list {
    list-style: none;
    padding: 0;
}

.faq-list h2 {
    font-size: 13px;
}

.faq-list p {
    display: none;
    color: #727272;
}

.faq-list .content-heading {
    margin: 5px 0;
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: var(--primaryColor);
    font-weight: var(--font-semibold);
    padding: 8px 0;
    border-top: 1px solid #D6DBDE;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
}

.faq-list .content-heading:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #555;
    transition: all .3s ease-in-out;
    font-size: 16px;
    padding: 1px 10px;
    background-color: transparent;
    padding-right: 0;
}

.faq-list .content-heading.active:after {
    transform: rotate(180deg);
    right: -5px;
}

/* old faq style */
/* detail-html-style */
#st-1 {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#st-1 .st-btn {
    border-radius: 50% !important;
    padding: 0 !important;
    width: 48px !important;
    font-size: 11px !important;
    line-height: 0 !important;
}

.sharethis-inline-share-buttons>div {
    display: inline-block !important;
    margin-left: 10px;
    margin-bottom: 10px;
}

.copy-to-clipboard {
    background: #4A8BFF;
    height: 48px;
    width: 48px;
    border-radius: 50%;
}

.sliding-modal-detail {
    /* background-color: #fff; */
    position: fixed;
    width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 2147483649;
    height: auto;
    max-height: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    bottom: -500px;
}

.sliding-modal-detail::before {
    content: '';
    background: #BFBFBF;
    border-radius: 5px;
    height: 6px;
    left: 30%;
    width: 150px;
    position: absolute;
    top: 0px;
}

.sliding-modal-detail.show {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.recommended_wrap .item {
    position: relative;
}

.recommended_wrap {
    background: #fff;
    margin-top: 12px;
    padding-bottom: 20px;
}

.recommended_wrap .prod_name {
    position: static;
}

.outStock {
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 3px 8px;
    border-radius: 25px;
    text-align: center;
    font-size: 10px;
    color: #dc3545;
    border: 0.9px solid #FD5959;
    z-index: 22;
    display: none
}

/* detail-html-style end */

/* available store dialog */
ul.avail-store-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.avail-store-list li {
    border-radius: 4px;
    border: 1.06px solid #C9C9C9;
    margin-bottom: 10px;
    padding: 30px 12px 12px;
    position: relative;
    display: flex;
}
ul.avail-store-list li span.top-dis {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 10px;
    color: #5B5B5B;
    font-weight: var(--font-semibold);
}
ul.avail-store-list li .icon-wrap {
    background: #E6EEF4;
    border-radius: 20px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.shop-add-detail h4 {
    font-size: 14px;
    font-weight: var(--font-semibold);
    margin: 0;
}
.shop-add-detail {
    padding-left: 15px;
}
.shop-add-detail p {
    color: #252D34;
    margin: 0;
}
.shop-add-detail span {
    font-size: 14px;
    color: var(--primaryColor);
    font-weight: var(--font-semibold);
    display: block;
    margin: 10px 0;
}
ul.avail-store-list .custom-btn {
    width: 100%;
}
ul.avail-store-list li .right-wrap {
    width: 100%;
}
/* end available store */

.custum-modal{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 999;
    top: 0;
    padding: 15px;
    overflow-y: auto;
}

.custum-modal .header{
    position: fixed;
    padding: 0 10px;
    background: white;
    width: 100%;
    top: 0;
    height: 40px;
    left: 0;
    z-index: 1;
    border-bottom: 1px solid #f5efef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custum-modal .header > img, .cross-icon{
    padding: 4px;
    border: 1px solid #5B5B5B;
    border-radius: 50%;
}

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

.full-width-body {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
}

.directions-modal {
    padding: 40px 0 0 0;
}


@media only screen and (max-width: 380px) {
    .price-cart-btn .custom-btn, .price-cart-btn-new .custom-btn {
        min-width: auto;
        font-size: 12px !important;
    }
}

/* delivery check 3 block style start  */
.detail-inline-banner {
    display: block;
    margin: 0 -20px 10px;
}

.loading_wrap {
    display: none;
    width: 100%;
}

.delivery_check_wrap {
    padding: 20px;
}
.delivery_check_wrap .pin-field {
    display: flex;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    letter-spacing: 1px;
    font-size: 12px;
    color: rgba(91,91,91,.7);
    background: #fff;
    position: relative;
}

.delivery_check_wrap .pin-field input {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 12px;
}

.delivery_check_wrap .pin-field button {
    color: #e5703c;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.delivery_check_wrap .pin-field input:focus {
    box-shadow: none;
}

.delivery_check_wrap .pin-field .parsley-errors-list {
    position: absolute;
    top: 38px;
}

.delivery_check_wrap .pin-field .parsley-errors-list li {
    font-size: 11px;
    letter-spacing: normal;
    line-height: 1;
}

#deliveryFrm label {
    font-size: 12px;
}

div.tile-container>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    text-align: center;
    width: calc(35% - 4px);
    margin-right: 1px;
    border-right: 1px solid #dfd9d9
}

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

div.tile-container div[class*=icon] {
    height: 45px;
    width: 100%;
    background-position: center
}

div.tile-container .option-icon1 {
    background: url(https://cdn.eyemyeye.com/mobile/msite-images/detail-page/exp-delivery-icon.svg) no-repeat
}

div.tile-container .option-icon2 {
    background: url(https://cdn.eyemyeye.com/mobile/msite-images/detail-page/product-return-icon.svg) no-repeat
}

div.tile-container .option-icon3 {
    background: url(https://cdn.eyemyeye.com/mobile/msite-images/detail-page/product-warranty-icon.svg) no-repeat
}

div.tile-container .store-option-icon1 {
    background: url(https://cdn.eyemyeye.com/mobile/msite-images/detail-page/shop.svg) no-repeat
}

div.tile-container .store-option-icon2 {
    background: url(https://cdn.eyemyeye.com/mobile/msite-images/detail-page/family_eye_test.svg) no-repeat
}

div.tile-container .store-option-icon3 {
    background: url(https://cdn.eyemyeye.com/mobile/msite-images/detail-page/genuine_product.svg) no-repeat
}

div.tile-container .store-option-icon4 {
    background: url(https://cdn.eyemyeye.com/mobile/msite-images/detail-page/hours_support.svg) no-repeat
}

div.tile-container {
    display: flex;
    margin: 5px 0;
    padding: 0 0 10px;
    clear: both;
}

div.tile-container > div > div {
    font-size: 12px;
    font-weight: var(--font-regular);
    color: #5b5b5b;
    padding: 10px 3px;
    line-height: 1.3;
}

.deliveryview-strip {
    color: var(--primaryColor);
    padding: 0 20px;
    clear: both;
    font-size: 12px;
    line-height: 1.4;
    margin: 0 0 10px;
    position: relative
}

.deliveryview-strip span {
    display: block;
    color: #2c2c2c
}

.deliveryview-strip img {
    width: 45px;
    position: absolute;
    left: 10px;
    top: 7px;
    height: 35px
}

.deliveryview-strip span.del-note {
    display: block;
    color: #ff2121;
    font-size: 11px;
}


.delivery_res_wrap {
    padding: 20px 0 0;
}

.delivery-text {
    color: #5b5b5b;
    font-size: 12px;
    padding-bottom: 12px;
    display: block;
}

.delivery_res_wrap .option-delivery {
    background: #f1fcff;
    border: 1px solid #84adbc;
    border-radius: 5px;
    color: #333;
    padding: 10px;
    width: 100%;
    margin-bottom: 7px;
    position: relative;
    display: flex;
    align-items: center;
}

.delivery_res_wrap .option-delivery label {
    font-size: 12px;
    color: #434343;
    line-height: 1.5;
    font-weight: var(--font-semibold);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.icon-express-delivery {
    background: url(https://cdn.eyemyeye.com/mobile/msite-images/detail-page/express-delivery-icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle
}

span.edit-option {
    color: #1A3A6F;
    text-decoration: underline;
    display: none;
}

.option-delivery input[type=radio] {
    position: relative;
    accent-color: #006990;
    margin-right: 6px;
}

.btn-change {
    background: var(--primaryColor);
    color: #fff;
    border-radius: 5px;
    font-size: 10px;
    padding: 3px 10px;
    margin-left: 3px;
}
/* delivery check 3 block style ends  */

.offer-text.redeem-wrap {
    margin-top: 12px;
    padding: 10px;
    font-size: 14px;
    display: block;
    font-weight: 600;
    background: #cae1fb;
    box-shadow: 0px -4px 16px 0px #00000014;
    border-radius: 8px;
}

.custom-accordion .accordion-button {
    position: relative;
    color: #1F1F1F !important;
}
.custom-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);
}
.custom-accordion .accordion-button::after {
    width: 7px;
    height: 7px;
}
.custom-accordion .accordion-button.collapsed:after {
    transform: translateY(-50%) rotate(45deg);
}

.main-price .price-wrap span img {
    width: 18px;
    height: 18px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}
.main-price .price-wrap span {
    color: #be0000;
}
.price-cart-btn .custom-btn img {
    filter: brightness(0) invert(1);
    width: 15px;
    margin: 0 2px;
}

html[dir="rtl"] .detail-slider-outer .right-options {
    right: unset;
    left: 20px;
}
html[dir="rtl"] .custom-accordion .accordion-button:after {
    right: unset;
    left: 0;
}
html[dir="rtl"] .cart-btn-wrap {
    border-left: 0;
    border-right: 1px solid #C9C9C9;
    padding: 5px 10px 5px 0;
}
html[dir="rtl"] span.offer-wrap {
    left: unset;
    right: 0;
    border-radius: 7px 0 0 7px;
}
/* prescription for contact lens in detail page */
.pres-contact-lens .pres-box {
    background: #fafafa;
    border-radius: 10px;
    margin: 10px 0;
}
.pres-contact-lens .pres-box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}
.product-quantity {
    display: flex;
    align-items: center;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 4px;
    background: #fff;
    width: 90px;
}
.pres-contact-lens svg.icon.sm.fill-gray {
    width: 16px;
    cursor: pointer;
}
.pres-contact-lens {
    margin-top: 5px;
    border-top: 1px solid #d7d4d4;
    padding-top: 10px;
}
.pres-contact-lens .title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0f3c80;
    font-weight: 600;
    font-size: 16px;
}
.product-quantity button {
    background: #c4c4c4 !important;
    border-color: #c4c4c4 !important;
    padding: 0px 5px;
}
.product-quantity input.form-control {
    background: transparent;
    border: 0;
    padding: 0;
    min-width: 35px;
    text-align: center;
}
.product-quantity button svg {
    width: 10px;
    height: 10px;
}
.power-right-wrap select {
    border-color: #c4c4c4 !important;
    background: #fff;
    height: 33px;
    border-radius: 5px;
    width: 90px;
}
.product-quantity-wrap .quantity-text {
    font-size: 12px;
    text-align: center;
}
.pres-contact-lens .pres-box ul {
    border-bottom: 1px solid #e7e5e5;
    padding: 15px 15px 10px;
    margin: 0;
}
.pres-contact-lens .pres-box .bottom {
    padding: 12px;
}
.product-quantity .btn-dark.focus,
.product-quantity .btn-dark:focus {
    box-shadow: none;
}
.pres-contact-lens .pres-box .bottom input#differentPowers {
    width: 20px;
    height: 20px;
    margin-top: 0;
    accent-color: #295eac;
}
.pres-contact-lens .pres-box .bottom input#differentPowers:checked {
    background-color: #295eac;
    border-bottom: #295eac;
}
.pres-contact-lens .pres-box .form-check-input:focus {
    box-shadow: none;
}
.pres-contact-lens .pres-box .bottom label.form-check-label {
    padding-left: 5px;
    cursor: pointer;
    font-size: 14px;
}
.pres-contact-lens .pres-box ul li p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.power-right-wrap select:focus-visible {
    outline: 0;
}
.pres-contact-lens svg.icon.sm.fill-gray path {
    fill: #0f3c80;
}
.product-quantity input.form-control:focus,
.product-quantity input.form-control:focus-visible {
    box-shadow: none;
    outline: 0;
}
.cl-info-icon p {
    font-size: 12px;
    color: #474747;
    font-weight: 400;
}
.power-right-wrap,
.product-quantity-wrap {
    display: flex;
    gap: 10px;
}
#clPrescriptionInfo .modal-header .btn-close {
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
}
/* end prescription for contact lens in detail page */
.product-detail.accessories div#sizeviewcart {
    display: none;
}
.accessories .accordion-item.your-frames {
    display: none;
}
/* new contact lens in detail page ui start */
.product-detail .color-outer.contact-lense {
    display: block;
    margin: 0;
    border: 0;
}
.product-detail .color-outer.contact-lense span.cname {
    display: none;
}
.product-detail .color-outer.contact-lense ul {
    gap: 8px;
    align-items: flex-start;
    padding-bottom: 10px;
}
.product-detail .color-outer.contact-lense span.circle-wrap {
    width: 30px;
    height: 30px;
    display: block;
}
.product-detail .color-outer.contact-lense ul li.active a {
    width: unset;
    height: unset;
    border-color: #000;
}
.product-detail .color-outer.contact-lense ul li a {
    margin-bottom: 5px;
    background: #fff;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #fafafa;
    border-radius: 6px;
    display: block;
}
.product-detail .color-outer.contact-lense ul li {
    margin-bottom: 0;
}
.size-outer.contact-lense {
    display: block;
    border: 0;
    padding: 0;
}
.product-detail .size-outer.contact-lense>span {
    display: block;
}
.product-detail .size-outer.contact-lense p {
    display: block;
    width: 120px;
    font-size: 14px;
}
#msite-cl-size ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
#msite-cl-size li {
    font-size: 13px;
    color: #1b437e;
    padding: 4px 10px;
    background: #e2e7ee;
    text-decoration: none !important;
    font-weight: 500;
    border-radius: 5px;
    width: fit-content;
    margin-bottom: 5px;
}
.product-detail .size-outer.contact-lense .select-box {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}
.product-detail .color-outer.contact-lense p,
.product-detail .size-outer.contact-lense p {
    font-size: 15px;
    color: #252D34;
}