:root {
    --main-color: #EF1C5B;
    --dark-blue: #393F4A;
    --heading-color: #00060F;
    --text-color: #1E1E1E;
    --white-color: #fff;
    --black-color: #000;
    --main-font: GlacialIndifference-Regular;
    --heading-font: GlacialIndifference-Regular;
    --button-font: GlacialIndifference-Regular;
    --bold-font: GlacialIndifference-Bold;
}

@font-face {
    font-family: GlacialIndifference-Bold;
    src: url(../fonts/GlacialIndifference-Bold.woff);
}

@font-face {
    font-family: GlacialIndifference-Regular;
    src: url(../fonts/GlacialIndifference-Regular.woff);
}

html,
body {
    font-family: var(--main-font);
}

a {
    text-decoration: none;
}

.container-fluid {
    padding: 0 4%;
}

@media (min-width:1550px) {
    .container {
        max-width: 1500px;
    }
}

h1,
h2,
h3,
h5,
h6 {
    font-family: var(--heading-font);
}

p {
    font-family: var(--main-font);
}

.free_shipping {
    background: var(--main-color);
    text-align: center;
}

.free_shipping h4 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 800;
    padding: 10px;
}

.main_menu_hdr {
    background: #fff;
    z-index: 99;
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    padding: 5px 0;
}

.left_top {
    display: flex;
    justify-content: flex-start;
}

.main_menu {
    display: block;
    position: relative;
    background: transparent;
    padding: 0px;
    border-radius: 15px;
}

.main_menu .navigation.navbar {
    padding: 0;
}

.container-menu {
    width: 80%;
    margin: 0 auto;
}

.logo {
    display: block;
    padding: 0px 0px;
}

.logo a {
    position: relative;
    z-index: 1;
    width: 190px;
    display: inline-block;
}

.logo a img {
    width: 100%;
}

.hdr_icon {
    padding: 0 10px;
}

.hdr_icon a {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.hdr_icon a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.get_free .selectpicker {
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 5px;
}

.get_free .selectpicker:focus {
    border: 1px solid #ccc;
    outline: none;
}


.banner_sec {
    width: 100%;
    background-size: cover;
    position: relative;
}

/* .slide .slide__img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0%);
} */

.slider,
.slide {
    height: 80vh;
}

.slide {
    position: relative;
    transition: 1s;
}

.slide .slide__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media (min-width: 992px) {
    .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}

.slide .slide__img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
    object-fit: cover;
}

.slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 33%;
}

.slide .slide__content.slide__content__left {
    left: 15%;
    transform: translate(-15%, -50%);
}

.slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
}

.slide .slide__content--headings {
    color: #FFF;
}

.slide .slide__content--headings h4 {
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slide .slide__content--headings h2 {
    font-size: 4.5rem;
    margin: 10px 0;
    letter-spacing: 0px;
}

.slide .slide__content--headings h5 {
    margin: 10px 0;
}

.slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--white-color);
}

.w_150 {
    width: 250px;
}

.slide .slide__content--headings .title {
    font-size: 65px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--white-color);
    letter-spacing: 3px;
    text-transform: uppercase;
}

.slide .slide__content--headings h3 {
    font-size: 100px;
    font-weight: 700;
    font-family: "Qwitcher Grypen", cursive;
    color: var(--white-color);
    line-height: 0.5;
}

.slide .slide__content--headings .title span {
    color: var(--text-color);
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    display: block;
    padding: 0px;
}

.slide__content--headings {
    position: relative;
}

.slidebottomleft {
    animation: fadeInUp 1.5s both 1.5s;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    top: 50%;
    right: 5%;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 50px;
    transform: translate(0%, -50%);
}

.slick-dots li {
    position: relative;
    display: flex;
    margin: 0px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}



.stick-dots .slick-dots li {
    height: 50px;
    width: 50px;
    padding: 0px 5px;
}

.stick-dots .slick-dots li button {
    color: #000;
    background: none;
    border: none;
    margin: 0px 0px;
    font-size: 20px;
    font-family: var(--text-font);
    position: relative;
    width: 25px;
    height: 25px;
}

.slick-dots li.slick-active button {
    color: var(--main-color);
}

.slick-dots li.slick-active button::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: var(--main-color);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.slick-dots li.slick-active button::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--main-color);
    width: 100%;
    height: 2px;
    border-radius: 50%;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
    /* color: transparent;
  opacity: 1;
  width: 20px;
  height: 2px;
  border-radius: 0;
  background: #D9D9D9; */
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}


.slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, .12);
    width: 60px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 60px);
}

.banner__slider.banner_sec .slick-nav.prev-arrow {
    left: auto;
    top: 52%;
    right: 3%;
}

.slick-nav.prev-arrow {
    left: 3%;
    transform: scaleX(-1);
    z-index: 1;
}

.slick-nav.next-arrow {
    left: auto;
    right: 3%;
}

.slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
}

.banner__slider.banner_sec .slick-nav i:before {
    border-left: 8px solid #fff;
}

.slick-nav i:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    /* background: var(--active); */
    margin: -6px 0 0 -3px;
    display: block;
    transform-origin: 0px 50%;
    border-top: 6px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #000;
}

.banner__slider.banner_sec .slick-nav:hover i:before {
    border-left: 8px solid var(--main-color);
}

.slick-nav:hover i:before {
    border-left: 8px solid var(--main-color);
}

