/*
Theme Name: Donald Macnally
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
Template:ferrier


*/

/**
* 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/
*/
/* Montserrat font For Content */
@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700|Open+Sans:300,400,600,700|Roboto+Condensed:300,400,700');
/*  **************************************************/



/*  **************************************************/
* {
  padding: 0;
  margin: 0;
}

@media (min-width: 769px) {
  .container {
    width: 100%;
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1216px;
  }
}

textarea:focus::-webkit-input-placeholder { color:transparent !important; }
textarea:focus:-moz-placeholder { color:transparent !important; } /* Firefox 18- */
textarea:focus::-moz-placeholder { color:transparent !important; } /* Firefox 19+ */
textarea:focus:-ms-input-placeholder { color:transparent !important; } /* oldIE í¸‰ */
textarea::focus:placeholder { color:transparent !important; } /* oldIE í¸‰ */


input:focus::-webkit-input-placeholder { color:transparent !important; }
input:focus:-moz-placeholder { color:transparent !important; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent !important; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent !important; } /* oldIE í¸‰ */
input:focus::placeholder { color:transparent !important; } /* oldIE í¸‰ */

.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
}
body {
  color: #000;
  font-size: 14px;
  overflow-x: hidden;
  background: #fff;
  font-family: 'open sans', sans-serif;
}
body.home {
  background: #fff;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  outline: none;
  color: #0185d0;
  text-decoration: none;
}
.no-hover a:hover, .no-hover a:focus, .no-hover a:active{ color: #111; cursor: text;}
a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #002d6e;
}

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.2;
  margin: 0 0 18px 0;
  font-weight: 700;
  color: #23394b;
  font-family: 'Cinzel', serif;
}
h1 {
  font-size: 30px;
  text-transform: uppercase;
}
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;
}

strong{
  font-family: 'Cinzel', serif;
}
p {
  margin-bottom: 15px;
  line-height: 1.5;
  color: #666;
}
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 #ccc;
  border: 1px solid #ccc;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}
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 #ccc;
}
p ins {
  color: #999;
}
dl dd {
  margin-left: 20px;
}
address {
  font-style: italic;
}
img {
  height: auto;
}
.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%;
}
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 #ccc;
  max-width: 100%;
  vertical-align: middle;
  border-radius: 0;
   font-family: 'Roboto Condensed', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select {
  height: 35px;
}
figure img {
  width: 100%;
  height: auto;
}
html .row {
  margin: 0 -8px;
}


.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: #002652;
  font-size: 16px;
  border-radius: 0px;
  border: none;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  -webkit-transition: all .15s linear;
     -moz-transition: all .15s linear;
      -ms-transition: all .15s linear;
       -o-transition: all .15s linear;
          transition: all .15s linear;

}
.button-alt {
  background: #66cc9a;
  color: #fff;
}

.button:hover, .button-find:hover {
  color: #fff;
  background: #01adef;
}
.button-alt:hover {
  color: #fff;
  background: #001c4a; 
}
.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;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
/*  **************************************************/
html,body {
  height: 100%;
}
#main-wrapper-sec {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}
#main-content-sec {
  flex: 1 0 auto;
  overflow: hidden;
}
@-moz-document url-prefix() {
 #main-content-sec{
      flex: 1;
    }
}
/* Vto Setting **************************************************/
.img-vto {
  float: left;
  position: absolute;
  left: 16px;
  top: -4px;
  z-index: 99;
  cursor: pointer;
  max-width: 50px;
  display: none;
}
.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;
}
/* Section Title **************************************************/
header.section-title {
  overflow: hidden;
  margin-bottom: 40px;
  text-align: center;
}
header.section-title h1,
header.section-title h2 {
  position: relative;
  margin-bottom: 10px;
  font-size: 24px;
}



header.section-title p {
  font-size: 14px;
  color: #000;
}
/* Vto Setting End **************************************************/
/* Main Title Style **************************************************/
.entry-title {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
}
/* Custom Select Button **************************************************/
/* The CSS */
.ms-select select {
    padding:5px 0px 5px 15px;
    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-product-info-sec h4 {
    color: #7a7a7a;
    font-size: 18px;
}
.lg-product-info-sec .dl-horizontal dt {
    color: #6c6c6c;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: left;
    width: 190px;
}
.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 180px;
}

/* 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 {
  position: relative;
  border: 1px solid #c1c1c1;
  padding: 0 !important;
  max-width: 210px;
  display: inline-block !important;
  width: 100%;
}
.ms-select:after {
    content:'';
    right:0px; top:50%;
    margin-top: -11px;
    position:absolute;
    pointer-events:none;
    z-index: 99;
    cursor: pointer;
    width: 40px;
    height: 23px;
    background: url(images/ico-updown.png) no-repeat center center;
}
.ms-select:before {
  content: '';
  position: absolute;
  width: 40px;
  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 {
    background: #444 none repeat scroll 0 0;
    box-shadow: 0 0 6px #000;
    color: #fff;
    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;
}

/* 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 {
  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 {
  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: 999;
  background: #fff;
}


/*  Main Header **************************************************/
.main-header-wrapp {
  margin-bottom: 0px;
  padding: 11px 0 0px 0;
  background: none;
}
.logo {
  position: relative;
  margin-bottom: 15px;
  padding-top: 6px;
}

/* Left Header **************************************************/
.right-header {
  margin-bottom: 15px;
  position: relative;
}
.right-header li a {
  background: url(images/map-marker.png) no-repeat 27px center;
  border: 1px solid #e1e1e1;
  width: 100%;
  line-height: 1.2;
  width: 239px;
  padding: 18px 15px 18px;
  padding-left: 40px;
  font-size: 22px;
  color: #23394b;
  white-space: nowrap;
  display: block;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}
.right-header li a .fa {
  font-size: 24px;
  margin-left: 15px;
}
.right-header li a:hover {
  text-decoration: underline;
}
.right-header .app-btn {
	position: absolute;
    display: block;
    height: 76px;
    width: 239px;
    overflow: hidden;
    margin-top: 15px;
}
.right-header .button-alt {
	position: absolute;
    right: 0;
    background: #0090a4;
    border: 3px solid #003663;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    width: 239px;
    border-bottom: 0;
    padding-top: 24px;
    padding-bottom: 10px;
    font-size: 20px;
    padding: 20px 0px 10px;
}	
.right-header .button-alt::after{
	position: absolute;
    border: 3px solid #003663;
    width: 700px;
	content: "";
    bottom: 0px;
    border-radius: 100%;
    height: 700px;
    left: 50%;
    transform: translateX(-50%);
    background: inherit;
	z-index: -1;
    bottom: -23px;
}		
.right-header .button-alt:hover{
	background: #fff;
    color: #23394b;
}	
.right-header li {
  position: relative;
}
/* Menu Area **************************************************/

.main-navigation-wrapper{
    border-bottom: 1px solid #cccccc;
}
.home .main-navigation-wrapper{
    border-bottom: 0px solid #cccccc;
}
.menu-main-menu-container {
    display: block;
    float: left;
    padding-left: 45px;
}

.navbar-nav {
  position: relative;
  font-size: 0;
}
.navbar-nav  li {
  list-style: none;
  position: relative;
}
.navbar-nav {
  display: inline-block;
  margin-top: 10px;
}
.navbar-nav > li {
  margin: 0 15px;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.navbar-nav > li:first-child {
  margin-left: 0;
}
.navbar-nav > li > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #23394b;
  text-transform: uppercase;
  padding: 14px 15px 10px;
  line-height: 20px;
  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 {
  text-decoration: underline;
  background: transparent;
}
.navbar-nav > li.current-menu-item a, .navbar-nav > li.current-page-ancestor > a{
  font-weight: 700;
  text-decoration: underline;
  background: transparent;
}
.navbar-nav ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  background: #fff;
  z-index: 9999;
  border: 1px solid #ccc;
  border-top: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  text-align: left;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.navbar-nav > li:hover > ul {
 opacity: 1;
 visibility: visible;
 transform: translateY(0);

}

.navbar-nav ul li a {
  padding: 8px 12px;
  font-size: 14px;
  display: block;
  text-align: left;
  border-top: 1px solid #ccc;
  
}
.navbar-nav ul.sub-menu li.current-menu-item a {
  font-weight: 700;
  text-decoration: underline;
}
.navbar-nav ul ul {
  top: 0;
  left: 100%;
  position: relative;
  z-index: 999;
}

/* Search Section **************************************************/
.sp-right-menu {
  padding-right: 15px;
  padding-top: 12px;
}
.search_form {
  padding: 0px 12px 9px 5px;
  background: #fff;
}
.search_form input {
  float: left;
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  width: 0px;
  height: 28px;
  padding: 0 8px;
  font-weight: 600;
  color: #b7b7b7;
  font-style: italic;
  -webkit-transition: all .25s linear;
     -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
       -o-transition: all .25s linear;
          transition: all .25s linear;
}
.search_form:hover input,
.search_form input:focus
 {
  width: 120px;
  border-bottom: 1px solid #ccc;
}
.search_form button {
  border: none;
  width: 40px;
  height: 28px;
  text-indent: -99999px;
  background: url(images/ico-search.png) no-repeat right center;
  float: left;
}


/* Banner Seection **************************************************/
/*Top Banner Voucher Form*/
.sp-get-voucher h2 {
  background: #000;
  margin-bottom: 14px;
  letter-spacing: 3px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 15px 8px;
  text-transform: uppercase;
}
.sp-get-voucher h2 big {
  font-size: 21px
}
.sp-get-voucher h2 a {
  font-size: 15px;
  color: #ff92bb;
  font-weight: 700;
}
/*Top Banner Voucher Form End*/

.banner-sec {
  position: relative;
  margin-bottom: 0px;
}

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


/************* offers-section ***********************/
.offers-section {
	padding-top: 43px;
	margin-bottom: 45px;
}	
.offers-section .col-xs-12{
	margin-bottom: 20px;
}	

.offers-section article h3 {
	display: none;
}
.offers-section ul {
	margin: 0;
    padding: 0;
}
.offers-section ul li{
	display: flex !important;
    width: 100%;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}
.offers-section ul li img{
	display: block;
    width: 50%; 
    float: right;
}
.offers-section ul li > span{
	display: block;
    float: left;
    width: 50%;
	padding-right: 16px;
	position: relative;
}
.offers-section ul li span:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0px 18px 18px;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -18px;
    z-index: 9;
    border-color: transparent transparent transparent #fff;
}	
.offers-section ul li span h2{
    font-size: 42px;
    margin: 0;
    line-height: 1;
	text-transform: uppercase;
}
.offers-section .row > div:nth-last-child(2) h2{
    font-size: 35px;
	margin-top: 7px;
}
.offers-section .row > div:nth-last-child(1){
    padding-right: 0;
	position: relative;
}
.offers-section .row > div:nth-child(1) {
    padding-left: 0;
}
.offers-section ul li span p{
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    color: #23394b;
	letter-spacing: 0.16em;
	line-height: 1.2;
    margin-bottom: 0px;
}
.offers-section ul li span p span{
    color: #4abab4;
}
.offers-section ul li span a{
    font-size: 15px;
    color: #939394;
    text-transform: uppercase;
    letter-spacing: 0.32em;
	margin-top: 20px; 
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.5s ease-out; /* Safari */
    transition: all 0.5s ease-out;
}
.offers-section ul li span a:before{
    content: "";
    border-top: 1px solid #939394;
	position: absolute;
	width: 100%;
    left: -2px;
}
.offers-section ul li span a:hover:before{
    bottom: 0;
	-webkit-transition: all 0.5s ease-out; /* Safari */
    transition: all 0.5s ease-out;
}
.offers-section .voucher-wrap{
	margin-top: -180px;
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}
.offers-section .voucher-area{
	background: #a7e2df;
    padding: 32px;
    padding-top: 0;
}
.offers-section .voucher-area:before{
	position: absolute;
    width: 800px;
    content: "";
    top: 55px;
    border-radius: 100%;
    height: 700px;
    left: 50%;
    transform: translateX(-50%);
    background: inherit;
    z-index: -1;
}	
.offers-section .voucher-area h2{
	font-size: 35px;
    color: #0090a4;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
	margin-bottom: 15px;
}
.offers-section .voucher-area .voucher-inner{
	background: #eaf8f7;
    padding: 9px;
    text-align: center;
}
.offers-section .voucher-area .voucher-inner .voucher-inner-border{
	border: 1px dashed #0090a4;
	padding: 21px 0px;
}
.offers-section .voucher-area .voucher-inner h3{
	font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #23394b;
}
.offers-section .voucher-area .voucher-inner h2{
	font-size: 35px;
    color: #23394b;
    line-height: 40px;
    margin-bottom: 0;
    letter-spacing: 0.08em;
}
.offers-section .voucher-area .voucher-inner p{
	font-size: 17px;
    color: #23394b;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Roboto Condensed', sans-serif;
}
.offers-section .voucher-area .voucher-inner a{
	display: inline-block;
    width: 238px;
    height: 48px;
    border: 1px solid #0090a4;
    line-height: 46px;
    text-transform: uppercase;
    font-size: 24px;
    color: #0090a4;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.offers-section .voucher-area .voucher-inner a:hover{
	background: #0090a4;
    color: #fff;
}
.offers-section .row > div:nth-last-child(1) h2{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 32px;
    color: #23394b;
    padding: 0px 30px;
    line-height: 1;
    top: 35px;
    letter-spacing: 0.04em;
}	

