/*
Theme Name: Just4Specs
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the opticommerce team
Author URI: http://opticommerce.co.uk/
Description: Its our standard theme we use for glasses websites
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: just4specs
*/
@import url(https://fonts.googleapis.com/css?family=Oswald:300,500,600,400,700|PT+Sans:400,400i,700,700i);
* {
  padding: 0;
  margin: 0;
}
body,
html {
  overflow-x: hidden;
}
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
img,
table {
  max-width: 100%;
}
.company-offers ul li,
.js-lens-type-div .tm-description ul,
.js-right-content ul li,
.nonlist li,
.shipping-section li,
.sp-access-shop ul,
.sp-access-shop ul li,
.woocommerce #reviews #comments ol.commentlist li {
  list-style-type: none;
}
.company-offers p a {
  text-decoration: underline;
}
body {
  color: #666;
  font-size: 14px;
  background: #fff;
  font-family: 'PT Sans', sans-serif;
}
::selection {
  background: #e7008b;
  color: #fff;
}
::-moz-selection {
  background: #e7008b;
  color: #fff;
}
a {
  color: #000;
}
a:hover {
  outline: 0;
  color: #7ca53d;
}
.no-hover a:active,
.no-hover a:focus,
.no-hover a:hover {
  color: #111;
  cursor: text;
}
a:active,
a:focus {
  outline: 0;
  color: #7ca53d;
}
.js-ourstory .button-alt,
.js-top-header ul > li > a:hover {
  text-decoration: underline;
}
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;
}
.button,
.button-alt,
.button-find,
.button-login,
.js-bottom-panel .add_to_cart_button.button,
.navbar-nav > li > a {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-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;
  font-weight: 400;
  color: #313638;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}
h1 {
  font-size: 34px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin: 0 0 20px;
}
ol,
ul {
  float: none;
  padding-left: 15px;
  margin-left: 15px;
}
ol,
p,
ul {
  margin-bottom: 15px;
}
dl dd,
ol ol,
ul ul {
  margin-left: 20px;
}
p {
  line-height: 1.5;
}
li {
  list-style: disc;
  line-height: 23px;
}
ul li li {
  list-style: circle;
}
ol,
ol li {
  list-style: decimal;
}
ol ol,
ul ul {
  margin-top: 10px;
}
ol li {
  width: 100%;
}
ol li li {
  list-style: upper-roman;
}
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 20px;
}
th {
  text-align: left;
}
table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > td,
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > td,
table > thead:first-child > tr:first-child > th {
  border-bottom: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
p ins {
  color: #999;
}
address {
  font-style: italic;
}
.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}
.alignright {
  float: right;
  margin: 0 0 25px 25px;
}
.left {
  float: left;
}
.right {
  float: right;
}
img {
  height: auto;
}
.uneditable-input,
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
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'],
select,
textarea {
  display: inline-block;
  height: 45px;
  background-color: #fff;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 20px;
  color: #2f353e;
  border: 1px solid #d7d7d7;
  vertical-align: middle;
  max-width: 100%;
  font-family: 'PT Sans', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
textarea:focus {
  border-color: #e7008b;
}
select {
  height: 35px;
}
figure img {
  width: 100%;
  height: auto;
}
.button,
.button-alt,
.button-find,
.button-login,
.js-bottom-panel .add_to_cart_button.button {
  padding: 16px 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  background: #5aa9c8;
  font-size: 14px;
  border-radius: 0;
  border: none;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  transition: all 0.15s linear;
}
.button-alt {
  background: #7ca53d;
}
.button-find:hover,
.button:hover {
  color: #fff;
  background: #7ca53d;
}
.button-alt:hover {
  color: #fff;
  background: #333;
}
.button-login:hover {
  color: #fff;
}
.nonlist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.inline-item {
  font-size: 0;
}
.inline-item > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.button-plus {
  color: #7ca53d;
  font-size: 14px;
  text-transform: uppercase;
}
.button-plus i {
  margin-right: 8px;
}
#main {
  padding-top: 30px;
  padding-bottom: 30px;
}
.lg-custom-drop select,
.ms-select select {
  padding: 5px 0 5px 10px;
  height: 38px;
  margin: 0 !important;
  border: none !important;
  background: #fff;
  color: #666;
  font-weight: 400 !important;
  outline: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .lg-custom-drop select,
  .ms-select select {
    padding-right: 18px;
  }
}
.lg-custom-drop,
.ms-select {
  position: relative;
  border: 1px solid #c6c6c6;
  padding: 0 !important;
  display: inline-block !important;
  width: 100%;
}
.lg-custom-drop:after,
.ms-select:after {
  font-family: fontAwesome;
  content: '\f0dd';
  color: #5aa9c8;
  font-size: 22px;
  top: auto;
  right: 2px;
  margin: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  z-index: 99;
  cursor: pointer;
  line-height: 0.8;
}
.js-ourstory .button-alt,
.js-top-banner-menu li a {
  font-family: Oswald, sans-serif;
}
.lg-custom-drop:before,
.ms-select:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 100%;
  right: 0;
  display: block;
  top: 0;
  background: #fff;
  z-index: 90;
  pointer-events: none;
  cursor: pointer;
}
.js-left-header strong,
.js-top-header .menu-header-left-menu-container,
.js-top-header .menu-header-right-menu-container,
.js-top-header ul.js-myaccount,
.js-top-header ul > li:before {
  display: inline-block;
  vertical-align: top;
}
.js-top-header {
  background: #f3f3f3;
  margin-bottom: 22px;
  padding: 10px 0;
  font-size: 13px;
  line-height: 16px;
}
.js-left-header {
  font-size: 0;
}
.js-left-header strong {
  color: #333;
  font-size: 13px;
}
.js-top-header ul > li {
  font-size: 13px;
  line-height: 16px;
  padding-left: 12px;
  margin-left: 12px;
  position: relative;
}
.js-top-header ul > li > a {
  color: #666;
}
.menu-header-right-menu-container > ul > li:last-child > a {
  font-size: 14px;
  font-weight: 700;
  color: #5aa9c8;
}
.js-top-header ul > li:before {
  content: '';
  width: 1px;
  height: 12px;
  background: #d3d6d8;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.js-top-header ul ul li:before {
  display: none;
}
.js-top-header ul.sub-menu > li > a:hover {
  background-color: #1f89ce;
  color: #fff !important;
  text-decoration: none;
}
.js-top-header ul.js-myaccount > li {
  margin-left: 0;
  padding-left: 0;
  position: relative;
}
.js-top-header ul.js-myaccount > li:before {
  display: none;
}
.js-top-header ul.js-myaccount > li > a {
  color: #5aa9c8;
}
.js-top-header ul li ul {
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 150px;
  z-index: 9999;
}
.js-top-header ul li:hover > ul {
  display: block;
}
.js-top-header ul li ul li {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.js-top-header ul li ul li a {
  display: block;
  font-weight: 400;
  line-height: 15px;
  padding: 5px 10px;
  text-align: left;
  width: 100%;
  border-top: 1px solid #ccc;
  color: #000;
}
.js-top-header ul li ul li a:after,
.js-top-header ul.js-myaccount li ul li:before {
  display: none;
}
.logo {
  margin-bottom: 25px;
}
.main-navigation-wrapper {
  padding-top: 18px;
}
.sp-outer-menu {
  margin-bottom: 0;
}
.navbar-nav {
  position: relative;
  font-size: 0;
  width: 100%;
}
.navbar-nav li {
  list-style: none;
  position: relative;
}
.navbar-nav > li {
  margin: 0 7px;
  display: inline-block;
  vertical-align: top;
  float: none;
}
#mega-menu-item-40655 > a.mega-menu-link {
  display: none !important;
}
.sp-header-mobile #mega-menu-item-40655 > a.mega-menu-link {
  display: block !important;
}
#mega-menu-max_mega_menu_1 > li > ul > li.mega-menu-columns-4-of-4 {
  margin-bottom: 0px !important;
}
#mega-menu-max_mega_menu_1 > li > ul > li.mega-menu-columns-4-of-4 > ul,
#mega-menu-max_mega_menu_1 > li > ul > li.mega-menu-columns-2-of-4 > ul {
  font-size: 0;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
#mega-menu-max_mega_menu_1 > li > ul > li.mega-menu-columns-2-of-4 > ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
#mega-menu-max_mega_menu_1 > li > ul > li.mega-menu-columns-4-of-4 > ul > li,
#mega-menu-max_mega_menu_1 > li > ul > li.mega-menu-columns-2-of-4 > ul > li {
  width: 100% !important;
  display: inline-block !important;
  vertical-align: top !important;
  float: none !important;
  font-size: 14px !important;
}
#mega-menu-max_mega_menu_1 > li > ul > li.mega-menu-columns-2-of-4 > ul > li {
  width: 100% !important;
}
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-current-menu-item
  ~ li.mega-current-menu-item
  > a,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-current-menu-ancestor
  ~ li.mega-current-menu-item
  > a {
  color: #333 !important;
}
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-current-menu-item
  ~ li.mega-current-menu-item:hover
  > a,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-current-menu-ancestor
  ~ li.mega-current-menu-item:hover
  > a {
  color: #57a7c8 !important;
}
.navbar-nav > li:first-child {
  margin-left: 0;
}
.navbar-nav > li > a {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  padding: 4px 10px;
  line-height: 18px;
  font-weight: 700;
  position: relative;
  transition: all 0.15s linear;
}
.navbar-nav > li.current-menu-item a,
.navbar-nav > li:hover > a {
  background: 0 0;
  color: #e7008b;
}

.navbar-nav > li:hover > a,
#mega-menu-max_mega_menu_1 > li:nth-last-child(2) > a {
  color: #57a7c8 !important;
}
.navbar-nav ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  background: #fff;
  z-index: 9999;
  display: none;
  border: 1px solid #ccc;
  border-top: none;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.navbar-nav > li:hover > ul {
  display: block;
}
.navbar-nav ul li a {
  padding: 8px 12px;
  font-size: 14px;
  display: block;
  border-top: 1px solid #ccc;
  text-align: left;
}
.navbar-nav ul li:hover > a,
.navbar-nav ul.sub-menu li.current-menu-item a {
  background-color: #1f89ce;
  color: #fff;
}
.navbar-nav ul ul {
  top: 0;
  left: 100%;
  position: relative;
  z-index: 999;
}
.js-cart {
  position: relative;
  font-size: 20px;
}
.js-cart span {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 10px;
  bottom: -8px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 16px;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  background: #ed1a60;
  font-size: 12px;
}
.search_form,
.search_form label {
  display: none;
}
.js-product-panel {
  padding-top: 15px;
}
.js-product-panel li {
  position: relative;
  margin: 0 8px;
  font-size: 18px;
}

/*  **************************************************/
a.js-cart-tryhome span,
a.js-cart-itmes span {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 10px;
  bottom: -8px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 16px;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  background: #ed1a60;
  font-size: 12px;
}
#tryon_hover_html {
  position: absolute;
  right: -45px;
  top: 40px;
  width: 295px;
  z-index: 99;
  background: #f3f3f3;
  border: 1px solid #a1a1a1;
  padding: 10px 35px;
  text-align: center;
  font-size: 0;
  display: none;
}
#tryon_hover_html .button {
  width: 100%;
  max-width: 160px;
  height: 33px;
  line-height: 33px;
  padding: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  background: #7ca53d !important;
  color: #fff !important;
  border-radius: 0;
}
#tryon_hover_html .button:hover {
  background: #e7008b !important;
}
#tryon_hover_html h3 {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: 1px solid #666;
}
#tryon_hover_html .tryon-products {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
#tryon_hover_html .tryon-products .js-home-product {
  padding: 0 5px 8px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.js-home-product .js-prodescarea {
  background: #fff;
  border: 1px solid #b7b7b7;
  /* margin-bottom: 8px; */
  margin-bottom: 0;
  height: 100%;
}
.js-home-product .js-prodescarea figure {
  height: 50px;
  line-height: 50px;
}
.js-home-product .js-prodescarea figure img {
  max-height: 45px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
}
.js-home-product .js-prodescarea h4 {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 12px 0;
  font-family: 'PT Sans', sans-serif;
  padding: 0 10px;
}
.js-home-product .js-prodescarea .js-circle {
  height: 28px;
  width: 28px;
  border: 1px solid #93b55f;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 26px;
  color: #93b55f;
}
/*  **************************************************/

