/*
Theme Name: Brown and White
Theme URI: 
Author: the Opticommerce team
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: brownandwhite


*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
 @import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300,800);
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
textarea:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* oldIE Ã­Â¸â€° */
textarea::focus:placeholder { color:transparent; } /* oldIE Ã­Â¸â€° */
textarea:focus::-ms-input-placeholder { color:transparent; } /* for Edge Ã­Â¸â€° */


input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE Ã­Â¸â€° */
input:focus::placeholder { color:transparent; } /* oldIE Ã­Â¸â€° */
input:focus::-ms-input-placeholder { color:transparent; } /* for Edge Ã­Â¸â€° */

/*For Edge*/
.sp-discount-form li  input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.clear {
  line-height: 0;
  font-size: 0;
  clear: both;
}
.sp-discount-form li  input::-webkit-input-placeholder {
  opacity: 1;
  color: #666;
}
.sp-discount-form li  input::-moz-placeholder {
  opacity: 1;
  color: #666;
}
.sp-discount-form li input:-ms-input-placeholder {
  opacity: 1;
  color: #666;
}
.sp-discount-form li  input::placeholder {
  opacity: 1;
  color: #666;
}
.sp-discount-form li  input:focus::-webkit-input-placeholder {
 color:transparent;
}
.sp-discount-form li  input:focus::-moz-placeholder {
 color:transparent;
}
.sp-discount-form li input:focus:-ms-input-placeholder {
 color:transparent;
}
.sp-discount-form li  input:focus::placeholder {
 color:transparent;
}
/**** Top banner logo ***/
.section-area {
    position: relative;
    width: 100%;
    max-width: 1354px;
    margin: 0 auto;
}
.section-area img {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 100;
	width:110px;
}
/*********** END ***************/
/*For Edge*/
.sp-discount-form li input:focus::-ms-input-placeholder {
 color:transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.op-quantity-custom input {
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
.op-quantity-custom {
  position: relative;
}
.op-quantity-custom input:focus {
  outline: 0;
}

.quantity-nav {
  position: absolute;
  height: 38px;
  right: 0;
  top: 0;
}
.quantity-nav .quantity-button:hover {
  background: #0072c3;
  color: #fff;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #ccc;
  width: 30px;
  text-align: center;
  color: #aaa;
  font-size: 16px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #ccc;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -0;
  height: 50%;
}

* {
	padding: 0;
	margin: 0;
}

body {
  color: #252525;
  font-size: 14px;
  overflow-x: hidden;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}
a {
  text-decoration: none;
  color: #383736;
}
a:hover {
  outline: none;
  color: #0072c3;
  text-decoration: none;
}
.no-hover a:hover, .no-hover a:focus, .no-hover a:active{ color: #383736; cursor: text;}
a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #0072c3;
}

figure {
  position: relative;
}
.transition {
  -webkit-transition: all 0.15s linear;
     -moz-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
       -o-transition: all 0.15s linear;
          transition: all 0.15s linear;
}
.fullwidth {
  float: left;
  width: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.6;
  margin: 0 0 18px 0;
  font-weight: 700;
  color: #383736;
}
h1 {
  font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
}
p {
  margin-bottom: 15px;
  line-height: 1.5;
}
ul {
  float: none;
  padding-left: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}
li {
  list-style: disc outside none;
  line-height: 23px;
}
/*ul li li {
  list-style: circle;
}*/
ul ul {
  margin-left: 20px;
  margin-top: 10px;
}
ol {
  list-style: decimal;
  float: none;
  padding-left: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}
ol ol {
  margin-left: 20px;
  margin-top: 10px;
}
ol li {
  width: 100%;
  list-style: decimal;
}
ol li li {
  list-style: upper-roman;
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
  border-bottom: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
p ins {
  color: #999;
}
dl dd {
  margin-left: 20px;
}
address {
  font-style: italic;
}
.aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.alignleft {
	float: left;
	margin: 0 25px 25px 0;
}
.alignright {
	float: right;
	margin: 0 0 25px 25px;
}
.left {
  float: left;
}
.right {
  float: right;
}
img {
  max-width: 100%;
  height: auto;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  height: 45px;
  background-color: #fff;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 20px;
  border: none;
  color: #2F353E;
  border: 1px solid #e4e4e4;
  vertical-align: middle;
   font-family: 'Open Sans', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
select {
  height: 35px;
}
figure img {
	width: 100%;
  height: auto;
}
html .row {
  margin: 0 -10px;
}


.button ,.button-alt, .button-find, .button-login{
	padding: 16px 20px;
  text-align: center;
	color: #fff;
  cursor: pointer;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
  background: #a40034;
  font-size: 14px;
  border-radius: 6px;
  border: none;
  -webkit-transition: all .15s linear;
     -moz-transition: all .15s linear;
      -ms-transition: all .15s linear;
       -o-transition: all .15s linear;
          transition: all .15s linear;

}
a.button, a.button-find {
  color: #fff;
  background: #2e8bce;
}
.button:hover, .button-find:hover {
  color: #fff;
  background: #115a88; 
}
.button-alt:hover {
	color: #fff;
	background: #444; 
}
.button-login:hover { color: #fff; }


.nonlist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nonlist li {list-style-type: none;}
.inline-item {
  font-size: 0;

}
.inline-item > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
/**/
.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
  position: fixed !important;
}
/**/ 
/* Vto Setting **************************************************/
.img-vto {
  float: left;
  position: absolute;
  left: 15px;
  top: -10px;
  z-index: 99;
  cursor: pointer;
}
.vto-outer {
  position: fixed;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 9999;
  display: none;
  background: rgba(0,0,0,0.6);
}
.vto-panel-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
}
#myFitPhoto {
padding-top: 0px;
position: absolute;
display: inline-block;
vertical-align: top;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
   -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
     -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
width: auto
}
/* Vto Setting End **************************************************/
/* Main Title Style **************************************************/
.entry-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
}
/* Custom Select Button **************************************************/
/* The CSS */
.ms-select select,
.lg-custom-drop select {
    padding:5px 0px 5px 5px;
    height: 35px;
    margin: 0 !important;
    border: 1px solid #ccc;
    background: #fff;
    color:#000;
    font-weight: normal !important;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
}
.lg-custom-drop select {
  box-shadow: none !important;
  border: none !important;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

.ms-select,.lg-custom-drop {
  position: relative;
  border: 1px solid #c1c1c1;
  padding: 0 !important;
  max-width: 210px;
  display: inline-block !important;
  width: 100%;
}
.ms-select:after,.lg-custom-drop:after {
    content:'\>';
    font:30px "Consolas", monospace;
    color:#ccc;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:0px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
    z-index: 99;
   cursor: pointer;
}
.lg-custom-drop:after {
  top: -6px;
}
.ms-select:before,.lg-custom-drop:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 100%;
  right: 0;
  display: block;
  top: 0;
  background: #fff;
  z-index: 90;
   pointer-events:none;
   cursor: pointer;
}
/* Contact Form 7 Error Messages **************************************************/
.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap label.error {
    background: #444 none repeat scroll 0 0;
    box-shadow: 0 0 6px #000;
    color: red !important;
    font-size: 11px;
    line-height: 15px;
    padding: 4px 10px;
    width: 150px;
    top: -30px;
    left: 0;
    text-align: left;
    border-radius: 3px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
}
.formError{
  left: 0px !important;
}
/* This bridges the gap so you can mouse into the wpcf7-not-valid-tip without it disappearing */
.wpcf7-form-control-wrap .wpcf7-not-valid-tip:before,
.wpcf7-form-control-wrap label.error:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.wpcf7-form-control-wrap .wpcf7-not-valid-tip:after,
.wpcf7-form-control-wrap label.error:after {
  border-left: solid transparent 5px;
  border-right: solid transparent 5px;
  border-top: solid #444 5px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 0%;
  margin-left: 10px;
  position: absolute;
  width: 0;
}
  


/* IE can just show/hide with no transition */



div.wpcf7-validation-errors {
    display: none !important;
}
div.wpcf7-response-output {
    margin: 0 0 15px 0;
    padding: 10px 8px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;  
}
.wpcf7-spam-blocked {
     background: #e2e2e2;
     border: 1px solid #bcbcbc !important;
     color: #383838;
}

.wpcf7-mail-sent-ng {
     background: #fcf8e3;
     border: 1px solid #ac9163 !important;
     color: #8a6d3b;
}

.wpcf7-mail-sent-ok {
     background: #dff0d8;
     border: 1px solid #3c763d !important;
     color: #3c763d;
}
.sp-banner-area  div.wpcf7-response-output {
  float: left;
  width: 100%;
}
/* HEADER SECTION **************************************************/
.header {
  position: relative;
  z-index: 99;
  border-top: 2px solid #fff;
}
.top-header {
  padding: 0;
  line-height: 1;
  margin-bottom: 28px;
}

.tagline p{
  color: #b04567;
  margin-bottom: 0px;
  font-weight: 700;
}
.top-header a {
  color: #5e5e5e;
}
.top-header a:hover {
  color: #0072c3;
}
.top-navigation, .top-navigation-email {
  padding: 8px 0;
  display: inline-block;
  vertical-align: top;
}

.top-navigation li, .top-navigation-email li {
  position: relative;
  padding: 0 12px;
}
.top-navigation li:before,
.account-panel li:before,
.top-navigation-email li:before{
  content: '';
  width: 1px;
  height: 12px;
  background: #5e5e5e;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 6px;
}

.top-navigation li:first-child{
  padding-left: 24px;
}
.top-navigation li:first-child:before , .account-panel li:first-child:before{
  content: '';
  width: 1px;
  height: 12px;
  background: #5e5e5e;
 /* display: inline-block;*/
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 6px;
}
 
.top-navigation li a, .top-navigation-email li a {
  font-size: 12px;
  font-weight: 600;
}
/* Account Panel **************************************************/
.account-panel {
  padding: 8px 15px;
  padding-right: 0;
  background: #f0f0f0;
  border-radius: 4px;
}
.account-panel .tagline{
   display: inline-block;
}
.top-header ul{
  display: inline-block;
  vertical-align: top;
}
.top-header .nav-area{
  float: right;
}
.nav-area #menu-top-menu-1 > li > a{
  padding-right: 0px;
}
.nav-area #menu-top-menu-1 > li > a:after{
background-image: none;
}
.nav-area #menu-top-menu-1 > li:last-child:after{
  content: '';
    width: 1px;
    height: 12px;
    background: #5e5e5e;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 7px;
}
.account-panel li {
  padding: 0 10px;  
  position: relative;
  font-size: 13px;
}
.account-panel li ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 150px;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 9999;
}
.account-panel li:hover > ul {
  display: block;
}
.account-panel li ul li {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
}
.account-panel li ul li a {
  padding: 5px 10px;
  line-height: 15px;
  font-weight: 400;
  display: block;
  text-align: left;
  width: 100%;
}
.account-panel li ul li a:after ,
.account-panel li ul li:before {
  display: none;
}
#menu-top-menu li a:after{
  display: none;
}
#menu-top-menu li a{
  padding:0px 11px;
}
#menu-top-menu li {
  padding: 0px;
}
.account-area li a{
  color: #000;
}
.account-panel li a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 24px;
  
}
.account-panel li a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 19px;
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 2px;
}
.account-panel li a.sp-account:after {
  background-position: 0 -19px;
  height: 9px;
  top: 8px;
}
.search_form_area {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px 5px;
    position: absolute;
    right: 0px;
    top: 17px;
    width: 202px;
    z-index: 99;
}
.js-search{
  position: relative;
  display: inline-block;
}
.search_form_area{
  display: none;
}
.fa-search{
  cursor: pointer;
}
.fa-search:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 19px;
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -8px;
    left: -20px;
}
.search_form_area input[type=search] {
    background: 0 0;
    border: none;
    color: #000;
    float: left;
    font-weight: 400;
    height: 28px;
    padding: 0 8px;
    font-size: 12px;
    transition: all .25s linear 0s;
    width: 130px;
  }
  .search_form_area input[type=submit] {
    border: none;
    float: left;
    height: 28px;
    width: 60px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 0;
}
/*  Main Header **************************************************/
.logo {
  position: relative;
  height: 108px;
}
.logo img {
  position: absolute;
  left: 0;
  bottom: 15px;
}
.right-header {
  margin-bottom: 20px;
  display: inline-flex;
  float: right;
}
.right-header h3 {
  margin-bottom: 13px;
  font-weight: 600;
  color: #8a8a8a;
  font-size: 17px;
  margin-right: 40px;
  line-height: 1;
  padding-top: 7px;
}
.right-header h3 strong {
  color: #0072c3;
  font-size: 28px;
  font-weight: 600;
  display: block;
  vertical-align: top;
  line-height: 1;
  color: #0d0f84;
  padding-top: 3px;
}
.right-header a.button-find{
  background-color: #0d0f84;
}
.right-header a.button-alt{
  background-color: #a40034;
}
.button-panel a {
  padding: 0 20px;
  line-height: 44px;
  border: 1px solid #d9dcdc;
}
.button-panel a.button-alt {
  padding: 0 40px;
}
.button-panel{
  padding-top: 15px;
}
/*  **************************************************/
.logo-slogan {
  padding-left: 55px;
}

.logo-slogan h3 {
  margin-bottom: 0;
  font-weight: 300;
  color: #676767;
  font-size: 20px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 13px;
}

/* Menu Area **************************************************/
.sp-outer-menu {
  background: #f3f3f3;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  margin-bottom: 22px;
}

.navbar-nav {
  position: relative;
}
.navbar-nav  li {
  list-style: none;
  position: relative;
}

.navbar-nav > li > a {
  font-weight: normal;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  -webkit-transition: all 0.15s linear;
     -moz-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
       -o-transition: all 0.15s linear;
          transition: all 0.15s linear;
}

.navbar-nav > li:hover > a,
.navbar-nav > li > a:focus {
  background: #999;
  color: #fff;
}
.navbar-nav ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  background: #fff;
  z-index: 9999;
  display: none;
  border: 1px solid #ccc;
  border-top: none;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.15s linear;
     -moz-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
       -o-transition: all 0.15s linear;
          transition: all 0.15s linear;
}

.navbar-nav > li:hover > ul {
 display: block;
}

.navbar-nav ul li a {
  padding: 8px 12px;
  font-size: 14px;
  display: block;
  border-top: 1px solid #ccc;
  
}
.navbar-nav ul li:hover > a, .navbar-nav ul.sub-menu li.current-menu-item a {
  background-color: #00acce;
  color: #fff;
}
.navbar-nav ul ul {
  top: 0;
  left: 100%;
  position: relative;
  z-index: 999;
}

/* Search Section **************************************************/