/*************** Offers area end **********************/

/*  Post Section **************************************************/
.post-section {
  position: relative;
  z-index: 999;
  padding: 70px 0px;
    border: 1px solid #a1a1a1;
}
.post-section:before {
    position: absolute;
    z-index: 999;
    content: "";
    border: 1px solid #a1a1a1;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    top: -8px;
    left: 50%;
	margin-left: -8px;
    right: 0;
    //margin: 0 auto;
    background: #fff;
}
.post-section:after {
    position: absolute;
    z-index: 99;
    content: "";
    width: 72px;
    height: 16px;
    top: -8px;
    left: 50%;
	margin-left: -36px;
    right: 0;
    //margin: auto;
    background: #fff;
}
.post-section article > h3 {
 display: none;
}

.post-section article {
  position: relative;
  text-align: center;
  width: 100%;
}
.post-section article ul{
    margin: 0;
    padding: 0;
}	
.post-section article ul li{
    margin: 0;
	padding-top: 60px !important;
}		
.post-section article ul li img{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}		
.post-section article ul li h2{
    font-size: 20px;
    color: #0090a4;
    text-transform: uppercase;
	margin-bottom: 25px;
}		
.post-section article ul li p{
    color: #123e4d;
    font-size: 13px;
	line-height: 17px;
    padding: 0px 20px;
	margin: 0 auto;
    margin-bottom: 30px;
    max-width: 260px;
}	
.post-section article ul li a{
    font-size: 12px;
    color: #123e4d;
    width: 150px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #123e4d;
    border-radius: 3px;
}	
.post-section article ul li a:hover{
    color: #fff;
    background: #0090a4;
}	
/*  **************************************************/

/*  *************** brands-section *****************/

.brands-section h3 {
	display: none;
}

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

main.main {
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  z-index: 99;
}
.banner-sec + main.main {
  padding-top: 0;
  padding-bottom: 0;
}
.home main.main {
  position: relative;
  padding-bottom: 0;
}
.single-branch main.main {
	padding-top: 40px;
}
.single-branch .right-header .app-btn{
	display: none;
}
.home main.main:after {
  content: '';
  position: absolute;
  height: 230px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
}
/* Footer Popular Brands **************************************************/


/* Discount Voucher Area **************************************************/

.sp-discount-voucher-wrapp {
  padding:25px;
  padding-bottom: 20px;
  background: #336699;
  position: relative;
  border: 1px solid #002d6e;
}

.sp-discount-top {

}
.sp-discount-top h2 {
  font-size: 47px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.sp-discount-top h4 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: none;
  display: inline-block;
  vertical-align: top;
  width: 215px;
  padding-top: 6px;
  line-height: 1.1;
}
.sp-discount-form  ul {
  font-size: 0;
  padding-top: 5px;
  margin: 0 -10px;
}
.sp-discount-form li {
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: top;
  width: 35%;
  padding: 0 10px;
}
.sp-discount-form li.btn-list {
  width: 30%;
  position: relative;
}
.sp-discount-form li.btn-list span.ajax-loader {
  position: absolute;
  right: -15px;
  top: 15px;
}
.sp-discount-form li input[type="text"],
.sp-discount-form li input[type="email"],
.sp-discount-form li input[type="tel"] {
  border: none;
  background: #fff;
  height: 38px;
  color: #000;
  font-size: 13px;
}
.sp-discount-form li .button-alt {
  background: #2a304d;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  min-height: 38px;
  width: 100%;
  white-space: normal;
  font-weight: 700;
  padding: 0;
}
.sp-discount-form li .button-alt:hover,.sp-discount-form li .button-alt:focus {
  background: #01adef;
  
}
/* Product Category Area **************************************************/
.sp-category-products {
}
.sp-category-products article {
  position: relative;
  margin-bottom: 5px;
  text-align: center;

}
.sp-category-products article .widget_sp_image-description {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 18px;
}
.sp-category-products article .widget_sp_image-description h4 {
  font-size: 26px;
  margin-bottom: 0;
}
.sp-category-products article .widget_sp_image-description h4 span {
  display: block;
  color: #4f4f4f;
  text-transform: uppercase;
  font-size: 16px;
}
/*  **************************************************/
.sp-bookappointment-tile,.sp-aboutus-tile {
  background: #002d6e;
  height: 204px;
  text-align: center;
  margin-bottom: 6px;
  padding: 35px 15px 5px;
}
.sp-bookappointment-tile h2 {
  line-height: 1.3;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
.sp-bookappointment-tile .button-alt {
  border-color: #fff;
  font-weight: 700;
  color: #fff;
  padding: 12px 25px;
}
.sp-aboutus-tile {
  background: #e4e4e4;
  padding: 35px 35px 5px;
}
.sp-aboutus-tile h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.sp-aboutus-tile  .button-alt {
  padding: 12px 25px;
}
/* Home Page Banner Tiles End**************************************************/

/* Home Section **************************************************/
.margin-bottom-70 {
  margin-bottom: 65px;
}
.home-content-area {
  overflow: hidden;
  font-size: 13px;
  position: relative;
  padding: 40px;
  background: #e5f1ff;
}
.home-content-area .col-md-6:first-child {
  padding-right: 40px;
}
.home-content-area h1 {
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
}
.home-content-area h3 {
  font-size: 24px;
  color: #0185d0;
  font-weight: 400;
  margin-bottom: 20px;
}
.home-content-area p {
  line-height: 1.5;
  margin-bottom: 18px;
  text-align: justify;
}
.bottom-home-content {
  padding-top: 30px;
  margin-bottom: 20px;
}
.bottom-home-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.bottom-home-content ul li {
  width: 33.33%;
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
}
.bottom-home-content ul li strong {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
}
.bottom-home-content ul li strong:before {
  content: url(images/ico-heart.png);
  display: block;
  margin-bottom: 10px;
}
.bottom-home-content ul li:first-child strong:before {
  content: url(images/ico-vision.png);  
}
/* information area **************************************************/
.sp-brands-sec {
  background: #fff;
}
.sp-brands-sec .row {
  margin: 0 -3px;
  font-size: 0;
}
.sp-brands-sec .row [class*="col-"] {
  padding: 0 3px;
  float: none;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-bottom: 5px;
}
.sp-info-sec article h3 {
  display: none;
}
.popular-brands .wp-caption-text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255,255,255,0.88);
  padding: 20px 0;
  text-align: center; 
}
.popular-brands .wp-caption-text h4 {
  font-size: 29px;
  margin-bottom: 12px;
}
.popular-brands .wp-caption-text .button-alt {
  background: #002652;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  width: 245px;
  line-height: 45px;
}
.popular-brands .wp-caption-text .button-alt:hover {
  background: #0175c8;
}
.popular-brands .wp-caption-text .button-alt .fa {
  margin-left: 10px;
  font-size: 26px;
  vertical-align: middle;
}
/* Widget Latest News **************************************************/
.sp-latest-news {
  border: 1px solid #000;
  margin-bottom: 40px;
  padding: 20px;
}
.sp-latest-news h1 {
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  margin-bottom: 18px;
  text-align: center;
}
.sp-latest-news ul {
  margin-bottom: 18px;
}
.sp-latest-news ul li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.sp-latest-news ul li:last-child {
  padding-bottom: 0;
  border: none;
}
.sp-latest-news ul li figure {
  float: left;
  width: 98px;
}
.sp-latest-news ul li figure + .sp-descarea {
  margin-left: 110px;
}
.sp-latest-news ul li h4 {
  font-size: 13px;
  margin-bottom: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: none;
}
.sp-latest-news ul li p {
  margin-bottom: 0;
  font-size: 13px;
}
.btnreadmore {
  font-size: 12px;
  text-decoration: underline;
  font-weight: 700;
  margin-bottom: 4px;
}
/* Testimonial Section **************************************************/
.testimonial-sec {
  padding-bottom: 40px;
  border-bottom: 7px solid #e9f3ff;
}
.testimonial-slider .item {
}
.testimonial-slider .item blockquote {
  padding: 0 0 0 46px;
  margin: 0;
  border: none;
  line-height: 1.5;
  font-size: 16px;
  quotes: '\201C' '\201D' '\2018' '\2019';
  position: relative;
  margin-bottom: 15px;
  color: #000;
  text-align: justify;
}
.testimonial-slider .item blockquote a {
    color: #66cc99;
    text-decoration: underline;
}
.testimonial-slider .item blockquote a.more-link:hover {
    text-decoration: none;
}
.testimonial-slider .item blockquote:before ,
.testimonial-slider .item blockquote:after{
  content: open-quote;
  font-size: 90px;
  font-weight: 700;
  color: #92d1ea;
  position: absolute;
  left: 0;
  top:  5px;
  font-family: 'Arial', sans-serif;
  line-height: 60px;
  
}
.testimonial-slider .item blockquote:after {
  content: close-quote;
  opacity: 0;
} 
.testimonial-slider .item .sp-title-user {
font-weight: 700;
font-size: 18px;
color: #003263;
padding-left: 46px;
}
.testimonials-widget-testimonials.listing .list {
    margin-bottom: 60px;
}

