body {
    font-family: "Futura Book";
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #444;
    padding-top: 60px;
}

@font-face {
    font-family: "Futura Book";
    src: url("../fonts/Futura Book.eot");
    src: url("../fonts/Futura Book.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Futura Book.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Futura-Book";
    src: url("../fonts/Futura-Book.svg#Futura-Book") format("svg"),
        url("../fonts/Futura-Book.ttf") format("truetype"),
        url("../fonts/Futura-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FuturaBT-Book";
    src: url("../fonts/FuturaBT-Book.eot");
    src: url("../fonts/FuturaBT-Book.eot?#iefix") format("embedded-opentype"),
        url("../fonts/FuturaBT-Book.svg#FuturaBT-Book") format("svg"),
        url("../fonts/FuturaBT-Book.ttf") format("truetype"),
        url("../fonts/FuturaBT-Book.woff") format("woff"),
        url("../fonts/FuturaBT-Book.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Futura-Heavy";
    src: url("../fonts/Futura-Heavy.eot");
    src: url("../fonts/Futura-Heavy.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Futura-Heavy.svg#Futura-Heavy") format("svg"),
        url("../fonts/Futura-Heavy.ttf") format("truetype"),
        url("../fonts/Futura-Heavy.woff") format("woff"),
        url("../fonts/Futura-Heavy.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: "Futura-Heavy";
    font-size: 0px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: white;
}

p {
    font-family: "Futura Book";
}

h2,
h3,
h4 {
    font-family: "Futura Book";
    color: #444;
}

input,
button {
    font-family: "Futura Book";
}

img {
    max-width: 100%;
}

address {
    font-family: "Futura Book";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #2e3a59;
}

.d-flex.about-lenskart {
    margin-top: 30px;
}

.store-address address i {
    font-size: 18px;
    margin-right: 10px;
    margin-top: 3px;
}

.store-address address .locality-store i {
    margin-right: 8px;
    margin-left: -3px;
}

a.store-directions {
    display: flex;
    color: #2e3a59;
    margin-top: 18px;
}
.contact-info-list li .inventory-icon svg {
    width: 27px;
    fill: #1d8178;
}

a.store-directions i {
    width: 30px;
    margin: -3px 3px 0 -5px;
}
.speak-experts span {
    display: block;
    margin-bottom: 18px;
    font-size: 17px;
    margin-top: 0;
    text-align: center;
    font-family: rajdhani, sans-serif;
}
#content.detail-search .speak-experts.store-info {
    padding: 20px 20px 18px;
}
.tab-content.custom-tab-box .locality-store {
    margin-top: 18px;
    margin-bottom: 18px;
}
.detail-search .speak-experts .call-details a {
    font-size: 13px;
}

.detail-search .store-address address .locality-store i {
    margin-right: 7px;
}

span.upper-address {
    display: flex;
}

address a {
    color: #1d8178;
    text-decoration: underline;
}

address a:hover {
    text-decoration: none;
}

.list-view-sidebar::-webkit-scrollbar {
    width: 5px;
    position: relative;
    top: 30px;
}

/* Handle */
.list-view-sidebar::-webkit-scrollbar-thumb {
    background: #a6a6a6;
    position: relative;
    top: 30px;
}

/* Handle on hover */
.list-view-sidebar::-webkit-scrollbar-thumb:hover {
    background: #1d8178;
}

.flash-message.top-flashmessage {
    margin: 0;
    margin-top: -6px;
    background: #fde3bc;
}

.time-slot.disabled.blockthis {
    pointer-events: all;
    cursor: pointer;
}

.tel {
    color: #2e3a59;
    text-decoration: none;
    display: inline-block;
    margin: 13px 0 3px 0;
}

.store-timing {
    display: block;
    margin-top: 10px;
}

.btn {
    border-radius: 4px;
    background-color: #1d8178;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.btn:hover {
    background: #4bb3a0;
}

.form-control:focus,
.btn:focus {
    box-shadow: none;
    /* background: rgba(21, 110, 110,0.3); */
}

a {
    transition: 0.3s;
}

#header {
    border-bottom: solid 3px #e4e9f2;
    position: fixed;
    left: 0px;
    width: 100%;
    top: 0px;
    transition: 0.4s;
    background: #fff;
    z-index: 999;
}

#header.sticky {
    background-color: #f7f9fc;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    border-bottom: solid 3px #1d8178;
}

#header ul li {
    font-family: "Rajdhani", sans-serif;
    display: inline-block;
    color: #444;
    font-weight: 600;
    font-size: 15px;
    line-height: 29px;
}

#header ul li a {
    color: #444;
    padding: 5px 14px;
    transition: 0.4s;
}

#header ul.main-nav li a:hover {
    background: #1d8178;
    color: #fff;
}

#header ul.nav-flex-icons li {
    font-size: 20px;
}

#header ul.nav-flex-icons li a {
    padding: 0 10px;
}

#header ul.nav-flex-icons li a:hover {
    color: #1e8178;
}

#header ul.navbar-nav li.toll_free_number_national {
    font-size: 16px;
    font-weight: 400;
}

#header ul.navbar-nav li.toll_free_number_national i {
    font-style: normal;
}

#header ul.navbar-nav li.toll_free_number_national a {
    font-weight: 500;
}

#corona-notif a {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    text-decoration: none;
}

#corona-notif span.text-center {
    display: block;
    margin-top: 5px;
}

.navbar-brand {
    padding: 0px;
}

.navbar-light {
    background: #dcdbd4;
    margin-bottom: 10px;
    padding: 0px;
}

.upper-part {
    display: flex;
    padding: 4px 0;
}

.nav-flex-icons {
    padding-top: 12px;
}

#content h1 {
    text-align: center;
}

.flash-message {
    background: #c9edea;
    text-align: center;
    padding: 10px 0;
    margin: 20px 0;
}

.flash-message p {
    margin-bottom: 0px;
    font-weight: 400;
}

.store-locator {
    margin-top: 30px;
}

.store-locator ul {
    display: block;
    border: none;
    margin: 3px 0;
}

.store-locator ul li {
    display: inline-block;
    font-size: 14px;
    font-family: "Futura Book";
    text-transform: uppercase;
    font-weight: 700;
}
.store-locator #tabsJustified li a {
    border: none;
    padding: 0 19px;
    border-radius: 5px;
}
.store-locator #tabsJustified li a.active {
    background: #1d8178;
    color: #fff;
}
.store-locator ul li a.nav-link {
    display: inline-block;
    border: none;
    border-bottom: 5px solid #8f9bb3;
    padding: 0px;
    color: #444;
    line-height: 34px;
}

.map-view-stores ul li a.nav-link {
    border: 1px solid #8f9bb3;
    color: #8f9bb3;
    font-size: 11px;
    font-weight: 400;
}

.map-view-stores ul li a.nav-link i {
    margin-right: 10px;
}

.map-view-stores ul li:first-child a {
    border-radius: 4px 0px 0px 4px;
}

.map-view-stores ul li:last-child a {
    border-radius: 0px 4px 4px 0px;
    border-left: 1px solid transparent;
}

.map-view-stores ul li a.nav-link:hover {
    border: 1px solid #1d8178;
}

.map-view-stores ul li a.nav-link.active {
    border: 1px solid #1d8178;
    background-color: #1d8178;
    color: #fff;
}

.map-view-stores .nav-tabs {
    border-radius: 0;
    margin-bottom: 0px;
    border: none;
}

.map-view-stores .nav-tabs li {
    margin-bottom: 0px;
}

.store-locator ul li a.nav-link.active {
    border: none;
    color: #1d8178;
    border-bottom: 5px solid #1e8178;
    background: none;
}

#tabsJustifiedContent {
    text-align: center;
}

#search-nearby input.form-control,
.detail-search .storelocator-search input,
.searchinv {
    width: 80%;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #8f9bb3;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #e4e9f2;
    background-color: #f7f9fc;
    float: left;
    padding-right: 35px;
}

#search-nearby input.form-control:focus {
    background: rgba(21, 110, 110, 0.11);
}