.search_form {
  padding:0;
  background: #fff;
  border: 1px solid #9b9b9b;
  max-width: 283px;
  padding-right: 45px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.search_form input {
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  width: 100%;
  height: 36px;
  padding: 6px 15px;
  font-weight: 600;
  color: #b7b7b7;
  font-style: italic;
}
.search_form button {
  border: none;
  width: 45px;
  height: 36px;
  text-indent: -99999px;
  background: url(images/ico-search.png) no-repeat center center;
  float: left;
  position: absolute;
  right: 0px;
  top: 0px;
}

/* Top Banner Navigation **************************************************/
.sp-special-nav li {
  padding: 0 30px;
  position: relative;
  line-height: 1;
  color: #a43a5c;
  margin-bottom: 22px;
  text-transform: uppercase;

}
.sp-special-nav li:first-child {
  padding-left: 0;
}
.sp-special-nav li:last-child {
  padding-right: 0;
}
.sp-special-nav li:first-child:before {
  display: none;
}
.sp-special-nav li:before {
  content: '';
  width: 1px;
  height: 15px;
  background: #a43a5c;
  position: absolute;
  left: 0;
  top: 1px;
}
.sp-special-nav li a {
  color: #a43a5c;
}
/* Banner Seection **************************************************/
.banner-sec {
  position: relative;
}
.banner-slider {
  height: auto;

}
.banner-slider .owl-item {
  width: 100%;
}
.banner-slider .owl-item img {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
/*Banner  Caption*/
.banner-slider .owl-item figure {
  position: relative;
}
.banner-slider .owl-item figure figcaption,
.sp-banner-voucher /**/ {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 30px;
  text-align: left;
  font-size: 10px;
}
.banner-slider .owl-item figure figcaption {
  padding-top: 120px;
  height: 100%;
}
.banner-slider .owl-item figure figcaption div {
  height: 100%;
}
.banner-slider .owl-item figure figcaption h1 {
  font-size: 6.4em;
  line-height: 0.6;
  font-weight: 400;
  margin:5px 0 50px 7px;
  color: #fff;
}
.banner-slider .owl-item figure figcaption.your-pair h1 {
  color: #1b1b1b;
}
.banner-slider .owl-item figure figcaption h1 small {
  color: #fff;
  font-size: 0.5em;
}

.banner-slider .owl-item figure figcaption.your-pair h1 small {
  color: #1b1b1b;
  font-size: 0.45em;
}
.banner-slider .owl-item figure figcaption h2 {
  font-size: 10px;
  font-weight: 400;
  line-height: 42px;
  color: #fff;
  margin: -4px 0 2px 13px;
}
.banner-slider .owl-item figure figcaption.your-pair h2 {
  color: #1b1b1b;
}
.banner-slider .owl-item figure figcaption h2 span {
  font-size: 12em;
}
.banner-slider .owl-item figure figcaption h2 small {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: -0.5em;
}
.banner-slider .owl-item figure figcaption h2 sup {
  font-size: 1.8em;
  display: inline-block;
  vertical-align: top;
}
.banner-slider .owl-item figure figcaption h2 sub {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding-left: 3em;
}
.banner-slider .owl-item figure figcaption .button-alt {
  border-radius: 4px;
  padding: 15px 40px;
  border: 1px solid #d9dcdc;
}
.sp-note {
  margin-top: 6em;
  font-size: 14px;
}
.banner-slider .owl-prev, .banner-slider .owl-next {
    position: absolute;
    top: 50%;
    color: #7c7c7c;
    font-size: 50px;
    z-index: 999999;
    left: 2%;
}
.banner-slider .owl-next {
    right: 2%;
    left: auto;
}
/* Discount Voucher Form Banner **************************************************/
.sp-banner-area {
  background: #166ac7 url(images/sp-bg-discount.png) no-repeat left top;
  padding: 22px;
  padding-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 9;
  border-radius: 3px;
  margin-bottom: 8px;
  border: 1px solid #e0ebf8;
}
.sp-banner-area h2 {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  line-height: 1.2;
}
.sp-banner-area h2 strong {
  font-weight: 800;
}
.sp-banner-area p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}
.sp-banner-area p.sp-mobile {
  display: none;
}
.sp-banner-area form {
  margin: 0;
}
.sp-banner-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sp-banner-area ul li {
  padding: 0;
  margin-bottom: 6px;
  list-style-type: none;
}
.sp-banner-area ul li input[type="text"],
.sp-banner-area ul li input[type="email"],
.sp-banner-area ul li input[type="number"],
.sp-banner-area ul li input[type="tel"]{
  border: none;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  color: #999;
  height: 44px;
  width: 100%;
}
.sp-banner-area ul li input[type="submit"] {
  width: 100%;
  background: #19c82f;
  height: 55px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 5px;
  -webkit-transition: all .25s linear;
     -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
       -o-transition: all .25s linear;
          transition: all .25s linear;
}
.sp-banner-area ul li input[type="submit"]:hover {
  background: #0a4e12;
}
.sp-note-purchase {
	position: absolute;
    z-index: 99;
    font-size: 13px;
    color: #fff;
    bottom: 110px;
}
.your-pair .sp-note-purchase {
  color: #1b1b1b;
}
.sp-banner-area ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* Discount Voucher Form Banner **************************************************/
/*  **************************************************/
/*  **************************************************/
.post-section {
  position: relative;
  z-index: 999;
  margin-bottom: 90px;
}
.post-section article {
  padding: 6px 6px 54px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
  position: relative;
  border: 1px solid #ccc;
}
.post-section article h3 {
  margin-bottom: 0;
  padding: 0 8px;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  bottom: 18px;
  position: absolute;
  width: 100%;
  color: #201d1f;
}
/*  **************************************************/
.home main.main {
  padding: 0px;
}
main.main {
  padding-top: 30px;
  padding-bottom: 30px;
}
.banner-slider + main.main {
  padding: 0;
}
/* Home Section **************************************************/
.home-content-area {
  margin-bottom: 60px;
  padding-right: 25px;
}
.home-content-area h1 {
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.2;
  font-size: 24px;
  color: #0072c3;
  margin-bottom: 8px;
}
.home-content-area h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #676767;
  margin-bottom: 22px;
  font-weight: 300;
  font-style: italic;
}
.home-content-area p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Testimonial Section **************************************************/
.sp-logo-rodestock {
  margin-bottom: 20px;
  border: 1px solid #c7c7c7;
  background: #000;
}
.testimonial-sec {
  margin-bottom: 60px;
  background: #eaf4fb;
  border: 1px solid #b9d3f0;
  padding: 30px;
  border-radius: 2px;
}
.testimonial-sec h3 {
  font-size: 18px;
  color: #494949;
  font-weight: 700;
}


.testimonial-wrapp {

}
.testimonial-slider .item {
  padding-top: 15px;

}
.testimonial-slider .item blockquote {
  padding: 0;
  margin: 0;
  padding-left: 30px;
  padding-right: 15px;
  border: none;
  line-height: 1.5;
  font-size: 13px;
  font-style: italic;
  quotes: '\201C' '\201D' '\2018' '\2019';
  position: relative;
  margin-bottom: 30px;
  color: #494949;
}
.testimonial-slider .item blockquote:before ,
.testimonial-slider .item blockquote:after{
  content: open-quote;
  font-size: 40px;
  font-weight: 700;
  color: #b5bec7;
  position: absolute;
  left: 0;
  top: -5px;
  line-height: 1;
  letter-spacing: -6px;
  
}
.testimonial-slider .item blockquote:after {
  content: close-quote;
  left: auto;
  right: 8px;
  top: auto;
  bottom: -18px;
} 
.testimonial-slider .item strong {
  font-size: 13px;
  display: block;
  padding-left: 30px;
  font-style: italic;
}
.sp-seemore {
  color: #0072c3;
  text-decoration: underline;
  font-size: 14px;
  position: relative;
  z-index: 999;
  top: -18px;
}
.testimonial-slider .owl-nav {
  position: absolute;
  right: -15px;
  top: -48px;
  z-index: 9999;
  font-family:"Lucida Console", Monaco, monospace;
}
.testimonial-slider .owl-nav div {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  text-align: center;
  font-size: 35px;
  line-height: 30px;
  color: #494949;

}
/* Testimonial Page **************************************************/
.testimonials-widget-testimonials .testimonials-widget-testimonial{

}
.testimonials-widget-testimonials.listing .list {
  margin-bottom: 0px;
}
.testimonials-widget-testimonials.listing .list blockquote {
  padding: 25px;
  background-color: #f9f6f4;
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
  padding-bottom: 0px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #4e4c4e;
  float: left;
  width: 100%;

}
.testimonials-widget-testimonials.listing .list blockquote:after {
  content: '';
  }
.testimonials-widget-testimonial cite, .testimonials-widget-testimonial div.credit {
  text-align: right;
}
 .testimonials-widget-testimonial div.credit {
   border-bottom: 2px solid #a6a2a6;
   background-color: #f9f6f4;
   margin-top: 0px;
   padding-right: 30px;
   color: #4e4c4e;
   padding-bottom: 20px;
   
 }
.testimonials-widget-testimonial div.credit .author{
  font-weight: 700;
}
 .testimonials-widget-testimonial div.credit .location{
  display: block;
 }
.testimonials-widget-testimonial{
  max-width: 33.33%;
  float: left;
}
.testimonials-widget-testimonial.list {
    clear: none;
    padding: 10px;
  }
  .morecontent span,.extra-wrapper {
    display: none;
}
.morelink {
    display: block;
}

.testimonials-widget-testimonials blockquote p{
  font-size: 14px;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
}
.testimonials-widget-testimonials blockquote p:first-child{
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.testimonials-widget-testimonials blockquote .morelink{
  color: #0081d3;
  font-size: 14px;
  text-decoration: underline;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
}
.testimonials-widget-testimonial .open-quote:before , 
.testimonials-widget-testimonial .close-quote::after {
   content: '\201C';
font-style: italic;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
transform: scale(2.5);
display: inline-block;
margin-right: 13px;
position: relative;
top: 6px;
}
.testimonials-widget-testimonial .close-quote::after {
    content: '\201D';
    margin-left: 7px;
}
.testimonial-sections{
  margin-top: 10px;
}
/* Testimonial Page End **************************************************/
/*  **************************************************/
.sp-special-notes {
  margin-bottom: 50px;
}
.sp-special-notes article {
  margin-bottom: 30px;
  border-radius: 4px;
  background: url(images/bg-latestoffers.png) no-repeat right top #eff3f8;
  min-height: 219px;
}
.sp-special-notes article .textwidget {
  max-width: 330px;
  padding-left: 35px;
  padding-top: 25px;
}
.sp-special-notes .col-sm-6:first-child article {
   background: url(images/bg-orthok.png) no-repeat right top #eff3f8;
}
.sp-special-notes article h2 {
  color: #a40034;
  font-size: 24px;
}
.sp-special-notes article p {
  margin-bottom: 0;
  min-height: 90px;
  color: #252525;
}
.sp-special-notes article p strong {
  display: block;
}
.btn-findout {
  font-size: 14px;
  color: #0072c3;
  text-decoration: underline;
}
/*  **************************************************/
.section-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
}
.sp-popular-brands {
  margin-bottom: 30px;
}
.sp-popular-brands article {
  position: relative;
  /*padding-bottom: 40px;*/
  text-align: center;
  margin-bottom:45px !important;
}
.sp-popular-brands article h3 {
  position: absolute;
  margin-bottom: 0;
  width: 100%;
  left: 0;  
  top: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #201d1f;
  margin-top:5px;
}
/* Feature d products **************************************************/
.sp-featured-products {
  margin-bottom: 90px;
}
.sp-product-slider .item figure {
  line-height: 160px;
  margin-bottom: 10px;
}
.sp-product-slider .item figure img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  /*height: 61px;*/
  
}
.sp-product-slider .item h2 {
  margin-bottom: 0px;
  font-size: 14px;
}
.sp-product-slider .item p {
  height: 40px;
  margin-bottom: 0;
}
.sp-price-tag {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 13px;
  color: #000;
}
.sp-product-slider .item .button {
  padding: 0;
  width: 84px;
  line-height: 34px;
  background: #2e8bce;
}
.sp-product-slider .item .button:hover {
  background: #a40034;
}

/* Logo Slider **************************************************/
.sp-client-logo {
  background: #f3f3f3;
}
.sp-client-logo .item {
 line-height: 148px;
 text-align: center;
}
.sp-client-logo .item img {
width: auto;
display: inline-block;
vertical-align: middle;
max-height: 60px;
max-width: 140px; 
opacity: 0.8;
-webkit-transition: all 0.15 linear;
   -moz-transition: all 0.15 linear;
    -ms-transition: all 0.15 linear;
     -o-transition: all 0.15 linear;
        transition: all 0.15 linear;
}
.sp-client-logo .item img:hover {
  opacity: 1;
}
/* Top Footer Section **************************************************/
.top-footer-sec {
  padding-top: 40px;
  padding-bottom: 20px;
}
.sp-boxarea {
  padding-left: 100px;
  position: relative;
  margin-bottom: 20px;
}
.sp-boxarea:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 18px;
  background: url(images/sprite.png) no-repeat -79px -257px;
  width: 45px;
  height: 45px;
  
}
.top-footer-sec h2 {
  margin-bottom: 0;
  font-size: 28px;
  color: #a4526c;
}
.top-footer-sec  h2 a {
  color: #a4526c;

}
.top-footer-sec  h2 a:hover {
  color: #666;
}
.top-footer-sec  h2 strong, .top-footer-sec  h2 strong a {
  color: #0d0f84;
}
.top-footer-sec p {
  margin-bottom: 0;
}
.sp-boxarea2 {
  padding-left: 100px;
  position: relative;
  margin-bottom: 20px;
}
 .sp-boxarea2 p > a {
  text-decoration: underline;
 }
 .sp-boxarea2 p > a:hover{
  text-decoration: none;
 }
.sp-boxarea2:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 18px;
  background: url(images/sprite.png) no-repeat -137px -254px;
  width: 48px;
  height: 48px;
  
}

/* Footer Widget Section **************************************************/
.footer-wdiget-sec {
  background: #004186 url(images/bg-footer.jpg) no-repeat center top  / cover;
  padding-top: 48px;
  padding-bottom: 50px;
  color: #fff;
  margin-bottom: 25px;
  overflow: hidden;
}
.footer-wdiget-sec h2 {
  color: #fff;
}
.footer-wdiget-sec a {
  color: #fff;
}
.footer-wdiget-sec a:hover {
  text-decoration: underline;
}
.footer-wdiget-sec .row {
  margin: 0 -25px;
  overflow: hidden;
}
.footer-wdiget-sec .widget {
  float: left;
  width: 25%;
  padding: 0 25px;
  padding-bottom: 32550px;
  margin-bottom: -32550px;
  border-left: 1px solid #4573a3;
}
.footer-wdiget-sec .widget:first-child {
  border: none;
}
.footer-wdiget-sec .widget ul {
  margin: 0 0 5px 0;
  
}
.widget {
  margin-bottom: 25px;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li {
  list-style-type: none;
  margin-bottom: 4px;
}
.widget h2 {
  margin-bottom: 16px;
  font-size: 18px;
}

/* Footer **************************************************/
.sp-social-links {
  margin-bottom: 20px;
}
.ico-facebook,
.ico-twitter,
.ico-youtube {
  display: inline-block;
  vertical-align: top;
  width: 41px;
  height: 41px;
  background: url(images/sprite.png) no-repeat -203px -299px; 
  margin-right: 3px;
  text-indent: -9999px;

}
.ico-twitter {
  background-position: -253px -299px;
}
.ico-youtube {
  background-position: -300px -299px;
}
.footer-wdiget-sec .ico-facebook {
  background-position: -203px -257px;
}
.footer-wdiget-sec .ico-twitter {
  background-position: -253px -257px;
}
.footer-wdiget-sec .ico-youtube {
  background-position: -300px -257px;
}
.subscribe-form {
  position: relative;
  padding-right: 44px;
}
.subscribe-form input[type="text"], .subscribe-form input[type="email"] {
  width: 100%;
  background-color: #0072c3;
  height: 36px;
  border-color: #fff;
  color: #fff;
}
.subscribe-form input[type="email"] {
  padding-right: 20px;
}
.subscribe-form button ,
.subscribe-form .newsletter-submit{
position: absolute;
right: 0;
top: 0;
width: 44px;
height: 36px;
background-color: #c4c4c4;
color: #000;
font-size: 34px;
border: none;
line-height: 0;
font-family:"Lucida Console", Monaco, monospace;
}
.subscribe-form .tnp-field input[type="submit"] {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 30px;
}
/* Footer Navigation **************************************************/
.footer {
  margin-bottom: 80px;
}
.footer-navigation {
  margin-bottom: 15px;
}
.footer-navigation ul {
  display: inline-block;
  margin-bottom: 0px;
}
.footer-navigation ul li {
  position: relative;
  color: #252525;
}
.footer-navigation ul li:before {
  content: '\|';
  padding: 0 5px;
  
}
.footer-navigation ul li:first-child:before {
  display: none;
}
.footer-navigation ul.email-phone-list li:first-child:before {    
    display: inline;
}

/* Sticky Footer **************************************************/
.sp-bottom-footer {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  background: #000;
}
.sp-bottom-footer .container {
  position: relative;
}
.sp-bottom-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.sp-bottom-footer ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
}
.sp-bottom-footer ul li a {
  display: block;
  text-align: center;
  background: #680021;
  border-left: 1px solid #fff;
  line-height: 45px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}