.testimonials-widget-testimonials.listing .list blockquote {
    background: #f7f4f3;
    border: medium none;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 25px;
    position: relative;
}
.testimonials-widget-testimonials.listing .list blockquote:after {
    border-color: #f7f4f3 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    content: "";
    height: 0;
    left: 30px;
    position: absolute;
    top: 100%;
    width: 0;
}
.testimonials-widget-testimonials.listing .list blockquote * {
  display: inline;
  vertical-align: top;
  font-size: 15px;
}
.testimonials-widget-testimonial cite, .testimonials-widget-testimonial div.credit {
    text-align: left;
    font-weight: 700;
    padding-left: 25px;
}
.testimonial-slider .item blockquote a {
  text-decoration: underline;
  color: #666;
}
.testimonial-slider .item strong {
  display: block;
  padding-left: 90px;
  color: #666;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* Testimonial Slider End **************************************************/
/* Home Book an Appointment **************************************************/
.sp-banner-appointment {
	padding: 45px 50px;
    text-align: center;
    border: 1px solid #a1a1a1;
	position: relative;
}

.sp-banner-appointment:before {
    position: absolute;
    z-index: 999;
    content: "";
    border: 1px solid #a1a1a1;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    top: -8px;
    left: 22%;
    margin: auto;
    background: #fff;
}
.sp-banner-appointment:after {
    position: absolute;
    z-index: 99;
    content: "";
    width: 72px;
    height: 16px;
    top: -8px;
    left: 22%;
    margin: auto;
    background: #fff;
	margin-left: -28px;
}
.sp-banner-appointment .row{
	display: flex;
    align-items: center;
}
.banner-wrapp {
  background: #fff;
  display: inline-block;
}

.banner-wrapp h2 {
  line-height: 1.2;
  font-size: 29px;
    color: #123e4d;
    margin-bottom: 28px;
    text-transform: uppercase;
}
.banner-wrapp .button-alt {
	padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 255px;
    line-height: 60px;
    background: #0090a4;
    font-family: 'Roboto Condensed', sans-serif;
  border: 1px solid #0090a4;
}
.banner-wrapp .button-alt:hover {
  background: #ffffff;
  color: #0090a4;
}
.sp-branch-selector .ms-select {
  width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
    border: 1px solid #d7d7d7;
}
.sp-branch-selector .ms-select:after,
.sp-branch-selector .ms-select:before {
  width: 60px;
}
.sp-branch-selector .ms-select:after {
  background: url(images/select-arrow.jpg) no-repeat center center;
}
.sp-branch-selector .ms-select select {
    height: 60px;
    font-size: 20px;
	color: #666666;
	text-transform: none;
}
.sp-banner-appointment .about-section {
    background: #ddf2f1;
    padding: 40px 50px;
}	
.sp-banner-appointment .about-section h1{
    color: #23394b;
    letter-spacing: 0.32em;
    border-bottom: 1px solid #23394b;
    display: inline-block;
    line-height: 27px;
	margin-bottom: 30px;
}
.sp-banner-appointment .about-section p{
    font-size: 15px;
    color: #123e4d;
    line-height: 25px;
}
/* Home Book an Appointment End **************************************************/

/*  **************************************************/
.section-title {
  margin-bottom: 30px;
}
.sp-brand-slider {
  margin-bottom: 80px;
}
.sp-brand-slider .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9999;
  width: 100%;
  font-family:"Lucida Console", Monaco, monospace;
}
.sp-brand-slider .owl-nav div {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  text-align: center;
  font-size: 52px;
  color: #444;
  width: 50px;
  height: 68px;
  background: #fff;
  border: 1px solid #c9c9c9;
  text-align: center;
  line-height: 65px;
  margin-top: -38px;
  margin-left: -25px;

}
.sp-brand-slider .owl-nav div.owl-next {
  float: right;
  margin-left: 0;
  margin-right: -25px;
}
/* Featured products **************************************************/
.sp-different-brands {
	margin-bottom: 85px;
}
.sp-different-brands header.section-title {
    margin-bottom: 40px;
}
.sp-different-brands header h2{
	font-size: 30px;
    letter-spacing: 0.24em;
    margin-bottom: 20px;
}
.sp-different-brands header a{
	font-size: 15px;
    color: #939394;
    letter-spacing: 0.32em;
	position: relative;
}
.sp-different-brands header a:before {
    content: "";
    border-top: 1px solid #939394;
    position: absolute;
    width: 110%;
    left: -9px;
    top: -1px;
}
.sp-different-brands header a:hover:before {
    bottom: -1px;
	top: auto;
}
.sp-featured-products {
  margin-bottom: 50px;
  overflow: hidden;
}
.sp-featured-products header.section-title  {
  margin-bottom: 15px;
}
.sp-product-slider {
  padding: 0 45px;
}
.sp-product-slider .item figure {
  line-height: 120px;
  margin-bottom: 20px;
  padding: 0px 30px;
}
.sp-product-slider .item figure img {
  display: inline-block;
  vertical-align: middle;
    max-height: initial;
    width: auto;
    max-width: 100%;
}
.sp-product-slider .item .sp-descarea {
  text-align: center;
}
.sp-product-slider .item .sp-descarea a{
  display: inline-block;
}
.sp-product-slider .item h2 {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.sp-product-slider .item p {
  height: 32px;
  margin-bottom: 0;
  color: #383736;
  font-size: 14px;
}
.sp-price-tag {
  margin-bottom: 6px;
  color: #000;
}
.sp-product-slider .item .btn-price {
  font-weight: 700;
  color: #002d6e;
  text-decoration: underline;
}
.sp-product-slider .item .button {
  padding: 0;
  line-height: 1;
  background: none;
  color: #699dc3;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
.sp-product-slider .item .button:hover {
  background: transparent;
}

.sp-product-slider .owl-nav {
  position: absolute;
  left: 0%;
  width: 100%;
  top: 50%;
}
.sp-product-slider .owl-nav .owl-prev ,
.sp-product-slider .owl-nav .owl-next {
  font-size: 42px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  float: left;
  text-shadow: -2px 0 0 #666;
  line-height: 20px;
  font-family: "lucida console", monospace;
}

.sp-product-slider .owl-nav .owl-next {
  text-shadow: 2px 0 0 #666;
  float: right;
}
.sp-product-slider .owl-dots {
  margin-top: 50px;
  text-align: center;
}
.sp-product-slider .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #c7c6c1;
  cursor: pointer;
  border: 1px solid #c7c6c1;
  margin: 0 2px;
  position: relative;
  z-index: 99;
  
}
.sp-product-slider .owl-dots .owl-dot.active {
  background: #000;
  border-color: #000;
}
/* Logo Slider **************************************************/
.sp-client-logo {
  background: #fff;
  font-size: 0;
  margin-bottom: 60px;
}
.sp-client-logo > .item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  line-height: 105px;
}
.sp-client-logo > .item > img {
  display: inline-block;
  vertical-align: middle;
}
.logo-slider {
  margin-bottom: 0px;
}
.sp-client-logo .logo-slider .item {
 line-height: 90px;
 text-align: center;
 width: 100%;
 display: block;
}
.sp-client-logo .logo-slider .item img {
width: auto;
display: inline-block;
vertical-align: middle;
max-height: 45px; 
max-width: 160px;
opacity: 1;
-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 .logo-slider .item img:hover {
  opacity: 1;
}
/* Vision Center **************************************************/
.sp-vision-correction {
  background: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  margin-bottom: 35px;
}
.sp-vision-correction .row {
  margin: 0;
}
.sp-vision-correction .col-sm-6 {
  padding: 0;
  width: 40%;
}
.sp-vision-correction .col-sm-6:first-child {
  width: 60%;
}
.sp-video-wrapper{
    position: relative;
    padding-bottom: 54.25%; /* 16:9 */
    padding-top: 25px;
    height: 0; width: 100%;
}

.sp-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Adjust height to your own need */
}
.sp-text-wrapper {
  padding: 50px;
  padding-bottom: 10px;
  text-align: center;
}
.sp-text-wrapper:before {
  content: url(images/ico-uservision.png);
  display: block;
}
.sp-text-wrapper h2 {
  font-size: 33px;
  line-height: 1.2;
  text-transform: uppercase;
}
.sp-text-wrapper p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.sp-text-wrapper .button-alt {
  border-radius: 20px;
  width: 150px;
}
/*  **************************************************/
.top-subscribe-sec {
  background: #e8e8e8;
  padding: 15px 0;
}
.top-subscribe-sec ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 22px;
}
.top-subscribe-sec ul li h4 {
  margin-bottom: 0;
  font-size: 22px;
  color: #12194a;
  font-weight: 300;
  padding-top: 5px;
}
.top-subscribe-sec ul li p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 0;
  color: #fff;
}
.top-subscribe-sec ul li .tnp-widget-minimal {
  width: 270px;
}
.top-subscribe-sec ul li .tnp-widget-minimal form {
  position: relative;
  padding-right: 60px;
}
.top-subscribe-sec ul li .tnp-widget-minimal form input.tnp-email {
  width: 100%;
  background: #fff;
  height: 35px;
  border: none;
}
.top-subscribe-sec ul li .tnp-widget-minimal form input.tnp-submit {
  width: 60px;
  position: absolute;
  right: 0;
  right: 0;
  background: #b0dcc3;
  color: #000;
  font-size: 24px;
  padding: 0;
  height: 35px;
}
/* Footer Widget Section **************************************************/
.footer-wdiget-sec {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
      border-top: 1px solid #e1e1e1;
    padding-top: 35px;
}
.home .footer-wdiget-sec {
  border-top: 0px solid #e1e1e1;
  padding-top: 0px;
}

.footer-wdiget-wrapp {
  padding-top: 20px;
  padding-bottom: 30px;
}
.footer-wdiget-sec h2 {
	color: #123e4d;
    font-size: 14px;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-family: 'open sans', sans-serif;
}

.footer-wdiget-sec a {
	color: #123e4d;
    font-size: 14px;
	line-height: 36px;
}
.footer-wdiget-sec a:hover {
  text-decoration: underline;
}
.footer-wdiget-sec .button-panel a {
    color: #030303;
    text-transform: uppercase;
    font-size: 14px;
}
.footer-wdiget-sec .button-panel a:hover {
    text-decoration: none;
}
.footer-wdiget-sec .row {
  margin: 0 -15px;
  overflow: hidden;
}
.footer-wdiget-sec .widget {
  float: left;
  width: 33%;
  padding: 0 15px;
  position: relative;
  z-index: 9;
}
.logo-footer {
}
.logo-footer img{
	margin-bottom: 20px;
}
.logo-footer p{
	font-size: 13px;
    color: #123e4d;
    line-height: 23px;
    padding-right: 90px;
}
.footer-wdiget-sec .widget.sp-widget-address {
  width: 34%;
  font-size: 0;
}
.footer-wdiget-sec .widget.sp-widget-address li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-bottom: 8px;
  width: 100%;
}
.footer-wdiget-sec .widget.sp-widget-address address br {
  display: none;
}
.footer-wdiget-sec .widget.sp-widget-address address {
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
}
.footer-wdiget-sec .widget.sp-widget-address strong {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  font-weight: normal;  
}
.footer-wdiget-sec .widget.sp-widget-address .sp-tel {
  font-weight: 700;
  font-size: 16px;
}
.footer-wdiget-sec .widget.sp-widget-address .more-info {
  font-weight: 300;
  font-size: 20px;
  text-decoration: underline;
}
.footer-wdiget-sec .widget.sp-widget-subscribe {
  width: 22%;
}
.footer-wdiget-sec .widget.sp-widget-subscribe header {
  position: relative;
}
.footer-wdiget-sec .widget.sp-widget-subscribe header h2 {
  font-size: 20px;
  padding-top: 0;
}
.footer-wdiget-sec .widget.sp-widget-subscribe h2 strong {
  display: block;
  font-size: 38px;
} 
.footer-wdiget-sec .widget ul {
  margin: 0 0 5px 0;
  
}
.footer-wdiget-sec .widget .sp-descarea {
  margin-bottom: 10px;
  font-size: 14px;
}
.footer-wdiget-sec .widget .sp-descarea address ,
.footer-wdiget-sec .widget .sp-descarea  p{
  font-style: normal;
  margin-bottom: 20px;
  line-height: 1.6;
}
.footer-wdiget-sec .widget .sp-descarea  p strong {
  color: #000;
}
.footer-wdiget-sec .widget .sp-descarea  p a {
  text-decoration: underline;
}
.footer-wdiget-sec .widget .button-panel a {
  line-height: 1;
  padding: 0;
}
.widget {
  margin-bottom: 25px;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li {
  list-style-type: none;
  margin-bottom: 1px;
}
.widget h2 {
  font-weight: 700;
}
.widget.sp-widget-nav .sp-social-links {
  margin-top: 15px;
}
.bottom-footer-sec .social-media {
	background: #123e4d;
    color: #fff;
    text-align: left;
    padding: 10px 0px;
}
.bottom-footer-sec .social-media p{
	float: left;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.18em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-right: 10px;
	color: #fff;
}
.bottom-footer-sec .social-media a{
	color: #fff;
    font-size: 17px;
    margin-right: 10px;
}
.bottom-footer-sec ul{
	font-size: 13px;
    color: #666666;
    padding: 20px;
}
/* Widget  **************************************************/
.newsletter-widget {
  position: relative;
  padding-left: 5px;
  font-size: 14px;
}
.sp-widget-subscribe .newsletter {
  padding-left: 0px;
  margin-top: 7px;
}
.sp-widget-subscribe .newsletter form {
  position: static;
}
.newsletter-widget p {
  margin-bottom: 20px;
  line-height: 1.2;
}
.newsletter-widget .tnp-widget-minimal input.tnp-email {
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    height: 42px;
    border-radius: 20px;
    padding: 8px 15px;
    color: #002d6e;
}
.newsletter-widget input.tnp-submit {

    display: none;

}

.sp-widget-accordion.footer-wdiget-sec .widget {
  width: 100% !important;
  margin-bottom: 5px;
  text-align: left;
  color: #fff;
}
.sp-widget-accordion.footer-wdiget-sec .widget h2 {
  cursor: pointer;
  position: relative;
  padding: 10px 30px 10px 15px;
  border: 1px solid #ccc;
  margin-bottom: 0;
  background: #f9f9f9;
  color: #000;
  font-size: 14px;
  text-align: left;
  margin: 0px 7px;
}
.sp-widget-accordion.footer-wdiget-sec .widget h2:after {
  content: '\f067';
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  width: 36px;
  text-align: center;
  font-size: 14px;
  color: #333;
  border-left: 1px solid #ccc;
  height: 100%;
  top: 0;
  line-height: 36px;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
.sp-widget-accordion.footer-wdiget-sec .widget h2.active:after {
  content: '\f068'
}
.sp-widget-accordion.footer-wdiget-sec .widget h2.active {
  background: #fafafa
}
.sp-widget-accordion.footer-wdiget-sec .widget .menu-inner-container {
  padding: 15px;
  border: 1px solid #ccc;
  border-top: none;
  display: none;
  background: #fafafa;
  margin: 0px 7px;
}
/* Footer **************************************************/
.top-footer-sec {
  margin-bottom: 18px;
  border-bottom: 1px solid #000;
}
.sp-social-links {
  margin-bottom: 10px;
}
.sp-social-links h5 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 14px;
  padding-top: 5px;
}
.sp-social-links .textwidget {
  display: inline-block;
  vertical-align: top;
}
.sp-social-links .textwidget br {
  display: none;
}
.sp-social-links a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  margin-left: 5px;
  margin-bottom: 10px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #fff;
  overflow: hidden;
  background: none;
}
.sp-social-links a:hover {
  text-decoration: none;
  background: #016ac2;
}
/*  **************************************************/
.footer-logo {
  margin-top: 30px;

}
.footer-logo img {
  max-width: 48%;
}
/*.subscribe-form {
  position: relative;
  padding-right: 100px;
}
.subscribe-form input[type="text"], .subscribe-form input[type="email"] {
  width: 100%;
  background-color: #fff;
  height: 42px;
  border: none;
  color: #444;
}
.subscribe-form button ,
.subscribe-form .newsletter-submit{
position: absolute;
right: 0;
top: 0;
width: 92px;
height: 42px;
background-color: #000;
color: #fff;
font-size: 34px;
border: none;
line-height: 0;
}
*/
/* Footer Navigation **************************************************/
.footer {
  background: #fff;
  margin-bottom: 0px;
}
.footer-navigation {
  margin-bottom: 10px;
}
.footer-navigation ul {
  display: inline-block;
  margin-bottom: 0px;
}
.footer-navigation ul li {
  position: relative;
  color: #848484;
  font-size: 13px;
  text-transform: uppercase;
}
.footer-navigation ul li a {
  color: #848484;
}
.footer-navigation ul li:before {
  content: '\|';
  padding: 0 12px;
  
}
.footer-navigation ul li:first-child:before {
  display: none;
}
.footer-navigation ul.email-phone-list li:first-child:before {    
    display: inline;
}
/* Bottom Footer Section **************************************************/
.bottom-footer-sec {
  margin-bottom: 0px;
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-top: 35px;
}
.bottom-footer-sec a {
  font-weight: 600;
  color: #000;
  text-decoration: underline;
}
.bottom-footer-sec a:hover {
  text-decoration: none;
}
/* Bottom Footer Section End **************************************************/
/* 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: #001e5d;
  border-left: 1px solid #fff;
  line-height: 45px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}
.sp-bottom-footer ul li a.active {
  color: #4b1d08;
}
.sp-bottom-footer ul li:first-child a {
  background: #4b1d08;
}
.sp-bottom-footer ul li:last-child a {
  background: #0a4e12;
}
.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: #4b1d08;
  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: transparent;
  font-weight: 600;
  font-size: 16px;
}
.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;
  font-family: 'Roboto Condensed', sans-serif;
}
.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 {
    padding: 30px 30px;
    max-width: 650px;
    border-radius: 0;
    background: #f7f4f3;
}
.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: 600;
    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%;
}
#wp-registration-box .show_description {
    color: #1d1c1f !important;
    font-size: 13px !important;
}
.wpregistration-save-button input,.login-form .button-alt,.register_link .button-alt {
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    margin-left: 0;
    margin-top: 0;
    width: 168px;
    background-color: #000;
    color: #fff;
    border: none;
    margin-top: 20px;
    border-radius: 0px !important;
    font-family: 'Roboto Condensed', sans-serif;
    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 End **************************************************/
