body {
    font-family: "Josefin", sans-serif !important;
}

a {
    font-family: "Josefin", sans-serif !important;

}

a:hover,
a:focus {
    color: #5e5d5d;
}

.menu .menu-title {
    font-weight: 600;
}

.menu li > a {
    font-weight: 600;
}

.intro-slider-container video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 65% 25%;
    width: 100%;
    height: 100%;
}

.owl-simple .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0;
    margin-top: -21px;
    color: #cccccc;
    font-size: 30px;
    line-height: 1;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.carousel-with-shadow.owl-simple .owl-nav [class*='owl-'] {
    margin-top: -31px;
}

.owl-simple .owl-nav [class*='owl-'] {
    top: 40%;
}

/* .owl-simple .owl-nav .owl-prev {
    left: -50px;
} */
.owl-simple .owl-nav .owl-next {
    right: 0;
}

.icon-angle-left:before,
.icon-angle-right:before {
    font-size: 30px !important;
}

.trending {
    position: relative;

    img {
        min-height: 215px !important;
        object-fit: cover;
    }

    .banner {
        position: static;
    }

    .banner-content {
        left: 25%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (min-width: 1600px) {
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }

    #product-listing {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (min-width: 1200px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    #product-listing {
        padding-left: 50px !important;
        padding-right: 50px;
    }
}

.header-search {
    padding-left: 2.3rem !important;
}

.header-6 .header-bottom .header-right i {
    font-size: 22px;
}

.header-bottom .menu > li > a:before {
    background-color: #fff;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.33, 1, .68, 1);
}

.header-left {
    margin-right: auto;
    display: block !important
}

.header-left .logo {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    left: 0;
    top: 0;
    transform: none;
}

.menu > li > a {
    font-size: 12px;
}

.header-6 .cart-dropdown {
    padding: 0;
}

.wishlist-link {
    margin: 0;
}

.header-search .header-search-wrapper {
    background-color: transparent;
    border-bottom: .1rem solid #ebebeb;
    min-width: 230px;
    border-radius: 0;
    border: none;

}

.header-search .form-control {
    background-color: transparent;
    border-radius: 0;
    border-bottom: .1rem solid #ebebeb;
    border: none;
}

.banner-title strong {
    font-weight: 800 !important;
    letter-spacing: -1px;
    font-size: larger !important;
}

.banner {
    overflow: hidden;
}

.banner-overlay > a:hover {
    transform: scale(1.05, 1.05);
    transition: all 1s ease;
    -webkit-filter: brightness(70%);
}

img.product-image:hover {
    transform: scale(1.02, 1.02);
    transition: all 1s ease;
    -webkit-filter: brightness(70%);
    border-radius: 8px !important;
}

.content-banner {
    padding: 30px;
    text-align: center;
    background: #fff;
    margin: 0 auto;
    width: fit-content;
}

.content-banner .title-banner {
    font-size: 40px;
}

.deal-product {
    padding: 350px 0 30px;
}

.content-banner .button-banner {
    display: inline-block;
    font-family: Lato;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    padding: 15px 30px;
}

.widget .logo {
    min-height: 25px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    left: 0;
    position: relative;
    transform: none;
    color: #cc9966;
}

.product.product-7,
.products .product {
    border-radius: 15px;
    box-shadow: 0 0 0 1px #0000000f, 0 1px 1px -.5px #0000000f, 0 3px 3px -1.5px #0000000f, 0 6px 6px -3px #0000000f, 0 12px 12px -6px #0000000f, 0 24px 24px -12px #0000000f !important;
/*    padding: 10px;*/
}

.product.product-7 .btn-neutral {
    background-color: transparent;
    text-transform: capitalize !important;

}

.product.product-7 .btn-lenses span {
    color: #222 !important;
    font-size: 14px;
}

.btn-lenses span {
    color: #222 !important;

}

.product-action-transparent {
    /* background-color: #000; */
    flex-direction: column;
/*    gap: 10px;*/

}

.product-action-transparent button {
    background-color: #000;
    border: none;
}

.product-action-transparent button span {
    color: #fff !important;
    text-transform: capitalize!important;
}

.product.product-7 .btn-lenses:hover,
.product.product-7 .btn-lenses:focus {
    background-color: transparent;
    border-bottom: 1px solid #000;
    color: #000 !important;
}

.product.product-7 .btn-lenses:hover span {
    color: #000 !important;
}

