/*
 * Theme Name: Stanton Optical Twenty Seventeen
 * Theme URI: https://www.stantonoptical.com
 * Description: Custom WP theme for Stanton Optical. Designed by Swarup Sahu & Nikesh Ponnen.
 * Version: 1.0
 * Author:  <a href="http://www.mindfiresolutions.com">Mindfire Solutions</a>

 * WARNING! DO NOT EDIT THIS FILE!

 * To make it easy to update your theme, you should not edit the styles in this file. Instead use
 * the custom.css file to add your styles. You can copy a style from this file and paste it in
 * custom.css and it will override the style in this file. You have been warned! :)
*/
b {
    font-weight: bold;
}
b, strong {
    font-weight: 700 !important;
}
a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none !important;
}
/********* form ****************/
form .form-group.column {
    display: inline-block;
    margin-right: 0.5%;
    width: 49%;
    vertical-align:top;
}
form .form-group.gender-field label {
    display: inline-block !important;
    padding: 15px;
}
form .form-group.column.column-2 {
    margin-left: 0.5%;
    margin-right: 0;
    vertical-align:top;
}
#banner-unsubscribe input.form-control,
#scheduler-form textarea.form-control,
#banner-unsubscribe textarea.form-control {
    background:#e6e6e6;
    border:none;
    border-radius:0;
    padding:20px;
    box-shadow:none;
}
#scheduler-form .form-control,
form.woocommerce-form .form-control {
    height: 55px;
}
#banner-unsubscribe .form-control {
    height: 50px;
}
form textarea.form-control {
    min-height:230px;
}
form .cl-btn {
    padding:15px 100px 15px 40px;
    float:right;
    margin:10px 0;
}
form select.form-control {
    background-color: #e6e6e6;
    color: black;
    font-size: 18px;
    height: 55px;
    padding: 15px;
    border-radius: 0px;
}
input[type=checkbox],
input[type=radio]{
  display:none;
}
.survey-page input[type=radio] {
    display: unset !important;
}
.input-radio {
  height:15px;
  width:15px;
  border:1px solid #fd8204;
  border-radius:50%;
  display:inline-block;
  background-color: white;
}
.input-checkbox {
  height:15px;
  width:15px;
  border:1px solid #fd8204;
  display:inline-block;
  background-color: white;
}
input:checked + .input-radio div{
  width: 9px;
  height: 9px;
  margin: 2px;
  background:#fd8204;
  border-radius:50%;
}
input:checked + .input-checkbox:after {
   content: "\f00c";
   color: #fd8204;
   font-family: FontAwesome;
   font-size: 13px;
   position: absolute;
}

form.form-inline.banner-unsubscribe .form-group {
    display: block;
}


.woof_container {

    width: 25% !important;
    float: left;
    text-align: center;

}
.woof_text_search_container.woof_container {
    display:none;
}
.woof_block_html_items {
    position: absolute;
    background:#fff;
    padding: 15px 15px;
    z-index: 99;
    width: 250px;
     box-shadow:1px 1px 6px -1px #ccc;
  -moz-box-shadow:1px 1px 6px -1px #ccc;
  -webkit-box-shadow:1px 1px 6px -1px #ccc;
    }
.woof_color_term {

    display: block;
    width: 35px !important;
    height: 35px !important;
}

.woof_block_html_items ul.woof_list_color li {
    margin-right:5px !important;
}
.woof_block_html_items .woof_list.woof_list_color {

    width: 100%;

}
a.woof_front_toggle {
    color:#fff;
}

.woof_front_toggle.woof_front_toggle_closed::before {

    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #f47f20 transparent transparent transparent;
    top: 20px;
    position: relative;
    right: -7px;

}
.woof_front_toggle.woof_front_toggle_opened::before {

    content: "";
   width: 0;
height: 0;
border-style: solid;
border-width: 0 8px 8px 8px;
border-color: transparent transparent #f47f20 transparent;
top: -20px;
    position: relative;
    right: -7px;

}
.cl-btn.cl-plain:before {
    content: none !important;
    background: unset !important;
}
.survey-page .survey-score-heading{
    font-style: normal;
    font-size: 40px;
    color: #08295e;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.survey-page #survey-btn {
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    border: none;
    margin: 30px auto;
    display: block;
    position: relative;
    background: #e9e9e9;
    color: #5d5d5d;
    border-radius: 8px 15px 13px 8px;
    padding: 10px 47px 10px 10px;
    font-weight: normal;
    float:right;
}
.survey-page #survey-btn:before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 35px;
    padding-left: 15px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -9px;
    top: 0;
    background: #fd8204;
    border-radius: 50px;
    color: #fff;
}
.survey_report_div .score-survey-form {
    margin-left: 0px;
    margin-right: 0px;
}

@media(min-width:768px) {
    form.form-inline.banner-unsubscribe .form-group {
       margin-bottom: 5px;
    }
}
@media(max-width: 767px) {
    #scheduler-form .form-group label>div:not(.input-checkbox) {
        padding: 5px 0px;
    }
    header.main-header ul.top-nav li.menu-item-has-children>a::before {
        position: absolute;
        content: "\f107 ";
        font-family: fontawesome;
        right: 30px;
        font-size: 30px;
    }
    .navbar-collapse.collapse.in {
        z-index: 999;
        position: absolute;
        left: 0;
        right: 0;
    }
    .navbar-nav>li>a {
        line-height: 25px;
    }
    .navbar-nav > li > ul > li > a {
        color: #000!important;
    }
}
@media(max-width:600px) {
    form .form-group.column {
        width: 100%;
    }
}
/****************************/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-bottom: 10px !important;
    border-top: 2px solid #fd8204 !important;
}
.woocommerce-error::before {
    content: '\e016';
    color: red !important;
}
form.lost_reset_password {
    margin-top: 10px;
}
.banner-column .banner-overlay .left-block i {
    right: -150px;
}
.container.d-block a.more::before {
    content: "-";
}
.container.d-block a.more {
    bottom: -10px;
}
.clear-both {
    clear: both;
}
label.error {
    color: red;
}
.left-col01 {
    max-width: 450px;
}
ul.product-list .attribute-swatch .swatchinput {
    display: inline-block;
}
ul.product-list .attribute-swatch .swatchinput label {
    display: block;
    cursor: pointer;
}
.swatchinput {
    display: inline-block;
    margin-right: 5px;
}
.swatchinput label {
    display: block;
    cursor: pointer;
}
.swatchinput label.selectedswatch {
    cursor: pointer;
    border: 2px solid #f58220 !important;
    border-radius: 15px;
}
ul.product-list .attribute-swatch .swatchinput label.selectedswatch {
    cursor: pointer;
    background-color: #f58220 !important;
}
.swatchinput {
    height: auto;
    width: auto;
}
ul.product-list li .product_list_image,
ul.related-pr li .product_list_image {
    display: none;
}
ul.product-list li .product_list_image.active,
ul.related-pr li .product_list_image.active {
    display: block;
}
ul.product-list li h2 a {
    color: #08295e;
}
.attribute-swatch {
    margin-top: 10px;
}

ul.frame-block li .frame-thumb img,
ul.product-list li .frame-thumb img {
    height: auto;
}
ul.frame-block li {
    text-align:center;
}

.fullwidth-map .store-block {
    z-index: 8;
}

/**
 * Slider
 */
ul.frame-block .owl-item li {
    width: 97%;
}