#tabsJustifiedContent .btn {
    height: 48px;
    float: right;
    width: 100%;
}

#tabsJustifiedContent .form-inline {
    display: block;
}

.dropdown-menu.radio .dropdown-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.dropdown-menu.radio input {
    visibility: hidden;
    position: absolute;
    left: -30px;
}

.dropdown-menu.radio i {
    font-weight: normal;
    font-style: normal;
    display: block;
}

.dropdown-menu.radio input {
    visibility: hidden;
    position: absolute;
    left: -30px;
}

.dropdown-menu.radio i {
    font-weight: normal;
    font-style: normal;
    display: block;
}

.dropdown-item.active {
    background-color: #555;
    color: #fff;
}

main#content {
    margin-top: 30px;
}

.mobile-view {
    transition: 0.4s;
    width: 0px;
    padding: 0px;
    overflow: hidden;
    margin: 0px;
}

.navbar-fixed-top .mobile-view {
    width: 214px;
}

.main-nav {
    transition: 0.4s;
}

.navbar .row {
    width: 100%;
}

.navbar .nav-flex-icons {
    position: absolute;
    top: 0px;
    right: -15px;
    opacity: 0;
    transition: 0.4s;
}

.navbar-fixed-top.navbar .nav-flex-icons {
    opacity: 1;
}

.advanced-search-main {
    /* display: flex;*/
    width: 100%;
}

#advanced-search .dropdown {
    display: flex;
    margin: 0 0px 10px;
    width: 100%;
}

/*#advanced-search .dropdown:first-child {
    margin-left: 0px;
}

#advanced-search .dropdown:last-child {
    margin-right: 0px;
}*/

.dropdown-menu {
    width: 100%;
}

#advanced-search .dropdown .btn {
    width: 100%;
    margin-left: 0 !important;
}

#tabsJustifiedContent .dropdown .dropdown-toggle {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #8f9bb3;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #e4e9f2;
    background-color: #f7f9fc;
    width: 100%;
}

#tabsJustifiedContent .dropdown .dropdown-toggle ins {
    text-decoration: none;
    float: left;
    text-transform: none;
}
#search-switch-tab .btn {
    margin-top: 20px !important;
}
#search-switch-tab input {
    height: 48px;
}
#tabsJustifiedContent .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 23px;
}

#advanced-search .dropdown.show .dropdown-toggle::after {
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropdown-item.active {
    background: #1e8178;
}

.map-view-stores h2 {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 28px;
    letter-spacing: normal;
    color: rgb(46, 58, 89);
    margin: 0px;
    text-transform: uppercase;
}

.map-view-stores {
    display: flex;
    border-radius: 4px;
    background-color: rgb(237, 241, 247);
    margin: 25px 0 0 0;
    padding: 10px 15px;
}

.detail-search .storelocator-search input {
    background: #f7f9fc url(images/search.svg) 10px center no-repeat;
    padding-left: 35px;
    border: 1px solid #156e6e;
    color: #156e6e;
    font-weight: 700;
    width: 100%;
}

#content.detail-search h1 {
    text-align: left;
    font-size: 26px;
    margin-bottom: 5px;
}

#content.detail-search .list-view-sidebar {
    height: auto;
    overflow: visible;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

#content.detail-search #list-view {
    background: none;
}

#content.detail-search .store-info {
    background: #edf1f7;
    border-radius: 5px;
    padding: 0;
}

#content.detail-search .nearby-stores-content .store-info {
    background: none;
    padding: 0px;
    width: 25%;
    box-shadow: none;
}

.detail-search .store-address {
    padding: 10px 15px 15px;
}

#content.detail-search .nearby-stores-content .store-info .store-address {
    padding: 15px 10px;
    margin: 0 5px;
    display: block;
    border: 1px solid #1d8178;
    color: #1d8178;
    border-radius: 5px;
}

#content.detail-search .nearby-stores-content .store-info .store-address:hover {
    text-decoration: none;
    background: #1d8178;
    color: #fff;
}

#content.detail-search .nearby-stores-content .store-info .store-address span {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}

#content.detail-search
    .nearby-stores-content
    .store-info
    .store-address
    span
    a {
    color: #444;
    text-decoration: underline;
}

#content.detail-search
    .nearby-stores-content
    .store-info
    .store-address
    span
    a:hover {
    text-decoration: none;
}

.store-tags {
    margin-top: 20px;
}

.store-tags + .store-tags {
    margin-top: 0px;
}

.about-lenskart h4 {
    text-align: left;
}

.detail-search .storelocator-search input::-webkit-input-placeholder {
    color: #156e6e;
}

.detail-search .storelocator-search input:-ms-input-placeholder {
    color: #156e6e;
}

.detail-search .storelocator-search input::placeholder {
    color: #156e6e;
}

.detail-search
    .store-inventory.storelocator-search
    input::-webkit-input-placeholder {
    color: #8f9bb3;
}

.detail-search
    .store-inventory.storelocator-search
    input:-ms-input-placeholder {
    color: #8f9bb3;
}

.detail-search .store-inventory.storelocator-search input::placeholder {
    color: #8f9bb3;
}

.search-inventory-page .glassimg {
    min-height: 115px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.filter-box {
    display: block;
    position: relative;
    padding-left: 23px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

.filter-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #44444478;
    /* border-radius: 50%; */
}

.filter-container:last-child {
    border: none;
}

.filter-search {
    overflow: hidden;
    padding-bottom: 20px;
}

.search-box-inventroy {
    float: left;
    display: flex;
}

.sort-inventroy {
    float: right;
    text-align: right;
}

.sort-inventroy select {
    -webkit-appearance: none;
    background: #f5f5f5;
    padding: 10px 15px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    outline: none;
    margin: 0 0 0 9px;
}

.select {
    position: relative;
}

.select-arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.search-inventory-page .popular-product {
    margin-top: 0px;
}

.filter-box:hover input ~ .checkmark {
    background-color: #ccc;
}

.filter-box input:checked ~ .checkmark {
    background-color: #156e6e;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.filter-box input:checked ~ .checkmark:after {
    display: block;
}

a.canvasjs-chart-credit {
    display: none;
}

.chart-graph:before {
    content: "";
    height: 10px;
    background: #fff;
    position: absolute;
    left: 0;
    width: 63px;
    z-index: 9;
    bottom: 2px;
}

.chart-graph {
    position: relative;
    margin-top: 32px !important;
}

.graphflexslider {
    position: relative;
    padding: 10px 0;
}

.contact-info-list {
    list-style: none;
    padding: 0 0 15px;
    /* border-bottom: 1px solid #1d8178;*/
    position: absolute;
    right: 10px;
    top: 0px;
    /*display: flex;*/
}
.contact-info-list li {
    text-align: center;
    /* width: 33%;*/
}
.contact-info-list li i {
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #1d8178;
    display: none;
    text-align: center;
    font-size: 16px;
    height: 40px;
    margin: 0 auto 7px;
}
.custom-tab-box .store-address {
    position: relative;
}
.custom-tab-box .store-address address {
    max-width: 75%;
    padding-top: 10px;
    margin-bottom: 0px;
}
.contact-info-list li a {
    background: #1d8178;
    color: #fff;
    border-radius: 5px;
    line-height: 30px;
    padding: 0 5px;
    margin-top: 20px;
    display: inline-block;
    width: 98px;
}
.catalog-banner {
    margin-bottom: 7px;
}

.contact-info-list li a:focus,
.contact-info-list li a:hover {
    outline: none;
    text-decoration: none;
    color: #f26638;
}
.contact-info-list li a:hover i {
    border: 1px solid #f26638;
}
.contact-info-list li a:hover .inventory-icon svg {
    fill: #f26638;
}

.contact-info-list li small {
    display: block;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "FuturaBT-Book";
}
.contact-info-list li svg {
    height: 33px;
    margin-top: -4px;
}

.mobile-tab-view .nav-tabs::-webkit-scrollbar {
    width: 10px;
    border-radius: 5px;
}

.mobile-tab-view .nav-tabs::-webkit-scrollbar-track {
    background: #495057;
    border-radius: 5px;
}

.mobile-tab-view .nav-tabs::-webkit-scrollbar-thumb {
    background: #1d8178;
    border-radius: 5px;
}

.filter-box .checkmark:after {
    /* top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white; */
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
}

.filter-container h3 {
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.filter-container {
    border-bottom: 1px solid rgb(0, 0, 0, 0.09);
    padding: 15px 0px;
}

.search-inventory-page .product-slider .glassbox:hover {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.11);
}

.grey-box {
    padding: 10px;
}

.grey-box h2,
.review h2,
.store-inventory h2 {
    color: #2e3a59;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.detail-search .store-inventory.storelocator-search input {
    background: #edf1f7 url(images/search.svg) right 10px center no-repeat;
    padding-left: 10px;
    padding-right: 35px;
    color: #8f9bb3;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #e4e9f2;
}

.grey-box i {
    margin-right: 5px;
}

.payment ul {
    list-style: none;
    padding: 0px 0 0 4px;
    margin-bottom: 0px;
}

.payment ul li {
    display: inline-block;
    width: 48%;
    margin-bottom: 15px;
    color: #2e3a59;
    font-size: 14px;
    font-weight: 400;
}

.payment ul li i {
    color: #1d8178;
}

.timing {
    font-size: 13px;
    color: #2e3a59;
}

.timing span {
    font-weight: 400;
}

.store-detail-img img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.popular-product {
    margin-top: 20px;
    min-height: 500px;
    position: relative;
}

.popular-product h3 {
    font-size: 15px;
    font-weight: 700;
}

.nearby-stores-content {
    text-align: center;
}

.nearby-stores h2 {
    margin-top: 30px;
    border-radius: 5px;
    /*margin-bottom: 30px;*/
    background: #edf1f7;
    padding: 14px 0;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: rgb(46, 58, 89);
    text-transform: uppercase;
}

.nearby-stores-content ul {
    padding: 0px;
    list-style: none;
    display: flex;
}
.nearby-store-inner {
    display: none;
}

.browse-online-cat {
    margin-top: 30px;
    font-size: 20px;
    font-family: rajdhani, sans-serif;
    margin-bottom: 15px;
}

section.display-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-top: 15px;
}