.slick-nav:before {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    background: rgb(255 255 255 / 50%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
}

.slick-nav.animate svg {
    -webkit-animation: stroke 1s ease forwards 0.3s;
    animation: stroke 1s ease forwards 0.3s;
}




/*-------- button Effect-------*/
.red_btn {
    display: inline-block;
    box-sizing: border-box;
    padding: 14px 35px;
    border-radius: 6px;
    position: relative;
    color: var(--white-color);
    background: var(--main-color);
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
}

.red_btn span {
    z-index: 1;
    position: relative;
    letter-spacing: 3px;
}

.red_btn:before {
    content: "";
    height: 0;
    width: 100%;
    transform: translateX(0%);
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--main-color);
    border-radius: 0px;
    transition: all ease-in 0.3s;
}

.red_btn:hover:before {
    bottom: 0;
    transition: all ease-in 0.3s;
    height: 100%;
}

.red_btn:hover span {
    color: var(--white-color);
}

.red_btn.red_border {
    color: var(--white-color);
    background: transparent;
    border: 1px solid var(--white-color);
}

.red_btn.red_border_black {
    color: var(--black-color);
    background: transparent;
    border: 1px solid var(--black-color);
}

.red_btn.white_bg {
    color: var(--black-color);
    background: rgb(255 255 255 / 50%);
}

.red_btn.white_bg:before {
    background: rgb(255 255 255 / 100%);
}

.red_btn.white_bg span {
    color: var(--black-color);
}

.red_btn.black_bg {
    color: var(--white-color);
    background: var(--black-color);
}

.red_btn.black_bg:before {
    background: rgb(0 0 0 / 50%);
}

.red_btn.black_bg span {
    color: var(--white-color);
}



/*-------- button Effect-------*/
.heading_hp h2 {
    font-size: 41px;
    font-weight: 400;
    color: var(--heading-color);
    position: relative;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.heading_hp h2 span {
    color: var(--main-color);
}

.heading_hp h6 {
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 5px;
    text-transform: uppercase;
}

.heading_hp p {
    font-size: 18px;
    color: var(--text-color);
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 25px;
}

.heading_hp.text_white h2,
.heading_hp.text_white p,
.heading_hp.text_white h6 {
    color: var(--white-color);
}

.border_h2 h2 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.border_h2 h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 5px;
    background: var(--main-color);
}

/* About */
.about_sec {
    padding: 100px 0 0;
}



.sunglass_img {
    position: relative;
}

/* Shine */
.sunglass_img figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.sunglass_img figure img {
    width: 100%;
    height: 100%;
}

.sunglass_img figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.sunglass_img figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.sunglass_eyeglass figure::after {
    position: absolute;
    bottom: 0;
    left: 0%;
    z-index: 1;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
}

.sun_text {
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.sun_text h4 {
    color: var(--white-color);
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 20px;
}

.junior_style {
    background: #FEC43F;
    position: relative;
}

.junior_text h4 {
    color: var(--black-color);
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 20px;
}

.tab_box {
    padding: 50px 0;
}

.bg_tab {
    background: #FBF9F7;
    padding: 45px 70px;
}

.tab_box .nav-tabs {
    border-bottom: 0;
    justify-content: end;
}

.tab_box .nav-tabs .nav-link {
    background: #fbf9f7;
    border: none;
    color: var(--black-color);
    font-size: 20px;
    text-transform: uppercase;
    padding: 12px 25px;
    letter-spacing: 3px;
    margin-left: 30px;
    font-weight: 600;
}

.tab_box .nav-tabs .nav-item.show .nav-link,
.tab_box .nav-tabs .nav-link.active {
    background: #ef1c5b;
    border: none;
    color: var(--white-color);
}


.single_glass_item {
    position: relative;
    margin: 2px;
    padding: 20px;
    background: #fff;
    border: 1px solid #B3B3B3;
    border-radius: 10px;
}

.single_img {
    width: 100%;
    height: 150px;
    position: relative;
}

.single_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.single_img:hover .single_img_1 {
    opacity: 0;
}

.single_img .single_img_2 {
    opacity: 0;
}

.single_img:hover .single_img_2 {
    opacity: 1;
}

.heart_icon {
    position: absolute;
    top: 8px;
    right: 11px;
    color: rgb(0 0 0 / 50%);
    font-size: 20px;
    z-index: 1;
}

.reting_boo {
    background: #F5F5FF;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 15px;
    margin-bottom: 6px;
}

.reting_boo i {
    color: var(--main-color);
}

.left_boo h4 {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
}

.left_boo p {
    font-size: 15px;
    margin-bottom: 0;
}

.left_boo .price {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 600;
}

.cart_round a {
    color: var(--black-color);
    border: 1px solid #000;
    padding: 8px;
    display: flex;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.call_us {
    padding: 100px 0;
}

.number_call {
    background: rgb(255 255 255 / 50%);
    color: var(--black-color);
    padding: 10px 20px;
    font-size: 20px;
    letter-spacing: 3px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 10px;
}

.number_whatsapp img {
    width: 175px;
    display: inline-block;
}

.call_us .heading_hp h2 {
    font-size: 54px;
    margin-bottom: 30px;
}

.shop_by_shape {
    padding: 100px 0;
    position: relative;
}

.shop_by_shape:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FBF9F7;
    width: 90%;
    height: 80%;
}

.shape_box {
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #FBF9F7;
}

.shape_box span {
    width: 100%;
    height: 150px;
    display: block;
}

.shape_box span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shape_text {
    position: relative;
}

.shape_text h3 {
    position: relative;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    color: rgb(30 30 30 / 10%);
    margin-bottom: 0;
}

.shape_text p {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    color: var(--black-color);
}

.shape_box:hover {
    border: 2px solid var(--main-color);
    background: var(--white-color);
}

.shop_by_shape .slick-nav.next-arrow {
    left: auto;
    right: -50px;
}

.shop_by_shape .slick-nav.prev-arrow {
    left: -50px;
    transform: scaleX(-1);
    z-index: 1;
}

.shop_by_color {
    padding: 0 0 50px 0;
}

.shop_by_color .slick-nav.next-arrow {
    left: auto;
    right: -100px;
}

.shop_by_color .slick-nav.prev-arrow {
    left: -100px;
    transform: scaleX(-1);
    z-index: 1;
}

.shop_by_color .slick-nav {
    top: calc(50% - 30px);
}

.color_box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    box-shadow: 0 5px 7px rgb(0 0 0 / 9%);
}