/* Contact Detail **************************************************/

/*Rows Margin*/
.sp-contact-detail .container > .row ,
.sp-contact-detail .container > .sp-contact-middle > .row {
  margin: 0 -20px;
}
.sp-contact-detail .container > .row > div[class*="col-"],
.sp-contact-detail .container > .sp-contact-middle > .row > div[class*="col-"] {
  padding: 0 20px;
}

.sp-contact-detail .contact-top {
	position: relative;
    z-index: 999;
    padding: 55px 55px 25px;
    border: 1px solid #a1a1a1;
	float: left;
    width: 100%;
}

.sp-contact-detail .contact-top:before {
    position: absolute;
    z-index: 999;
    content: "";
    border: 1px solid #a1a1a1;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
}
.sp-contact-detail .contact-top:after {
    position: absolute;
    z-index: 99;
    content: "";
    width: 72px;
    height: 16px;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
}

/*Rows Margin*/
.left-contact {
  margin-bottom: 30px;
}
.left-contact figure {
  margin-bottom: 20px;
}
.left-contact .row {
  margin: 0 -10px;
}
.left-contact .row div[class*="col-xs-"] {
  padding: 0 10px;
}
/* Address Box  **************************************************/
.sp-address-box {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 20px;
}
.sp-address-box ul {
  padding-top: 15px;
}
.sp-address-box ul li {
  margin-bottom: 8px;
  color: #666;
}
.sp-address-box ul li span.sp-title {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  color: #151515;
  float: left;
  font-weight: 700;
}
.sp-address-box ul li div.sp-desccontact {
}
.sp-address-box ul li.sp-tel {
  font-size: 13px;
  color: #666;
  margin-bottom: 0px;
}
.sp-address-box ul li.sp-tel p {
	font-size: 16px;
    margin-bottom: 5px;
}
.sp-address-box ul li.sp-tel strong {
  font-size: 25px;
    color: #23394b;
}
.sp-address-box ul li.sp-email a {
  text-decoration: underline;
  font-size: 13px;
  color: #1b59a6;
}
.sp-address-box ul li.sp-address address {
  margin-bottom: 20px;
  font-style: normal;
  color: #666;
  font-size: 16px;
}

.sp-address-box ul li.sp-address h6 {
  font-size: 15px;
  color: #666;
  margin-bottom: 4px;
  text-transform: none;
}
.sp-address-box ul li.sp-address h4 {
	font-size: 20px;
    color: #2a3e50;
    margin-bottom: 20px;
    line-height: 1;
}
.sp-button-bottom {
	padding-left: 0px;
    float: left;
    width: 100%;
    background: #0090a4;
    text-align: center;
    padding: 11px;
	margin-bottom: 70px;
}
.sp-button-bottom a {
	font-size: 20px;
    font-weight: 700;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
.sp-button-bottom a i{
	font-weight: 100;
    font-size: 26px;
    margin-left: 5px;
    margin-bottom: 2px;
    line-height: 15px;
    vertical-align: middle;
}
.sp-button-bottom a:hover{
	border-bottom: 1px solid #fff;
}
.title-area {
  overflow: hidden;
}
.title-area h1 {
	font-size: 33px;
    font-weight: 700;
    text-align: center;
	margin-bottom: 20px;
}
/*.title-area h1:before,
.title-area h1:after {
  content: '';
  width: 99999em;
  height: 1px;
  background: #666;
  position: absolute;
  left: 100%;
  margin-left: 30px;
  top: 50%;
}
.title-area h1:after {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 30px;
}*/
/*Map Contact Us*/
.sp-map-contactsec h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
/* middle Contact section **************************************************/
.sp-contact-middle {
  padding: 32px 0;
  padding-bottom: 50px;
  margin-bottom: 65px;
  background: #f2f2f2;
    padding-left: 1000px !important;
    padding-right: 1000px !important;
    margin-left: -1000px !important;
    margin-right: -1000px !important;
}
.sp-contact-middle > .row > .col-sm-7 > .row {
  margin: 0 -15px;
}
.sp-contact-middle > .row > .col-sm-7 > .row > div[class*="col-xs-"]{
  padding: 0 15px;
}

.sp-contact-middle .contact-form h2 {
    color: #666666;
    font-size: 20px;
    font-family: open sans;
    font-weight: 400;
    text-align: center;
    margin-bottom: 5px;
}

.sp-contact-about {
  max-width: 100%;
  text-align: justify;
  padding-top: 40px;
}
.sp-contact-about p{
  color: #666666;
}
.sp-contact-about h3,
.sp-contact-about h1 {
  font-weight: 700;
  font-size: 18px;
}

.sp-travel-shop,.sp-access-shop {
	padding: 0px 10px 0px 80px;
	padding-top: 40px;
}
.sp-travel-shop ul {
  margin: 0;
  font-size: 12px;
}
.sp-travel-shop ul li {
  margin-bottom: 0px;
}
/* Access Shop **************************************************/
.sp-access-shop h3,.sp-travel-shop h3 {
	font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
.sp-access-shop h4,.sp-travel-shop h4 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.sp-access-shop p,.sp-travel-shop p {
  color: #666666;
  margin-bottom: 20px;
}
.sp-access-shop ul,.sp-access-shop ul li {
    font-size: 14px;
    list-style-type: none;
    font-weight: 400;
}
.sp-access-shop ul,.sp-access-shop ul li strong {
  font-weight: 400;
}
.sp-access-shop ul li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 12px;
  line-height: 20px;
  color: #666;
}
.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: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: 2px;
}
.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-1.png) 0 -442px no-repeat;
  height: 23px;
  top: -2px;
}
.sp-access-shop ul {
    margin: 0;
    padding: 0;
}
/* Time Table **************************************************/
.sp-timing {
	margin-bottom: 30px;
    padding: 0px 35px;
}
.sp-timing h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: left;
}
.sp-timing p {
  text-align: center;
  color: #002d6e;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.sp-timing .table {
    margin-bottom: 30px;
}
.sp-timing .table td, .sp-timing .table th {
    border: medium none;
    color: #666;
    font-size: 14px;
    padding: 2px 0;
}
.sp-timing .table th {
  padding-bottom: 10px;
  font-weight: 700;
}
.sp-timing .table td {
    font-size: 14px;
    color: #666;
    line-height: 1.2;
	text-align: center;
}
.sp-timing .table td:first-child {
    font-weight: 700;
    font-size: 14px;
	text-align: left;
}
.sp-tab-area .nav > li.active > a {
  color: #000;
}
/* Contact Form **************************************************/
.contact-form {
    margin-bottom: 0px;
	padding-left: 30px;
}
.contact-form  p {
  text-align: center;
  font-size: 13px;
  color: #666666;
}
.contact-form ul {
  padding: 0px 20px;
}
.contact-form .row {
  margin: 0 -10px;
}
.contact-form form {
  max-width: 685px;
}
.contact-form form li div[class*="col-sm-"] {
  width: 100%;
}
.contact-form input, .contact-form textarea {
    border: 1px solid #cccccc;
    color: #666;
    height: 46px;
    margin-bottom: 8px;
    padding: 10px 20px;
    width: 100%;
    background: #fff;
    font-style: normal;
}
.contact-form textarea {
  height: 140px;
}
.contact-form .button {
    background-color: #a9b1b7;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    margin-top: 15px;
    height: 48px;
    font-family: 'Roboto Condensed', sans-serif;
    border: none;
    text-transform: uppercase;
    display: block;
}
.contact-form .button:hover {
    background-color: #5a5c5d;
}
.contact-form .bphone {
	text-decoration: underline;
}
.contact-form .ajax-loader {
	width: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
}
/* Main Heading Book An Appointment page **************************************************/
.sp-booking-detail h2,
.sp-booking-detail h3,
.sp-booking-detail h4,
.sp-booking-detail h5,
.sp-booking-detail h6 {
  font-family: 'open sans', serif;
}
h1.booking-detail-heading {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 35px;
    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: 18px;
  padding: 12px 90px;
  border-radius: 0;
  color: #666;
}
.sp-tab-area .tab-content {
  padding: 35px;
  border: 1px solid #ddd;
  border-top: none;
  position: relative;
  top: -1px;
  padding-bottom: 0;
}
.sp-tab-area .tab-content .tab-pane {
  padding-bottom: 35px;
}
/* Store Team **************************************************/
.store-teams {
    margin-bottom: 20px;
    margin-top: 120px;
    color: #666;
}
.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: #002d6e;
}
.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;
}

/* Services Contact detail **************************************************/
#sp-services {
  min-height: 280px;
}
.services-contact {
  color: #666;
}

/* Book an Apointment Detail Page **************************************************/

