select:focus {
    outline: 0
}

@-webkit-keyframes spinner-border {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes spinner-border {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
  }

  .block-loader {
      display: none;
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #E94D37;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1;border: none;
    background-color: transparent
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #E94D37
}

.discount,.green,.order_btm_wrap {
    text-transform: uppercase
}

hr,input[type=search] {
    box-sizing: content-box
}

pre,textarea {
    overflow: auto
}

#menu li,#menu ul,#tabs>ul>li,.btn_ul,.buttons-singnin ul,.cat_bnr_wrap>ul,.check-delete ul,.clcash_det_wrap>ul,.collection_cont>ul,.content-cotact>ul,.filter_wrap_inside ul,.ftr_blue_wrap>ul,.hm_links>ul>li,.inside-pop li,.left-pannel ul,.listing-product_wrap>ul>li,.more_links_cont>ul>li,.my_fav_cont>ul>li,.mytabs_wrap>ul,.offer-points ul,.offer_links_wrap>ul,.order_det_btm_wrap>ul,.payment_wrap ul,.right-pannel ul,.social-login ul,.wallet-options ul {
    list-style: none
}

.det_btn_save {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.myorderTp,.ord_des_wrap,.order_tp_wrap {
    border-bottom: 1px solid #eee
}

.green,.red1 {
    width: 100%;
    line-height: 50px;
    padding: 0 15px;
    color: #fff;
    float: left
}

.green {
    background: #51A351
}

.red1 {
    background: #ff2121
}

.order_wrap {
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 25px;
    padding: 0
}

.order_tp_wrap {
    padding: 12px 18px
}

.order_btm_wrap {
    font-size: 13px;
    text-align: center;
    border-top: 1px solid #eee
}

.order_btm_wrap a {
    color: #E94D37;
    display: inline-block;
    text-decoration: none;
    font-weight: var(--font-semibold)
}

.ord_det_table {
    display: block;
    width: 100%
}

.order_placed {
    color: #a7a7a7;
    font-size: 12px
}

.order_mid_wrap {
    padding: 16px 10px
}

.order_det_wrap .prod_name {
    color: #000;
    float: left;
    font-size: 16px;
    font-weight: var(--font-bold);
    line-height: 25px;
    text-align: left
}

.ord_btn,.ord_img {
    text-align: center
}

.regular_price {
    color: #E94D37
}

.order_det_wrap .prod_price {
    float: right;
    font-size: 20px;
    font-weight: var(--font-bold);
    line-height: 25px
}

.order_det_wrap .regular_price {
    display: inline-block;
    font-weight: var(--font-bold);
    margin: 0
}

.ord_des_wrap {
    border-top: 1px solid #eee;
    float: left;
    margin: 30px 0 10px;
    padding: 15px 0;
    width: 100%
}

.ord_des_wrap>div {
    float: left;
    margin-right: 5%
}

.ord_des_wrap>div>strong {
    margin-right: 5px
}

.order_det_wrap .old_price {
    color: #000;
    font-size: 13px
}

.ord_btn,.ord_name {
    font-size: 14px;
    vertical-align: middle
}

.ord_det_row {
    display: table-row
}

.ord_btn,.ord_img,.ord_name {
    display: block;
    padding: 10px 0;
    float: left
}

.ord_img {
    vertical-align: middle;
    width: 40%
}

.ord_btn {
    padding-right: 0;
    width: 100%
}

.ord_btn>div {
    float: left;
    margin: 0 2%
}

.ord_btn>div>strong {
    margin-right: 5px
}

.ord_name {
    padding-left: 0;
    text-align: left;
    width: 60%
}

.ord_btn>a {
    color: #000;
    display: inline-block;
    font-size: 12px;
    text-decoration: none
}

.ord_img>img {
    max-height: 103px
}

.order_det_btm_wrap {
    border-bottom: 2px solid #eee;
    border-top: 2px solid #eee;
    color: #000;
    font-size: 14px;
    padding-bottom: 12px;
    padding-right: 0;
    padding-top: 12px;
    text-align: right
}

.order_det_btm_wrap>ul>li {
    border-bottom: 1px dashed #efefef;
    float: left;
    margin: 0 2%;
    padding: 2% 0;
    width: 98%
}

.order_det_btm_wrap strong {
    float: left;
    margin-right: 5px
}

.order-count {
    color: #afafaf;
    float: right;
    font-size: 12px
}

*,fieldset,hr,legend,td,th {
    padding: 0
}

*,fieldset {
    margin: 0
}

.content,sub,sup {
    position: relative
}

.pro_inner_circle {
    background: #9f9f9f;
    border-radius: 50%;
    display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: middle
}

fieldset,hr,img,legend {
    border: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

b,optgroup,strong {
    font-weight: var(--font-bold)
}

h1 {
    font-size: 2em;
    margin: 0 0 15px
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    display: block;
    height: 1px;
    border-top: 1px solid #eee;
    margin: 1em 0
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

.content-listing h1,.ftr_blue_wrap>ul>li a,.hm_mobi_txt,.hm_title_h3,.offer_wrap{
    text-transform: uppercase
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.theme-btn{
    border-radius: 2px;
    color: #fff;
    font-weight: var(--font-semibold);
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    padding: 12px 6px;
}

.theme-btn-secondary {
    background: #434343;
}
.theme-btn-primary {
    background: #E94D37;
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 4px
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    resize: vertical
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

iframe,img,video {
    max-width: 100%
}

.content,.inner_cont {
    max-width: 768px;
    margin: 0 auto
}

body {
    margin: 0;
    padding: 0;
    font-weight: var(--font-regular)
}

.hdr_main .inner_cont {
    background: #eee;
    min-height: 56px
}

.logo a {
    display: block
}

.logo {
    float: left;
    margin: 11px 0 0 17px;
    width: 210px
}

.user_li img {
    display: inline-block;
    left: 14px;
    position: absolute;
    top: 13px;
    width: 50%
}

.hm_mobi_txt span,.hm_title_h3 a,.hm_title_h3 span,.hm_wmn_img img {
    display: block
}

.menu-link>img {
    left: 10px;
    position: absolute;
    top: 16px;
    width: 56%
}

.wmn_sunglass_wrap .inner_cont {
    background: url(../mobile-site-content/hm_women_bg.jpg);
    min-height: 243px;
    position: relative;
    background-size: cover
}

.mn_sunglass_wrap .inner_cont {
    background: url(../mobile-site-content/hm_men_bg.jpg);
    min-height: 244px;
    position: relative;
    background-size: cover
}

.hm_wmn_img {
    position: absolute;
    right: 67px;
    top: -28px
}

.hm_title_h3 {
    float: left;
    margin-left: 19.7%;
    color: #fff;
    font-weight: var(--font-bold);
    font-size: 42px;
    margin-top: 10.5%;
    text-shadow: 1px 4px 1px rgba(0,0,0,.2)
}

.hm_title_h3 a {
    text-decoration: none;
    color: #fff
}

.hm_title_h3 a:hover {
    color: #E94D37
}

.hm_title_h3 span {
    font-size: 24px;
    font-weight: var(--font-regular)
}

.mn_sunglass_wrap .hm_wmn_img {
    position: absolute;
    right: inherit;
    left: 37px;
    top: -67px;
    z-index: 99
}

.mn_sunglass_wrap .hm_title_h3 {
    float: right;
    margin-left: inherit;
    margin-right: 24.2%;
    margin-top: 12.5%
}

.mn_sunglass_wrap.wmn_eyeglass .inner_cont {
    background: #fa677a
}

.mn_sunglass_wrap.wmn_eyeglass .hm_wmn_img {
    left: 0;
    position: absolute;
    right: inherit;
    top: -70px
}

.mn_sunglass_wrap.wmn_eyeglass .hm_title_h3 {
    float: right;
    margin-left: inherit;
    margin-right: 19.2%;
    margin-top: 12.5%
}

.wmn_sunglass_wrap.mn_eyeglass .inner_cont {
    background: url(../mobile-site-content/hm_men_eye_bg.jpg);
    min-height: 283px;
    position: relative
}

.wmn_sunglass_wrap.mn_eyeglass .hm_wmn_img {
    position: absolute;
    right: 0;
    top: -91px
}

.wmn_sunglass_wrap.mn_eyeglass .hm_title_h3 {
    float: left;
    font-weight: var(--font-bold);
    margin-left: 32.7%;
    margin-top: 16.5%
}

#menu li,#menu ul {
    margin: 0;
    padding: 0
}

.panel {
    background: #fff;
    z-index: 99999;
    position: fixed
}

.panel img {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    padding: 10px 5px
}

.panel a {
    display: block
}

.content-listing {
    width: 100%;
    text-align: center;
    padding: 0 1%
}

.content-listing h1 {
    color: #343434;
    font-size: 29px;
    font-weight: var(--font-regular)
}

.content-listing p {
    font-size: 13px;
    color: #6b6a6a;
    text-align: center
}

.listing-product_wrap ul {
    margin: 0;
    padding: 0
}

.listing-product_wrap>ul>li {
    border-bottom: 1px solid #ececec;
    margin-bottom: 34px;
    margin-top: 34px;
    padding-bottom: 34px;
    padding-right: 1%;
    position: relative;
    width: 49%
}
.listing-product_wrap ul li .placeholder {
    width: 100%;
    text-align: center;
    float: left;
    overflow: hidden;
    height: auto;
    min-height: 206px
}

.listing-product_wrap ul li img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline
}

.pricelisting,.productname {
    width: 100%;
    float: left;
    text-align: center
}

.productname {
    padding: 10px 0;
    font-weight: var(--font-semibold);
    position: relative
}

.productname a {
    display: inline-block;
    text-decoration: none;
    color: #222
}

.pricelisting .discountedprice {
    font-size: 16px;
    color: #000000;
    font-weight: var(--font-semibold);
    display: inline-block
}

.pricelisting .marketprice,
 .shape-price-rtaing .marketprice
 {
    color: #343434;
    font-size: 12px;
    font-weight: var(--font-semibold);
    text-decoration: line-through;
    display: inline-block;
    vertical-align: middle
}

.listing-product_wrap .wishlist {
    right: 0;
    top: 0;
    cursor: pointer;
    display: inline-block;
    margin-left: 7px
}

.productname .wishlist {
    position: absolute;
    top: -7em;
    right: 0;
} 

.similar-pro .prod_dtm_wrap .wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
}

.productname .wishlist:after, .similar-pro .prod_dtm_wrap .wishlist:after  {
    content: "\f08a";
    color: #323232;
    font-family: fontawesome;
    font-size: 15px;
    position: relative
}

.productname .wishlist.active:after, .similar-pro .prod_dtm_wrap .wishlist.active:after {
    color: #e00;
    content: "\f004";
    font-family: fontawesome
}

.cat_bnr_wrap {
    border-top: 1px solid #ededec;
    border-bottom: 1px solid #ededec;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px
}

.cat_bnr_wrap>ul {
    margin: 0;
    padding: 0
}

.cat_bnr_wrap>ul>li {
    width: 48.9%;
    float: left;
    margin-bottom: 15px;
    margin-right: 2.2%
}

.cat_bnr_wrap>ul>li:nth-child(2n) {
    margin-right: 0
}

.list_bnr_wrap {
    display: block;
    position: relative
}

.list_bnr_wrap img {
    display: block
}

.cat_bnr_wrap .list_bnr_txt {
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    width: 202px;
    height: 45px;
    z-index: 78
}

.cat_bnr_wrap>ul>li:first-child .list_bnr_txt {
    background: url(../mobile-site-content/list_cat_lbl_men.png) no-repeat;
    top: 31px;
    right: -8px
}

.cat_bnr_wrap>ul>li:last-child .list_bnr_txt {
    background: url(../mobile-site-content/list_cat_lbl_women.png) no-repeat;
    bottom: 30px;
    left: -8px
}

.detail_slider,.slider {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border: 0;
    margin-top: 0
}

.owl-theme .owl-controls {
    margin-top: 0!important
}

.owl-theme .owl-controls .owl-page span {
    background: #869791;
    border-radius: 50%;
    display: block;
    height: 7px!important;
    margin: 5px 2px!important;
    width: 7px!important
}

.des_tp_wrap{
    border-bottom: 1px solid #EEEEEE;
    padding-left: 10px;
    padding-right: 10px
}

.des_tp_wrap .prod_price {
    float: right
}

.listing-product_wrap ul li .slick-dots li {
    display: inline-block;
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    width: 10px
}

.listing-product_wrap ul li .slick-dots {
    bottom: -10px
}

.des_size_wrap {
    padding: 10px;
    float: left;
    width: 100%;
    border-top: 1px solid #efefef
}

.des_size_wrap {
    margin-bottom: 0
}

.det_btn_add_bag,.det_btn_save {
    border: 0;
    color: #fff;
    font-size: 28px;
    font-weight: var(--font-semibold);
    padding: 11px 0;
    width: 40%;
    text-align: center;
    text-transform: uppercase
}

.det_btn_save {
    background: #3d3d3d;
    transition: all .5s ease 0s
}

.det_btn_save:hover {
    background: #9e9e9e
}

.det_btn_add_bag {
    background: #E94D37;
    height: 58px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.cssFade,.cssSlideUp {
    transition: .5s linear all
}

.det_btn_add_bag:hover {
    background: #9e9e9e
}

#tabs>ul {
    border-bottom: 1px solid #a6b5bc
}

#tabs>ul:after {
    content: '';
    clear: both;
    display: table
}

.more_btn,.new_price,.old_price {
    display: inline-block
}

#tabs>ul>li {
    float: left;
    border-bottom: 6px solid #fff;
    font-size: 25px;
    color: #94989f;
    font-weight: var(--font-bold);
    margin: 0 32px;
    cursor: pointer
}