a.btn-cart:hover {
    color: #fff !important;
}

.product.product-7 .btn-lenses {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    color: #000;
    background-color: #fff;
    text-transform: uppercase;
    border-bottom: .1rem solid #ebebeb;
}

.btn-lenses {
    position: relative;
    font-size: 1.8rem;
    line-height: 1;
    transition: all .35s ease;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
    flex-grow: 1;
    flex-basis: 0;
    padding-left: 2rem
}

.product.product-7 .btn-product:hover,
.product.product-7 .btn-product:focus {
    background-color: #222;

}

.product.product-7 .btn-product span:hover {
    border-bottom: 1px solid #c96 !important;
}

.product.product-7 .btn-product {
    background-color: #222;
    text-transform: capitalize !important;
}

.product.product-7 .btn-product span {
    color: #fff;
    font-size: 14px;
}

.product-action-transparent {
    border-radius: 8px;
}


.brand-carousel {
    background-color: #222;
    padding: 50px 0;
    border-radius: 8px;
}

.brand img {
    max-width: 50% !important;
    filter: invert(1);
}

.widget:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 262px;
    background: rgba(0, 0, 0, 0.1);
    right: 10px;
    top: -15px;
}

.footer .col:last-child > .widget:last-child:after {
    background: transparent;
}

.btn-primary-white {
    background-color: #222;
    border-color: #222;
}

.btn-primary-white:hover,
.btn-primary-white:focus,
.btn-primary-white.focus,
.btn-primary-white:not(:disabled):not(.disabled):active,
.btn-primary-white:not(:disabled):not(.disabled).active,
.show > .btn-primary-white.dropdown-toggle,
.btn-outline-white-4:hover {

    color: #222;
}

.header-6 .header-bottom .header-right i {
    color: #fff;
}

.header-bottom .menu > li > a:before {
    background-color: #fff;
}

.footer a:hover,
.footer a:focus {
    color: #222;
}

.address i {
   font-weight: 600;
    font-size: 18px

}
.ph-no i{
       font-weight: 600;
    font-size: 18px

    
}
.email i{
       font-weight: 600;
    font-size: 18px

}


.footer a {
    color: #222;
}

.footer {
    background-color: #f5f5f5 !important;
}

.footer .widget-title {
    color: #222 !important;
}

.footer-bottom .container-fluid {
    padding-top: 0 !important;
    display: block;

}

.footer .widget-about p {
    color: #222 !important;
}

.footer .widget-list li:not(:last-child) {
    color: #222 !important;
}

.btn-wishlist {
    font-size: 2.3rem !important;
    color: #222 !important;
}

.btn-expandable span {
    background-color: #222;
    text-transform: uppercase;
}

.btn-product-icon:hover,
.btn-product-icon:focus {
    background-color: transparent;
}

.banner-title {
    color: #fff;
}

.banner-subtitle {
    color: #d5d5d5;
}

.btn-product {
    padding: 0.9rem 0;
    width: 100%;
}

.product-price {
    color: #222 !important;
    font-weight: 500;
    display: block;
    float: right;
}

.product-title {
    font-weight: 600;
}

.product-sale .new-price {
    color: #ef837b;
    margin-right: 0;
    width: 100%;
    text-align: end;
}

.sidebar-filter-wrapper .widget:after {
    background: transparent;
}

.sidebar-filter {
    max-width: 500px;
}

.filter-item {
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: none;
    border: 1px solid #d9d9d9;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: unset;
    column-gap: 10px;
    row-gap: 10px;
    border-radius: 5px;
}

.frame-shape {
    width: 100%;
    height: auto;
}