.search_form {
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px 5px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 202px;
  z-index: 99;
}
.search_form input[type='search'] {
  background: 0 0;
  border: none;
  color: #000;
  float: left;
  font-weight: 400;
  height: 28px;
  padding: 0 8px;
  font-size: 12px;
  transition: all 0.25s linear 0s;
  width: 130px;
}
.js-ourstory .button-alt,
.js-ourstory span:after {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
.search_form [type='submit'] {
  border: none;
  float: left;
  height: 28px;
  width: 60px;
  text-transform: uppercase;
  background: #5aa9c8;
  color: #fff;
}
.js-top-banner-menu {
  background: #5aa8c7;
  padding: 14px 0;
}
.js-top-banner-menu li {
  position: relative;
  padding: 0 30px;
}
.js-top-banner-menu li:before {
  content: '';
  width: 1px;
  display: inline-block;
  vertical-align: top;
  height: 20px;
  background: #90c5da;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.js-top-banner-menu li:first-child:before {
  display: none;
}
.js-top-banner-menu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}
.js-top-banner-menu li a:hover {
  color: #fafafa;
  text-decoration: underline;
}
.js-top-banner-menu li a i {
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.js-top-banner-menu li a i.fa-gbp {
  font-size: 14px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  line-height: 18px;
  border-radius: 100%;
  vertical-align: top;
  margin-top: 2px;
  text-align: center;
}
.bg-gray {
  background: rgba(242, 242, 242, 0.82);
}
.js-ourstory {
  background: #e9e9e9;
  overflow: hidden;
  margin-bottom: 30px;
}
.js-ourstory p {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  color: #5aa9c8;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 22px;
  padding: 10px 35px 10px 0;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}
.js-ourstory p em {
  color: #336072;
}
.js-ourstory .button-alt {
  font-weight: 400;
  position: relative;
  z-index: 9;
  background: #7ca53d;
  transition: all 0.1s linear;
}
.js-offers-home h4,
.js-prodescarea h3,
.js-right-content h2 {
  font-family: 'PT Sans', sans-serif;
}
.js-ourstory span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.js-ourstory span:after,
.js-ourstory span:before {
  position: absolute;
  background: #7ca53d;
  content: '';
}
.js-ourstory span:after {
  height: 100%;
  width: 9999em;
  left: 0;
  top: 0;
  z-index: 5;
  transition: all 0.1s linear;
}
.js-ourstory span:before {
  width: 20px;
  height: 100px;
  left: -20px;
  display: inline-block;
  vertical-align: top;
  transform: rotate(22deg);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.js-ourstory span:hover .button-alt,
.js-ourstory span:hover:after,
.js-ourstory span:hover:before {
  background: #5aa9c8;
}
.js-brandlogo {
  margin-bottom: 30px;
}
.js-brandlogo .item {
  line-height: 100px;
  text-align: center;
}
.js-brandlogo .item img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  max-height: 40px;
  opacity: 0.6;
  -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;
}
.js-brandlogo .item img:hover {
  opacity: 1;
}
.js-featured-item {
  margin-bottom: 100px;
  padding-bottom: 50px;
  position: relative;
}
.js-featured-item:after {
  content: '';
  width: 100%;
  height: 6px;
  background: #d7d7d7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 790px;
  border-radius: 100%;
}
.js-featured-item article {
  margin-bottom: 20px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.js-featured-item article:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}
.js-featured-item article .js-descarea,
.js-featured-item ul.swifty_imgwidget_ul li:last-child {
  line-height: 90px;
  background: #fff;
}
.js-featured-item ul.swifty_imgwidget_ul li {
  width: 100%;
}
.js-featured-item article .js-descarea img,
.js-featured-item ul.swifty_imgwidget_ul li:last-child img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  max-width: 125px;
}
.js-featured-item ul.swifty_imgwidget_ul,
.js-featured-item ul.swifty_imgwidget_ul li {
  margin: 0;
  padding: 0;
}
.js-home-products {
  margin-bottom: 30px;
}
.js-home-products article {
  margin-bottom: 50px;
  border: 1px solid #c5c5c5;
  position: relative;
}
.js-right-content ul li:before,
.section-title:after {
  content: '';
  border-radius: 100%;
}
.js-genders,
.js-ribbon {
  position: absolute;
  z-index: 99;
}
.js-ribbon {
  width: 83px;
  height: 76px;
  right: -16px;
  top: -32px;
  background: url(assets/images/bg-ribbonproduct.png) center center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 22px;
  font-size: 14px;
  line-height: 0.9;
  overflow: hidden;
}
.js-ribbon strong {
  display: block;
  font-size: 18px;
  padding-top: 3px;
}
.js-genders {
  float: left;
  left: 15px;
  top: 10px;
  font-size: 18px;
  color: #acd4e3;
  letter-spacing: -2px;
}
.js-genders .fa-female {
  color: #f68caf;
}
.js-brands,
.js-product-logo .item {
  text-align: center;
  padding-top: 30px;
  line-height: 60px;
}
.js-product-logo .item {
  text-align: left;
  padding-top: 0;
}
.js-brands img,
.js-product-logo .item img {
  display: inline-block !important;
  vertical-align: middle !important;
  width: auto !important;
  max-width: 160px !important;
  margin: 0 !important;
  max-height: 35px;
}
.js-home-products article figure,
.woocommerce ul.products li.product .js-prodescarea figure {
  line-height: 180px;
  text-align: center;
  padding: 0 10px 10px;
}
.js-home-products article mark {
  background: 0 0;
  padding: 0;
}
.js-home-products article figure img,
.woocommerce ul.products li.product .js-prodescarea figure img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  max-height: 160px;
  margin: 0;
}
.js-home-products .owl-carousel .owl-item img {
  width: auto !important;
  display: inline-block !important;
}
.js-featured-wrap,
.woocommerce .up-sells ul.products {
  padding: 0 30px;
  position: relative;
}
.js-featured-wrap .owl-item .col-xs-6,
.woocommerce .up-sells ul.products .owl-item li.product {
  width: 100% !important;
}
.js-featured-wrap .owl-nav,
.woocommerce .up-sells ul.products .owl-nav {
  position: absolute;
  top: 50%;
  height: 1px;
  margin-top: -50px;
  width: 100%;
  left: 0;
  padding: 0 15px;
}
.js-featured-wrap .owl-nav div,
.woocommerce .up-sells ul.products .owl-nav div {
  font-size: 40px;
  color: #313638;
  line-height: 30px;
  float: left;
}
.js-featured-wrap .owl-nav div.owl-next,
.woocommerce .up-sells ul.products .owl-nav div.owl-next {
  float: right;
}
.woocommerce .js-contact-lenses ul.products li.product .js-prodescarea figure {
  padding: 0 10px;
}
.woocommerce
  .js-contact-lenses
  ul.products
  li.product
  .js-prodescarea
  figure
  img {
  max-height: 160px;
}
.js-prodescarea {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
.js-prodescarea h3 {
  font-size: 16px !important;
  margin-bottom: 3px !important;
  padding: 0 15px !important;
  font-weight: 700;
}
.js-prodescarea h3:hover {
  color: #ed1a60;
}
.js-prodescarea p {
  margin-bottom: 0;
  color: #7c7f80;
}
.js-prodescarea p mark {
  color: #e7008b;
  background: 0 0;
  padding: 0;
}
.js-prodescarea .js-profav {
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #acd4e3;
}
.js-prodescarea .js-profav a {
  color: #acd4e3;
}
.js-prodescarea .js-profav a:hover,
.js-prodescarea .js-profav:hover {
  color: #e7008b;
}
.js-bottom-panel {
  padding: 8px;
  border-top: 2px solid #5aa9c8;
}
.js-bottom-panel .add_to_cart_button.button,
.js-bottom-panel .button-alt {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  background-color: #5aa9c8;
  padding: 13px 22px;
}
.js-home-products .js-bottom-panel .add_to_cart_button.button {
  padding: 13px 16px;
}
.js-bottom-panel .add_to_cart_button.button {
  float: right;
  margin-top: 0 !important;
}
.js-bottom-panel .add_to_cart_button.button:hover,
.js-bottom-panel .button-alt:hover {
  background: #ed1a60;
  color: #fff;
}
.js-oldprice {
  font-size: 12px;
  color: #7c7f80;
}
.js-oldprice mark {
  color: #5aa9c8;
  text-decoration: line-through;
  background: 0 0;
}
.js-oldprice p {
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 18px;
  color: #000;
  margin-top: 10px;
  line-height: 1.2;
}
.js-oldprice mark + p {
  margin-top: 0;
}
.js-button-right {
  float: right;
}
.js-button-right .button-alt {
  height: 41px;
  padding: 0;
  font-size: 18px;
  width: 57px;
  background: #7ca53d;
  margin-right: 4px;
  padding-top: 4px;
}
.js-button-right .button-alt small {
  display: block;
  text-align: center;
  font-size: 10px;
  text-transform: none;
}
/*  **************************************************/
.section-title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.section-title:after {
  width: 100%;
  height: 6px;
  background: #d7d7d7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 790px;
}
.section-title h1 {
  margin-bottom: 0;
  color: #333;
}
.section-title h1 mark {
  background: 0 0;
  color: #7ca637;
  padding: 0;
}
.js-home-content {
  font-size: 16px;
  margin-bottom: 60px;
}
.js-home-content img {
  margin: 0 65px 20px 0;
}
.js-home-content p {
  margin-bottom: 30px;
}
.js-home-content .button-alt {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  margin: 4px 2px;
}
.js-home-content .button-alt.alt {
  background: #5aa9c8;
}
.js-home-content .button-alt.alt:hover {
  background: #e7008b;
}
.js-right-content {
  padding-right: 50px;
  padding-left: 40px;
  padding-top: 10px;
}
.js-right-content h2 {
  font-size: 28px;
  text-transform: none;
  margin-bottom: 12px;
}
.js-right-content ul {
  padding: 15px 0 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.js-right-content ul li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  font-size: 16px;
  position: relative;
  padding-left: 48px;
  line-height: 1.2;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 12px;
  color: #313638;
  text-transform: uppercase;
}
.js-right-content ul li:before {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(assets/images/ico-glasses.png) center center no-repeat #7ca53d;
}
.js-right-content ul li:nth-child(2):before {
  background: url(assets/images/professional.png) center center no-repeat
    #7ca53d;
}
.js-right-content ul li:nth-child(3):before {
  background: url(assets/images/warranty.png) center center no-repeat #7ca53d;
}
.js-right-content ul li:nth-child(4):before {
  background: url(assets/images/ico-plane.png) center center no-repeat #7ca53d;
}
.js-offers-home {
  margin-bottom: 75px;
  background: #f3f3f3;
  padding: 65px 0 45px;
}
.js-offers-home .row {
  overflow: hidden;
  margin: 0 -50px;
}
.js-offers-home .row div[class*='col-md-'] {
  padding: 0 50px 32550px;
  border-left: 1px solid #b3b5b5;
  margin-bottom: -32550px;
}
.js-offers-home .row div[class*='col-md-']:first-child {
  border: none;
}
.js-offers-home article {
  margin-bottom: 20px;
}
.js-offers-home h3 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 8px;
  color: #5aa9c8;
}
.js-offers-home h4 {
  color: #3b5b67;
  font-weight: 700;
  font-size: 20px;
}
.js-offers-home p {
  font-size: 16px;
  color: #707374;
  padding: 0 10px;
}
.js-tesimonial-sec {
  background: #f7f7f7;
  padding: 40px 0 25px;
}
.js-tesimonial-sec h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
.js-tesimonial-sec .item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 760px;
}
.js-tesimonial-sec .item blockquote {
  quotes: '\201C''\201D''\2018''\2019';
  position: relative;
  padding: 10px 80px 0;
  border: none;
  font-size: 19px;
  color: #313638;
  margin-bottom: 25px;
}
.js-tesimonial-sec .item blockquote:after,
.js-tesimonial-sec .item blockquote:before {
  content: open-quote;
  font-size: 120px;
  font-family: pt sans;
  color: #cad1d4;
  position: absolute;
  left: 0;
  top: 10px;
  line-height: 0.7;
}
.js-tesimonial-sec .item blockquote:after {
  content: close-quote;
  left: auto;
  right: 0;
  top: auto;
  bottom: -20px;
  line-height: 0;
}
.js-tesimonial-sec .item p {
  font-size: 23px;
  color: #313638;
}
.js-tesimonial-sec .owl-nav {
  position: absolute;
  top: 50%;
  height: 1px;
  margin-top: -50px;
  width: 100%;
}
.js-tesimonial-sec .owl-nav div {
  font-size: 60px;
  color: #313638;
  line-height: 30px;
  font-family: lucida console;
  float: left;
}
.js-tesimonial-sec .owl-nav div.owl-next {
  float: right;
}
.testimonials-widget-testimonials.listing .list {
  margin-bottom: 60px;
}
.testimonials-widget-testimonials.listing .list blockquote {
  background: #f7f4f3;
  border: 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;
}
.footer-wdiget-sec {
  background: #ebebeb;
  padding: 40px 0 20px;
}
.footer-wdiget-sec .widget {
  float: left;
  width: 25%;
  padding: 0 15px;
  color: #313638;
  margin-bottom: 25px;
}
.widget {
  margin-bottom: 25px;
}
.widget h2 {
  font-size: 20px;
  margin-bottom: 25px;
}
.js-widget-blog .js-blogpost {
  margin-bottom: 20px;
}
.js-widget-blog .js-blogpost .js-dateblog {
  float: left;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 1.2;
  font-size: 10px;
}
.js-widget-blog .js-blogpost .js-dateblog strong {
  font-weight: 700;
  font-size: 17px;
  display: block;
  padding-top: 3px;
}
.js-widget-blog .js-blogpost .js-dateblog + h4 {
  margin-left: 52px;
}
.js-widget-blog .js-blogpost h4 {
  margin-bottom: 0;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  text-transform: none;
}
.js-widget-guides li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
}
.js-widget-guides li:before {
  content: '\f0f6';
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 0;
}
.js-widget-guides li a {
  color: #5aa9c8;
}
.js-widget-contact .button-alt {
  padding: 14px 25px;
  text-transform: uppercase;
  background: #5aa9c8;
}
.js-widget-contact .button-alt:hover {
  background: #ed1a60;
}
.js-widget-contact {
  color: #686b6c;
}
.js-widget-contact ul {
  margin-bottom: 15px;
}
.js-widget-contact address {
  font-style: normal;
  padding: 0;
  border: none;
}
.js-widget-contact li {
  padding-left: 30px;
  position: relative;
}
.js-widget-contact li .fa {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  color: #000;
}
.footer,
.footer-navigation ul li a {
  color: #858585;
}
.footer {
  background: #1f1f1d;
  padding: 20px 0;
}
.footer figure img {
  width: auto;
}
.footer-navigation {
  margin-bottom: 5px;
}
.footer-navigation ul {
  display: inline-block;
  margin-bottom: 0;
}
.footer-navigation ul li {
  color: #858585;
  position: relative;
}
.footer-navigation ul li a:hover {
  color: #fff;
}
.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;
}
.js-social-icons li {
  margin-right: 10px;
  font-size: 18px;
}
.js-social-icons li a {
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.js-social-icons li a[rel='facebook'] {
  background: #4e71a8;
}
.js-social-icons li a[rel='twitter'] {
  background: #1cb7eb;
}
.js-social-icons li a[rel='google'] {
  background: #e3411f;
  font-size: 14px;
}
.js-widget-accordion .widget {
  width: 100% !important;
  margin-bottom: 5px;
}
.js-widget-accordion .widget h2 {
  cursor: pointer;
  position: relative;
  padding: 10px 30px 10px 15px;
  border: 1px solid #ccc;
  margin-bottom: 0;
  background: #f9f9f9;
}
.js-widget-accordion .widget h2:after {
  content: '\f067';
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  width: 45px;
  text-align: center;
  font-size: 16px;
  color: #333;
  border-left: 1px solid #ccc;
  height: 100%;
  top: 0;
  line-height: 45px;
  display: inline-block;
  vertical-align: top;
}
.js-widget-accordion .widget h2.active:after {
  content: '\f068';
}
.js-widget-accordion .widget h2.active {
  background: #fafafa;
}
.js-widget-accordion .widget .menu-inner-container {
  padding: 15px;
  border: 1px solid #ccc;
  border-top: none;
  display: none;
  background: #ededed;
}
.js-widget-about .menu-inner-container .widget-title {
  display: none !important;
}
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 40px;
}
.js-product-banner {
  min-height: 30vh;
  text-align: center;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 15px;
  position: relative;
}
.js-product-banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.69);
  left: 0;
  top: 0;
}
.js-product-banner h1 {
  margin-bottom: 0;
  color: #a3d7eb;
  font-size: 35px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
  opacity: 0.55;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary {
  width: 100%;
}
.images {
  margin-bottom: 20px !important;
}
.images .woocommerce-main-image {
  line-height: 342px;
  margin: 0;
  text-align: center;
  display: block;
  padding: 0 15px;
}
.images .woocommerce-main-image img {
  display: inline-block !important;
  float: none !important;
  max-height: 342px;
  vertical-align: middle;
  width: auto !important;
}
.product_meta,
.woocommerce div.product p.price {
  display: none;
}
.entry-summary {
  padding: 40px 15px 15px;
  background: #f3f3f3;
  text-align: center;
  position: relative;
  margin-bottom: 12px !important;
}
.js-reducing-padding .row {
  margin: 0;
}
.js-reducing-padding .row .col-sm-12,
.js-reducing-padding .row .col-sm-4,
.js-reducing-padding .row .col-sm-8 {
  padding: 0;
}
.woocommerce div.product .product_title {
  padding: 0 30px;
  font-size: 26px;
  text-transform: none;
  font-weight: 700;
  color: #000;
  margin-bottom: 26px;
  border: none;
  word-wrap: break-word;
}
.entry-summary .js-ribbon {
  right: auto;
  left: -40px;
  top: -25px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product span.price ins {
  color: #000;
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
}
.woocommerce div.product span.price del {
  color: #5aa9c8;
  font-size: 13px;
  opacity: 1;
  font-weight: 400;
  display: none;
}
.woocommerce div.product span.price del span.woocommerce-Price-amount:before {
  content: 'RRP ';
}
.js-product-list {
  margin-bottom: 5px !important;
}
.js-product-list .ms-select:after {
  font-family: fontAwesome;
  content: '\f0dd';
  color: #5aa9c8;
  font-size: 22px;
  top: auto;
  right: 2px;
  margin: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*  **************************************************/
.js-tryon-box .alt-text {
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
}
.js-tryon-box .alt-text a {
  float: right;
  text-decoration: underline;
  color: #7ca53d;
}
.js-tryon-box .alt-text a:hover {
  text-decoration: none;
}
.js-tryon-box .button-alt {
  width: 100%;
  background: none;
  border: 2px solid #7ca53d;
  font-weight: 700;
  color: #7ca53d;
  font-size: 15px;
  text-align: center;
  line-height: 38px;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 15px;
}
.js-tryon-box .button-alt:hover {
  color: #fff;
  background: #7ca53d;
}
.js-tryon-box .button-alt i.glyphicon {
  margin-right: 14px;
  font-size: 22px;
  vertical-align: top;
  margin-top: 6px;
}
.js-tryon-box .delivery-message {
  font-size: 12px;
}
/*  **************************************************/

.cusbtn-forms {
  display: inline-block;
}

.woocommerce-variation-add-to-cart .button-alt {
  background-color: #5aa9c8;
  width: 49%;
  margin-right: 1%;
  text-transorm: uppercase;
  font-size: 17px;
  font-weight: 700;
  height: 56px;
  padding: 0 10px;
  float: left;
}
.woocommerce-variation-add-to-cart .button-alt:hover {
  background: #7da638;
}
.woocommerce-variation-add-to-cart .button-alt.bordered {
  background: 0 0;
  border: 2px solid #5aa9c8;
  color: #5aa9c8;
  margin-right: 0;
  margin-left: 1%;
}
.woocommerce-variation-add-to-cart .button-alt.bordered:hover {
  border-color: #7da638;
  color: #7da638;
}
.js-colour-count {
  font-size: 16px;
  color: #7c7f80;
  position: relative;
  margin-bottom: 18px;
}
.js-colour-count mark {
  padding: 0;
  background: 0 0;
  color: #e7008a;
}
.js-colour-count .js-genders {
  left: auto;
  right: 0;
  top: -3px;
}
.js-addfavorite,
.yith-wcwl-add-button {
  margin-bottom: 0;
}
.js-addfavorite a,
.yith-wcwl-add-button a.add_to_wishlist {
  color: #7c7f80;
}

.js-addfavorite a .fa,
.yith-wcwl-add-button a.add_to_wishlist:before {
  margin-right: 6px;
  color: #acd4e3;
  font-size: 14px;
}
.yith-wcwl-add-button {
  text-align: left;
}
.js-prodescarea
  .js-profav.shop-list-page
  .yith-wcwl-add-button
  a.add_to_wishlist,
.js-prodescarea .js-profav.shop-list-page .yith-wcwl-wishlistexistsbrowse.show,
.js-prodescarea .js-profav.shop-list-page .yith-wcwl-wishlistaddedbrowse.show {
  width: 18px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  float: right;
}
.js-prodescarea .js-profav.shop-list-page .yith-wcwl-wishlistexistsbrowse.show,
.js-prodescarea .js-profav.shop-list-page .yith-wcwl-wishlistaddedbrowse.show,
a.add_to_wishlist:hover:before {
  color: #e7008b !important;
}
.yith-wcwl-add-button a.add_to_wishlist:before,
.js-prodescarea
  .js-profav.shop-list-page
  .yith-wcwl-wishlistexistsbrowse.show:before,
.js-prodescarea
  .js-profav.shop-list-page
  .yith-wcwl-wishlistaddedbrowse.show:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  transform: translate(0, 0);
}

.sp-related-products {
  margin-bottom: 50px;
}
.product-title-colours {
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
}
.product-title-colours h1 {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
  position: relative;
}
.product-title-colours h1:after,
.product-title-colours h1:before {
  content: '';
  width: 9999em;
  position: absolute;
  left: 100%;
  height: 1px;
  background: #d7d7d7;
  margin-left: 15px;
  top: 50%;
}
.product-title-colours h1:after {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 15px;
}
.js-product-slider {
  position: relative;
  text-align: center;
}
.js-product-slider .sp-thumbs {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
.js-product-slider .owl-item .sp-thumbs {
  width: 100%;
  padding: 0 20px;
}
.js-product-slider .sp-thumbs a {
  display: block;
  height: 150px;
  line-height: 150px;
  overflow: hidden;
  text-align: center;
  margin: 0 !important;
  width: 100% !important;
}
.js-product-slider .sp-thumbs a.thumb-text {
  height: auto;
  line-height: 1;
  max-height: auto;
}
.js-product-slider .sp-thumbs span {
  display: inline-block;
  width: 100%;
  color: #383736;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.js-product-slider .sp-thumbs a img {
  max-height: 140px !important;
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
}
.js-product-slider .sp-thumbs strong {
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  color: #333;
  padding-top: 4px;
}
.js-product-slider .owl-nav {
  position: absolute;
  left: 50%;
  width: 160px;
  margin-left: -80px;
  bottom: 5px;
}
.js-product-slider .owl-nav .owl-next,
.js-product-slider .owl-nav .owl-prev {
  font-size: 42px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  float: left;
  text-shadow: -2px 0 0 #d6d6d6;
  line-height: 20px;
  font-family: 'lucida console', monospace;
}
.js-product-slider .owl-nav .owl-next {
  text-shadow: 2px 0 0 #d6d6d6;
  float: right;
}
.js-product-slider .owl-dots {
  margin-top: 70px;
  margin-bottom: 70px;
}
.js-product-slider .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #d6d6d6;
  cursor: pointer;
  border: 1px solid #d6d6d6;
  margin: 0 8px;
  position: relative;
  z-index: 99;
}
.js-product-slider .owl-dots .owl-dot.active {
  background: #869791;
  border-color: #869791;
}
.js-why-choose-us {
  border: 1px solid #7ca637;
  padding: 0 20px 5px;
  margin-bottom: 14px;
}
.js-why-choose-us h1 {
  font-size: 20px;
  font-weight: 400;
  color: #313638;
  background: #fff;
  position: relative;
  top: -14px;
  text-align: center;
  margin-bottom: 10px;
}
.js-why-choose-us h1 strong {
  font-weight: 400;
  color: #7ca637;
}
.js-why-choose-us li {
  margin-bottom: 15px;
  font-size: 15px;
  color: #464646;
  position: relative;
  padding-left: 28px;
  text-transform: uppercase;
}
.js-why-choose-us li:before {
  content: '\f00c';
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #7ca637;
  font-size: 23px;
}
#comments h2,
.js-needassistance h4,
.js-tryframe-banner h4,
.woocommerce .description-inner h2 {
  font-family: 'PT Sans', sans-serif;
}
.js-lensavalible {
  padding: 30px 30px 20px;
  border: 1px solid #5aa9c8;
  margin-bottom: 15px;
}
.js-lensavalible h1 {
  font-size: 18px;
  color: #5aa9c8;
  font-weight: 400;
  margin-bottom: 20px;
}
.js-lensavalible li {
  margin-bottom: 12px;
  font-size: 16px;
  color: #000;
}
.js-lensavalible li img {
  margin-right: 15px;
}
.js-tryframe-banner {
  background: #f3f3f3;
  border: 1px solid #c4c4c4;
  margin-bottom: 22px;
  padding: 24px 18px 18px;
}
.js-tryframe-banner h4 {
  text-transform: none;
  color: #000;
  margin-bottom: 8px;
  font-weight: 700;
}
.js-tryframe-banner a {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  color: #5aa9c8;
}
p.js-reservation-message {
  font-weight: 700;
  color: #5aa9c8;
}
.js-needassistance {
  margin-bottom: 22px;
}
.js-needassistance h4 {
  margin-bottom: 8px;
  font-size: 20px;
  color: #464646;
  font-weight: 700;
  text-transform: none;
}
.js-needassistance p,
.js-needassistance p a {
  font-weight: 700;
  color: #909090;
  margin-bottom: 0;
  font-size: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 40px 25px 0;
  border-radius: 0;
  border-top: 1px solid #ccc;
  box-shadow: none;
  margin-bottom: 40px;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-variation-availability .out-of-stock {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
  text-align: right;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0 5px;
  margin: 0;
  border: none;
  background: 0 0;
  float: left;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
  border: none;
  padding-left: 24px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 18px;
  color: #666;
  padding: 18px 20px;
  line-height: 16px;
  display: block;
  text-align: center;
  text-transform: none;
  font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #000;
  font-weight: 700;
  background: #f3f3f3;
}
.woocommerce .description-inner {
  background: #fff;
  color: #666;
  font-size: 0;
}
.woocommerce .description-inner .left-content {
  padding-left: 0;
  display: inline-block;
  vertical-align: top;
  width: 58%;
  font-size: 14px;
  text-align: left;
}
.woocommerce .description-inner h2 {
  font-size: 22px;
  font-weight: 700;
  color: #666;
  margin-bottom: 20px;
  text-transform: none;
}
.woocommerce .description-inner h2 strong {
  font-weight: 400;
}
.woocommerce .description-inner .right-content {
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
  width: 42%;
  font-size: 14px;
}
.woocommerce .description-inner .right-content ul li {
  padding-bottom: 3px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 13px;
}
.woocommerce .description-inner .right-content ul li strong {
  display: inline-block;
  vertical-align: top;
  width: 130px;
}
#comments {
  margin-bottom: 20px;
}
#comments h2 {
  color: #444;
  margin-bottom: 30px;
  font-weight: 700;
}
.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: #5aa9c8;
  font-weight: 700;
  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;
  line-height: 18px;
  padding-left: 35px;
  background: url(images/bg-arrow-tick.png) no-repeat;
  margin-bottom: 4px;
  font-weight: 700;
  color: #575554;
  font-size: 13px;
  padding-bottom: 3px;
}
.js-framedimensions {
  padding: 30px;
  background: #f9f9f9;
  margin-top: 48px;
  margin-bottom: 40px;
}
.js-framedimensions h3 {
  text-align: center;
  font-size: 18px;
  color: #666;
}
.js-framedimensions figure {
  margin-bottom: 25px;
}
.js-framedimensions figure img {
  width: auto;
}
.js-framedimensions li {
  margin-bottom: 6px;
  color: #000;
}
.js-framedimensions li span {
  float: right;
  color: #5aa9c8;
}
.my-account-add-prescription .cpf-type-header.col-12 ~ .col-3,
.my-account-add-prescription
  .tm-extra-product-options
  .sp-prescription-options
  .cpf-type-header.col-12
  .tm-epo-field-label.tm-left {
  float: left;
}
#sp-precription-area {
  margin-bottom: 50px;
  display: none;
}
.tm-extra-product-options .tm-epo-field-label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 17px;
  text-transform: uppercase;
  padding-bottom: 14px;
  border-bottom: 1px solid #5ca9c8;
  color: #000;
}
.tm-extra-product-options #prescription_date .tm-epo-field-label {
  display: none !important;
}
#sp-precription h3 {
  font-style: normal;
  color: #5ca9c8;
  font-size: 24px;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 34px;
}
#sp-precription-area
  .tm-extra-product-options
  .tm-epo-field-label
  .tm-epo-required {
  margin-left: 6px;
  margin-right: 0;
}
#sp-precription-area .tm-epo-style.round,
#sp-precription-area .tm-epo-style.square {
  border-color: #bcced6;
  border-width: 4px;
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  display: block !important;
}
#sp-precription-area .tm-epo-style:after {
  color: #86bfd6;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
  line-height: 1;
  font-size: 0;
  border-radius: 100%;
  background: #82bcd3;
}
#sp-precription-area input[type='checkbox'] + .tm-epo-style {
  border-radius: 0;
  border-width: 2px !important;
}
#sp-precription-area input[type='checkbox'] + .tm-epo-style:after {
  font-size: 14px;
  background: 0 0;
  border-radius: 0;
  margin-left: -7px;
  margin-top: -6px;
}
#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: #82bcd3 !important;
}
.tm-extra-product-options .tmcp-field-wrap > label {
  font-weight: 400;
  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: 15px !important;
  margin-bottom: 15px !important;
}
#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: 700;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
}
.tm-collapse {
  border: none;
  background: 0 0;
  padding: 0;
  margin: 0;
}
.js-prescription-list ul {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
.js-prescription-list ul li.js-heading {
  background: #000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
}
.js-prescription-list ul li {
  border-top: 1px solid #ccc;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
}
.js-prescription-list ul li span {
  display: inline-block;
  vertical-align: top;
  padding: 10px 6px;
}
.js-prescription-list ul li span.js-box1 {
  width: 25px;
  padding-left: 0;
  padding-right: 0;
}
.js-prescription-list ul li span.js-box2 {
  width: 60px;
}
.js-prescription-list ul li span.js-box3 {
  width: 100px;
}
.js-prescription-list ul li span.js-box4,
.js-prescription-list ul li span.js-box5 {
  width: 67px;
}
.quickLogin-div,
.user-prescription_list-div {
  width: 100% !important;
  clear: both;
  margin-bottom: 10px;
}
.sp-prescription-options .cpf-type-header.col-12 ~ .col-3,
.tm-extra-product-options .sp-prescription-options .cpf-type-header.col-12 {
  width: 20%;
}
#sp-precription
  .sp-transitions-photochromic-div
  .tm-extra-product-options-container,
.sp-bottom-section,
.sp-fileupload,
.sp-prescription-options,
.sp-sendit-later {
  background: #f3f5f4;
  padding: 30px 25px 15px !important;
  margin-bottom: 40px !important;
  border: none !important;
  max-width: 480px;
}
.sp-fileupload,
.sp-prescription-options,
.sp-sendit-later {
  position: relative;
  margin-bottom: 45px !important;
}
#sp-precription .sp-bottom-section .tm-extra-product-options-container,
#sp-precription .sp-colortint-opt-div .tm-extra-product-options-container,
#sp-precription .sp-fileupload .tm-extra-product-options-container,
#sp-precription .sp-prescription-options .tm-extra-product-options-container,
#sp-precription .sp-sendit-later .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;
  padding-bottom: 0;
  border-bottom: none;
}
#add_left .tm-epo-field-label.tm-has-required,
#axis_left .tm-epo-field-label.tm-has-required,
#cylinder_left .tm-epo-field-label.tm-has-required,
#sphere_left .tm-epo-field-label.tm-has-required,
.sp-container-required-hide .tm-epo-field-label.tm-has-required,
.sp-container-required-hide + .cpfclear,
.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
  .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;
}
.my-account-add-prescription .sp-prescription-options {
  max-width: 800px;
}
.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-checkbox.sp-gutter-60-div,
.tm-extra-product-options
  .sp-prescription-options
  .cpf-type-header.sp-gutter-60-div,