#tabs>ul>li.active {
    border-bottom-color: #E94D37
}

#tabs>div#mainView {
    margin-bottom: 53px
}

.det_tabs_wrap {
    margin-top: 40px
}

.det_tabs_wrap .tab_cont {
    color: #7d888b;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 28px;
    line-height: 24px
}

.det_tabs_wrap .tab_cont h3 {
    padding: 0 0 6px;
    margin: 0 0 15px;
    color: #94989f;
    font-size: 25px;
    font-weight: var(--font-bold);
    border-bottom: 1px solid #a6b5bc
}

.det_tab_cont {
    margin-bottom: 32px
}

.prod_name {
    color: #343434;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: var(--font-semibold);
    text-align: center
}

.det_btn_add_favourite {
    background: #fff;
    border: 0;
    color: #282828;
    display: block;
    font-family: var(--font-family-sanserif);
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 25px 0
}

.det_btn_add_bag i,.det_btn_save i {
    margin-right: 5px;
    display: inline-block;
    position: relative
}

.det_btn_add_favourite:hover {
    color: #E94D37
}

.btn_ul li {
    float: left
}

.btn_wrap .det_btn_add_bag,.btn_wrap .det_btn_save {
    float: left;
    width: 100%
}

.btn_ul li:nth-child(1) {
    width: 45%
}

.btn_ul li:nth-child(2) {
    width: 55%
}

.btn_ul li:nth-child(3) {
    width: 100%
}

.det_btn_add_bag i {
    background: url(../mobile-site-content/icon_bag.png) no-repeat;
    height: 32px;
    top: 3px;
    width: 26px
}

.det_btn_save i {
    height: 17px;
    background: url(../mobile-site-content/icon_btn_save.png) no-repeat;
    top: -1px;
    width: 33px
}

.slct_lens_btn_wrap .btn_ul li:nth-child(1),.slct_lens_btn_wrap .btn_ul li:nth-child(2),.slct_lens_btn_wrap .btn_ul li:nth-child(3),.slct_lens_btn_wrap .det_btn_add_bag,.type_des {
    width: 100%
}

.slct_lens_btn_wrap .btn_ul li {
    margin-bottom: 10px
}

.ngdialog,.ngdialog-overlay {
    position: fixed;
    left: 0;
    bottom: 0
}

.type_cont {
    padding: 15px 10px
}

.type_name {
    color: #000;
    font-size: 22px;
    font-weight: var(--font-bold);
    font-family: var(--font-family-sanserif);
    margin-bottom: 8px
}

.type_name>span {
    font-weight: var(--font-regular);
    color: #484646
}

.type_des {
    color: #4c4c4c;
    font-size: 13px;
    margin-top: 10px;
    width: 80%
}

.ng-hide-add,.ng-hide-remove {
    display: block!important
}

.cssSlideUp {
    height: auto;
    overflow: hidden
}

.cssSlideUp.ng-hide {
    min-height: 40px
}

.ng-trans {
    -webkit-transition: .4s all;
    transition: .4s all
}

.signin,body,nav {
    transition: all ease .5s
}

.btn_center {
    text-align: center
}

.btn_center .btn_back {
    background: #fff;
    border: 0;
    display: inline-block;
    margin: 25px 0
}