.sp-bottom-footer ul li a.active {
  color: #2e8bce;
}
.sp-bottom-footer ul li:first-child a {
  background: #08094e;
}
.sp-bottom-footer ul li:last-child a {
  background: #094410;
}
.sp-bottom-footer ul li:last-child {
  border-right: 1px solid #fff;
}
/* Request a Call Back **************************************************/  
.sp-request-call-back {
  position: absolute;
  left: 15px;
  bottom: 45px;
  width: 33.33%;
  width: calc(33.33% - 9px);
  text-align: center;
  background: #2e8bce;
  color: #fff;
  padding: 20px;
  padding-bottom: 0;
  z-index: 99;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  display: none;
}
.sp-request-call-back form {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  margin: 0;
  color: #fff;
}
.sp-request-call-back h2 {
  font-size: 18px;
  color: #fff;
}
.sp-request-call-back p {
  margin-bottom: 20px;
  line-height: 1.4;
}
.sp-request-call-back ol {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 230px;
  margin-bottom: 0px;
}
.sp-request-call-back ol li {
  margin-bottom: 6px;
}
.sp-request-call-back ol li input {
  width: 100%;
}
.sp-request-call-back ol li input[type="text"],
.sp-request-call-back ol li input[type="tel"] {
  height: 44px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  color: #999;
}
.sp-request-call-back ol li input[type="submit"] {
  height: 44px;
  border-radius: 4px;
  margin-top: 10px;
  background: #000;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.sp-aim {
  font-size: 12px;
  margin-bottom: 20px;
}
.sp-btn-form-close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
/*  Generic Common Pages
**************************************************/
/* Login **************************************************/
.sp-login-section {
  padding: 25px;
  background: #f7f4f3;
  margin-bottom: 0px;
}
.sp-new-customer {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  max-width: 350px;
  padding-top: 70px;
}
.sp-new-customer h2, .login-form-wrapp h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #333;
}

.sp-new-customer p, .login-form-wrapp p {
  font-size: 13px;
  color: #666;
  line-height: 1.2;
  margin-bottom: 18px;
}
.sp-login-section .button, .button-login  {
  padding: 18px 20px !important;
  font-weight: 400 !important;
  background: #000 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.login-form-inner {
  max-width: 350px;
}
.login-form-wrapp h1 {
  font-size: 18px;
  font-weight: 700;
}
.login-form-wrapp p{
  margin-bottom: 25px;
  /*color: #000;*/
}
.login-form-wrapp p span{
    font-weight: bold;
    color: #000;
}
.login-form-wrapp .form-group {
  margin-bottom: 12px;
}
.login-form-wrapp .form-group label {
  font-size: 13px;
  display: block;
}
.login-form-wrapp .form-group input[type="text"],
.login-form-wrapp .form-group input[type="password"] {
  background-color: #fff;
  border-radius: 0;
  height: 40px;
  width: 100%
}
.login-form-wrapp .form-group .lostp {
display: inline-block;
vertical-align: top;
margin-top: 5px;
margin-bottom: 24px;
font-size: 13px;
color: #666;
text-decoration: underline;
}

.sp-secure-login {
  position: relative;
  padding-left: 48px;
  margin-bottom: 10px;
}
.sp-secure-login i {
  position: absolute;
  left: 15px;
  top: 3px;
  color: #cbc7c4;
  font-size: 24px;

}
.sp-secure-login h4 {
  font-size: 14px;
  margin-bottom: 4px;
  color: #cbc7c4;
  line-height: 1;
}
.sp-secure-login p {
  line-height: 1;
  margin-bottom: 0;
  font-size: 12px;
}
/* new login */
.sp-login-wrapper  {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.sp-login-wrapper h1 {
  font-size: 20px;
}
.sp-login-wrapper .login-form {
  max-width: 100%;
}

.login-form h1 {
  margin-bottom: 4px;
}
.login-form p {
  margin-bottom: 20px;
  font-size: 13px;
}
.login-form label {
  font-size: 13px;
  color: #1d1c1f;
}
.forgot-pass a {
  color: #666;
  text-decoration: underline;
  font-size: 13px;
}
.login-form, .register_link {
    padding: 30px 30px !important;
    max-width: 650px;
    border-radius: 0;
    background: #f7f4f3;
}
.login-form.reset-form, .login-form.pp-reset-password-form {
    max-width: 100% !important;
}
.login-form:before {
  display: none !important;
}
.login-form .form-group {
  margin-bottom: 15px;
}
.login-form strong, .register_link strong {
    color: #3a3a3a;
    font-size: 19px;
    margin-bottom: 35px;
    padding-left: 0px;
    display: block; 
}
.login-form .login-field {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c3c3c3;
    height: 45px;
    border-radius: 0;

}
.login-form .forgot-pass {
    margin-bottom: 0;
}
.login-form .login-field-icon {
  top: 12px;
}

.register_link {
    padding: 24px 40px 0;
}
.register_link p {
  margin-bottom: 20px;
}
/* Registration Form **************************************************/
/* mine */

/* registration page */
.chosen-container-single .chosen-single {
  height: 45px;
  line-height: 45px;
  background: #fff;
  border-radius: 0;
  border-color: #e1e1e1;
  box-shadow: none;
}
.chosen-container-single .chosen-single div b {
  background-position: 0 12px !important;
}
#nm-wp-registration-form {
    max-width: 525px;
    margin-bottom: 30px;
}
#nm-wp-registration-form h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 15px;
}
#nm-wp-registration-form #wpregistration-section-use_this_password_and_email_address_next_time_to_sign_in_ h2 {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    background: url('images/info-ico.png') no-repeat center left;
    padding-left: 28px;
}
#nm-wp-registration-form p {
    margin-bottom: 15px;
    color: #1d1c1f;
    font-size: 12px;
}
#wp-registration-box label.meta-data-label {
    font-size: 13px !important;
    margin-bottom: 8px;
    font-weight: 500;
    color: #000;
}
#wp-registration-box input[type="text"], #wp-registration-box input[type="password"], #wp-registration-box input[type="date"], #wp-registration-box input[type="number"], #wp-registration-box input[type="email"] {
    background: #fff;
    border: 1px solid #e1e1e1;
    height: 45px;
    font-size: 15px;
    text-indent: 3px;
    width: 100%;
}

.wpregistration-save-button input,.login-form .button-alt,.register_link .button-alt {
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    margin-left: 0;
    margin-top: 0;
    width: 168px;
    background-color: #000;
    color: #fff;
    border: none;
    margin-top: 20px;
    text-transform: uppercase;
}
.login-form .button-alt,.register_link .button-alt {
  border-radius: 3px;
  padding: 0;
  margin-top: 0;
  font-weight: 400;
  line-height: 45px;
}
.register_link .guestcheckout {
    width: 200px;
}
/* Registration Form **************************************************/
/* mine */

/* registration page */
.chosen-container-single .chosen-single {
  height: 45px;
  line-height: 45px;
  background: #fff;
}
.chosen-container-single .chosen-single div b {
  background-position: 0 12px !important;
}
#nm-wp-registration-form {
    position: relative;
    max-width: 525px;
    margin-bottom: 30px;
}
#nm-wp-registration-form h2 {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #211e20;
}
#nm-wp-registration-form p {
    margin-bottom: 15px;
}
#wp-registration-box label.meta-data-label {
    font-size: 13px !important;
    margin-bottom: 8px;
    font-weight: 700;
    color: #666;
}
#wp-registration-box label.meta-data-label span {
  font-weight: 400;
  color: #666 !important;
  font-size: 13px !important;
}
#wp-registration-box input[type="text"], 
#wp-registration-box input[type="password"],
#wp-registration-box input[type="date"], 
#wp-registration-box input[type="number"],
#wp-registration-box input[type="email"] {
    background: #fff;
    border: 1px solid #c3c3c3;
    height: 40px;
    font-size: 14px;
    text-indent: 3px;
    width: 100% !important;
}
.wpregistration-save-button input,.login-form .button-alt,.register_link .button-alt {
    font-size: 14px;
    height: 45px;
    margin-left: 0;
    margin-top: 0;
    width: 168px;
    background-color: #0d0f84;
    color: #fff;
    border: none;
    margin-top: 20px;
    border-radius: 4px;
    text-transform: uppercase;
}
.wpregistration-save-button input{
  width: 117px;
  height: 44px;
  font-weight: 400;
}
.register_link .button-alt {
  border-radius: 3px;
  padding: 0;
  margin-top: 0;
  font-weight: 400;
  line-height: 45px;
/*  background: #444;*/
}
/* Registration Form End **************************************************/
/* Contact Detail **************************************************/
.sp-contact-detail h1 {
  font-size: 24px;
  margin-bottom: 18px;
}
/*Rows Margin*/
.sp-contact-detail > .row {
  margin: 0 -24px;
}
.sp-contact-detail > .row > div[class*="col-"] {
  padding: 0 24px;
}
/*Rows Margin*/
.left-contact {
  padding: 20px;
  background: #f9f6f4;
  margin-bottom: 50px;
}
.left-contact figure {
  margin-bottom: 20px;
}
.left-contact .row {
  margin: 0 -24px;
}
.left-contact .row div[class*="col-xs-"] {
  padding: 0 24px;
}
/* Address Box  **************************************************/
.sp-address-box {
  padding-top: 0px;
  padding-right: 40px;
}
.sp-address-box ul li {
  margin-bottom: 12px;
  color: #666;
}
.sp-address-box ul li span.sp-title {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  color: #151515;
  float: left;
}
.sp-address-box ul li div.sp-desccontact {
  margin-left: 24px;
  
}
.sp-address-box ul li.sp-tel {
  font-weight: 700;
  font-size: 18px;
  color: #151515;
}
.sp-address-box ul li.sp-email a {
  text-decoration: underline;
  color: #666;
}
.sp-address-box ul li.sp-address address {
  margin-bottom: 0;
  font-style: normal;
}
.sp-button-bottom {
  padding-left: 24px;
  padding-top: 10px;
}
.sp-button-bottom a {
  width: 100%;
  border-radius: 3px;
  text-align: center;
  padding: 0;
  line-height: 45px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}
.sp-button-bottom a i {
  margin-left: 8px;
  position: relative;
  top: 3px;
  right: -10px;
  font-weight: 400;
}
.sp-button-bottom a.button {
  background: #666;
}
/*Map Contact Us*/
.sp-map-contactsec h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
/* Time Table **************************************************/
.sp-timing {
  margin-bottom: 40px;
}
.sp-timing h3 {
    border-bottom: 1px solid #d7d7d7;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 12px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.sp-timing .table {
    margin-bottom: 30px;
}
.sp-timing .table td, .sp-timing .table th {
    border: medium none;
    color: #151515;
    font-size: 11px;
    padding: 4px 0;
}
.sp-timing .table th {
  padding-bottom: 18px;
}
.sp-timing .table td {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
.sp-timing .table td:first-child {
    font-weight: normal;
}
/* Contact Form **************************************************/
.contact-form {
    background-color: #f9f6f4;
    border: 1px solid #dcdbdb;
    display: none;
    padding: 25px 20px 15px;
    margin-bottom: 30px;
}

.left-contactus input, .left-contactus textarea {
    border: 1px solid #dcdcdc;
    color: #666;
    font-style: italic;
    height: 45px;
    margin-bottom: 8px;
    padding: 10px 20px;
    width: 100%;
}
.left-contactus textarea {
  height: 90px;
}
.left-contactus .button {
    background-color: #444;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    width: 145px;
    height: 45px;
}
/* Right Contact us **************************************************/
.right-contactus {
  font-size: 0;
  padding-top: 15px;
  margin-bottom: 25px;
}
.right-contactus .wpcf7-list-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0;
  font-size: 13px;
  color: #666;
  height: 30px;
}
.right-contactus .wpcf7-list-item span {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 1px;
}
/* Right Contact us **************************************************/
/* Main Heading Book An Appointment page **************************************************/
h1.booking-detail-heading {
    border-bottom: 1px solid #d7d7d7;
    color: #000;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 35px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
/* Tab Section **************************************************/
.bottom-tab-section {
  margin-bottom: 50px;
}
.bottom-tab-section h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/*Tab Area*/
.sp-tab-area  ul.nav-tabs {
  margin-left: 0;
}
.sp-tab-area  .nav > li {
  border-radius: 0;
}
.sp-tab-area  .nav > li > a {
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 35px;
  border-radius: 0;
}
.sp-tab-area .tab-content {
  padding: 35px;
  border: 1px solid #ddd;
  border-top: none;
  position: relative;
  top: -1px;
  padding-bottom: 0px;
}
/* Store Team **************************************************/
.store-teams {
    margin-bottom: 20px;
    margin-top: 78px;
    color: #666;
}
.store-teams h4 {
  text-decoration: underline;
  font-size: 14px;
  color: #0081d3;
  margin-bottom: 10px;
}
.store-teams figure,.store-teams > div > img {
    width: 150px;
    margin-top: 5px;
    float: left;
}
.store-teams figure + .desc-team,.store-teams > div > img + .desc-team {
    margin-left: 170px;
    padding-top: 8px;
}
.store-teams .desc-team h5 {
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.2;
    color: #666;
}
.store-teams .desc-team p {
    margin-bottom: 15px;
    line-height: 1.2
}
.store-teams .desc-team p a {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  color: #2e8bce;
}
.sp-social-link h5 {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 8px;
}
/* Contact GAllery Section **************************************************/
#sp-gallery ul {
  margin: 0 -5px;
}
#sp-gallery ul li {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}
#sp-gallery ul li a {
  display: block;
  padding: 2px;
  border: 1px solid #ddd;
}
#sp-gallery ul li a img {
  width: 100%;
  height: auto;
}
/* Access Shop **************************************************/
.sp-access-shop h4 {
  font-size: 18px;
  font-weight: 400;
}
.sp-access-shop ul,.sp-access-shop ul li {
    font-size: 14px;
    list-style-type: none;
}
.sp-access-shop ul li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 12px;
  line-height: 20px;
}
.sp-access-shop ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 18px;
  height: 17px;
  background:  url(images/sprite.png) 0 -19px no-repeat;

}
.sp-access-shop ul li.sp-ac-1,.sp-access-shop ul li.sp-ac-2 {
  font-weight: 700;
}
.sp-access-shop ul li.sp-ac-1:before {
  background:  url(images/sprite.png) 0 -355px no-repeat;
  height: 20px;
  top: 0;
}
.sp-access-shop ul li.sp-ac-2:before {
  background:  url(images/sprite.png) 0 -388px no-repeat;
  height: 14px;
  top: 0;
}
.sp-access-shop ul li.sp-ac-3:before {
  background:  url(images/sprite.png) 0 -415px no-repeat;
  height: 16px;
  top: 0;
}
.sp-access-shop ul li.sp-ac-4:before {
  background:  url(images/sprite.png) 0 -438px no-repeat;
  height: 23px;
  top: -2px;
}
.sp-access-shop ul {
    margin: 0;
    padding: 0;
}
/* Services Contact detail **************************************************/
#sp-services {
  background: #fff url(images/img-service-model.jpg) left 95% bottom -5px no-repeat;
  min-height: 280px;
}
.services-contact {
  color: #666;
  max-width: 360px;
  padding-bottom: 20px;
}
.services-contact ul {
  margin-left: 0;
}
.services-contact ul li {
  margin-bottom: 10px;
  line-height: 18px;
}
.services-contact ul li a {
  font-weight: 600;
  color: #fc5c1c;
  text-decoration: underline;
}
.services-contact ul li a:hover {
  text-decoration: none;
}
/* Book an Apointment Detail Page  **************************************************/
#booking-detail-sec h1 {
    border-bottom: 1px solid #204596;
    color: #000;
    font-family: Georgia,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 35px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.left-appointment .col-xs-6 {
    margin-bottom: 30px;
    padding: 0 20px;
}
.left-appointment .col-xs-6:first-child {
    border-right: 1px solid #dbdbdb;
}
.left-appointment h2 {
    color: #242d58;
    font-size: 16px;
    margin-bottom: 30px;
}
.left-appointment li {
    margin-bottom: 18px;
    list-style: none;
}
.left-appointment li .wpcf7-list-item {
  display: block;
  margin-bottom: 5px;
}