.tm-extra-product-options
  .sp-prescription-options
  .cpf-type-header.sp-seprator-or-div {
  width: 60% !important;
}
.col-3.sp-pupilary-distance-div span {
  max-width: 100% !important;
  color: #666 !important;
  padding-top: 10px !important;
}
.col-3.sp-pupilary-distance-div span span.tm-epo-required {
  color: red !important;
}
.sp-prescription-options .ms-select {
  width: 100% !important;
  max-width: 140px !important;
  text-transform: none;
}
.sp-prescription-options .ms-select.ms-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.sp-prescription-options .ms-select:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  top: 13px;
  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;
}
.tm-extra-product-options .sp-gender-dropdown-div {
  float: right !important;
}
.sp-prescription-options .cpf-type-header.col-12 ~ .col-3 .tmcp-field-wrap {
  margin-bottom: 0;
}
.tm-extra-product-options .sp-prescription-textfields-div .tc-chars,
.tm-extra-product-options
  .sp-prescription-textfields-div
  .tm-epo-field-label.tm-has-required {
  display: none !important;
}
.tm-extra-product-options
  .sp-prescription-textfields-div
  .sp-prescription-textfields {
  border-color: #c6c6c6;
}
.tm-extra-product-options
  .sp-prescription-textfields-div
  .tm-epo-datepicker-label-container {
  margin: 0 !important;
  width: 100%;
}
.tm-extra-product-options
  .sp-prescription-textfields-div
  .tm-epo-datepicker-label-container
  .tm-epo-field.tmcp-date {
  width: 100% !important;
  height: 45px;
  border-color: #c6c6c6;
}
.tm-extra-product-options .tm-cell hr {
  margin-bottom: 10px;
  border-top: 1px dashed #a1a1a1;
}
.tm-extra-product-options
  .tm-extra-product-options-date
  .ui-tm-datepicker-trigger {
  border: none;
}
#LoadLogin,
#user-prescrp-list {
  background: 0 0;
  color: #5aa8c7;
  border: 2px solid #5aa8c7;
  padding: 8px 25px;
  text-transform: none;
  margin-bottom: 10px;
}
#LoadLogin:hover,
#user-prescrp-list:hover {
  border-color: #7ca53d;
  color: #7ca53d;
}
.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
  .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,
.sp-prescription-options .cpf-type-header.col-4 {
  margin-bottom: 35px;
}
.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:after,
.sp-prescription-options
  .cpf-type-header.col-8.sp-seprator-or-div
  .tm-epo-field-label:before {
  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;
}
.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;
}
#sp-precription .tc-tooltip {
  position: relative;
  top: 3px;
  color: #7726a0;
  margin-left: 4px;
}
.sp-sendit-later .tm-description p {
  margin-bottom: 5px;
  color: #666;
}
.sp-sendit-later .tm-description p em,
.sp-sendit-later .tm-description p strong {
  font-size: 12px;
}
.tm-extra-product-options
  ul.tmcp-ul-wrap.tm-extra-product-options-checkbox
  li.tmcp-field-wrap
  .tm-label {
  display: inline !important;
}
.js-lens-type-div .tm-description,
.js-lens-upgrade-div .tm-description {
  float: left;
  width: 24%;
  text-align: right;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
  margin-top: 120px;
}
.js-lens-upgrade-div .tm-description {
  padding-top: 17px;
}
.js-lens-type-div .tm-description ul {
  margin: 0;
  padding: 0;
}
.js-lens-type-div .tm-description ul li {
  height: 39px;
  line-height: 36px;
  border-bottom: 3px solid #fff;
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
  list-style: none;
}
.js-lens-type-div .tm-description ul li.js-large {
  line-height: 1.3;
  height: 70px;
  padding-top: 5px;
}
.js-lens-type-div .tm-description ul li.js-large strong {
  display: block;
  color: #5ca9c8;
}
.js-lens-type-div
  .tm-extra-product-options-container
  ul.js-lens-type-ul
  li.tmcp-field-wrap:first-child
  .js-table-presciption
  header.js-row:before,