@-webkit-keyframes ngdialog-fadeout {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes ngdialog-fadeout {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes ngdialog-fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes ngdialog-fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.ngdialog,.ngdialog *,.ngdialog:after,.ngdialog:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ngdialog {
    overflow: auto;
    -webkit-overflow-ing: touch;
    z-index: 10000;
    top: 0;
    right: 0
}

.ngdialog-overlay {
    background: rgba(0,0,0,.4);
    top: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: ngdialog-fadein .5s;
    animation: ngdialog-fadein .5s
}

.ngdialog.ngdialog-closing .ngdialog-overlay {
    -webkit-backface-visibility: hidden;
    -webkit-animation: ngdialog-fadeout .5s;
    animation: ngdialog-fadeout .5s
}

.signin,nav {
    height: 100%
}

body,nav.show {
    right: 0
}

.inside h1 span,.inside h3 span,.loginform .bluebutton1 {
    font-weight: var(--font-bold);
    font-family: var(--font-family-sanserif)
}

nav {
    position: absolute;
    right: -85%;
    width: 80%;
    z-index: 9999
}



.search-page {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 100%;
    background: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.search-button {
    position: absolute;
    top: 22px;
    border: none;
    background: 0 0;
    right: 0;
    color: #423f3f;
    font-size: 13px
}

.search-page input {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    border: 0;
    color: #434343;
    text-transform: capitalize;
    line-height: 35px;
    border-bottom: 1px solid #efefef;
}

.inside h1,.inside h3 {
    width: 100%;
    float: left;
    text-align: center
}

.signin {
    position: absolute;
    left: -80%;
    background: #fff;
    max-width: 80%;
    z-index: 99999;
    overflow-x: scroll
}

.signin.show {
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99999
}

.inside h1,.inside h3 {
    font-size: 22px;
    line-height: 30px;
    color: #2e2e2e;
    padding-top: 0;
    margin-bottom: 10px;
}

.txt_center {
    text-align: center
}

.inside h1 span,.inside h3 span {
    display: inline-block;
    font-size: 19px;
    border-bottom: 4px solid #2e2e2e;
    text-transform: capitalize
}

.blackbutton,.bluebutton,form[name=cancelaction] input[type=submit] {
    border: none;
    display: block;
    font-weight: var(--font-bold);
    padding: 0 4px;
    text-transform: capitalize;
    line-height: 45px;
    text-decoration: none
}

.append,.blackbutton {
    color: #fff;
    text-align: center
}

.buttons-singnin {
    float: left;
    width: 100%;
    padding: 0 2% 25px;
    margin-top: 25px
}

.buttons-singnin ul {
    margin: 0;
    padding: 0
}

.buttons-singnin ul li {
    width: 49%;
    float: left
}

.buttons-singnin ul li:nth-child(2n) {
    float: right
}

.bluebutton,form[name=cancelaction] input[type=submit] {
    width: 100%;
    background: #E94D37;
    font-size: 14px;
    float: left;
    color: #fff;
    text-align: center
}

.blackbutton {
    width: 100%;
    float: left;
    background: #2c2c2c;
    font-size: 14px
}

.btn_ul:after,.hdr_main:after,.hm_links:after,.hm_links>ul:after,.inside:after,.more_links_cont>ul:after,.wmn_sunglass_wrap:after,[class$="_cont"]:after,[class$="_wrap"]:after,form[name=cancelaction]>ul:after {
    content: '';
    display: table;
    clear: both
}

body {
    overflow-x: hidden
}

#body.show {
    position: relative;
    right: 80%
}

#body.showRight {
    position: relative;
    left: 0
}

.append {
    background: rgba(0,0,0,.8);
    z-index: 9999;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: block;
    transition: all ease-out 0.5s
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.check-delete {
    width: 100%;
    float: left;
    padding: 15px 23px;
    border-bottom: 1px solid #f3f3f3
}

.check-delete ul {
    margin: 0;
    padding: 0
}

.check-delete ul li {
    float: left;
    font-size: 14px;
    color: #2c2c2c
}

.check-delete ul li a {
    float: left;
    color: #2c2c2c;
    font-size: 18px
}

.check-delete ul li input {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #dedede;
    margin: 0 8px;
    text-align: center;
    font-size: 12px;
    color: #848484
}

.check-delete ul li:nth-child(2) {
    float: right
}

.edit {
    float: right!important;
    font-size: 12px!important;
    line-height: 27px;
    text-decoration: none
}

.price-checkout,.productname-checkout {
    font-size: 25px;
    line-height: 47px;
    font-weight: 800
}

.productname-checkout {
    color: #2c2c2c;
    float: left
}

.price-checkout {
    color: #E94D37;
    float: right
}

.toggle-price {
    border-bottom: 1px solid #cfcfcf;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.inside-toggle-price {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px
}

.inside-toggle-price span {
    font-size: 14px;
    float: left
}

.inside-toggle-price .price {
    float: right
}

.specify-bannner {
    background: #f7f7f7;
    padding: 35px 0;
    float: left;
    width: 95%;
    text-align: center;
    margin: 15px
}

.specify-bannner .title {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 800;
    font-family: var(--font-family-sanserif)
}

#sortbymobile,.dash_links>ul>li>a,.form-input label,.left-heading,.left-pannel ul li,.payment_wrap ul li,.title-cat {
    text-transform: uppercase
}

.specify-bannner p {
    font-family: var(--font-family-sanserif);
    display: block;
    padding: 0 10%;
    font-size: 18px;
    line-height: 30px
}

.coupen {
    background: #f7f7f7;
    width: 98%;
    margin: 0 1% 15px;
    padding: 2%;
    float: left;
    border-radius: 7px;
    border: 1px solid #e5e5e5
}

.left-heading {
    font-size: 14px;
    font-weight: 800;
    color: #2e2e2e;
    margin-bottom: 5px;
    width: 100%;
    float: left
}

.coupen input[type=text] {
    width: 100%;
    background: #fff;
    line-height: 40px;
    border-radius: 5px;
    border: none;
    text-align: center;
    margin-bottom: 10px
}

.coupen .bluebutton {
    border-radius: 5px;
    line-height: 40px
}

.wrap {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    line-height: 35px;
    padding: 0 2%;
    font-size: 13px;
    color: #667;
    font-weight: var(--font-semibold)
}

#sortbymobile {
    color: #505050;
    cursor: pointer;
    font-size: 13px;
    font-weight: var(--font-regular);
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0
}

.billing {
    background: #f7f7f7;
    width: 98%;
    margin: 0 1% 15px;
    float: left;
    border-radius: 7px;
    border: 1px solid #e5e5e5
}

.coupenprice {
    color: #E94D37
}

.checkbox-codeuse {
    display: inline-block;
    line-height: 13px;
    position: relative;
    top: -1px
}

.red {
    color: red
}

.totalpayee {
    padding: 25px 2%!important;
    color: #000;
    font-size: 15px;
    font-weight: var(--font-bold)
}

.payment-but {
    float: left;
    width: 100%;
    padding: 0 2%;
    max-width: 768px
}

.sticked.bluebutton {
    border-radius: 0;
    line-height: 50px;
    font-size: 20px;
    position: fixed;
    border: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999
}

.form-input {
    width: 100%;
    margin-bottom: 25px;
    float: left;
    position: relative
}

.form-input label {
    width: auto;
    margin-left: 5px;
    background: #fff;
    float: left;
    color: #5f5d5d;
    position: absolute;
    left: 0;
    font-size: 10px;
    letter-spacing: .5px;
    font-weight: var(--font-bold);
    transition: all ease .5s;
    top: -6px;
    padding: 0 8px
}

.form-input input[type=password],.form-input input[type=text], .form-input input[type=email] {
    width: 100%;
    float: left;
    border: 1px solid #ababab;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    color: #5f5d5d;
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: var(--font-semibold)
}

.form-input textarea {
    width: 100%;
    float: left;
    border: 1px solid #ababab;
    height: 197px;
    font-size: 11px;
    padding: 15px 10px
}

.filters,.sort-by {
    height: 27px;
    opacity: .5
}

.form-class {
    margin-top: 25px;
    display: block;
    float: left;
    width: 100%
}

.filter_wrap_inside {
    box-shadow: 0 -10px 17px rgba(0,0,0,.1);
    max-width: 767px;
    width: 100%;
    z-index: var(--font-bold)
}

.filter_wrap_inside ul.grid-col {
    display: grid;
    grid-template-columns: 50% 50%;
}