span.check span.wpcf7-list-item { display: block;}
.left-appointment li h3 {
    font-size: 16px;
    font-weight: normal;
    padding-top: 40px;
}
.left-appointment li input[type="text"],.left-appointment li input[type="date"],.left-appointment li input[type="tel"], .left-appointment li input[type="email"] {
    border: 2px solid #d6d6d6;
    color: #000;
    font-style: italic;
    height: 45px;
    padding: 10px 15px;
    width: 100%;
}

.left-appointment li input.dateIcon[type="text"] {
    background: rgba(0, 0, 0, 0) url("images/ico-calendar.png") no-repeat scroll 92% center;
}
.left-appointment li .ms-select select {
    height: 41px;
    color: #999;
    font-style: italic;
}
.left-appointment li .ms-select  {
    width: 48%;
    max-width: 48%;
    border: 2px solid #d6d6d6;
    display: inline-block;
    vertical-align: bottom;
    

}
.left-appointment li span.date1,
.left-appointment li span.date2 {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
}
.left-appointment .button {
    color: #fff;
    font-weight: 600;
    height: 52px;
    text-transform: uppercase;
    width: 100%;
}

.right-appointment {
    background: #efefef;
    margin-bottom: 30px;
    padding: 20px;
}
.right-appointment h3 {
    color: #151515;
    font-size: 18px;
    margin-bottom: 5px;
}
.right-appointment address {
  font-style: normal;
  font-size: 14px;
  margin-bottom: 0;
}
.right-appointment a {
    color: #a90202;
    text-decoration: underline;
}
.time-table {
    padding-top: 15px;
}
.right-appointment h5 {
  margin-bottom: 5px;
}
.right-appointment .table th, .right-appointment .table td {
  border: none;
  padding: 4px;
}
.right-appointment .table {
  margin-bottom: 0;
}
/*  **************************************************/
/* Contact us Section **************************************************/
.banner-contactus {
  margin-bottom: 34px;
  position: relative;
}
.banner-contactus figure {
  overflow: hidden;
  height: 202px;
  position: relative;
}
.banner-contactus figure img {
  width: auto;
  height: 100%;
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
}
.captionarea {
  padding: 20px 10px 10px 45px;
  max-width: 460px;
  position: absolute;
  left: 0;
  top: 0;
}
.captionarea h1 {
  font-weight: 400;
  font-size: 30px;
  color: #303031;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.captionarea p {
  margin-bottom: 18px;
}
.contactlisting .row {
  margin: 0 -35px;
  font-size: 0;
}
.contactlisting .row .col-xs-6 {
  padding: 0 35px;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.contactlisting article {
  margin-bottom: 40px;
}
.contactlisting article h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.contactlisting article figure {
  border: 1px solid #e5e5e5;
  padding: 8px;
  margin-bottom: 14px;
}
.contactlisting article figure a {
  border: 1px solid #e5e5e5;
  max-height: 180px;
  overflow: hidden;
  display: block;
  
}
.contactlisting article figure img {

}
.contactlisting article .sp-descarea address{
font-style: normal;
font-size: 14px;
margin-bottom: 0;
}
.contactlisting article .sp-descarea .btn-default {
  font-size: 14px;
  background: #a40034;
}
.contactlisting article .sp-descarea .btn-default:hover {
  color: #fff;
  background: #444;
}
.sp-viewmore {
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  color: #0072c3;
  text-decoration: underline;
}

/* Generic Common Pages ends 
 **************************************************/
 
/* Prodcut listing Wocommerce generic styling**************************************************/
.woocommerce .products ul, .woocommerce ul.products {
    font-size: 0;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    clear: none;
}
/* Product Listing **************************************************/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
.woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  width: 33.33%;
  font-size: 14px;
  margin: 0;
}
/* Product Sidebar **************************************************/
#product-sidebar {
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  border-bottom: none;
}
/* Sidebar Styke **************************************************/
#product-sidebar .widget_text {
  margin-bottom: 0;
  border-bottom: 1px solid #dcdcdc;

}
#product-sidebar .widget_text .widget-title {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 15px 25px;
  padding-left: 60px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  transform-style: preserve-3d;

}
#product-sidebar .widget_text .widget-title:before {
  content: '\>';
  font:30px "Consolas", monospace;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 32px;
  top: 10px;
  line-height: 1;
  color: #fff;
  transform-style: preserve-3d;
  text-shadow: 1px 0 0 #707071;
  transition: all .25s linear;
  transform: rotate(90deg);
  
}
#product-sidebar .widget_text .widget-title.active:before {
   transform: rotate(-90deg);
}
#product-sidebar .widget_text .textwidget {
  padding: 0 25px;
  padding-top: 20px;
  position: relative;
}
.facetwp-facet {
  font-size: 0;
  margin-bottom: 15px !important;
}
.facetwp-checkbox {
  background-image: url(images/checkbox.png) !important;
  -webkit-background-size: 20px 20px !important;
  background-size: 20px 20px !important;
  margin-bottom: 10px !important;
  font-size: 12px !important;
  padding-left: 28px !important;
  line-height: 20px !important;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.facetwp-checkbox.checked {
  background-image: url(images/checkbox-on.png) !important;
    -webkit-background-size: 20px 20px !important;
  background-size: 20px 20px !important;

}
.facetwp-checkbox span.facetwp-counter {
  display: none;
}
.facetwp-toggle {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  line-height: 20px;
}

.products.facetwp-template article {
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  text-align: center;
  padding: 15px;
  padding-top: 5px;
  position: relative;
}
.products.facetwp-template article:hover {
  border-color: #5f5f5f;
}
.woocommerce ul.products li.product h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 1;
  padding-top: 20px;
  position: relative;
}
.woocommerce ul.products li.product h3:before ,
#product-sidebar .widget_text .textwidget:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbbbbb+0,bbbbbb+100&0+0,0.65+31,0.65+70,0+100 */
background: -moz-linear-gradient(left,  rgba(187,187,187,0) 0%, rgba(187,187,187,0.65) 31%, rgba(187,187,187,0.65) 70%, rgba(187,187,187,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(187,187,187,0) 0%,rgba(187,187,187,0.65) 31%,rgba(187,187,187,0.65) 70%,rgba(187,187,187,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(187,187,187,0) 0%,rgba(187,187,187,0.65) 31%,rgba(187,187,187,0.65) 70%,rgba(187,187,187,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbbbbb', endColorstr='#00bbbbbb',GradientType=1 ); /* IE6-9 */

  
}
#product-sidebar .button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;

}
.woocommerce ul.products li.product .price {
  font-weight: 700;
  font-size: 18px;
  color: #a40034;
}
.woocommerce ul.products li.product .button {
  display: none;
}
.facetwp-reset {
  float: right;
  margin: 20px 20px 0 !important;
}

/* Pagination **************************************************/
/* .navigation-col {
  float: none;
  display: inline-block;
  vertical-align: top;
  
} */
.navigation-col ~ article .entry-header h1 {
  text-indent: 10px; 
}
.woocommerce-pagination {
  border: 1px solid #dcdcdc;
  padding: 15px;
  margin-bottom: 18px;
  float: left;
  width: 100%;
}
.woocommerce-pagination .facetwp-sort {
  float: left;
}
.woocommerce-pagination .facetwp-sort select {
  background-color: #fff;
}
.woocommerce-pagination .facetwp-pager {
  float: right;
  padding-top: 3px;
}
.facetwp-pager > span.facetwp-pager-label ,
.facetwp-pager > a.facetwp-page.last-page  {
  color: #5f5e60;
  line-height: 30px;
  border-radius: 3px;
  padding: 0 12px;
  border: 1px solid #dcdcdc;

}
.woocommerce ul.products li.product a img {
  display: inline-block;
  vertical-align: top;
  float: none;
  width: auto;
}
.woocommerce ul.products li.product figure  {
  line-height: 210px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce ul.products li.product figure img {
  display: inline-block;
  vertical-align: middle;
  max-height: 210px;
  margin: 0;
  
}
.woocommerce ul.products li.product .item {
  text-align: right;
  margin-top: 15px;
}
.woocommerce ul.products li.product a img.brand, .woocommerce div.product div.images img.brand {
  max-height: 45px;
  max-width: 180px;
  margin: 0;
  width: auto;
  opacity: 0.8;
}
.woocommerce ul.products li.product .mg-brand-wrapper.mg-brand-wrapper-category {
  display: none;
}
/*  **************************************************/
.search-form label.screen-reader-text-label{display: none;}
.ui-autocomplete {z-index: 100;}

/* Product Detail
 **************************************************/
 .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
  background: #444 !important;
 }
.sp-summary-sec {
  background: #f9f6f4;
  padding: 8px;
  border: 1px solid #efefef;
  position: relative;
  margin-bottom: 40px;
}
.woocommerce .woocommerce-breadcrumb{ float: left;  width: 100%;}
.woocommerce .sp-detailpage-breadcrumb  .woocommerce-breadcrumb {
  width: auto;
}
.woocommerce .sp-detailpage-breadcrumb .social_icons {
  float: right;
  min-width: 220px;
}
.social_icons span.social-left-icon { margin: 0px 5px 5px 0px;}
.woocommerce .sp-detailpage-breadcrumb .woo-social-buttons {
  display: inline;
}
.sp-summary-sec .product_heading {
  background: #fff;
  padding: 18px 24px 0;
}
.sp-summary-sec .product_heading .product_title {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: 700;
  color: #000;
}
.sp-summary-sec .product_heading span {
  font-size: 22px;
  display: block;
  text-transform: uppercase;
  color: #020202;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 24px;
}
strong.prod-code, strong.prod-code strong { font-weight: normal; }
.sp-itemdesc {
  padding: 0 24px;
  background: #fff;
  margin-bottom: 25px;
}
.sp-pricebox {
  margin-bottom: 24px;
}
.sp-itemdesc .price {
  margin-bottom: 0 ;
  font-weight: bold;
  font-size: 24px !important;
  color: #0081d3 !important;
  line-height: 1;
}
.sp-pricebox .textwidget {
  display: inline-block;
  vertical-align: bottom;
  font-size: 13px;
  padding-left: 4px;
  padding-top: 6px;
  
}
.sp-summary-sec form.cart {
  padding: 0 25px;
}
.shipping-message {
  margin-bottom: 20px;
}
.shipping-message ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #484843;
}
.shipping-message ul li {
  list-style: none;
  margin-bottom: 4px;
  padding-left: 26px;
  position: relative;
}
.shipping-message ul li span {
  font-weight: bold;
  color: #a40034;
}
.shipping-message ul li:before {
  content: '\L';
  font-family: verdana, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  color: #b2a390;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(40deg) scaleX(-1);
     -moz-transform: rotate(40deg) scaleX(-1);
      -ms-transform: rotate(40deg) scaleX(-1);
       -o-transform: rotate(40deg) scaleX(-1);
          transform: rotate(40deg) scaleX(-1);
  
}
.sp-summary-sec .in-stock {
  display: none !important;
}

.tm-epo-totals {
  padding: 0;
  font-size: 0;
}

.woocommerce div.product form.cart div.quantity {
  margin-bottom: 15px;
  max-width: 225px;
  float: none !important;
  display: inline-block;
  vertical-align: top;
}
.woocommerce div.product form.cart div.quantity input[type="button"] {
  width: 35px;
  height: 35px;
  background: none;
  border: 1px solid #bfbdbb;
  font-size: 22px;
  cursor: pointer;
  color: #5e5c5b;
  border-radius: 4px;
  float: left;
}
.woocommerce div.product form.cart div.quantity input[type="button"]:hover {
  background-color: #dbd8d7;
}
.woocommerce .quantity .qty {
  width: 50px;
  border-color: #cacaca;
  background: #fff;
  height: 35px;
  margin: 0 6px;
  font-size: 14px;
  color: #000;
  float: left;
}
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button,
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .quantity input[type=number] {
    -moz-appearance:textfield;
}
.woocommerce div.product form.cart .button,.woocommerce div.product form.cart .button-alt {
  width: 100%;
  background-color: #000;
  font-weight: 600;
  padding: 16px 6px;
  border-radius: 4px;
}
.woocommerce div.product form.cart .button-alt {
  background: #2e8bce;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.woocommerce div.product form.cart .button-alt:hover {
  background: #0d0f84;
}
.woocommerce div.product form.cart .inner_success .button-alt {
  background: grey;
}
.woocommerce div.product form.cart .inner_success .button-alt.wc-forward {
  background: green;
}
.woocommerce .delivery-message {    
    text-align: center;
    color: #666666;
    font-size: 15px;
    line-height: 28px;
    margin-top: 15px;
}
.woocommerce .delivery-message .textwidget {
  display: inline-block;
  vertical-align: top;
  padding-left: 35px;
  background: url(images/plane.jpg) no-repeat 0 0;
}
.woocommerce .description-inner {
    color: #666;
    font-size: 0;
}
.woocommerce .description-inner .left-content {
    padding-left: 0px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
  background: #fff;
  padding: 25px 20px;
}
.woocommerce .description-inner .left-content h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.woocommerce .description-inner .right-content {
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
    width: 35%;
    font-size: 14px;
}
.woocommerce .description-inner .right-content ul li {
    padding-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 13px;
}
.woocommerce .description-inner .right-content ul li strong {
  display: inline-block;
  vertical-align: top;
  width: 105px;
}
/*  **************************************************/
.description-inner .sp-benefits-box {
  padding: 0 10px;
  margin-top: 10px;
}
.description-inner .sp-benefits-box figure {
  line-height: 68px;
}
.description-inner .sp-benefits-box figure img {
  vertical-align: middle;
}
.description-inner .sp-benefits-box h4 {
  font-size: 13px;
  color: #0081d3;
}
.description-inner .sp-benefits-box p {
  font-size: 13px;
  color: #000;
  line-height: 1.4;
}
/*  **************************************************/
form.cart {
  margin-bottom: 20px !important;

}
.sp-images-sec.images .item {
  height: 75px;
  padding-top: 10px;
}
.woocommerce-main-image {
  margin: 15px 0;
  display: block;
}
.sp-images-sec.images .woocommerce-main-image {
  margin: 0; 
  line-height: 356px;
  text-align: center;
}
.sp-images-sec.images .woocommerce-main-image img {
  display: inline-block !important;
  vertical-align: middle;
  width: auto !important;
  max-height: 356px;
  float: none !important;
  
}
.related.products {
  text-align: center;
  margin-bottom: 70px;
}
.related.products h4 {
  font-size: 14px;
  margin-bottom: 12px;
  color: #676767;
}

.sp-images-sec {
  width: 100% !important;
}
.sp-product-list li {
  margin-bottom: 10px;
  list-style-type: none;
  font-size: 0;
}
.sp-product-list li label.label {
  width: 85px;
  font-size: 13px;
  color: #4b4b46;
  font-weight: normal !important;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding-top: 12px;
}

.sp-product-list li label.ms-select {
  margin-right: 0;
}
.sp-related-products {
  margin-bottom: 50px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 12px;
}
.sp-related-products header {
  text-align: left;
  overflow: hidden;
}
.sp-related-products h1 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #000;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  position: relative;
  font-weight: 400;
}
.sp-related-products h1:before,
.sp-related-products h1:after {
   content: '';
   width: 9999em;
   height: 1px;
   position: absolute;
   left: 100%;
   margin-left: 10px;
   top: 50%;
  background: #e1e1e1;
 } 
 .sp-related-products h1:after {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 10px;
 }