.left-appointment  {
	background: #ebebeb;
    padding: 20px 30px;
}
.left-appointment .row {
  font-size: 0;
}
.left-appointment .col-xs-6 {
  margin-bottom: 30px;
  padding: 0 30px;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.left-appointment .col-xs-6:last-child p{
	position: relative;
	font-size: 16px;
    color: #666666;
    font-weight: 600;
    text-align: center;
    margin: 10px 0px;
	display: block;
	float: left;
	width: 100%;
}
.left-appointment h2 {
	color: #0090a4;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: open sans;
}
.left-appointment li {
  margin-bottom: 12px;
  list-style: none;
}
.left-appointment li .wpcf7-list-item {
  display: block;
  margin: 0;
}
span.check span.wpcf7-list-item {
	color: #000;
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.left-appointment li h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #000;
}
.left-appointment .col-xs-6:first-child h3 {
  padding-top: 12px;
}
.left-appointment li input[type="radio"],
.left-appointment li input[type="checkbox"] {
	width: 22px;
    height: 22px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    z-index: 999;
}
.left-appointment li input[type="radio"] ~ span.wpcf7-list-item-label,
.left-appointment li input[type="checkbox"] ~ span.wpcf7-list-item-label {
	position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
    padding-left: 30px;
    font-size: 13px;
    font-weight: 700;
	margin-bottom: 10px;
}
.left-appointment li input[type="checkbox"] ~ span.wpcf7-list-item-label:before {
	content: '';
    position: absolute;
    left: 0;
    height: 22px;
    width: 22px;
    background: #fff;
    border: 1px solid #bcbcbc;
    font-family: FontAwesome;
    line-height: 22px;
    font-size: 13px;
    color: #2888ea;
    text-align: center;
    top: 0;
}
.left-appointment li input[type="radio"] ~ span.wpcf7-list-item-label:before{
	content: '';
    position: absolute;
    left: 0;
    height: 22px;
    width: 22px;
    background: #fff;
    border: 1px solid #bcbcbc;
    font-family: FontAwesome;
    line-height: 22px;
    font-size: 13px;
    color: #2888ea;
    text-align: center;
    top: 0;
}
.left-appointment li input[type="checkbox"]:checked ~ span.wpcf7-list-item-label:before {
content: '\002713';
}
.left-appointment li input[type="radio"]:checked ~ span.wpcf7-list-item-label:before{
  content: '\002713';
}
.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: 1px solid #bcbcbc;
    color: #000;
    height: 35px;
    padding: 10px 15px;
    width: 100%;
    font-weight: 700;
}
.left-appointment li input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.left-appointment li input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.left-appointment li input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.left-appointment li input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
#appoint_others {
  height: 40px;
  margin-bottom: 8px;
}
.left-appointment li input.dateIcon[type="text"] {
  background: url(images/ico-calendar2.png) no-repeat right 15px center #fff;
  background-size: 19px;
}
.left-appointment li .ms-select select {
  height: 35px;
  color: #000;
  text-transform: none;
  font-size: 13px;
  font-weight: 700 !important;
}
.left-appointment li .ms-select {
  width: 40%;
  max-width: 40%;
  border: 1px solid #bcbcbc;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
  height: 35px;
  overflow: hidden;
}
.left-appointment li span.date1 input,
.left-appointment li span.date2 input {
  height: 35px;
}
.left-appointment li span.date1, .left-appointment li span.date2 {
  display: inline-block;
  vertical-align: top;
  width: 56%;
  margin-right: 4%;
}
.left-appointment .button {
	font-weight: 600;
    height: 59px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    font-size: 15px;
    max-width: 290px;
    background: #0090a4;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}
.left-appointment .button:hover {
  color: #fff;
  background: #66cc9a;
}
.left-appointment .ajax-loader {
  display: block !important;
  margin: 5px auto !important;
  position: absolute !important;
    top: 16px !important;
    right: -5px !important;
}
.left-appointment a.branch-tel {
  font-size: 24px;
  color: #23394b;
  font-family: 'Cinzel', serif;
}
.left-appointment a.branch-tel:hover {
  text-decoration: underline;
}
.left-appointment .col-xs-6:last-child p:last-child {
    margin-top: 0px;
    line-height: 1;
}
.left-appointment .numerics {
	text-align: center;
	position: relative;
	margin: 0 !important;
    margin-bottom: 30px !important;
}
.left-appointment .numerics span {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #0090a4;
    border-radius: 100%;
    line-height: 50px;
    font-size: 35px;
    color: #0090a4;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
	background: #fff;
}
.left-appointment .numerics:before {
    content: "";
    width: 50%;
    position: absolute;
    border-bottom: 1px solid #b7b7b7;
    top: 50%;
    margin-left: 60px;
}
.left-appointment .numerics:after {
    content: "";
    width: 50%;
    position: absolute;
    border-bottom: 1px solid #b7b7b7;
    top: 50%;
    left: -35px;
}
.left-appointment .col-xs-6:first-child .numerics:after {
    display: none;
}
.left-appointment .col-xs-6:last-child .numerics:before {
    display: none;
}
.sp-booking-detail .ml-contactus-listing {
	padding-top: 0px;
	margin-bottom: 40px;
}
.right-appointment {
    padding: 25px 40px;
    color: #444;
    text-align: center;
    border: 1px solid #d7d7d7;
}
/*.sp-booking-detail .right-appointment br:first-child{
  display: none;
}
.sp-booking-detail .right-appointment .open-close-time br:first-child{
  display: block;
}*/
.sp-booking-detail .right-appointment span.tell{
display: block;
color: #666666;
font-size: 17px;
font-family: 'Cinzel', serif;
padding:0px;
margin-top: -6px;
}
.right-appointment h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
	font-family: 'Cinzel', serif;
}
.right-appointment .sp-timing h3 {
    margin: 20px 0px 45px;
    text-align: center;
}
.right-appointment p strong{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 6px;
  display: block;
}
.right-appointment address {
  font-style: normal;
  font-size: 16px;
  margin-bottom: 10px;
  color: #666666;
}
.right-appointment address br{
  display: none;
}
.open-close-time{
  color: #7a7b7b;
}
.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;
  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 {
  color: #000;
  font-size: 14px;
  border-radius: 0;
  background: none;
  border: 1px dashed #000;
  

}
.sp-viewmore {
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  color: #000;
  text-decoration: underline;
  font-family: 'Roboto Condensed', serif;
}
/* Contact list Alt **************************************************/
.ml-contactus-listing {
  margin-bottom: 30px;
  padding-top: 20px;
}
.ml-contactus-listing .entry-title{
	font-size: 33px;
    font-weight: 700;
    text-align: center;
}
.ml-contactus-listing > .row {
  overflow: hidden;
  margin: 0 -10px;
  font-size: 0;
}
.ml-contactus-listing > .row > div[class*="col-md-"] {
  padding: 0 10px;
  margin-bottom: 30px;
  font-size: 15px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.ml-contactus-listing .branch-counter {
	padding: 25px 40px 10px;
    border: 1px solid #a1a1a1;
	position: relative;
	width: 100%;
	margin-bottom: 16px;
	text-align: center;
	display: flex;
}
.ml-contactus-listing .branch-counter .col-md-4 {
    display: inline-block;
    float: left;
	display: flex;
}
.ml-contactus-listing .branch-counter:before {
    position: absolute;
    z-index: 999;
    content: "";
    border: 1px solid #a1a1a1;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    top: -17px;
    left: 50%;
    right: 0;
	margin-left: -8px;
    background: #fdfeff;
}
.ml-contactus-listing .branch-counter:after {
    position: absolute;
    z-index: 99;
    content: "";
    width: 72px;
    height: 34px;
    top: -26px;
    left: 50%;
    right: 0;
	margin-left: -36px;
    background: #fdfeff;
}
.ml-contactus-listing .branch-counter.counter0:before {
    position: absolute;
    z-index: 999;
    content: "";
    border: 1px solid #a1a1a1;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    top: -8px;
    left: 50%;
	margin-left: -8px;
    right: 0;
    //margin: 0 auto;
    background: #fdfeff;
}
.ml-contactus-listing .branch-counter.counter0:after {
    position: absolute;
    z-index: 99;
    content: "";
    width: 72px;
    height: 16px;
    top: -8px;
    left: 50%;
	margin-left: -36px;
    right: 0;
    //margin: auto;
    background: #fdfeff;
}
.ml-contactus-listing .consultant-section {
    margin-top: 55px;
}
.ml-contactus-listing .consultant-section:before {
    top: -8px;
}
.ml-contactus-listing .consultant-section:after {
    top: -17px;
}
.ml-contactus-listing article {
  padding: 20px;
  padding-bottom: 0;
  position: relative;    
  padding: 40px;
  align-self: flex-end;
}
.ml-contactus-listing article .sp-descarea {
  font-size: 14px;
  text-align: center;
}
.ml-contactus-listing article:before {
  display: none;
  
}
.ml-contactus-listing article h4 {
  font-size: 18px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.ml-contactus-listing article .button {
	font-size: 16px;
    color: #666666;
    font-family: open sans;
    font-style: normal;
    font-weight: 400;
    text-transform: lowercase;
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    display: inline-block;
    line-height: 1.2;
    border-bottom: 1px solid #666666;
    padding-bottom: 2px;
	margin-top: 5px;
}
.ml-contactus-listing article .button:hover{
	border-bottom: 1px solid #fff;
    background: none;
    color: #666666;
}
.ml-contactus-listing article h4 a {
  color: #002d6e;
}
.ml-contactus-listing article h4 a:hover {
  text-decoration: underline;
}
.ml-contactus-listing article .row {
  margin: 0 0;
  font-size: 0;
}
.ml-contactus-listing article .row .col-xs-6,
.ml-contactus-listing article .row .col-xs-12 {
  padding: 0 0;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.ml-contactus-listing article figure {
  position: relative;
}
.ml-contactus-listing article figure .button-alt {
  padding: 16px 10px;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  left: 0;
  bottom: 0;
  background: #003263;
  font-style: italic;
  margin-top: 3px;
}
.ml-contactus-listing article figure .button-alt:hover {
  background: #66cc9a;
}
.ml-contactus-listing article figure .button-alt .fa {
  transform: scale(2);
  margin-left: 25px;
  position: relative;
  top: -2px;
}
.ml-contactus-listing article .sp-descarea p {
	color: #23394b;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 24px;
    text-align: center;
}
.ml-contactus-listing .city-branches .city-branches-desc p {
	font-size: 13px;
	color: #123e4d;
	margin-bottom: 20px;
}
.ml-contactus-listing .city-branches .city-branches-desc img {
	margin-bottom: 30px;
}

.ml-contactus-listing .consultant-section article {
    padding-bottom: 0;
}
.ml-contactus-listing .consultant-section article .sp-descarea h2 {
    font-size: 25px;
    text-transform: uppercase;
    border-bottom: 2px solid #23394b;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 10px;
}
.ml-contactus-listing .consultant-section article .sp-descarea h5 {
    color: #000;
    font-weight: 700;
    margin-bottom: 35px;
	text-transform: uppercase;
}
.ml-contactus-listing .consultant-section article .sp-descarea p {
    font-size: 17px;
    color: #123e4d;
    line-height: 1.6;
    font-family: open sans;
    margin-bottom: 35px;
}
.ml-contactus-listing .city-branches .col-md-4{
	vertical-align: middle;
	display: inline-block;
}
.ml-contactus-listing .city-branches {
	border: 3px solid #363636;
    margin-top: 50px;
	display: inline-block;
}
.ml-contactus-listing .city-branches:after {
    height: 34px;
    top: -17px;
    left: auto;
    right: 180px;
}
.ml-contactus-listing .city-branches:before {
    top: -8px;
    left: auto;
    right: 208px;
}
.ml-contactus-listing article .sp-descarea p.sp-email {
}
.ml-contactus-listing article .sp-descarea p.sp-email a {
  text-decoration: underline;
  color: #1b59a6;
}
.ml-contactus-listing article .sp-descarea p.sp-email a:hover {
  text-decoration: none;
}
.ml-contactus-listing article .sp-descarea p strong {
  color: #666;
}
.ml-contactus-listing article .sp-descarea h5 {
  margin-bottom: 4px;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
}
.ml-contactus-listing article .sp-descarea h4 {
	font-size: 23px;
    margin-bottom: 20px;
    text-transform: none;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}
.ml-contactus-listing article .sp-descarea h4 a {
  color: #000;
}
.ml-contactus-listing article .sp-descarea address {
	font-style: normal;
    color: #666666;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
}

.ml-book-appointment {
  padding: 26px 30px;
  background: #002d6e;
  color: #fff;
}
.ml-book-appointment h2 {
  font-size: 28px 23px;
  color: #fff;
  line-height: 1.4;
}
.ml-contactus-listing .button{
  background: #dad9d9;
  color: #666;
}
.ml-contactus-listing .button:hover {
  background: #66cc99;
  color: #fff;
}
.ml-contactus-listing .voucher-wrap {
	padding: 8px;
    background: #a7e2df;
	margin-top: 34px;
}
.ml-contactus-listing .voucher-inner {
	border: 2px dashed #38abb8;
    padding: 15px;
    text-align: center;
    background: #e3f3f2;
}
.ml-contactus-listing .voucher-inner h3 {
	display: inline-block;
    margin: 0;
    font-size: 30px;
    font-family: 'Roboto Condensed', serif;
    color: #23394b;
    text-transform: uppercase;
    margin-right: 40px;
    letter-spacing: 0.1em;
    vertical-align: bottom;
    font-weight: 400;
}
.ml-contactus-listing .voucher-inner span {
	font-size: 36px;
    color: #23394b;
    font-family: 'Cinzel', serif;
    letter-spacing: -0.02em;
    font-weight: 700;
	margin-right: 5px;
}
.ml-contactus-listing .voucher-inner a {
	display: inline-block;
    width: 238px;
    height: 48px;
    border: 1px solid #0090a4;
    line-height: 46px;
    text-transform: uppercase;
    font-size: 24px;
    color: #0090a4;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.ml-contactus-listing .voucher-inner a:hover {
	background: #0090a4;
    color: #fff;
}
.btn-bookappointment big {
  font-size: 48px;
  line-height: 32px;
  font-family: "Lucida Console", monospace;
  position: relative;
  top: 6px;
  font-weight: 400;
}
.sp-team-content {
  font-size: 14px;
  padding: 30px 0;
  padding-right: 15px;
}
.sp-team-content h5 {
  font-weight: 400;
  margin-bottom: 4px;
  color: #666;
}
.time-table-contact h5 {
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 15px;
  color: #666;
  border-bottom: 1px solid #b7b7b7;
}
.time-table-contact .table tr td,
.time-table-contact .table tr td {
  padding: 3px 0 2px;
  border: none;
  font-size: 14px;
  color: #666;
}
.time-table-contact .table tr td strong {
  color: #000;
}
.sp-tabs-panel-contact {
}
.sp-tabs-panel-contact .nav-tabs {
  margin: 0;
  padding: 0;
  border: 1px solid #d2d7dc;
}
.sp-tabs-panel-contact .nav-tabs > li {
  border-radius: 0;
  margin: 0;
  width: 33.33%;
  border-left: 1px solid #d2d7dc;
}
.sp-tabs-panel-contact .nav-tabs > li:first-child {
  border: none;
}
.sp-tabs-panel-contact .nav-tabs > li > a {
  border: none;
  margin: 0;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 13px;
  color: #666;
  text-align: center;
  border-radius: 0;
}
.sp-tabs-panel-contact .nav-tabs > li.active > a {
  border: none;
  box-shadow: 0 5px 0 #003263 inset;
  color: #000;
  font-weight: 600;
  background: none;
}
.sp-tabs-panel-contact .tab-content {
  border: 1px solid #d2d7dc;
  border-top: none;
}
.sp-listing-map {
  font-size: 0;
  margin-bottom: 10px;
}
.time-table-contact {
  padding: 30px 15px;
  padding-right: 0;
  padding-bottom: 10px;
  font-size: 13px;
}

.sp-contact-form {
  text-align: center;
  padding: 15px 28px;
}
.ml-contactus-listing article .sp-contact-form .row {
  margin: 0 -8px;
}
.sp-contact-form form p {
  color: #000;
  font-weight: 700;
  font-size: 13px;
}
.ml-contactus-listing article .sp-contact-form ul li:first-child .col-sm-6 {
  width: 100%;
}
.sp-contact-form form input[type="text"],
.sp-contact-form form input[type="email"],
.sp-contact-form form input[type="tel"],
.sp-contact-form form input[type="number"],
.sp-contact-form form textarea {
  width: 100%;
  margin-bottom: 8px;
  background: #ebebeb;
  border: 1px solid #c9c9c9;
  height: 34px;
  color: #000;
  font-size: 13px;
  resize: none;
  padding: 5px 15px;
}
.ml-contactus-listing article .sp-contact-form ul li.textarea {
  padding-right: 120px;
  position: relative;
}
.ml-contactus-listing article .sp-contact-form ul li.textarea input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  margin: 0;
  padding: 0;
  height: 34px;
  font-size: 15px;
}
.sp-contact-form h6 {
  font-size: 14px;
  padding-top: 7px;
  margin-bottom: 10px;
}
.ml-contactus-listing article .sp-contact-form ul li.textarea .ajax-loader {
  position: absolute;
  right: -20px;
  top: 10px;
  z-index: 99; 
}
/* 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 {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  width: 33.33% !important;
  font-size: 14px;
  margin: 0;
}
/* Product Sidebar **************************************************/
#product-sidebar h2,
#product-sidebar h3,
#product-sidebar h4 {
}
#product-sidebar {
  margin-bottom: 20px;
  border-bottom: none;
  padding-right: 30px;
  padding-top: 10px;
}
#product-sidebar header {
  margin-bottom: 5px;
}
#product-sidebar header h2 {
  line-height: 1;
  margin-bottom: 0;
  font-size: 14px;
  color: #363638;
  font-weight: 700;
}
#product-sidebar header h2 .facetwp-reset {
  border: none;
  padding: 0;
  margin: 0 !important;
  font-size: 13px;
  font-weight: 700;
}
/* Sidebar Style **************************************************/
#product-sidebar .widget_text {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;

}
#product-sidebar .widget_text .widget-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 16px 0;
  padding-right: 30px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;

}
#product-sidebar .widget_text .widget-title:before {
  content: '';
  right:0px; top:50%;
  margin-top: -11px;
  position:absolute;
  pointer-events:none;
  z-index: 99;
  cursor: pointer;
  width: 33px;
  height: 23px;
  background: url(images/ico-updown.png) no-repeat center center;
  -webkit-transition: all .25s linear;
     -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
       -o-transition: all .25s linear;
          transition: all .25s linear;
  
}
#product-sidebar .widget_text .widget-title.active:before {
   transform: rotate(180deg);
}
#product-sidebar .widget_text .textwidget {
  padding: 0;
  padding-top: 5px;
  position: relative;
}