ul.frame-block .owl-item .attribute-swatch .swatchinput label {
    display: block;
    cursor: pointer;
}
ul.frame-block .owl-item .attribute-swatch .swatchinput {
    display: inline-block;
}
ul.frame-block .owl-item .attribute-swatch .swatchinput label.selectedswatch {
    cursor: pointer;
    border: 2px solid #f48120!important;
    border-radius: 15px;
}
ul.frame-block .owl-item li .product_list_image {
    display: none;
}
ul.frame-block .owl-item li .product_list_image.active {
    display: block;
}
ul.frame-block .owl-item li .frame-thumb, 
ul.frame-block .owl-item li h2 {
    margin-bottom: 10px;
}
ul.frame-block .owl-item li h2, ul.product-list li h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    color: #082972;
    text-transform: uppercase;
    margin-bottom: 0px;
}

/**
 Product Filter
 */
.woof_container_inner h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
ul.woof_list li {
    font-size: 16px;
    margin-bottom: 0px !important;
}
.woof_color_term {
    display: block;
    width: 35px !important;
    height: 35px !important;
    border: none !important;
    padding: 2px;
    background-clip: content-box;
    color: #292f38;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-transition: border-color .35s ease;
    transition: border-color .35s ease;
}

/**
 Vision Insurance
 */
.vision-insurance-page form.form-search {
    top: 0px;
}

/**
 Book exam Page
 */
/*.book-eye-exam-page,
.store-eye-exam-page,
.dma-eye-exam-page,  
.book-exam-2-page .site-content {
    background: #efefef;
}*/
.book-eye-exam-page .banner-column.clearfix {
    margin-bottom: 0px;
}
.book-exam-2-page #header {
    padding: 0px 20px;
    margin-bottom: 10px
}
.book-exam-2-page #header .phone {
    color: #6d6e71;
    font-size: 200%;
    font-weight: normal;
    text-align: right;
}
ul.offer-list li .offer-block-one .entry,
ul.offer-list li .offer-block-two .entry {
    padding-top: 0px;
}
/*ul.offer-list li {
    padding-top: 0px;
    padding-left: 0px;
}
ul.offer-list li:hover .offer-block-one,
ul.offer-list li:hover .offer-block-two {
    display: block;
}
ul.offer-list li .offer-block-one,
ul.offer-list li .offer-block-two {
    display: none;
}*/

/**
 Survey 
 */
.survey-container {
    min-height: 300px;
}
.survey-store-name {
    margin-top: 50px;
    margin-left: 25px;
    font-size: 180%;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.survey-link {
    margin-top: 20px;
}
.cl-btn.btn_back {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    background: #fd8204;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px 15px 75px;
    border: none;
    margin: 30px auto;
    display: block;
    position: relative;
}
 
.cl-btn.btn_back::before {
    content: "\f104 ";
    font-family: fontawesome;
    font-size: 30px;
    line-height: 56px;
    width: 55px;
    height: 56px;
    position: absolute;
    left: 0;
    top: 0;
    background: #08295e;
}
.store_selector #frm_questio {
    margin-bottom: 20px;
}
.store_selector #frm_question select {
    padding: 0 20px;
    background: #e6e6e6;
    box-shadow: none;
    border: none;
    border-radius: 0;
    height: 74px;
    line-height: 74px;
}
.store_selector #frm_question .cl-btn {
    margin-top: 12px;
}
.store_selector {
    margin-top: 20px;
}
@media (max-width: 479px) {
    .survey_social_txt {
        font-size: 80%;
        margin-bottom: 10px;
    }
}

/** 
Blogs
*/
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.searchform div {
    background: #e6e6e6;
    padding: 11px 20px;
}
ul.accord-posts {
    margin-left: 20px;
}
.blog-entry-content h2 {
    font-style: normal;
    font-size: 32px;
    color: #534757;
    font-weight: 500;
    text-transform: uppercase;
}
.blog-entry-content ul,
.ppc-page ul,
ul.b-white {
    display: block;
    list-style-type: disc;
    margin-left: 20px;
}
ul.store-list li ul {
    margin-left: 0px;
}
.blog-entry-content ol {
    display: block;
    list-style-type: decimal;
    margin-left: 30px;
}

section.career {
    min-height: 220px;
}
section.career img {
    margin-right: 20px;
}
.entry-post h2.entry-title a,
.location-list  li h2 a {
    color: #08295e;
}
/**
Priduct images
*/
.img-slider .single-product-main-image {
    width: 100%;
    height: auto;
    border: solid 1px #999;
    padding: 10px;
}
.thumbnails ul li.slick-slide {
    width: 145px;
    height: auto;
    display: inline-block;
    border: solid 1px #999;
    margin-right: 15px;
}
.related.products {
    margin-top: 50px;
}
.color-blind-test-page .cl-btn.schedule-img {
    padding: 13px 75px 13px 20px;
}
.schedule-btn {
    width: 320px;
}
.schedule-btn.cl-btn::before {
    height: 100%;
     
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    padding-top: 6px;
}
 
/**
Scheduler
*/
.top-schedule-box {
    cursor: pointer;
}
 
div#sl_mapview_data {
    width: 48%;
    height: 500px;
    background: #fff;
}
div#sl_mapview_data {
    float: left;
    padding: 5px;
    border: solid 1px #EBEFF2;
}
div#sl_resview_data {
    width: 48%;
    height: unset;
    /*overflow-y: auto;*/
    background: #fff;
}
div#sl_resview_data {
    float: right;
    padding: 5px;
    border: solid 1px #EBEFF2;
}
div#sl_div * {
    margin:0;
    padding:0;
    border:0;
    box-shadow:none;
    font-size:100%;
}
div#sl_div {
    border:none;
    margin:20px 0;
}
div#sl_div label { 
    display:none;
}
div#sl_div #address_search {
    width:100%;
    background:#6d6e71;
}
div#sl_div tr.slp_results_row { 
    border-bottom:1px dashed #D4D4D4;
    background:none;
}
div#sl_div td{
    background:none;
}
div#sl_mapview_data {
    float:left;
    padding:5px;
    border:solid 1px #EBEFF2;
    background:#fff;
}
div#sl_resview_data {
    float:right;
    padding:5px;
    border:solid 1px #EBEFF2;
    background:#fff;
}
#radius_in_submit input {
    padding:10px;
    border:none;
    color:#fff;
}
div#sl_div #address_search {
    height:60px;
}
#addy_in_address {
    float:left;
    width:50%;
}
#addy_in_address input {
    margin: 10px 5px;
    width: 94%;
    padding: 10px 14px;
}
#addy_in_radius {
    float:left;
    width:40%;
}
#radius_in_submit {
    width:10%;
    float:right;
    text-align:right;
}
#radius_in_submit input {
    margin:10px 5px;
    text-indent:200px;
    width:40px;
    background:#ff8300 url(/wp-content/themes/Stanton/images/search-icon.png) no-repeat center;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}
div#sl_div #results_table {
    border-collapse: collapse;
    width: 100%;
}
div#sl_div td {
    padding: 5px;
}
div#sl_div td {
    background: none;
}
td.results_row_left_column {
    width: 25%;
}
span.location_name,
.slp_result_address.slp_result_phone {
    color: #DB7F24;
    font-size: 16px;
}
.slp_result_address.slp_result_phone a{
    color: #DB7F24;
}
td.results_row_center_column {
    width: 45%;
}
td.results_row_right_column {
    width: 25%;
}
#addy_in_radius select {
    margin: 10px 0;
    width: 100%;
    padding: 10px 10px;
    border-radius: 0px;
    background: #fff url(/wp-content/themes/Stanton/images/drop6p.png) no-repeat right;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-overflow: '';
}
ul.insurance-list li::before {
    font-size: 8px;
    color:#777777;
}
ul.insurance-list li {
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    color:#777777;
}
.ppc-page .info-block {
    max-width: inherit;
    margin: 0 auto 15px;
}
#featured-frames {
    padding-top: 0px;
    padding-bottom: 50px;
}
.left.carousel-control,
.right.carousel-control {
    width: 35px;
    display: none;
}
#home-main-carousel:hover .left.carousel-control,
#home-main-carousel:hover .right.carousel-control {
    display: block;
}
.home-page .banner-column.clearfix {
    margin-bottom: 0px;
}