/* product related slider **************************************************/
.sp-related-products ul {
  padding: 0 30px;
  position: relative;
}
.sp-related-products li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
.sp-related-products .owl-item  li {
  width: 100%;
}
.sp-related-products li a {
  display: block;
  height: 122px;
  line-height: 122px;
  overflow: hidden;
  text-align: center;
}
.sp-related-products li a img {
  max-height: 106px !important;
  width: auto !important ;
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
}
.sp-related-products .owl-nav .owl-prev ,
.sp-related-products .owl-nav .owl-next {
  position: absolute;
  width: 25px;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 42px;
  color: #000;
}
.sp-related-products .owl-nav div:hover {
  color: #000;
}
.sp-related-products .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.sp-related-products .owl-nav span {
  line-height: 35px;
  position: relative;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -21px;

}
/* Tab Wrapper **************************************************/
/* About Speccies **************************************************/
.woocommerce div.product .woocommerce-tabs .panel {
  background: #f2f2f2;
  padding: 24px;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs .panel
{
    position:relative;       
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
  text-align: right;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  width: 32%;
  float: right;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 18px;
  color: #949494;
  padding: 15px 45px;
  line-height: 1;
  display: block;
  text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #f9f6f4;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #ff6400;
}

/* TAbs Conent SEction product detail **************************************************/
.sp-products-points .row {
  margin: 0 -25px;
}
.sp-products-points .row .col-md-4 {
  padding: 0 25px;
}
.company-offers {
  margin-bottom: 30px;
}
.company-offers figure {
  line-height: 120px;
}
.company-offers figure img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.company-offers h2 {
  line-height: 1;
  font-size: 14px;
  color: #0072c3;
  text-transform: uppercase;
}
.company-offers p {
  color: #666;
}
.company-offers ul {
  display: inline-block;
  vertical-align: top;
    color: #666;
  
}
.company-offers ul li {
  text-align: left;
  list-style-type: none;
  line-height: 18px;
  padding-left: 35px;
  background: url(images/bg-arrow-tick.png) no-repeat 0 0;
  margin-bottom: 4px;
  font-weight: 700;
  color: #575554;
  font-size: 13px;
  padding-bottom: 3px;
}

/* 
Prescription STYLING
 **************************************************/
 #sp-precription-area {
  margin-bottom: 50px;
  display: none;
}
.tm-extra-product-options .tm-epo-field-label {
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 20px;
  font-family: Open Sans;
 }
  #sp-precription h3 {
    font-style: normal;
    color: #9e9e9e;
    font-size: 28px;
    margin-bottom: 30px;
  }
 #sp-precription-area  .tm-extra-product-options .tm-epo-field-label .tm-epo-required {
  margin-right: 6px;
}
 #sp-precription-area .tm-epo-style.round,  #sp-precription-area .tm-epo-style.square {
  border-color: #ccc;
  border-width: 3px;
  width: 22px !important;
  height: 22px !important;
  background: #fff;
}
 #sp-precription-area .tm-epo-style:after {
	color: #000 !important;
    width: 7px;
    height: 7px;
    margin-left: -5px;
    margin-top: -6px;
    line-height: 1 !important;
    font-size: 12px !important;
    font-style: normal;
}
 #sp-precription-area .tm-epo-style-wrapper input[type="checkbox"]:checked + .tm-epo-style, #sp-precription-area  .tm-epo-style-wrapper input[type="radio"]:checked + .tm-epo-style {
  border-color: #000 !important;
}
.tm-extra-product-options .tmcp-field-wrap > label {
  font-weight: normal;
  color: #666;
  font-family: Open Sans;
  font-size: 14px;
}
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
  padding-top: 0;
  margin-bottom: 5px;
}
  #sp-precription .tm-extra-product-options-container {
  padding-bottom: 20px !important; 
  margin-bottom: 15px !important;
  border-bottom: 1px solid #666;
}
  #sp-precription .sp-lensop-req .tm-extra-product-options-container,
   #sp-precription .sp-lensop-req-div .tm-extra-product-options-container {
    border-bottom: none !important;
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
  }
     #sp-precription .sp-lensop-req-div .tm-extra-product-options-container {
      margin-bottom: 0 !important;
     }
.tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount {
  color: #666;
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
}
.tm-collapse {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

/* PD OPTION Section **************************************************/
#sp-precription {
}
.sp-prescription-options,.sp-fileupload ,.sp-sendit-later,
#sp-precription .sp-transitions-photochromic-div .tm-extra-product-options-container,
.sp-bottom-section{
  background: #f3f5f4;
  padding: 30px 25px 15px !important;
  margin-bottom: 40px !important;
  border: none !important;
  max-width: 480px;
}
.sp-prescription-options,.sp-fileupload ,.sp-sendit-later {
  position: relative;
  margin-bottom: 60px !important;
}
.sp-prescription-options:after,.sp-fileupload:after ,.sp-sendit-later:after {
  position: absolute;
  left: 0;
  bottom: -30px;
  content: '';
  height: 1px;
  background: #666;
  width: 100%;
}
#sp-precription .sp-prescription-options  .tm-extra-product-options-container,
#sp-precription .sp-fileupload .tm-extra-product-options-container,
#sp-precription .sp-sendit-later .tm-extra-product-options-container,
#sp-precription .sp-colortint-opt-div .tm-extra-product-options-container,
#sp-precription .sp-bottom-section .tm-extra-product-options-container {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}
.tm-extra-product-options .sp-prescription-options .tm-epo-field-label {
  font-size: 14px;
  text-transform: uppercase;
  color: #8b8b8b;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8px;

}
.sp-container-required-hide-div .tm-epo-field-label.tm-has-required {
  display: none !important;

}
.sp-prescription-options .cpf-type-header.col-12 + .cpfclear {
display: none;
}
.tm-extra-product-options .sp-prescription-options .cpf-type-header.col-12  {
  width: 20%;
}
.tm-extra-product-options .sp-prescription-options .cpf-type-header.col-12 .tm-epo-field-label.tm-left,
.tm-extra-product-options .sp-prescription-options .cpf-type-header.col-4 .tm-epo-field-label.tm-left  {
  max-width: 100%;
  color: #666;
}
.sp-prescription-options .cpf-type-header.col-12 ~ .col-3 {
  width: 20%;
}
.col-3.sp-pupilary-distance-div,
.tm-extra-product-options .sp-prescription-options .cpf-type-header.sp-gutter-40-div  {
  width: 40% !important;
}
.tm-extra-product-options .sp-prescription-options .cpf-type-header.sp-seprator-or-div, 
.tm-extra-product-options .sp-prescription-options .cpf-type-header.sp-gutter-60-div,
.tm-extra-product-options .sp-prescription-options .cpf-type-checkbox.sp-gutter-60-div {
  width: 60% !important;
}
.col-3.sp-pupilary-distance-div span {
  max-width: 100% !important;
  color: #666 !important;
  display: block;
  padding-top: 10px !important;
}
.sp-prescription-options .ms-select {
  width: 100% !important;
  max-width: 140px !important;
  text-transform: none;
}
.sp-prescription-options .ms-select:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  top: 11px;
  right: 12px;
  border-color: transparent transparent transparent #ccc;
}
.sp-prescription-options .ms-select select {
  padding-left: 15px;
}

.sp-prescription-options .cpf-type-header.col-12 ~ .col-3 .tmcp-field-wrap {
  margin-bottom: 0;
}


/* Heading Pd **************************************************/
.sp-prescription-options .cpf-type-header.col-12 .tm-epo-field-label {
  padding-top: 35px; 
  padding-right: 0 !important;
  color: #666;

}
.sp-prescription-options .cpf-type-header.col-12.sp-second-header-div .tm-epo-field-label ,
.sp-prescription-options .cpf-type-header.col-4 .tm-epo-field-label {
  padding-top: 12px;
}
.sp-prescription-options .cpf-type-header.col-12.sp-second-header-div,
.sp-prescription-options .cpf-type-header.col-4 {
  margin-bottom: 35px;
}

/* Seprator **************************************************/
.sp-prescription-options .cpf-type-header.col-8.sp-seprator-or-div {
  text-align: center;
  overflow: hidden;
}
.sp-prescription-options .cpf-type-header.col-8.sp-seprator-or-div .tm-epo-field-label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #000;
  width: auto
}
.sp-prescription-options .cpf-type-header.col-8.sp-seprator-or-div .tm-epo-field-label:before,
.sp-prescription-options .cpf-type-header.col-8.sp-seprator-or-div .tm-epo-field-label:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 9999em;
  left: 100%;
  background: #000;
  top: 50%;
  margin-left: 15px;
  
}
.sp-prescription-options .cpf-type-header.col-8.sp-seprator-or-div .tm-epo-field-label:after {
  margin-left: auto;
  margin-right: 15px;
  left: auto;
  right: 100%;
}
.sp-prescription-options .cpf-type-header.col-8 .tm-description p {
  color: #666;
}

/* File upload **************************************************/
.sp-fileupload .cpf-upload-container {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  background: #fff;
  border: 1px solid #000;
  height: 49px;
}
.sp-fileupload  .tmcp-field-wrap {
  position: relative;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
}
.sp-fileupload .cpf-upload-container span {
  height: 47px;
  display: block;
  background: #000;
  width: 175px;
  color: #fff;
  text-align: center;
  line-height: 47px;
  text-transform: uppercase;
  padding: 0 !important;
}

.sp-fileupload  .tmcp-field-wrap .tm-filename {
  position: absolute;
  left: 190px;
  line-height: 47px;
  top: 0;
  pointer-events: none;
}
.sp-fileupload .tm-description p {
  color: #666;
}
/* Tooltip **************************************************/
#sp-precription .tc-tooltip {
  position: relative;
  top: 3px;
  color: #2e8bce;
  margin-left: 4px;
  display: none;
}
/* Send It Later **************************************************/
.sp-sendit-later .tm-description p {
  margin-bottom: 5px;
  color: #666;
}
.sp-sendit-later .tm-description p strong ,
.sp-sendit-later .tm-description p em {
  font-size: 12px;
}

/* Color and Tint opitions **************************************************/
.tm-extra-product-options .sp-transitions-photochromic-div .tm-epo-field-label {
font-style: normal;
font-weight: 600;
color: #666;
margin-bottom: 0;
font-size: 16px;
}
.tm-extra-product-options .sp-transitions-photochromic-div .tm-description p {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
}
.tm-extra-product-options .sp-colortint-opt-div .tm-epo-field-label {
  font-size: 18px;
  font-weight: normal;
}
/* Prescription Bottom **************************************************/
.sp-bottom-section {
  border: 1px solid #ccc !important;
}
.sp-bottom-section textarea {
  background: #fff;
  color: #b8b8b8;
  font-style: italic;
  font-size: 16px;
  height: 78px;
  resize: none;
  border: none;
}
.sp-bottom-section .sp-agree-terms-div  .tmcp-field-wrap .tm-epo-style-wrapper  {
  float: left;
}
.sp-bottom-section .sp-agree-terms-div  .tmcp-field-wrap > label {
  display: block;
  margin-left: 40px;
  line-height: 1.5 !important;
  color: #666;
  font-size: 12px;
}

/* PRODUCT SUMMRY SECTION **************************************************/
.summary-image {
  position: static;
  margin-top: 40px;
  padding:0 35px;
}
.sp-frame-summry-sec {
  border: 1px solid #ccc;
  padding: 25px 35px;
  padding-bottom: 10px;
  background: #fff;
  margin-top: 20px;
} 
.tm-final-totals, .tm-options-totals, .tm-subscription-fee {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: normal;
  color: #666;
}
.tm-options-totals {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #666;
}
dd.tm-options-totals,
dd.tm-final-totals   {
  text-align: right;

}
dd.tm-options-totals .price ,
dd.tm-final-totals .price {
  color: #a40034 !important;
  font-weight: bold;
}
.sp-frame-summry-sec h2 {
  text-align: center;
  font-size: 20px;
}
.sp-frame-summry-sec figure a.woocommerce-main-image {
  margin: 0;
  margin-bottom: 10px;
  line-height: 160px;
  text-align: center;
}
.sp-frame-summry-sec figure a.woocommerce-main-image img {
  display: inline-block !important;
  vertical-align: middle !important;
  float: none !important;
  width: auto !important;
  max-height: 160px !important;
}
.sp-frame-summry-sec h4 {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.2;
}
.sp-frame-summry-sec h3 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 1.2;
}
.sp-frame-summry-sec span.price {
  font-size: 14px !important;
  color: #666 !important;
}
.sp-frame-summry-sec .variation-options {
  font-size: 12px;
  line-height: 1.6;
  color: #6a7575;
}
.sp-frame-summry-sec hr {
  border-color: #666;
  margin: 15px 0;
}



.tm-final-totals {
  font-size: 16px;
  color: #033333;
}
dd.tm-final-totals .price {
  font-size: 16px !important;
  color: #333;
}
.sp-bottom-section {
  margin-bottom: 10px !important;
}
/* Add To Cart Button **************************************************/
#sp-precription-area .woocommerce-variation-add-to-cart .button{
  width: 100%;
  background: #000;
  border-radius: 0;
  padding: 0;
  height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}
#sp-precription-area .woocommerce-variation-add-to-cart .button:hover {
  background: #2e8bce ;
}

/*  **************************************************/
/* CART PAGE CART PAGE CART PAGE*/
/*  **************************************************/

.product-cart-sec {
  padding-top: 40px;
}

.product-cart-steps {
  margin-bottom: 28px;
  padding-top: 10px;
}
.product-cart-steps .row {
  margin: 0 -60px;
}
.product-cart-steps .row .col-sm-4 {
  padding: 0 60px;
}
.product-cart-steps .lg-step-box {
  padding-bottom: 12px;
  font-size: 25px;
  color: #b0b0b0;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 3px solid #adadad;
}
.product-cart-steps  span.number {
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  line-height: 22px;
  text-align: center;
  font-size: 15px;
  margin-right: 10px;
  background: #b0b0b0;
  color: #fff;
  margin-top: 2px;
}

.product-cart-steps .active span.number {
  background: #00b2ef;
}
.product-cart-steps .active .lg-step-box {
  color: #00b2ef;
  border-color: #00b2ef;
}


.lg-top-cart {
  margin-bottom: 20px;
}

.woocommerce  .btn-cart.single_add_to_cart_button {
  border-radius: 0 !important;
  box-shadow: 0 5px 0 #2357ec !important;
  background: #1475d0 !important;
}
p.order-again  {
  text-align: right;
}
.woocommerce  .checkout-button.button,p.order-again a.button {
  padding: 0 !important;
  width: 260px !important;
  color: #f3f3f3 !important;
  text-align: center !important;
  font-size: 14px !important;
  background: #00a651 !important;
  font-weight: 600 !important;
  line-height: 42px !important;
  text-transform: uppercase;
}
.woocommerce  .checkout-button.button .glyphicon,p.order-again a.button  .glyphicon {
  margin-right: 10px;
}

/*  **************************************************/
.woocommerce-cart .entry-title {
  display: none;
}
.woocommerce-cart .lg-top-cart .entry-title {
  display: block;
  margin-bottom: 0;
}
.lg-shop-cart {
  margin-bottom: 0;
}
.lg-shop-table table {
  margin-bottom: 0px !important;
}
.lg-shop-cart tr td {
  border: none;

}
.woocommerce table.shop_table {
  border: none;
}
.lg-shop-cart tr.cart_item td,  .lg-shop-cart tr th {
  vertical-align: top;
  border: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: #fff;
  padding: 25px 20px;
}
/* Heading Styling **************************************************/
.lg-shop-cart tr th {
  border-left: none;
  border-right: none;
  padding-top: 8px;
  padding-bottom: 4px;
  font-weight: 400;
  border-top: none;
}

.lg-shop-cart tr td.product-options {
  width: 380px;
}
.lg-shop-cart tr td.product-thumbnail {
  width: 260px;
}
/*  **************************************************/
.lg-shop-cart tr.cart_item td select {
  width: 174px;
  height: 35px;
  display: inline-block;
  border: 1px solid #d7d7d7;
}
.coupen-voucher
 {
  text-align: center;
}
.coupen-voucher h5 .textwidget { display: none; }
.lg-shop-cart tr.cart_item td.product-thumbnail a {
  width: 100%;  
  display: block;
  line-height: 90px;
}
.lg-shop-cart tr.cart_item td.product-thumbnail img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  
}
.coupen-voucher {
  text-align: left;
  border-right: none;
}