.frame-shape img {
    display: block;
    width: 100%;
    max-width: 60px;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.frame-text {
    text-transform: capitalize;
    font-size: 16px;
    flex-shrink: 0;
    color: #222;
}

.filter-items li {
    margin: 5px;
}

.filter-items li:hover {
    background-color: #eee;
}

.filter-items .active {
    background-color: #eee;
}

.product-gallery img {
    height: 400px;
}

.lens-type {
    font-size: 16px;
    font-weight: 600;
}

hr {
    margin: 1.5rem auto 1.5rem;
}

.lens-type .active {
    text-decoration: underline;
}

.more-info-pop-up-discount {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    width: 100%;
}

.discount-container {
    display: block;
    width: 100%;
    text-align: left;
    padding: 24px 22px 15px;
    background: #F1F1F1;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid white;
    color: black;
    cursor: pointer;
}

.Heading.discount {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
    font-style: normal;
    color: #000 !important;
}

p.no-margin {
    margin-bottom: 3px;
    font-size: 14px;
}

p.no-margin.small {
    font-size: 12px;
    margin-top: 10px;
}

.card-title a {
    color: #222 !important;
}

.product-recomended a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-rec {
    font-size: 18px !important;
}

.trending img {
    border-radius: 8px;
}

.product-shape {
    border-radius: 8px;
    background-color: transparent !important;
    border-radius: 20px;
    box-shadow: 0 0 0 1px #0000000f, 0 1px 1px -.5px #0000000f, 0 3px 3px -1.5px #0000000f, 0 6px 6px -3px #0000000f, 0 12px 12px -6px #0000000f, 0 24px 24px -12px #0000000f;

}

.trending-price {
    justify-content: end !important;
    font-size: 15px !important;
    color: #1c1c1c !important;
}

.product-title a {
    font-size: 15px;
    text-transform: uppercase;
}

.product-nav-dots a,
.product-nav-dots span {
    border-radius: 0;
}



.middle {
    width: 100%;
    /* text-align: center; */
    /* Made by */
}

.middle input[type=radio] {
    display: none;
}

.middle input[type=radio]:checked + .box {
    border: 1px solid #999999;

}

.middle input[type=radio]:checked + .box span {
    color: white;
    transform: translateY(70px);
}

.middle input[type=radio]:checked + .box span:before {
    transform: translateY(0px);
    opacity: 1;
}

.middle .brown-color {
    width: 15px;
    height: 15px;
    background-color: #cc9966;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 900;
}

.middle .brown-color span {
    position: absolute;
    transform: translate(0, 60px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
    font-size: 1.5em;
    user-select: none;
    color: #007e90;
}

.middle .brown-color span:before {
    font-size: 1.2em;
    font-family: FontAwesome;
    display: block;
    transform: translateY(-80px);
    opacity: 0;
    transition: all 300ms ease-in-out;
    font-weight: normal;
    color: white;
}

.middle .brown-color span:before {
    content: "";
}

.middle .black-color {
    width: 15px;
    height: 15px;
    background-color: #222;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 900;
}

.middle .black-color span {
    position: absolute;
    transform: translate(0, 60px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
    font-size: 1.5em;
    user-select: none;
    color: #007e90;
}

.middle .black-color span:before {
    font-size: 1.2em;
    font-family: FontAwesome;
    display: block;
    transform: translateY(-80px);
    opacity: 0;
    transition: all 300ms ease-in-out;
    font-weight: normal;
    color: white;
}

.middle .black-color span:before {
    content: "";
}

.middle .black-color span:before {
    content: "";
}

.middle p {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.middle p a {
    text-decoration: underline;
    font-weight: bold;
    color: #fff;
}

.middle p span:after {
    content: "";
    font-family: FontAwesome;
    color: yellow;
}

.product-shape-cat {
    position: absolute;
    bottom: 0;
    top: 86%;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 9;

}

.product-shape :before {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #1d1d29);
    bottom: 0;
    content: "";
    height: 70%;
    left: 0;
    pointer-events: none;
    position: absolute;
    transition: all .5s ease;
    width: 100%;
    z-index: 2;
}

.product:hover {
    box-shadow: none;
}

.lens-type span {
    color: #222
}

.sticky {
    position: sticky;
    top: 60px;
}

.table.table-summary .summary-total td,
.table .total-col {
    color: #222;
}

.btn-outline-primary-2 {
    color: #222;
    border-color: #000;
}

.btn-outline-primary-2:hover {
    background-color: #222 !important;
    color: #fff;
    border-color: #222;
}

.btn-outline-dark-2:hover {
    color: #222 !important;
}

.sidebar-account {
    position: fixed;
    right: -350px;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background-color: #fff;
    width: 100%;
    max-width: 350px;
    overflow-y: scroll;
    box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
    will-change: transform;
    visibility: hidden;
    transition: all 0.35s;
}

.sidebar-filter-active .sidebar-account {
    visibility: visible;
    transform: translateX(-350px);
}

.header-dropdown select {
    border: none;
}

select#currencySelector:focus-visible {
    outline: none;
}

.header-dropdown select {
    padding: 0.5em 0.5em;


}

.lens-cart {
    display: flex;
    flex-direction: column;
}

.prescription_modal {
    max-width: 70% !important;
}

.newsletter-popup-container .newsletter-img {
    object-position: center;
}

.newsletter-popup-container .banner-title {
    font-size: 1.4rem;
    text-align: left;
}

.newsletter-popup-container .banner-content-wrap {
    justify-content: flex-start !important;
}

.newsletter-popup-container .banner-content h4 {
    font-size: 14px !important;
    text-align: left;
    margin-bottom: 0;
}

.newsletter-popup-container p {
    text-align: left !important;
    margin-bottom: 0;
}

.newsletter-popup-container .banner-content {
    max-width: calc((100% + 20px) / 6* 6);
    width: 100%;
}

/* .banner-content label{
    /* display: inline-block; 
    background-color: #222;
    color: white;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
    float: right;
    margin-right: 1rem;
  } */
.prescription_header {
    font-size: 22px;
}

.prescription_tab1 {
    padding: 10px 0;
}

.prescription_total {
    /* justify-content: space-between; */
    position: relative;
    top: 100%;
    width: 100%;
    left: 0;
}

.modal-footer {
    display: block !important
}

.pd_btn {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;

}

.modal-body .back {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
}

button.back {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.back {
    font-weight: normal;
    font-size: 1.8rem;
    color: #666666;
    opacity: 1;
    transition: all .3s;
}

.prescription_content {
    height: auto;

}

button.upload_btn {
    float: right;
    background-color: #000;
    color: #fff;
}


a.btn-next {
    color: #222;
    float: right;
    text-transform: uppercase;
    letter-spacing: -.01em;
}

.prescription_header {
    font-size: 22px;
    top: -30px;
    position: relative;

}

.priscription_tab {
    padding: 0 !important;
}

.btn-save {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    /* min-width: 230px; */
    text-transform: uppercase;
}

.modal-body.prescription_body {
    padding: 10px;
}

h2#exampleModalLabel {
    font-size: 22px;
    font-weight: 500;
    padding-top: 10px;
}

.btn-outline-primary-2 {
    color: #222;
    background-color: transparent;
    background-image: none;
    border-color: #222;
    box-shadow: none;
}

.modal-header {
    border-bottom: none !important;
}

.la-flex.la-column-gap-1-5 {
    display: flex;
    gap: 10px;
    align-items: center;
}

div#la-pd-fields-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.select-lens-tab {
    height: 500px;
    overflow-y: scroll;
}

.la-prescription-fields-wrapper {
    margin: 25px 0 !important;
}

.la-prescription-fields-wrapper .la-h6 {
    margin-bottom: 15px !important;
    text-transform: none !important;
}

.la-form-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px !important;
    flex-wrap: wrap;

}

.la-form-helper-label {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    opacity: 1;
}

.modal.right.fade .account-dialog {
    right: -320px;
    transition: opacity 0.1s linear, right 0.1s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

/* .modal-header {
	border-bottom-color: #eeeeee;
	background-color: #fafafa;
} */
.account .account-dialog {
    position: fixed;
    margin: auto;
    width: 600px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.account-content {
    height: 100%;
    overflow-y: auto;
}

.form-box {
    box-shadow: none;
}

.btn.btn-login {
    border: 2px solid #6b7280;
    border-radius: 5px;
    background-color: transparent;
    transform: scale(1);
    cursor: pointer;
    transition: transform 0.1s ease, background-color 0.5s, color 0.5s;
    column-gap: 4px;
    width: max-content;
}

.or {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
    font-size: 1.5rem;
    font-weight: 500;
}

.or::before,
.or::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: #000;
}

.or::before {
    left: 0;
}

.or::after {
    right: 0;
}

.form-choice {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 32px;
}

.form-choice .btn:hover {
    background-color: #000;
    color: #eee;
}

.form-modal input {
    width: 100%;
    padding: 12px 20px;
    border: 2px solid #ccc;
    outline: 0;
    border-radius: 5px;
    background-color: transparent;
    margin: 4px 0 18px;
    font-size: 1.5rem;
    font-weight: 500;
    transition: all 0.5s;
}

.form-modal input:focus {
    border: 2px solid #000;
}

.form-modal label {
    font-weight: 600;
    font-size: 1.5rem;
}

.form-tab .form-footer .btn {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 8px 24px;
    margin: 12px 0 24px;
    border: 2px solid #6b7280;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s;
}

.form-tab .form-footer .btn:hover {
    background-color: #000;
    color: #eee;
}

.links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.links a {
    color: #222;
    font-size: 1.5rem;
}

.form-tab .nav.nav-pills .nav-link.active {
    border-bottom-color: #222 !important;
}

#prescription_popup {
    padding: 0 !important;
}

.prescription_tab_footer {
    top: 90%;
}

body::-webkit-scrollbar-track {
    background: green;
    border-radius: 20px;
}

.product-body {
    padding-bottom: 7rem !important;
}

.product-action-btn {
    background-color: #222;
}

.product-action-btn .btn-product span {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
    .product-gallery {
        display: none;
    }

    .sticky {
        position: relative;
        top: 0;
    }

    .product.product-7 .product-price {
        text-align: center;
        padding-top: 5px;
        width: 100%;
    }

    .product-price {
        float: none;
    }

    .product.product-7 .product-title a {
        font-size: 14px;
        text-transform: capitalize
    }

    .trending-price {
        font-size: 14px !important
    }

    .product-body {
        padding-bottom: 0 !important;
    }

    .banner-big .banner-title {
        font-size: 1.6rem;
    }

    .banner-content {
        left: 36%;
    }

    .banner-big .banner-subtitle {
        font-size: 1rem
    }

    .trending:before {
        content: '';
        background: #000;
        position: absolute;
        inset: 0;
        opacity: 0.5;

    }

    .trending .banner-content {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .trending img {
        border-radius: 8px;
        object-fit: cover;
        object-position: right;
    }

    .account .account-dialog {
        width: 350px;
    }

    .form-box {
        max-width: inherit;
    }

    .btn.btn-login {
        width: 100%;
    }

    .brand {
        min-height: inherit;
        justify-content: left;
    }

    .brand-carousel {
        padding: 30px 10px;
    }

    .brand img {
        max-width: 70% !important;
    }

    .footer-col {
        display: block;
    }

    .widget:after {
        content: none;
    }

    .product-action,
    .product:focus .product-action {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }

    .product.product-7 .btn-lenses span {
        color: #222 !important;
        font-size: 12px;
        text-transform: capitalize;
    }

    #cart-lense span {
        display: none;
    }


    .product.product-7 .product-action {
        flex-direction: row !important;
    }

    .product {
        overflow: visible;
    }

    .btn-product:before {
        margin-right: 0;
    }

    #cart-lense {
        flex-grow: 0;

    }

    .product.product-7 .btn-product {
        border: 1px solid #222;
        text-transform: capitalize !important;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        background: transparent;
        padding: 5px;
        gap: 5px;
    }

    .product.product-7 .product-action-vertical {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .btn-wishlist {
        background: transparent
    }

    button.btn-product.btn-cart .select-lense {
        font-size: 10px;
        color: #fff !important;
    }

    button.btn-product.btn-cart .select-lense:hover {
        color: #fff;
    }

    .prescription_modal {
        max-width: 100% !important;
    }

    .newsletter-popup-container .bg-white {
        padding-bottom: 20px !important
    }

    .h2#exampleModalLabel {
        padding-top: 0 !important;
    }

    .product.product-7 .btn-product span {
        color: #000 !important;
        font-size: 10px;
        text-align: left
    }
    .btn-lenses{
        font-size: 18px;
        padding-top: 1rem;
    padding-bottom: 1rem;
        padding-left: 2.6rem;
    }
.product-action {
    display: flex;
    flex-direction: row !important;
    width: 100%;
    justify-content: center !important;
    align-items: center !important;
}
    .product-media{
            background-color: transparent;
    }
}