.color_padding {
    padding: 10px;
}

.search_color {
    position: relative;
    width: 450px;
    margin: 30px auto 0;
}

.search_color input {
    padding: 12px;
    border: 1px solid #000;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
}

.search_color button {
    position: absolute;
    right: 7px;
    top: 50%;
    background: none;
    box-shadow: none;
    border: none;
    transform: translate(0px, -50%);
}

.search_color input::placeholder {
    text-transform: uppercase;
    color: var(--black-color);
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    opacity: 1;
}

.search_color input::-ms-input-placeholder {
    text-transform: uppercase;
    color: var(--black-color);
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    opacity: 1;
}

.testimonial_sec {
    padding: 50px 0 50px 220px;
    background: #FBF9F7;
}

.slid_show_padding {
    padding: 10px;
}

.testi_box {
    padding: 25px;
    background: var(--white-color);
    border: 1px solid #B3B3B3;
    border-radius: 10px;
}

.testi_box:hover {
    border: 1px solid var(--main-color);
}

.testi_img span {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
    position: relative;
}

.double_quote {
    width: 25px;
    height: 25px;
    position: absolute;
    background: var(--main-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    right: 0;
    top: 0;
    font-size: 10px;
}

.testi_img span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testi_text {
    margin-left: 10px;
}

.testi_text span {
    color: rgb(30 30 30 / 50%);
}

.testi_star ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
}

.testi_star ul li {
    color: #FDB500;
    font-size: 15px;
    margin-right: 5px;
}

.testi_text h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
}

.testi_box p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    min-height: 100px;
    color: var(--text-color);
}

.testi_date {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 15px;
}


.our_feature_video {
    padding: 50px 0;
}

.feature_box {
    width: 100%;
    position: relative;
}

.feature_box span {
    width: 100%;
    height: 250px;
}

.feature_box span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.feature_box a {
    width: 150px;
    height: 150px;
    background: rgb(255 255 255 / 30%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: #fff;
    border-radius: 50%;
}

.feature_padding {
    padding: 0 10px;
}

.subscribe_box {
    background: #FBF9F7;
    padding: 50px;
}

.free_return {
    display: flex;
    align-items: center;
    padding: 20px;
    width: 90%;
    border: 1px solid #B3B3B3;
    border-radius: 10px;
    margin: 0 auto;
}

.free_return h4 {
    font-size: 20px;
    margin-bottom: 0;
    padding-left: 10px;
}

.img_free img {
    width: 70px;
    height: 55px;
    object-fit: contain;
}

.return_sec {
    padding: 50px 0;
}

.wining_look_sec {
    border-top: 1px solid var(--text-color);
    border-bottom: 1px solid var(--text-color);
    padding: 50px 0;
}

.top_call {
    position: relative;
    padding: 0px;
}

.top_call_img {
    margin-right: 10px;
}

.top_call_img img {
    width: 45px;
    height: 45px;
}

.top_call_text a {
    display: block;
}

.top_call_text a {
    display: block;
}

.top_call_text .num_top {
    font-size: 18px;
    text-decoration: none;
    color: var(--black-color);
    font-weight: 600;
    letter-spacing: 1px;
}

.top_call_text .mail_top {
    font-size: 14px;
    text-decoration: none;
    color: var(--black-color);
    font-weight: 300;
}

.wining_text p {
    font-size: 14px;
    color: var(--text-color);
    margin-bottom: 0;
    line-height: 25px;
}

.logo_looks {
    width: 250px;
    margin-bottom: 10px;
}

.ftr_links {
    padding: 50px 0;
}

.customer_care h4 {
    font-size: 18px;
    border-bottom: 1px solid var(--text-color);
    width: 75%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
}

.customer_care ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    columns: 2;
}

.customer_care ul li a {
    color: var(--text-color);
}

.customer_care ul li {
    margin-bottom: 10px;
}

.social_country {
    border-top: 1px solid var(--text-color);
    border-bottom: 1px solid var(--text-color);
    padding: 50px 0;
}

.social_media h4 {
    font-size: 18px;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
}

.social_media ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
}

.social_media ul li a {
    color: var(--text-color);
}

.social_media ul li {
    margin-right: 10px;
}