.filter_wrap_inside ul.grid-col>li {
    min-height: 32px;
    font-size: 12px;
    font-weight: var(--font-semibold);
    color: #505050;
    text-transform: uppercase;
    cursor: pointer;
    margin: 2% 2%;
    background: #6699D5;
    border-radius: 2px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.icon-sprite {
    background-image: url(../mobile-site-content/sprite-icon.png);
    background-repeat: no-repeat
}

.sort-by {
    background-position: 0 0;
    width: 18px
}

.filters {
    background-position: 0 -31px;
    width: 27px;
    margin-right: 8px
}

.filter-frontend {
    width: 100%;
    position: fixed;
    bottom: -200%;
    text-align: center;
    left: 0;
    transition: all ease 1s;
    padding: 0
}

.filter-frontend.show {
    bottom: auto!important;
    top: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    display: inline-block;
    transition: all ease 1s
}

.cancelpop {
    height: 25px;
    position: absolute;
    right: 10px;
    top: 16px;
    width: 25px;
    cursor: pointer
}

.cancelpop img {
    max-width: 60%
}

.left-pannel,.table {
    height: 100%;
    min-height: 100%
}

.filtermain {
    padding: 0!important
}

.top-bar-filter {
    width: 100%;
    padding: 15px;
    float: left;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-weight: bold;
    background: #eef3f9;
}

.top-bar-filter img {
    max-width: 50%
}

.left-pannel {
    background: #f4f4f4;
    display: table-cell;
    left: 0;
    text-align: left;
    top: 0;
    vertical-align: top;
    width: 35%
}

.left-pannel ul {
    margin: 0;
    padding: 0
}

.left-pannel ul li {
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    color: #7d7d7d;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer
}

.right-pannel ul {
    margin: 0;
    padding: 0
}

.right-pannel ul li {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 0
}

.colorthumb {
    float: left
}

.name-fil {
    float: left;
    line-height: 25px;
    font-size: 13px;
    color: #0f0f0f;
    padding-left: 15px
}

.title-cat {
    color: #3b3b3b;
    font-weight: var(--font-bold);
    padding: 10px;
    display: block;
    font-size: 13px;
    border-bottom: 1px solid #e8e8e8
}

.table {
    display: table;
    width: 100%
}

.table-row {
    display: table-row
}

.fav_des,.fav_lft>i,.fav_name,.fav_wrap {
    display: block
}

.cashdetails button {
    margin: 0 3%;
    width: 94%
}

.wallet-options {
    float: left;
    width: 100%;
    border-top: 1px solid #ababab;
    margin-top: 10px
}

.wallet-options ul {
    margin: 0;
    padding: 0
}

.wallet-options ul li {
    float: left;
    width: auto;
    border: none;
    padding: 15px 15px 0;
    margin-bottom: 0
}

.wallet-options ul li a {
    border: none
}

.my_favourite_wrap {
    padding: 15px 28px 0
}

.my_fav_cont>ul>li {
    margin-bottom: 18px;
    border: 1px solid #c8c8c8;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.fav_wrap {
    padding: 14px 10px;
    text-decoration: none
}

.my_fav_cont>ul>li.active_li,.my_fav_cont>ul>li:hover {
    background: #034391;
    border-color: #fff
}

.fav_lft {
    float: left;
    width: 71px;
    margin-right: 15px
}

.fav_lft>i {
    background: 50% 50% no-repeat;
    min-height: 59px
}

.fav_rght {
    float: left;
    width: 75%
}

.fav_lft>i.fav_profile_img {
    background-image: url(../mobile-site-content/fav_icon_profile.png)
}

.fav_lft>i.fav_fav_img {
    background-image: url(../mobile-site-content/fav_icon_fav.png)
}

.fav_lft>i.fav_recent_img {
    background-image: url(../mobile-site-content/fav_icon_viewed.png)
}

.fav_lft>i.fav_offer_img {
    background-image: url(../mobile-site-content/fav_icon_offer.png)
}

.fav_lft>i.Shopping-Wallet-icon {
    background-image: url(../mobile-site-content/fav_icon_wallet.png)
}

.fav_lft>i.fav_order_img {
    background-image: url(../mobile-site-content/fav_icon_order.png)
}

.my_fav_cont>ul>li.active_li .fav_lft>i.fav_profile_img,.my_fav_cont>ul>li:hover .fav_lft>i.fav_profile_img {
    background-image: url(../mobile-site-content/fav_icon_profile_hvr.png)
}

.my_fav_cont>ul>li.active_li .fav_lft>i.fav_fav_img,.my_fav_cont>ul>li:hover .fav_lft>i.fav_fav_img {
    background-image: url(../mobile-site-content/fav_icon_fav_hvr.png)
}

.my_fav_cont>ul>li.active_li .fav_lft>i.fav_recent_img,.my_fav_cont>ul>li:hover .fav_lft>i.fav_recent_img {
    background-image: url(../mobile-site-content/fav_icon_viewed_hvr.png)
}

.my_fav_cont>ul>li.active_li .fav_lft>i.fav_offer_img,.my_fav_cont>ul>li:hover .fav_lft>i.fav_offer_img {
    background-image: url(../mobile-site-content/fav_icon_offer_hvr.png)
}

.my_fav_cont>ul>li.active_li .fav_lft>i.fav_order_img,.my_fav_cont>ul>li:hover .fav_lft>i.fav_order_img {
    background-image: url(../mobile-site-content/fav_icon_order_hvr.png)
}

.my_fav_cont>ul>li.active_li .fav_lft>i.Shopping-Wallet-icon,.my_fav_cont>ul>li:hover .fav_lft>i.Shopping-Wallet-icon {
    background-image: url(../mobile-site-content/fav_icon_wallet_hvr.png)
}

.fav_name {
    color: #484747;
    font-size: 20px;
    margin-bottom: 1px;
    font-family: var(--font-family-sanserif);
    font-weight: var(--font-bold)
}

.fav_des {
    color: #333;
    font-size: 12px
}

.my_fav_cont>ul>li.active_li .fav_des,.my_fav_cont>ul>li.active_li .fav_name,.my_fav_cont>ul>li:hover .fav_des,.my_fav_cont>ul>li:hover .fav_name {
    color: #fff
}

.profile_img_wrap {
    text-align: center
}

.profile_img_wrap .img_wrap {
    display: inline-block;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: #f5f5f5;
    padding-top: 4px
}

.profile_img_wrap .img_wrap img {
    display: block;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin: 0 auto
}

.profile_des_wrap {
    margin: 25px 0 35px;
    text-align: center;
    color: #717171;
    font-size: 13px
}

.prof_tab_title {
    background: #fbfafa;
    border: 1px solid #f4f4f4;
    color: #454545;
    font-size: 16px;
    font-weight: var(--font-semibold);
    height: 49px;
    line-height: 49px;
    padding-left: 18px;
    position: relative
}

.prof_tab_title.active:after,.prof_tab_title:after {
    color: #000;
    font-family: fontawesome
}

.prof_tab_title:after {
    content: '\f196';
    position: absolute;
    top: 0;
    right: 15px;
    display: none;
}

.prof_tab_title.active:after {
    content: '\f147'
}

.prof_tab_wrap {
    margin-bottom: 11px
}

.profile_tab_cont {
    border: 1px solid #f4f4f4;
    border-top: 0;
    padding: 10px 15px;
    width: 100%;
    line-height: 24px
}

.tab_icon_right {
    float: right
}

.profile_tab_cont h4 {
    color: #333;
    font-size: 16px;
    font-weight: var(--font-regular);
    margin-bottom: 10px
}

.profile_det_cont {
    color: #333;
    font-size: 12px;
    line-height: 24px
}

.profile_tab_cont a {
    font-size: 11px;
    text-decoration: underline;
    color: #E94D37
}

.dash_links>ul>li>a,.donate .donate_wrap p a,.help-wrap ul li div a,.inside-links a,.offer_links_wrap a,.orderid a,.tabs_container_wrap>a,.tp_bnr_wrap .breadcrum a {
    text-decoration: none
}

.lens_price {
    font-weight: var(--font-bold);
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 12px;
    right: 15px
}

.my_fav_cont>ul:after {
    content: '';
    display: table;
    clear: both;
}

.tabs_container_wrap>a:hover .order_no,.tabs_container_wrap>a:hover .order_placed {
    color: #2c2c2c
}

.sec_wrap .slider {
    margin-bottom: 15px
}

.social-login>ul>li:first-child {
    background: #d44330
}

.social-login>ul>li:last-child {
    background: #3d5b9b
}

.tabs_container_wrap .order_no {
    float: left;
    font-size: 17px;
    font-weight: var(--font-semibold)
}

.tabs_container_wrap>a:hover .order_wrap {
    background: #034391;
    border-color: #fff
}

.more_links>button {
    background: #fff;
    border: 1px solid #e8e8e8;
    display: block;
    margin: 15px 0 0;
    padding: 10px 3%;
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 14px;
    color: #2c2c2c;
    font-weight: var(--font-bold)
}

.clcash_bal_cont,.dash_links li {
    border-bottom: 1px solid #eee
}

.more_links>button>span {
    font-weight: var(--font-regular)
}

.more_links>button:after {
    content: '\f0d7';
    position: absolute;
    right: 5%;
    top: 7px;
    font-family: fontawesome;
    font-size: 21px
}

.more_links {
    padding: 0 23px;
    margin-bottom: 26px
}

.ord_name>span {
    display: block
}

.ng-cloak,[ng-cloak],[ng\:cloak] {
    display: none!important
}

.dash_links {
    padding: 0 0
}

.dash_links>ul>li>a {
    color: #545454;
    display: block;
    font-size: 14px;
    padding: 10px 10px 10px 45px;
    transition: all .5s ease 0s;
    background-repeat: no-repeat;
    background-size: 22px auto
}

.cart-icon img {
    position: absolute;
    width: 56%;
    top: 15px;
    right: 10px
}

.disable_cart {
    opacity: .2
}

.social-login li {
    font-size: 18px;
    color: #fff;
    padding: 11px 29px
}

.social-login li i {
    display: inline-block;
    font-size: 21px;
    margin-right: 7px;
    vertical-align: top
}

.dash_links>ul>li.icon-dash a,.dash_links>ul>li.icon-fav a,.dash_links>ul>li.icon-logout a,.dash_links>ul>li.icon-order a,.dash_links>ul>li.icon-recently a {
    background: 0 0
}

.dash_links>ul>li>a>span {
    background-size: 25px auto;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle
}

.dash_links>ul>li>a {
    padding-left: 25px
}

.sprite {
    background: url(../mobile-site-content/account_sprite3.png) top left no-repeat;
    width: 30px;
    height: 30px
}

.dash_links>ul>li>a:hover {
    color: #fff;
    background-color: #034391!important;
    padding-left: 35px
}

span.loggedIn:after {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ff4141;
    border-radius: 100%;
    content: "";
    left: 31px;
    top: 12px
}

.ss-infinite-,.tooltip {
    position: relative
}

.type_lenses_wrap {
    float: left;
    width: 100%
}

.type_lenses_wrap ul {
    margin: 0;
    padding: 0
}

.buynowlens {
    position: absolute;
    bottom: 15px;
    right: 10px;
    padding: 8px 10px;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 5px;
    color: #fff;
    background: #E94D37
}

.clcash_tp_wrap {
    text-align: center;
    margin-bottom: 38px
}

.cl_title {
    display: inline-block;
    font-size: 18px
}

.cl_dat {
    color: #000;
    float: left;
    font-size: 12px
}

.col_green {
    color: #66a600
}

.col_red {
    color: red
}

.col_blue {
    color: #E94D37
}

.col_purple {
    color: #c00095
}

.contact_det_wrap,.contact_frm_wrap {
    padding: 0 2%;
    margin-bottom: 20px
}

.contact_det_wrap p {
    margin-bottom: 15px;
    color: #262626;
    font-size: 12px
}

.contact_det_wrap .inside {
    margin-bottom: 25px
}

.contact_det_wrap a {
    color: #262626
}

.content-cotact h6 {
    border-bottom: 2px solid #E94D37;
    font-size: 13px;
    font-weight: var(--font-bold);
    margin-bottom: 8px;
    padding-bottom: 8px;
    text-transform: uppercase
}

.content-cotact>ul>li {
    float: left;
    min-height: 130px;
    width: 48%;
    padding: 0;
    margin-right: 4%
}

.content-cotact>ul>li:nth-child(2n) {
    margin-right: 0
}

.content-cotact>ul>li:nth-child(3),.content-cotact>ul>li:nth-child(4) {
    min-height: inherit
}

.contact-social-icons a {
    color: #2c2c2c;
    opacity: .8
}

.contact-social-icons a:hover {
    color: #E94D37;
    opacity: 1
}

.title_h3 {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #2e2e2e;
    font-size: 22px;
    line-height: 30px
}

.title_h3 span {
    border-bottom: 4px solid #2e2e2e;
    font-family: var(--font-family-sanserif);
    display: inline-block;
    font-weight: var(--font-bold);
    text-transform: capitalize
}

.collection_cont {
    padding: 0 2%
}

.collection_cont>ul>li {
    background: #fbfbfb;
    box-shadow: 1px 2px 8px rgba(207,207,207,.4);
    float: left;
    margin-bottom: 15px;
    margin-right: 4%;
    -webkit-transition: all .5s ease-in 0s;
    -o-transition: all .5s ease-in 0s;
    transition: all .5s ease-in 0s;
    width: 48%
}

.collection_cont>ul>li:nth-child(2n) {
    margin-right: 0
}

.collection_cont ul li .imageholder {
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.collection_cont ul li .imageholder a {
    display: block
}

.collection_cont ul li .imageholder a img {
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    display: block
}

.collection_cont ul li .imageholder:hover img {
    transform: scale(1.1)
}

.collection_cont ul li .offer-wrap {
    border: 1px solid #e6e6e6;
    padding-bottom: 15px;
    padding-top: 15px
}

.collection_cont ul li .offer-wrap .offer-heading {
    color: #E94D37;
    font-size: 24px;
    font-weight: 300;
    text-align: center
}

.collection_cont ul li .offer-wrap .offer-heading a {
    color: #E94D37;
    display: block;
    font-size: 20px;
    text-align: center;
    text-decoration: none
}

.offer_links_wrap {
    margin-bottom: 25px
}

.offer_links_wrap>ul {
    text-align: center
}

.offer_links_wrap>ul>li {
    display: inline-block;
    margin-right: 15px
}

.offer_links_wrap a {
    background: #f7f7f7;
    border: 1px solid #ccc;
    color: #454545;
    display: block;
    font-size: 12px;
    line-height: 35px;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    transition: all .5s ease 0s
}

.offer_links_wrap a.active,.offer_links_wrap a:hover {
    background: #E94D37;
    color: #fff
}

.offer_links_wrap ul li:last-child {
    margin-right: 0
}

.offer-points ul li {
    box-shadow: none;
    font-size: 13px;
    margin-bottom: 7px;
    text-align: left;
    padding-left: 15px
}

.collection_cont.offerpg>ul>li .offer-wrap {
    min-height: 206px
}

.collection_cont.offerpg ul li .offer-wrap .offer-heading a {
    text-align: left;
    padding-left: 15px;
    margin-bottom: 15px;
    display: block
}

.donate .donate_wrap,.help-wrap ul,.insidepopup,.joinus p {
    display: inline-block
}

.about_sec_wrap {
    padding: 0 2%
}

.tp_bnr_wrap .breadcrum {
    background: #f0f0f0;
    bottom: -5px;
    color: #3d3d3d;
    float: left;
    font-size: 11px;
    margin: 1.8%;
    padding: 12px 10px 10px;
    position: absolute;
    text-transform: uppercase
}

.tp_bnr_wrap .breadcrum a {
    color: #707070;
    float: left;
    font-size: 11px
}

.tp_bnr_wrap .breadcrum .sap {
    color: #bdbdbd;
    float: left;
    font-size: 18px;
    margin: -6px 5px 0;
    position: relative
}



.cms-con .content_wrap .imageplaceholder {
    float: left;
    width: 40%;
    padding-top: 20px
}

.cms-con .content_wrap .innercontent {
    float: right;
    padding: 20px 0 20px 20px;
    width: 60%
}

.cms-con .content_wrap .innercontent p {
    color: #262626;
    float: left;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 30px;
    width: 100%
}

.left {
    float: left!important
}

.right {
    float: right!important
}

.cms-con .content_wrap .innercontent ul {
    float: left;
    margin: 0 0 30px;
    padding: 0;
    width: 100%
}

.cms-con .content_wrap .innercontent ul li {
    color: #6a6a6a;
    float: left;
    font-size: 12px;
    font-weight: var(--font-semibold);
    list-style: none inside;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: 100%
}

.cms-con p {
    color: #262626;
    float: left;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
    width: 100%
}
.cms-con  a {
    color: #1C5350;
}

.cms-con .content_wrap .inside-content-cms {
    float: left;
    text-align: left;
    width: 60%;
    padding: 20px 20px 20px 0
}

.dash-title,.joinus h1 {
    border-bottom: 1px solid #eee
}

.dash-title,.donate,.help h3,.help-wrap,.joinus,.mission .imageplaceholder,.showme,.visionworld {
    text-align: center
}

.joinus h1,.visionworld {
    text-transform: uppercase;
    float: left
}
.donate .donate_wrap h3,.joinus h1,.mission .innercontent h3,.visionworld {
    font-family: var(--font-family-sanserif);
    font-weight: var(--font-bold)
}

.cms-con .content_wrap .inside-content-cms.right {
    padding-left: 20px;
    padding-right: 0
}

.cms-con ul li {
    color: #2c2c2c;
    float: left;
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 15px;
    width: 100%;
    list-style: none
}

.visionworld {
    background: #eee;
    color: #545454;
    font-size: 20px;
    line-height: 70px;
    width: 100%
}

.joinus {
    background: url(../mobile-site-content/banners/joinus_bg3.jpg) left top no-repeat;
    float: left;
    max-height: 578px;
    padding: 50px 0;
    width: 100%
}

.joinus h1,.joinus p {
    color: #000;
    margin-bottom: 30px;
    width: 80%
}

.joinus h1 {
    box-sizing: unset;
    font-size: 26px;
    line-height: 33px;
    padding: 0 10% 30px
}

.joinus p {
    font-size: 13px;
    line-height: 30px
}

.mission .innercontent h3 {
    color: #305391;
    float: left;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0;
    width: 100%
}

.mission .innercontent p {
    color: #262626;
    float: left;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 15px;
    width: 100%
}

.donate,.donate .donate_wrap h3 {
    margin-bottom: 30px;
    float: left;
    width: 100%
}

.donate {
    background: url(../../desktop/images/donate.jpg) no-repeat;
    padding: 25px
}

.donate .donate_wrap {
    width: 100%
}

.donate .donate_wrap h3 {
    color: #fff;
    font-size: 36px
}

.donate .donate_wrap p {
    color: #fff;
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%
}

.donate .donate_wrap p a {
    color: #fff
}

header {
    width: 100%;
    height: 57px;
    position: relative
}

header.sticky {
    position: fixed;
    z-index: 999;
    top: 0;
    height: 57px;
    left: 0;
    -webkit-box-shadow: 0 10px 11px rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 11px rgba(0,0,0,.1);
    box-shadow: 0 10px 11px rgba(0,0,0,.1)
}

.dash-title {
    color: #E94D37;
    font-family: var(--font-family-sanserif);
    font-weight: var(--font-bold);
    padding-bottom: 15px
}

.contentcms,.help h3 {
    color: #262626;
    width: 100%;
    float: left
}

.contentcms {
    background: #efefef;
    font-size: 13px;
    line-height: 21px;
    padding: 1.8%
}

.help h3 {
    font-family: var(--font-family-sanserif);
    font-size: 21px;
    font-weight: var(--font-bold);
    margin-bottom: 15px
}

.help-wrap ul li {
    border-right: 1px solid #eaeff3;
    float: left;
    list-style: none;
    padding: 50px 35px;
    width: 50%
}

.help-wrap ul li:nth-child(2) {
    border-right: 0
}

.help-wrap ul li .icon-placeholder {
    margin-bottom: 25px
}

.help-wrap ul li div {
    color: #E94D37;
    font-family: var(--font-family-sanserif);
    font-size: 15px;
    font-weight: var(--font-bold)
}

.help-wrap ul li div a {
    color: #262626;
    float: left;
    font-family: var(--font-family-sanserif);
    font-weight: var(--font-regular);
    margin-top: 15px;
    text-transform: lowercase;
    width: 100%
}

.toggel-wrap {
    float: left;
    width: 100%
}

.toggel-wrap ul li {
    border-bottom: 1px solid #eaeff3;
    float: left;
    padding-bottom: 35px;
    padding-top: 35px;
    width: 100%;
    list-style: none;
}

.toggel-wrap ul li .caption {
    background: url(../mobile-site-content/plus.png) 98% center no-repeat;
    color: #2c2c2c;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: var(--font-bold);
    text-transform: uppercase;
    width: 100%
}

.toggel-wrap ul li .active {
    background: url(../mobile-site-content/minus.png) 98% center no-repeat!important
}

.toggel-wrap ul li .expand {
    color: #333;
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin-top: 25px;
    transition: all .5s ease 0s
}

.showme-active {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed!important;
    background: rgba(0,0,0,.5);
    visibility: visible!important;
    opacity: 1!important
}

.showme {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    float: left;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.insidepopup {
    width: 60%;
    margin: 3% auto;
    padding: 30px 20px;
    background: #fff;
    border-radius: 18px;
    position: relative;
    box-shadow: 3px 10px 19px rgba(0,0,0,.3)
}

.cms-con>h3,.responsive_table_wrap table {
    margin-bottom: 15px
}

.insidepopup .close-pop {
    position: absolute;
    right: -18px;
    top: -15px
}

.insidepopup .wrapiinside {
    float: left;
    width: 100%;
    text-align: left
}

.insidepopup .wrapiinside .empty_cart {
    width: 100%;
    text-align: center;
    float: left;
    padding: 20px 0
}

.insidepopup .wrapiinside .empty_cart img {
    display: inline
}

.insidepopup .wrapiinside h4 {
    text-align: center;
    float: left;
    width: 100%;
    font-family: var(--font-family-sanserif);
    font-size: 21px;
    color: #262626;
    font-weight: var(--font-bold)
}

.insidepopup .wrapiinside p {
    text-align: center;
    float: left;
    width: 100%;
    color: #262626;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px
}

.responsive_table_wrap table.custome-table,.responsive_table_wrap td {
    border: 1px solid #eaeff3;
    font-size: 12px;
    padding: 10px 15px
}

.cms-con>h3 {
    font-weight: var(--font-semibold)
}

.wrapiinside>form[name=cancelaction] {
    padding: 15px 5%
}

form[name=cancelaction]>.radio-show>ul {
    list-style: none;
    margin-bottom: 25px
}

form[name=cancelaction]>.radio-show>ul>li {
    margin-bottom: 10px
}

form[name=cancelaction] input[type=submit] {
    max-width: 480px
}

.cms-con .content_wrap h3 {
    color: #262626;
    float: left;
    font-size: 20px;
    font-weight: var(--font-bold);
    margin-bottom: 15px;
    padding: 0;
    width: 100%
}

.inside-links a {
    color: #E94D37;
    position: relative;
    padding-left: 25px
}

.inside-links a:before {
    position: absolute;
    left: 13px;
    content: '\f105';
    font-family: fontawesome
}

.inside-links li {
    position: relative
}

.sitemap_wrap {
    padding: 15px 0
}

#viewThree table {
    border: 1px solid #ededed;
    float: left;
    padding: 10px;
    width: 100%;
    margin-bottom: 25px
}

.our_promises_cont {
    font-size: 13px;
    line-height: 20px
}

#viewThree table td {
    border: 1px solid #efefef;
    padding-left: 9px;
    width: 50%
}

.allset-smile,.orderid {
    width: 100%;
    margin-top: 25px;
    float: left;
    text-align: center
}

.orderid a {
    display: inline;
    padding: 3px 15px;
    line-height: initial;
    border-radius: 35px;
    width: auto;
    background: #f6f6f6;
    font-size: 13px;
    color: #2c2c2c
}

.main_wrap_details {
    margin: 0;
    padding: 0;
    list-style: none
}

.main_wrap_details>li {
    float: left;
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 0 1% 15px;
    width: 98%;
    padding-bottom: 11px
}

.namedetails_wrap {
    padding: 5px 20px;
    border-bottom: 1px solid #eee
}

.detail-name {
    font-size: 15px;
    color: #2c2c2c;
    float: left;
    line-height: 40px;
    font-weight: var(--font-bold)
}

.product-status {
    font-weight: var(--font-regular);
    font-size: 13px;
    float: right;
    line-height: 40px
}

.product-status.pending {
    color: red
}

.product-status.delivery {
    color: #35ce00
}

.detailimage {
    float: left;
    width: 33%;
    text-align: center;
    padding: 0 1.5%
}

.detailimage img {
    max-width: 100%
}

.detail-description {
    width: 34%;
    float: left;
    font-size: 12px;
    color: #2c2c2c;
    padding-top: 20px
}

.detail-description ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.detail-description ul li {
    float: left;
    width: 100%;
    font-size: 11px
}

.detail-price {
    padding-top: 20px;
    width: 33%;
    text-align: right;
    float: right;
    padding-right: 15px
}

.detail-price ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.detail-price .pric {
    font-weight: var(--font-bold);
    color: #E94D37
}

.detail-price .spcl {
    font-weight: 300;
    font-size: 14px;
    color: #2c2c2c;
    text-decoration: line-through;
    padding-left: 5px
}

.detail_price_wrap {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px
}

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

.detail_price_wrap ul li {
    float: left;
    font-size: 13px;
    line-height: 34px;
    padding-right: 15px
}

.detail_price_wrap ul li span {
    font-weight: var(--font-bold);
    margin-right: 3px
}

.detail_price_wrap .price-main {
    color: #E94D37;
    font-size: 19px;
    font-weight: var(--font-bold)
}

.filter_wrap button {
    width: 95%;
    float: left;
    color: #fff;
    margin-left: 15px
}

.filter_wrap button:nth-child(2n) {
    width: 100%;
    float: right;
    color: #fff
}

.details-order_wrap,.heading_prescription,.prescription_sample {
    width: 100%;
    float: left
}

.details-order_wrap {
    margin-bottom: 20px;
    padding-top: 30px
}

.pd ul,.twopd ul {
    margin: 0;
    list-style: none
}

.heading_prescription ul,.prescription_sample ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.heading_prescription ul li {
    float: left;
    width: 33%;
    line-height: 64px;
    min-height: 64px;
    text-align: center;
    background: #3a3a3a;
    color: #fff;
    font-size: 14px
}

.pd ul li,.prescription_sample ul li {
    text-align: left;
    font-size: 14px;
    float: left
}

.heading_prescription ul li:nth-child(2) {
    border-right: 1px solid #282828
}

.prescription_sample ul li {
    background: #fff;
    color: #fff;
    line-height: 50px;
    padding-left: 7px;
    width: 33%
}

.prescription_sample ul li input[type=text],.prescription_sample ul li select {
    width: 90%;
    line-height: 30px;
    height: 30px;
    color: #474747;
    border: 1px solid #d9d9d9
}

.prescription_sample.dark ul li:nth-child(1) {
    background: #003c6b;
    color: #fff
}

.prescription_sample.light ul li:nth-child(1) {
    background: #E94D37!important;
    color: #fff
}

.prescription_sample.light ul li {
    background: #f4f4f4!important
}

.prescription_sample.light ul li:nth-child(2) {
    border-right: 1px solid #ededed
}

.prescription_sample.dark ul li:nth-child(2) {
    border-right: 1px solid #f7f7f7
}

.full-width,.full-width textarea,.pd ul li select {
    border: 1px solid #d9d9d9
}

.full-width {
    width: 67%!important;
    float: left;
    padding: 10px;
    height: 100px
}

.full-width textarea {
    color: #474747;
    width: 100%;
    height: 80%;
    line-height: initial;
    padding: 2px
}

.height-pre,.initial {
    line-height: initial!important
}

.height-pre {
    height: 100px;
    padding-top: 10px
}

.initial {
    padding: 15px 0
}

.pd {
    width: 100%;
    float: left
}

.pd ul {
    padding: 0
}

.pd ul li {
    color: #000;
    line-height: 50px;
    padding-left: 7px;
    width: 33%
}

.footer-nav,.footer-nav ul {
    display: inline-block;
    text-align: center
}

.pd ul li select {
    width: 90%;
    line-height: 30px;
    height: 30px;
    color: #474747
}

.pd ul li:nth-child(1) {
    background: #f4f4f4;
    width: 33%
}

.twopd {
    width: 100%;
    padding: 20px 0;
    float: left
}

.twopd ul {
    padding: 0
}

.twopd ul li {
    padding: 0 5px;
    float: left;
    font-size: 14px;
    font-weight: var(--font-bold)
}

.prescription_wrap .buttons-singnin {
    background: #efefef;
    bottom: 0;
    float: left;
    margin-top: 0;
    padding: 5px;
    position: fixed;
    width: 100%;
    z-index: 999
}

.det_btn_add_favourite,.footer-nav ul li {
    position: relative
}

.det_btn_add_favourite::before {
    color: #323232;
    content: "\f08a";
    font-family: fontawesome;
    font-size: 16px
}

.det_btn_add_favourite.active::before {
    color: #e00;
    content: "\f004";
    font-family: fontawesome;
    font-size: 16px
}

.footer-nav {
    margin: 0 auto 15px;
    width: 100%
}

.footer-nav ul {
    margin: 0 auto;
    width: auto
}

.footer-nav ul li {
    float: left;
    list-style: none;
    padding: 0 10px
}

.footer-nav ul li a {
    float: left;
    color: #2c2c2c;
    font-size: 12px;
    text-decoration: none
}

.footer-nav ul li:after {
    color: #9f9f9f;
    content: "|";
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 2px
}

.footer-nav ul li:last-child:after {
    display: none
}

.followus,.followus ul {
    display: inline-block;
    margin: 0 auto;
    text-align: center
}

.followus {
    width: 100%
}

.followus ul {
    width: auto
}

.followus ul li {
    margin: 20px 3px 0 0;
    float: left;
    width: 27px;
    height: 28px;
    list-style: none
}

.followus ul li a {
    display: block;
    width: 27px;
    height: 28px
}

.Instagram,.facebook,.google,.pintrest,.twitter,.youtube {
    display: block;
    height: 29px;
    width: 100%;
    float: left
}

.facebook {
    background: url(../mobile-site-content/social.png) left top no-repeat
}

.twitter {
    background: url(../mobile-site-content/social.png) -34px top no-repeat
}

.google {
    background: url(../mobile-site-content/social.png) -66px top no-repeat
}

.pintrest {
    background: url(../mobile-site-content/social.png) -99px top no-repeat
}

.Instagram {
    background: url(../mobile-site-content/social.png) -165px top no-repeat
}

.youtube {
    background: url(../mobile-site-content/social.png) -132px top no-repeat
}

.large_img_wrap {
    position: relative
}

.detail_slider .discount {
    position: absolute;
    top: 26px;
    background-size: 78%;
    font-size: 13px;
    left: 15px;
    padding: 6px 21px 0 6px
}
.hm_links:before {
    top: 16px
}

.hm_links:after {
    top: 13px
}

.main_wrap_details .bluebutton {
    float: left;
    margin-left: 1%;
    margin-top: -13px;
    width: 98%;
    border-radius: 10px
}

.websiteoftheyear {
    float: left;
    width: 100%;
    padding: 0 15px
}

.offer_details_wrap {
    padding: 0 2%
}

.offer_details_wrap h3 {
    color: #262626;
    display: inline-block;
    font-family: var(--font-family-sanserif);
    font-size: 24px;
    font-weight: var(--font-bold);
    margin: 0 0 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: auto
}

.offer_details_wrap ol {
    float: left;
    margin: 0 0 30px;
    padding: 0 0 0 23px;
    width: 100%
}

.offer_details_wrap li {
    margin-bottom: 10px
}

.offer_details_wrap .button {
    background: #E94D37;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: var(--font-regular);
    height: 47px;
    padding: 11px 0;
    text-align: center;
    text-transform: capitalize;
    transition: all .5s ease 0s;
    width: 50%;
    display: inline-block;
    text-decoration: none
}

.offer_details_wrap .button:hover {
    background: #9e9e9e
}

.offer_details_wrap .button:last-child {
    border-right: none;
    text-decoration: none
}

@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@-moz-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: inherit
}