.mobile-nav .menu-title {
    color: #fff;
    padding-top: .6rem;
    padding-bottom: .6rem;
    padding-left: 3.5rem;
    border-bottom: none;

}

.mmenu-active .page-wrapper {
    transform: none;
}



.form-control {
    margin-bottom: 0
}

.tab-pane {
    padding: 0
}



.sec-banner {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 0 1px #0000000f, 0 1px 1px -.5px #0000000f, 0 3px 3px -1.5px #0000000f, 0px -8px 6px -3px #0000000f, 0 12px 12px -6px #0000000f, 0 24px 24px -12px #0000000f;
}

.bg-banner,
.bg-banner img {
    border-radius: 20px 0 0 20px;
    margin: 0;
}

.box-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: transparent;
    gap: 20px;
}

.box-banner .banner-title {
    color: #000000;
    font-size: 42px;
    text-align: center;
}

.box-banner .banner-subtitle {
    color: #cc9966;
    font-size: 22px;
    font-weight: 600;
}

.product-action {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.logo img {
    filter: invert(1);
    width: 100%
}

.product-body {
    padding: 0.6rem 1rem
}

.product-body .col-md-8 {
    padding: 0 !important;
}

.product-body .col-md-4 {
    padding: 0 !important;
}

.product-gallery-mobile {
    display: none;
}

.desktop-height {
    height: 1100px
}
.header-left {
    display: flex !important;
    align-items: center;
    margin-right: auto;
}
.header-center {
    align-items: stretch !important;
    margin-right: auto;
    margin-left: auto;
}
.logo img{
    max-width: 70px
}
.product.product-7 .btn-lenses{
        padding-left: 0;
}
.header-top{
    background-color: #fff;
}
.img-right{
        border-radius: 0 20px 20px 0 !important;
        margin: 0;
}
.product.product-7 .product-nav-dots {
    margin-bottom: 4.5rem;
}

@media only screen and (max-width: 768px) {
    .sidebar-filter {
    max-width: 300px ! IMPORTANT;
}
    .sidebar-filter-wrapper {

    padding: 1.5rem 1.7rem 1.5rem;
}
    
    .img-right {
    border-radius: 20px 20px 0 0 !important;
    
}
    .product.product-7 .product-nav-dots {
    margin-bottom: 1.5rem;
}
    .header-top {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .header-6 .header-dropdown {
        display: block !important
    }

    .header-dropdown select {
        max-width: 150px
    }

    .header-left .logo {
        top: 0 !important;
        left: 1rem !Important;
    }

    .intro-title {
        font-size: 2rem !important;
    }

    .intro-subtitle {
        font-size: 1rem !important;
    }

    .logo img {
        width: 100%;
        max-width: 40px;
    }

    .intro-content .btn {
        font-size: 1rem
    }
   .header-6 .header-bottom .header-right i{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .banner-title {
        font-size: 1.6rem;
    }

    .banner .banner-link.btn {

        font-size: 1rem;
        min-width: 100px;
    }

    .product.product-7,
    .products .product {
        padding: 0;
        border-radius: 0;
    }

    .product.product-7 .btn-product {
        background: #222;
        border-radius: 0;
    }

    .product.product-7 .btn-product span {
        color: #fff !important;
    }

    .product.product-7 .product-title {
        padding: 0 10px;
    }

    .product.product-7 .product-price {
        padding: 0 10px;
        text-align: left;
    }

    .sunbeams-margin {
        margin: 0 10px;
    }

    .bg-banner,
    .bg-banner img {
        border-radius: 20px 20px 0 0;
    }

    .box-banner .banner-subtitle {
        font-size: 18px;
    }

    .box-banner .banner-title {

        font-size: 2.6rem;
    }

    .box-banner {
        gap: 0
    }

    .product-gallery-mobile {
        display: block !important
    }

    .desktop-height {
        height: auto
    }

    .product.product-7 .product-title {
        text-align: left
    }

    figure.product-main-image img {
        border: 1px solid #ddd;
    }
    .product-price{
        justify-content: flex-start !Important
    }
      .product-action {
    position: relative;
    }
    .sm-order{
        order: 2 !important;
    }
}
@media screen and (min-width: 992px){
     .header-6 .logo {
        position: relative !important;
    }
 
}

@media only screen and (max-width: 992px) {
    .header-left .logo {
        top: 0 !important;
        left: 1rem !Important;
    }

   

}

.dropdown-item:focus, .dropdown-item:hover{
    background-color: #f8f9fa !important;
}
.cart-dropdown .dropdown-menu, .compare-dropdown .dropdown-menu{
    padding: 0;
    width: auto;
}
.mydialog{
            max-width: 420px;
}

.icon-close{
    cursor: pointer;
}
.header-6 .wishlist-link .wishlist-count, .header-6 .cart-dropdown .cart-count{
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
}
.header-6 .header-bottom .header-right i{
    margin-right: 0.5rem;
}
.cart-dropdown .cart-count{
        background-color: #fff;
    color: #222;
    font-weight: 600
}
.cart .product-col .product{
    display: block
}
.cart .product-col .product-media{
    max-width: 100%
}
.newsletter-img{
    display: block
}