.js-lens-upgrade-div
  .tm-extra-product-options-container
  ul.js-lens-upgrade-ul
  li.tmcp-field-wrap:first-child {
  display: none;
}
.js-lens-type-div .tm-extra-product-options-container,
.js-lens-upgrade-div .tm-extra-product-options-container {
  width: 76%;
  margin-top: 20px;
}
.js-lens-upgrade-div .tm-description,
.js-lens-upgrade-div .tm-extra-product-options-container {
  margin-top: 0 !important;
}
.js-lens-upgrade-div .tm-description p {
  margin-bottom: 3px;
  line-height: 1.7;
  color: #666;
}
.js-lens-upgrade-div .tm-description p strong {
  font-size: 16px;
  color: #333;
  text-transform: none;
}
.js-lens-type-div
  .tm-extra-product-options-container
  ul.js-lens-type-ul
  li.tmcp-field-wrap,
.js-lens-upgrade-div
  .tm-extra-product-options-container
  ul.js-lens-upgrade-ul
  li.tmcp-field-wrap {
  width: 24%;
  width: calc(25% - 3px);
  padding: 0;
  margin: 0 0 0 3px;
  background: #f3f4f5;
  text-align: center;
  text-transform: uppercase;
  border-top: 2px solid transparent;
}
.js-lens-type-div
  .tm-extra-product-options-container
  ul.js-lens-type-ul
  li.tmcp-field-wrap:first-child {
  width: 100%;
  margin: 0 0 28px;
}
.js-lens-type-div
  .tm-extra-product-options-container
  ul.js-lens-type-ul
  li.tmcp-field-wrap:first-child
  .js-table-presciption {
  float: left;
  text-align: left;
  width: 70%;
  width: calc(100% - 120px);
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.js-lens-type-div
  .tm-extra-product-options-container
  ul.js-lens-type-ul
  li.tmcp-field-wrap:first-child
  .js-table-presciption
  .js-row {
  border: none;
  margin: 0 0 5px;
  height: auto;
  line-height: 1.2;
  color: #666;
  font-size: 12px;
  padding: 0;
}
.js-lens-type-div
  .tm-extra-product-options-container
  ul.js-lens-type-ul
  li.tmcp-field-wrap:first-child
  .js-table-presciption
  header.js-row {
  font-size: 16px;
  color: #333;
}
.js-lens-type-div
  .tm-extra-product-options-container
  ul.js-lens-type-ul
  li.tmcp-field-wrap:first-child
  .tm-epo-style-wrapper {
  margin-top: 10px;
  margin-bottom: 0;
  height: 15px !important;
}
.js-lens-type-div
  .tm-extra-product-options-container
  ul.js-lens-type-ul
  li.tmcp-field-wrap:first-child
  .price {
  margin-bottom: 0 !important;
}
.js-lens-type-div
  .tm-extra-product-options-container
  ul.js-lens-type-ul
  li.tmcp-field-wrap.recommended-lens {
  background: #e8f4d3;
}
#sp-precription
  .tm-extra-product-options
  .tm-cell.col-12.js-heading-packages-div {
  padding-left: 24%;
}
#sp-precription
  .tm-extra-product-options
  .tm-cell.col-12.js-heading-packages-div
  h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 5px;
  font-family: 'PT Sans', sans-serif;
}
.js-lens-type-div
  .tm-extra-product-options-container
  ul.js-lens-type-ul
  li.tmcp-field-wrap
  .js-row:last-child {
  position: relative;
  margin-bottom: 15px;
}
.js-lens-type-div
  .tm-extra-product-options-container
  ul.js-lens-type-ul
  li.tmcp-field-wrap.recommended-lens
  .js-row:last-child:after {
  content: 'recommended';
  text-transform: uppercase;
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  line-height: 29px;
  background: #7da638;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.js-lens-type-div
  .tm-extra-product-options-container
  ul.js-lens-type-ul
  li.tmcp-field-wrap
  label
  .tc-label {
  display: none !important;
}
.js-lens-type-div .tm-extra-product-options-container .tm-epo-style-wrapper {
  margin-top: 23px;
  margin-bottom: 5px;
}
.js-lens-type-div .tm-extra-product-options-container .price {
  margin-bottom: 12px !important;
  color: #333;
  text-transform: uppercase;
  display: block !important;
}
.js-lens-type-div .tm-extra-product-options-container .price .amount {
  margin: 0 !important;
}
.js-lens-type-div
  .tm-extra-product-options-container
  ul.js-lens-type-ul
  li.tmcp-field-wrap {
  position: relative;
}
.js-row {
  height: 39px;
  line-height: 36px;
  border-bottom: 3px solid #fff;
  color: #000;
  font-size: 14px;
}
.js-row.js-heading-mobile {
  height: 70px;
  line-height: 67px;
}
.js-row i.fa {
  font-size: 24px;
  color: #60abc9;
}
.js-lens-type-div .tm-description ul li:first-child,
.js-lens-type-div header.js-row {
  height: 56px;
  line-height: 49px;
  font-size: 18px;
}
.js-row i.fa-close {
  color: #c13939;
  display: none;
}
.js-heading-table {
  display: none;
  font-weight: 700;
  margin-bottom: 8px;
}
.js-lens-type-div header.js-row {
  border-bottom: 6px solid #fff;
  font-family: Oswald, sans-serif;
  position: relative;
  overflow: hidden;
}
.js-lens-type-div header.js-row:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background: #f3f4f5;
  left: -30px;
  top: -40px;
  transform: rotate(45deg);
}
.js-lens-type-div header.js-row.bronze {
  background: #f8ebde;
}
.js-lens-type-div header.js-row.bronze:before {
  background: #e7b381;
}
.js-lens-type-div header.js-row.silver {
  background: #e8f0ec;
}
.js-lens-type-div header.js-row.silver:before {
  background: #b9e0cd;
}
.js-lens-type-div header.js-row.gold {
  background: #fcf2bc;
}
.js-lens-type-div header.js-row.gold:before {
  background: #f4cd00;
}
.js-lens-type-div header.js-row.platinum {
  background: #f6e0fc;
}
.js-lens-type-div header.js-row.platinum:before {
  background: #e5b2df;
}
.js-lens-upgrade-div
  .tm-extra-product-options-container
  ul.js-lens-upgrade-ul
  li.tmcp-field-wrap
  input.js-lens-upgrade {
  display: block;
}
.js-lens-type-div
  .tm-extra-product-options-container
  ul.js-lens-type-ul
  li.tmcp-field-wrap
  label
  span.tc-label {
  display: none;
}
.tm-extra-product-options .js-lens-upgrade-div {
  margin-bottom: 25px !important;
}
.tm-extra-product-options .js-lens-upgrade-div label.tm-epo-field-label {
  text-align: center;
  border-bottom: none;
  font-size: 16px;
  padding-bottom: 0;
  font-weight: 400;
  padding-left: 20%;
}
.js-lens-upgrade-div
  .tm-extra-product-options-container
  ul.js-lens-upgrade-ul
  li.tmcp-field-wrap {
  padding-top: 24px;
  padding-bottom: 22px;
}
.js-lens-upgrade-div
  .tm-extra-product-options-container
  ul.js-lens-upgrade-ul
  li.tmcp-field-wrap
  span.js-label-span:before,
.js-lens-upgrade-div
  .tm-extra-product-options-container
  ul.js-lens-upgrade-ul
  li.tmcp-field-wrap
  > label:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
}
.js-lens-upgrade-div
  .tm-extra-product-options-container
  ul.js-lens-upgrade-ul
  li.tmcp-field-wrap
  span.price {
  display: inline-block !important;
  vertical-align: top;
}
.tm-extra-product-options .sp-transitions-photochromic-div .tm-epo-field-label {
  font-style: normal;
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  border: none;
  padding-bottom: 0;
  font-family: 'PT Sans', sans-serif;
}
.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-style: normal;
  font-family: 'PT Sans', sans-serif;
}
.tm-extra-product-options
  ul.tmcp-ul-wrap.tm-extra-product-options-radio
  li.tmcp-field-wrap
  .tm-label {
  display: inline !important;
}
.sp-bottom-section {
  border: 1px solid #5ca9c8 !important;
  margin-bottom: 0 !important;
  margin-top: 20px !important;
}
.sp-bottom-section textarea {
  background: #fff;
  color: #666;
  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: 35px;
  line-height: 1.6 !important;
  color: #666;
  font-size: 13px;
}
.sp-bottom-section .sp-agree-terms-div > label.tm-epo-field-label {
  display: none !important;
}
.js-prism-container {
  width: 100%;
  float: left;
  background: #e5e7e6;
  box-shadow: 25px 0 0 #e5e7e6, -25px 0 0 #e5e7e6;
  margin-bottom: 25px;
}
.js-prism-container .js-prism-box-div {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.js-prism-container .js-prism-box-div .ms-select {
  margin-bottom: 0 !important;
}
.js-prism.title.first {
  padding-top: 27px !important;
}
.js-prism.title.last {
  padding-top: 15px !important;
  margin-bottom: 25px;
}
.tm-extra-product-options .js-prism-container .col-4 {
  width: 25%;
}
.tm-extra-product-options .js-prism-container .col-3 {
  width: 26%;
}
.summary-image {
  position: static;
  margin-top: 40px;
}
.sp-frame-summry-sec {
  border: 1px solid #5ca9c8;
  padding: 20px 16px 0;
  background: #fff;
  margin-top: 20px;
  width: 100%;
  max-width: 280px;
  float: right;
}
.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: 400;
  color: #666;
  text-transform: uppercase;
}
.tm-options-totals {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
dd.tm-final-totals,
dd.tm-options-totals {
  text-align: right;
}
dd.tm-final-totals .price,
dd.tm-options-totals .price {
  color: #000 !important;
  font-weight: 700;
}
.sp-frame-summry-sec h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sp-frame-summry-sec figure a.woocommerce-main-image {
  margin: 0 0 20px;
  line-height: 160px;
  text-align: center;
}
.sp-frame-summry-sec h3,
.sp-frame-summry-sec h4 {
  line-height: 1.2;
  font-family: 'PT Sans', sans-serif;
}
.sp-frame-summry-sec figure {
  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;
  font-weight: 700;
}
.sp-frame-summry-sec h3 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 4px;
}
.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;
}
.sp-frame-summry-sec .tm-epo-totals {
  padding: 0;
  margin: 0;
}
.sp-frame-summry-sec .tm-custom-price-totals {
  margin-bottom: 0;
}
.tm-final-totals {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  background: #5ca9c8;
  margin-bottom: 0 !important;
  padding: 12px 0;
  margin-top: 30px;
  box-shadow: -16px 1px 0 #5ca9c8, 17px 1px 0 #5ca9c8, -16px 0 0 #5ca9c8,
    16px 0 0 #5ca9c8;
}
dd.tm-final-totals .price {
  font-size: 16px !important;
  color: #fff !important;
}
#sp-precription-area .woocommerce-variation-add-to-cart .button {
  width: 100%;
  background: #7da638;
  border-radius: 0;
  padding: 0;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
#sp-precription-area .woocommerce-variation-add-to-cart .button:hover {
  background: #ed1a60;
}
.col-sm-8 .onsale {
  display: none;
}
#product-sidebar {
  margin-bottom: 20px;
  border-bottom: none;
}
#product-sidebar header {
  margin-bottom: 15px;
  padding: 14px 10px;
  background: #5aa9c8;
}
#product-sidebar header h2 {
  line-height: 1;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
#product-sidebar header h2 .facetwp-reset {
  border: none;
  padding: 0;
  margin: 0 !important;
  font-size: 13px;
  font-weight: 700;
}
#product-sidebar .widget_text {
  margin-bottom: 0;
}
#product-sidebar .widget_text .widget-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  padding: 14px 30px 14px 10px;
  position: relative;
  margin-bottom: 2px;
  cursor: pointer;
  background: #deeef4;
  color: #333;
}
#product-sidebar .widget_text .widget-title:before {
  font-family: fontAwesome;
  content: '\f0dd';
  color: #5aa9c8;
  font-size: 22px;
  position: absolute;
  top: auto;
  right: 5px;
  margin: 0;
  bottom: 1px;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#product-sidebar .widget_text .widget-title.active:before {
  color: #ed1a60;
}
#product-sidebar .widget_text .textwidget {
  max-height: 360px;
  overflow-x: auto;
  padding: 0;
  position: relative;
  margin-bottom: 2px;
}
.facetwp-checkbox,
.facetwp-facet {
  margin-bottom: 0 !important;
}
#product-sidebar .widget_text .textwidget::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
#product-sidebar .widget_text .textwidget::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
#product-sidebar .widget_text .textwidget::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
#product-sidebar .widget_text .textwidget .facetwp-slider-label {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  padding: 8px 10px;
  min-width: 110px;
  border-radius: 60px;
  border: 1px solid #c2c2c2;
  margin-top: 10px;
}
#product-sidebar .widget_text .textwidget .facetwp-slider-reset {
  font-size: 14px;
  margin-top: 10px;
}
.facetwp-checkbox {
  background-image: none !important;
  background-size: 20px 20px !important;
  color: #707070;
  display: inline-block;
  font-size: 15px !important;
  line-height: 20px !important;
  padding-left: 42px !important;
  vertical-align: top;
  width: 100%;
  cursor: pointer;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-top: 1px dashed #cacaca;
  position: relative;
}
.facetwp-checkbox:before {
  font-family: fontAwesome;
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 2px;
  background: #deeef4;
  position: absolute;
  left: 12px;
  top: 14px;
  line-height: 13px;
  font-size: 8px;
  text-align: center;
}