@media screen and (min-width: 768px) {
    .mn_sunglass_wrap .hm_title_h3 {
        margin-top:7.5%
    }

    .mn_sunglass_wrap.wmn_eyeglass .hm_title_h3 {
        margin-top: 8%
    }

    .wmn_sunglass_wrap.mn_eyeglass .hm_title_h3 {
        margin-top: 10.5%
    }

    .donate .donate_wrap {
        display: inline-block;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .order_det_btm_wrap {
        background:#fafafa;
        border: 1px solid #efefef;
        border-radius: 5px;
        color: #2c2c2c;
        font-size: 14px;
        padding: 10px;
        text-align: right
    }
    .title_h3{
        font-size: 18px;
    }

    .box_wrap .box_title{
        font-size: 20px;
    }

    .box_wrap .box_des_cont{
        font-size: 14px;
    }

    .order_det_btm_wrap>ul>li {
        border-bottom: 1px dashed #efefef;
        float: left;
        margin: 0;
        padding: 7px 5px;
        width: 100%;
        text-align: right
    }

    .order_det_btm_wrap>ul>li:last-child {
        border-bottom: none
    }

    .toggel-wrap ul li {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .google_map_wrap>iframe {
        height: 223px
    }

    .visionworld {
        font-size: 16px
    }

    .hm_title_h3 span,.joinus h1 {
        font-size: 18px
    }

    .joinus h1 {
        font-weight: var(--font-regular)
    }

    .mission .innercontent {
        padding: 0 10px
    }

    .menu-logo>img {
        display: inline;
        max-width: 67%
    }

    .hm_wmn_img {
        bottom: 0;
        right: 2%;
        top: inherit
    }

    .hm_title_h3,.wmn_sunglass_wrap.mn_eyeglass .hm_title_h3 {
        margin-left: 12%
    }

    .wmn_sunglass_wrap.mn_eyeglass .hm_title_h3 {
        margin-top: 12.5%
    }

    .mn_sunglass_wrap .hm_wmn_img {
        bottom: -2px;
        left: -3%;
        top: inherit
    }

    .mn_sunglass_wrap .hm_title_h3,.mn_sunglass_wrap.wmn_eyeglass .hm_title_h3 {
        margin-right: 12%;
        position: relative;
        z-index: 10
    }

    .hm_wmn_img img {
        width: 94%
    }

    .wmn_sunglass_wrap .hm_wmn_img img {
        float: right
    }

    .wmn_sunglass_wrap .inner_cont {
        min-height: 214px;
        -webkit-background-size: 100%;
        background-size: 100%
    }

    .mn_sunglass_wrap .inner_cont {
        min-height: 216px;
        -webkit-background-size: cover;
        background-size: cover
    }
    .mn_sunglass_wrap.wmn_eyeglass .hm_wmn_img {
        top: -34px
    }

    .wmn_sunglass_wrap.mn_eyeglass .hm_wmn_img {
        bottom: -1px;
        top: inherit
    }

    .hm_mobikwik_wrap .inner_cont {
        -webkit-background-size: 100%;
        background-size: cover
    }

    .mn_sunglass_wrap .hm_wmn_img img,.wmn_sunglass_wrap.mn_eyeglass .hm_wmn_img>img {
        width: 80%
    }

    .wmn_sunglass_wrap.mn_eyeglass .inner_cont {
        min-height: 249px
    }

    .hm_links>ul>li>a,.more_links_cont>ul>li>a {
        font-size: 12px
    }

    .cat_bnr_wrap {
        margin-bottom: 25px
    }

    .cat_bnr_wrap>ul>li:first-child .list_bnr_txt {
        background-size: 100% auto;
        right: -6px;
        top: 10px;
        width: 150px
    }

    .cat_bnr_wrap>ul>li:last-child .list_bnr_txt {
        background-size: 100% auto;
        left: -6px;
        width: 150px;
        bottom: 10px
    }
}

@media only screen and (max-width: 639px) {
    .more_links_cont>ul>li {
        min-height:47px;
        padding-top: 14px
    }

    .tp_bnr_wrap .breadcrum {
        background: #f0f0f0;
        margin-bottom: 19px;
        padding: 5px 5px 0
    }

    .visionworld {
        line-height: 30px;
        padding: 15px 0
    }

    .cms-con .content_wrap .inside-content-cms {
        width: 100%;
        padding-right: 0
    }

    .cms-con .content_wrap .inside-content-cms.right {
        padding-left: 0
    }

    .shvng a {
        text-decoration: none
    }

    .shvng .new_price,.shvng a .prod_name {
        color: #343434;
        font-size: 18px;
        text-decoration: none;
        margin-bottom: 10px
    }

    .content-listing h1 {
        font-size: 22px
    }

    .det_btn_add_bag {
        font-size: 23px;
        padding: 0;
        height: 52px;
        line-height: 52px
    }

    .hm_wmn_img {
        top: -11px
    }

    .slct_lens_btn_wrap {
        padding: 0 10px
    }

    #tabs>ul>li {
        margin: 0 30px
    }

    .btn_wrap .det_btn_save {
        float: left;
        width: 100%
    }

    .det_btn_save {
        font-size: 23px;
        padding: 15px 0
    }

    .wmn_sunglass_wrap .inner_cont {
        min-height: 200px
    }

    .mn_sunglass_wrap .hm_wmn_img {
        top: -32px
    }

    .hm_mobikwik_wrap .inner_cont {
        background-size: cover
    }

    .my_favourite_wrap {
        padding-left: 10px;
        padding-right: 10px
    }

    .ord_name {
        padding-left: 0
    }

    .ord_btn {
        padding-right: 0
    }

    .hm_links,.more_links,.order_mid_wrap,.order_tp_wrap {
        padding-left: 10px;
        padding-right: 10px
    }

    .ord_btn>div {
        margin-bottom: 15px
    }

    .cms-con .content_wrap .imageplaceholder {
        padding-top: 10px;
        width: 100%;
        text-align: center
    }

    .cms-con .content_wrap .innercontent {
        padding: 10px 0;
        width: 96%
    }

    .insidepopup {
        border-radius: 0;
        width: 100%;
        margin: 2% auto
    }

    .insidepopup .close-pop {
        right: 2px;
        top: 2px
    }

    .close-pop>img {
        max-width: 25px
    }

    .footer-nav ul li {
        display: inline-block;
        margin-bottom: 20px;
        float: none
    }
}

@media only screen and (max-width: 480px) {
    .followus ul li {
        margin:20px 3px 0 0
    }

    .det_tabs_wrap .new_price,h1.prod_title {
        font-size: 20px
    }

    .type_name {
        font-size: 15.5px;
        margin-bottom: 0
    }

    .lens_price {
        top: 12px;
        font-size: 15px;
        color: #E94D37
    }

    .user_li img {
        display: inline-block
    }

    header {
        height: 50px;
        position: relative;
        width: 100%
    }

    .logo {
        margin-left: 7px;
        width: 50%
    }

    header.sticky {
        box-shadow: 0 10px 11px rgba(0,0,0,.1);
        height: 50px
    }

    .user_li img {
        left: 14px;
        position: absolute;
        top: 15px;
        width: 45%
    }

    .menu-link>img {
        left: 13px;
        position: absolute;
        top: 18px;
        width: 50%
    }

    .cart-icon a img {
        left: 12px;
        position: absolute;
        top: 14px;
        width: 53%
    }

    .hdr_main .inner_cont {
        background: #eee;
        min-height: 50px
    }

    .static-checkout {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        overflow: hidden;
        -webkit-overflow-scrolling: touch
    }
}

@media only screen and (max-width: 479px) {
    .offer_details_wrap .button {
        margin-bottom:5px;
        width: 100%
    }

    .hm_wmn_img img {
        width: 84%
    }

    .joinus h1,.joinus p {
        line-height: 20px;
        width: 100%
    }

    .tabs_container_wrap .order_no {
        width: 100%;
        font-size: 19px
    }

    .insidepopup {
        border-radius: 0;
        height: 100%;
        margin: 0 auto;
        padding: 20px 10px
    }

    .wrapiinside>form[name=cancelaction] {
        padding: 15px 0
    }

    .hm_links>ul>li>a,.more_links_cont>ul>li>a {
        font-size: 11px
    }

    .hm_links>ul>li,.more_links_cont>ul>li {
        padding-top: 0
    }

    .help-wrap ul li {
        padding: 30px 0
    }

    .toggel-wrap ul li .caption {
        font-size: 12px;
        font-weight: var(--font-semibold);
        padding-right: 35px;
        background-size: 16px 16px
    }

    .donate {
        padding: 15px 10px
    }

    .donate .donate_wrap h3 {
        font-size: 25px;
        margin-bottom: 10px
    }

    .joinus h1 {
        font-size: 16px;
        font-weight: var(--font-regular);
        padding: 0 0 36px
    }

    .joinus p {
        padding: 0 10px 20px
    }

    .collection_cont>ul>li {
        margin-right: 0;
        width: 100%
    }

    .more_links>button:after {
        font-size: 18px
    }

    .more_links>button {
        font-size: 12px
    }

    .btn_ul li {
        margin-bottom: 5px
    }

    .btn_ul li:nth-child(1) {
        width: 100%
    }

    .shvng a {
        text-decoration: none
    }

    .shvng .new_price,.shvng a .prod_name {
        font-size: 16px;
        text-decoration: none;
        margin-bottom: 10px
    }

    .btn_ul li:nth-child(2) {
        width: 100%
    }

    .h1.prod_title,.new_price,.price-checkout,.productname-checkout,.specify-bannner .title {
        font-size: 20px
    }

    .specify-bannner p {
        font-size: 15px;
        line-height: 23px;
        margin-top: 15px
    }

    #tabs>ul>li {
        font-size: 15px;
        font-weight: var(--font-semibold);
        margin: 0 17px 0 7px
    }

    .det_tabs_wrap .tab_cont {
        color: #7d888b;
        font-size: 12px;
        font-weight: 300;
        line-height: 24px
    }

    .listing-product_wrap>ul>li {
        border-bottom: 1px solid #ededec
    }

    .listing-product_wrap>ul>li:last-child {
        border-bottom: none
    }

    .hm_links>ul>li,.more_links_cont>ul>li {
        min-height: 34px;
        border: 1px solid #e8e8e8;
        border-bottom: none
    }

    .hm_links>ul>li>a,.more_links_cont>ul>li>a {
        line-height: 16px;
        padding: 9px 0
    }

    .hm_links,.more_links {
        padding: 29px 10px 7px
    }

    .more_links {
        padding-top: 15px;
        margin-bottom: 15px
    }

    .hm_title_h3,.mn_sunglass_wrap .hm_title_h3,.mn_sunglass_wrap.wmn_eyeglass .hm_title_h3,.wmn_sunglass_wrap.mn_eyeglass .hm_title_h3 {
        font-size: 30px;
        margin-top: 21%;
        position: relative;
        z-index: 12
    }

    .hm_title_h3 {
        margin-top: 21%;
        position: relative;
        z-index: 12
    }

    .cat_bnr_wrap>ul>li {
        margin-right: 0;
        width: 100%
    }

    .listing-product_wrap>ul>li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 46px
    }
    .listing-product_wrap {
        padding-left: 10px;
        padding-right: 10px
    }

    .content-listing h1 {
        font-size: 15px;
        font-weight: var(--font-bold)
    }

    .content-listing p {
        color: #8a8a8a;
        font-size: 12px;
        padding: 0 5px
    }

    .slider {
        margin-bottom: 25px
    }

    .logo {
        width: 50%;
        margin-left: 7px
    }

    .det_tabs_wrap {
        margin-top: 20px
    }

    #tabs>ul>li:first-child {
        margin-left: 12px
    }

    #tabs>ul>li:last-child {
        margin-right: 0
    }

    .det_tabs_wrap .tab_cont {
        padding-left: 5px;
        padding-right: 5px
    }

    .wmn_sunglass_wrap .inner_cont {
        min-height: 210px
    }

    .mn_sunglass_wrap .inner_cont,.wmn_sunglass_wrap.mn_eyeglass .inner_cont {
        min-height: 200px
    }

    .hm_wmn_img {
        top: -19px;
        right: 0;
        z-index: 10
    }

    .mn_sunglass_wrap .hm_wmn_img {
        top: inherit;
        bottom: -2px
    }

    .mn_sunglass_wrap .hm_wmn_img img {
        width: 69%
    }

    .mn_sunglass_wrap.wmn_eyeglass .hm_wmn_img {
        top: inherit;
        bottom: -2px
    }

    .mn_sunglass_wrap .hm_title_h3,.mn_sunglass_wrap.wmn_eyeglass .hm_title_h3 {
        margin-right: 12%
    }

    .wmn_sunglass_wrap.mn_eyeglass .hm_wmn_img {
        bottom: 0;
        top: auto
    }

    .wmn_sunglass_wrap.mn_eyeglass .hm_wmn_img>img {
        width: 67%
    }

    .hm_links>ul>li>a,.more_links_cont>ul>li>a {
        padding-left: 7px;
        padding-right: 7px
    }

    .white-again {
        color: #fff!important
    }

    .det_btn_save {
        font-size: 0.9375rem;
    }

    .det_btn_save i {
        top: 2px
    }

    .det_btn_add_bag {
        font-size: 17px;
        height: 44px;
        line-height: 44px
    }

    .det_btn_add_bag i {
        background-position: 50% center;
        background-size: 100% auto;
        top: 5px;
        width: 20px;
        height: 26px
    }

    .social-login ul li {
        margin-bottom: 10px;
        padding-right: 0;
        width: 100%
    }

    .det_our_promises_wrap,.my_favourite_wrap {
        padding-left: 10px;
        padding-right: 10px
    }

    .our_promises_cont {
        line-height: 1.5
    }

    #tabs>div#mainView,.det_our_promises_wrap {
        margin-bottom: 20px
    }

    .order_det_btm_wrap,.order_det_wrap .prod_name {
        text-align: center
    }

    .fav_lft {
        width: 24%;
        margin-right: 0
    }

    .fav_rght {
        width: 76%
    }

    .fav_wrap {
        padding-left: 5px;
        padding-right: 5px
    }

    .ord_btn,.ord_img,.ord_name {
        width: 100%;
        display: block;
        text-align: center;
        padding: 2px 0
    }

    .ord_det_table {
        display: block;
        table-layout: inherit
    }

    .ord_det_row {
        display: block
    }

    .ord_btn>a {
        background: #3d5b9b;
        border-radius: 5px;
        color: #fff;
        display: block;
        line-height: 31px;
        margin: 5px 0
    }

    .ord_btn>a:hover {
        background: #000
    }

    .ftr_blue_wrap>ul>li a {
        font-size: 14px;
        height: 50px;
        line-height: inherit;
        padding-top: 16px
    }

    .ftr_blue_wrap {
        min-height: inherit
    }

    .ftr_blue_wrap>ul>li.ftr_call>a:before {
        top: 14px
    }

    .ftr_blue_wrap>ul>li.ftr_email>a:before {
        top: 17px
    }

    .ftr_copyright_wrap {
        margin-bottom: 20px
    }

    .ord_btn>div {
        float: left;
        line-height: 14px;
        margin: 0 0 15px;
        text-align: left;
        width: 100%
    }

    .order_det_btm_wrap>ul>li {
        margin-bottom: 10px
    }

    .pro_circle:after {
        font-size: 11px;
        line-height: 16px;
        margin-left: -35px;
        width: 65px
    }
}