.schedule-top {
    max-width: 254px;
    width: 250px;
    float: right;
    position: absolute;
    right: 40px;
}
ul.location-list li {
    margin-bottom: 20px;
}
.alphabetic-pagination li a:hover,
.alphabetic-pagination li a.active {
    color:#fd8204 !important;
}
#footer-nav li a span.caret {
    margin-left: 15px;
}
#nav li a span.next {
    float: right;
    margin-right: 15px;
    margin-top: -3px;
}
.blog-sidebar,
.sidebar {
    background-color: #e6e6e6;
}
.sidebar .icheckbox_minimal-orange,
.sidebar .iradio_minimal-orange {
    background-color: #fff;
}
.call-block {
    text-transform: uppercase;
}
.call-block a {
    color: #fff;
    opacity: 1;
}
.woof_tooltip span.checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
    border: solid 1px #ccc!important;
    border-radius: 50%!important;
    background-size: 33px 43px!important;
    background-position: center!important;

}
a.woof_front_toggle {
    float: none;
    color: #fff;
}
.woof_submit_search_form_container {
    display: none;
}
.woof_list.woof_list_color {
    width: 80%;
}
.woof_childs_list_opener {
    display: none !important;
}
button:focus {
    outline:0;
}
.woocommerce-info {
    border-top-color: #fd8204;
}
.woocommerce-info::before {
    color: #fd8204;
}
form ::-webkit-input-placeholder { font-size:18px; :#000; text-transform:uppercase; opacity:1; }
form ::-moz-placeholder { font-size:18px; :#000; text-transform:uppercase; opacity:1; } /* firefox 19+ */
form :-ms-input-placeholder { font-size:18px; :#000; text-transform:uppercase; opacity:1; } /* ie */
form input:-moz-placeholder{ font-size:18px; :#000; text-transform:uppercase; opacity:1; }
.l-head {
    margin-bottom: 30px;
}
.subhead {
    margin-bottom: 40px;
}
.store-bg {
    margin-top: 40px;
}
.padding-btm-100 {
    padding-bottom: 100px;
}
.padding-top-10 {
    padding-top: 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    border: 1px solid #ccc;
    display: inline-block;
    float: none;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.page-numbers li a {
    color:#fd8204;
}
section#free-eye-exam {
    margin-top: 50px;
}
.ppc-page section#free-eye-exam {
    margin-top: 0px;
}
.storelocatorlink.cl-btn::before {
    content: "\f105 ";
    font-family: fontawesome;
    font-size: 30px;
    line-height: 41px;
    width: 40px;
    height: 41px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    padding: 0px 0px 0px 15px;
    display: none;
}
.storelocatorlink.cl-btn {
    font-size: 13px !important;
    font-style: normal;
    font-weight: 800;
    background: #fd8204;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px 10px 10px !important;
    border: none;
    margin: 30px auto;
    display: block;
    position: relative;
    text-align: center;
}
p.review em {
    font-style: italic;
}
header ul.top-nav li {
    display: inline;
}
.navbar-nav > li > ul {
    z-index: 999;
}
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
button.accordion.active,
button.accordion:hover {
    background-color: #ddd;
}
button.accordion:after {
    content: '\f0d7';
    color: #f48120;
    font-weight: bold;
    margin-left: 5px;
    font-size: 20px;
    font-family: FontAwesome;
    float: right;
}
button.accordion.active:after {
    content: "\f0d8";
    font-size: 20px;
    font-family: FontAwesome;
    float: right;
}
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}
.frames-sidebar .woof_container_pa_brand {
    display: none !important;
}
.lens-sidebar .woof_container_browsebystyle,
.lens-sidebar .woof_container_pa_shape,
.lens-sidebar .woof_container_browsebymaterial,
.lens-sidebar .woof_container_pa_material,
.lens-sidebar .woof_container_browsebycolor,
.lens-sidebar .woof_container_pa_color {
    display: none !important;
}
.pswp--open {
    z-index: 10000 !important;
}
a.scrollUp {
    z-index: 999 !important;
}
p.woof_tooltip span.woof_tooltip_data {
    padding: 0 10px;
    border-radius: 0px !important;
    background-color: #fd8204 !important;
    min-width: inherit !important;
    width: auto !important;
}
p:hover.woof_tooltip span.woof_tooltip_data {
    visibility: visible;
    opacity: 0.8;
    bottom: 0px !important;
    left: 0 !important;
    margin-left: 0px !important;
    z-index: 999;
}
.pager-settigs {
    float: right;
}
.woocommerce-ordering {
    float: right;
    padding: 5px 10px;
    background: #e6e6e6 none repeat scroll 0 0;
    z-index: 1 !important;
}
.pager-settigs {
    background: #e6e6e6 none repeat scroll 0 0;
}
article.post .share-list a {
    margin-right: 10px;
    color: #000;
}
article.post .share-list a i {
    font-size: 20px;
}
article.post .share-list {
    margin-bottom: 10px
}
article.post .share-list.bottom {
    margin-left: 20px;
    float: right;
    line-height: 32px;
}
ul.offer-list li {
    border: 0px;
    padding-left: 0px;
    padding-top: 0px;
}
.error {
    border: 2px solid red !important;
}
.error:focus {
    border: 2px solid red !important;
}
.valid {
    border: 1px solid green !important;
}
ul.wpb-woo-products-slider .owl-nav i {
    font-size: x-large;
    font-weight: bold;
}
ul.wpb-woo-products-slider .owl-nav .owl-next {
    position: absolute;
    right: -25px;
    background: #f48020 !important;
    padding:0;
    border-radius:50% !important;
}
ul.wpb-woo-products-slider .owl-nav .owl-prev {
    position: absolute;
    left: -44px;
    background: #f48020 !important;
    padding:0;
    border-radius:50% !important;
}
ul.wpb-woo-products-slider .owl-nav {
    width: 100%;
    top: 130px !important;
}
.share-block li.label {
    color: black;
}
.share-block.bottom-share {
    text-align: center;
    display: none;
    margin-bottom: 0px;
    margin-top: -20px;
    padding: 4px;
}
.share-block.bottom-share ul {
    float: inherit;
    margin-top: 4px;
}
.share-block.bottom-share li.label{
    display: none;
}
.share-block .tags a {
    text-decoration: underline !important;
}
.woof_products_top_panel {
    z-index: 9 !important;
}
.woof_products_top_panel ul li {
    border: solid 1px #e7e7e7;
    color: #777;
    padding: 0px 5px;
}
.woof_products_top_panel ul li a {
    color: #777 !important;
}
.single-offer ul {
    font-size: 26px;
}
.single-offer h3 {
    text-transform: inherit;
}
.no_results_found {
    color: red;
}
ul.social-footer li:first-child {
    font-size: 17px;
}
.tags li a:focus {
    color: #fd8204 !important;
}
.woof_text_search_container .woof_text_search_go {
    background: none;
    margin-top: 5px;
    margin-right: 7px;
    display: block !important;
}
.woof_text_search_container .woof_text_search_go:before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-size: 20px;
}
.product-details ul {
    font-size: 20px;
}
.footer-bottom  {
    padding: 10px;
}
.footer-bottom p{
    margin-bottom: 0px;
}
.mobile-main-banner {
    display: none !important;
}
h3.m-expand:after {
    content:"\f106 "!important;
}
.wpb-woo-products-slider .pro_price_area {
    text-align: left;
    color: #000;
}
#signup input#email,
#banner-signup input#email {
    width: 65%;
}
#signup input#zip,
#banner-signup input#zip {
    width: 30%;
}
form.form-inline.banner-signup {
    margin-bottom: 0px;
}
form.form-inline.banner-signup .btn {
    float: right;
    margin-top: 0px;
}
form.form-inline.banner-signup input.form-control {
    padding: 0px 20px;
    background: #e6e6e6;
    box-shadow: none;
    border: none;
    border-radius: 0;
    height: 50px;
}
#response span.alert-danger,
#response span.alert-success,
.left-col01 span.alert-danger,
.left-col01 span.alert-success,
#banner-signup-response span.alert-danger,
#banner-signup-response span.alert-success {
    background-color: inherit;
}
#banner-signup-response {
    margin-top: 10px; 
}
.form-inline {
    margin-bottom: 15px; 
}
.free-block .btn,
form.form-inline.banner-signup {
    margin-top: 5px;
}
.a2a_button_twitter i,
.a2a_button_facebook i,
.a2a_button_pinterest i {
    font-size: 25px;
}
.a2a_button_twitter i {
    color: #0084b4;
}
.a2a_button_facebook i {
    color: #3b5998;
}
.a2a_button_pinterest i {
    color: #BD081C;
}
.fullwidth-map .social-share a {
    margin-right: 16px;
}
input::placeholder {
    text-transform: none;
}
input::-webkit-input-placeholder {
    text-transform: none;
}
input::-moz-placeholder {
    text-transform: none;
}
input:-ms-input-placeholder {
    text-transform: none;
}
input:-moz-placeholder {
   text-transform: none;
}
.banner-column .banner-overlay .right-block .schedule-block p.schedule-one-line {
    font-size: 40px;
}
.banner-inner {
    max-height: inherit;
}
.woocommerce-loop-product__title,
.product-title {
    text-transform: none;
}
.mobile-product-title {
    display: none;
}
.mobile-product-title {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
}
.mobile-product-price {
    display: none;
}
.woocommerce-main-image img {
    width: 100%;
    height: auto;
}
.woocommerce-pagination {
    margin-bottom: 10px;
}
td span.mobile-text {
    display: none;
}
.product-type-simple .single-product-main-image a img {
    max-height: 450px;
    width: auto;
}
 
