html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body {
  background: #ffffff;
  color: #2E3039;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
body {
  position: relative;
  overflow-x: hidden;
}
.fs9 {
  font-size: 11px;
}
.fs10 {
  font-size: 12px;
}
.fs11 {
  font-size: 13px;
}
.fs12 {
  font-size: 14px;
}
.fs13 {
  font-size: 15px;
}
.fs14 {
  font-size: 16px;
}
.fs15 {
  font-size: 17px;
}
.fs16 {
  font-size: 18px;
}
.welcome {
  color: #636E75;
  font: Verdana;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
a {
  color: #2e3039;
  cursor: hand;
  cursor: pointer;
}
a img {
  border: none;
}
a:hover {
  color: #f7942d;
  text-decoration: none;
}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  line-height: 20px;
}
body,
td,
th,
input,
textarea,
select,
a {
  outline: 0 none;
}
a,
a:hover,
a:focus {
  -webkit-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
  text-decoration: none;
  outline: 0 none;
}
.quantity input,
input[name="quantity"] {
  width: auto;
  display: inline;
  text-align: center;
}
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
table.list thead td {
  background-color: transparent;
  padding: 0px 5px;
}
table.list .center {
  text-align: center;
  padding: 7px;
}
table.list tbody td {
  padding: 0px 5px;
}
table.list td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.list .right {
  text-align: right;
  padding: 7px;
}
table.list .left {
  text-align: left;
  padding: 7px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
input.large-field,
select.large-field {
  width: 300px;
}
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
}
table.form tr td:first-child {
  width: 150px;
}
table.radio {
  width: 100%;
  border-collapse: collapse;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: #F1FFDD;
  cursor: pointer;
}
.breadcrumb {
  background: none;
  padding: 0 0 5px;
  border-bottom: 1px solid #e3e3e3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
}
.breadcrumb li:last-child:before {
  color: #f7942d;
}
.breadcrumb li:last-child a {
  color: #f7942d;
}
.pagination {
  border-top: 1px solid #ddd;
  padding-top: 8px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pagination .links {
  float: left;
}
.pagination .links a,
.pagination .links b {
  border: 1px solid #ddd;
}
.pagination .links a {
  display: inline-block;
  border-left-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #A3A3A3;
}
.pagination .links a:hover {
  background-color: #f7942d;
  color: #fff;
}
.pagination .links b {
  display: inline-block;
  border-left-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 12px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  background-color: #f7942d;
  border: 1px solid #f7942d;
}
.pagination .results {
  float: right;
  padding-top: 3px;
}
input.button {
  margin: 0;
  border: 0;
  height: 30px;
  padding: 0px 15px;
}
.button,
input.button {
  cursor: pointer;
  color: #FFFFFF;
  background-color: #424242;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.button:hover,
input.button:hover {
  background: #f7942d;
  color: #ffffff;
  box-shadow: none;
}
a.button,
input.button {
  color: #ffffff;
  background: #4a4a4a;
  text-transform: uppercase;
  font-size: 14px;
}
a.button:hover,
input.button:hover {
  box-shadow: none;
  color: #ffffff;
}
a.button {
  display: inline-block;
  text-decoration: none;
  padding: 6px 12px 6px 12px;
}
.buttons {
  background: #ffffff;
  border: 1px solid #CCC;
  overflow: auto;
  padding: 6px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .left {
  float: left;
  text-align: left;
}
.htabs {
  background: #F2F3F2;
  height: 40px;
  line-height: 16px;
}
.htabs a {
  padding: 12px 15px;
  float: left;
  font-size: 15px;
  color: #424242;
  font-weight: 500;
  text-transform: uppercase;
}
.htabs a.selected,
.htabs a:hover {
  color: #f7942d;
}
.producttabs {
  position: relative;
}
.tab-content {
  z-index: 2;
}
#tab-description {
  padding-bottom: 18px;
}
.carousel-controls {
  position: absolute;
  top: 7px;
  right: 0;
  width: 59px;
  height: 27px;
}
.carousel-controls .carousel-control {
  background: #ffffff;
  font-size: 22px;
  width: 30px;
  color: #9e9c9c;
  opacity: 1;
  filter: alpha(opacity=100);
  line-height: 27px;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: none;
}
.carousel-controls .carousel-control:hover {
  color: #f7942d;
}
.carousel-control {
  text-shadow: none;
}
.carousel-control.left {
  background-image: -webkit-gradient(linear,0% top,100% top,from(transparent),to(transparent));
  background-image: -webkit-linear-gradient(left,color-stop(transparent 0%),color-stop(transparent 100%));
  background-image: -moz-linear-gradient(left,transparent 0%,transparent 100%);
  background-image: linear-gradient(to right,transparent 0%,transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  background-image: -webkit-gradient(linear,0% top,100% top,from(transparent),to(transparent));
  background-image: -webkit-linear-gradient(left,color-stop(transparent 0%),color-stop(transparent 100%));
  background-image: -moz-linear-gradient(left,transparent 0%,transparent 100%);
  background-image: linear-gradient(to right,transparent 0%,transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.form-review {
  margin-bottom: 25px;
}
.product-related .carousel-controls {
  top: -56px;
}
ul.links {
  position: relative;
  margin: 0;
  padding: 0;
}
ul.links li {
  display: inline-block;
  margin-right: 15px;
}
ul.links li > a span {
  font-size: 14px;
  margin-right: 5px;
}
ul.list > li a:hover,
ul.list > li a.active {
  color: #f7942d;
}
ul.list > li a:hover .badge,
ul.list > li a.active .badge {
  background-color: #f7942d;
}
.required {
  color: #FF0000;
  font-weight: bold;
}
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  margin-top: 30px;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.attention {
  background: #FFF5CC url('/catalog/view/theme/lexus_royal/image/attention.png') 10px center no-repeat;
  border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.warning {
  background: #FFD1D1 url('/catalog/view/theme/lexus_royal/image/warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: 14px;
  display: block;
}
.error {
  display: block;
  color: #FF0000;
}
.welcome {
  color: #636E75;
  font: 14px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
.success {
  background: #EAF7D9 url('/catalog/view/theme/lexus_royal/image/success.png') 10px center no-repeat;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
}
h1 {
  font-size: 25px;
  line-height: 40.8px;
}
h1 small {
  font-size: 21px;
}
h2 {
  font-size: 22px;
  line-height: 51px;
}
h2 small {
  font-size: 14px;
}
h3 {
  font-size: 20px;
  line-height: 34px;
}
h3 small {
  font-size: 16px;
}
h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
h4 small {
  font-size: 14px;
}
h5 {
  font-size: 15px;
  line-height: 34px;
}
h5 small {
  font-size: 12px;
}
h6 {
  font-size: 14px;
  line-height: 34px;
}
form {
  padding: 0;
  margin: 0;
  display: inline;
}
input[type='text'],
input[type='password'],
textarea {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.checkout .radio label {
  padding-right: 15px;
}
.input-group {
  background: #363636;
  border: 1px solid #414141;
}
.input-group .error,
.input-group .alert-danger,
.input-group .alert-success {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px;
}
.input-group .inputNew {
  background: #363636;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 40px;
  color: #848484;
  padding-left: 10px;
  width: 189px;
  float: left;
}
.input-group .button_mini {
  background: url('/catalog/view/theme/lexus_royal/image/yellow/icon.png') no-repeat 0 10px;
  border: none;
  height: 40px;
  padding-right: 15px;
  cursor: pointer;
  float: right;
}
#page {
  margin: 0 auto;
  background-color: #ffffff;
}
body.layout-boxed-md {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
body.layout-boxed-md #page {
  max-width: 970px;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  background: #ffffff;
}
body.layout-boxed-lg {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
body.layout-boxed-lg #page {
  max-width: 1170px;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  background: #ffffff;
}
#topbar {
  background: #424242;
  max-height: 42px;
  font-weight: 600;
}
.topbar .caret {
  border-color: #B4B4B4 rgba(0,0,0,0);
}
.topbar ul li a {
  font-size: 14px;
  color: #b4b4b4;
}
.topbar ul li:hover a {
  color: #f7942d;
}
.topbar ul li .text-link {
  display: inline-block;
}
#header {
  border-bottom: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 0 5px #dfdfdf;
  box-shadow: 0 0 5px #dfdfdf;
  position: relative;
  z-index: 999;
}
#header-main #logo {
  padding-top: 24px;
  padding-bottom: 24px;
}
#header-main #logo-theme {
  padding-top: 15px;
  padding-bottom: 15px;
}
#header-main #logo-theme a {
  color: #f7942d;
  font-size: 30px;
  font-weight: 700;
}
#header-main .inner > * {
  display: table-cell;
  vertical-align: middle;
}
#pav-mainnav .mainnav-wrap {
  background: #232323;
  margin-bottom: 20px;
}
.sidebar {
  margin-top: 30px;
}
#pav-promotion {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #f3f3f3;
  padding-top: 30px;
}
#content {
  margin-top: 30px;
  min-height: 400px;
}
.sidebar  [class*="col-"] {
  width: 100%;
}
#pav-mass-bottom {
  border-top: 1px solid #e6e6e6;
  background: #f3f3f3;
  padding-top: 30px;
}
.contact-location {
  margin-bottom: 12px;
}
.contact-location img {
  max-width: none;
}
.wrapper h1 {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.contact-content .content {
  background-color: #F6F6F6;
  padding: 20px;
  border: 0;
}
.contact-content .content a {
  color: #8a8a8a;
}
.contact-content h3 {
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 10px;
}
.contact-content .buttons {
  border: 0;
  padding: 0;
  margin-top: 20px;
  background: transparent;
}
.contact-content .contact-info .content {
  padding-bottom: 0;
}
.contact-content .contact-info .media:hover .fa {
  background-color: #f7942d;
}
.contact-content .contact-info .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #e3e3e3;
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#footer {
  background: #2E2E2E;
}
#footer .container-inner {
  padding-top: 10px;
  color: #848484;
}
#footer .box .box-heading {
  background: none;
  border: none;
  color: #b2b2b2;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
}
#footer .box .box-content {
  background: none;
  border: none;
}
#footer .footer-top {
  background: #ffffff;
  border-bottom: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
}
#footer .footer-center {
  border-bottom: 1px solid #363636;
}
#footer .footer-bottom .newsletter-social {
  border: 1px solid #8a8a8a;
  padding: 12px;
}
#footer .column a {
  text-decoration: none;
  color: #b2b2b2;
  -webkit-transition: padding 0.5s ease 0s;
  transition: padding 0.5s ease 0s;
}
#footer .column a:hover {
  color: #f7942d;
  padding-left: 10px;
}
#footer .column ul li a {
  background: none;
  padding-left: 0;
  text-transform: none;
}
.powered {
  padding: 20px 0;
  color: #8a8a8a;
  overflow: hidden;
  border-top: 1px solid #363636;
}
.powered a {
  color: #f7942d;
}
.powered .paypal {
  padding-top: 15px;
}
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
.banner div img {
  margin-bottom: 20px;
}
.box.producttabs .box-heading {
  background: none;
  padding-left: 0;
}
.sidebar .box .box-heading {
  background-color: #f7942d;
  margin-bottom: 0;
  padding-left: 45px;
  color: #ffffff;
  line-height: 49px;
}
.sidebar .box .box-heading:before {
  content: "\f0c9";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  left: 14px;
  top: 15px;
}
.sidebar .box .box-content {
  border: 1px solid #e9e9e9;
  padding: 15px;
}
.box.special .box-heading {
  background-color: #575757;
}
.box.pav-custom .box-content {
  padding: 0;
  border: none;
}
.box-heading {
  font-family: 14px;
  font-size: 20px;
  font-weight: 700;
  color: #464646;
  margin-bottom: 28px;
  border-bottom: 1px solid #e3e3e3;
  line-height: 30px;
  position: relative;
  min-height: 35px;
  text-transform: uppercase;
}
.box-heading .heading-image {
  background: #58b0da;
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 28px;
}
.box-heading .headding-title {
  border-bottom: 3px solid #464646;
  float: left;
  min-height: 35px;
}
.box {
  margin-bottom: 30px;
  position: relative;
}
.box.highlighted .box-heading,
.box.orange .box-heading,
.box.dark .box-heading,
.box.green .box-heading,
.box.maroon .box-heading,
.box.blue .box-heading,
.box.gray .box-heading,
.box.pink .box-heading,
.box.red .box-heading {
  border-bottom: 1px dashed #ffffff;
  color: #ffffff;
}
.box.orange .box-heading {
  background: #faba77;
}
.box.orange .box-content {
  background: #f7942d;
}
.box.orange li {
  border-top-color: #faba77;
}
.box.orange a {
  color: #B66B00;
}
.box.orange a:hover {
  color: #6F4100;
}
.box.dark {
  background: #424242;
}
.box.dark a {
  color: #777;
}
.box.dark a:hover {
  color: #888;
}
.box.green {
  background: #8bb81f;
}
.box.green a {
  color: #63E063;
}
.box.green a:hover {
  color: #43F043;
}
.box.maroon {
  background: #F35D34;
}
.box.maroon a {
  color: #B4300D;
}
.box.maroon a:hover {
  color: #C93F19;
}
.box.blue {
  background: #f7942d;
}
.box.blue a {
  color: #47C9FF;
}
.box.blue a:hover {
  color: #0073A3;
}
.box.gray {
  background: #292929;
}
.box.gray a {
  color: #999;
}
.box.gray a:hover {
  color: #777;
}
.box.pink {
  background: #c3325f;
}
.box.pink a {
  color: #FF5C8F;
}
.box.pink a:hover {
  color: #FA2E6E;
}
.box.red {
  background: #E76D66;
}
.box.red a {
  color: #EE4538;
}
.box.red a:hover {
  color: #DA3F33;
}
.btn.btn-theme-normal {
  background: none;
  color: #b4b4b4;
  line-height: 40px;
  padding: 0 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.btn.btn-theme-normal:hover {
  color: #f7942d;
}
#header .language .dropdown-menu,
#header .currency .dropdown-menu,
#header .mymenu .dropdown-menu {
  background-color: #424242;
  border: 0;
  margin: 0;
  top: 35px;
  padding: 7px 12px 12px;
  font-size: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  z-index: 9999;
}
#header .language .dropdown-menu a,
#header .currency .dropdown-menu a,
#header .mymenu .dropdown-menu a {
  display: block;
  float: none;
  padding: 5px;
}
#header .language .dropdown-menu a:before,
#header .language .dropdown-menu a:after,
#header .currency .dropdown-menu a:before,
#header .currency .dropdown-menu a:after,
#header .mymenu .dropdown-menu a:before,
#header .mymenu .dropdown-menu a:after {
  content: " ";
  display: table;
}
#header .language .dropdown-menu a:after,
#header .currency .dropdown-menu a:after,
#header .mymenu .dropdown-menu a:after {
  clear: both;
}
#header .language .dropdown-menu a img,
#header .currency .dropdown-menu a img,
#header .mymenu .dropdown-menu a img {
  margin-right: 5px;
  margin-top: 3px;
  float: left;
}
#header .language .dropdown-menu a span,
#header .currency .dropdown-menu a span,
#header .mymenu .dropdown-menu a span {
  float: left;
  padding-right: 8px;
  line-height: 20px;
}
#header .language .dropdown-menu .last a,
#header .currency .dropdown-menu .last a,
#header .mymenu .dropdown-menu .last a {
  margin-bottom: 0;
}
#header .login {
  color: #B4B4B4;
  line-height: 42px;
  padding-left: 10px;
}
#header .login a {
  color: #f7942d;
}
#header #cart {
  position: relative;
}
#header #cart .content {
  background: #ffffff;
  clear: both;
  display: none;
  min-height: 150px;
  min-width: 330px;
  padding: 8px;
  position: absolute;
  right: 0;
  border-color: #e3e3e3;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  z-index: 9999;
}
#header #cart .arrow-up-back {
  border-bottom: 10px solid #ddd;
  border-left: 10px solid rgba(0,0,0,0);
  border-right: 10px solid rgba(0,0,0,0);
  height: 0;
  position: absolute;
  right: 74px;
  top: -10px;
  width: 0;
}
#header #cart .arrow-up {
  border-bottom: 10px solid #FFFFFF;
  border-left: 10px solid rgba(0,0,0,0);
  border-right: 10px solid rgba(0,0,0,0);
  height: 0;
  position: absolute;
  right: 74px;
  top: -8px;
  width: 0;
}
#header #cart .heading {
  background-color: #f7942d;
  background-image: url('/catalog/view/theme/lexus_royal/image/yellow/cart.png');
  background-position: 15px 10px;
  background-repeat: no-repeat;
  height: 42px;
  line-height: 43px;
  display: block;
}
#header #cart .heading a {
  text-decoration: none;
}
#header #cart .heading a span {
  color: #ffffff;
  padding-left: 50px;
  padding-right: 20px;
}
#header #cart.active .content {
  display: block;
}
#header #cart .checkout {
  text-align: right;
  clear: both;
}
#header #cart .empty {
  padding-top: 20px;
  text-align: center;
}
.mini-cart-total {
  text-align: right;
}
.mini-cart-total td {
  color: #555;
  padding: 4px;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px 5px;
  border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info .image img {
  border: 1px solid #EEEEEE;
  text-align: left;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-info td.total {
  text-align: right;
}
#search {
  margin: 22px 0;
  position: relative;
}
#search input {
  background: #fafafa;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 33px;
  padding-left: 10px;
  padding-right: 25px;
}
#search .button-search {
  color: #ABABAB;
  cursor: pointer;
  height: 33px;
  line-height: 33px;
  position: absolute;
  right: 5px;
  top: 0;
  width: 17px;
  z-index: 99;
}
#search_mobile {
  margin: 7px 0;
  position: relative;
}
#search_mobile input {
  height: 28px;
  border: none;
}
#search_mobile .button-search {
  color: #ABABAB;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  position: absolute;
  right: 5px;
  top: 0;
  width: 17px;
  z-index: 99;
}
.product-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 28.8px;
  border: 1px solid #e3e3e3;
}
.product-block:hover {
  -webkit-box-shadow: 0 0 3px #e3e3e3;
  box-shadow: 0 0 3px #e3e3e3;
}
.product-block:hover .cart {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
}
.product-block:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
}
.product-block:hover .product-meta {
  bottom: 45px;
  color: #FFFFFF;
  transform: translateY(0px);
}
.product-block:hover .image .pav-colorbox {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.product-block:hover .image .product-zoom {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
}
.product-block .image:hover .product-zoom {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.product-block .product-meta {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
  background-color: #fff;
  display: block;
  left: 0;
  position: absolute;
  bottom: -70px;
  transform: translateY(100%);
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  z-index: 9999;
}
.product-block .product-meta .name {
  font-size: 16px;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  line-height: 22px;
  margin-top: 10px;
  font-weight: 600;
}
.product-block .product-meta .description {
  color: #848484;
  padding-bottom: 10px;
  display: none;
}
.product-block .group-item {
  position: relative;
  cursor: pointer;
}
.product-block .triangle-righttop {
  border-right: 90px solid rgba(0,0,0,0);
}
.product-block .action {
  border-top: 90px solid #5B5B5B;
  position: absolute;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  left: -30%;
  top: 0;
  z-index: 9999;
}
.product-block .action:hover {
  border-right: 90px solid rgba(0,0,0,0);
  border-top: 90px solid #f7942d;
}
.product-block .action .action-inner {
  left: 15px;
  position: absolute;
  top: -80px;
}
.product-block .action .action-inner .wishlist {
  margin-left: 15px;
}
.product-block .action .action-inner a {
  color: #ffffff;
}
.product-block .action .action-inner span {
  display: none;
}
.product-block .triangle-bottomleft {
  border-left: 90px solid rgba(0,0,0,0);
}
.product-block .cart {
  border-bottom: 90px solid #5B5B5B;
  bottom: 100%;
  position: absolute;
  right: -30%;
  cursor: pointer;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block .cart:hover {
  border-bottom: 90px solid #f7942d;
  border-left: 90px solid rgba(0,0,0,0);
}
.product-block .cart .addtocart {
  background: url('/catalog/view/theme/lexus_royal/image/yellow/cart.png') no-repeat;
  bottom: -72px;
  display: block;
  height: 19px;
  right: 15px;
  position: absolute;
  width: 22px;
}
.product-block .cart .addtocart span {
  display: none;
}
.product-block .price {
  font-size: 20px;
  display: block;
  color: #EF5A60;
  font-weight: 600;
  padding: 0 18px 10px;
  opacity: 1;
}
.product-block .price .price-tax {
  display: none;
}
.product-block .price-old {
  float: right;
  font-size: 14px;
  color: #959595;
  line-height: 35px;
  text-decoration: line-through;
}
.product-block .image {
  display: block;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.product-block .image .product-label-special {
  position: absolute;
  right: 10px;
  background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') no-repeat;
  z-index: 10;
  width: 49px;
  height: 49px;
  font-size: 15px;
  line-height: 2.857142858;
}
.product-block .image.swap .image_container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.product-block .image.swap .image_container .front {
  backface-visibility: hidden;
  -webkit-transition: all 600ms ease-in-out 0s;
  transition: all 600ms ease-in-out 0s;
  transform-style: preserve-3d;
}
.product-block .image.swap .image_container .back {
  backface-visibility: hidden;
  top: 0;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  transform-style: preserve-3d;
  -webkit-transition: all 600ms ease-in-out 0s;
  transition: all 600ms ease-in-out 0s;
  left: 0;
  width: 100%;
  height: auto;
}
.product-block .image.swap .image_container:hover .back {
  position: absolute;
  z-index: 10;
}
.product-block .image.swap .img-overlay {
  display: none;
}
.product-block .image .product-zoom {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: visible;
  visibility: hidden;
  color: #ffffff;
  font-size: 16px;
  z-index: 10;
  text-align: center;
  width: 52px;
  height: 52px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.product-block .image .product-zoom i {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 4px;
  background-color: #5b5b5b;
  line-height: 44px;
}
.product-block .image .product-zoom i:hover {
  background-color: #f7942d;
}
.product-block .image .pav-colorbox {
  background: #5b5b5b;
  padding: 0;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 33px;
  overflow: auto;
  display: block;
  z-index: 10;
  color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  width: 100px;
  height: 33px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: absolute;
}
.product-block .image .pav-colorbox:hover {
  background: #f7942d;
}
.product-block .image .pav-colorbox span {
  margin-right: 6px;
}
.product-block .image .pav-colorbox .icon-eye {
  margin: 0 5px 0 0;
}
.product-block:hover .product-zoom {
  left: 1px;
}
.quickview .product-info .image-additional {
  padding: 0 30px;
}
.producttabs .nav-tabs {
  border-bottom: 1px solid #e3e3e3;
}
.producttabs .nav-tabs li a {
  color: #464646;
  font-size: 18px;
  line-height: 30px;
  min-height: 35px;
  padding: 0;
  margin-right: 25px;
  text-transform: uppercase;
  font-weight: 300;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: transition;
}
.producttabs .nav-tabs li:hover > a {
  color: #f7942d;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #f7942d;
}
.producttabs .nav-tabs li.active > a,
.producttabs .nav-tabs li > a.selected {
  background: none;
  font-weight: 700;
  color: #f7942d;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #f7942d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tab-content {
  margin-top: 25px;
}
#blog-carousel img {
  margin-right: 30px;
  overflow: hidden;
  float: left;
}
.group-blog .description {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pavblogs-comments-box img {
  float: left;
  padding-right: 12px;
}
.newsletter_block .description {
  padding: 10px 0;
}
.sidebar .product-block {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #e3e3e3;
  box-shadow: none;
  margin-bottom: 18px;
}
.sidebar .product-block:hover .image .pav-colorbox {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sidebar .product-block .price {
  padding: 0;
  font-size: 16px;
}
.sidebar .product-block .price .price-old {
  float: none;
}
.sidebar .product-block .name {
  margin-top: 0;
}
.sidebar .product-block .image {
  float: left;
  margin-right: 12px;
  margin-bottom: 15px;
  box-shadow: none;
}
.sidebar .product-block .action,
.sidebar .product-block .cart {
  display: none;
}
.sidebar .product-block .description {
  display: none;
}
.sidebar .product-block .product-meta {
  overflow: hidden;
  padding: 0;
  position: static;
  transform: none;
  width: auto;
}
.sidebar .subcart {
  font-size: 11px !important;
  padding-top: 5px;
  position: absolute;
  right: 7px;
}
.sidebar ul.box-category,
.sidebar ul.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar ul li,
.sidebar ul.box-category li {
  padding: 8px 5px;
}
.sidebar ul li ul li,
.sidebar ul.box-category li ul li {
  padding: 5px 5px 0px 10px;
}
.sidebar ul li ul li a,
.sidebar ul.box-category li ul li a {
  text-decoration: none;
  display: block;
  font-size: 14px;
}
.sidebar ul li a,
.sidebar ul.box-category li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}
.sidebar ul li a:hover,
.sidebar ul.box-category li a:hover {
  color: #f7942d;
}
.tags a {
  padding: 10px;
}
.carousel-inner .item {
  margin: 2px;
}
.pavcarousel {
  padding: 15px 0;
}
.pavcarousel .carousel-control {
  color: #C0C0C4;
  font-weight: bold;
  height: 23px;
  line-height: 12px;
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: hidden;
  text-shadow: none;
  width: 14px;
  top: 47%;
}
.heading-title {
  border-bottom: 1px solid #e3e3e3;
  min-height: 40px;
}
.heading-title > .title {
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #464646;
  min-height: 40px;
  float: left;
  line-height: 25px;
}
.box-content .badge {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
ul.box-filter,
ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.box-filter > li ul {
  padding-bottom: 10px;
}
ul.box-filter span {
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
#colorbox *:before,
#colorbox *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.zoomContainer .zoomLens {
  border-color: #8a8a8a !important;
}
.zoomContainer .zoomWindow {
  border: 4px solid #e3e3e3 !important;
}
#scrollUp {
  bottom: 0px;
  right: 30px;
  width: 70px;
  height: 70px;
  margin-bottom: -10px;
  padding: 10px 5px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  color: #828282;
  -webkit-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
  box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
  background-color: #E6E6E6;
  background-image: -moz-linear-gradient(top,#EBEBEB,#DEDEDE);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#EBEBEB),to(#DEDEDE));
  background-image: -webkit-linear-gradient(top,#EBEBEB,#DEDEDE);
  background-image: -o-linear-gradient(top,#EBEBEB,#DEDEDE);
  background-image: linear-gradient(to bottom,#EBEBEB,#DEDEDE);
  background-repeat: repeat-x;
  -webkit-transition: margin-bottom 150ms linear;
  -moz-transition: margin-bottom 150ms linear;
  transition: margin-bottom 150ms linear;
}
#scrollUp:hover {
  margin-bottom: 0px;
}
.title_block {
  color: #4D4E4F;
  font-weight: 600;
  text-transform: uppercase;
}
.category-list {
  margin-bottom: 20px;
  margin-top: 10px;
  overflow: hidden;
}
.category-list ul li {
  float: left;
  margin-right: 10px;
}
.category-list ul li a {
  border: 1px solid #e3e3e3;
  color: #8a8a8a;
  cursor: pointer;
  display: inline-block;
  padding: 3px 10px;
  text-indent: 0;
  -webkit-transition: background-color 0.5s linear 0s;
  transition: background-color 0.5s linear 0s;
}
.category-list ul li a:hover {
  color: #f7942d;
}
.category-info .image {
  margin-bottom: 25px;
}
.category-info p {
  margin-bottom: 18px;
}
.manufacturer-heading {
  background: #F8F8F8;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
}
.manufacturer-list {
  border: 1px solid #DBDEE1;
  padding: 5px;
  margin-bottom: 20px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.manufacturer-content {
  padding: 8px;
  overflow: auto;
}
.product-filter {
  padding: 5px 0;
  margin-bottom: 22px;
  margin-top: 20px;
  color: #8a8a8a;
}
.product-filter .sort {
  float: left;
}
.product-filter .form-filter {
  border: 1px solid #e3e3e3;
  padding: 3px;
}
.product-filter .limit {
  margin-left: 15px;
  float: left;
}
.product-filter .display {
  margin-right: 15px;
  float: left;
}
.product-filter .display a.grid > span {
  border-right: 1px solid #e3e3e3;
}
.product-filter .display a > span {
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 8px 10px 4px;
}
.product-filter .display a > em {
  display: none;
}
.product-filter .display a.active {
  color: #f7942d;
}
.product-filter .product-compare {
  line-height: 28px;
  float: right;
}
.product-filter .product-compare a {
  color: #8a8a8a;
  border: 1px solid #e3e3e3;
  padding: 5px 8px;
  -webkit-transition: background-color 0.5s linear 0s;
  transition: background-color 0.5s linear 0s;
}
.product-filter .product-compare a:hover {
  color: #f7942d;
}
.product-list .col-fullwidth {
  width: 100%;
}
.product-list .product-block .group-item {
  float: left;
  width: 30%;
}
.product-list .product-block .description {
  display: block;
}
.product-list .product-block .image {
  margin-bottom: 0;
}
.product-list .product-block .product-meta {
  float: left;
  overflow: hidden;
  position: static;
  width: 70%;
  transform: none;
}
.product-list .product-block #triangle-bottomleft,
.product-list .product-block #triangle-righttop {
  border: none;
}
.product-list .product-block .cart {
  border: none;
  opacity: 1;
  position: static;
}
.product-list .product-block .cart .addtocart {
  background-color: #4A4A4A;
  background-position: 10px 5px;
  float: left;
  height: auto;
  padding: 6px 10px 5px 40px;
  position: static;
  width: auto;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.product-list .product-block .cart .addtocart:hover {
  background-color: #f7942d;
}
.product-list .product-block .cart span {
  color: #ffffff;
  display: block;
  text-transform: uppercase;
}
.product-list .product-block .action {
  border: none;
  float: right;
  left: -19%;
  opacity: 1;
  position: relative;
  top: -31px;
  width: auto;
}
.product-list .product-block .action .wishlist,
.product-list .product-block .action .compare {
  background: #4A4A4A;
  float: left;
  margin-left: 15px;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.product-list .product-block .action .wishlist:hover,
.product-list .product-block .action .compare:hover {
  background: #f7942d;
}
.product-list .product-block .action span {
  color: #FFFFFF;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  padding-left: 5px;
  text-transform: uppercase;
}
.product-list .product-block .action-inner {
  float: right;
  overflow: hidden;
  position: static;
  width: 100%;
}
.product-list .product-block .action-inner a {
  color: #FFFFFF;
  display: flex;
  font-size: 13px;
  padding: 9px;
}
.product-list .product-block .rating {
  margin-bottom: 20px;
}
.product-list .product-block .price-old {
  float: none;
}
.product-list .price {
  float: left;
  padding-top: 15px;
}
.product-grid {
  position: relative;
}
.product-info {
  margin-bottom: 20px;
}
.product-info .column-image {
  height: auto;
  width: 37%;
  margin-right: 25px;
}
.product-info .price-old {
  text-decoration: line-through;
  padding-left: 8px;
}
.product-info .price-new {
  color: #FF0000;
  font-size: 18px;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
  color: #999;
}
.product-info .cart .links {
  display: inline-block;
  vertical-align: middle;
}
.product-info .cart div > span {
  color: #999;
}
.product-info .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info > .left {
  float: left;
  margin-right: 15px;
}
.product-info > .left + .right {
  margin-left: 265px;
}
.product-info .image {
  border: 1px solid #E7E7E7;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.product-info .image .product-label-special {
  position: absolute;
  right: 10px;
  background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') no-repeat;
  z-index: 10;
  width: 49px;
  height: 49px;
  font-size: 15px;
  line-height: 2.857142858;
}
.product-info .price {
  margin-bottom: 10px;
  font-size: 15px;
}
.product-info .price .reward {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info .price .discount {
  font-weight: normal;
  font-size: 12px;
  color: #4D4D4D;
}
.product-info .quantity-adder {
  margin-right: 36px;
  margin-bottom: 20px;
  position: relative;
}
.product-info .quantity-adder input {
  padding-left: 8px;
  padding-right: 8px;
  height: 32px;
}
.product-info .quantity-adder span {
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  line-height: 13px;
  right: -18px;
  top: 0;
}
.product-info .quantity-adder span.add-down {
  font-size: 21px;
  right: -18px;
  top: 17px;
}
.product-info .product-extra {
  overflow: hidden;
}
.product-info .product-extra input {
  text-transform: uppercase;
}
.product-info .product-extra .wishlist {
  margin-left: 12px;
}
.product-info .product-extra .wishlist,
.product-info .product-extra .compare {
  background-color: #4c4c4c;
  padding: 5px 18px;
  font-size: 16px;
  display: inline-block;
}
.product-info .product-extra .wishlist:hover,
.product-info .product-extra .compare:hover {
  background-color: #f7942d;
}
.product-info .product-extra .wishlist a,
.product-info .product-extra .compare a {
  color: #ffffff;
}
.product-info .product-extra .wishlist span,
.product-info .product-extra .compare span {
  display: none;
}
.product-info .description {
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  line-height: 25px;
}
.product-info .description a {
  color: #4D4D4D;
  text-decoration: none;
}
.product-info .image-additional {
  padding: 0 30px;
  clear: both;
  overflow: hidden;
}
.product-info .image-additional a {
  float: left;
  display: block;
  margin-bottom: 10px;
}
.product-info .image-additional img {
  border: 1px solid #e3e3e3;
  padding: 3px;
  margin-left: 10px;
}
.product-info .image-additional img:hover {
  border: 1px solid #f7942d;
}
.product-info .image-additional .carousel-control {
  cursor: pointer;
  font-size: 40px;
  top: 30px;
  color: #292929;
  width: 15px;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.product-info .options {
  padding: 0px 5px 10px 5px;
  margin-bottom: 10px;
  color: #000000;
}
.product-info .review {
  margin-bottom: 10px;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.form-review .option {
  margin-bottom: 18px;
}
.review-list {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .text {
  clear: both;
}
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.compare-info {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
.compare-info .price-old {
  font-weight: bold;
  color: #F00;
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info td {
  padding: 7px;
  width: 20%;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.compare-info tr td:first-child {
  font-weight: bold;
  text-align: right;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
  text-align: right;
}
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
  text-align: left;
}
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
  text-align: right;
}
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
  text-align: left;
}
.wishlist-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.wishlist-info thead .image {
  text-align: center;
}
.wishlist-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.wishlist-info tbody .action img {
  cursor: pointer;
}
.wishlist-info tbody .image {
  text-align: center;
}
.wishlist-info tbody .image img {
  border: 1px solid #ddd;
}
.wishlist-info tbody .price s {
  color: #F00;
}
.wishlist-info td {
  padding: 7px;
}
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}
.order-list {
  margin-bottom: 10px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.order-list .order-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
  float: left;
  width: 33.3%;
}
.order-list .order-info {
  text-align: right;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.order-detail {
  background: #EFEFEF;
  font-weight: bold;
}
.return-list {
  margin-bottom: 10px;
}
.return-list .return-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
  float: left;
  width: 33.3%;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.return-list .return-info {
  text-align: right;
}
.return-product {
  margin-bottom: 20px;
  clear: both;
  overflow: auto;
}
.return-name {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-model {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-quantity {
  float: left;
  width: 31%;
}
.return-detail {
  overflow: auto;
  margin-bottom: 20px;
}
.return-reason {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened textarea {
  width: 98%;
  vertical-align: top;
}
.return-captcha {
  float: left;
}
.download-list {
  margin-bottom: 10px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.download-list .download-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
  float: left;
  width: 33.3%;
}
.download-list .download-info {
  text-align: right;
}
.cart-module > div {
  display: none;
}
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
  text-align: left;
}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
  text-align: left;
}
.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
  position: relative;
  top: 4px;
  cursor: pointer;
}
.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right;
}
.cart-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody .image img {
  border: 1px solid #ddd;
}
.cart-info tbody span.stock {
  color: #F00;
  font-weight: bold;
}
.cart-info td {
  padding: 7px;
}
.cart-info table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.cart-total {
  border-top: 1px solid #ddd;
  overflow: auto;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
.cart-total table {
  float: right;
}
.cart-info thead .price,
.cart-info thead .total {
  text-align: right;
}
.checkout-heading {
  background: #e3e3e3;
  border: 1px solid #e3e3e3;
  padding: 8px;
  font-weight: bold;
  font-size: 1;
  color: #555555;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
#pav-mainnav .navbar {
  background: none;
  border: none;
  margin-left: 80px;
  margin-bottom: 0;
}
#pav-mainnav .navbar .navbar-nav > li {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
#pav-mainnav .navbar .navbar-nav > li:hover {
  background: #ffffff;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
#pav-mainnav .navbar .navbar-nav > li:hover a:before {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 100%;
}
#pav-mainnav .navbar .navbar-nav > li > a {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 55px;
  color: #555;
  background: none;
}
#pav-mainnav .navbar .navbar-nav > li > a:before {
  background-color: #f7942d;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 0;
}
#pav-mainnav .navbar .navbar-nav > li > a:hover,
#pav-mainnav .navbar .navbar-nav > li > a:focus {
  color: #f7942d;
}
#pav-mainnav .navbar .navbar-nav > li.pav-parrent {
  position: static;
}
@media (min-width: 768px) and (max-width: 979px) {
  #pav-mainnav .navbar .navbar-nav > li.pav-parrent .dropdown-menu {
    width: 100% !important;
  }
}
#pav-mainnav .navbar .navbar-nav .multi-menu {
  position: static;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s .2s;
  transition: all .5s .2s;
  display: block;
  color: ;
  background-color: #ffffff;
  border: 0;
  padding: 10px;
  visibility: hidden;
  top: 65px;
  min-width: 200px;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu li {
  border-bottom: none;
  font-size: 15px;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu li a {
  line-height: 30px;
  display: block;
  -webkit-transition: padding 0.5s ease 0s;
  transition: padding 0.5s ease 0s;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu li a:hover {
  color: #f7942d;
  padding-left: 10px;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu h3,
#pav-mainnav .navbar .navbar-nav .dropdown-menu .dropdown-submenu.mega-group .dropdown-toggle {
  margin-bottom: 0;
  font-size: 18px;
  margin: 10px 0;
  font-weight: 400;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .caret {
  display: none;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu embed,
#pav-mainnav .navbar .navbar-nav .dropdown-menu iframe {
  width: 100%;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .hidden-sub-menu .menu-title {
  display: none;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .product-block {
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  margin: 0;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .product-block .name {
  font-size: 15px;
  margin: 0 0 5px;
  line-height: 20px;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .product-block .pav-colorbox {
  display: none !important;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .product-block .rating {
  margin-bottom: 8px;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .product-block .price {
  font-size: 15px;
  padding: 0;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .product-block .cart {
  display: none;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .product-block .action,
#pav-mainnav .navbar .navbar-nav .dropdown-menu .product-block .price-old {
  float: left;
  line-height: 20px;
  padding-right: 5px;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .product-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#pav-mainnav .dropdown:hover > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 77px;
  visibility: visible;
}
#pav-mainnav .dropdown .dropdown-menu > .dropdown-menu-inner {
  padding-left: 15px;
  padding-right: 15px;
}
#pav-mainnav .dropdown .dropdown-menu > .dropdown-menu-inner .dropdown-submenu .dropdown-mega .dropdown-toggle {
  margin: 0;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  font-size: 14px;
}
#pav-mainnav .dropdown .dropdown-menu > .dropdown-menu-inner .dropdown-submenu .dropdown-mega .dropdown-toggle:hover {
  padding-left: 0;
}
#pav-mainnav .dropdown-submenu {
  position: relative;
}
#pav-mainnav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
  margin: 0;
  opacity: 1;
  position: absolute;
  left: 150px;
  top: 10px;
  visibility: visible;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#pav-mainnav .dropdown-submenu > .dropdown-menu {
  border-radius: 0 6px 6px 6px;
  left: 100%;
  margin-left: -6px;
  margin-top: -6px;
  top: 0;
}
#pav-mainnav .dropdown-submenu .dropdown-submenu .menu-title {
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: none;
}
#pav-mainnav .cols2 {
  width: 520px;
}
#pav-mainnav .cols3 {
  width: 720px;
}
#pav-mainnav .cols4 {
  width: 920px;
}
#mainmenutop .navbar-toggle {
  float: left;
}
.offcanvas-menu .button-close-menu {
  color: #424242;
  cursor: pointer;
  float: left;
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.offcanvas-sidebars-buttons {
  margin-top: 25px;
}
#menu-offcanvas .menu-offcanvas-inner {
  padding: 12px;
}
#menu-offcanvas .dropdown .dropdown-menu {
  display: block;
  position: relative;
  float: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  width: 100% !important;
}
html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  min-height: 100%;
}
.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0;
}
.offcanvas-content,
.offcanvas-content-inner {
  position: relative;
}
.offcanvas-container {
  position: relative;
}
.offcanvas-pusher {
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.offcanvas-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.offcanvas-menu-open .offcanvas-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.offcanvas-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas-menu-open .offcanvas-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.offcanvas-menu .pav-menu-video iframe {
  width: 270px;
}
.offcanvas-menu ul.megamenu > li > a,
.offcanvas-menu .dropdown-toggle {
  font-size: 16px;
}
.offcanvas-menu .pavo-widget .menu-title {
  font-weight: normal;
  padding: 10px 0 12px 0;
}
.offcanvas-menu .pavo-widget a {
  border: none;
  padding: 0;
}
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
  lioffcanvas-style: none;
}
.offcanvas-menu ul ul {
  margin-left: 10px;
}
.offcanvas-menu ul ul.list li {
  border-bottom: 1px solid #EEEEEE;
}
.offcanvas-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0,0,0,0.4);
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
  font-weight: 300;
  font-size: 2em;
}
.offcanvas-menu ul li a {
  display: block;
  padding: 0.7em 1em 0.7em 1.2em;
  outline: none;
  font-weight: 400;
  border-bottom: 1px solid #EEEEEE;
  -webkit-transition: padding 0.5s ease 0s;
  transition: padding 0.5s ease 0s;
}
.offcanvas-menu ul li:firoffcanvas-child a {
  box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}
.offcanvas-menu ul li a:hover {
  color: #f7942d;
  background: #FDFDFD;
}
.offcanvas-menu .product-block:hover {
  box-shadow: none;
}
.offcanvas-menu .product-block .pav-colorbox {
  display: none !important;
}
.offcanvas-menu .product-block .name {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 5px;
}
.offcanvas-menu .product-block .rating {
  margin-bottom: 8px;
}
.offcanvas-menu .product-block .price {
  font-size: 15px;
  padding: 0;
}
.offcanvas-menu .product-block .price-old {
  float: left;
  line-height: 20px;
}
.offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-effect-1.offcanvas-menu::after {
  display: none;
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-2.offcanvas-menu {
  z-index: 1;
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  z-index: 1;
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-5.offcanvas-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%,0,0);
  transform: translate3d(50%,0,0);
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
@media (max-width: 480px) {
  #mainmenutop .navbar-nav {
    display: none;
  }
  .offcanvas-siderbars {
    position: relative;
  }
  .offcanvas-siderbars .offcanvas-sidebar {
    display: none;
    width: 100%;
  }
  .offcanvas-siderbars.column-left-active #oc-column-left {
    display: block;
  }
  .offcanvas-siderbars.column-right-active #oc-column-right {
    display: block;
  }
  .offcanvas-siderbars.column-left-active .main-column {
    display: none;
  }
  .offcanvas-siderbars.column-right-active .main-column {
    display: none;
  }
}
.social {
  display: block;
  overflow: hidden;
  margin-right: 10px;
}
.social li {
  float: left;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.social li:hover .fa {
  color: #f7942d;
}
.social li .fa {
  display: block;
  height: 42px;
  width: 35px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  color: #797979;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.social li span {
  display: none;
}
.social [class^="fa-"],
.social [class*=" fa-"] {
  font-size: 16px;
  line-height: 42px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#footer ul.list li {
  margin: 10px 0;
}
#footer ul.list li a {
  color: #848484;
}
#footer ul.list li a:hover {
  color: #f7942d;
}
ul.contact li {
  margin: 15px 0;
  overflow: hidden;
}
.contact .fabox {
  background: url('/catalog/view/theme/lexus_royal/image/yellow/bg-contact.png') no-repeat;
  color: #d4d4d4;
  display: block;
  float: left;
  width: 39px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  margin-right: 8px;
  font-size: 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.contact .fabox i {
  padding-left: 3px;
}
.box.cusblock {
  margin: 0;
}
.box-static li {
  border-color: #363636;
  border-style: solid;
  border-width: 0 1px 0 0;
}
.box-static li:last-child {
  border: none;
}
.box-static .static {
  background-image: url('/catalog/view/theme/lexus_royal/image/yellow/shipping.png');
  background-repeat: no-repeat;
  background-position: 15px 25px;
  padding-left: 60px;
  color: #c4c4c4;
  float: left;
}
.box-static .static h3 {
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  font-weight: 600;
}
.box-static .static p {
  padding-bottom: 3px;
}
.box-static .static.support {
  background-image: url('/catalog/view/theme/lexus_royal/image/yellow/support.png');
  background-position: 15px 17px;
  padding-left: 53px;
}
.box-static .static.feature {
  background-image: url('/catalog/view/theme/lexus_royal/image/yellow/feature.png');
  background-position: 15px 20px;
}
.box-static .static.mauris {
  background-image: url('/catalog/view/theme/lexus_royal/image/yellow/mauris.png');
  background-position: 15px 17px;
}
.login-content {
  margin-bottom: 30px;
}
#topbar .show-mobile {
  position: relative;
}
#topbar .show-mobile .inner-toggle {
  background-color: #424242;
  position: absolute;
  left: 0;
  top: 100%;
  min-height: 150px;
  min-height: 100px;
  min-width: 200px;
  z-index: 9999;
  padding: 15px;
  width: 200px;
  height: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#topbar .show-mobile .inner-toggle ul,