@media only screen and (max-width: 359px) {
    .hm_title_h3,.logo,.wmn_sunglass_wrap.mn_eyeglass .hm_title_h3 {
        margin-left:10px
    }

    .logo {
        width: 45%
    }

    .btn_center .btn_back {
        font-size: 13px!important
    }

    .lens_price {
        display: block;
        font-size: 19px;
        margin: 11px 0 5px;
        position: static;
        right: 0;
        text-align: left;
        top: 0;
        width: 100%
    }
}

.promocode {
    font-size: 20px;
    font-weight: var(--font-bold);
    color: #fff;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--font-family-sanserif);
    text-shadow: 0 2px 2px rgba(0,0,0,.1);
    margin-bottom: 10px;
    margin-top: 10px
}

.inside1 {
    width: 100%;
    height: 100%;
    float: left
}

#clickme.active {
    visibility: visible;
    opacity: 1
}

.wallet .inside {
    background: 0 0;
    height: inherit
}

.wallet {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,.5);
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in .5s
}

.wallet .mid-container {
    background: #fff;
    height: auto;
    margin: 0;
    position: absolute;
    width: 95%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 422px;
    padding-bottom: 10px
}

.wallet .mid-container:after {
    content: '';
    display: table;
    clear: both
}

.wallet .cross {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    background: #E94D37;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 16px
}