.locations-page .form-search {
    position: inherit;
}
.cptch_span input {
    font-size: 18px !important;
}
input.cptch_input:focus,
#images_test input#number_txt:focus  {
    border: 1px solid #e6e6e6;
    font-size: 19px !important;
}
ul.product-list li h2 {
    text-transform: none !important;
}

.button-top {
    position: fixed;
    bottom: 55px;
    right: 20px;
    z-index: 100;
    padding: 1px 8px !important;
    height: 40px;
    border: 0;
    box-shadow: none;
    background: #fd8204;
    color: #fff;
    font-size: 26px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    transition: opacity .18s ease;
}
.button-top-visible {
    opacity: 1;
    pointer-events: auto;
    display: none;
}
#addy_in_address input {
    border-radius: 0px;
}
#radius_in_submit input {
    border-radius: 0px;
}
ul.footer-nav>li>a {
    min-height: auto;
}
.home-page #featured-frames ul .pro_price_area,
.inicio-page #featured-frames ul .pro_price_area {
    display: none;
}
.frame-block.related-pr li h2 {
    text-transform: none;
}
.exam-box-ajax-loader {
    border-radius: 50%;
}
.alert-danger p {
    color: #a94442;
}
.alert-success p {
    color: #3c763d;
}
nav.nav-single .blog-next {
    float: right;
}
nav.nav-single .blog-previous a,
nav.nav-single .blog-next a{
    color: #fd8204;
}
.content-area .woocommerce-result-count {
    float: right;
}
.woocommerce nav.woocommerce-pagination {
    text-align: left; 
    float: left;
}
.woocommerce nav.woocommerce-pagination ul {
    display: inherit;
    white-space: inherit;
    padding: inherit;
    border: 0px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: inherit;
    color: inherit;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 28px;
    font-size: 100%;
    font-weight: 400;
    min-width: 1em;
    display: inline-block;
}
.share-list li.label {
    color: black;
}
div.woof_info_popup {
    top: 0px;
    left: 0px;
    background-color: #fff !important;
    color: #fff;
    box-shadow: none;
    width: 100% !important;
    height: 100% !important;
    opacity: .5 !important;
    background-image: url("/wp-content/themes/Stanton/images/loader_1.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.dup-home-btn {
    font-size: 14px;
    max-width: 353px;
    color: #fff;
    position: relative;
    top: -42px;
    height: 27px;
    margin: 0 auto;
    text-align: right;
}
.dup-home-btn a {
    color: #fff;
}
.navbar-brand .dup-home-btn a {
    color: #08295e;
}
.dup-home-exist.call-block.pull-right.header-phone {
    margin-top: 0px;
    top: -21px;
}
.navbar-brand .dup-home-btn {
    color: black;
    position: absolute;
    right: 10px;
    display: none;
}
.home-page .top-banner {
    position: relative;
}
.back-to-school-offer-bogo-page .single-offer h1 {
    font-size:50px;
    text-transform: none;
}
.fa, .far, .fas {
     font-family: FontAwesome ! important; 
}
.fal.fa-envelope {
    font-family: "Font Awesome 5 Free" !important;
}
.share-list .a2a_button_sms .fas.fa-comment-alt {
    font-family: "Font Awesome 5 Free" !important;
}
.side-bar .widget.widget-woof > h3 {
    display: none;
}
.products-list {
    float: left;
}
.nav-previous a,
#btnback {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    margin: 30px auto;
    display: block;
    position: relative;
    background: #fd843c;
    color: #fff;
    border-radius: 12px 8px 8px 8px;
    padding: 10px 10px 10px 47px;
}
.nav-previous a:before,
#btnback:before {
    content: "\f104 ";
    font-family: fontawesome;
    font-size: 35px;
    padding-left: 10px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -9px;
    top: 0;
    font-weight: normal;
    background: #bdbdbd;
    border-radius: 50px;
    color: #fff;
}
.nav-next a,
#btnsubmit {
    font-size: 13px;
    font-style: normal;
    text-transform: uppercase;
    border: none;
    margin: 30px auto;
    display: block;
    position: relative;
    background: #fd843c;
    color: #fff;
    border-radius: 8px 15px 13px 8px;
    padding: 10px 47px 10px 10px;
    font-weight: 600;
}
.nav-next a:before,
#btnsubmit:before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 35px;
    padding-left: 15px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    font-weight: normal;
    right: -9px;
    top: 0;
    background: #bdbdbd;
    border-radius: 50px;
    color: #fff;
}
#btnsubmit {
    border-radius: 8px 20px 20px 8px;
}
#btnsubmit:before {
    padding-left: 8px;
    right: -5px;
}
#btnback:before {
    padding-left: 0px;
    left: 0px;
}
#btnback {
    border-radius: 20px 8px 8px 20px;
}
.book-eye-exam-page .nav-next a:before, .book-eye-exam-page .nav-previous a::before {
    display: none;
}
.book-eye-exam-page .nav-previous a i {
    display: block;
    left: -7px;
    right: auto;
    transform: rotate(180deg);
}
.book-eye-exam-2-page .nav-previous a i {
    display: block;
    left: -7px;
    right: auto;
    transform: rotate(180deg);
}
.store-eye-exam-page .nav-previous a i {
    display: block;
    left: -7px;
    right: auto;
    transform: rotate(180deg);
}
.nav-previous a:hover, .nav-next a:hover, #btnsubmit:hover, #btnback:hover {
    background: #e9e9e9;
    color: #5d5d5d;
    opacity: 1;
}
.location-list .coming-soon {
    color: #5d5d5d !important;
}
.location-list .coming-soon.cl-btn ,
.location-list .coming-soon.cl-btn:hover {
    background-color: #e9e9e9;
}
.location-list .coming-soon.cl-btn:before,
.location-list .coming-soon.cl-btn:hover:before {
    background-color: none;
}
.location-list .coming-soon.cl-btn:hover:before {
    font-size: 16px !important;
}
.location-list .coming-soon.cl-btn:before {
    content: none;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0px 0px !important;
    z-index: 9999;
    border-bottom: 1px solid #e7e7e7;
}
.sticky-pro-filter {
    position: fixed;
    top: -10px;
    width: 100%;
    margin: 0px 0px !important;
    z-index: 999;
    background-color: #fff;
    left: 0px;
    padding: 0 30px;
}
aside.product-filter {
    text-align: center;
}
.banner-inner-column img {
    /*border-bottom: solid 1px #f48120;*/
}
@media screen and (max-width: 1320px) and (min-width: 992px) {
    schedule-top .right-block .schedule-block:hover:before,
    .banner-column .banner-overlay .right-block .schedule-block:hover:before {
        border: solid 5px #fd8204;
        top: 15px;
        left: 15px;
    }
}