.selected_country {
    border-bottom: 1px solid var(--text-color);
    margin-bottom: 10px;
}

.selected_country h4 {
    font-size: 18px;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
}

.ftr_text {
    padding: 20px 0;
}

.ftr_text p {
    font-size: 14px;
}

/*------------- Inner Page ----------------- */
.inner_banner_sec {
    padding: 100px 0;
    position: relative
}

.inner_banner_sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.0);
}

.inner_banner_ontent {
    position: relative;
    z-index: 9
}

.cd-breadcrumb {
    width: 100%;
    padding-left: 5px;
    margin: 0;
}

.cd-breadcrumb::after::after {
    clear: both;
    content: "";
    display: table;
}

.cd-breadcrumb li {
    display: inline-block;
    float: left;
    margin: 0.5em 0;
    color: var(--white-color);
}

.cd-breadcrumb li a {
    color: var(--white-color);
}

.cd-breadcrumb li::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: var(--white-color);
}

.cd-breadcrumb li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
}

.cd-breadcrumb.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
    /* replace the default separator with a custom icon */
    content: '';
    height: 16px;
    width: 16px;
    background: url(../images/cd-custom-separator.svg) no-repeat center center;
    vertical-align: middle;
}


.inner_banner_ontent h1 {
    font-size: 41px;
    font-family: var(--heading-font);
    color: #fff;
    margin-bottom: 0;
}

.inner_banner_ontent h4 {
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: var(--heading-font);
    font-size: 60px;
    font-weight: 300
}

.inner_banner_ontent p {
    color: var(--white-color);
}

.filter {
    border-right: 1px solid #BDBDBD;
}

.padding_filter {
    padding: 20px 40px 20px 80px;
    border-bottom: 1px solid #BDBDBD;
}

.filter_heading {
    display: flex;
}

.filter_heading h4 {
    font-size: 22px;
    margin-bottom: 0;
    padding-left: 10px;
}

.filter .search_color {
    margin-top: 10px;
}

.filter .search_color input {
    font-size: 15px;
}

.filter .search_color input::placeholder {
    text-transform: capitalize;
    color: #1e1e1e;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    opacity: 1;
}

.filter .search_color input::-ms-input-placeholder {
    text-transform: capitalize;
    color: #1e1e1e;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    opacity: 1;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid var(--main-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-group input:checked+label:before {
    border: 1px solid var(--main-color);
}


.filter .accordion-button {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.filter .accordion-item {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.filter .accordion-button:not(.collapsed) {
    background: none;
}

.accordion-body {
    padding: 15px 0 0;
}

.filter .accordion-button:after {
    background-image: url(../images/filter_arrow.svg);
    background-size: 16px;
}

.filter h2.accordion-header button {
    font-size: 22px
}

.color_filter ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
}

.color_filter ul li {
    padding-right: 6px;
}

.color_filter ul li a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.color_filter ul li a img.active {
    border: 3px solid var(--main-color);
    opacity: 1;

}


.color_filter ul li a p {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.color_filter ul li a p.active {
    border: 3px solid var(--main-color);
    opacity: 1;

}

.Frametype_filter ul {
    list-style: none;
    padding-left: 0;
    display: block;
    margin-bottom: 0;
    /* columns: 4; */
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.Frametype_filter ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.Frametype_filter ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.Frametype_filter ul::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.Frametype_filter ul li {
    margin-bottom: 10px;
}

.Frametype_filter ul li.frame_color label {
    display: block;
    width: 100%;
    color: var(--text-color);
    position: relative;
    cursor: pointer;

}

.Frametype_filter ul li.frame_color label span {
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    border-radius: 50%;
}

.Frametype_filter ul li.frame_color label span img {
    border-radius: 50%;
}

.Frametype_filter ul li.frame_color label span {
    margin-right: 10px;
}

.Frametype_filter ul li.frame_color label span img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.Frametype_filter ul li.frame_color input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    border: solid var(--main-color);
    border-width: 2px;
    border-radius: 50%;
}

.filter_resilt {
    background: #F3F3F3;
    width: 100%;
    padding: 30px;
}

.filter_res_text h4 {
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
}

.filter_res_text p {
    margin-bottom: 0;
}

.latest_filter {
    padding: 3px;
    background: transparent;
    border-radius: 5px;
}

.filter_and_productlist {
    padding-bottom: 50px;
}

.well {
    padding: 30px;
}

.thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #B3B3B3;
    border-radius: 8px;
    position: relative;
    padding: 20px;
}

.text_light {
    color: rgb(0 0 0 / 50%);
    margin-bottom: 10px !important;
    line-height: 16px;
}

.productitem .reting_boo {
    display: inline-block;
}

.productitem .left_boo h4 {
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
}

.productitem .left_boo p {
    margin-bottom: 10px;
}

.productitem.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

.discount_text {
    color: rgb(0 0 0 / 50%);
    font-size: 15px;
    text-decoration: line-through;
}

.only_few_left {
    font-size: 15px;
    color: #E92F2A;
}

.productitem.list-group-item:nth-of-type(odd):hover,
.productitem.list-group-item:hover {
    box-shadow: 0px 1px 25px #ccc;
}

.productitem.list-group-item .list-group-image {
    margin-right: 5px;
}

.productitem.list-group-item .thumbnail {
    margin-bottom: 0px;
}

.productitem.list-group-item .thumbnail {
    margin-bottom: 0px;
}

.thumbnail .group.list-group-image {
    width: 100%;
    height: 160px;
    object-fit: contain;
}

.productitem.list-group-item .caption {
    padding: 9px 9px 0px 9px;
}

.productitem.list-group-item:before,
.productitem.list-group-item:after {
    display: table;
    content: " ";
}

.productitem.list-group-item .group.list-group-image {
    float: left;
    width: 300px;
    height: 200px;
}

.productitem.list-group-item:after {
    clear: both;
}

.productitem .color_filter a {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    margin-right: 5px;
}

.productitem .color_filter img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    margin-right: 5px;
}