.lg-shop-cart .product-name {
    width: 290px;
}
.lg-shop-cart .product-name h3 {
  font-size: 20px;
  margin-bottom: 4px;
  color: #3a3a3a;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
}
.lg-shop-cart .product-name h3 a {
  color: #3a3a3a;

}
.lg-shop-cart .product-name span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
/* Variations **************************************************/
.variation {
  font-size: 0;
}
.variation p {
  margin-bottom: 0;
}
.variation dt, .variation dd {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    margin: 0 !important;
}
.variation dt, .variation dd.variation-Colour, .variation dd.variation-Size {
    display: none;
}
/* Variations Ends **************************************************/
.lg-shop-cart tr .product-remove,
.lg-shop-cart tr .product-subtotal,
.lg-shop-cart tr .product-quantity{
  vertical-align: top;
  line-height: 25px;
  text-align: center;
}



.woocommerce .product-remove a.remove {
  color: #a2a4a3 !important;
  font-size: 16px;
  margin-bottom: 6px;
  display: inline-block;
  vertical-align: top;
}
.woocommerce .product-remove a.remove:hover {
  background-color: transparent !important;
}
.lg-shop-cart tr.cart_item td.product-subtotal span.amount {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.lg-shop-cart tr.cart_item td.total-frieght {
  font-weight: bold;
  font-size: 18px;
  color: #8c8a8a;
}
.coupen-voucher {
  margin-bottom: 40px;
}
.coupen-voucher h5 {
  font-size: 18px;
  color: #7a7a7a;
  font-weight: normal;
}
.coupen-voucher .button,.checkout_coupon .button {
  box-shadow: none !important;
  background: none !important;
  color: #0b0a0a !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  height: 35px !important;
  padding: 0 15px !important
}
.lg-shop-cart tr.cart_item td.deliver-note {
  text-align: right;
  padding: 0;
}
.deliver-note label {
  font-size: 14px;
  font-weight: normal;
  padding-right: 20px;
  color: #757575;
}
.deliver-note select {
  display: inline-block;
}
.lg-bottom-cart {
  margin-bottom: 30px;
}
.lg-repeat-request {
  margin-bottom: 10px;
}
.lg-repeat-request label {
  margin-top: 5px;
}
.lg-repeat-request select {
  height: 35px;
  display: inline-block;
  vertical-align: top;
  width: 174px;
  margin-left: 28px;
  border: 1px solid #d7d7d7;
}
/* Cart Total **************************************************/
.with-tax span small.tax_label { display: none;}
.sp-carttotals-wrapp {
  border: 1px solid #ececec;
}
.sp-carttotals-wrapp-inner {
  background: #fff;
  padding: 20px 25px;
  font-size: 13px;
}
.sp-carttotals-wrapp-inner .lg-total-amount  {
  text-align: left;
  width: 100%;
  line-height: 15px;
  margin-bottom: 4px;
}
.sp-carttotals-wrapp-inner .lg-total-amount >  span,
.lg-total-amount-shipping > .shipping > div > span {
  font-weight: bold;
  float: right;
}
.lg-total-amount-shipping > .shipping {
  list-style-type: none;

}
.lg-total-cart {
  padding-top: 20px;
  margin-bottom: 25px;

}
.order-total.lg-total-amount {
  font-weight: 400;
  font-size: 14px;
  color: #241f20;
  text-align: left;
  background: #f2f2f2;
  padding: 15px 25px;
  line-height: 24px;
}
.order-total.lg-total-amount .includes_tax {
    display: none;
}
.cart-discount, .cart-discount a {
    color: #c71010;
}
.order-total.lg-total-amount >  span {
  font-weight: bold;
  font-size: 20px;
  float: right;
}
.payment-methods img {
  border: 1px solid #dedbd1;
}
.tm-cart-edit-options {
  display: none;
}
/*Cart Total*/
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
  max-width: 260px;
}
/*Cart bottom*/
.sp-benefits-box {
  margin-bottom: 25px;
  padding: 0 10px;
}
.sp-benefits-box figure {
  line-height: 68px;
}
.sp-benefits-box figure img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  
}
.sp-benefits-box h4 {
  font-size: 11px;
  font-weight: 700;
  color: #9a9795;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.sp-benefits-box p {
  font-size: 11px;
  line-height: 16px;
  color: #666;
}
/*  **************************************************/
/* CART PAGE CART PAGE CART PAGE ENDS HERE*/
/*  *************************************************/

/*  **************************************************/
/*  Check Out page*/
/*  **************************************************/
/*top Message*/
 #order_review_heading {
  margin-top: 50px;
}
 .woocommerce .woocommerce-info {
  background: #f7f4f3;
  border-radius: 0px;
  padding: 15px !important;
  font-weight: 700;
  font-size: 14px;
  border: none !important;
  margin-bottom: 0px !important;
  color: #1e1c1f;
}
 .woocommerce .woocommerce-info a {
    color: #630698;
    font-size: 14px;
    padding-left: 7px;
    text-decoration: underline;
 }
 .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 0;
  border: none;
  margin: 0;
 }
 .woocommerce .woocommerce-info:before {
  display: none;
 }
.woocommerce .woocommerce-error {
    background: #ffd6d6;    
    color: #db0000;
    font-weight: bold;
}
.woocommerce .woocommerce-error:before {
    background: #fff;
    padding: 0 3px;
}
.woocommerce .woocommerce-error:focus-visible {
    outline: 0 !important;
}
.woocommerce form .required {
    color: red;
    font-weight: 700;
}
.woocommerce-info a {
  color: #032da5;
}
 /**/
 /* Hiding All Labels **************************************************/
 #customer_details .form-row label {
  display: none !important;
 }
  #customer_details .form-row.form-row.form-row-wide.address-field.update_totals_on_change.validate-required {
    margin-top: 14px;
    margin-bottom: 5px;
    color: #000;
  }
.select2-container .select2-choice {
  border-color: #e4e4e4;
  border-radius: 0;
  color: #6c6c6c;
  padding: 3px 0 3px 8px;
}
.select2-drop.select2-drop-above,.select2-drop-active {
  border-color: #ccc;
}
.form-row.form-row-wide.create-account label {
  display: inline-block !important;
  padding-left: 0 !important;
}
.woocommerce div.create-account {
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.woocommerce div.create-account p {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 49%;
}
.form-row.form-row-wide.create-account {
  margin: 30px 0 20px 0;
  padding: 18px 0 0px 30px;
  position: relative;
  line-height: 1.2;
  border-top: 1px solid #ccc;
}
#customer_details .woocommerce-billing-fields {
  margin-bottom: 30px;
}
#customer_details .form-row.form-row-wide.create-account label {
  display: block !important;
  margin: 0 0 10px 0;
  width: 100%;
  line-height: 1;
  font-size: 18px;
   text-transform: uppercase;
   color: #000;
}
.form-row.form-row-wide.create-account span {
  line-height: 1.2;
  font-size: 14px;
  color: #211e20;
}
.form-row.form-row-wide.create-account input[type="checkbox"] {
  margin: 0;
  position: absolute;
  left: 0;
  top: 20px;
  width: auto !important;
}
.woocommerce-checkout #payment {
  border-radius: 0;
  background: none;
  margin-bottom: 22px;
  max-width: 350px;
  display: inline-block;
  width: 100%;
  box-shadow: none;
  border: none;
}
.woocommerce-checkout #payment ul {
  border: none !important;
  padding: 0 !important;
}
.woocommerce-checkout #payment li {
  display: block;
}
.payment-delivery-heading {
  text-align: left;
}
.payment-delivery-heading .heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #3a3a3a;
}
.woocommerce-checkout #payment ul:before,
.woocommerce-checkout #payment ul:after,
.woocommerce-checkout #payment li:before,
.woocommerce-checkout #payment li:after,
.woocommerce-checkout #payment li img ,
.woocommerce-checkout #payment li .about_paypal
 {
  display: none !important;
}
.woocommerce-checkout #payment label {
  font-size: 16px;
  font-weight: 400;
  height: 35px;
  margin-bottom: 0;
  color: #3c3a3c;
}
.woocommerce-checkout #payment .payment_method_paypal label {
  text-indent: -99999px;
  width: 95px;
  background: url(images/bg-paypal.png) no-repeat 0 center;
}
.woocommerce-checkout #payment h3 {
  margin-bottom: 8px;
  padding-bottom: 0;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: none;
}
/*  **************************************************/
.shop_table1.woocommerce-checkout-review-order-table.lg-shop-cart tfoot{
  text-align: right;

}
.shop_table1.woocommerce-checkout-review-order-table.lg-shop-cart tfoot .amount {
  display: inline-block;
  padding-left: 0px;
  /*font-weight: bold;*/
}
.woocommerce .order_details {
  font-size: 18px;
  color: #3a3a3a;
}
.woocommerce .order_details li {
  margin: 4px 0;
}
.shop_table1.order_details.lg-shop-cart {
  border-spacing: 0 5px;
}
.shop_table1.order_details.lg-shop-cart tfoot {
  font-size: 18px;
  color: #3a3a3a;
}
.shop_table1.order_details.lg-shop-cart tfoot .amount {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  font-weight: bold;
}
.shop_table1 tr.shipping { display: none; }
.shop_table.shop_table_responsive.customer_details td {
  padding-left: 0;
  font-size: 18px;
  color: #3a3a3a;
}
.col2-set.addresses address {
  font-style: normal;
  font-size: 18px;
  color: #3a3a3a;

}


.woocommerce-checkout-review-order-table.lg-shop-cart tr.cart_item td.product-thumbnail img {
  height: 95px;
}

.woocommerce-checkout-review-order-table.lg-shop-cart tr.cart_item td.product-name  {
  vertical-align: middle
}
.woocommerce-checkout-review-order-table.lg-shop-cart tr.cart_item td.product-name ul.variation {
  display: none;
}

.woocommerce-checkout-review-order-table.lg-shop-cart tr.cart_item td.product-quantity,.woocommerce-checkout-review-order-table.lg-shop-cart tr.cart_item td.product-subtotal {
  vertical-align: middle;
}
.shop_table1.woocommerce-checkout-review-order-table.lg-shop-cart tfoot .amount {
  color: #000;
}
.entry-meta {
  display: block;
  padding: 30px 0;
}



.woocommerce-account .lg-shop-cart tr.cart_item td, .woocommerce-account .lg-shop-cart tr.cart_item th {
    border-right: 1px solid #dedede !important;
    padding: 8px 12px !important;
    border-bottom: none !important;
    text-align: center;
    color: #3a3a3a;
}
.woocommerce-account .lg-shop-cart tr.cart_item td.order-status {
  text-align: center !important;
}
.woocommerce-account .lg-shop-cart tr.cart_item th {
  background: #f7f7f7;
  font-size: 15px;
}
.woocommerce-account .lg-shop-cart tr.cart_item td:last-child, .woocommerce-account .lg-shop-cart tr.cart_item th:last-child {
    border-right: none !important;
    text-align: center;
}
.woocommerce-account .woocommerce table.shop_table {
    border-top: none;    
    border-spacing: 0;
}

.woocommerce-account .lg-shop-cart {
  margin-bottom: 35px;
}

.woocommerce-account  .addresses {
  padding-top: 20px;
}
.woocommerce-account  .addresses .address address {
  background: #f7f7f7;
  padding: 20px;
  border: 1px solid #d7d7d7;
  font-size: 18px;
  color: #3a3a3a;
  line-height: 2;
}
.woocommerce-account .addresses .title .edit {
  border: 1px solid #c7c7c7;
  font-size: 14px;
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 700;
  width: 90px;
  line-height: 32px;
  text-align: center;
}

/* Checkout page custom styling **************************************************/
.lg-cart-checkout-section {

}
.lg-cart-checkout-section h1 { text-align: left;font-size: 24px;color: #000; }
.lg-wp-cartoptions {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 2px;
}
.lg-cart-checkout-section .sp-summary-detail {
    border: 1px solid #ccc;
    padding: 30px 20px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    margin: 0;
}
.lg-cart-checkout-section .sp-no-padding {
    padding: 0;
}
.lg-cart-checkout-right {
  text-align: left;
  max-width: 360px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.lg-cart-checkout-right h3 {
  font-size: 18px;
  margin-bottom: 14px;
}
.lg-cart-checkout-right .sp-total-pay, .lg-cart-checkout-right .sp-payment-section {
    background: #f7f4f3;
    padding: 25px 32px 2px;
    margin-bottom: 5px;
}
.lg-cart-checkout-right .sp-payment-section ul.lg-wp-cartoptions {
    padding-bottom: 25px;
}
.lg-cart-checkout-right ul.lg-wp-cartoptions:first-child {
/*  border-bottom: 1px solid #bbb;*/
}
.sp-cartoptions {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.woocommerce .sp-billing-summary h3 {
    color: #666;
    font-size: 14px;    
    text-align: left;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 12px;
}
.sp-billing-summary .sp-cartoptions {
    border: none;
    color: #666;
}
.sp-billing-summary .sp-cartoptions li:first-child {
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    padding: 14px 0;
    padding-bottom: 8px;
    margin-bottom: 12px;
}
.sp-cartoptions li {
  float: left;
  width: 100%;
  margin-bottom: 4px;
  line-height: 1.2;
  font-size: 14px;
  color: #000;
}
.lg-wp-cartoptions li .cartbox1 {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}
.lg-wp-cartoptions li .cartbox1.right,.lg-wp-cartoptions li .cartbox1.right .amount {
  font-weight: 400;
  color: #000 !important;
}
.lg-wp-cartoptions li .cartbox1 span.amount {
  color: #666 !important;
}
.sp-billing-summary .sp-cartoptions li:first-child .amount {
    color: #666 !important;
}

.lg-wp-cartoptions li h3 {
  font-size: 18px;
  color: #3a3a3a;
  margin-bottom: 5px;
}
.woocommerce-checkout .lg-wp-cartoptions .place-order p.terms {
  margin: 0px;
  padding-bottom: 0;
  display: block;
  padding: 10px 0;
}
.woocommerce-checkout .lg-wp-cartoptions .place-order p.terms:after,
.woocommerce-checkout .lg-wp-cartoptions .place-order p.terms:before {
  display: none;
}
.woocommerce-checkout .lg-wp-cartoptions .place-order p.terms label, .woocommerce-checkout .lg-wp-cartoptions .place-order p.terms label a {
  margin: 0;
  font-size: 11px;
}
.lg-wp-cartoptions li #shipping_method {
  border-bottom: 1px solid #898989;
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.lg-wp-cartoptions li #shipping_method li {
  font-size: 14px;
  color: #666;
  position: relative;
  text-indent: 0;
  padding-left: 25px;
  margin-bottom: 5px;
}
.lg-wp-cartoptions li #shipping_method li input[type="radio"] {
  position: absolute;
  left: 0;
  top: 3px;
}
.lg-wp-cartoptions li #shipping_method li .amount {
  float: right;
  color: #666;
  padding-left: 0;
}
.lg-wp-cartoptions li #shipping_method li label {
  margin-bottom: 0;
  display: block;
}
.lg-wp-cartoptions li.tax-rate .amount,
.lg-wp-cartoptions li.order-total .amount {
  padding-left: 0;
  float: right;
} 
.lg-wp-cartoptions li.order-total {
  font-size: 23px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
}
.lg-wp-cartoptions li.order-total strong {
  font-weight: 400;
}
.lg-wp-cartoptions li.order-total .includes_tax {
    display: none;
}
.lg-wp-cartoptions li.place-order p label {
  font-size: 13px;
  color: #666;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-left: 0;
}
.lg-wp-cartoptions li.place-order p label a {
  text-decoration: underline;
  color: #666;
}
.woocommerce .lg-wp-cartoptions li .btn-cart {
  border-radius: 4px;
  width: 100% !important;
  border: none !important;
  box-shadow: none !important;
  text-align: center;
  height: 55px;
  font-size: 14px !important;
  font-weight: 700 !important;
  background-color: #00a651 !important;
  text-transform: uppercase;
}
.table-responsive-custom {
  margin-bottom: 25px;
  box-shadow: 0 1px 0 #363636;
}
.lg-shop-cart.woocommerce-checkout-review-order-table1 {
  border-collapse: collapse;
  border-spacing: 0;
}
.lg-shop-cart.woocommerce-checkout-review-order-table1  tr.cart_item td.product-thumbnail {
}
.lg-shop-cart.woocommerce-checkout-review-order-table1  tr.cart_item td.product-thumbnail img {
  height: auto;
}
.lg-shop-cart.woocommerce-checkout-review-order-table1  tr.cart_item h3 {
  font-size: 20px;
}
.lg-shop-cart.woocommerce-checkout-review-order-table1  tr.cart_item .cart-link {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}
.lg-shop-cart.woocommerce-checkout-review-order-table1  tr.cart_item .cart-link a {
  color: #606161;
  text-decoration: underline;
}
.lg-shop-cart.woocommerce-checkout-review-order-table1  tr.cart_item .product-name {
  width: auto;
  padding-bottom: 15px;
}