@media (min-width: 1025px) {
    .desktop-menu #menu-item-71 .sub-menu #menu-item-13466 .sub-menu #menu-item-13399 a{
        display: none;
    }
    .navbar-nav > li > ul > li li a {
        border-right: none;
    }
    .desktop-menu .sub-menu li:nth-child(2) .sub-menu li a{
        border-left: solid 1px #3a3a3a;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .container {
        width: 99%;
    }
    .navbar-collapse.collapse {
        display: block !important;
    }
    header.main-header ul.top-nav>li {
        margin-left: 20px !important;
    }
    header ul.top-nav>li {
        display: inline!important;
        font-size: 14px !important;
        float: left !important;
    }
    header ul.top-nav>li:first-child {
        margin-left: 0;
    }
 
    .top-nav .caret {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px dashed;
        margin-left: 5px;
    }
    .navbar-default .navbar-collapse {
        border: 0px;
    }
    .navbar-nav > li {
        width:12%;
    }
}
@media (max-width: 1200px) and (min-width: 1025px) {
    .dup-home-btn {
        max-width: 257px!important;
    }
}
@media (max-width: 1024px) {
    .nav li {
        position: initial;
    }
    ul.location-list {
        text-align: inherit !important;
    }
    .navbar-collapse.collapsing {
        z-index: 999;
        position: absolute;
        top: 50px;
        left: -15px;
        right: -15px;
        background: #fff;
    }
    .form-search .cl-btn:hover,
    .form-search .cl-btn:hover:before {
        color: #fff;
        opacity: 1;
    }
    #wrapper .schedule-top .right-block .schedule-block p,
    #wrapper .banner-column .banner-overlay .right-block .schedule-block p {
        font-size: 40px !important;
    }
    #wrapper .schedule-top .right-block .schedule-block p.schedule-one-line,
    #wrapper .banner-column .banner-overlay .right-block .schedule-block p.schedule-one-line {
        font-size: 35px !important;
    }
    #radius_in_submit input {
        width: 36px;
    }
    .dup-home-btn {
        display: none;
    }
    .navbar-brand .dup-home-btn {
        display: block;
        top: -60px;
    }
    .call-block.pull-right.header-phone.dup-home-exist{
        margin-top: 28px;
        top: 0px !important;
    }
}
@media (min-width: 992px) and (max-width: 1120px) {
    #radius_in_submit {
        width: 13%;
    }
    #addy_in_radius {
        width: 37%;
    }
}
@media (max-width: 991px) {
    .desktop-book-exam {
        display: none;
    }
    .navbar-toggle {
        top: -215px;
    }
    .woof_container {
        text-align: left;
    }
    .schedule-top {
        max-width: 254px;
        width: 250px;
        margin-top: 40px;
        margin: 5px auto 40px;
        position: relative;
        float: none;
        top: 0;
        right: 0;
    }
    .side-bar .widget.widget-woof .woof_block_html_items {
        display: none;
    }
    #wrapper .schedule-top .right-block .schedule-block p,
    #wrapper .banner-column .banner-overlay .right-block .schedule-block p {
        width: auto;
        padding: 0px 3px;
    }
    #wrapper .schedule-top .right-block .schedule-block span,
    #wrapper .banner-column .banner-overlay .right-block .schedule-block span {
        width: auto !important;
    }
    .banner-column .banner-overlay .right-block .schedule-block {
        margin-bottom: 0px;
    }
    div#sl_mapview_data {
        width:100%;
        height:500px;
    }
    div#sl_resview_data {
        width: 100%;
        height: auto;
        overflow-y: auto;
        margin-top: 50px;
        max-height: 500px;
    }
    table#map_table {
        width:100%;
        height:440px;
    }
    div#sl_div tr.slp_results_row {
        margin-bottom:3px;
        padding:10px 0;
    }
    div#sl_div td {
        padding:0;
    }
    td.results_row_left_column {
        font-size:15px !important;
        width:25%;
    }
    .results_row_right_column .slp_result_contact.slp_result_directions,
    .results_row_right_column .slp_result_contact.slp_result_hours {
        line-height: 30px;
    }
    .results_row_right_column .slp_result_contact.slp_result_website {
        margin-bottom: 5px;
    }
    span.location_name {
        color:#DB7F24;
    }
    td.results_row_center_column {
        font-size:15px !important;
        width:50%;
    }
    td.results_row_right_column {
        font-size:15px !important;
        text-align:center;
        width:25%;
    }
    td.results_row_right_column img {
        width:70px;
    }
    .locations-page .banner-column .banner-overlay .right-block .schedule-block {
        margin-bottom: 35px;
    }
    .ppc-page .banner-column .banner-overlay .right-block {
        margin-top: 20px;
    }
    .locations-page .banner-column .banner-overlay .right-block .schedule-block {
        display: none;
    }
    #wrapper .schedule-top .right-block .schedule-block p,
    #wrapper .banner-column .banner-overlay .right-block .schedule-block p, #wrapper .banner-column .banner-overlay .right-block .schedule-block span {
        font-size: 13px !important;
        line-height: initial;
        color: #5d5d5d;
        font-weight: 600;
        margin-bottom: 5px;
    }
    #wrapper .banner-column .banner-overlay .right-block .schedule-block p::after, #wrapper .banner-column .banner-overlay .right-block .schedule-block p::before {
        content: "";
        width: 15px;
        height: 1.5px;
        background: #fff;
        position: absolute;
        right: 10px;
        top: 23px;
        transform: rotate(-45deg);
    }
    #wrapper .banner-column .banner-overlay .right-block .schedule-block:hover {
        background: #fd8204;
        color:#fff;
        border:0px;
    }
    #wrapper .banner-column .banner-overlay .right-block .schedule-block:hover::before {
        background-color: #bdbdbd;
    }
    #wrapper .banner-column .banner-overlay .right-block .schedule-block p::before {
        right: 10px;
        top: 13px;
        transform: rotate(45deg);
    }
    #wrapper .schedule-top .right-block .schedule-block p.schedule-one-line,
    #wrapper .banner-column .banner-overlay .right-block .schedule-block p.schedule-one-line {
        font-size: 13px !important;
    }
    .top-align {
        margin-top: 0px;
    }
    h1.product-title {
        display: none;
    }
    .mobile-product-title,
    .mobile-product-title h1.product-title {
        display: block;
    }
    #wooswipe .thumbnails {
        height: inherit;
    }
    .img-slider {
        margin-bottom: 15px;
    }
    .main-product-swatch .attribute-swatch {
        float: left;
        margin-top: 0px;
        margin-right: 15px;
    }
    .mobile-product-price,
    .mobile-product-price p span.price {
        display: block;
    }
    .single-product span.price {
        display: none;
    }
    .ind-location-page .insurance-list,
    .ind-location-page .info-block {
        padding-left: 15px;
        padding-right: 15px;
    }
    .franchise-page .banner-column .banner-overlay .right-block {
        display: none;
    }
    .exam-box-ajax-loader {
        border-radius: 0%;
    }
    .dup-home-btn {
        z-index: 9;
    }
    .call-block.pull-right.header-phone.dup-home-exist{
        margin-top: 19px;
    }
    form .cl-btn {
        float: none;
    }
}
@media (max-width: 767px) {
    #googleMap {
        height: 350px !important;
    }
    .widget-categories #searchform {
        display: block !important;
    }
   
    #wrapper ul.wpb-woo-products-slider .owl-nav {
        top: 75px !important;
    }
    ul.wpb-woo-products-slider .owl-nav .owl-next {
        right: 1px;
    }
    ul.wpb-woo-products-slider .owl-nav .owl-prev {
        left: -5px;
    }
    ul.wpb-woo-products-slider .owl-nav {
        width: 100%;
        top: -60px !important;
    }
    .share-block.bottom-share {
        display: block;
    }
    .share-block .tags a {
        line-height: 35px;
    }
    #footer-nav li a span.caret {
        margin-left: -10px;
        top: 4px;
    }
    .results_row_right_column .slp_result_contact.slp_result_directions,
    .results_row_right_column .slp_result_contact.slp_result_hours {
        line-height: 30px;
    }
    .results_row_right_column .slp_result_contact.slp_result_website {
        margin-bottom: 5px;
    }
    .navbar-brand .dup-home-btn {
        top: -60px;
    }
}
@media (max-width: 660px) {
    ul.location-list {
        text-align: left;
    }
}
@media (min-width: 641px) {
    ul.product-list li.product-type-simple .frame-thumb img,
    ul.frame-block li.product-type-simple .frame-thumb img {
        max-height: 200px;
        width: auto;
    }
}
@media (max-width: 640px) {
    .subhead {
        font-size: 30px;
    }
    #featured-frames .owl-item {
        margin-right: 10px !important;
    }
    #wrapper ul.wpb-woo-products-slider .owl-nav {
        top: 75px !important;
    }
    ul.wpb-woo-products-slider .owl-nav .owl-prev {
        left: -5px;
    }
    ul.wpb-woo-products-slider .owl-nav .owl-next {
        right: 1px;
    }
    
    .wpb-woo-products-slider li .frame-thumb{
        border: 0px !important;
    }
    .banner-column .banner-overlay .right-block {
        margin: 0px auto 12px -145px !important;
    }
    .locations-page .banner-column .banner-overlay .right-block .schedule-block {
        margin-bottom: 35px;
    }
    .banner-column .banner-overlay .right-block .schedule-block {
        margin-bottom: 0px;
    }
}
@media (max-width: 991px) {
    .pager-settigs {
        float: left;
    }
    .content-area .woocommerce-result-count {
        float: left;
    }
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: left;
        clear: both;
    }
}
@media (max-width: 600px) {
    .pager-settigs,
    .content-area .woocommerce-result-count,
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        font-size: 15px;
    }
}
@media (max-width: 600px) {
    .content.container.special-offer-section {
        padding: 0px !important;
    }
    .special-offer-section .special-offers {
        padding-left: 0px;
        padding-right: 0px;
    }
    ul.offer-list li {
        margin-right: 0px;
        height: auto;
        min-height: auto;
        margin-bottom: 20px;
    }
    .survey_form td {
        vertical-align: bottom;
    }
    .survey_form table tr:first-child td {
        vertical-align: top;
    }
    .survey_form table tr td,
    .survey_form table tr td span.mobile-text {
        display: block;
        text-align: left !important;
        width: 100% !important;
    }
    .survey_form table tr td span.mobile-text {
        margin-left: 15px;
    }
    .survey_form table tr.desktop-row {
        display: none;
    }
    .survey_form table tr td input {
        float: left;
    }
    .survey_form table tr td {
        padding: 10px 5px;
        text-align: left !important;
    }
    .survey_form table tr td p {
        margin-bottom: 0px !important;
    }
    .nav-previous a {
        padding: 10px 10px 10px 39px;
        font-size: 12px;
    }
    .nav-next a {
        padding: 10px 39px 10px 10px;
        font-size: 12px;
    }
}
@media (max-width: 520px) {
    #address_search #radius_in_submit {
        text-align: left;
        margin-top: -61px;
        width: 18%
    }
    #addy_in_radius select {
        width: 98%;
    }
    #address_search #addy_in_address,
    #address_search #addy_in_radius {
        margin-left: 6%;
    }
    #addy_in_address input {
        width: 86%;
    }
    .woocommerce-ordering {
        width: 63%;
        float: left !important;
        padding: 5px 1px !important;
    }
    .woocommerce-ordering form {
        padding-left: 0px !important;
    }
    .woocommerce-ordering select {
        width: 100%
    }
    .woocommerce .woocommerce-ordering {
        margin: 0px;
    }
    .pager-settigs {
        width: 37%;
        float: left;
        padding: 5px 0px !important;
    }
    .pager-settigs .pager-limit {
        padding: 0px !important;
    }
    .pager-settigs form {
        padding: 0px 10px !important
    }
    .woof_show_text_search_container input.woof_show_text_search {
        line-height: inherit !important;
    }
   /* .navbar-default .navbar-toggle,
    .main-header .navbar-toggle.collapsed {
        top: -116px;
    }*/
    #radius_in_submit input {
        width: 40px;
    }
    #radius_in_submit input {
        margin: 8px 5px;
    }
}
@media (max-width: 479px) {
    #googleMap {
        height: 300px !important;
    }
    td.results_row_left_column {
        font-size:15px !important;
        width:25%;
    }
    span.location_name {
        color:#DB7F24;
    }
    td.results_row_center_column {
        font-size:15px !important;
        width:50%;
    }
    td.results_row_right_column {
        font-size:15px !important;
        text-align:center;
        width:25%;
    }
    td.results_row_right_column img {
        width:70px;
    }
    .woocommerce-ordering {
        width: 60%;
        float: left;
        font-size: 15px;
    }
    .woocommerce-ordering form {
        padding-left: 0px !important;
    }
    .woocommerce-ordering select {
        width: 100%
    }
    .pager-settigs {
        width: 40%;
        float: left;
        font-size: 15px;
    }
    .pager-settigs form {
        padding: 0px 10px !important
    }
    .woocommerce-result-count {
        font-size: 15px;
    }
    .woof_show_text_search_container input.woof_show_text_search {
        line-height: inherit !important;
    }
    .mobile-product-title {
        text-align: center;
    }
    .share-block ul.share-list li a {
        top: 0px;
    }
    .share-block li.label,
    .share-list li.label {
        display: none !important;
    }
    .a2a_default_style a,
    .share-block ul.share-list {
        float: none !important;
    }
    .share-block {
        padding: 10px 10px 5px 10px;
    }
    .share-block ul.share-list li a {
        margin-right: 0px;
    }
    .archive-block article.post .share-list a i,
    .product-details ul.share-list li a i {
        font-size: 20px;
    }
    .archive-block article.post .share-list a,
    .product-details ul.share-list li a {
        margin-right: 15px;
    }
    .share-block ul.share-list li {
        margin-left: 0px;
        width: 18%;
        text-align: center;
        margin-right: 0px;
    }
    .share-block ul.share-list li:first-child {
        margin-right: 0px;
    }
}
@media (max-width: 440px) {
    #addy_in_address input {
        width: 86%;
    }
}
@media (max-width: 400px) {
    ul.store-list > li > a {
        padding-left: 5px;
    }
}
@media (max-width: 381px) {
    .share-block ul.share-list li a {
        top: 0px;
    }
    .share-block li.label,
    .share-list li.label {
        display: none !important;
    }
    .a2a_default_style a,
    .share-block ul.share-list {
        float: none !important;
    }
    .share-block {
        padding: 10px 10px 5px 10px;
    }
    .share-block ul.share-list li a {
        margin-right: 0px;
    }
    .archive-block article.post .share-list a,
    .product-details ul.share-list li a {
        margin-right: 15px;
    }
    .archive-block article.post .share-list a i,
    .product-details ul.share-list li a i {
        font-size: 20px;
    }
    .share-block ul.share-list li {
        margin-left: 0px;
        width: 18%;
        text-align: center;
        margin-right: 0px;
    }
    .share-block ul.share-list li:first-child {
        margin-right: 0px;
    }
}
@media (min-width: 366px) and (max-width: 460px) {
    .appointment-block .cl-btn {
        padding: 16px 60px 16px 15px;
    }
    .navbar-toggle {
        top: -225px;
    }
}
@media (min-width: 500px) and (max-width: 750px) {
    .navbar-toggle {
        top: -235px;
    }
}
@media (max-width: 365px) {
    article.post .share-list.bottom {
        float: left;
        margin-left: 0px;
    }
    article.post a.button {
        float: left;
    }
    #address_search #radius_in_submit {
        text-align: left;
        margin-right: 8px;
    }
    #address_search #addy_in_address,
    #address_search #addy_in_radius {
        margin-left: 2%;
    }
    #address_search #radius_in_submit {
        margin-top: 0px;
    }
    #addy_in_address input {
        width: 91%;
    }
    .woocommerce-ordering {
        width: 66%;
    }
    #addy_in_address input {
        width: 92%;
    }
    .pager-settigs {
        width: 34%;
    }
}
@media (max-width: 361px) {
    .single-product .product-details .cl-btn {
        font-size: 16px;
        padding: 15px 64px 14px 15px;
    }
    form.information-form .cl-btn {
        padding: 12px 100px 11px 40px;
    }
}
@media (max-width: 360px) {
    .woocommerce-ordering {
        padding: 5px 1px !important;
        width: 66%;
    }
    .pager-settigs {
        width: 34%;
    }
    .pager-settigs form {
        padding: 0px 0px !important;
    }
}
@media (max-width: 336px) {
    #addy_in_address input {
        width: 92%;
    }
    #address_search #radius_in_submit {
        margin-top: -62px;
    }
    .woocommerce-ordering {
        padding: 5px 1px !important;
        width: 66%;
    }
    .pager-settigs {
        width: 34%;
    }
    .pager-settigs form {
        padding: 0px 0px !important;
    }
    #tryonBox {
        top: 4%
    }
    .single-product #tryonBox {
        padding-left: 3px !important;
    }
}