section.display-grid a {
    box-shadow: 0px 1px 5px #ddd;
    background: #fff;
    display: block;
}

.nearby-stores-content ul li {
    margin-right: 30px;
    position: relative;
}

.nearby-stores-content ul li:last-child {
    margin-right: 0px;
}

.nearby-stores-content ul li img {
    border-radius: 5px;
    height: 190px;
    object-fit: cover;
    width: 270px;
}

.store-description {
    position: relative;
}

.viewallreview {
    text-align: right;
}

.viewallreview a {
    margin-top: 0px;
}

.store-description {
    border-radius: 8px;
    background-blend-mode: multiply;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 3%,
        rgb(16, 20, 38)
    );
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    content: "";
}

.store-description:hover {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) -25%,
        rgb(16, 20, 38)
    );
}

.store-description span {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    position: absolute;
    color: rgb(255, 255, 255);
    bottom: 6px;
    left: 15px;
    right: 15px;
    text-align: left;
    padding-right: 30px;
}

.store-description span i {
    position: absolute;
    right: 0px;
    top: 21%;
}

.open-now {
    background: #f7ca02;
    border-radius: 2px;
    font-size: 11px;
    padding: 0px 10px 2px;
    display: inline-block;
    color: #fff;
    line-height: normal;
    margin-left: 10px;
}

#map-content-view {
    /* margin-top: 25px; */
    position: relative;
}

.view-map {
    float: right;
}

#list-view {
    background: #edf1f7;
    min-height: 640px;
}

.list-view-sidebar {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 600px;
    overflow-y: auto;
}

.store-banner {
    position: relative;
}

.store-info {
    margin-bottom: 15px;
    box-shadow: 2px 2px 11px 0 rgba(204, 204, 204, 1);
    border-radius: 5px;
    padding-top: 1px;
    background: #fff;
}

.lenskart-offer-desk {
    margin-top: 30px;
}

.store-banner span {
    position: absolute;
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    font-family: "Futura Book";
    font-weight: 700;
    left: 15px;
}

.nearby-stores-content .row {
    margin: 0;
}

.store-img {
    position: relative;
    background: #fff;
    padding: 11px 0px 28px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #1d8178;
}

.store-img a {
    display: block;
    position: relative;
}

.book-appointment {
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: block;
    background: #f26522;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-radius: 5px;
    margin-top: 10px;
    text-decoration: none;
}

.book-appointment:hover {
    background: #444;
    color: #fff;
    text-decoration: none;
}

.search-nearby-location {
    padding: 0 15px;
}

.call-details a {
    font-size: 11px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    border-radius: 5px;
    padding: 0 3%;
    width: 48%;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
    text-decoration: none;
    background: #1d8178;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.call-details a:hover {
    background: #444;
}

a.redefining-width {
    width: 49% !important;
}

.detail-search .call-details a {
    width: 47%;
    display: inline-block;
    padding: 0;
}

.store-img img {
    height: auto;
    object-fit: cover;
    width: 232px;
    padding: 0 38px 0 25px;
    margin: 0 auto;
    display: block;
}

.store-details {
    float: right;
}

.store-img a:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 3%, rgb(16, 20, 38));*/
    top: 0px;
    left: 0px;
}

.store-img a:hover {
    text-decoration: none;
}

/* .store-img a:hover{
  } */
.store-address {
    padding: 10px 15px 1px;
}

#footer {
    background: #505050;
    color: #fff;
    padding: 18px 0 5px;
    color: #ccc;
    overflow: hidden;
    font-size: 13px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 300;
}

#footer a,
#footer h4 {
    color: #fff;
    font-family: "Rajdhani", sans-serif;
}

#footer h4 {
    font-size: 16px;
}

#footer a:hover {
    color: #1e8178;
}

.store-list {
    padding-bottom: 20px;
}

.footer-bottom {
    padding-top: 10px;
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
}

#footer .copyright {
    text-transform: capitalize;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    margin: 0px;
}

.detail-search .book-appointment-button a {
    background: none;
    color: #2e3a59;
    font-family: "Futura Book";
    font-size: 14px;
    width: auto;
    margin: 0 0 0 9px;
    text-transform: none;
}

.modal.and.carousel {
    position: absolute;
}

.mobile-view {
    display: none;
}

/* SDL changes - use Font Awesome */
.carousel-control {
    top: 45%;
    width: 5%;
    background-image: none;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    margin-left: 25px;
}

.carousel-control.right {
    margin-right: 25px;
}

.carousel.slide {
    box-shadow: none;
}

.store-inventory {
    margin-top: 30px;
}

.nearby-stores {
    margin-bottom: 25px;
    margin-top: 30px;
}

address strong {
    padding-left: 5px;
}

.store-name span i {
    float: right;
    margin-top: 2px;
}

.detail-search .graphflexslider .flex-direction-nav .flex-prev {
    left: auto;
    top: 23px;
    right: 19px;
    height: 24px;
    width: 18px;
}

.detail-search .graphflexslider .flex-direction-nav a:before {
    font-size: 22px;
}

.detail-search .flex-direction-nav .flex-prev:before {
    content: "\f053";
}

.detail-search .graphflexslider .flex-direction-nav .flex-next {
    top: 23px;
    height: 24px;
    right: 0;
    width: 18px;
}

#day {
    position: absolute;
    z-index: 9;
    font-family: futura book;
}

.graphflexslider {
    position: relative;
    padding: 10px 0;
}

.detail-search .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1;
    z-index: 1;
}

.detail-search .flex-direction-nav a.flex-next:before {
    content: "\f054";
}

.detail-search .graphflexslider .flex-direction-nav a:before {
    font-size: 22px;
}

.detail-search .flex-direction-nav a:before {
    font-family: FontAwesome;
    color: #1d8178;
}

.detail-search .flex-direction-nav a:before {
    font-family: FontAwesome;
    color: #1d8178;
}