.facetwp-checkbox.checked:before,
.facetwp-checkbox:hover:before {
  background: #5aa9c8;
  content: '\f00c';
  color: #fff;
}
.facetwp-checkbox.checked {
  background-image: none !important;
  background-size: 20px 20px !important;
}
.facetwp-checkbox span.facetwp-counter {
  display: none;
}
.facetwp-toggle {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
.facetwp-facet.facetwp-facet-price_range.facetwp-type-slider {
  padding: 18px 5px;
  width: 100%;
  text-align: center;
}
.page-title {
  font-size: 35px;
}
.js-navigation-panel {
  background: #e7e7e7;
  padding: 10px 14px 7px;
  margin-bottom: 36px;
}
.js-navigation-panel form,
.js-navigation-panel p {
  margin-bottom: 0 !important;
}
.js-navigation-panel p {
  font-size: 16px;
  color: #414040;
  line-height: 28px;
}
.js-navigation-panel form select {
  padding: 0;
  height: 28px;
}
.js-navigation-panel .ms-select {
  border: none;
  border-radius: 5px;
  max-width: 200px;
  overflow: hidden;
}
.js-navigation-panel .ms-select.ms-select-per-page {
  max-width: 86px;
  margin-left: 10px;
}
.js-navigation-panel .facetwp-pager {
  float: right;
  color: #414040;
  padding-top: 10px;
}
.js-navigation-panel .facetwp-pager .facetwp-page {
  color: #414040;
}
.js-navigation-panel .facetwp-pager .facetwp-page.active {
  color: #de006e;
  font-weight: 400;
}
.js-navigation-panel .facetwp-pager .next-page,
.js-navigation-panel .facetwp-pager .prvious-page {
  text-align: center;
  padding: 0;
  line-height: 20px;
  height: 22px;
  width: 22px;
  background: #5aa9c8;
  margin: 0;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
.js-navigation-panel .facetwp-pager span.prvious-page {
  background: #a5a5a5;
  margin-right: 6px;
}
.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce ul.pproducts {
  margin: 0 -15px !important;
  font-size: 0;
  display: block;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 !important;
  padding: 0 15px;
  width: 33.33% !important;
  float: none !important;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.woocommerce ul.pproducts li.product {
  margin: 0 !important;
  padding: 0 15px;
  float: none !important;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.woocommerce ul.pproducts li.product figure img {
  width: auto;
  display: block;
  height: 160px;
  margin: 0 auto;
  object-fit: contain;
}

/**/
.woocommerce .up-sells h2 {
  padding-left: 30px;
}
.woocommerce .up-sells ul.products {
  width: auto;
}
.woocommerce .up-sells ul.products li.product,
.woocommerce-page .up-sells ul.products li.product {
  width: 25% !important;
}
/**/
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
  display: block;
  position: relative;
}
.woocommerce ul.products article {
  border: 1px solid #c5c5c5;
  margin-bottom: 50px;
  position: relative;
}
.woocommerce ul.products article .onsale {
  display: none !important;
}
.woocommerce .up-sells.upsells ul.products article {
  margin-top: 31px;
}
.woocommerce .up-sells.upsells ul.products article .js-ribbon {
  right: -12px;
  top: -30px;
}
.js-shipping-message {
  margin-bottom: 15px;
  background: #fff;
  padding: 28px 10px;
  text-align: center;
  border: 1px solid #deeef4;
}
.woocommerce ul.pproducts article {
  margin-bottom: 50px;
  position: relative;
}
#container .js-shipping-message .row {
  margin: 0 -10px;
  overflow: hidden;
}
#container .js-shipping-message .row div[class*='col-md-'] {
  border-left: 1px solid #dedede;
  margin-bottom: -32550px;
  padding: 0 10px 32550px;
}
#container .js-shipping-message .row div[class*='col-md-']:first-child {
  border: none;
}
.js-shipping-message article {
  margin-bottom: 20px;
  padding-top: 28px;
}
#container .js-shipping-message .row div[class*='col-md-']:first-child article,
#container .js-shipping-message .row div[class*='col-md-']:last-child article {
  padding-top: 0;
}
.js-shipping-message article .fa {
  display: inline-block;
  vertical-align: top;
  font-size: 42px;
  color: #5aa9c8;
}
#container
  .js-shipping-message
  .row
  div[class*='col-md-']:first-child
  article
  .fa {
  font-size: 32px;
  margin-bottom: 10px;
}
#container
  .js-shipping-message
  .row
  div[class*='col-md-']:last-child
  article
  .fa {
  font-size: 22px;
  width: 36px;
  height: 36px;
  text-align: center;
  border: 4px solid #5aa9c8;
  border-radius: 100%;
  line-height: 28px;
  margin-bottom: 10px;
}
.js-shipping-message article h2 {
  font-size: 40px;
  color: #5aa9c8;
  font-weight: 300;
}
.js-shipping-message article h2 strong {
  display: block;
  font-size: 26px;
  font-family: 'PT Sans', sans-serif;
  color: #de006e;
}
.js-shipping-message article h2 span {
  font-size: 16px;
  color: #333;
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}
.woocommerce-MyAccount-content h3 a {
  float: right;
  font-size: 13px !important;
  margin-right: 1px !important;
}
.wrapper-popup {
  position: relative;
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
  padding: 40px 30px 55px;
  font-size: 17px;
}
.wrapper-popup .header {
  text-align: center;
  margin-bottom: 35px;
}
.wrapper-popup .header p {
  font-size: 14px;
  color: #666;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.wrapper-popup .nav-tabs1 {
  margin-bottom: 55px;
  list-style: none;
}
.wrapper-popup .nav-tabs1 > li {
  width: 50%;
  float: left;
  margin-bottom: -1px;
  display: block;
}
.wrapper-popup .nav1 > li > a {
  text-align: center;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #c2c2c2;
}
.wrapper-popup .nav1 > li.active > a {
  color: #010101;
  border-top: 1px solid #c2c2c2;
  border-bottom: none;
}
.wrapper-popup .nav1 > li:first-child > a {
  border-right: 1px solid #c2c2c2;
}
.wrapper-popup .register-form input[type='email'],
.wrapper-popup .register-form input[type='tel'],
.wrapper-popup .register-form input[type='text'],
.wrapper-popup .register-form input[type='password'] {
  width: 100%;
  height: 38px;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  font-size: 16px;
  padding-left: 5px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 15px;
}
.wrapper-popup .tab-content2 {
  margin-top: 50px;
}
.wrapper-popup .register-form label {
  color: #1d1c1f;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
}
.wrapper-popup .register-form p {
  font-size: 13px;
  color: #1d1c1f;
  line-height: 1;
  margin: 0 0 30px 0px;
  padding: 0;
}

.wrapper-popup .register-form label span {
  font-weight: 400;
  font-size: 12px;
  color: #1d1c1f;
}
.wrapper-popup .register-form input[type='checkbox'] + label {
  width: auto;
}
.wrapper-popup .register-form [type='submit'] {
  width: 115px;
  height: 45px;
  background-color: #5aa9c8;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  border: none;
  margin-top: 5px;
  font-family: 'Open Sans';
  margin-bottom: 20px;
}
.tab-content2 #register-popup {
  display: none;
}
.wrapper-popup .login-form {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.wrapper-popup .login-form form p,
.wrapper-popup .login-form form strong {
  margin: 0;
  padding: 0;
}
.wrapper-popup .login-form form p.status {
  padding-bottom: 10px;
}
.wrapper-popup .login-form form label {
  font-weight: 700;
  color: #333;
  font-size: 17px;
  width: 100%;
}
.wrapper-popup .login-form form input[type='text'],
.wrapper-popup .login-form form input[type='password'] {
  width: 100%;
  height: 38px;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  font-size: 16px;
  padding-left: 5px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 15px;
}
.wrapper-popup .login-form form [type='submit'] {
  width: 115px;
  height: 45px;
  background-color: #5aa9c8;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  border: none;
  margin-top: 30px;
  font-family: 'Open Sans';
}
.wrapper-popup .login-form form a {
  float: right;
  font-size: 13px;
  color: #1d1c1f;
  text-decoration: underline;
}
.js-green {
  color: #7ca637 !important;
}
#review_form {
  margin-bottom: 30px;
}
#review_form label {
  display: block;
  float: none;
  width: 100%;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 16px;
}
.woocommerce #review_form #respond p.stars {
  font-size: 24px;
}
#review_form input[type='number'],
#review_form input[type='email'],
#review_form input[type='tel'],
#review_form input[type='text'],
#review_form textarea {
  width: 100%;
  color: #666;
  margin-bottom: 10px;
  border-color: #ccc;
}
#review_form textarea {
  height: 150px !important;
  resize-x: none;
}
.woocommerce #review_form #respond .form-submit input {
  background: #5aa9c8;
  color: #fff;
  padding: 15px 35px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 16px;
}
.woocommerce p.stars a {
  color: #e7008b;
}
.product-detail-sec {
  padding-top: 25px;
  margin-bottom: 30px;
}
.row.lg-product-row {
  margin: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px !important;
}
.row.lg-product-row .col-xs-12 {
  padding: 0 !important;
}
.row.lg-product-row-alt {
  margin: 0 -7px;
}
.row.lg-product-row-alt .col-xs-12 {
  padding: 0 7px !important;
}
.entry-summary1 {
  padding: 20px 20px 2px;
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
  margin-bottom: 0;
  min-height: 230px;
}
.lg-product-desc {
  margin-bottom: 0 !important;
}
.left-product-sec h1,
.product-detail-sec .col-md-7 .lg-product-desc .woocommerce-product-rating,
.product-detail-sec .col-md-7 .product_meta,
.product-detail-sec .col-md-7 p.price span.amount,
.product-detail-sec .col-md-8 .lg-product-desc .woocommerce-product-rating,
.product-detail-sec .col-md-8 .product_meta,
.product-detail-sec .col-md-8 .variations_form,
.product-detail-sec .col-md-8 p.price span.amount {
  display: none;
}
.woocommerce .lg-product-desc h1 {
  font-size: 24px !important;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  padding: 0 !important;
}
.left-product-sec {
  padding: 0 15px 10px;
  background: #fff;
  margin-bottom: 0;
}
.left-product-sec .images {
  float: none !important;
  width: 100% !important;
  text-align: center;
}
.left-product-sec .images img {
  width: auto !important;
  margin: 0 auto;
  max-height: 185px;
}
.left-product-sec h1 {
  font-size: 24px;
  color: #3a3a3a;
  margin-bottom: 0;
}
.img-detail {
  margin-bottom: 10px;
}
.img-detail span {
  vertical-align: middle;
}
.left-product-sec .images {
  margin-bottom: 0 !important;
}
.img-detail span img {
  width: auto;
  max-height: 220px;
}
.lg-proinfo-note {
  font-size: 16px;
  color: #3a3a3a;
}
.woocommerce-cart .lg-proinfo-note {
  font-size: 12px;
}
.lg-proinfo-note strong {
  display: none;
  vertical-align: top;
  padding: 3px 10px;
  background: #f7f7f7;
  color: #00b2ef;
  margin-left: 8px;
}
.lg-proinfo-note strong a {
  color: #f38b06;
}
.advertisement-text strong {
  display: block;
  margin-top: 5px;
}
.lg-product-desc,
.lg-product-desc .product-logo {
  margin-bottom: 20px;
}
.lg-product-desc h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.lg-product-desc p {
  line-height: 1.5;
  font-size: 14px;
  color: #3a3a3a;
}
.sp-images-sec.images .woocommerce-main-image {
  margin: 0;
  line-height: 450px;
  text-align: center;
}
.sp-images-sec.images .woocommerce-main-image img {
  display: inline-block !important;
  vertical-align: middle;
  width: auto !important;
  max-height: 200px;
  float: none !important;
}
.product-prescription {
  margin-bottom: 12px;
}
.product-prescription li {
  margin-bottom: 8px;
  font-size: 0;
  width: 100%;
  display: table;
}
.product-prescription li#variationRow0,
.product-prescription li#variationRow1,
.product-prescription > ul > li.lg-header-presc {
  float: right;
  width: auto;
}
.product-prescription li.lg-header-presc {
  color: #7a7a7a;
  font-weight: 700;
  margin-bottom: 10px;
}
.product-prescription li.lg-header-presc span {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
}
.product-prescription .lg-product-price li {
  display: block;
}
.product-prescription .lg-product-price li span {
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  color: #333;
  font-weight: 700;
}
.product-prescription .lg-product-price li span.cbox12 {
  font-size: 18px;
  color: #666;
  font-weight: 400;
  border-bottom: 1px solid #dcdcdc;
  display: block;
  padding-bottom: 16px;
  text-align: right;
}
.lg-shop-cart tr.cart_item td.coupen-voucher h5 .fa,
.product-prescription .lg-product-price li span.cbox12 .fa {
  margin-right: 15px;
}
.lg-shop-cart tr.cart_item td.coupen-voucher h5 mark,
.product-prescription .lg-product-price li span.cbox12 mark {
  background: 0 0;
  color: #00b2ef;
}
.product-prescription span {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  font-size: 16px;
  text-align: left;
}
.product-prescription span input[type='number'],
.product-prescription span select {
  display: block;
  width: 100%;
  height: 26px;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #acacac;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.product-prescription span select.error {
  background-color: #ffb7b7;
  border-color: #ddd;
}
.form-control:focus,
.product-prescription span input[type='number']:focus,
.product-prescription span select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.product-prescription span.box1 {
  width: 112px;
  min-height: 1;
}
.product-prescription span.box2,
.product-prescription span.box3,
.product-prescription span.box4 {
  width: 112px;
}
.product-prescription span.box5 {
  width: 115px;
  font-size: 13px;
}
.product-prescription span.box5 input.qty {
  width: 60%;
}
.product-prescription span.box6 {
  width: 130px;
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
.product-prescription span.box7 {
  width: 120px;
  text-align: right;
}
.product-prescription span.box7 strong {
  color: #373535;
}
.product-prescription span.box8 {
  width: 240px;
  margin: 0 0 0 20px;
  text-align: right;
}
.product-prescription span.box8 .button {
  float: none !important;
}
.product-prescription label {
  text-transform: uppercase;
  color: #6c6c6c;
}
#review_form h3,
.lg-product-info-sec h4,
.lg-product-info-sec h4 + h4 {
  font-family: 'PT Sans', sans-serif;
  text-transform: none;
}
.lg-product-price {
  padding-top: 15px;
  border-top: 1px solid #dcdcdc;
  margin-top: 12px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 85%;
}
.product-prescription li.lg-header-presc span.cbox1,
.product-prescription li.lg-header-presc span.cbox2 {
  font-size: 18px;
}
.product-prescription span.cbox1 {
  width: 190px;
  padding-left: 60px;
  padding-top: 8px;
  font-weight: 400;
}
.product-prescription span.cbox2 {
  width: 90px;
  text-align: right;
  padding-top: 8px;
}
.product-prescription span .ajaxerrors {
  position: relative;
  display: none;
}
.product-prescription span .ajaxerrors p {
  position: absolute;
  top: 27px;
  margin-bottom: 0;
  background: #444;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  width: 150px;
}
.product-prescription-area {
  padding: 16px 25px 20px;
  background: #fff;
  border-top: 1px solid #dcdcdc;
  margin-bottom: 0;
  text-align: right;
}
.product-prescription a.added_to_cart,
.product-prescription-area .button,
.product-prescription-area a.button {
  box-shadow: 0 4px 0 #427920;
  width: 130px;
  padding: 0;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  background: #64b234;
}
.product-prescription a.added_to_cart {
  background: #00b2ef;
  width: 100px;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0 4px 0 #048fbf;
}
.lg-product-info-sec {
  padding: 20px 30px 15px;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  color: #6c6c6c;
  font-size: 14px;
}
.lg-product-info-sec h4 {
  font-size: 24px;
}
#review_form h3,
.lg-product-info-sec h4 + h4 {
  font-size: 18px;
  padding-bottom: 0;
  border: none;
  font-weight: 700;
}
.lg-product-info-sec p {
  margin-bottom: 30px;
}
.lg-product-info-sec .dl-horizontal dt {
  width: 190px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5px;
  float: left;
}
.lg-product-info-sec .dl-horizontal dd {
  margin-left: 190px;
  margin-bottom: 5px;
}
.lg-product-reviews {
  margin-bottom: 20px;
  padding-top: 20px;
}
.lg-product-reviews h4 {
  color: #7a7a7a;
  margin-bottom: 12px;
}
.lg-rating-box:before {
  color: #ccc;
  content: '\e006\e006\e006\e006\e006';
  font-family: 'Glyphicons Halflings';
  float: left;
  left: 0;
  position: absolute;
  top: 0;
}
.lg-rating-box {
  display: inline-block;
  vertical-align: top;
  font-family: FontAwesome;
  font-size: 15px;
  height: 25px;
  letter-spacing: 3px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  width: 5.8em;
}
.lg-rating-box .lg-rating-inner {
  color: #ef9a47;
  float: left;
  left: 0;
  letter-spacing: 3px;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.lg-rating-box .lg-rating-inner:before {
  color: #ef9a47;
  content: '\e006\e006\e006\e006\e006';
  font-family: 'Glyphicons Halflings';
  left: 0;
  position: absolute;
  top: 0;
}
.review-info {
  margin-bottom: 20px;
}
.lg-review-box {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 14px;
  box-shadow: 1px 2px 0 #cdcdcd;
  padding: 20px 20px 0;
}
.lg-review-box p {
  margin-bottom: 14px;
  line-height: 1.4;
  color: #6c6c6c;
  font-size: 15px;
}
.lg-review-box ul {
  margin-bottom: 10px;
}
.lg-review-box li {
  width: 100%;
  line-height: 1;
  border-radius: 20px;
  padding: 5px 10px 0;
  margin-bottom: 2px;
  background: #f6f6f6;
  font-size: 15px;
  color: #6c6c6c;
}
.lg-review-box li strong {
  line-height: 20px;
}
.woocommerce div.product form.cart .single_add_to_cart_button_lenses {
  float: right;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  background-color: #5aa9c8;
  border-radius: 0;
  border: none;
  margin-left: 1%;
  white-space: normal;
  width: 220px;
  padding: 18px 15px;
}
.woocommerce div.product form.cart .single_add_to_cart_button_lenses:hover {
  background: #ed1a60;
}
#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(assets/images/bg-checkbox.png) no-repeat;
}
#cart_message_single .button-alt {
  width: 48%;
  margin: 0 1%;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  background: #333;
  color: #fff;
}
#cart_message_single .button-alt.btn-basket {
  background: #00a651;
}
.cart_success_single {
  display: none;
}
.sp-login-section {
  padding: 25px;
  background: #f7f4f3;
  margin-bottom: 0;
}
.sp-new-customer {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  max-width: 350px;
  padding-top: 70px;
}
.login-form-wrapp h2,
.sp-new-customer h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #333;
}
.login-form-wrapp p,
.sp-new-customer p {
  font-size: 13px;
  color: #666;
  line-height: 1.2;
  margin-bottom: 18px;
}
.button-login,
.sp-login-section .button {
  padding: 15px 20px !important;
  font-weight: 400 !important;
  background: #5aa9c8 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.button-login:hover,
.sp-login-section .button:hover {
  background: #ed1a60 !important;
}
.login-form-inner {
  max-width: 350px;
}
.login-form-wrapp h1 {
  font-size: 18px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
}
.login-form-wrapp p {
  margin-bottom: 25px;
}
.login-form-wrapp p span {
  font-weight: 700;
  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;
}
.sp-login-wrapper {
  max-width: 900px;
  margin: 0 auto 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;
  max-width: 450px;
  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: 0;
  display: block;
}
.login-form .login-field {
  background: #fff;
  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;
}

/* drop detail page */
.drop-product .solution_attrib {
  font-size: 14px;
}
.solution_attrib div {
  padding-bottom: 5px;
}
.solution_attrib div strong {
  display: inline-block;
  width: 15%;
}
.drop-product .button.single_add_to_cart_button {
  box-shadow: none !important;
  width: 180px !important;
  margin-left: 0 !important;
  padding: 16px 5px !important;
}
.woocommerce div.drop-product form.cart div.quantity .qty {
  padding: 8px;
}
.stock-filter .facetwp-checkbox {
  background-position: 100% 50%;
  padding-right: 30px;
}
.stock-filter {
  margin: 16px 0 0 13px;
}
.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: 0;
  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: 400;
  text-transform: none;
  background: url(images/info-ico.png) center left no-repeat;
  padding-left: 28px;
}
#nm-wp-registration-form p {
  margin-bottom: 15px;
  color: #1d1c1f;
  font-size: 12px;
}
#wp-registration-box label.meta-data-label {
  font-size: 13px !important;
  margin-bottom: 8px;
  font-weight: 500;
  color: #000;
}
#wp-registration-box input[type='number'],
#wp-registration-box input[type='email'],
#wp-registration-box input[type='text'],
#wp-registration-box input[type='password'],
#wp-registration-box input[type='date'] {
  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;
}
.login-form .button-alt,
.register_link .button-alt,
.wpregistration-save-button input {
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  margin-left: 0;
  width: 168px;
  background-color: #000;
  color: #fff;
  border: none;
  margin-top: 20px;
  border-radius: 0 !important;
  font-family: 'PT Sans', 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;
}
input#billing_company,
input#shipping_company,
p#billing_company_field,
p#shipping_company_field {
  display: none;
}
.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;
}
.lg-shop-cart .lenses-options .variation strong,
.lg-shop-cart tr td.product-options p {
  font-size: 13px;
}
.woocommerce .checkout-button.button:hover,
p.order-again a.button:hover {
  background: #e7008b !important;
}
.cart_success_single .inner_success .btn-basket {
  margin-right: 10px;
  padding: 1.22em 1em;
}
.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: 15px;
  padding: 0;
  border: none;
}
.lg-shop-cart {
  margin-bottom: 0;
}
.lg-shop-table table {
  margin-bottom: 0 !important;
  border-collapse: collapse !important;
}
.lg-shop-cart tr td,
.woocommerce table.shop_table {
  border: none;
}
.lg-shop-cart tr th,
.lg-shop-cart tr.cart_item td {
  vertical-align: top;
  border: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  border-right: none;
  /*border-top: none !important;*/
  background: #fff;
  padding: 25px 10px;
}
.lg-shop-cart tr th {
  border-bottom: 1px solid #ccc;
  border-top: none;
  padding-top: 8px;
  padding-bottom: 4px;
  font-weight: 400 !important;
  color: #000;
}
.lg-shop-cart tr td.product-options {
  width: 380px;
}
.lg-shop-cart tr td.product-thumbnail {
  width: 220px;
}
.lg-shop-cart tr td.product-options dl {
  margin-bottom: 0;
}
.vtprd_shop_table.shop_table {
  margin-bottom: 30px !important;
}
.vtprd_shop_table.shop_table tr th {
  border: none;
  background: #57a7c8;
  color: #fff;
  padding: 8px 12px;
  text-transform: uppercase;
}
.vtprd_shop_table.shop_table td {
  padding: 14px 12px !important;
  border-right: none;
  border-left: none;
  border-top: 1px solid #ddd !important;
}
.vtprd_shop_table.shop_table tr td.vtprd-rule_msg {
  display: none;
}
.vtprd_shop_table.shop_table tr:first-child {
  border-bottom: 1px solid #ccc;
}
.vtprd_shop_table.shop_table tr:first-child td.vtprd-rule_msg {
  display: block;
  border-bottom: none;
}
.vtprd_shop_table.shop_table .product-subtotal,
.vtprd_shop_table.shop_table .product-total {
  font-weight: 700;
  text-align: right;
}
.vtprd_shop_table.shop_table .product-total span.amount {
  color: #b00;
}
.vtprd_shop_table.shop_table .product-quantity {
  text-align: center;
}
.vtprd_shop_table.shop_table td.product-name .vtprd-product-name-span {
  font-weight: 700;
  color: #000;
}
.lg-shop-cart tr.cart_item td select {
  width: 174px;
  height: 35px;
  display: inline-block;
  border: 1px solid #d7d7d7;
}
.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%;
}
.lg-shop-cart .lenses-options .variation dt {
  display: block !important;
  font-weight: 700;
  padding: 0 !important;
  margin-bottom: 4px !important;
  font-size: 14px;
  line-height: 1.7;
}
.coupen-voucher {
  text-align: left;
  border-right: none;
}
.lg-shop-cart .product-name {
  width: 240px;
}
.lg-shop-cart .product-name[colspan='2'] {
  width: auto;
}
.lg-shop-cart .product-name h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #7ca637;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
}
.lg-shop-cart .product-name h3 a {
  color: #7ca637;
  font-size: 18px;
  font-family: Oswald, sans-serif;
}
.checkout_coupon .button,
.coupen-voucher .button,
.delivery-msg,
.sp-booking-detail h1,
.woocommerce .lg-wp-cartoptions li .btn-cart,
.woocommerce .sp-billing-summary h3,
.woocommerce-checkout #payment h3,
.woocommerce-checkout h3 {
  font-family: 'PT Sans', sans-serif;
}
.lg-shop-cart .product-name h3 a:hover {
  color: #ed1a60;
}
.lg-shop-cart .product-name span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  color: #000;
  margin-bottom: 4px;
}
.variation {
  font-size: 0;
}
.variation p {
  margin-bottom: 4px;
  font-size: 14px;
  color: #666;
}
.variation dd,
.variation dt {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  margin: 0 !important;
}
.variation dd.variation-Colour,
.variation dd.variation-Size,
.variation dt {
  display: none;
}
.woocommerce-account .variation dt {
  display: block;
  float: left;
  max-width: 46px;
  padding-right: 21px;
  font-weight: 700;
}
.lg-shop-cart tr .product-quantity,
.lg-shop-cart tr .product-remove,
.lg-shop-cart tr .product-subtotal {
  vertical-align: top;
  line-height: 25px;
  text-align: center;
}
.lg-shop-cart tr .product-subtotal {
  text-align: right;
}
.woocommerce td.product-name dl.variation dt {
  display: none;
}
.woocommerce .shop_table.order_details td.product-name dl.variation dt {
  display: block;
  float: left;
  width: 220px;
  max-width: 100%;
}
.woocommerce .shop_table.order_details td.product-name dl.variation dd {
  margin-left: 230px;
  margin-bottom: 5px;
  display: block;
  width: inherit;
}
.woocommerce td.product-name dl.variation dd {
  width: 100%;
  font-size: 12px;
  color: #666;
  text-align: left;
  display: inline-block;
}
.woocommerce .product-remove a.remove {
  color: #c8c8c8 !important;
  border: 1px solid #c8c8c8;
  font-size: 14px;
  border-radius: 0;
  padding: 4px;
  width: auto !important;
  height: auto !important;
  margin-bottom: 6px;
  display: inline-block;
  vertical-align: top;
}
.woocommerce .product-remove a.remove:hover {
  background: #e7008b !important;
  color: #fff !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: 700;
  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: 400;
  margin: 0;
}
.checkout_coupon .button,
.coupen-voucher .button {
  box-shadow: none !important;
  background: 0 0 !important;
  color: #0b0a0a !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  height: 35px !important;
  padding: 0 15px !important;
}
.lg-shop-cart tr.cart_item td.deliver-note {
  text-align: right;
  padding: 0;
}
.deliver-note label {
  font-size: 14px;
  font-weight: 400;
  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;
}
.delivery-msg .note-case,
.order-total.lg-total-amount .includes_tax,
.tm-cart-edit-options,
.with-tax span small.tax_label {
  display: none;
}
.delivery-msg {
  font-size: 18px;
  margin-bottom: 35px;
  padding-left: 48px;
  background: url(assets/images/ico-rocket.png) no-repeat;
  line-height: 34px;
  padding-bottom: 10px;
}
.wc-proceed-to-checkout {
  padding: 10px 22px 20px !important;
  background: #f1f1f1;
}
.woocommerce .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0 !important;
  width: 100% !important;
}
.sp-carttotals-wrapp-inner {
  background: #fff;
  padding: 10px 0;
  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: #b00;
}
.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;
  line-height: 24px;
  margin-bottom: 0;
}
.cart-discount,
.cart-discount a {
  color: #c71010;
}
.order-total.lg-total-amount > span {
  font-size: 23px;
  font-weight: 400;
  float: right;
  color: #241f20;
}
.order-total.lg-total-amount > span strong {
  font-weight: 400;
}
.payment-methods img {
  border: 1px solid #dedbd1;
  padding: 2px;
  margin-bottom: 8px;
}
.payment-methods .js-bottom img {
  max-height: 35px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
  max-width: 320px;
}
.sp-benefits-box {
  margin-bottom: 25px;
  padding: 10px 10px 0;
}
.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;
}
.lenses-options .variation,
.wrap-elemen {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
.lenses-options .variation li {
  display: inline-block;
  vertical-align: top;
  width: 65px;
}
.product .woocommerce-variation-price,
.woocommerce .woocommerce-info:before {
  display: none;
}
.wrap-elemen dt {
  color: #000;
  padding-top: 3px !important;
}
#order_review_heading {
  margin-top: 50px;
}
.woocommerce .woocommerce-info {
  background: #f7f4f3;
  border-radius: 0;
  padding: 15px !important;
  font-weight: 700;
  font-size: 14px;
  border: none !important;
  margin-bottom: 0 !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: 0 !important;
}
.woocommerce-account .woocommerce form.login {
  max-width: 350px;
}
.woocommerce-account .woocommerce form.login .button {
  padding: 10px 20px !important;
  font-weight: 400 !important;
  background: #5aa9c8 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.woocommerce form.login label.inline {
  float: right;
  margin-top: 2px;
  font-weight: 400;
}
.woocommerce .woocommerce-error {
  background: #ffd6d6;
  color: #db0000;
  font-weight: 700;
}
.woocommerce .woocommerce-error:before {
  background: #fff;
  padding: 0 3px;
}
.woocommerce-error-ht {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #ffd6d6;
  color: #db0000;
  border-top: 3px solid #b81c23;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  font-weight: 700;
}
.woocommerce-error-ht::before {
  font-family: WooCommerce;
  content: '\e016';
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
  color: #b81c23;
  background: #fff;
  padding: 0 3px;
}
.woocommerce-error-ht::after {
  clear: both;
}
.woocommerce-info a {
  color: #032da5;
}