.productitem .color_filter p {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    margin-right: 5px;
    background: #ef1c7a;
    color: #fff;
}

.slider_prd {
    width: 100%;
}

.prodict_img_slid {
    width: 100%;
    height: 100%;
    display: block;
}

.prodict_img_slid img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top_choise {
    position: absolute;
    background: #EBB415;
    left: 10px;
    top: 8px;
    z-index: 1;
    padding: 1px 11px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.bestseller {
    position: absolute;
    background: #00A098;
    left: 10px;
    top: 8px;
    z-index: 1;
    padding: 1px 11px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.cdp {
    position: relative;
    text-align: center;
    padding: 0px 0;
    font-size: 0;
    z-index: 6;
    margin: 0px 0;
}

.cdp_i {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 3px 6px;
    height: 38px;
    min-width: 38px;
    border-radius: 38px;
    border: 1px solid #000;
    line-height: 38px;
    padding: 0;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.cdp_i:first-child,
.cdp_i:last-child {
    padding: 0 16px;
    margin: 0 12px 6px;
}

.cdp_i:hover {
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}

.details_prd {
    border-top: 1px solid var(--text-color);
}

.details_prd .cd-breadcrumb li a {
    color: var(--text-color);
}

.details_prd .cd-breadcrumb li {
    color: var(--text-color);
}

.details_prd .cd-breadcrumb.custom-separator li::after {
    content: '';
    height: 14px;
    width: 10px;
    background: url(../images/cd-custom-separator-black.svg) no-repeat center center;
    vertical-align: middle;
}

.similar_products {
    padding: 50px 0;
}

.prd_img {
    width: 100%;
}

.prd_img span {
    width: 100%;
    height: 270px;
    border-radius: 6px;
    border: 1px solid #B3B3B3;
    display: block;
    margin-bottom: 25px;
}

.prd_img span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}


.product_details {
    padding: 25px 0;
}

.fa_hart {
    color: rgb(0 0 0 / 50%);
    font-size: 22px;
}

.wl_logo span {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 15px;
}

.wl_logo span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product_main_heading h2 {
    margin-bottom: 0;
    font-size: 41px;
}

.product_main_heading h5 {
    margin-bottom: 0;
    font-size: 18px;
}

.product_main_heading p {
    color: var(--text-color);
    font-size: 14px;
}

.product_det_right .reting_boo {
    display: inline-block;
}

.size_text {
    width: 100%;
    font-size: 18px;
    font-family: GlacialIndifference-Bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.round_30.color_filter ul li a img {
    width: 30px;
    height: 30px;
}

.round_30.color_filter {
    margin-bottom: 20px;
}

.full_price {
    font-size: 24px;
    color: var(--main-color);
    text-transform: uppercase;
    line-height: 1;
}

.discount_price {
    font-size: 16px;
    color: #808080;
    text-decoration: line-through;
    padding-left: 10px;
}

.total_off {
    font-size: 20px;
    color: #0CAA32;
    padding-left: 20px;
    line-height: 1;
}

.instock {
    font-size: 20px;
    color: #0CAA32;
    margin-bottom: 10px;
}

.outstock {
    font-size: 20px;
    color: #aa0c0c;
    margin-bottom: 10px;
}

.w_350 {
    width: 350px;
}

.technical_information {
    width: 100%;
    max-height: 142px;
    overflow: hidden;
    overflow-y: auto;
}

.technical_information ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 5px;
}

.technical_information ul li {
    text-align: left;
    width: 50%;
}

.product_det_right .accordion {
    margin-bottom: 25px;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 25px;
}

.product_det_right .accordion-button {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.product_det_right .accordion-item {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.product_det_right .accordion-button:not(.collapsed) {
    background: none;
}

.product_det_right .accordion-body {
    padding: 10px 0 0;
}

.product_det_right .accordion-button:after {
    background-image: url(../images/filter_arrow.svg);
    background-size: 16px;
}

.product_det_right h2.accordion-header button {
    font-size: 22px;
    text-transform: uppercase;
    font-family: GlacialIndifference-Bold;
}

.product_feature ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
}

.product_feature ul li {
    padding-right: 10px;
    position: relative;
    margin-right: 8px;
}

.product_feature ul li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    /* background: #1e1e1e; */
}

.rate_product {
    padding: 10px 15px;
    background: var(--white-color);
    border: 1px solid var(--text-color);
    color: var(--text-color);
    border-radius: 6px;
}

.review_img {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 8px;
}

.review_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.status_review h4 {
    color: var(--black-color);
    font-family: GlacialIndifference-Bold;
    padding-left: 15px;
    font-size: 20px;
}

.certified_buy {
    font-size: 15px;
    color: rgb(30 30 30 / 50%);
}

.age_buy {
    font-size: 14px;
    color: rgb(30 30 30 / 50%);
}

.single_review {
    border-bottom: 1px solid #BDBDBD;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.product_review .single_review:last-child {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.call_us_btn {
    background: #FBD6E8;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 8px;
    white-space: nowrap;
}

.doubts_text h4 {
    text-transform: uppercase;
    font-family: GlacialIndifference-Bold;
    font-size: 22px;
}

.shopping_cart_sec {
    border-top: 1px solid var(--black-color);
    padding: 30px 0;
}




.cart_product {
    width: 100%;
    border: 1px solid #B3B3B3;
    border-radius: 10px;
    margin-bottom: 15px;
}

.cart_product .cart_images {
    width: 100%;
}

.cart_product .cart_images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.cart_text {
    padding: 30px;
}

.cart_text h4 {
    font-size: 24px;
}

.color_code {
    font-size: 20px;
}

.wl_price {
    width: 100%;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.wl_price li {
    font-size: 20px;
}

.wl_price li:last-child {
    color: var(--main-color);
}

.wl_price li:last-child span {
    text-decoration: line-through;
    font-size: 16px;
    color: #B3B3B3;
}

.left_p_text h4 {
    font-size: 18px;
    font-family: GlacialIndifference-Bold;
    text-transform: uppercase;
    color: var(--black-color);
    margin-bottom: 0;
    letter-spacing: 3px;
}

.right_p_text h4 {
    font-size: 18px;
    font-family: GlacialIndifference-Bold;
    text-transform: uppercase;
    color: var(--main-color);
    margin-bottom: 0;
    letter-spacing: 3px;
}

.final_price {
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
    padding: 12px 0;
}

.only_left {
    color: #E92F2A;
    font-size: 20px;
}

.expeted {
    margin-bottom: 0;
}

.call_us_drop {
    padding: 8px 12px;
    border: 1px solid #B3B3B3;
    border-radius: 6px;
}

.qty span {
    font-size: 17px;
}

.qty_te {
    padding: 8px 12px;
    border: 1px solid #B3B3B3;
    border-radius: 6px;
    margin: 0 10px;
}

.add_wishlist {
    font-family: GlacialIndifference-Bold;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--black-color);
    letter-spacing: 3px;
}

.coupons_sec {
    border: 1px solid #B3B3B3;
    padding: 10px;
    border-radius: 10px;
}

.coupon_text p {
    font-size: 16px;
    margin-bottom: 0;
}

.coupon_text span {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--main-color);
}

.coupon_here {
    padding: 7px 12px;
    background: rgb(179 179 179 / 20%);
    border: none;
    border-radius: 6px;
    width: 100%;
}

.bill_details {
    padding: 20px 0;
}

.bill_details h4 {
    font-size: 24px;
    font-family: GlacialIndifference-Bold;
    color: var(--black-color);
}

.bill_text {
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
    border-radius: 15px;
}

.bill_text ul {
    width: 100%;
    padding-left: 0;
    margin-bottom: 5px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bill_text ul li {
    font-size: 20px;
}

.total_payable {
    display: flex;
    justify-content: space-between;
}

.total_payable_l {
    color: var(--black-color);
    font-size: 20px;
    font-family: GlacialIndifference-Bold;
}

.total_payable_r {
    color: var(--black-color);
    font-size: 20px;
    font-family: GlacialIndifference-Bold;
    text-transform: uppercase;
}

.by_con {
    padding: 25px;
}

.by_con .form-group label {
    font-size: 20px;
    color: var(--black-color);
}

.by_con .form-group label a {
    font-size: 20px;
    color: var(--main-color);
}

.back_arrow {
    color: var(--black-color);
    font-weight: 200;
    margin-right: 10px;
    font-size: 25px;
}

.radio-input {
    visibility: hidden;
    display: none;
}

.radio-label {
    position: relative;
    padding-left: 27px;
    margin-right: 20px;
}

.radio-label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 50%;
}

.radio-border {
    width: 20px;
    height: 20px;
    display: inline-block;
    outline: solid 1px #000;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.radio-input:checked+.radio-label:after {
    transition: all 0.5s;
    background-color: #EF1C5B;
}

.radio-input:checked+.radio-label .radio-border {
    outline: solid 1px #EF1C5B;
    background: #FFD1DF;
}

.select_danger {
    font-size: 20px;
    margin-bottom: 5px;
}

.checkout_item {
    padding-right: 150px;
}

.save_as {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.save_as li {
    padding-right: 10px;
}

.save_as li a {
    border: 1px solid #B3B3B3;
    border-radius: 6px;
    color: var(--black-color);
    padding: 8px 20px;
    vertical-align: middle;
    font-size: 18px;
    display: inline-block;
}

.save_as li a img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.save_as li a span {
    vertical-align: middle;
}

.offcanvas_vision {
    bottom: auto;
    min-height: 50%;
    background: #FBF9F7;
    width: 700px !important;
    top: 20px !important;
    right: 20px !important;
    box-shadow: 0 0 26px rgb(0 0 0 / 15%);
    border-left: 0 !important;
}

.vision_all {
    width: 100%;
    background: var(--white-color);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.vision_text h4 {
    width: 100%;
    margin-bottom: 0;
    font-family: GlacialIndifference-Bold;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
}

.vision_text p {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
}

.single_vision span {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 5px;
}

.single_vision span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.subtotal_frame {
    font-size: 24px;
    margin-top: 50px;
}

.subtotal_frame span {
    color: var(--main-color);
    display: block;
}

.select_lens_back {
    color: var(--black-color);
}

.off_body {
    padding: 0px 50px 20px 20px;
}

.offcanvas-header {
    padding-bottom: 0;
}

.offcanvas-backdrop.show {
    opacity: 0;
}


.rimless {
    width: 100%;
    display: block;
    background: var(--white-color);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 45px;
}

.lens_feature p {
    margin-bottom: 0;
}

.lens_feature h5 {
    margin-bottom: 0;
    color: var(--main-color);
}

.rimless h4 {
    color: var(--text-color);
    font-family: GlacialIndifference-Bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.lens_heading a {
    font-size: 35px;
}

.warranty_period {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #B3B3B3;
    padding: 15px;
}

.warranty_period ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.width_200 {
    width: 46%;
}

.select_lens_btn {
    text-align: center;
    margin-top: 15px;
    /* margin-bottom: -40px; */
}







.form {
    width: 440px;
    padding: 0 20px;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    right: 0;
    transition: all 0.5s ease;
    transform: scale(0);
    background: #fff;
}

.input {
    width: 400px;
    border: 0px;
    background: transparent;
    box-sizing: border-box;
    border-bottom: 3px solid #000;
    outline: none;
    padding: 0 20px 10px;
    color: #000;
    font-size: 20px;
    background: #fff;
}

.cross_search_btn {
    position: absolute;
    right: 33px;
    top: 6px;
}

#search {
    color: #000;
    position: relative;
    top: 18px;
    left: 90px;
    opacity: 0;
    letter-spacing: 1px;
    transition: all 0.5s ease;
}

#search.viewsarch {
    opacity: 1;
}

.form.viewsarch {
    transform: scale(1);
}

#search.move {
    top: 60px;
    left: 20px;
    font-size: 12px;
}

.filter {
    border-right: 1px solid #BDBDBD;
    position: sticky;
    top: 100px;
}

.red_btn.disabled {
    background-color: #ef1c5b66;
    color: #fff;
    cursor: not-allowed;
    pointer-events: none;
}

.off_body {
    padding: 0px 50px 20px 20px;
    max-height: 85vh;
    overflow: hidden;
    overflow-y: auto;
}

@media screen and (max-width: 640px) {

    .btn,
    .form {
        width: 300px;
    }

    .form {
        width: 260px;
    }

    #search {
        left: 30px;
        font-size: 14px;
    }
}