.locality-store {
    display: inline-block;
    margin-top: 13px;
    margin-bottom: 5px;
}

.detail-search .locality-store {
    display: flex;
}

.flash-message p i.flash-message-byk-icon {
    display: inline-block;
    width: 52px;
    height: 40px;
    background: url(images/store_byk_icon.png);
    margin-right: 5px;
    vertical-align: middle;
}

.flash-message p a {
    text-decoration: underline;
    color: #f00;
}

.flash-message p a:hover {
    text-decoration: none;
}

#mapOnSearch {
    height: 100%;
    width: 100%;
}

.detail-search .lenskart-gallery-slider {
    overflow: hidden;
    min-height: 500px;
    position: relative;
}

.inventory-loading {
    position: relative;
}

a.browse-inventory.redefining-width.full-on-desktop.hideondesktop {
    display: none;
}

a.book-appointment.makeithideonscrolll.browse-inventory.redefining-width {
    width: 100% !important;
    font-size: 11px;
}

.loading:before,
.inventory-loading:before {
    display: block;
    content: "Loading Store Images";
    margin: auto;
    text-align: center;
    color: #505050;
    font-size: 18px;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    position: absolute;
    background: #fff url(../images/loading.gif) center center no-repeat;
    left: 0px;
    padding-top: 50px;
    /* background-size: 600px; */
    top: 0px;
    right: 0px;
    border: 1px solid #eee;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#map-content-view.loading:before {
    background: url(../images/loading.gif) center top no-repeat;
    content: "";
    border: none;
    /* position: absolute;
      top: 50%; */
}

span.queue {
    font-size: 12px;
    text-transform: initial;
}

#map-content-view .location.loading:before {
    background: url(../images/loading.gif) center top no-repeat;
    content: "";
    border: none;
}

.product-slider {
    position: relative;
    min-height: 500px;
}

.inventory-loading:before {
    content: "Loading Inventory Images";
    top: 50px;
}

.detail-search .lenskart-gallery-slider ul li img {
    height: 360px;
    object-fit: cover;
    border-radius: 5px;
}

.detail-search .flexslider {
    margin: 0px 0 20px;
}

.detail-search #slider.flexslider {
    border: 1px solid #eee;
}

.detail-search #carousel,
.detail-search #carousel_1 {
    border: 10px solid #edf1f7;
    border-radius: 5px;
    background: #edf1f7;
}

.detail-search #carousel img,
.detail-search #carousel_1 img {
    width: 100%;
    margin: 0;
    height: 180px;
    object-fit: cover;
    border-radius: 0px;
}

.detail-search .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1;
    z-index: 1;
}

div#book {
    z-index: 99999;
}

.detail-search .flex-direction-nav a.flex-next:before {
    content: "\f054";
}

#listingTable .flex-direction-nav a.flex-next:before,
.searchResult .flex-direction-nav .flex-next:before {
    content: "\f054";
}

#listingTable .flex-direction-nav a.flex-prev:before {
    content: "\f053";
}

#listingTable .flex-direction-nav a.flex-next,
.searchResult .flex-direction-nav .flex-next {
    right: -15px;
    opacity: 1;
}

.searchResult .flex-direction-nav .flex-next,
.searchResult .flexslider:hover .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1;
}

.searchResult .flexslider:hover .flex-direction-nav .flex-prev {
    left: 10px;
}

.searchResult .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
}

#listingTable .flex-direction-nav a.flex-prev {
    left: -15px;
    opacity: 1;
}

#google-reviews h2 a {
    float: right;
    width: auto;
    margin: 0px;
    background: #ccc;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 4px;
}

#listingTable .flex-direction-nav a:before {
    font-family: FontAwesome;
    color: #1d8178;
}

div#carouselnew {
    margin: 0 auto;
    max-width: 560px;
}

.detail-search .flex-direction-nav a:before,
.searchResult .flex-direction-nav a:before {
    font-family: FontAwesome;
    color: #1d8178;
}

#image_store_carousel li {
    border: 1px solid #ccc;
    cursor: pointer;
}

#image_store_carousel li.flex-active-slide {
    border: 1px solid #1d8178;
}

div#slidernew {
    margin: 0 0 30px;
}

.detail-search .flex-direction-nav .flex-prev:before,
.searchResult .flex-direction-nav .flex-prev:before {
    content: "\f053";
}

.detail-search .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
    z-index: 1;
}

.detail-search #carousel .slides li,
.detail-search #carousel_1 .slides li {
    position: relative;
    cursor: pointer;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.9;
    left: -15px;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.9;
    right: -15px;
}

.searchResult-product .product-data p {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
}

.flexslider .slides > li {
    border: 1px solid #eee;
}

.searchResult-product .searchbtn .btn {
    margin: 20px 0 0 0 !important;
    padding: 7px 7px;
    font-size: 10px;
}

.searchResult.searchResult-product .container {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
}

.searchResult .flexslider {
    margin: 0px;
    border: none;
}

.searchResult-product .product-data {
    padding: 25px 0 12px 0;
}

.searchResult-product .product-image {
    padding-top: 10px;
    height: 75px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 15px;
}

.searchResult.searchResult-product {
    border: none;
    padding: 0;
    margin: 0 0 -25px 0;
}

.detail-search #carousel .slides li:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 15px;
    bottom: 0;
    text-align: center;
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    z-index: 0;
    color: #fff;
}

.detail-search #carousel .slides li.flex-active-slide:before {
    display: none;
}

.detail-search #carousel .slides li:hover:before {
    display: block;
}

.store-detail-info h2 {
    display: none;
}

.input-wrapper {
    position: relative;
}

.clear {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    float: left;
    margin: 14px 0 0 -28px;
    cursor: pointer;
}

.clear:after {
    content: "X";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #4bb3a0;
    z-index: 1;
    font-family: "Rajdhani", sans-serif;
    margin: auto;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 15px;
    cursor: pointer;
}

#pac-input:not(:valid) ~ .clear {
    display: none;
}

#pac-input-for-search:not(:valid) ~ .clear {
    display: none;
}

#pac-input-for-search {
    height: 48px;
}

#pac-input:valid ~ .gps-location {
    display: none;
}

/* gallery css end */

#mapFull {
    height: 100%;
    width: 100%;
}

/* address popup css */
#storetitle span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    font-family: "Futura Book";
}

#storetitle {
    width: 250px;
}

#storetitle span:first-child {
    padding: 10px 10px;
    background: #f7f7f7;
    margin-top: 10px;
    font-size: 15px;
    color: #373737;
    font-weight: 600;
}

#storetitle .store-call-detail span:first-child {
    background: none;
    padding: 0px;
}

#storetitle .store-call-detail span:first-child a {
    float: right;
    background: #ed1b24;
    padding: 3px 15px;
    color: #fff;
    margin-top: -3px;
    font-weight: 400;
}

#storetitle span a:hover,
#storetitle .store-call-detail span:first-child a:hover {
    text-decoration: none;
    background: #444;
}

#search-nearby-tab p {
    text-align: left;
}

.map-store-details a {
    display: inline-flex;
    background: #04428f;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0;
    width: 120px;
    text-align: center;
    height: 26px;
    align-items: center;
    justify-content: center;
    margin-left: 1px;
    color: #fff;
}

.map-store-details a:last-child {
    background: #1e8178;
    color: #fff;
    float: right;
}

#storetitle span.map-store-details {
    margin-bottom: 0px;
}

#mapFullScreen {
    height: 750px;
}

.thischeck {
    background: #f36523;
}

.product-slider .glassbox {
    border: #ebebeb solid 1px;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    cursor: pointer;
}

.product-slider .glassbox span {
    font-weight: 400;
    display: block;
    /* margin-top: 20px; */
    line-height: normal;
}

.thankyou img {
    max-width: 100px;
}

.thankyou .inner-wrapper {
    border: 2px solid #000;
    border-radius: 3px;
    max-width: 480px;
    margin: 0 auto;
    padding: 40px 40px 0;
}

p.success-msg {
    font-size: 22px;
    color: #505050;
    text-transform: uppercase;
    text-align: center;
    font-family: "FuturaBT-Book";
}