#hometrialdet .modal-dialog {
  top: 80px;
  z-index: 2000;
}
.spex-processPartial__image {
  width: 200px;
}
#customer_details .form-row label {
  color: #666;
}
#customer_details
  .form-row.form-row.form-row-wide.address-field.update_totals_on_change.validate-required {
  margin-top: 0;
  margin-bottom: 10px;
  color: #000;
  float: left;
  width: 100%;
}
#billing_phone_field,
#billing_state_field {
  width: 49%;
  float: left;
  clear: none;
}
#billing_email_field,
#billing_postcode_field {
  width: 49%;
  float: right;
  clear: none;
}
.woocommerce form .form-row .select2-container span {
  line-height: 2.8;
}
.woocommerce form .form-row .select2-container .select2-selection--single {
  height: 47px;
  border-color: #d7d7d7;
  border-radius: 0;
  color: #6c6c6c;
  padding: 3px 0 3px 8px;
}
.woocommerce
  form
  .form-row
  .select2-container
  .select2-selection--single
  .select2-selection__arrow {
  height: 44px;
}
.woocommerce form .form-row .select2-container {
  line-height: 2.8em;
}
.select2-container .select2-choice {
  border-color: #d7d7d7;
  border-radius: 0;
  color: #6c6c6c;
  padding: 3px 0 3px 8px;
}
.select2-drop-active,
.select2-drop.select2-drop-above {
  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: 20px 0;
  padding: 30px 0 0 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;
  width: 100%;
  line-height: 1;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}
.form-row.form-row-wide.create-account span {
  line-height: 1.2;
  font-size: 14px;
  color: #211e20;
}
.form-row.form-row-wide.create-account input[type='checkbox'] {
  margin: 0;
  position: absolute;
  left: -26px;
  top: 4px;
  width: auto !important;
}
.woocommerce-checkout #payment {
  border-radius: 0;
  background: 0 0;
  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 li .about_paypal,