.behind-scene {
    padding-top: 90px;
}
.behind-scene h3 {
    font-weight: bold;
}
.behind-scene p,
.behind-scene h3 {
    font-size: 20px;
    line-height: 29px;
    color: #0f2a5b;
}
/********** vdo styles ********************/
.vdo-container {
    position:relative;
    height:581px;
    overflow:hidden;
}

.home-vdo-container {
    position:relative;
    height:450px;
    overflow: hidden;
    margin: 30px 30px 30px;
    float: none;
    padding: 0px;
}

.vdo-container iframe,
.vdo-container object,
.vdo-container embed,
.home-vdo-container iframe,
.home-vdo-container object,
.home-vdo-container embed {
    position:absolute;
    width:100%;
}
/*desktop css provided by ashutosh */
.schedule-top .right-block:hover .schedule-block span, .schedule-top .right-block:hover .schedule-block p {
    color:#fd8204;
}
.schedule-top .right-block:hover .schedule-block::before {
    border: 1px solid #fd8204;
}
.schedule-top .right-block .exam-box .schedule-block:hover span, .schedule-top .right-block .exam-box .schedule-block:hover p {
    color: #fd8204;
}
.schedule-top .right-block .exam-box .schedule-block:hover::before {
    border: solid 5px #fd8204;
}
.schedule-top .right-block a:hover::before {
    background: #fd8204;
}
.schedule-top .right-block a:hover::after {
    border-color: #fd8204;
}
.free-block.two a.btn {
    font-size:20px;
}
#featured-frames .wpb_slider_title {
    text-align: center!important;
}
.content .l-head.l-width::after {
    display:none;
}