.thankyou span {
    display: block;
}

.modal-content .modal-body.thankyou {
    padding: 3rem 4rem;
    text-align: center;
}

#successModal button.btn-close {
    background: #000;
    color: #fff;
    width: 100%;
    border: 0;
    max-width: 200px;
    padding: 10px;
    position: relative;
    top: 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Futura Book";
    cursor: pointer;
}

.cm-details p.address {
    font-size: 16px;
    color: #505050;
    font-family: "Futura Book";
}

.cm-details p.time-slot-book {
    font-family: "FuturaBT-Book";
    font-size: 22px;
    color: #505050;
    line-height: normal;
    margin-bottom: 25px !important;
}

.site-map {
    padding: 0px;
}

.site-map h3 {
    font-size: 24px;
    font-weight: 500;
}

.site-map h4 {
    font-size: 20px;
}

.site-map li.site-map-city {
    list-style: disc;
    padding: 25px 10px 5px 5px;
    margin-left: 29px;
}

.site-map li.site-map-state {
    list-style: none;
    padding: 0 0 5px 0px;
    border-bottom: 2px solid #eee;
}

.site-map li.site-map-locality {
    list-style: circle;
    margin: 0 10px 6px 43px;
}

.site-map li.site-map-locality a {
    color: #1d8178;
}

/* .site-map-head h1{
  } */
.site-map-head {
    margin: 50px 0;
}

a.browse-inventory {
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    margin: 8px 0 0 0;
    text-decoration: none;
    background: #f26638;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 0% 3%;
    display: none;
}

.lenskart-offer-desk.showthis.home {
    display: none;
}

.lenskart-offer-desk.showthis {
    display: none;
}

img.img-responsive.small-banner {
    height: 10em;
    width: 100%;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
}

a.tel.b {
    width: 100%;
}

.call-details.review {
    padding-bottom: 15px;
}

a.tel-mobile {
    float: right;
    margin: 8px 0 0 0;
}

button.close {
    z-index: 1;
    position: relative;
}

/* . */
div.searchbox.inventory {
    position: relative;
    /* display: inline-flex; */
}

span.search-icon-mobile {
    float: right;
    margin: 14px 23px 0 0;
}

#search-nearby input.form-control.searchinv,
.detail-search .storelocator-search input {
    height: 30px;
    width: 430px;
}

button#searchinvbtn img {
    height: 15px;
    width: 15px;
    cursor: pointer;
}

.searchResult {
    margin: 0 15px 30px;
    border: 1px solid rgb(235, 229, 229, 0.6);
    padding: 20px;
    border-radius: 5px;
}

.product-data p {
    font-size: 24px;
    line-height: normal;
}

.searchbtn .btn {
    margin: 20px 0 0 0 !important;
    padding: 10px 20px;
    font-size: 0.8em;
}

.searchResult .product-price {
    color: #4bb3a0;
}

button#searchinvbtn {
    position: relative;
    right: 10px;
    border-radius: 0px 4px 4px 0px;
}

#appendInventorySearch.loading:before {
    content: "";
}

#footer .nav-flex-icons li {
    display: inline-block;
    padding: 0 8px;
}

#footer .nav-flex-icons {
    text-align: center;
}

#appendInventorySearch
    button.book-appointment.static-show.btn.btn-mdb-color.btn-rounded.btn-sm.my-0.ml-sm-2.waves-effect.waves-light {
    line-height: normal;
    padding: 10px 15px;
}

p.product-desc {
    font-size: 14px;
    line-height: 1.8em;
    text-transform: capitalize;
}

img.gps-location {
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}

#search-nearby-tab #pac-input,
.searchinv,
.search-box-inventroy input,
.search-product input,
#pac-input-for-search,
#search-switch-tab #pac-input {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #8f9bb3;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #e4e9f2;
    background-color: #f7f9fc;
    float: left;
    padding-right: 35px;
}

#pac-input-for-search:valid ~ .gps-location {
    display: none;
}
.search-product input {
    float: none;
    padding: 0 10px;
    height: 38px;
}
.search-product {
    padding: 11px 15px 14px;
}

.search-box-inventroy input {
    height: 30px;
    width: 100%;
    border: none;
    padding-left: 10px;
    border-radius: 0px;
}

a#nextbrand,
a#nextshape,
a#nextstore {
    cursor: pointer;
    position: relative;
    top: 5px;
    /* font-style: italic; */
    text-decoration: underline;
    color: #505050;
}

.search-box-inventroy .btn {
    width: 30px;
    height: 30px;
    margin: 0 0 0 -7px;
    border-radius: 0px;
    border: none;
    padding: 0px;
}

.booknsearch button.btn.searchbtn {
    float: right;
    font-size: 0.65em;
    border-radius: 0px;
    padding: 4px;
    font-weight: bold;
}

.booknsearch .pricebold {
    float: left;
}

.booknsearch {
    overflow: hidden;
    margin-bottom: 10px;
}

.product-detail-search {
    overflow: hidden;
    margin: 0 0 20px;
}

p.text-center.no-result-found {
    font-size: 1.75em;
    padding: 5% 0%;
}

a.searchinventory.book-appointment.static-show {
    margin: 11px -11px -11px -11px;
    border: none;
    border-radius: 0px;
    background-color: #208178;
}

a.tel-mobile,
.search-icon-mobile {
    display: none;
}

/**********************/
span.tittle {
    font-size: 1em;
}

span.productprice {
    font-size: 10px;
    margin: 0px !important;
}

span.item-price {
    font-size: 1em;
    padding: 0 !important;
    margin: 0 !important;
}

span.sizeproduct {
    margin-top: 0px !important;
    padding-top: 10px;
    font-size: 10px;
}

span.sizeproduct {
    padding-top: 0px;
}

span.pricebold {
    font-weight: bold !important;
}

p.pricebold {
    display: -webkit-inline-box;
}

span.item-price {
    padding-left: 4% !important;
}

p.pricebold {
    font-weight: bold !important;
    margin-bottom: 0px;
}

span.genderimg {
    position: absolute;
    right: 10%;
    top: 60%;
}

span.showimgsicon {
    position: absolute;
    right: 10%;
    top: 45%;
}

a.removemargintop.book-appointment.static-show {
    margin: 0;
}

.glassbox:hover a.removemargintop.book-appointment.static-show {
    margin-top: 20px;
}

.product-detail-search {
    overflow: hidden;
    margin: 0 0 20px;
}

.product-detail-search .product-name {
    float: left;
}

.product-detail-search .product-size {
    float: right;
    margin: 5px 0 0 0;
}

.near-search-store {
    font-size: 12px;
}

.product-slider .near-search-store span {
    float: right;
    font-weight: 700;
}

p.gst-included-price {
    height: 32px;
    background-color: #208178;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel {
    margin-top: 40px;
}

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-indicators {
    display: inline-block;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: static;
    direction: rtl;
}