.remove-btn a {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    background: #ef1c5b;
    padding: 10px;
    border-radius: 5px;
    font-weight: 400 !important;
    letter-spacing: 1px;
}

/*  */
.payment-mode h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    padding: 14px 35px;
    border-radius: 6px;
    position: relative;
    color: var(--white-color);
    background: var(--main-color);
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
    font-family: GlacialIndifference-Bold;
}

.price-mnu {
    margin: 0;
    padding: 0;
}

.price-mnu li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    padding: 0;
}

.place_btn {
    margin-top: 15px;
}




/*---- Profile -----*/

.dashboard_section {
    padding: 50px 0;
    border-top: 1px solid rgb(0 0 0 / 20%);
}

.img_image {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 5px;
}

.img_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.name_price h5 {
    font-size: 20px;
}

.name_price span {
    font-size: 18px;
    color: #ef1c5b;
    display: inline-block;
}

.img-market {
    padding: 18px 0;
    margin: 0;
}

.img-market a {
    color: #424242;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.img-market a i {
    color: #ef1c5b;
    font-size: 18px;
    margin-right: 5px;
}

.dashboard_left {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 15px;
    border-radius: 0px;
}

.left_drop_dashboard {
    padding-left: 10px;
}

.left_drop_dashboard li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.left_drop_dashboard li i {
    color: #747474;
    margin-right: 7px;
    font-size: 14px;
}