/*  **************************************************/
.product_heading  .brand-heading {
    margin-bottom: 15px;
}

.product_heading  .brand-heading > img {
    max-height: 40px !important;
    max-width: 100px !important;
}

.sp-summary-sec .short_description {
  margin-bottom: 20px;
}
.btn-area-detail-page a.button-alt {
  width: 100%;
  font-size: 18px;
  text-align: center;
  padding: 16px 15px;
  font-weight: 700;
}
.btn-area-detail-page {
  margin-bottom: 30px;
}
.desc-area-detail-page {
  padding: 14px;
  padding-bottom: 0;
  padding-top: 24px;
  border: 1px solid #ececec;
  position: relative;
  text-align: center;
}
.desc-area-detail-page:before {
  content: 'or';
  display: block;
  float: left;
  position: absolute;
  left: 50%;
  top: -14px;
  background: #fff;
  width: 78px;
  margin-left: -39px;
  height: 20px;
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
  
}
/*  **************************************************/

.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: 13px !important;
  padding-left: 35px !important;
  line-height: 20px !important;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #000;
}
.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 {
  margin-bottom: 30px;
  padding-bottom: 8px;
  text-align: center;
  border: 1px solid transparent;
}
.products.facetwp-template article:hover {
  border-color: #ccc;
}
.woocommerce ul.products li.product h3 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 4px;
  line-height: 1.2;
  position: relative;
  padding: 0 !important;
}
.woocommerce ul.products li.product p {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
.woocommerce ul.products li.product .price {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  display: none;
  margin-bottom: 20px;
}
.woocommerce ul.products li.product .button {
  display: none;
}
.facetwp-reset {
  float: right;
  margin: 20px 20px 0 !important;
  background: none;
  color: #000;
}

/* Pagination **************************************************/
.navigation-col {
  float: none;
  display: inline-block;
  vertical-align: top;
  
}
.col-xs-12.navigation-col > .woocommerce-pagination .facetwp-pager {
  float: right;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 1px solid #c2c2c2;
  margin: 0 2px;
}
.woocommerce nav.woocommerce-pagination ul li a {
  padding: 5px 7px;
  color: #000;
  font-size: 14px;
}
.col-xs-12 > .woocommerce-pagination .ms-select-desktop{
  display: none !important;
}
.col-xs-12.navigation-col > .woocommerce-pagination .ms-select-desktop {
  display: inline-block !important;
  vertical-align: top;
  
}
.woocommerce-pagination {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.woocommerce-pagination .facetwp-sort {
  float: left;
  width: 100%;
}
.woocommerce-pagination .ms-select-desktop {
  border: none;
  border-bottom: 1px solid #c2c2c2;
} 
.woocommerce-pagination .ms-select-desktop:after {
  color: #363636;
}
.woocommerce-pagination .ms-select-desktop select {
  background-color: #fff;
  padding: 0;
  font-weight: 400 !important;
  font-family: Roboto Condensed !important;
  font-size: 13px !important;
}
.woocommerce-pagination .facetwp-pager {
  float: none;
  padding-top: 3px;
}
.facetwp-pager > span.facetwp-pager-label ,
.facetwp-pager > a.facetwp-page.last-page  {
  color: #242d58;
  line-height: 30px;
  border-radius: 0px;
  padding: 0 12px;
  border: 1px solid #636988;

}
.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: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce ul.products li.product figure img {
  display: inline-block;
  vertical-align: middle;
  max-height: 150px;
  margin: 0;
  
}
.woocommerce ul.products li.product .item {
  text-align: right;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-right: 25px;
}
.woocommerce ul.products li.product a img.brand, .woocommerce div.product div.images img.brand {
  max-height: 50px;
  max-width: 180px;
  margin: 0;
  width: auto;
}
/*  **************************************************/
.search-form span.screen-reader-text{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 {
  position: relative;
  margin-bottom: 0px;
  padding-top: 22px;
 /* border-top: 1px solid #d7d7d7;*/
}
/*  **************************************************/

.woocommerce .woocommerce-breadcrumb{ float: left;  width: 100%;}
.woocommerce .woocommerce-breadcrumb a
.woocommerce .sp-detailpage-breadcrumb  .woocommerce-breadcrumb {
  width: auto;
}
.woocommerce .woocommerce-breadcrumb span.active {
    color: #002d6e;
}
.woocommerce .sp-detailpage-breadcrumb .social_icons {
  float: right;
  width: 200px;
}
.social_icons span.social-left-icon { margin: 0px 5px 5px 0px;}
.woocommerce .sp-detailpage-breadcrumb .woo-social-buttons {
  display: inline;
}
/*  **************************************************/
/* Catalogue Form  **************************************************/
.sp-catalogue-form p {
  font-size: 13px;
}
.sp-catalogue-form li {
  margin-bottom: 8px;
  position: relative;
}
.sp-catalogue-form li input[type="text"],
.sp-catalogue-form li input[type="tel"],
.sp-catalogue-form li input[type="number"],
.sp-catalogue-form li input[type="email"],
.sp-catalogue-form li textarea {
  width: 100%;
  height: 42px;
  border-color: #d2d2d2;
  color: #000;
  font-style: italic;
}
.sp-catalogue-form li textarea {
  height: 120px;
  padding-bottom: 44px;
  resize: none;
}
.sp-catalogue-form li input.button-alt {
/*  border-color: #000;
  background: #464646;
  width: 100%;
  height: 45px;
  padding: 0;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  margin-top: 5px;
  text-transform: uppercase;
  height: 45px;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 46px;
  width: 160px;*/
}
/* Catalogue Form End  **************************************************/
/*  **************************************************/
/*Logo Brand*/
.sp-summary-sec .item {
  margin-bottom: 14px;
}
/*Logo Brand End*/
.sp-summary-sec .product_heading .product_title {
  font-size: 26px;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.1;

}
.sp-summary-sec .product_heading .product_title span{
    font-weight: normal;
    font-size: 22px;
}
.sp-summary-sec .product_heading .product_title strong {
  font-weight: 400;

}
#official-colour {
  display: block;
}
.sp-pricebox {
  margin-bottom: 0px;
  display: none;
}
.sp-itemdesc {
}
.sp-itemdesc .price {
  margin-bottom: 0 ;
  float: none;
  width: 100%;
  font-weight: bold;
  font-size: 16px !important;
  color: #000 !important;
  line-height: 1;
}
.sp-pricebox .textwidget {
  font-size: 14px;
  padding-left: 0px;
  padding-top: 6px;
  color: #000;
  
}
.sp-summary-sec form.cart {
  margin-bottom: 5px !important;
}
.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: #000;
}
.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;
}