.popup_lft {
    float: left;
    width: 100%;
    background: #f1f9fc
}

.popup_lft img {
    display: block;
    max-width: 60%;
    margin: 0 auto
}

.popup_rght {
    float: left;
    width: 100%;
    padding: 0 1.4% 0
}

.wallet .getoffer {
    float: left;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-top: 7px;
    float: left;
    background: 0 0;
    color: #555;
    font-size: 14px!important;
    line-height: 1;
    font-weight: var(--font-regular);
    text-shadow: none;
    padding: 10px 0 6px
}

.wallet .getoffer .dark {
    color: #E94D37;
    font-weight: var(--font-bold);
    font-size: 14px!important
}

.wallet .verify,.wallet .verifyResendOtp {
    width: 100%;
    background: #E94D37;
    float: right;
    line-height: 43px;
    outline: 0
}

.wallet .verify,.wallet .verifyResendOtp {
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    transition: all .5s ease-in 0s;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase
}

.wallet .wrap-form {
    display: block;
    margin: .8% 0 0;
    width: 100%
}

.wallet .inputbox {
    background: #fff;
    border: 0;
    border-radius: 0;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    line-height: 41px;
    margin-top: 5px;
    outline: 0;
    width: 75%;
    border: 1px solid #ededed;
    border-right: 0;
    float: left;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase
}