.left_drop_dashboard li a {
    font-size: 15px;
    color: #747474;
}

.right_content {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    margin-bottom: 28px;
    border-radius: 0px;
    position: relative;
}

.edit_profile {
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 2px;
}

.edit_profile a {
    color: var(--white-color) !important;
    background: #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resend {
    position: relative;
    background: #fd3103 !important;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 40px;
    border-radius: 6px;
    display: block;
    margin-bottom: 5px;
}

.my_order_titel h4 {
    color: var(--main-color);
    border-bottom: 1px solid rgb(0 0 0 / 16%);
    margin-bottom: 20px;
    padding-bottom: 6px;
}

.my_orders {
    width: 100%;
    border: 1px solid #B3B3B3;
    border-radius: 10px;
    margin-bottom: 15px;
}

.my_orders .order_images {
    width: 100%;
}

.my_orders .order_images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.order_text {
    padding: 15px;
}

.order_text h4 {
    font-size: 16px;
}

.order_text h4 span {
    color: var(--main-color);
}

.expeted {
    font-size: 14px;
}

.btn_text {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 15px;
    border-radius: 6px;
    position: relative;
    color: var(--white-color);
    background: var(--main-color);
    text-decoration: none;
    text-align: center;
}

.cancel_order {
    background: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.personal_infor h5 {
    font-size: 16px;
}

.personal_infor a {
    color: var(--main-color);
}


.profile-form-addr h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

.profile-form-addr p {
    margin-bottom: 0px;
    font-size: 14px;
}

.profile-form-addr {
    display: flex;
    justify-content: space-between;
}

.profile-form-addr-right a {
    color: var(--heading-color);
}

.add_nn {
    display: none;
}

.add_nn.add_open {
    display: block;
}

.rate_this_product ul {
    list-style: none;
    padding-left: 0;
}

.rate_this_product ul li {
    color: #c7c7c7;
    display: inline-block;
    font-size: 15px;
}


.can_btn {
    box-sizing: border-box;
    padding: 14px 35px;
    border-radius: 6px;
    position: relative;
    color: var(--w-color);
    background: transparent;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
    border: 1px solid var(--black-color);
    border-radius: 5px;
}

.can_btn span {
    z-index: 1;
    position: relative;
    letter-spacing: 3px;
}

.can_btn::before {
    content: "";
    height: 0;
    width: 100%;
    transform: translateX(0%);
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--main-color);
    border-radius: 0px;
    transition: all ease-in 0.3s;
}