.lg-shop-cart.woocommerce-checkout-review-order-table1  tr.cart_item td.product-subtotal span.amount {
  font-size: 14px;
  font-weight: normal;
}
.woocommerce-checkout .entry-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
#billing_specialoffers_field,#billing_occasionaloffers_field {
  padding: 0 0 0 30px;
  position: relative;
  line-height: 1.4;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
  margin-top: 30px;
}
#billing_specialoffers_field input[type="checkbox"],
#billing_occasionaloffers_field input[type="checkbox"] 
{
  width: auto !important;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
}
#billing_occasionaloffers_field {
  margin-top: 0;
  margin-bottom: 20px;
}
.woocommerce-checkout hr {
  margin: 40px 0;
  border-color: #bbb;
  display: none;
}
/* Shipping Section **************************************************/
.shipping-section {  
  padding: 0 25px 0 0;
  margin-bottom: 40px;
  max-width: 490px;
  background: #fff;
  text-align: left;
}
.shipping-section ul {
  padding: 0;
  margin: 0;
}
.shipping-section li {
  list-style-type: none;
}
.shipping-section h3 {
  font-weight: 500;
  font-size: 22px;
  color: #1475d0;
  margin-bottom: 22px;
}
.shipping-section h3 span {
  display: block;
  font-size: 14px;
  color: #666;
  padding-top: 10px;
  font-weight: 400;
}
.shipping-section li strong {
    color: #241f20;
    display: block;
    font-size: 18px;
    padding-bottom: 20px;
}
.shipping-section li span.amount {
  color: #333 !important;
  display: inline-block !important;
  padding-left: 0 !important;
  font-size: 16px !important;
  
}

#billing_reminder_date_field {
  background: #f7f7f7;
  padding: 12px 25px;
  margin-bottom: 22px;
}
#billing_reminder_date_field label {
  margin-bottom: 8px !important;
  font-size: 16px !important;
  display: block !important;
}
#billing_reminder_date_field input {
  width: 175px !important;
  height: 40px;
  border-color: #ccc;
  padding-right: 40px;
  background: url(images/ico-calendur.png) no-repeat 96% center #fff;
}
.shipping-section li label span {
  /*display: block;*/
  font-size: 13px;
}
.woocommerce ul#shipping_method li span.shipping_description {
    display: block;
    padding-left: 23px;
}
.woocommerce .shipping-section ul#shipping_method li {
  position: relative;
  text-indent: 0;
  padding: 0;
  margin-bottom: 15px;
  list-style-type: none;

}
.woocommerce .shipping-section ul#shipping_method li label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce .shipping-section ul#shipping_method li label strong {
  font-weight: 400;
  color: #000;
}
.woocommerce .shipping-section ul#shipping_method li  .custom-select {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 22px;
  height: 22px;
  overflow: hidden;
}
.woocommerce .shipping-section ul#shipping_method li  .custom-select input {
  position: absolute;
  left: -60px;
}
.woocommerce .shipping-section ul#shipping_method li  .custom-select span {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #b3b3b3;
  border-radius: 100%;
  cursor: pointer;
}
.woocommerce .shipping-section ul#shipping_method li  .custom-select input:checked + span {
  background-color: #1475d0;
  box-shadow: 0 0 0 4px #fff inset;
}
.sp-coupon-code {
    text-align: left;
    margin-top: 15px;    
}
.woocommerce .sp-coupon-code .woocommerce-info {
  background: none !important;
  padding: 0 !important;
  margin: 0 0 30px 0 !important;
}
.woocommerce .sp-coupon-code .woocommerce-info a {
  color: #666;
}
.sp-coupon-code .woocommerce-info span.sign {
     border: 1px solid #a5a5a5;
    color: #a5a5a5;
    font-size: 20px;
    padding: 0 8px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.img-sagepay-area {
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.lg-cart-checkout-right .img-sagepay-area {
    margin-top: 35px;
    text-align: center;
}
.lg-shop-cart tr.shipping {
  display: none;

}
.table-responsive-custom.sp-bottom-table {
  border-bottom: none;
  box-shadow: none;
}
.table-responsive-custom.sp-bottom-table td {
  border-bottom-color: transparent !important;
  padding: 20px 0 0 !important;
  border-top-color: #000 !important;
}
/*  **************************************************/
/*  Check Out page*/
/*  **************************************************/

/*  **************************************************/
/* Innerpages
 **************************************************/
 .sp-inner-pages .post-thumbnail {
  border: 1px solid #f3f2f1;
  margin-bottom: 25px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
 }

 /* Sidebar **************************************************/
 .sp-sidebar-sec {
  background: #f3f3f3;
  border: 1px solid #dbdada;
  border-radius: 4px;
  margin-bottom: 40px;
  margin-top: 15px;
 }
  .sp-inner-pages .col-sm-4 {
    position: static;
  }
.sp-sidebar-sec ul ,
.sp-sidebar-sec ul li {
padding: 0;
margin: 0;
list-style-type: none;
}
.sp-sidebar-sec ul li a {
display: block;
font-size: 14px;
color: #000;
padding: 15px 20px;
text-transform: uppercase;
line-height: 1.2;
border-top: 1px solid #dbdada;
-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-ms-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear;
}
.sp-sidebar-sec ul li.current_page_item > a {
  font-weight: 700;
}
.sp-sidebar-sec > ul > li:first-child > a {
border: none;
}
.sp-sidebar-sec ul li a:hover {
background: #444;
color: #fff;
}
.sp-inner-pages article {
  padding-top: 8px;
}
.sp-inner-pages article .entry-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}

/* Mobile Css **************************************************/
.sp-header-row { 
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fc7a1e+0,fc531a+100 */
background: #fff;
}

.sp-header-mobile .sp-navbar-toggle {
  float: left;
  width: 68px;
  height: 60px;
  text-align: center;
  background: none;
  border: none;
  padding: 0 22px;
  border-right: 1px solid #ccc;

}
.sp-navbar-toggle .icon-bar {
    border-bottom: 1px solid #000;
    border-radius: 1px;
    display: block;
    height: 4px;
    width: 25px;
}
.btn-ico-phone {
  float: right;
  text-align: center;
  width: 68px;
  line-height: 60px;
  font-size: 18px;
  border-left: 1px solid #ccc;
}
.sp-logo-mobile {
  margin: 0 68px;
  line-height: 59px;
}
.sp-logo-mobile img {
  display: inline-block;
  vertical-align: middle;
  max-height: 55px;
}
.sp-header-mobile .navbar-collapse {
  border: none;
  padding: 0 15px;
}
.sp-header-mobile + .main {
  padding-top: 10px;
}
.sp-button-panel {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #e3e3e3;
  font-size: 0;
}
.sp-button-panel a {
  border-radius: 0;
  text-align: center;
  padding: 0;
  line-height: 40px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;

}
.sp-button-panel a.button-find {
  width: 40%;
  border-right: 1px solid #5c5b5b;
  background-color: #0d0f84;
}
.sp-button-panel a.button-alt {
  width: 60%;
  border-left: 1px solid #2c2c2c;
  background-color: #a40034;
}
.sp-fixed-panel {
  z-index: 9999;
}
/*navbar mobile css*/
.sp-header-mobile  .navbar-nav li { 
  border-top: 1px solid #ccc;
  position: relative;
}
/*.sp-header-mobile  .navbar-nav > li {
  margin-bottom: 2px;
}*/

.sp-header-mobile  .navbar-nav > li.current_page_ancestor > ul {
  display: block;
}
.sp-header-mobile  .navbar-nav > li:first-child {
  border: none;
}
.sp-header-mobile  .navbar-nav  > li > a {
  padding-left: 15px;
  color: #000;
  position: relative;
}
.sp-header-mobile  .navbar-nav > li > a:hover, 
.sp-header-mobile  .navbar-nav > li.current-menu-item > a,
.sp-header-mobile  .navbar-nav > li.current-page-ancestor > a {
  background: #66d2fa;
}
.sp-header-mobile .navbar-nav ul li a {
  border: none;
}
.js-btn-down {
  display: none;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  width: 53px;
  text-align: center;
  line-height: 53px;
  border-left: 1px solid #ccc;
  height: 50px;
  z-index: 99999;
}
.js-btn-down .glyphicon {
  -webkit-transition: all .25s linear;
     -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
       -o-transition: all .25s linear;
          transition: all .25s linear;
}
.js-btn-down.active .glyphicon {
 -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sp-header-mobile  .navbar-nav{
  background-color: #f9f9f9;
  margin: 0px -15px;
}
.sp-header-mobile  .navbar-nav ul , .sp-header-mobile  .navbar-nav li:hover > ul  {
  background: #fff;
  display: none;
}
.sp-header-mobile  .navbar-nav ul li a {
  color: #000;
  text-align: left;
}
.sp-header-mobile .navbar-nav > li.current-menu-item:before,
.sp-header-mobile .navbar-nav > li.current-page-ancestor:before {
  display: none;
}
.btn-toggle-mobile:hover,
.btn-toggle-mobile.active {
  background: #002d6e;
  color: #fff;
}
.btn-toggle-mobile.btn-ico-phone:hover,
.btn-toggle-mobile.btn-ico-phone.active {
 background: #66cc99;
}
.btn-toggle-mobile.active.sp-navbar-toggle .icon-bar,
.btn-toggle-mobile.sp-navbar-toggle:hover .icon-bar {
  border-color: #fff;
}
.sp-header-mobile #navbar-phone.navbar-collapse {
  background: #66cc99;
}
.sp-header-mobile .navbar-nav ul{
  position: relative;
  width: 100%;
}
.glyphicon{
  font-size: 14px;
}
.main-top-header{
  background-color: #ededed;
  padding: 10px;
  text-align: center;
}
.top-drop-account{
  position: relative;
}
.main-top-header ul ul.sub-menu{
    position: absolute;
    background-color: #ededed;
    z-index: 99999;
    padding: 10px;
    left: 0;
    margin: 0;
   width: 120px;
    display: none;
}
.main-top-header ul ul.sub-menu li a {
  color: #000;
}
.main-top-header ul li.right-woocommerce{
  padding-left: 20px;
}

/* Product Sidebar **************************************************/
.sp-mobile-panel {
  margin-bottom: 10px;
  position: relative;
  padding-right: 50px;
}
.sp-mobile-panel .ms-select {
  border-color: #dcdcdc;
  max-width: 100%;
}
.sp-mobile-panel .ms-select select {
  text-transform: none;
  color: #333;
  height: 31px;
}
.sp-mobile-panel .ms-select:after {
/*  content: '\f105';*/
  color: #333;
  font-size: 24px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  right: 9px;
}
.sp-mobile-panel .ms-select:before{
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  right: 30px;
  top: 0;
  background: #dcdcdc;
}
.btn-filter-sidebar {
  width: 31px;
  height: 33px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #dcdcdc;
  background: #fff;
  font-size: 16px;
  color: #333;
  position: absolute;
  right: 10px;
  top: 0;
}
.btn-filter-sidebar.active {
  background: #ebebeb;
}
.sp-mobile-sidebar {
  display: none;
}
.sp-woocommerce-pagination {
  padding: 0;
  border: none;
}
.sp-mobile-sidebar .facetwp-reset.button {
  margin: 0 !important;
  width: 100% !important;
  border-radius: 0 !important;
}
/*  **************************************************/

ul.sub_menu.nonlist .level2 li a{
    padding-left: 35px;
    background: url(../../uploads/2017/02/rhtarrow.png) no-repeat 20px center;
}
ul.sub_menu.nonlist .level3 li a{
    padding-left: 42px;
    background: url(../../uploads/2017/02/rhtarrow-1.png) no-repeat 28px center;
}
.panel-default > .panel-heading:hover {
  background-color:#2e8bce !important;
color:#ffffff !important;
  }
ul.sub_menu.nonlist .level2 li a:hover{
background-color: #444;
color: #fff;
}
.sp-social-links a{
margin-right:8px;
}

/********************************************************/

.rodenstock-banner-h2 {
    margin: 0 !important;
}
.rodenstock-banner-h2 sup{
	font-size: 4.8em !important;
	top: 0 !important;
}

.rodenstock-banner-h1 {
    margin: 0 !important;
    line-height: 0 !important;
	text-align: center;
	float: left  !important;
}
.rodenstock-banner-h1 small{
    font-size: 0.36em !important;
    line-height: 1.5 !important;
}
.rodenstock-banner-image {
	display: none !important;
}
/***** Lenses detail page **************/
#review_form {
  margin-bottom: 30px;
}
#review_form h3 {
  font-size: 16px;
}
#review_form label {
  display: block;
  float: none;
  width: 100%;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