#topbar .show-mobile .inner-toggle ol,
#topbar .show-mobile .inner-toggle .links {
  margin: 0;
  width: 100%;
}
#topbar .show-mobile .inner-toggle ul li,
#topbar .show-mobile .inner-toggle ol li,
#topbar .show-mobile .inner-toggle .links li {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0;
}
#topbar .show-mobile .inner-toggle ul li a:hover,
#topbar .show-mobile .inner-toggle ol li a:hover,
#topbar .show-mobile .inner-toggle .links li a:hover {
  background-color: transparent;
}
#topbar .show-mobile .inner-toggle .btn {
  display: none;
}
#topbar .show-mobile .inner-toggle .text-label {
  font-size: 14px;
  text-transform: none;
  color: #b4b4b4;
}
#topbar .show-mobile .inner-toggle .dropdown-menu {
  display: block;
  border: 0;
  position: static;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#topbar .show-mobile .quick-access ul li a {
  padding: 5px 0;
  float: left;
}
#topbar .show-mobile .quick-access ul li a .fa {
  padding-right: 8px;
}
#topbar .show-mobile .cart-m .inner-toggle {
  width: auto;
  min-height: 70px;
}
#topbar .show-mobile .cart-m .inner-toggle .icon-cart {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: auto;
}
#topbar .show-mobile .cart-m .inner-toggle .heading {
  display: none;
}
#topbar .show-mobile .cart-m .inner-toggle .empty {
  text-align: center;
  color: #b4b4b4;
}
#topbar .show-mobile .cart-m .inner-toggle a,
#topbar .show-mobile .cart-m .inner-toggle td {
  color: #ffffff;
}
#topbar .show-mobile .cart-m .inner-toggle .mini-cart-info td {
  border-color: #797979;
}
#topbar .show-mobile .pull-right:hover .inner-toggle {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#topbar .show-mobile .quickaccess-toggle {
  color: #797979;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding: 0;
  width: 50px;
  height: 42px;
}
#topbar .show-mobile .quickaccess-toggle:hover {
  color: #f7942d;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #menu-offcanvas {
    display: none;
  }
  #header-main #logo {
    padding-top: 20px;
  }
  #pav-mainnav .navbar {
    margin-left: 0;
  }
  #pav-mainnav .navbar .navbar-nav > li:hover {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
  #search {
    position: relative;
    z-index: 9999;
  }
  #search input {
    width: 90px;
  }
  #search input:active,
  #search input:focus {
    transition: all 0.6s ease 0s;
    width: 200px;
    position: absolute;
    right: 0;
  }
  .product-info .image-additional {
    padding: 0 10px;
  }
  .product-info .image-additional img {
    margin-left: 5px;
  }
  .product-block .product-meta {
    bottom: 43px;
    transform: none;
  }
  .product-block:hover .product-meta {
    bottom: 43px;
    transform: none;
  }
  .box-static li {
    border: none;
  }
  input.inputNew {
    width: 170px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header-main .inner.logo {
    float: none;
    width: 100%;
    text-align: center;
  }
  #header-main #logo {
    padding-bottom: 0;
    display: block;
  }
  #pav-mainnav .navbar {
    margin-left: 0;
  }
  #pav-mainnav .navbar .navbar-nav > li:hover {
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
  }
  .product-info .image-additional {
    padding: 0 10px;
  }
  .product-info .image-additional img {
    margin-left: 5px;
  }
  .product-block .product-meta {
    bottom: 45px;
    transform: none;
  }
  .product-block .column-image {
    width: 45%;
  }
  .box-static li {
    border: none;
  }
}
@media (max-width: 767px) {
  #topbar .show-mobile {
    margin-left: 50px;
  }
  #header-main {
    text-align: center;
  }
  #header-main #pav-mainnav {
    position: absolute;
    top: 0;
    left: 0;
  }
  #header-main #pav-mainnav .navbar {
    margin-left: 0;
  }
  #header-main .header-wrap > * {
    display: inline-block;
    float: none !important;
  }
  #header-main #search {
    display: inline-block;
    float: none !important;
  }
  .navbar-inverse .navbar-toggle {
    display: block;
    float: none;
    width: 45px;
    height: 35px;
    background-color: #f7942d;
    border-color: #f7942d;
    margin-left: 10px;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #f7942d;
  }
  .product-info {
    padding: 10px;
  }
  .product-info .column-image,
  .product-info .column-detail {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .product-block .product-meta {
    bottom: 43px;
    transform: none;
  }
  .product-block:hover .product-meta {
    bottom: 43px;
    transform: none;
  }
  .product-list .product-block .group-item {
    float: none;
    width: auto;
  }
  .product-list .product-block .product-meta {
    float: none;
    width: auto;
  }
  .product-list .product-block .action {
    left: -13%;
    top: 10px;
  }
  .producttabs .nav-tabs li a {
    font-size: 14px;
  }
  #menu-offcanvas embed {
    display: none;
  }
  .zoomContainer {
    display: none;
  }
}
@media (max-width: 480px) {
  .navbar-inverse .navbar-toggle {
    display: block;
    float: none;
    width: 45px;
    height: 35px;
    background-color: #f7942d;
    border-color: #f7942d;
    margin-left: 10px;
  }
  .producttabs .nav-tabs li {
    padding-right: 15px;
  }
  .producttabs .nav-tabs li a {
    font-size: 14px;
  }
  .zoomContainer {
    display: none;
  }
}
#header {
  border-bottom: none;
}
#header #cart .heading {
  background-color: #8bb81f;
}
#header-main {
  background-color: #f7942d;
}
#header-main #logo-theme a {
  color: #ffffff;
}
#pav-mainnav .navbar .navbar-nav > li > a {
  color: #ffffff;
}
#pav-mainnav .navbar .navbar-nav > li > a:hover,
#pav-mainnav .navbar .navbar-nav > li > a:focus {
  color: #ffffff;
}
#pav-mainnav .navbar .navbar-nav > li:hover {
  background: #f7942d;
  border-left: 1px solid #ffa853;
  border-right: 1px solid #ffa853;
}
#pav-mainnav .navbar .navbar-nav > li > a:before {
  background-color: #ffffff;
}