.woocommerce div.product form.cart {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
.woocommerce div.product form.cart .button,.woocommerce div.product form.cart .button-alt {
  width: 100%;
  background: #606060;
  font-weight: 700;
  padding: 20px 5px;
  font-size: 13px;
  font-family: 'PT Sans', sans-serif;
  border-radius: 0px;
  border: none;
  margin-left: 0%;
  white-space: normal;
  margin-bottom: 4px;
}
.woocommerce div.product form.cart .button-alt {
   background-color: #2f7eb7;
  color: #fff;
  text-transform: uppercase;
}
.woocommerce div.product form.cart .btn-basket {
    color: #4d4b4a;
    background: #dbd8d7;
    border: 1px solid #bfbfbf;
    width: 38%;
}
.woocommerce div.product form.cart .checkout-button {
    background: #00a651;
    border: 1px solid #00a651;
    width: 60%;
}
.woocommerce .delivery-message {    
    text-align: center;
    color: #666;
    font-size: 15px;
    line-height: 28px;
    margin-top: 4px;
}
.woocommerce .delivery-message .textwidget {
  font-size: 0;
}
.woocommerce .delivery-message .textwidget .sp-msg {
  display: inline-block;
  margin-top: 20px;
  vertical-align: top;
  width: 50%;
  font-size: 13px;
  padding-left: 40px;
  margin-bottom: 5px;
  line-height: 16px;
  text-align: left;
  background: url(images/ico-cart-del.png) no-repeat left center;
}
.woocommerce .delivery-message .textwidget .sp-msg.note-case{
  background-image: url(images/ico-lens-del.png) ;
}
.woocommerce .description-inner {
    background: #fff;
    font-size: 0;
}
.woocommerce .description-inner .left-content {
    padding-left: 0px;
    display: inline-block;
    vertical-align: top;
    width: 55%;
    font-size: 14px;
    text-align: left;
}
.woocommerce .description-inner h2 {
    font-size: 18px;
    font-weight: 400;
    color: #020202;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 25px;
}
.woocommerce .description-inner h2 strong{
    font-weight: 400;

}
.woocommerce .description-inner .right-content {
    display: inline-block;
    vertical-align: top;
    padding-left: 90px;
    width: 45%;
    font-size: 14px;
}
.woocommerce .description-inner .right-content ul li {
    padding-bottom: 0px;
    width: 100%;
    font-size: 13px;
}
.woocommerce .description-inner .right-content ul li strong {
  display: inline-block;
  vertical-align: top;
  width: 140px;
}
form.cart {
  margin-bottom: 0px !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: 380px;
  text-align: center;
}
.sp-images-sec.images .woocommerce-main-image.woocommerce-contactlens-image {
  line-height: 0;
}
.woocommerce div.product .product_title {
  font-weight: 700;
  text-align: center;
  font-family: 'Cinzel', serif !important;
}
.sp-images-sec.images .woocommerce-main-image img {
  display: inline-block !important;
  vertical-align: middle;
  width: auto !important;
  max-height: 381px;
  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;
  margin-bottom: 0px !important;
}
.lens-detail {
    padding-top: 32px;
}
.lens-detail p {
  font-size: 18px;
  color: #000;
}
.sp-images-sec .prod-code {
  position: absolute;
  right: 0;
  top: -10px;
  display: none !important;
  vertical-align: top;
}
.sp-product-list {

  border-top: 1px solid #ccc !important;
  padding-top: 8px;
  float: left;
  width: 100%;
  margin-bottom: 5px !important;
}
.sp-product-list li {
  margin-bottom: 8px;
  padding-bottom: 4px;
  float: left;
  width: 100%;
  list-style-type: none;
  border-bottom: 1px solid #ccc;
}
.sp-product-list li label.label {
  width: 85px;
  font-size: 14px;
  color: #000;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding: 12px 0 0 0 !important;
  margin-bottom: 0 !important;
}

.sp-product-list li label.ms-select {
  margin-right: 0;
  float: right;
  border: none;
  max-width: none;
  width: auto;
}
.sp-product-list li label.ms-select:before {
  background: #fff;
}
.sp-product-list li label.ms-select:after {
  color: #fff;
  text-shadow: -2px 0 0 #666;
}
.sp-product-list li label.ms-select select {
  padding-right: 40px;
  max-width: 150px !important;
  color: #666;
  text-transform: none;
  background: #fff;
  margin-bottom: 0 !important;
}
.bottom-form-section .sp-seprator {
  overflow: hidden;
  text-transform: uppercase;
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
}
.bottom-form-section .sp-seprator span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.bottom-form-section {
  margin-bottom: 25px;
  padding-top: 10px;
}
.bottom-form-section .sp-seprator span:before,
.bottom-form-section .sp-seprator span:after {
  position: absolute;
  content: '';
  width: 99999em;
  display: block;
  height: 1px;
  left: 100%;
  margin-left: 20px;
  top: 50%;
  background: #ccc;
}
.bottom-form-section .sp-seprator span:after {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 20px;
}
.bottom-form-section a {
  text-decoration: underline;
  font-size: 13px;
}
/* Add to Cart buttons **************************************************/
#cart_message_single {
  padding: 15px;
  border: 2px solid #00a651;
  background: #f4faf4;
  margin-top: 3px;
}
#cart_message_single .added {
  display: block;
  font-weight: 700;
  color: #00a651;
  margin-bottom: 12px;
  padding-left: 40px;
  line-height: 24px;
  background: url(images/bg-checkbox.png) no-repeat 0 0;
}
/* product related slider **************************************************/
.sp-related-products {
  margin-bottom: 70px;
}
.sp-related-products header,.description-inner header {
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}
.description-inner header {
  margin-bottom: 35px;
}
.sp-related-products h1,.description-inner h1 {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #000;
  margin-left: 56px;
  position: relative;
}
.sp-related-products h1:before ,
.sp-related-products h1:after,.description-inner h1:before ,
.description-inner h1:after {
  content: '';
  width: 9999em;
  position: absolute;
  left: 100%;
  height: 1px;
  background: #000;
  margin-left: 15px;
  top: 50%;
  
}
.sp-related-products h1:after,.description-inner h1:after {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 15px;
}
.sp-product-thumbnails {
  position: relative;
}
.sp-product-thumbnails .sp-thumbs {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
.sp-product-thumbnails .owl-item  .sp-thumbs {
  width: 100%;
}
.sp-product-thumbnails .sp-thumbs a {
  display: block;
  height: 140px;
  line-height: 140px;
  overflow: hidden;
  text-align: center;
}
.sp-product-thumbnails .sp-thumbs a.thumb-text {
    height: auto;
    line-height: 20px;
}
.sp-product-thumbnails .sp-thumbs span {
  display: block;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}
.sp-product-thumbnails .sp-thumbs a img {
  max-height: 140px !important;
  width: auto !important ;
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
}
.sp-product-thumbnails .owl-nav {
  position: absolute;
  left: 50%;
  width: 160px;
  margin-left: -80px;
  bottom: 5px;
}
.sp-product-thumbnails .owl-nav .owl-prev ,
.sp-product-thumbnails .owl-nav .owl-next {
  font-size: 56px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  float: left;
  text-shadow: -2px 0 0 #666;
  line-height: 20px;
  font-family: "lucida console", monospace;
}

.sp-product-thumbnails .owl-nav .owl-next {
  text-shadow: 2px 0 0 #666;
  float: right;
}
.sp-product-thumbnails .owl-dots {
  margin-top: 70px;
}
.sp-product-thumbnails .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #002d6e;
  cursor: pointer;
  border: 1px solid #d0d0d0;
  margin: 0 2px;
  position: relative;
  z-index: 99;
  
}
.sp-product-thumbnails .owl-dots .owl-dot.active {
  background: #000;
  border-color: #000;
}
/* Tab Wrapper **************************************************/
/* About Us **************************************************/
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 0px;
  border-radius: 0;
  color: #000;
  /*border: 1px solid #ccc;*/
  box-shadow: none;
}
.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: 18px;
  text-align: right;
  padding: 0;
  //display: none;/*For Catalogue Site*/
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0 15px;
  margin: 0;
  border: none;
  background: none;
  float: left;
  border-radius: 0;
  border-left: 1px solid #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
  border: none;
  padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 16px;
  font-weight: 400;
  color: #383736;
  padding: 0;
  line-height: 16px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'PT Sans', serif;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #000;
}
.cart_success_single { display: none; }

/* TAbs Conent SEction product detail **************************************************/
.sp-products-points .row {
  margin: 0 -25px;
}
.sp-products-points .row .col-md-4 {
  padding: 0 25px;
}
.sp-sidebar-product {
  background: #f8f8f8;
  padding: 30px;
  padding-bottom: 18px;
  margin-top: 30px;
}
.sp-sidebar-product .company-offers {
  padding-left: 62px;
  padding-top: 5px;
  margin-bottom: 0px;
}
.sp-sidebar-product .company-offers:first-child {
  margin-bottom: 50px;
  padding-top: 10px;
}
.sp-sidebar-product .company-offers figure {
  line-height: 1;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}
.sp-sidebar-product .company-offers h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}
.sp-sidebar-product .company-offers p {
  color: #666;
}
/*  **************************************************/
.company-offers {
  margin-bottom: 30px;
  position: relative;
}
.company-offers figure {
  line-height: 80px;
}
.company-offers figure img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.company-offers h2 {
  line-height: 1;
  font-size: 14px;
  color: #000;
  font-weight: 700;
   font-family: 'Roboto Condensed', sans-serif;
  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;
 }
 #sp-precription {
  padding-top: 30px;
 }
  #sp-precription h3 {
    font-style: normal;
    color: #9e9e9e;
    font-size: 28px;
    margin-bottom: 20px;
  }
 #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; 
  width: 7px;
  height: 7px;
  margin-left: -5px;
  margin-top: -6px;
  line-height: 1;
  font-size: 12px;
}
 #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;
}
.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: '';
  background: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  top: 23px;
  right: 12px;
  border-color: transparent transparent transparent #ccc;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.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;
}

.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: #002d6e;
  margin-left: 4px;
}
/* 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-custom-price-totals {
  font-size: 0;
}
.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: #000 !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: #666 ;
}

/*  **************************************************/
/* 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: #f7f4f3 !important;
  text-align: center !important;
  font-size: 14px !important;
  background: #00a651 !important;
  font-weight: 600 !important;
  line-height: 48px !important;
  text-transform: uppercase;
}
.woocommerce  .checkout-button.button .glyphicon,p.order-again a.button  .glyphicon {
  margin-right: 15px;
}

/*  **************************************************/
.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 10px;
}
/* Heading Styling **************************************************/
.lg-shop-cart tr th {
  border-bottom: 1px solid #ccc;
  border-top: none;
  padding-top: 8px;
  padding-bottom: 4px;
  font-weight: normal !important;
  color: #000;
}

.lg-shop-cart tr td.product-options {
  width: 380px;
}
.lg-shop-cart tr td.product-thumbnail {
  width: 280px;
}
/*  **************************************************/
.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;
  padding: 6px;
}
.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: 240px;
}
.lg-shop-cart .product-name h3 {
  font-size: 20px;
  margin-bottom: 4px;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
}
.lg-shop-cart .product-name h3 a {
  color: #000;

}
.lg-shop-cart .product-name span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  color: #000;
  margin-bottom: 4px;
}
/* Variations **************************************************/
.variation {
  font-size: 0;
}
.variation p {
  margin-bottom: 4px;
  font-size: 14px;
  color: #666;
}
.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 td.product-name dl.variation dt {
  display: none;
}
.woocommerce td.product-name dl.variation dd {
  width: 100%;
  font-size: 12px;
  color: #666;
}

