/*
 Theme Name: Optical Lens Shop Child
 Theme URI: https://opticalnmore.com
 Description: Child theme for Optical Lens Shop theme
 Author: Your Name
 Template: optical-lens-shop
 Version: 1.0.0
*/
/* Replace VWThemes footer text with your own */
.footer-bottom .copyright,
.site-footer .copyright {
    font-size: 0;       /* hide original text entirely */
}

.footer-bottom .copyright:after,
.site-footer .copyright:after {
    content: "© 2025 OpticalNMore.com";
    font-size: 13px;
    color: #ffffff;
}
.search-icon button[type="submit"] {
    padding: 8px 30px !important;
    background: url(assets/images/search.png) no-repeat scroll 20px #666 !important;
    text-indent: -9999px !important;
    border-radius: 6px;
    cursor: pointer;
    border: none;
}
.top-header {
    background-color: #666;
    color: #fff;
}