.single-product .product-details p:first-of-type {
    display: inline-block;
}
.single-product .product-details .main-product-swatch {
    display: inline-block;
    position: relative;
    top: 10px;
    margin-left: 10px;
}
.related.products .frame-block {
    margin-top:0px;
    margin-bottom: 50px;
}
.product-details .title {
    color: #08295e;
}
.product-details .center-block .r-btn i {
    width: 49px;
    height: 50px;
    right: -5px;
    top: -1px;
    background-color: #e9e9e9; 
}
.product-details .center-block .r-btn:hover i {
    width: 48px;
    height: 48px;
    right: -3px;
    top: 0px;
    background-color: #fd8204; 
}
.info-p img {
    margin-right: 10px;
}
.woof_block_html_items {
    max-height: 200px;
    overflow-Y: auto;
    text-align: left;
}
#career-response-modal .modal-header h4 {
    margin-bottom: 0px;
}
.product-details ul.details-list li.lens-width {
    background-image: url('images/glasses sizes icons-01.png');
    background-repeat: no-repeat;
}
.product-details ul.details-list li.lens-height {
    background-image: url('images/glasses sizes icons-02.png');
    background-repeat: no-repeat;
}
.product-details ul.details-list li.bridge-width {
    background-image: url('images/glasses sizes icons-03.png');
    background-repeat: no-repeat;
}
.product-details ul.details-list li.temple-length {
    background-image: url('images/glasses sizes icons-04.png');
    background-repeat: no-repeat;
}
.product-details ul.details-list li.frame-width {
    background-image: url('images/glasses sizes icons-05.png');
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    .behind-scene {
        padding-top: 10px;
    }
    .vdo-container, 
    .home-vdo-container {
        height:370px;
    }
    .vdo-container iframe,
    .vdo-container object,
    .vdo-container embed,
    .home-vdo-container iframe,
    .home-vdo-container object,
    .home-vdo-container embed {
        height: 100%;
    }
    .schedule-top .right-block a {
        box-shadow:none;
    }
    .banner-column .banner-overlay .right-block .schedule-block {
        margin-bottom: 0px;
        background: #e9e9e9;
        border-radius: 10px 20px 20px 10px;
        font-weight: 600;
        box-shadow: none;
        padding: 3px 60px 6px 16px;
    }
    .banner-column .banner-overlay .right-block .schedule-block:before,
     .schedule-top .right-block .schedule-block:hover:before,
     .banner-column .banner-overlay .right-block .schedule-block:hover:before {
        border: none!important;
        width: 40px;
        height: 40px;
        right: -1px;
        left: auto;
        top: 0;
        border-radius: 50%;
        background-color: #fd8204;
    }
    .banner-column .banner-overlay .right-block .schedule-block::before {
    content: "";
    border: solid 1px #fd8204;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    position: absolute;
    display: block;
    top: 0px;
    pointer-events: none;
    right: 0px;
    }
}
@media (max-width: 600px) {
    .vdo-container, 
    .home-vdo-container {
        height:304px;
    }
    .vdo-container iframe,
    .vdo-container object,
    .vdo-container embed,
    .home-vdo-container iframe,
    .home-vdo-container object,
    .home-vdo-container embed {
        height: 100%;
    }
    .survey-container .entry-content h1 {
        font-size: 30px;
    }
    .survey-page #survey-btn {
        float: unset;
    }
}
@media (max-width: 480px) {
    .vdo-container,
    .home-vdo-container {
        height:240px;
    }
    .vdo-container iframe,
    .vdo-container object,
    .vdo-container embed,
    .home-vdo-container iframe,
    .home-vdo-container object,
    .home-vdo-container embed {
        height: 100%;
    }
    /*css provided by Ashutosh for mobile */
    .schedule-top .right-block a {
        font-size: 24px;
    }
   
    .main-header .top-menu-bar {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .main-header .top-menu-bar .global-navigation #navbar2 {
        left:0px!important;
        right:0px!important;
    }
    .main-header .top-menu-bar .global-navigation .navbar-toggle {
        right: 0px;
    }
    /*css provided by Ashutosh for mobile ends */
}
@media (max-width: 361px) {
    .vdo-container,
    .home-vdo-container {
        height:169px;
    }
    .vdo-container iframe,
    .vdo-container object,
    .vdo-container embed,
    .home-vdo-container iframe,
    .home-vdo-container object,
    .home-vdo-container embed {
        height: 100%;
    }
}
@media(min-width:767px) {
    #navbar2 .desktop-menu .menu-item .sub-menu .menu-item .sub-menu {
        display: block!important;
        opacity:1!important;

    }
    .share-list .a2a_button_whatsapp,
    .share-list .a2a_button_sms {
        display: none;
    }
    .schedule-patient-info .gender-field {
        margin-top: 60px;
    }
    .search-patient-info #recur-email {
        margin-top: 90px;
    }
}
@media (max-width: 1375px) and (min-width: 1132px) {
    .main-header .call-action {
        left: 37%;
        width: 31%;
    }

    .schedule-patient-info .gender-field {
        margin-top: 60px;
    }
    .search-patient-info #recur-email {
        margin-top: 90px;
    }
    .search-patient-info .borderless #recur-month,
    .search-patient-info .borderless #recur-day {
        width: 55px;
    }
    .schedule-patient-info .borderless #month,
    .schedule-patient-info .borderless #day {
        width: 55px;
    }
}
@media (max-width: 1980px) and (min-width: 991px) {
    .d-logo-franchise {
        top: 1px;
    }
}
@media (max-width: 1132px) and (min-width: 991px) {
    .main-header .call-action {
        left: 37%;
        width: 31%;
    }
    .main-header .call-action .call {
        font-size: 18px;
    }
    .schedule-patient-info .gender-field {
        margin-top: 60px;
    }
    .search-patient-info #recur-email {
        margin-top: 90px;
    }
    .search-patient-info .borderless #recur-month,
    .search-patient-info .borderless #recur-day {
        width: 55px;
    }
    .schedule-patient-info .borderless #month,
    .schedule-patient-info .borderless #day {
        width: 55px;
    }
}
table.borderless tr td {
    border-width: 0;
}
.search-patient-info .borderless #recur-day,
.schedule-patient-info .borderless #day {
    padding-left: 14px;
}
.search-patient-info .borderless #recur-month,
.schedule-patient-info .borderless #month  {
    padding-left: 12px;
}
.search-patient-info .borderless #recur-year,
.schedule-patient-info .borderless #year {
    padding-left: 16px;
}
.survey-page .main-header {
    margin-bottom: 40px;
}
.schedule-patient-info .borderless #year {
    width: 70px;
}
.search-patient-info .borderless #recur-year {
    width: 70px;
}
table.borderless {
    border: none;
}
@media (max-width: 1400px) {
    .top-menu-bar .global-navigation {
        margin-left: 130px;
    }
}
@media (max-width: 2000px) and (min-width: 1400px) {
    .top-menu-bar .global-navigation {
        margin-left: 190px;
    }
}
.desktop-book-exam {
    font-weight: 800;
    font-size: 30px;
    font-style: normal;
    color: #fff;
    width: 280px;
    height: 50px;
    border-radius: 10px 10px 10px 10px;
    border: none;
    text-align: center;
    position: relative;
    background: #f48120;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
@font-face {
    font-family: 'AvenirNextDemiBold';
    src: url('/wp-content/themes/Stanton/fonts/Avenir_Next_Demi_Bold.otf') format('otf'),
         url('/wp-content/themes/Stanton/fonts/Avenir_Next_Demi_Bold.ttf') format('ttf');
    font-style: normal;
}
.men-perfect-frame,
.women-perfect-frame{
    font-size: 20px;
    font-weight: 600;
    /*font-family: AvenirNextDemiBold;*/
    color: #feab3bfc;
    width: 200px;
    height: 30px;
    border-radius: 10px;
    border: none;
    text-align: center;
    background: white;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    position: absolute;
    top: 85%;
}
.all-perfect-frame{
    /*font-family: AvenirNextDemiBold;*/
    color: #feab3bfc;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    text-align: center;
    background: white;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    position: absolute;
    top: 75%;
}
.men-perfect-frame {
    left: 30%;
}
.women-perfect-frame {
    right: 30%;
}
@media (max-width: 500px) {
    .all-perfect-frame{
        font-size: 15px;
        width: 120px;
        left: 35%;
        height: 20px;
    }
    form.form-search .form-group:nth-child(1) {
        width: calc(100% - 250px);
    }
}
@media (min-width: 500px) and (max-width: 750px){
    .all-perfect-frame{
        font-size: 30px;
        width: 160px;
        left: 35%;
        height: 40px;
    }
    form.form-search .form-group:nth-child(1) {
        width: calc(100% - 60px);
    }
}
@media (min-width: 751px) and (max-width: 991px){
    .all-perfect-frame{
        font-size: 30px;
        width: 160px;
        left: 40%;
        height: 40px;
    }
    form.form-search .form-group:nth-child(1) {
        width: calc(100% - 60px);
    }
}
.influencer-frame {
    font-size: 25px;
    background-image: linear-gradient(to bottom right, #f666bb, #fc8c60);
    color: white;
    font-weight: 900;
    width: 180px;
    height: 40px;
    border-radius: 10px;
    border: none;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-top: 0px;
}
#influencer .modal-content {
    background-image: linear-gradient(to bottom right, #f666bb, #fc8c60);
    border-radius: 40px;
}
#influencer .influencer-label{
    color: white;
    font-weight: 800;
}
#influencer .influencer-input{
    background: white;
    border-radius: 10px;
    margin-bottom: 10px;
}
#influencer .modal-title {
    color: white;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