.can_btn:hover:before {
    bottom: 0;
    transition: all ease-in 0.3s;
    height: 100%;
}

.can_btn:hover span {
    color: var(--white-color);
}

/*---- Profile -----*/

/*---- Contact -----*/

.contact_section {
    padding: 50px 0;
    border-top: 1px solid rgb(0 0 0 / 20%);
}

.contct-addr-box-outr {
    border: 1px solid #e1e1e1;
    padding: 15px;
    height: 100%;
    text-align: center;
}

.footer-heading {
    font-size: 22px;
    color: var(--main-color);
    margin-top: 10px;
}

.contct-addr-box-outr .fa-icon {
    color: var(--main-color);
}

.contct-addr-box-outr ul {
    list-style: none;
}

.contct-addr-box-outr ul li a,
.contct-addr-box-outr ul li,
.contct-addr-box-outr p {
    color: var(--text-color);
    font-size: 14px;
}

.contct-addr-box-outr ul li {
    margin-bottom: 10px;
}


/*---- Contact -----*/
/*---- privacy -----*/
.pravicy_list p {
    margin-bottom: 25px;
}

/*---- privacy -----*/


.sign-form-outr {
    padding: 30px;
    border: 1px solid #eee;
}

/*---- faq -----*/
.faq_list ol,
.faq_list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq_list a {
    color: var(--text-color);
}

.faq_list .accordion-button:not(.collapsed) {
    color: #000;
    background-color: rgb(239 28 91 / 20%);
}

.faq_list .accordion-item {
    margin-bottom: 25px;
}

/*---- faq -----*/
/*---- Blog -----*/

.blo_section{
    padding: 50px 0 0;
    border-top: 1px solid var(--text-color);
  }
  .single_blog{
    border-bottom: 1px solid #000;
    margin: 0 30px 40px 30px;
    padding-bottom: 30px;
  }
  .single_blog h6{
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 0
  }
  .single_blog h6 span{
    color: #081809;
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 2px solid #000;
    line-height: 12px
  }
  .single_blog h2{
    font-size: 25px;
  }
  .blog_img_wrapper{
    height: 300px;
    margin-bottom: 20px
  }
  .blog_img_wrapper img{
    height: 100%;
    width: 100%;
    object-fit: cover
  }
  .blog_desc p{
    font-size: 15px
  }
  .box_1{
    background-color: rgb(228 110 0 / 50%);
    padding: 30px;
    margin-bottom: 30px
  }
  .box_1 h4{
    font-size: 20px;
  }
  .box_1 ul li a{
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
     transition: ease-in all 0.3s
  }
  .box_1 ul li a:hover{
    padding-left: 15px;
    transition: ease-in all 0.3s
  }

  .blog_desc img{
    width: 100% !important;
    margin-bottom: 20px
  }
  /*---- Blog -----*/
/*---- cart_edit -----*/
.edit_lens{
    padding: 7px;
    font-size: 12px;
    background: #ef1c5b;
    margin-right: 5px;
    color: #fff;
    border-radius: 6px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .remove_lens{
    background: #000;
  }
  /*---- cart_edit -----*/
/*---- add_press -----*/

.add_presscription{
    text-align: center;
    padding: 50px 0;
  }

  .btn-up {
    padding: 9px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    background-color: #FBD6E8;
    color: #EF1C5B;
    border: 1px solid #EF1C5B;
    border-radius: 11px;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
  }

  .add_presscription img{
    margin: 30px 0;
    width: 200px;
  }
  .add_presscription h4{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
  }


  /*---- add_press -----*/
.frame_wi{
    text-align: center;

}

.frame_wi img{
    width: 100%;
    height: 80px;
    object-fit: contain;
}
/** Rate */
.rate {
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

/** Rate */

.guide-sec-outr {
    background: #dbe7ef;
  }

  .guide-sec-inr {
    padding: 50px 0px 50px;
  }

  .guide-box-txt {
    height: 78px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    background: #fff;
  }

  .guide-box-img img {
    width: 100%;
  }

  .guide-box-txt h3 {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .guide-grid-outr {
    margin-top: 30px;
  }
  .guide-box-outr a:hover .guide-box-txt {
    background: var(--main-color);
    color: #fff;
  }
  .guide-box-outr a{
    color: #000;
  }