.woocommerce-checkout #payment li img,
.woocommerce-checkout #payment li:after,
.woocommerce-checkout #payment li:before,
.woocommerce-checkout #payment ul:after,
.woocommerce-checkout #payment ul:before {
  display: none !important;
}
.woocommerce-checkout #payment label {
  font-size: 16px;
  font-weight: 400;
  height: 35px;
  margin-bottom: 0;
  line-height: 20px;
  color: #3c3a3c;
}
.worldpaycw-control-label {
  font-size: 13px !important;
  padding: 8px 0 !important;
}
.worldpaycw-select-field select {
  padding: 0;
}
.woocommerce-checkout #payment .payment_method_paypal label {
  text-indent: -99999px;
  width: 95px;
  background: url(assets/images/bg-paypal.png) 0 center no-repeat;
}
.woocommerce-checkout #payment h3 {
  margin-bottom: 8px;
  padding-bottom: 0;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: none;
}
.col2-set.addresses address,
.shop_table1.order_details.lg-shop-cart tfoot,
.woocommerce .order_details {
  font-size: 18px;
  color: #3a3a3a;
}
.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: 0;
}
.shop_table1.order_details.lg-shop-cart {
  border-spacing: 0 5px;
}
.shop_table1.order_details.lg-shop-cart tfoot .amount {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  font-weight: 700;
}
.shop_table1 tr.shipping,
.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-name,
.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_table.shop_table_responsive.customer_details td {
  padding-left: 0;
  font-size: 18px;
  color: #3a3a3a;
}
.col2-set.addresses address {
  font-style: normal;
}
.woocommerce-checkout-review-order-table.lg-shop-cart
  tr.cart_item
  td.product-thumbnail
  img {
  height: 95px;
}
.shop_table1.woocommerce-checkout-review-order-table.lg-shop-cart
  tfoot
  .amount {
  color: #000;
}
.entry-meta {
  display: block;
}
.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
  .vtprd_shop_table
  tbody
  tr.order_table_item
  td.vtprd-product-name
  dl.variation {
  display: none;
}
.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;
}
.lg-cart-checkout-section h1 {
  text-align: left;
  font-size: 20px;
  color: #555;
}
.lg-wp-cartoptions {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 2px;
}
.lg-cart-checkout-section .sp-summary-detail {
  border: 1px solid #ccc;
  padding: 30px 30px 10px;
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
}
.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-payment-section,
.lg-cart-checkout-right .sp-total-pay {
  background: #f7f4f3;
  padding: 25px 32px 2px;
  margin-bottom: 5px;
}
.lg-cart-checkout-right .sp-payment-section ul.lg-wp-cartoptions {
  padding-bottom: 25px;
}
.sp-cartoptions {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.woocommerce .sp-billing-summary h3 {
  color: #666;
  font-size: 14px;
  text-align: left;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 12px;
}
.sp-billing-summary .sp-cartoptions {
  border: none;
  color: #666;
}
.sp-billing-summary .sp-cartoptions li:first-child {
  border-bottom: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  padding: 14px 0 8px;
  margin-bottom: 12px;
}
.sp-billing-summary .sp-cartoptions li.total-pay {
  padding-top: 14px;
  border-top: 1px solid #bfbfbf;
  margin-top: 5px;
}
.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,
.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: 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.order-total .amount,
.lg-wp-cartoptions li.tax-rate .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: 400;
  padding-left: 0;
}
.lg-wp-cartoptions li.place-order p label a {
  text-decoration: underline;
  color: #666;
}
.woocommerce .lg-wp-cartoptions li .btn-cart {
  border-radius: 4px;
  width: 100% !important;
  border: none !important;
  box-shadow: none !important;
  text-align: center;
  height: 55px;
  font-size: 14px !important;
  font-weight: 700 !important;
  background-color: #00a651 !important;
  text-transform: uppercase;
}
.table-responsive-custom {
  margin-bottom: 40px;
  box-shadow: 0 1px 0 #666;
}
.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: right;
  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 {
  padding-bottom: 15px;
}
.lg-shop-cart.woocommerce-checkout-review-order-table1
  tr.cart_item
  td.product-subtotal
  span.amount {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-checkout h3 {
  font-size: 18px;
  font-weight: 700;
}
#billing_occasionaloffers_field,
#billing_specialoffers_field {
  padding: 0 0 0 30px;
  position: relative;
  line-height: 1.4;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
  margin-top: 30px;
}
#billing_occasionaloffers_field input[type='checkbox'],
#billing_specialoffers_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 {
  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 h3 {
  font-weight: 500;
  font-size: 22px;
  color: #1475d0;
  margin-bottom: 22px;
}
.shipping-section h3 span {
  display: block;
  font-size: 14px;
  color: #666;
  padding-top: 10px;
  font-weight: 400;
}
.shipping-section li strong {
  color: #241f20;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
}
.shipping-section li span.amount {
  color: #333 !important;
  display: inline-block !important;
  padding-left: 0 !important;
  font-size: 16px !important;
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  position: fixed !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) 96% center no-repeat #fff;
}
.shipping-section li label span {
  font-size: 13px;
}
.shipping-section #shipping_method li label span {
  font-size: inherit;
}
.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: 8px;
  list-style-type: none;
}
.woocommerce .shipping-section ul#shipping_method li .shipping_note {
  font-weight: 400;
  line-height: 1.4;
  padding-top: 20px;
}
.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: 0 0 !important;
  padding: 0 !important;
  margin: 0 0 30px !important;
  position: initial;
}
.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;
}
h3.money,
h3.shipping {
  min-height: 33px;
  font-size: 17px;
}
.img-sagepay-area {
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.lg-shop-cart tr.shipping,
.worldpaycw-help-block {
  display: none;
}
.lg-cart-checkout-right .img-sagepay-area {
  margin-top: 35px;
  text-align: center;
}
.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: none;
  border-top: 1px solid #666 !important;
}
.just4specs-innerpage {
  text-align: center;
}
.just4specs-innerpage h4 {
  margin-top: 20px;
  margin-bottom: 40px;
}
.just4specs-innerpage .thumbnail {
  border: none;
}
#accordion .panel-title a {
  display: block;
}
#accordion .panel-title a:hover {
  color: #5aa8c7;
}
.js-btn-close,
.sp-header-mobile .search_form input[type='search']:focus,
.testimonial-btn .btn a,
.testimonial-btn .btn a:hover {
  color: #fff;
}
.testimonial-btn .btn {
  background-color: #5aa8c7;
  border: none;
}
.buying-guides hr,
.hr {
  border-top: 1px solid #5aa8c7;
}
.testimonials-widget-testimonials .alignright {
  display: none;
}
.buying-guides .columns-box {
  text-align: center;
  background-color: #eef6f9;
}
.buying-guides .col-md-4 {
  padding: 30px;
}
h3.guarantee,
h3.money,
h3.shipping {
  padding-left: 40px;
  padding-top: 7px;
}
.buying-guides .col-md-4 img {
  margin-bottom: 20px;
}
h3.shipping {
  background: url(assets/images/shipping-small.png) left top no-repeat;
}
h3.money {
  background: url(assets/images/money-small.png) left top no-repeat;
}
h3.guarantee {
  background: url(assets/images/guarantee-shield.png) left top no-repeat;
  min-height: 36px;
  font-size: 19px;
}
h3.on-all-frames,
h3.shipping-a {
  padding-left: 45px;
  padding-top: 7px;
}
h3.on-all-frames {
  background: url(assets/images/warranty-shield.png) left top no-repeat;
  padding-bottom: 19px;
  font-size: 19px;
}
h3.shipping-a {
  background: url(assets/images/shipping-1.png) left top no-repeat;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
h3.shipping-b,
h3.shipping-c {
  padding-top: 0;
  font-size: 13px;
  line-height: 19px;
  padding-left: 45px;
}
h3.shipping-b {
  background: url(assets/images/shipping-2.png) left top no-repeat;
  margin-bottom: 12px;
}
h3.shipping-c {
  background: url(assets/images/shipping-3.png) left top no-repeat;
  font-weight: 400;
  margin-bottom: 10px;
}
h3.shipping-d {
  background: url(assets/images/shipping-4.png) left top no-repeat;
  padding-left: 45px;
  padding-bottom: 8px;
  padding-top: 7px;
}
.entry-title {
  font-size: 24px;
  border-bottom: 1px solid #5aa8c7;
  padding-bottom: 15px;
}
#js-mobile-menu::-webkit-scrollbar {
  -webkit-appearance: none;
}
#js-mobile-menu::-webkit-scrollbar:vertical {
  width: 12px;
}
#js-mobile-menu::-webkit-scrollbar:horizontal {
  height: 12px;
}
#js-mobile-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
}
#js-mobile-menu::-webkit-scrollbar-track {
  background-color: #aaa;
}
#js-mobile-menu {
  position: fixed;
  left: -85%;
  top: 0;
  z-index: 9999;
  width: 100%;
  max-width: 85%;
  height: 100vh;
  min-height: 100vh;
  overflow-y: auto;
  background: #d0d5d8;
  padding-bottom: 80px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#js-mobile-menu.slide-on {
  left: 0;
}
.js-btn-close {
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 24px;
}
.sp-header-row {
  margin-bottom: 0;
  padding-top: 10px;
}
.sp-header-mobile .js-cart span {
  line-height: 20px;
}
.sp-header-mobile .js-product-panel {
  padding-right: 10px;
  padding-top: 20px;
}
.sp-header-mobile .search_form {
  display: block;
  position: static;
  float: left;
  width: 100%;
  border: none;
  background: #3a3a3a;
}
.sp-header-mobile .search_form input[type='search'] {
  width: calc(100% - 70px);
  height: 30px;
}
.sp-header-mobile .search_form [type='submit'] {
  height: 30px;
  width: 70px;
}
.sp-header-mobile .sp-navbar-toggle {
  float: left;
  width: 68px;
  height: 60px;
  text-align: center;
  background: 0 0;
  border: none;
  padding: 24px 22px 15px;
  display: block;
}
.sp-navbar-toggle .icon-bar {
  border-bottom: 2px solid #000;
  border-radius: 1px;
  display: block;
  height: 6px;
  width: 25px;
}
.sp-logo-mobile {
  margin: 0 68px 17px;
  line-height: 60px;
}
.sp-logo-mobile img {
  display: inline-block;
  vertical-align: middle;
  max-width: 180px;
}
.sp-header-mobile .js-navbar-mobile {
  border: none;
}
.sp-header-mobile .js-navbar-nav {
  padding: 62px 15px 0;
  border: none;
  margin: 0;
  background: #282c2d;
}
.sp-header-mobile .js-navbar-nav li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 0;
  position: relative;
}
.sp-header-mobile .js-navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.sp-header-mobile .js-navbar-nav > li > a:hover {
  color: #57a7c8;
}
.sp-header-mobile .js-navbar-nav ul {
  padding: 12px 0 0;
  margin: 0;
  list-style: none;
  display: none;
}
.sp-header-mobile .js-navbar-nav ul li a {
  color: #fff;
  text-align: left;
  font-size: 12px;
}
.sp-header-mobile .js-navbar-nav ul li li {
  border: none;
  padding: 6px 0;
}
.js-btn-down {
  display: block;
  float: right;
  position: absolute;
  right: 0;
  width: 47px;
  height: 47px;
  font-size: 27px;
  top: 0;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
}
li.menu-item-has-children li.menu-item-has-children .js-btn-down {
  font-size: 12px;
}
li.menu-item-has-children
  li.menu-item-has-children
  .js-btn-down.active
  .fa-plus:before {
  content: '\f068';
}
.js-bottom-menu {
  padding: 0 15px;
}
.js-bottom-menu > ul > li {
  padding: 18px 0;
  color: #000;
  font-size: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  text-transform: capitalize;
}
.js-bottom-menu > ul > li > a {
  color: #000;
}
.js-bottom-menu > ul > li:first-child {
  border: none;
}
.js-bottom-menu ul ul {
  padding-top: 18px;
  display: none;
}
.js-bottom-menu .fa {
  margin-right: 6px;
  color: #666;
}
.js-bottom-menu ul ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}
.js-bottom-menu ul ul li a {
  font-size: 12px;
}
.js-logged-in {
  cursor: pointer;
}
.sp-booking-detail h1 {
  border-bottom: 1px solid #5aa8c7;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 35px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.left-appointment .col-xs-6 {
  margin-bottom: 30px;
  padding: 0 20px;
}
.left-appointment .col-xs-6:first-child {
  border-right: 1px solid #dbdbdb;
}
.left-appointment h2 {
  color: #242d58;
  font-size: 16px;
  margin-bottom: 30px;
}
.left-appointment li {
  margin-bottom: 18px;
  list-style: none;
}
.left-appointment li .wpcf7-list-item {
  display: block;
  margin-bottom: 5px;
}
span.check span.wpcf7-list-item {
  display: block;
}
.left-appointment li h3 {
  font-size: 16px;
  font-weight: 400;
  padding-top: 26px;
}
.left-appointment li input[type='email'],
.left-appointment li input[type='tel'],
.left-appointment li input[type='text'],
.left-appointment li input[type='date'] {
  border: 2px solid #d6d6d6;
  color: #000;
  font-style: italic;
  height: 45px;
  padding: 10px 15px;
  width: 100%;
}
.left-appointment li input.dateIcon[type='text'] {
  background: url(assets/images/ico-calendar.png) 92% center no-repeat
    rgba(0, 0, 0, 0);
}
.left-appointment li .ms-select select {
  height: 41px;
  color: #999;
  font-style: italic;
}
.left-appointment li .ms-select {
  width: 48%;
  max-width: 48%;
  border: 2px solid #d6d6d6;
  display: inline-block;
  vertical-align: bottom;
}
.left-appointment li span.date1,
.left-appointment li span.date2,
.left-appointment li .ms-time {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
}
.left-appointment li span.date2,
.left-appointment li .ms-time-left {
  margin-right: 0;
}
.left-appointment li .ms-time-left {
  margin-top: 23px;
}
.left-appointment li .ms-time {
  font-weight: 400;
  width: 48%;
}
.left-appointment li .ms-time strong {
  font-weight: 600;
  font-size: 16px;
}
.left-appointment .button {
  height: 52px;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #5aa8c7;
  border-radius: 0;
  background: #5aa8c7;
  color: #fff;
}
.right-appointment h3,
.right-appointment h5 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 600;
  text-transform: none;
}
.left-appointment .button:hover {
  background: #7ca53d;
  border-color: #7ca53d;
}
.right-appointment {
  background: #f7f4f3;
  margin-bottom: 30px;
  padding: 20px;
  color: #444;
}
.right-appointment h3 {
  color: #151515;
  font-size: 16px;
  margin-bottom: 5px;
}
.right-appointment address {
  font-style: normal;
  font-size: 14px;
  margin-bottom: 0;
}
.right-appointment a {
  color: #a90202;
  text-decoration: underline;
}
.time-table {
  padding-top: 15px;
}
.right-appointment h5 {
  margin-bottom: 5px;
}
.time-table h5 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
.contact-form .btn,
.read-more,
.sp-timing h3 {
  text-transform: uppercase;
}
.right-appointment .table td,
.right-appointment .table th {
  border: none;
  padding: 4px;
}
.right-appointment .table {
  margin-bottom: 0;
}
.js-aboutus-section {
  padding-top: 25px;
  padding-bottom: 40px;
}
.js-aboutus-section h1.entry-title {
  font-weight: 700;
  margin-bottom: 45px;
}
.js-about-us {
  margin-bottom: 25px;
}
.js-about-us article {
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 310px;
}
.js-about-us figure img {
  border-radius: 100%;
  margin-bottom: 25px;
  max-width: 270px;
}
.js-about-us figure figcaption {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}
.js-story-content {
  margin-bottom: 35px;
}
.js-story-content img.alignleft {
  margin-right: 50px;
}
.js-story-content p {
  line-height: 1.6;
  margin-bottom: 20px;
  color: #666;
}
.js-founding-members {
  margin-bottom: 25px;
}
.js-founding-members article {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 370px;
  margin-bottom: 25px;
}
.js-founding-members article figcaption {
  font-weight: 700;
  display: block;
  padding-top: 18px;
  font-size: 18px;
  font-family: Oswald, sans-serif;
}
.sp-contact-detail h1 {
  font-size: 24px;
  margin-bottom: 18px;
}
.sp-contact-detail h2 {
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 600;
}
.sp-contact-detail > .row,
.sp-contact-detail > .sp-contact-middle > .row {
  margin: 0 -35px;
}
.sp-contact-detail > .row > div[class*='col-'],
.sp-contact-detail > .sp-contact-middle > .row > div[class*='col-'] {
  padding: 0 35px;
}
.left-contact {
  padding: 25px;
  background: #f7f4f3;
  margin-bottom: 50px;
}
.left-contact figure {
  margin-bottom: 20px;
}
.left-contact .row {
  margin: 0 -24px;
}
.left-contact .row div[class*='col-xs-'] {
  padding: 0 24px;
}
.contactlisting figure iframe,
.left-contact figure iframe {
  width: 100%;
  max-height: 232px;
}
.sp-address-box {
  padding-top: 0;
  padding-right: 0;
}
.sp-address-box ul li {
  margin-bottom: 12px;
  color: #666;
}
.sp-address-box ul li span.sp-title {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  color: #151515;
  float: left;
}
span.blog-category,
span.edit-link {
  display: block;
}
.sp-address-box ul li.sp-tel {
  font-weight: 700;
  font-size: 18px;
  color: #151515;
  margin-bottom: 5px;
}
.sp-address-box ul li.sp-email a {
  color: #666;
}
.sp-address-box ul li.sp-address address {
  margin-bottom: 25px;
  font-style: normal;
  color: #000;
}
.sp-address-box ul li.sp-address h6 {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}
.sp-button-bottom {
  padding-left: 0;
  padding-top: 10px;
}
.sp-button-bottom a {
  width: auto;
  border-radius: 0;
  text-align: center;
  padding: 18px 30px;
  line-height: 1;
  margin-bottom: 8px;
  font-size: 14px;
}
.sp-button-bottom a i {
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.sp-button-bottom a.button-alt {
  color: #000;
  border: 1px dashed #000;
}
.sp-map-contactsec h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.sp-contact-middle {
  padding: 40px 0;
  margin-bottom: 35px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.sp-contact-middle > .row > .col-sm-8 > .row {
  margin: 0 -15px;
}
.sp-contact-middle > .row > .col-sm-8 > .row > div[class*='col-xs-'] {
  padding: 0 15px;
}
.sp-contact-about {
  max-width: 315px;
  margin-bottom: 30px;
}
.sp-contact-about h3 {
  font-weight: 700;
  font-size: 16px;
}
.sp-travel-shop ul {
  margin: 0;
  font-size: 12px;
}
.sp-travel-shop ul li {
  margin-bottom: 0;
}
.sp-access-shop h4,
.sp-travel-shop h4 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 12px;
}
.sp-access-shop ul,
.sp-access-shop ul li {
  font-size: 14px;
  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: #000;
}
.sp-access-shop ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 18px;
  height: 17px;
  background: url(assets/images/sprite.png) 0 -19px no-repeat;
}
.sp-access-shop ul li.sp-ac-1:before {
  background: url(assets/images/sprite.png) 0 -355px no-repeat;
  height: 20px;
  top: 0;
}
.sp-access-shop ul li.sp-ac-2:before {
  background: url(assets/images/sprite.png) 0 -388px no-repeat;
  height: 14px;
  top: 2px;
}
.sp-access-shop ul li.sp-ac-3:before {
  background: url(assets/images/sprite.png) 0 -415px no-repeat;
  height: 16px;
  top: 0;
}
.sp-access-shop ul li.sp-ac-4:before {
  background: url(assets/images/sprite.png) 0 -438px no-repeat;
  height: 23px;
  top: -2px;
}
.sp-access-shop ul {
  margin: 0;
  padding: 0;
}
.sp-timing {
  margin-bottom: 40px;
}
.sp-timing h3 {
  border-bottom: 1px solid #d7d7d7;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
  padding-bottom: 10px;
}
.contact-form,
.sp-timing .table {
  margin-bottom: 30px;
}
.sp-timing .table td,
.sp-timing .table th {
  border: none;
  color: #151515;
  font-size: 11px;
  padding: 4px 0;
}
.sp-timing .table th {
  padding-bottom: 18px;
}
.sp-timing .table td {
  font-size: 14px;
  font-weight: 700;
  color: #666;
}
.sp-timing .table td:first-child {
  font-weight: 400;
}
.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 #ccc;
  color: #666;
  height: 42px;
  margin-bottom: 8px;
  padding: 10px 20px;
  width: 100%;
}
.contact-form textarea {
  height: 90px;
}
.contact-form .btn {
  font-family: 16px;
  color: #fff;
  font-weight: 600;
}
.services-contact {
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.post-thumbnail,
span.blog-category {
  margin-bottom: 10px;
}
span.screen-reader-text {
  margin-right: 10px;
}
.bottom-bar {
  overflow: hidden;
  margin: 30px 0;
  padding: 13px 0;
  font-size: 0.85em;
  line-height: 1.35em;
  border-top: 1px solid #5aa8c7;
  border-bottom: 1px solid #5aa8c7;
}
.bottom-bar .author,
.bottom-bar .category,
.bottom-bar .date {
  float: left;
  padding: 3px 0;
}
.bottom-bar .author {
  padding-left: 30px;
  margin-right: 30px;
  background: url(assets/images/person-blue.png) left no-repeat;
}
.bottom-bar .date {
  padding-left: 30px;
  background: url(assets/images/calendar.png) left no-repeat;
}
svg.icon-arrow-left,
svg.icon-arrow-right {
  width: 20px;
  height: 10px;
}
aside.widget-area {
  padding-left: 70px;
  margin-top: 40px;
}
aside.widget-area .widget_text {
  margin-bottom: 30px;
}
aside.widget-area ul {
  padding-left: 0;
  margin-left: 0;
}
aside.widget-area ul li {
  list-style: none;
}
.bottom-footer-sec .footer-link {
  color: #858585;
  text-decoration-line: none;
}

/* Woocommerce MY ACCOUNT **************************************************/

.woocommerce-account .table > thead > tr > th,
.woocommerce-account .table > tbody > tr > td {
  border: none;
  border-top: 1px solid #ccc;
  font-size: 13px;
}
.woocommerce-account .table > thead > tr > th {
  padding: 10px 8px;
  background: #7ca53d;
  font-family: Oswald;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-account table > thead > tr > th,
.woocommerce-account table > tbody > tr > td {
  border: none;
  border-top: 1px solid #ccc;
  font-size: 13px;
}
.woocommerce-account table > thead > tr > th {
  padding: 10px 8px;
  background: #7ca53d;
  font-family: Oswald;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-account table > thead > tr > th > span {
  font-weight: 400 !important;
}
.woocommerce-account .button {
  background: #5aa9c8 !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
}
.woocommerce-account .button:hover {
  color: #fff !important;
  background: #ed1a60 !important;
}
.woocommerce-account .entry-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #5aa8c7;
  padding-bottom: 15px;
}
.woocommerce-account input.button {
  padding: 20px 25px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.woocommerce-account .entry-header .entry-title {
  padding-bottom: 0;
  margin: 0;
  border-bottom: 0;
  display: inline-block;
  vertical-align: top;
}
.woocommerce-account .entry-header .edit-link {
  float: right;
  margin-top: 12px;
}
.woocommerce-MyAccount-navigation {
  background: #deeef4;
  margin-bottom: 30px;
}
.woocommerce-MyAccount-content {
  margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation > ul > li {
  border-bottom: 1px solid #fff;
}
.woocommerce-MyAccount-navigation > ul > li > a {
  display: block;
  line-height: 1;
  padding: 15px 15px 15px 25px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.15s linear;
}
.woocommerce-MyAccount-navigation > ul > li > a > .fa {
  margin-right: 8px;
}
.woocommerce-MyAccount-navigation > ul > li > a:hover,
.woocommerce-MyAccount-navigation > ul > li.is-active > a {
  color: #fff;
  background: #ed1a60;
}
.js-dashboard-area {
  padding-top: 20px;
}
.js-dashboard-area h3 {
  font-size: 20px;
}

/* Product detail tabs area **************************************************/
.js-woocommerce-tabs {
  margin-bottom: 40px;
}
.js-woocommerce-tabs h2 {
  font-size: 16px;
}
.js-woocommerce-tabs .panel {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.js-woocommerce-tabs .js-tabarea {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.js-woocommerce-tabs .panel.entry-content {
  padding-top: 20px;
  margin-top: 15px;
  border-top: 1px solid #ccc;
}
.js-woocommerce-tabs .js-tabarea h3.js-tab-heading {
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.js-woocommerce-tabs .js-tabarea h3.js-tab-heading a {
  display: block;
  position: relative;
  padding-right: 30px;
  color: #e7008b;
}
.js-woocommerce-tabs .js-tabarea h3.js-tab-heading a.collapsed {
  color: #000;
}
.js-woocommerce-tabs .js-tabarea h3.js-tab-heading a:after {
  content: '\f068';
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  width: 30px;
  text-align: center;
  font-size: 16px;
  height: 100%;
  top: 0;
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
}
.js-woocommerce-tabs .js-tabarea h3.js-tab-heading a.collapsed:after {
  content: '\f067';
}

.woocommerce-message {
  background: #f4faf4;
  font-size: 16px;
  font-weight: bold;
  color: #8fae1b;
}
.woocommerce-message a,
.woocommerce-message a:hover,
.woocommerce-message a:active,
.woocommerce-message a:link,
.woocommerce-message a:visited {
  color: #8fae1b;
}
.woocommerce-message:before {
  color: #000;
}
.woocommerce-message a.checkout-btn {
  background: #00a651 !important;
  border: 1px solid #00a651 !important;
  color: #fff !important;
  margin-left: 10px !important;
  padding: 12px 30px !important;
  width: 140px;
}
.woocommerce-message a.cart-btn {
  color: #4d4b4a !important;
  background: #dbd8d7 !important;
  border: 1px solid #bfbfbf !important;
  padding: 12px 30px !important;
}

#inline-1 .modal {
  position: fixed;
  top: 50px;
}

/* Checkout form new payment changes after update 26-05-2018 */

.woocommerce
  .lg-cart-checkout-right
  .sp-payment-section
  ul.lg-wp-cartoptions
  .input-checkbox {
  margin-bottom: 20px;
  float: left;
  margin-top: 4px;
}
.woocommerce-checkout .lg-wp-cartoptions .place-order p.terms label {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}
.woocommerce-checkout .lg-wp-cartoptions .place-order p.terms label a {
  display: block;
  font-weight: bold;
}
.woocommerce-checkout #payment {
  margin-bottom: 0px;
}

#inline-1 .modal-backdrop.in {
  z-index: -1;
}

#upsellpopup .modal-backdrop.in {
  z-index: -1;
}

/* Try on Page **************************************************/
.js-topinfo {
  margin-bottom: 15px;
}
.js-topinfo p {
  float: left;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.js-topinfo-link {
  float: right;
}
.js-topinfo-link a {
  text-decoration: underline;
  font-size: 18px;
  text-transform: uppercase;
  color: #5aa8c7;
  font-weight: 700;
}
.js-topinfo-link a:hover {
  text-decoration: none;
}
/**/
.js-tryon-section .row {
  font-size: 0;
}
.js-tryon-section .row {
  display: flex;
}
.js-tryon-section .row div[class*='col-md-'] {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.js-tryon-section .row div[class*='col-md-'] {
  margin-bottom: 20px;
}
/**/
.js-tryon-section article {
  border: 1px solid #b7b7b7;
  text-align: center;
  margin-bottom: 20px;
}
.js-tryon-section article {
  height: 100%;
  margin-bottom: 0;
}
.js-tryon-section article figure {
  line-height: 160px;
  height: 160px;
}
.js-checkout-sec.js-tryon-section article figure {
  margin-top: 15px;
}
.js-tryon-section article figure img {
  display: inline-block;
  vertical-align: middle;
  max-height: 120px;
  width: auto;
  max-width: 100%;
}
.js-tryon-section article .remove_link {
  line-height: 1.2;
  padding: 10px 15px;
  font-size: 14px;
}
.js-tryon-section article .add_link {
  padding-top: 10px;
  padding-right: 15px;
}
.js-tryon-section article .add_link .js-circle {
  height: 28px;
  width: 28px;
  border: 1px solid #93b55f;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 26px;
  color: #93b55f;
  text-align: center;
}
.js-tryon-section article .js-prodescarea {
  margin-bottom: 0;
}
.js-tryon-section article.js-added-product h3 {
  font-size: 16px;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
  padding: 0 10px !important;
}
.js-tryon-section article .js-prodescarea h3 {
  margin-bottom: 10px !important;
}
.js-tryon-section article .js-prodescarea .js-profav p {
  font-size: 16px;
  color: #575757;
}
.js-tryon-section article.js-added-product .js-profav p {
  color: #04a2e2;
}
.js-tryon-section article .js-bottom-panel {
  border-top: 1px solid #b7b7b7;
}
.tryon-bottom-info {
  background: #f3f3f3;
  padding: 8px;
  margin-bottom: 60px;
}
.tryon-left-info {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  float: left;
  padding-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.tryon-bottom-info .fa {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.tryon-right-info {
  float: right;
}
.tryon-right-info .button {
  text-transform: uppercase;
  font-size: 15px;
  background: #7ca53d;
}
.tryon-right-info .button:hover {
  background: #5aa9c8;
}
/* Try on Page **************************************************/

/* Try Out Checkout page **************************************************/
#customer_details select {
  height: 45px;
}
.top-text-trial {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.top-text-trial h3 {
  font-size: 28px;
  font-weight: 600;
  color: #002645;
}
.top-text-trial p {
  margin-bottom: 60px;
}
.top-text-trial p strong {
  font-size: 20px;
}
.bottom-text-trial {
  margin-bottom: 20px;
}
.bottom-text-trial .checkbox label {
  color: #000;
  font-size: 15px;
}
.bottom-text-trial .checkbox label a {
  text-decoration: underline;
  color: #009fdc;
}
.js-checkout-payment {
  font-weight: 400;
  font-size: 16px;
  color: #515151;
}
.js-checkout-payment h3 {
  margin-bottom: 8px;
  padding-bottom: 0;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: none;
  font-family: 'PT Sans', sans-serif;
}
.payment_box.payment_method_worlday {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  margin-bottom: 25px;
  font-size: 13px;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151;
}
.js-checkout-payment label {
  font-weight: 400;
}
.payment_box.payment_method_worlday label {
  padding-right: 10px !important;
}
.payment_box.payment_method_worlday:before {
  content: '';
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.payment_box.payment_method_worlday p {
  margin-bottom: 5px;
}
.woocommerce .lg-wp-cartoptions li .btn-cart:hover {
  background: #ed1a60 !important;
}
.woocommerce-tryon-checkout #customer_details h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
/* Try Out Checkout page End **************************************************/

.howitworks {
  font-weight: bold;
}

.message_info .woocommerce-message::before {
  color: #8fae1b;
}

a.viewtrial {
  text-decoration: underline;
}

input[id='payment_method_stripe'],
label[for='payment_method_stripe'] {
  display: none;
}

.js-tryon-section .add_to_cart_button.button {
  padding: 10px;
}

.js-tryon-section .js-oldprice .woocommerce-Price-amount {
  font-size: 16px;
}

div[data-value='no'] {
  display: none;
}
.js-tryon-section article .js-prodescarea h3 {
  min-height: 40px;
}
.page-template-template-tryonview .js-tryon-section .row {
  display: block;
}
@media screen and (min-width: 992px) {
  .woocommerce-MyAccount-content .js-tryon-section .row .col-md-3 {
    width: 33.33%;
  }
}
@media screen and (max-width: 560px) {
  .js-tryon-section .row {
    display: block;
  }
  .js-tryon-section .row .col-xs-6 {
    width: 100%;
  }
}
.woocommerce table.my_account_orders .button {
  margin-right: 5px;
  margin-bottom: 5px;
}
.woocommerce form .form-row .input-checkbox {
  margin-top: 5px;
  margin-left: -20px;
}
.woocommerce-order {
  padding-top: 30px;
}
.woocommerce-order ul {
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
}
.woocommerce-order ul.order_details li {
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
}
.woocommerce-order ul.order_details li strong {
  display: block;
  font-size: 14px;
  text-transform: none;
  line-height: 1.5;
  color: #000;
}
.woocommerce-table
  .woocommerce-table__line-item.order_item
  ul.wc-item-meta
  > li {
  list-style-type: none;
}
.woocommerce #payment #place_order {
  float: left;
}
.js-home-products.text-center
  .js-featured-wrap
  .js-bottom-panel
  .js-pricebox.left,
.js-home-products.text-center
  .js-featured-wrap
  .js-bottom-panel
  .js-button-right {
  float: none;
}
.js-home-products.text-center
  .js-featured-wrap
  .js-bottom-panel
  .js-pricebox.left
  .js-oldprice {
  text-align: center;
  margin-bottom: 10px;
}

.js-home-products.text-center
  .js-featured-wrap
  .js-bottom-panel
  .js-button-right {
  text-align: center;
}
.js-home-products.text-center
  .js-featured-wrap
  .js-bottom-panel
  .js-button-right
  a {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 47%;
  margin-right: -4px;
  margin: 0px 2px;
}
.js-featured-wrap .js-bottom-panel .js-button-right a .glyphicon,
.js-featured-wrap .js-bottom-panel .js-button-right a small {
  color: #fff;
}

.js-featured-wrap.owl-carousel .owl-stage-outer {
  padding-top: 32px;
}

@media screen and (min-width: 768px) {
  .js-featured-wrap.owl-carousel .owl-stage-outer {
    padding-top: 48px;
  }
}

@media screen and (min-width: 992px) {
  .js-featured-wrap.owl-carousel .owl-stage-outer {
    padding-top: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .js-featured-wrap.owl-carousel .owl-stage-outer {
    padding-top: 32px;
  }
}

.contact-form .ms-select select {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  #main.js-purchase-page .tryon-right-info {
    float: none;
    text-align: center;
  }
}

.cursorloading {
  cursor: wait;
}

.facetwp-checkbox:first-child {
  border: none;
}

/*#products-sidebar .facetwp-facet-home_trial{padding-top:10px;height:50px;}
.facetwp-facet-home_trial [data-value="no"]{display:none;}
.facetwp-facet-home_trial [data-value="yes"]{text-indent:-9999px;max-width:50px;height:15px;background-color:#ccc !important;border-radius:5px;}
.facetwp-facet-home_trial [data-value="yes"]:before{border-radius:100px;height:25px;width:25px;top:6px;}
.facetwp-facet-home_trial [data-value="yes"].checked:before{left:auto;right:0;background-color:#60171e;}
.facetwp-facet-home_trial [data-value="yes"].checked:after{display:none;}

#products-sidebar .facetwp-facet-home_trial {
    padding-top: 10px;
    height: 50px;
    max-height: 150px;
}*/
/* Recent View Products */
.js-featured-wrap {
  margin-bottom: 50px;
}
.js-featured-wrap.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.js-featured-wrap .owl-item .col-xs-6 {
  height: 100%;
}
.js-home-products article {
  height: 100%;
  margin: 0;
  padding-bottom: 100px;
}
.js-home-products .js-bottom-panel {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.js-bottom-panel .add_to_cart_button.button:focus,
.js-bottom-panel .button-alt:focus {
  background: #ed1a60;
  color: #fff;
}

.woocommerce div.product div.images img {
  width: auto;
  max-width: 100%;
}

.mt-2 {
  margin-top: 2rem;
}