@media screen and (max-width: 992px) {
    .carousel-indicators {
        display: inline-flex;
        direction: inherit;
        height: auto;
        width: 100%;
        max-width: 800px;
        overflow-x: auto;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        overflow-y: hidden;
        justify-content: normal;
        margin-bottom: 20px;
    }

    .carousel-inner {
        margin-left: 0 !important;
    }
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.item {
    margin-bottom: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.item.active img {
    border: 1px solid red;
    opacity: 1;
}

.item img {
    border: 1px solid transparent;
    opacity: 0.5;
    transition: 0.5s;
}

.item:hover img {
    border: 1px solid red;
    opacity: 1;
}

.content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    /* Black background with transparency */
    color: #f1f1f1;
    width: 100%;
    padding: 10px;
}

.content p {
    font-size: 15px;
}

/* new css popup */
.new-popup-form .day-block,
.new-popup-form .day-block:hover,
.new-popup-form .day-block.active {
    background: none;
}

.new-popup-form .day-block.active .slot-date {
    color: #4bb3a0;
}

.new-popup-form .day-block .slot-date {
    width: 40px;
    margin-bottom: 20px;
    font-weight: 400;
}

.new-popup-form .day-block .slot-time {
    font-weight: 700;
    width: 40px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}

.new-popup-form .day-block.active .slot-time {
    background: #4bb3a0;
    border-radius: 50%;
    color: #fff;
}

.new-popup-form .day-block {
    color: #505050;
    font-size: 16px;
}

.new-popup-form .select-day-time {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}

.new-popup-form .time-slot-field-wrapper {
    background: #f3f4f8;
    margin: 0 -16px;
    padding: 15px;
    -webkit-box-shadow: inset 0px 5px 10px 1px #c2c5cc;
    box-shadow: inset 0px 5px 10px 1px #c2c5cc;
}

.new-popup-form .time-slot {
    background: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 0px 0px 3px #333;
    margin-right: 17px;
    border: 2px solid transparent;
    padding: 10px 0;
}

.new-popup-form .time-slot-field {
    text-align: left;
}

.new-popup-form .disabled {
    background: #e8e9ed;
    color: #b5b6ba;
}

.new-popup-form .time-slot-field .slot-all {
    margin-top: 20px;
    text-align: center;
}

.new-popup-form .optional {
    margin-top: 10px;
}

.new-popup-form .row.select-slots {
    padding: 0 0 20px 0;
    display: block;
}

.new-popup-form .row.select-slots {
    border-top: 1px solid #e4e9f2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.new-popup-form .row.select-slots span {
    border: 1px solid #e4e9f2;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
}

.new-popup-form .row.select-slots span.active {
    background: #4bb3a0;
    border: 1px solid #e4e9f2;
    color: #fff;
}

/* new css popup */
.new-popup-form .day-block,
.new-popup-form .day-block:hover,
.new-popup-form .day-block.active {
    background: none;
}

.new-popup-form .day-block.active .slot-date {
    color: #4bb3a0;
}

.new-popup-form .day-block .slot-date {
    width: 40px;
    margin-bottom: 20px;
    font-weight: 400;
}

.new-popup-form .day-block .slot-time {
    font-weight: 700;
    width: 40px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}

.new-popup-form .day-block.active .slot-time {
    background: #4bb3a0;
    border-radius: 50%;
    color: #fff;
}

.new-popup-form .day-block {
    color: #505050;
    font-size: 16px;
}

.new-popup-form .select-day-time {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}

.new-popup-form .time-slot-field-wrapper {
    background: #f3f4f8;
    margin: 0 -16px;
    padding: 15px;
    -webkit-box-shadow: inset 0px 5px 10px 1px #c2c5cc;
    box-shadow: inset 0px 5px 10px 1px #c2c5cc;
}

.new-popup-form .time-slot {
    background: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 0px 0px 3px #333;
    margin-right: 17px;
    border: 2px solid transparent;
    padding: 10px 0;
}

.new-popup-form .time-slot-field {
    text-align: left;
}

.new-popup-form .disabled {
    background: #e8e9ed;
    color: #b5b6ba;
}

.new-popup-form .time-slot-field .slot-all {
    margin-top: 20px;
    text-align: center;
    font-weight: bolder;
    /* font-size: small; */
    /* font-size: 11px; */
    font-size: 9px;
    left: 5px;
    position: relative;
}

.new-popup-form .optional {
    margin-top: 10px;
}

.new-popup-form .row.select-slots {
    padding: 0 0 20px 0;
    display: block;
}

.new-popup-form .row.select-slots {
    border-top: 1px solid #e4e9f2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.new-popup-form .row.select-slots span {
    /* border: 1px solid #e4e9f2;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    text-transform: uppercase;
    background: #1d8178;
    text-transform: capitalize;
    color: #fff;
    font-weight: revert; */
    border: 1px solid #707070;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: revert;
}

.new-popup-form .row.select-slots span.active {
    background: #4bb3a0;
    border: 1px solid #e4e9f2;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .content {
        position: static;
    }

    .new-popup-form .time-slot {
        margin-right: 10px;
    }
}

@media screen and (min-width: 1440px) {
    .carousel-inner {
        margin-left: -60px;
    }

    #corona-notif img {
        margin: 0px 100px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .carousel-inner {
        margin-left: -20px;
    }

    #corona-notif img {
        margin: 0px 100px !important;
    }
}

@media screen and (min-width: 880px) and (max-width: 1199px) {
    .carousel-inner {
        margin-left: 20px;
    }

    .content {
        position: static;
    }

    #corona-notif img {
        margin: 0px 100px !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 879px) {
    .carousel-inner {
        margin-left: 50px;
    }

    .content {
        position: static;
    }
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

h1.no-inventory-found {
    font-size: 3em !important;
    color: #444;
    text-align: center !important;
    padding: 3% 3%;
}

h1.no-inventory-found {
    font-size: 2em !important;
    padding: 5% 9%;
}

span.closed {
    color: #ec0a0a !important;
}

div.disabled-till-date-check {
    background: #e8e9ed;
    /*color: #b5b6ba;
    pointer-events: none;
    cursor: not-allowed;*/
}

/*tabs css new custom*/
.inner-tab-box {
    /*display: flex;*/
    text-align: right;
    padding-bottom: 25px;
    padding-top: 10px;
    /*float: right;*/
}
#search-switch-tab p {
    text-align: left;
    padding-top: 30px;
    clear: both;
}
.inner-tab-box .inner-tab-title {
    width: 100%;
}
.store-locator .custom-tab-box ul li a,
.store-locator .custom-tab-box ul li a.active {
    border: none;
}

.store-locator .custom-tab-box ul li a.active {
    background-color: #39bcd3;
    border-radius: 30px;
}
.store-locator .custom-tab-box ul li a {
    width: 15px;
    height: 15px;
    display: inline-block;
}
.store-locator .custom-tab-box ul {
    display: flex;
    background: rgb(31 47 70);
    transition: all 0.7s linear;
    border-radius: 30px;
    margin-left: 20px;
    padding: 4px 4px 1px 4px;
    margin-bottom: 0px;
    margin-top: -3px;
    width: 39px;
    float: right;
}
.store-locator .custom-tab-box ul li.advance-tab {
    line-height: 36px;
    margin-right: 30px;
}
.custom-tab-box {
    /* border-top: 1px solid #ddd;*/
    padding-top: 6px;
}
#content.detail-search .mobile-tab-view #tabsJustifiedContent {
    text-align: left;
}
.mobile-tab-view .nav-tabs {
    border: none;
    flex-wrap: nowrap;
    display: flex;
    overflow-y: auto;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.mobile-tab-view .nav-tabs li {
    padding: 0 18px 0 0;
}
.mobile-tab-view iframe {
    height: 220px !important;
}
.mobile-tab-view .lenskart-offer-desk,
.mobile-tab-view #google-reviews,
.mobile-tab-view .popular-product {
    margin-top: 0;
}

.mobile-tab-view .nav-tabs .nav-link {
    border: none;
    color: #495057;
    border-bottom: 2px solid transparent;
    padding: 5px 0px;
    width: max-content;
    font-size: 16px;
    font-family: rajdhani, sans-serif;
    font-weight: 600;
}
.mobile-tab-view .nav-tabs .nav-link.active {
    border-bottom: 2px solid #f26638;
}
.mobile-tab-view {
    display: none;
}
.mobile-tab-view .fixed-call a {
    position: static !important;
    border-radius: 5px !important;
}
.call-details.fixed-call {
    margin-top: 13px;
}
.search-box-wrapper {
    background: rgb(237, 241, 247);
    padding: 15px;
    min-height: 362px;
    border-radius: 5px;
}
.main-home .store-locator {
    margin-top: 0px;
}
.store-locator .custom-tab-box ul li {
    padding: 0px;
    margin-bottom: 0px;
}
.flickity-page-dots {
    display: none;
}
.spacing-with-padding {
    margin-bottom: 10px;
}
.carousel-cell {
    width: 100%;
    height: 362px;
    margin-right: 10px;
    border-radius: 5px;
}

.flickity-enabled.is-draggable {
    margin-top: 0px;
}
.slider-with-tab .col-md-8 {
    float: right;
}
.home-page-container {
    width: 100%;
}
/*tabs css new custom*/

/* . */
@media all and (max-width: 1024px) {
    /* .store-locator .custom-tab-box ul{
        width: 63px;
    }*/

    #search-nearby input.form-control.searchinv,
    .detail-search .storelocator-search input {
        height: 30px;
        width: 100%;
    }

    div.searchbox.inventory {
        position: relative;
        display: flex;
    }

    .sticky .nav-flex-icons {
        display: none;
    }

    button#searchinvbtn {
        margin-left: -5px !important;
        right: 0px;
        width: 50px;
    }

    #header ul.nav-flex-icons li {
        font-size: 18px;
        text-align: center;
        /* width: 100%; */
    }

    #free-eyecheckup {
        display: none;
    }

    .nav-flex-icons {
        padding-top: 11px;
        /* width: 100%; */
        display: flex;
        text-align: center;
        padding-bottom: 10px;
    }

    .mobile-view {
        display: block;
    }

    #header .desktop-view {
        display: none !important;
    }

    a.tel-mobile,
    span.search-icon-mobile {
        display: none;
    }

    .call-details a {
        font-size: 11px;
        padding: 0 13%;
    }

    .list-view-sidebar {
        height: 400px;
    }

    iframe {
        height: 420px !important;
    }

    #list-view {
        min-height: 450px;
    }
}