#review_form input[type="text"],
#review_form input[type="tel"],
#review_form input[type="email"],
#review_form input[type="number"],
#review_form  textarea {
  width: 100%;
  margin-bottom: 10px;
}
.product-detail-sec {
  padding-top: 25px;
  margin-bottom: 30px;
}
.row.lg-product-row {
  margin: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.row.lg-product-row .col-xs-12 {
  padding: 0;  
}
.row.lg-product-row-alt {
  margin: 0 -7px;
}
.row.lg-product-row-alt .col-xs-12 {
  padding: 0 7px;
}
/*.single-product .row.lg-product-row .col-xs-12 {
    margin-bottom: 30px;
}*/

.lg-product-desc {
  margin-bottom: 0 !important;
}
.product-detail-sec .col-md-8 p.price span.amount, .product-detail-sec .col-md-7 p.price span.amount, .product-detail-sec .col-md-8 .variations_form , .product-detail-sec .col-md-8 .product_meta, .product-detail-sec .col-md-7 .product_meta, .product-detail-sec .col-md-8 .lg-product-desc .woocommerce-product-rating, .product-detail-sec .col-md-7 .lg-product-desc .woocommerce-product-rating,.left-product-sec h1{
    display: none;
}
 .product-detail-sec h1 {
  font-size: 24px;
 }

.img-detail {
  margin-bottom: 10px;
}
.img-detail span {

vertical-align: middle;

}
.img-detail span img {
  width: auto;
  max-height: 220px;
}

.woocommerce-cart .lg-proinfo-note {
    font-size: 12px;
}
.lg-proinfo-note strong {
  display: none;
  vertical-align: top;
  padding: 3px 10px;
  color: #00b2ef;
  margin-left: 8px;
}
.lg-proinfo-note strong a {
    color: #F38B06;
}
.advertisement-text strong {
    display: block;
    margin-top: 5px;
}
.lg-product-desc {
  margin-bottom: 20px;
}
.lg-product-desc .product-logo {
  margin-bottom: 20px;
}
.lg-product-desc h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.lg-product-desc p {
  line-height: 1.5;
  font-size: 14px;
  color: #3a3a3a;
}
.bulk_pricing_discounts_wrapper b {
  display: block;
}
/* Product Prescription **************************************************/
.product-prescription .ajaxerrors{
    font-size: 13px;
    color: red;
}

.op-practice-details .ajaxerrors,.product-prescription span .ajaxerrors,.op-practice-location .ajaxerrors {
    position: relative;
    z-index: 999;

}
.op-practice-details .ajaxerrors p,.product-prescription span .ajaxerrors p,.op-practice-location .ajaxerrors p {
    position: absolute;
    top: -30px;
    margin-bottom: 0;
    background: #444;
    box-shadow: 0 0 6px #000;
    color: #fff;
    font-size: 10px;
    padding: 4px 10px;
    width: 150px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
}
.op-practice-details .ajaxerrors p:after,.product-prescription span .ajaxerrors p:after,.op-practice-location .ajaxerrors p:after{
  content: '';
    border-left: solid transparent 5px;
    border-right: solid transparent 5px;
    border-top: solid #444 5px;
    bottom: -5px;
    content: " ";
    height: 0;
    left: 0%;
    margin-left: 10px;
    position: absolute;
    width: 0;
}
.product-prescription-area {
  padding-bottom: 0;
  margin-bottom: 0px;
}
.product-prescription-area a.button, .product-prescription-area .button,.product-prescription a.added_to_cart {
  box-shadow: 0 4px 0  #427920;
  /*width: 272px;*/
  width: 130px;
  padding: 0;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  background: #64b234;
}
.product-prescription a.added_to_cart {
  background: #00b2ef;
  width: 100px;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0 4px 0  #048fbf;
}
.lg-product-info-sec {
  margin-bottom: 20px;
  color: #6c6c6c;
  font-size: 14px;
  padding-top: 25px;
}
.lg-product-info-sec h4 {
  font-size: 20px;
  color: #000;
}
.lg-product-info-sec p {
  margin-bottom: 30px;
}
.lg-product-info-sec .dl-horizontal dt {
  width: 190px;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin-bottom: 5px;
  float: left;
}
.lg-product-info-sec .dl-horizontal dd {
  margin-left: 190px;
  margin-bottom: 5px;
}

.lg-product-reviews {
  margin-bottom: 20px;
  padding-top: 20px;
}
.lg-product-reviews h4 {
  color: #7a7a7a;
  margin-bottom: 12px;
}
.lg-rating-box {
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
}
.lg-rating-box:before {
    color: #ccc;
    content: "\e006\e006\e006\e006\e006";
    font-family: 'Glyphicons Halflings';
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}
.lg-rating-box {
    font-family: FontAwesome;
    font-size: 15px;
    height: 25px;
    letter-spacing: 3px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    width: 5.8em;
}
.lg-rating-box .lg-rating-inner {
    color: #ef9a47;
    float: left;
    left: 0;
    letter-spacing: 3px;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}
.lg-rating-box .lg-rating-inner:before {
    color: #ef9a47;
    content: "\e006\e006\e006\e006\e006";
    font-family: 'Glyphicons Halflings';
    left: 0;
    position: absolute;
    top: 0;
}
.review-info {
  margin-bottom: 20px;
}
.lg-review-box {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 14px;
  box-shadow: 1px 2px 0 #cdcdcd;
  padding: 20px;
  padding-bottom: 0;
}
.lg-review-box p {
  margin-bottom: 14px;
  line-height: 1.4;
  color: #6c6c6c;
  font-size: 15px;
}
.lg-review-box ul {
  margin-bottom: 10px;
}
.lg-review-box li {
  width: 100%;
  line-height: 1;
  border-radius: 20px;
  padding:5px 10px 0px 10px;
  margin-bottom: 2px;
  background: #f6f6f6;
  font-size: 15px;
  color: #6c6c6c;
}
.lg-review-box li strong {
  line-height: 20px;
}
.single_add_to_cart_button_lenses.button.alt.btn-cart.right {
    float: right;
    width: 220px;
}
/* Contact Leneses Detail New **************************************************/
.left-product-sec {
  background: #fff;
  margin-bottom: 0px;
}
.left-product-sec .col-sm-8 {
  width: 100%;
}
.left-product-sec .images {
  float: none !important;
  width: 100% !important;
  line-height: 290px;
  border: 1px solid #ccc;
  margin-bottom: 40px !important;
  text-align: center;
}
.left-product-sec .images img {
    width: auto !important;
    margin: 0 auto;
    max-height: 185px;

}
.left-product-sec .images .woocommerce-main-image {
  display: inline-block;
  vertical-align: middle;
}
.sp-prodct-information {
  margin-bottom: 40px;
}
.sp-prodct-information h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #2e3094;
  line-height: 1.1;
}
.lg-proinfo-note {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-bottom: 24px;
}
.sp-price-leneses {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px; 
  line-height: 1.2;
}
.sp-price-leneses strong {
  font-size: 30px;
  color: #2e3094;
}
.sp-price-leneses sub {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  position: static;
}
.op-note-box {
  text-align: center;
  font-size: 18px;
  color: #000;
  text-decoration: underline;
  background: #f8d3c5;
  line-height: 1.2;
  padding: 6px 4px 8px;
  font-weight: 700;
}

.sp-lensprescription-module h4 {
  color: #000;
  font-size: 15px;
  margin-bottom: 10px;
}
.sp-prescription-box {
  background: #f9f6f4;
  border: 1px solid #c6c6c6;
  margin-bottom: 12px;
}
.top-prescrition-box  {
  padding: 20px 20px;
  margin-bottom: 5px;
  position: relative;
}
.top-prescrition-box label {
  display: block;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #282828;
  line-height: 1.2;
}
.top-prescrition-box p {
  margin-bottom: 0;
  padding-left: 40px;
  color: #282828;
}
.top-prescrition-box label:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: -1px;
  width: 25px;
  height: 25px;
  border: 1px solid #aeaead;
  border-radius: 100%;
  cursor: pointer;
  background: #fff;
}
.top-prescrition-box  input[type="radio"] {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.top-prescrition-box  input[type="radio"]:checked + label:before {
  background: #0081d3;
  box-shadow: 0 0 0 6px #fff inset;
}
.sp-prescription-box-elements {
  font-size: 0;
  padding: 0 8px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-bottom: 16px;
  display: none;
}
.sp-prescription-box-elements li {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  font-size: 14px;
  color: #666;
  width: 33.33%;
}
.sp-prescription-box-elements li input[type="number"] {
  width: 100%;
  height: 38px;
  border-color: #c2c2c2;
}
.sp-prescription-box-elements li span .lg-custom-drop select,
.op-practice-location select {
  height: 38px;
  text-transform: none;
}
.sp-prescription-box-elements li span .error {
  background: #f8cfdc !important;
}
.op-practice-location .lg-custom-drop {
  width: 100%;
  max-width: 100%;
}
.sp-prescription-box-elements li span span {
  display: inline-block;
  vertical-align: top;
}
.sp-prescription-box-elements li span .lg-custom-drop:after,.op-practice-location .lg-custom-drop:after {
  content: '\f0d7';
  font-family: tc-fontawesome;
  top: 7px;
  right: 9px;
  font-size: 24px;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.sp-prescription-box-elements li span {
  display: block;
  height: 38px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.sp-prescription-box-elements li.lg-header-presc span {
  line-height: 1;
  padding-top: 13px;
}
.sp-prescription-box-elements li span.box1 {
  line-height: 25px;
  height: auto;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 0;
}
.sp-prescription-box-elements li.lg-header-presc span.box5,
.sp-prescription-box-elements li span.box7  {
  font-weight: 700;
}
.sp-prescription-box-elements li.lg-header-presc span.box7 {
  font-weight: 400;
}
.sp-prescription-box-elements li.lg-header-presc span.box6 ,
.sp-prescription-box-elements li.lg-header-presc span.box7 {
  text-align: left;
}
.sp-prescription-box-elements li span.box6 ,
.sp-prescription-box-elements li span.box7 {
  padding-top: 8px !important;
  margin-bottom: 5px;
  line-height: 1;
  text-transform: none;
  text-align: right;
}
.sp-prescription-box-elements li span.box1 label {
  font-weight: 700;
  line-height: 1;
}
.sp-prescription-box-elements li span.box1 label input {
  top: 0;
  margin-top: 6px;
}
.op-practice-details {
  padding: 0 20px 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  display: none;
}
.op-practice-details h5 {
  margin-bottom: 2px;
  color: #000;
}
.op-practice-details p {
  color: #666;
  margin-bottom: 12px;
}
.op-practice-details input {
  width: 100%;
  height: 38px;
  border-color: #ccc;
}
.op-practice-details li {
  margin-bottom: 12px;
}
.op-practice-details li.error input {
  background: #f8cfdc !important;
}
.lg-product-price {
  padding: 0 22px 22px;
  display: none;
}
.lg-product-price li {
  margin-bottom: 9px;
}
.lg-product-price li span {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}
.lg-product-price button {
  width: 100% !important;
  background: #0085d7 !important;
  text-transform: uppercase;
  font-size: 16px;
}
.lg-product-price button:hover {
  background: #000 !important;
}
.op-practice-location {
  padding: 0 8px;
  padding-top: 20px;
  margin-bottom: 15px;
}
.op-practice-location h5 {
  line-height: 1.4;
  margin-bottom: 14px;
  color: #000;
}
.sp-bottom-existing-patient .top-prescrition-box,.sp-bottom-existing-patient .sp-prescription-box-elements {
  border-bottom: none;
  margin-bottom: 5px;
}
/* Contact Leneses Detail New End **************************************************/
/****** cart success *******/
#cart_message_single {
    background: #f4faf4 none repeat scroll 0 0;
    border: 2px solid #00a651;
    margin-top: 3px;
    padding: 15px;
    float: left;
    width: 100%;
}
.cart_success_single {
   display: none;
}
#cart_message_single .added {
    background: rgba(0, 0, 0, 0) url("images/bg-checkbox.png") no-repeat scroll 0 0;
    color: #00a651;
    display: block;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
    padding-left: 35px;
    margin-top: 10px;
    float: left;
    width: 100%;
}
.woocommerce .checkout-button.button, p.order-again a.button {
    background: #00a651 none repeat scroll 0 0 !important;
    color: #f7f4f3 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 48px !important;
    padding: 0 !important;
    text-align: center !important;
    text-transform: uppercase;
    width: 260px !important;
    float: right !important;
}
.woocommerce .inner_success .checkout-button.button {
  width: 48% !important;
}
.cart_success_single .inner_success .btn-basket {
    margin-right: 0;
    padding: 1.22em 1em;
    width: 48%;
    float: left;
}

.lg-product-row .summary1.entry-summary1 .woo-social-buttons {
    display: none;
}
.lenses-options .variation li {
    display: inline-block;
    vertical-align: top;
    width: 62px;
}
.lenses-options .variation li strong {
    font-size: 14px;
    text-transform: uppercase;
     color: #666;
     font-weight: 400;
}
.wrap-elemen, .lenses-options .variation {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}
.woocommerce td.product-name dl.variation dt {
    display: none;
}
.variation dt, .variation dd {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    margin: 0 !important;
}
.lg-shop-cart .lenses-options .variation dt {
    display: block !important;
}
.wrap-elemen dt {
    color: #000;
    padding-top: 3px !important;
}
.woocommerce td.product-name dl.variation dd {
    width: 100%;
    font-size: 14px;
    color: #666;
    padding-top: 4px;
}
/*faq's page*/
.panel-title > a, .panel-title > small,
 .panel-title > .small, .panel-title > small > a,
  .panel-title > .small > a{
    display: block;
    padding: 0px;
}
#accordion .panel-title a:hover{
  color: #fff;
}
.content-area .entry-title{
  font-weight: 700;
}
#nm-wp-registration-form h2{
  margin-bottom: 0px;
}
.woocommerce-message .button.wc-forwards{
    margin: 0px 10px;
}

@media (max-width: 650px) {
	
	.rodenstock-banner-h1 {
		float: none  !important;
	}
	.rodenstock-banner-h1 small{
		color: #000 !important;
		font-size: 0.5em !important
	}
	.rodenstock-banner-image {
		display: block !important;
                margin: auto;
                margin-bottom: 20px;
	}
}


a.button, a.button-alt {	
	color: #fff;
}	



/* ------ Mobile menu after 768px ---------- */

.sp-header-mobile .navbar-collapse.collapse {
    display: none !important;
	width: 100% !important;
	background: #f9f9f9;
	z-index: 99;
}
.sp-header-mobile .navbar-collapse.collapse.in {
    display: block !important;
}
.sp-header-mobile .navbar-nav, .sp-header-mobile .navbar-nav li {
    float: none !important;
}
.sp-header-mobile .main-top-header .inline-item > li{
	display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.sp-header-mobile .search_form_area {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px 5px;
    right: 0px;
    top: 0px;
    width: 202px;
    z-index: 99;
    position: relative;
    margin-left: 20px;
}
/* ---------------------------------------*/

.profilepress-reset-status a {
	color: #fff;
	text-decoration: underline;
}
.opti-captcha img {
    position: absolute;
    right: 0px;
    top: 10px;
}
.opti-captcha {
    position: relative;
}
.opti-captcha input[type="text"] {
    float: left;
    width: 55% !important;
}
.opti-detail-note {
    color: #b00c00;
    font-size: 14px;
    line-height: 16px;
}
@media (max-width: 480px) {
  .sp-request-call-back ol li.opti-captcha-msg{
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 5px auto;
    width: 100%;
  }
  .sp-request-call-back ol li.opti-captcha{
    width: 100%;
  }
  .sp-request-call-back ol li.opti-captcha img {
    position: absolute;
    right: 30px;
    top: 10px;
}
.sp-request-call-back ol li input[type="submit"] {
    height: 45px;
    font-size: 13px;
}
} 

/********/

.appointment-form-wrapper ul.nonlist li p{
    position: relative;
    margin-bottom: 0px;
}
li.op-title-form p{
   height: 44px;
}
li.op-title-form label.ms-select {
    width: 25% !important;
    float: left;
    margin-right: 10px;
}
.op-title-form span[data-name="fname"] {
    float: right;
    width: 71% !important;
}

.left-appointment span[data-name="date1"], .left-appointment span[data-name="date2"] {
    width: 58% !important;
    float: left;
    margin-right: 10px;
}
.left-appointment span[data-name="date1"] input, .left-appointment span[data-name="date2"] input{
    height: 44px !important;
    background-color: white;
    margin-bottom: 20px;
}
.left-appointment span[data-name="starttime"] {
    float: left;
    width: 100%;
}
.left-appointment span[data-name="starttime"] select, .left-appointment span[data-name="starttime2"] select{
   margin-top: 0px !important;
}
label.ms-select {
    width: 38% !important;
    float: left;
}
/********************/

/* Register Form CSS */
form.register {
    padding: 0 !important;
    max-width: 525px;
    margin-bottom: 30px;
}

.u-column2 form h3{
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 15px;
  margin-bottom: 16px;
}

.u-column2 form label{
    font-size: 13px !important;
    margin-bottom: 8px;
    font-weight: 500;
    color: #000;
}

.u-column2 form input[type="text"], .u-column2 form input[type="password"], input[type="date"], input[type="number"], input[type="email"], select {
    width: 100%;
    background: #fff;
    border: 1px solid #e1e1e1;
    height: 45px;
    font-size: 15px;
    text-indent: 3px;
    padding: 8px 15px;
}


.u-column2 form .form-row-first, .u-column2 form .form-row-last, .woocommerce-page .u-column2 form .form-row-first, .woocommerce-page .u-column2 form .form-row-last {
    width: 100% !important;
}


.u-column2 form input[type="submit"]{
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    margin-left: 0;
    margin-top: 0;
    width: 168px;
    color: #fff;
    border: none;
    margin-top: 20px;
    font-family: inherit;
    text-transform: uppercase;
}

.u-column2 form input[type="submit"]:hover{
    background-color: #000;
    color: #fff !important;
}