.wallet .verify {
    margin-top: 5px;
    width: 25%
}

.wallet .or span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    background-color: #212121;
    display: inline-block
}

.wallet .or {
    margin: 0 0 10px;
    width: 100%;
    float: left;
    text-align: center
}

.referme {
    color: #454545;
    text-shadow: none;
    font-size: 15px;
    font-weight: var(--font-bold);
    float: left;
    width: 100%;
    text-transform: capitalize;
    text-align: center;
    font-family: var(--font-family-sanserif);
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .popup_lft {
        display:none
    }
}

@media only screen and (max-width: 479px) {
    .popup_lft {
        display:block
    }
}

.user_img_wrap>.user_img_rght>.user-info>.menu-sigin-link>a,.user_img_wrap>.user_img_rght>.user-info>.menu-sigin-name {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: var(--font-regular)
}

.user_img_wrap>.user_img_rght>.user-info {
    text-align: left;
    padding: 8px 0
}

.price-with-blink {
    color: #5B5B5B;
    font-size: var(--font-size-11);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.price-with-blink span {
    color: #E94D37; 
    font-weight: var(--font-bold); 
    font-size: var(--font-size-14);
}

.blink-info-box{
    background: #F2F7FF;
    border-radius: 3px;
    height: 108px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.blink-info-box .expiry {
    color: #5B5B5B;
    margin: 10px;
    font-size: 13px;
}

.one-liner-text{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2.5em;
}

.close-sortBy {
    height: 25px;
    position: absolute;
    right: 25px;
    top: 10px;
    width: 25px;
    cursor: pointer;
    z-index: 9999;
}

span.date-text {
    font-size: 12px;
    font-weight: 700;
    color: #838383;
    display: inline-block;
    padding: 10px;
}