@media all and (max-width: 1023px) and (min-width: 768px) {
    .store-locator #tabsJustified li a {
        padding: 0 16px;
        font-size: 12px;
    }
    .detail-search .tel span {
        margin-left: 15px;
    }
    .inner-tab-box {
        display: block;
        overflow: hidden;
    }
    .search-box-wrapper {
        min-height: 340px;
        padding-bottom: 0px;
    }
    #tabsJustifiedContent .dropdown .dropdown-toggle,
    #tabsJustifiedContent .btn,
    #search-nearby-tab #pac-input,
    .searchinv,
    .search-box-inventroy input,
    #advanced-search .dropdown .btn {
        height: 34px;
    }
    .store-locator .custom-tab-box ul {
        width: 39px;
        float: right;
        margin-top: 8px;
    }
    .inner-tab-box .inner-tab-title {
        float: left;
    }
    span.advance-tab {
        margin-top: 12px;
        float: left;
    }
    .carousel-cell {
        height: 340px;
    }

    .carousel-cell img {
        width: 100%;
    }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
    .loc-pin {
        max-width: 18px !important;
        margin-right: 10px;
        height: auto;
    }

    .search-nearby-location {
        padding: 0 15px;
        display: flex;
    }

    .call-details a {
        font-size: 10px;
        float: none;
        padding: 0 5%;
        margin-bottom: 15px;
        display: block;
        width: auto;
    }

    .detail-search .call-details a {
        width: 100% !important;
    }
}

@media all and (max-width: 767px) {

    a.tel.redefining-width.r-d-cta-w {
        font-size: 10px;
    }
    a.store-details.r-d-cta-w {
        font-size: 10px !important;
    }
    .speak-experts.store-info.new-button-cta {
        margin-top: 20px;
    }

    a.r-d-cta-w {        
        width: 100% !important;
        text-align: center;
        box-shadow: 0px 10px 6px -6px rgba(0,0,0,0.2);
        transition: all ease-in-out 300ms;
        font-size: 12px !important;
        line-height: 25px;
        padding: 0px 0px !important;
        border-radius: 5px;
        margin: 15px 0px;
    }

    a.book-appointment.makeithideonscrolll.browse-inventory.redefining-width {
        transition: all 0.3s ease 0s;
        box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    }

    .slider-with-tab .flickity-enabled.is-draggable {
        margin-bottom: 15px;
    }
    .lenskart-offer-desk.showthis {
        display: none;
    }
    body #content.detail-search h1 {
        font-size: 20px;
        margin-top: 10px;
    }
    .lenskart-offer-desk.showthis {
        display: none !important;
    }
    .nearby-stores h2 {
        margin-top: 10px;
        font-size: 20px;
    }
    #search-nearby-tab p {
        display: none;
    }
    .spacing-with-padding {
        margin-bottom: 23px;
    }
    a#whatsappimage {
        left: 15px;
        right: 15px;
        background: none;
        bottom: 7px;
        z-index: 9;
    }
    #scroll {
        bottom: 10px;
    }
    .flickity-page-dots {
        display: block;
        position: absolute;
        bottom: 5px;
    }
    .flickity-page-dots .dot {
        background: #fff;
        opacity: 1;
        margin: 0 5px;
    }
    .detail-search #carousel {
        margin-bottom: 0px;
    }
    .nearby-stores {
        margin-top: 0px;
    }
    .detail-search .lenskart-gallery-slider {
        min-height: 0px;
    }
    .detail-search .lenskart-gallery-slider ul li img {
        height: 260px;
    }
    .detail-search #carousel img {
        height: 135px;
    }
    #tabsJustifiedContent .dropdown .dropdown-toggle {
        height: 48px;
    }
    #search-switch-tab p {
        text-align: center;
    }
    #search-switch-tab .btn {
        margin-top: 0px !important;
    }
    .flickity-page-dots .dot.is-selected {
        background: #1d8178;
    }
    .flickity-prev-next-button.previous,
    .flickity-prev-next-button.next {
        display: none;
    }
    .search-box-wrapper {
        min-height: 0px;
    }
    .slider-with-tab .col-md-8 {
        float: none;
        display: none;
    }
    #tabsJustifiedContent .dropdown .dropdown-toggle {
        margin-top: 0px;
    }
    .carousel-cell {
        height: 120px;
    }
    .carousel-cell img {
        width: 100%;
    }
    .mobile-tab-view {
        display: block;
    }
    .sidebar-desktop {
        display: none;
    }
    .mobile-tab-view .col-md-12 {
        padding: 0px;
    }

    .new-popup-form .time-slot-field .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .new-popup-form .time-slot-field .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 0px;
        margin-bottom: 8%;
    }

    .new-popup-form .time-slot {
        /* margin: 0 7px 14px;
        width: 26%; */
        /* margin: 0 19px 19px;
        width: 17%; */
        margin: 0 9px 25px;
        width: 25%;
    }

    .new-popup-form .day-group label {
        margin-bottom: 10px;
    }

    .new-popup-form .select-day-time {
        padding-top: 5px;
    }

    .new-popup-form .time-slot-field {
        text-align: left;
        margin: 18px 0;
    }

    .new-popup-form .submitBtnLead {
        margin-top: 0px;
    }

    .new-popup-form .time-slot-field:last-child {
        text-align: left;
        margin: 18px 0 0;
    }

    .new-popup-form .row.select-slots span {
        padding: 10px 15px;
        font-size: 12px;
    }

    .new-popup-form .row.select-slots .col-md-6 {
        width: auto;
        padding: 0 10px;
    }

    .new-popup-form .optional input {
        width: 100%;
    }

    .store-address address .locality-store i {
        margin-top: -5px;
    }

    .locality-store {
        display: flex;
    }

    span.operational-time {
        display: flex;
    }

    span.sizeproduct {
        padding-bottom: 5%;
    }

    span.tittle {
        padding-top: 5%;
    }

    span.sizeproduct {
        position: absolute;
        right: 10%;
        top: 188px;
    }

    span.genderimg {
        position: absolute;
        right: 10%;
        top: 230px;
    }

    span.sizeproduct.gender {
        top: 200px;
    }

    span.sizeproduct {
        color: #444;
    }

    a.book-appointment.static-show {
        margin-top: 3%;
    }

    span.showimgsicon {
        position: absolute;
        right: 10%;
        top: 70%;
    }

    a.tel-mobile,
    span.search-icon-mobile {
        display: block;
    }

    div.searchbox.inventory {
        position: relative;
        display: flex;
    }

    .sticky .nav-flex-icons {
        display: none;
    }

    button#searchinvbtn {
        margin-left: -5px !important;
        right: 0px;
        width: 50px;
    }

    #header ul.nav-flex-icons li {
        font-size: 18px;
        text-align: center;
        width: 100%;
    }

    .nav-flex-icons {
        padding-top: 5px;
        width: 100%;
        display: flex;
        text-align: center;
        padding-bottom: 10px;
    }

    .mobile-view {
        display: block;
    }

    #header .desktop-view {
        display: none;
    }

    #listingTable .flex-direction-nav a:before {
        font-size: 30px;
    }

    /* div.searchbox.inventory {
        position: absolute;
        display: inline-flex;
        top: 58px;
        left: 15px;
        width: 100%;
    } */
    #search-nearby input.form-control.searchinv {
        width: 100%;
        background: #f7f9fc;
        height: 40px;
    }

    .sticky a.tel-mobile {
        display: block;
    }

    .lenskart-offer-desk.showthis {
        margin: 10px 0 0 0;
        padding-bottom: 15px;
        display: block;
    }

    .lenskart-offer-desk.showthis.home {
        display: block;
    }

    .lenskart-offer-desk.showthis.home {
        margin: 0 0 -25px 0px;
    }

    #content h1 {
        font-size: 0px;
    }

    img.img-responsive.small-banner {
        display: block;
    }

    a.browse-inventory {
        display: block;
    }

    main#content {
        margin-top: 15px;
    }

    a.book-appointment.static-show {
        position: static;
    }

    .detail-search .store-address a.book-appointment {
        z-index: 999;
    }

    a.book-appointment.makeithideonscrolll.browse-inventory.redefining-width {
        width: 100% !important;
    }

    .pagination {
        display: block;
    }

    .pagination li {
        display: inline-block;
        margin-top: 5px;
    }

    .list-map-view,
    .view-map {
        display: none;
    }

    .detail-search .book-appointment {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: 0px 0 0px 0;
        border-radius: 0px;
        z-index: 99;
    }

    .detail-search.stick .book-appointment {
        position: static;
    }

    .detail-search .store-address {
        padding: 15px 10px 25px;
    }

    .store-address {
        padding: 10px 15px 15px;
    }

    .store-detail-info h2 {
        display: block;
        font-size: 20px;
        border-bottom: 1px solid #eee;
        margin-top: 5px;
        padding-bottom: 10px;
        font-weight: 700;
    }

    /* #content h1{
      font-size: 25px;
    } */
    #content.detail-search .nearby-stores-content .store-info {
        width: 50%;
    }

    body {
        padding-top: 55px;
    }

    /*.store-locator ul li a.nav-link {
        width: 145px;
    }*/

    #advanced-search .dropdown {
        margin: 0 0px 15px;
        width: 100%;
        display: inline-block;
    }

    .advanced-search-main {
        display: inline-block;
    }

    #tabsJustifiedContent .btn {
        /* width: 32%; */
    }

    .col-lg-5.spacing-with-padding {
        padding-bottom: 15px;
    }

    #search-nearby input.form-control {
        width: 66%;
    }

    .detail-search .storelocator-search input {
        width: 100%;
    }

    iframe {
        height: 300px;
    }

    #mapOnSearch {
        height: 300px;
    }

    .call-details a {
        font-size: 13px;
        padding: 0 10%;
    }

    .store-locator .custom-tab-box ul li a {
        width: 15px;
        height: 15px;
    }
    /*.store-locator .custom-tab-box ul{
    width: 56px;
}*/
    #tabsJustifiedContent .btn {
        margin-top: 10px;
    }
    .nearby-stores-content ul {
        display: block;
    }

    .nearby-stores-content ul li {
        display: inline-block;
        width: 47%;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .nearby-stores-content ul li:nth-child(even) {
        margin-right: 0px;
    }

    .nav-flex-icons {
        padding-top: 8px;
        float: right;
    }

    .map-view-stores ul li a.nav-link {
        padding-left: 6px;
        padding-right: 6px;
    }

    .map-view-stores h2 {
        padding-right: 30px;
    }

    .container {
        max-width: 100%;
    }

    .list-view-sidebar {
        border-bottom: solid 1px #1d8178;
    }

    #content.detail-search .list-view-sidebar {
        border-bottom: none;
    }

    #listingTable .flex-direction-nav a {
        height: 30px;
        width: 30px;
    }
}