.woocommerce .product-remove a.remove {
  color: #c8c8c8 !important;
  border: 1px solid #c8c8c8;
  font-size: 14px;
  border-radius: 0;
  padding: 4px 4px;
  width: auto !important;
  height: auto !important;
  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;
}
.lg-shop-cart tr.cart_item td.total-frieght {
  font-weight: bold;
  font-size: 18px;
  color: #8c8a8a;
}
.coupen-voucher {
  margin-bottom: 30px;
  padding-bottom: 14px;
  padding-top: 16px;
  border-bottom: 1px solid #ccc;
}
.coupen-voucher input[type="text"] {
  height: 35px;
}
.coupen-voucher h5 {
  font-size: 18px;
  color: #7a7a7a;
  font-weight: normal;
  margin: 0;
}
.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;
  font-family: 'Roboto Condensed', sans-serif;
}
.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 **************************************************/
.delivery-msg {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 35px;
  padding-left: 48px;
  background: url(images/ico-rocket.png) no-repeat 0 0;
  line-height: 34px;
}
.wc-proceed-to-checkout {
  padding: 10px 22px 20px 22px!important;
  background: #f1f1f1;
}
.woocommerce .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0 !important;
  width: 100% !important;
}
.delivery-msg .note-case  {
  display: none;
}
.with-tax span small.tax_label { display: none;}
.sp-carttotals-wrapp {
}
.sp-carttotals-wrapp-inner {
  background: #fff;
  padding: 10px 22px;
  font-size: 13px;
}
.sp-carttotals-wrapp-inner .lg-total-amount  {
  text-align: left;
  width: 100%;
  line-height: 15px;
  font-size: 14px;
  margin-bottom: 15px;
  color: #666;
}
.sp-carttotals-wrapp-inner .cart-discount, .sp-carttotals-wrapp-inner .cart-discount span {
    color: #bb0000;
} 
.sp-carttotals-wrapp-inner .lg-total-amount:first-child {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.sp-carttotals-wrapp-inner .lg-total-amount >  span {
  float: right;
  color: #000;
  font-size: 13px;
}
.sp-carttotals-wrapp-inner .lg-total-amount:first-child >  span {
  font-size: 16px;

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

}
.order-total.lg-total-amount {
  font-weight: 400;
  font-size: 23px;
  color: #241f20;
  text-align: left;
  background: #f2f2f2;
  padding: 30px 25px 15px 25px;
  line-height: 24px;
  margin-bottom: 0px;
}
.order-total.lg-total-amount .includes_tax {
    display: none;
}
.cart-discount, .cart-discount a {
    color: #c71010;
}
.order-total.lg-total-amount >  span {
  font-size: 23px;
  font-weight: normal;
  float: right;
  color: #241f20;
}
.order-total.lg-total-amount >  span strong {
  font-weight: normal;
}
.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: 320px;
}
/*Cart bottom*/
.sp-benefits-box {
  margin-bottom: 25px;
  padding: 0 10px;
  padding-top: 10px;
}
.sp-benefits-box figure {
  line-height: 45px;
}
.sp-benefits-box figure img {
  width: auto;
  display: inline-block;
  vertical-align: top;
  
}
.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;
  padding: 10px !important;
 }
 .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-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;
   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;
  font-family: 'Roboto Condensed', sans-serif;
}
/*  **************************************************/
.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; }
.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 #cccccc;
    padding: 30px;
    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;
    font-family: 'Roboto Condensed', sans-serif;
}
.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;
  font-family: 'Roboto Condensed', sans-serif;
}
.table-responsive-custom {
  margin-bottom: 25px;
  box-shadow: 0 1px 0 #000;
}
.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 {
  width: 220px;
}
.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 h3 {
  font-size: 18px;
  font-weight: 400;
}
#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: 600;
  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;
    font-weight: 600;
    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: #fff;
  border-radius: 0px;
  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 {
	border: 1px solid #c1c1c1;
    margin-bottom: 50px;
}	
.sp-sidebar-sec ul li a {
display: block;
font-size: 15px;
color: #23394b;
font-weight: 400;
padding: 18px 20px 18px 25px;
line-height: 1.3;
border-top: 1px solid #c1c1c1;
transition: all .25s linear;
font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase;
}

.sp-sidebar-sec > ul > li:first-child > a {
border: none;
}
.sp-sidebar-sec ul li a:hover,
.sp-sidebar-sec ul li.current_page_item > a  {
	background: #f1f2f3;
    font-weight: bold;
}
.sp-sidebar-sec .sidebar-appointment li {
	position: relative;
}	
.sp-sidebar-sec .sidebar-appointment .sbcaption {
	position: absolute;
    bottom: 25px;
	width: 100%;
	margin: 0;
}	
.sp-sidebar-sec .sidebar-appointment .sbcaption h4{
	width: 100%;
    line-height: 1.2;
	margin-bottom: 15px;
}	
.sp-sidebar-sec .sidebar-appointment .sbcaption a{
	border: none;
    width: 250px;
    line-height: 50px;
    background: #0090a4;
    display: inline-block;
    padding: 0;
    font-size: 23px;
    font-weight: bold;
	border: 1px solid #0090a4;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}		
.sp-sidebar-sec .sbcaption a:hover{
	background: #ffffff;
    color: #0090a4;
}	
.sp-inner-pages article {
  padding-top: 8px;
}
.sp-inner-pages article .entry-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 6px;
}
.sp-inner-pages article h2,
.sp-inner-pages article h3,
.sp-inner-pages article h4,
.sp-inner-pages article h5,
.sp-inner-pages article h6 {
  text-transform: none;
  font-weight: 600;
}
.sp-inner-pages article p strong {
  color: #666;
}
.sp-inner-pages article.page {
  padding-left: 65px;
}

/* Mobile Css **************************************************/
.sp-header-row { 
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fc7a1e+0,fc531a+100 */
  border-bottom: 1px solid rgba(0,0,0,0.2);
  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 rgba(0,0,0,0.2);

}
.sp-navbar-toggle .icon-bar {
    border-bottom: 2px solid #008198;
    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;
  color: #0090a4;
  border-left: 1px solid rgba(0,0,0,0.2);
}
.sp-logo-mobile {
  margin: 0px 68px;
  line-height: 60px;
  padding: 0px 10px;
}
.sp-logo-mobile img {
  display: inline-block;
  vertical-align: middle;
}
.sp-header-mobile .navbar-collapse {
  background: #0090a4;
}
.sp-header-mobile .navbar-collapse {
  border: none;
  padding: 0;
  border-top: 1px solid rgba(0,0,0,0.2);
}
.sp-header-mobile  .navbar-nav {
  padding: 0;
  border: none;
  margin: 0;
}
.sp-header-mobile + .main {
  padding-top: 10px;
}
.sp-button-panel {
  border-top: 1px solid #ed511b;
  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%;
  background: #2c2c2c;
  border-right: 1px solid #5c5b5b;
}
.sp-button-panel a.button-alt {
  width: 60%;
  border-left: 1px solid #2c2c2c;
  background: #0036aa;
}
.sp-header-mobile  .navbar-nav li { 
  border-top: 1px solid rgba(255,255,255,0.2);
  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: #fff;
  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;
}
.js-btn-down {
  display: none;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px;
  width: 44px;
  text-align: center;
  line-height: 46px;
  border-left: 1px solid rgba(255,255,255,0.2);
}
.js-btn-down .fa {
  -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 .fa {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sp-header-mobile  .navbar-nav ul {
  background: none;
  display: none;
}
.sp-header-mobile  .navbar-nav ul li a {
  color: #fff;
  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: #00879d;
  color: #fff;
}
.btn-toggle-mobile.btn-ico-phone:hover,
.btn-toggle-mobile.btn-ico-phone.active {
 background: #0090a4;
}
.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: #0090a4;
}
.mobile-header-buttons a {
    width: 45%;
    display: inline-block;
    float: left;
    background: #595959;
    color: #fff;
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 12px;
	text-align: center;
}
.mobile-header-buttons a:last-child {
    background: #0090a4;
    width: 55%;
}
/* Blog listing **************************************************/
.sp-post-listing {
  padding: 20px;
  margin-bottom: 30px;
  background: #f7f7f7;
}
.sp-post-listing a.post-thumbnail {
  float: left;
  width: 220px;
}
.sp-post-listing a.post-thumbnail img {
  width: 100%;
  height: auto;
}
.sp-post-listing a.post-thumbnail + .entry-content {
  margin-left: 250px;
}
.sp-post-listing .entry-content h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 12px;
}
.category-blog .post-thumbnail {
  margin-bottom: 30px;
}
/* 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 {
  color: #333;
  font-size: 26px;
}
.sp-mobile-panel .ms-select:before{
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  right: 33px;
  top: 0;
  background: #dcdcdc;
}
.btn-filter-sidebar {
  width: 31px;
  height: 31px;
  line-height: 30px;
  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;
}
/*  **************************************************/

.page-template-template-shop .entry-header, .page-template-template-lenses .entry-header, .mg-brand-wrapper-category { 
    display:none !important;
}
.woocommerce div.product div.images div.brand-heading img {
    width: auto;
    margin-bottom: 10px;
}
/* Our brand all css **************************************************/
.our-brands-sec {
    margin-bottom: 20px;
    font-size: 0;
}
.our-brands-sec .col-md-4 {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.our-brands-sec article {
    margin-bottom: 25px;
    border: 1px solid #c7c7c7;
}
.op-logo-box {
    text-align: center;
    height: 75px;
    line-height: 75px;
    border-bottom: 1px solid #c7c7c7;
}
.op-logo-box img {
    display: inline-block;
    vertical-align: middle;
    max-height: 60px;
  max-width: 150px;
}
.our-brands-sec article figure {
    padding: 15px;
}
.our-brands-sec article .descarea {
    padding: 0 15px;
    padding-bottom: 15px;
    min-height: 210px;
  font-size: 14px;
}
.our-brands-sec article .descarea p {
    margin-bottom: 0;
    font-size: 13px;
}
.opti-appoin-msg span {
    text-decoration: underline;
}
.opti-appoin-msg {
    max-width: 1005px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 7px;
    color: #666;
    margin-bottom: 30px;
}
.opti-appoin-msg ul{   
    margin-left: 15px;
}
.opti-appoin-msg ul li{   
    list-style: disc outside none;
}
/*.offers-section .sbcaption h2{
  margin-top: 0px !important;
  line-height: 1.3;
}
.offers-section .sbcaption h2 a{
  font-size: 35px;
  display: inline-block;
  margin: 0;
  color: #000;
}*/
@media (max-width:480px ) {
 .our-brands-sec .col-md-4 {
    width: 100%;
 } 
 
}
.sp-summary-sec .product_heading h1.product_title span, .sp-summary-sec .product_heading h1.product_title strong {
    font-size: 15px !important;
}

.owl-carousel .owl-stage {
    margin: auto;
}

/*changes*/
.entry-footer .posted-on .updated{
  display:  none !important;
}
.entry-footer .posted-on {
  display: block !important;
}

.ww-prod-description-right .ww-prod-size-detail{
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
    padding: 20px;
}
div#n2-ss-2 .n2-ss-layer .n2-font-191ee26a1d6229741ee5d89091444461-hover , #n2-ss-2item13{
  border-bottom: 0px !important;
}

.glass-miss-out-banner{
  position: relative;
  overflow: hidden;
  
}
 .n2-font-f9248932a45b080007cb12385e694978-hover{
  letter-spacing: 3px !important;
  position: relative;
}
.miss-out h2:after, .miss-out h2:before {
   content: '';
    width: 70px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 17%;
    top: 50%;
    margin-left: 0px;
}
.miss-out h2:before {
    margin-left: 0;
    margin-right: 0px;
    left: auto;
    right: 96px;
}
.get-second{
  position: absolute !important;
top: -2px !important;
font-size: 15px !important;
}
.price{
margin-left:19px !important;
}
@media (max-width:1150px ) {
  .miss-out h2:after, .miss-out h2:before {
   
    left: 9%;
    }
.miss-out h2:before {
   
    margin-right: 47px;
    left: auto;
    right: 0%;
}
}
@media (max-width:1025px ) {
  .miss-out h2:after, .miss-out h2:before {
   
  display: none !important;
    }
.miss-out h2:before {
   
    display: none !important;
}
}
@media (max-width:480px ) {
  .get-second{
font-size: 11px !important;
}
/*.offers-section .sbcaption h2 a {
  font-size: 25px;
  margin-top: 20px;
 }*/
}