#influencer .influencer-btn{
    background: white;
    float: right;
    margin-right: 14px;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-top: 0px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    width: 28%;
    font-size: 120%;
    font-weight: bolder;
}
#influencer .btn-text {
    background: -webkit-linear-gradient(#f666bb, #fc8c60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: #d8155803;
}
.influencer-disable {
    display: none;
}
.disable-color-filter #wrapper .product-filter .woof_container_browsebycolor,
.disable-color-filter #wrapper .product-filter .woof_term_130,
.disable-color-filter #wrapper .product-filter .woof_term_172,
.disable-color-filter #wrapper .product-filter .woof_term_174 {
    display: none;
}
.disable-color-filter #wrapper .product-filter a:focus {
    background: none;
}
.disable-color-filter #wrapper .banner-column {
   margin-top: 50px;
}
.blog-read-more {
    float: left;
}
.blog-read-more a {
    margin: 1px!important;
}
.nav-previous1 {
    float: right;
}
.nav-next1 a {
    padding-right: 10px;
    padding-left: 60px;
    border-radius: 20px 10px 10px 20px;
}
.nav-next1 a i {
     left: 0px;
}
.nav-next1 a i:before {
    transform: rotate(135deg);
}
.nav-next1 a i:after {
    transform: rotate(-135deg);
}
.somel-product-attr-hide .woof_container_browsebytype {
    display: none;
}