@media all and (max-width: 479px) {
    .new-popup-form .time-slot-field .slot-all {
        padding-left: 5px;
        text-align: -webkit-auto;
    }

    #corona-notif span.text-center {
        font-size: 12px;
    }

    #corona-notif a {
        margin: 0 10px;
    }

    div#slidernew {
        margin: 0 0 18px;
    }

    #content.detail-search .nearby-stores-content .store-info {
        width: 100%;
    }

    div#carouselnew {
        border: none;
    }

    #listingTable .flex-direction-nav a:before {
        font-size: 22px;
    }

    #listingTable .flex-direction-nav a {
        height: 22px;
        width: 22px;
    }

    #carouselnew .flex-direction-nav a {
        top: 63%;
    }

    .map-view-stores {
        display: block;
    }

    /* .nav-flex-icons{
    padding-top: 5px;
    width: 100%;
    display: block;
  } */
    /* #header ul.nav-flex-icons li a{
    padding:0 8px;
  } */
    #header ul.navbar-nav li.toll_free_number_national {
        float: left;
    }

    /* #header ul.navbar-nav li{
    float: right;
  } */
    .sticky .nav-flex-icons {
        display: none;
    }

    .map-view-stores ul li a.nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }

    .call-details a {
        /* font-size: 13px; */
        /* font-size: 11px; */
        font-size: 10px;
        padding: 0 2%;
        width: 49%;
    }

    a.browse-inventory.redefining-width.full-on-desktop.hideondesktop {
        display: block;
    }

    a.browse-inventory.redefining-width.full-on-desktop {
        width: 100% !important;
    }

    .nearby-stores-content ul li {
        width: 46%;
    }

    .imgs-grid.imgs-grid-4 .imgs-grid-image,
    .imgs-grid.imgs-grid-6 .imgs-grid-image {
        width: 100%;
        padding-right: 0px;
    }

    /*.imgs-grid.imgs-grid-4 .imgs-grid-image:first-child img,.imgs-grid .imgs-grid-image .image-wrap img{
    height: auto;
  }*/
    .view-map {
        float: none;
        text-align: center;
    }

    .map-view-stores .nav-tabs li {
        margin-bottom: 0px;
        display: inline-block;
        margin: 9px -3px 0 -4px;
    }

    .map-view-stores .nav-tabs {
        text-align: center;
        display: inline-block;
    }

    .map-view-stores h2 {
        text-align: center;
    }
}

@media all and (max-width: 360px) {
    .new-popup-form .row.select-slots span {
        padding: 10px 13px;
    }

    .call-details a {
        /* font-size: 12px; */
        font-size: 9px;
    }
}

@media all and (max-width: 359px) {
    .custom-tab-box .store-address address {
        max-width: 60%;
    }

    .new-popup-form .day-block .slot-time {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .new-popup-form .day-block .slot-date {
        width: 30px;
        font-size: 13px;
    }

    .new-popup-form .time-slot {
        width: 23%;
        font-size: 12px;
    }

    .new-popup-form .row.select-slots span {
        padding: 10px 11px;
        font-size: 12px;
    }

    #appointment.new-popup-form .input-block label {
        font-size: 12px;
    }

    .call-details a {
        font-size: 10px;
    }
}

span.glassname {
    font-weight: 100;
}

.page-item.active .page-link {
    background-color: #208178;
    border-color: #208178;
}

.page-link {
    color: #218178;
}

.page-link:hover {
    color: #218178;
}

.site-map li.site-map-city a {
    color: #4d4d4f;
}

.site-map li.site-map-state a {
    color: #044963;
}

@media (max-width: 767px) {
    .search-box-inventroy.detailpage {
        padding-left: 15px;
        padding-right: 15px;
    }
    #tabsJustifiedContent .search-box-inventroy.detailpage .btn {
        margin-top: 0px;
    }

    #tabsJustifiedContent .search-box-inventroy.detailpage input {
        height: 48px;
    }
}
