html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body {
  background-color: #FFFFFF;
  color: #777;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-weight: 300;
}
.content ul {
  list-style: none outside none;
}
font {
  font-size: 11px;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ol li,
ul li {
  line-height: 25px;
}
button:focus,
button:hover,
button:active,
.btn:focus,
.btn:hover,
.btn:active {
  outline: none;
}
label {
  color: #000000;
}
.fs9 {
  font-size: 8px;
}
.fs10 {
  font-size: 12px;
}
.fs11 {
  font-size: 10px;
}
.fs12 {
  font-size: 11px;
}
.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 {
  cursor: pointer;
  outline: none;
}
a img {
  border: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #FFC801;
}
b,
strong {
  color: #000000;
  font-weight: 400;
}
table {
  background-color: #FFFFFF;
}
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
table.list thead td {
  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: 65%;
}
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: 170px;
}
table.radio {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  display: table;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio td input[type="radio"] {
  margin: 0;
}
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: #f2f2f2;
  cursor: pointer;
}
.pagination {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  margin: 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  background-color: #FFFFFF;
}
.pagination.paging {
  padding: 10px 20px;
}
.pagination .links {
  float: left;
}
.pagination .links a,
.pagination .links b {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 28px;
  height: 28px;
  -webkit-transition: background-color 350ms ease-in;
  transition: background-color 350ms ease-in;
  padding: 0;
  line-height: 30px;
  text-decoration: none;
  margin: 0 3px 0 0;
  text-align: center;
  font-weight: normal;
  background-color: transparent;
}
.pagination .links a:hover,
.pagination .links b:hover {
  background-color: transparent;
  color: #777777;
  border: 1px solid #E5E5E5;
}
.pagination .links b {
  background-color: transparent;
  color: #777777;
  border: 1px solid #E5E5E5;
}
.pagination .results {
  float: right;
  font-style: italic;
}
.main-column .pagination .results {
  padding-top: 6px;
}
.buttons:before,
.buttons:after {
  content: " ";
  display: table;
}
.buttons:after {
  clear: both;
}
.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;
}
.buttons.no-padding {
  padding: 0;
  border: 0;
}
.htabs ul {
  border-bottom: 1px solid #E5E5E5;
}
.htabs ul li {
  margin: 0;
}
.htabs ul li a {
  color: #999999;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #eeeeee;
  margin: 0;
  font-size: 12px;
  font-family: 'roboto_slabregular';
  border-width: 1px 1px 0px 1px;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.htabs ul li a.selected {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #E5E5E5 #E5E5E5 #FFFFFF #E5E5E5;
  display: block;
  margin-bottom: 0;
  margin-top: -7px;
  padding-top: 17px;
  top: 1px;
}
.htabs ul li a.selected:hover {
  background-color: #FFFFFF;
  border-color: #E5E5E5;
}
.htabs ul li a:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.links {
  margin: 0;
  padding: 0;
}
.links li {
  display: inline;
  text-transform: uppercase;
  line-height: normal;
}
.links li a {
  margin: 0 6px;
}
.links li a:hover {
  color: #FFC801;
}
#colorbox {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.product-label {
  width: 0;
  height: 0;
  border-top: 46px solid #D44A4A;
  color: #FFFFFF;
  font-size: 11px;
  font-style: italic;
  text-transform: lowercase;
  position: absolute;
  top: 0;
  z-index: 10;
}
.product-label span {
  position: absolute;
  top: -35px;
  line-height: 10px;
}
.product-label.product-label-new {
  left: 0px;
  border-right: 46px solid transparent;
  border-top: 46px solid #4ACFD4;
}
.product-label.product-label-new span {
  left: 5px;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.product-label.product-label-special {
  right: 1px;
  border-left: 46px solid transparent;
}
.product-label.product-label-special span {
  right: 3px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}
.tooltip-inner {
  border-radius: 3px;
}
.required {
  color: #FF0000;
  font-weight: normal;
  font-size: 10px;
}
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin: 15px 0;
  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-left: 4px;
  cursor: pointer;
}
.attention {
  background: #FFF5CC url('../../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('../../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;
}
.success {
  background: #EAF7D9 url('../../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;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  display: block;
}
.error {
  display: block;
  color: #FF0000;
  margin-top: 5px;
}
.welcome {
  color: #636E75;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
h1,
.h1 {
  font-size: 18.857142857143px;
  line-height: 43.5px;
}
h1 small,
.h1 small {
  font-size: 16.5px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 19px;
  }
}
h2,
.h2 {
  font-size: 14.142857142857px;
}
h3,
.h3 {
  font-size: 16px;
  line-height: 29px;
}
h3 small,
.h3 small {
  font-size: 16px;
}
h4,
.h4 {
  line-height: 29px;
}
h5,
.h5 {
  font-size: 10px;
  line-height: 29px;
}
h5 small,
.h5 small {
  font-size: 9px;
}
h6,
.h6 {
  font-size: 9px;
  line-height: 29px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #000000;
  text-transform: uppercase;
  font-family: 'roboto_slabbold';
}
#content h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 20px;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #777777;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea.form-control,
select.form-control {
  padding: 6px;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  padding: 7px;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.tabs-group input[type="text"],
.tabs-group input[type="password"] {
  height: 33px;
  padding: 5px;
}
input,
button,
select,
textarea {
  padding: 6px;
  border: 1px solid #ededed;
  color: #777777;
  outline: none;
}
input:hover,
input:focus,
button:hover,
button:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: none !important;
}
select {
  padding-top: 5px;
  padding-bottom: 5px;
}
input[type="image"] {
  border: 0;
}
input.btn.btn-theme-default,
button.btn.btn-theme-default {
  padding-top: 3px;
}
.btn {
  text-transform: uppercase;
  -webkit-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
.btn.btn-theme-default {
  text-align: center;
  background-color: #FFC801;
  color: #FFFFFF;
  padding: 8px 14px 0px;
  font-size: 11px;
  font-weight: 300;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  min-height: 32px;
}
.btn.btn-theme-default.btn-small {
  height: 27px;
  line-height: 27px;
  min-height: 20px;
  padding-top: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-danger {
  border: 0;
  margin: 10px;
}
.btn.btn-theme-normal {
  background-color: transparent;
  color: #c2c2c2;
  border: 1px solid #aaaaaa;
  font-size: 11px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.btn.btn-theme-normal .fa {
  color: #c2c2c2;
}
.btn.btn-theme-normal:hover,
.btn.btn-theme-normal:focus {
  color: #FFC801;
  border-color: #FFC801;
}
.btn.btn-theme-normal:hover .fa,
.btn.btn-theme-normal:focus .fa {
  color: #FFC801;
}
.btn.btn-shopping-cart {
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 11px;
  font-family: 'roboto_slabbold';
  border: 0px;
  height: 32px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.btn.btn-shopping-cart span + span {
  border: 1px solid #151515;
  padding: 9px 12px 0;
  width: auto;
  height: 32px;
}
.btn.btn-shopping-cart .fa {
  background-color: #FFFFFF;
  color: #FFFFFF;
  border: 0;
}
.btn.btn-shopping-cart:hover,
.btn.btn-shopping-cart:focus {
  background-color: #FFC801;
  color: #151515;
}
.btn.btn-shopping-cart:hover .fa,
.btn.btn-shopping-cart:focus .fa {
  background-color: #FFC801;
  color: #FFFFFF;
}
.btn.btn-shopping-cart > * {
  float: left;
}
.btn.blue {
  background-color: #FFC801;
  border: 0;
  color: #FFFFFF;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.btn.blue span + span {
  border: 0;
  padding: 9px 12px 0;
  font-size: 10px;
  font-family: 'brandon_grotesquelight';
}
.btn.blue .fa {
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  background-color: #cda100;
}
.btn.blue:hover,
.btn.blue:focus {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.btn.blue:hover .fa,
.btn.blue:focus .fa {
  background-color: #e6e6e6;
}
.btn:hover,
.btn:focus {
  color: #FFFFFF;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #151515;
}
input.button {
  background-color: #FFC801;
  color: #FFFFFF;
  padding: 8px 14px 0px;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
input.button:hover,
input.button:focus {
  color: #FFFFFF;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #151515;
}
.control-label {
  padding-top: 7px;
  color: #000000;
  font-size: 11px;
  font-weight: normal;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-top: 0;
}
body.layout-boxed-md {
  background: url("../../image/pattern/pattern19.png");
}
body.layout-boxed-md #page {
  max-width: 958px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: url("../../image/pattern/pattern18.png");
}
body.layout-boxed-md .cart-inner h4 {
  display: none;
}
body.layout-boxed-md #topbar .support .left {
  display: none;
}
body.layout-boxed-md .product-block .product-meta {
  padding: 10px 5px;
}
body.layout-boxed-md ul.contact-us li i {
  width: 6%;
  margin: 0;
}
body.layout-boxed-md #powered {
  padding: 25px 0;
}
body.layout-boxed-md .verticalmenu {
  margin-top: 1px;
}
body.layout-boxed-md .verticalmenu > li > a {
  padding-left: 0;
  padding-right: 0;
}
body.layout-boxed-md .custom li:last-child,
body.layout-boxed-md .custom .last {
  display: none;
}
body.layout-boxed-md .custom p {
  margin-bottom: 12px;
}
body.layout-boxed-md .pavcontentslider .carousel-indicators {
  margin: 0 auto;
  left: 0;
  right: 0;
}
body.layout-boxed-md .pavcontentslider .carousel-indicators li {
  display: inline-block;
  float: none;
}
body.layout-boxed-lg {
  background: url("../../image/pattern/pattern18.png");
}
body.layout-boxed-lg #page {
  max-width: 1170px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: url("../../image/pattern/pattern16.png");
}
body[class*="layout-boxed-"] .in-border {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body[class*="layout-boxed-"] .d-heading {
  position: relative;
  -webkit-box-shadow: 5px 0 5px -5px #FFFFFF;
  box-shadow: 5px 0 5px -5px #FFFFFF;
}
body[class*="layout-boxed-"] .d-heading:before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: #FFFFFF;
}
body[class*="layout-boxed-"] .d-content {
  border-top: 0;
}
body[class*="layout-boxed-"] .d-content:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  background: #000000;
  width: 105%;
  height: 2px;
}
#topbar {
  color: #C2C2C2;
  background: #444444;
  padding: 5px 0;
  min-height: 30px;
  font-weight: 300;
}
#topbar b,
#topbar strong {
  color: #c2c2c2;
}
#topbar .links {
  float: left;
  margin-top: 5px;
}
#topbar .links li {
  float: left;
  border-right: 1px solid #c2c2c2;
}
#topbar .links li:hover {
  color: #FFC801;
}
#topbar .links li:hover .fa {
  color: #FFC801;
}
#topbar .links li.last,
#topbar .links li:last-child {
  border-right: 0;
}
#topbar .links li a {
  margin: 0 10px;
}
#topbar .links a {
  font-size: 11px;
  color: #c2c2c2;
  text-transform: none;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}
#topbar .links a:hover {
  color: #FFC801;
}
#topbar .links a:hover .fa {
  color: #FFC801;
}
#topbar .fa {
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  font-size: 12px;
  margin-right: 5px;
}
#topbar .login {
  font-style: italic;
}
#topbar .login a {
  color: #FFFFFF;
  margin: 0;
}
#header-bottom {
  min-height: 47px;
  background: #FFC801;
}
#header-main {
  background: #FFFFFF
  min-height: 89px;
  color: #777777;
}
#header-main h1,
#header-main h2,
#header-main h3,
#header-main h4,
#header-main h5,
#header-main h6 {
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  margin: 0;
  line-height: normal;
}
#header-main .container {
  position: relative;
}
#header-main a {
  color: #777777;
}
#header-main a:hover {
  color: #FFC801;
}
#header-main .btn {
  color: #FFFFFF;
}
#header-main .btn:hover {
  color: #FFFFFF;
}
#header-main .fa {
  color: #000000;
}
#header-main .header-wrap {
  min-height: 94px;
  margin: 0;
}
#header-main .inner {
  display: table;
  text-align: left;
  margin-top: 24px;
margin-bottom: 17px;
}
#header-main .inner > * {
  display: table-cell;
  vertical-align: middle;
}
#header-main #logo-theme a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  min-width: 190px;
  min-height: 30px;
  display: block;
  background: url('https://assets3.insales.ru/assets/1/3839/675583/1547875694/logo.png') no-repeat 0 0 transparent;
}
#header-main .logo {
  margin-right: 10%;
}
#header-main .customer-service {
  width: 55%;
}
#header-main .shopping-cart {
  width: 15%;
}
#header-main .support:before,
#header-main .support:after {
  content: " ";
  display: table;
}
#header-main .support:after {
  clear: both;
}
#header-main .support > div {
  width: 33.3333%;
  margin: 0;
}
#header-main .support .content {
  overflow: hidden;
  margin-left: 37px;
}
#header-main .support .media .pull-left {
  width: 40px;
  height: 40px;
  line-height: 32px;
  position: relative;
  text-align: center;
 
  background-color: #FFC801;
}
#header-main .support .fa {
  font-size: 15px;
}
#header-main .support .shapes {
  width: 0px;
  height: 0px;
  background-color: transparent;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #FFFFFF;
  position: absolute;
  right: -1px;
  margin: -4px 0;
  top: 50%;
}
#search .fa {
  color: #444444;
}
.header-left {
  float: left;
  width: 50%;
}
.header-left .item {
  float: left;
  padding: 0 10px;
  line-height: 16px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .header-left {
    width: 40%;
  }
    .header-left .item {
      width: 50%;
  }
  .quick-top-link {
    margin-top: 5px;
  }
}
@media (max-width: 991px){
  .header-left {
    min-width: 70%;
    width: 60%;
  }
  #search .input-group {
    float: right;
  }
}
#header .show-mobile {
  text-align: center;
  float: right;
}

#header .show-mobile:before,
#header .show-mobile:after {
  content: " ";
  display: table;
}
#header .show-mobile:after {
  clear: both;
}
#header .show-mobile > div {
  margin: 0;
  padding: 0;
  position: relative;
  float: none !important;
  display: inline-block;
}
#header .show-mobile > div:hover .inner-toggle {
  display: block;
}
#header .show-mobile .quickaccess-toggle {
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
#header .show-mobile .quickaccess-toggle .fa {
  margin: 0;
  font-size: 18px;
}
#header .show-mobile .inner-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 220px;
  z-index: 99999;
  border: 0;
  background: #444444;
  padding: 15px;
}
#header .show-mobile .links {
  float: none;
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
}
#header .show-mobile .links li {
  float: none;
  display: block;
  list-style: none;
  border: 0;
}
#header .show-mobile .links a {
  float: none;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 20px;
}
#header .show-mobile .currency,
#header .show-mobile .language {
  margin: 5px 0;
  float: none !important;
  text-align: left;
}
#header .show-mobile .currency .dropdown-menu,
#header .show-mobile .language .dropdown-menu {
  left: 0;
  right: auto;
}
#header .show-mobile .currency a,
#header .show-mobile .currency img,
#header .show-mobile .language a,
#header .show-mobile .language img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  margin: 5px 2px;
  padding: 5px 8px;
  border: 1px solid #a9a9a9;
}
#header .show-mobile .currency a:hover,
#header .show-mobile .currency img:hover,
#header .show-mobile .language a:hover,
#header .show-mobile .language img:hover {
  border-color: #FFC801;
}
#header ul,
#header ol {
  list-style: none;
}
#content {
  min-height: 400px;
  margin-bottom: 25px;
}
#footer {
  background: #444444;
  min-height: 75px;
  color: #C2C2C2;
  font-size: 11px;
  margin-top: 20px;
}
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
#footer a {
  color: #C2C2C2;
}
#footer a:hover {
  color: #FFC801;
}
#footer p {
  line-height: 18px;
}
#footer p img {
  margin-bottom: 6px;
}
#footer .box .box-heading {
  border: 0;
  line-height: normal;
  background-color: transparent;
  font-size: 14px;
  color: #FFFFFF;
  padding: 0;
}
#footer .box .box-heading .fa {
  margin-right: 6px;
}
#footer .box .box-heading.icon .fa {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#footer .box .box-content {
  padding: 15px 0 0 0;
  margin: 0;
  background: none;
  border: none;
}
#footer .box.pavgooglemap {
  position: relative;
  margin: 0;
}
#footer .box.pavgooglemap .box-content {
  padding: 0;
}
#footer .box.pavgooglemap .box-heading {
  position: absolute;
  text-align: center;
  min-height: 20px;
  height: auto;
  left: 0;
  right: 0;
  width: 197px;
  min-width: 197px;
  z-index: 9999;
  margin: auto;
  font-size: 14px;
  top: -45px;
  color: #FFC801;
  background-color: transparent;
  padding: 10px;
}
#footer .box.pavgooglemap img {
  max-width: none;
}
#footer .footer-center {
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer .footer-center .box {
  margin-bottom: 0px;
}
#footer h3 {
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 8px;
}
#footer ul,
#footer ol {
  list-style: none;
}
#footer ul li,
#footer ol li {
  padding: 6px 0;
  margin: 0;
  line-height: normal;
}
#footer ul li a .fa,
#footer ol li a .fa {
  margin-right: 6px;
}
#footer ul li:hover .fa,
#footer ol li:hover .fa {
  color: #FFC801;
}
#footer .about-us .box-content {
  padding: 0;
}
.column ul {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.column li {
  margin-bottom: 0px;
  line-height: 25px;
}
#powered {
  margin: 0;
  clear: both;
  background: transparent;
  padding: 35px 0;
  color: #c2c2c2;
  text-align: center;
}
#powered .copyright {
  text-align: center;
  line-height: 20px;
}
#powered a {
  color: #FFFFFF;
}
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
.wrapper {
  background-color: #FFFFFF;
  padding: 15px;
  border: 1px solid #E5E5E5;
  margin-bottom: 20px;
}
.box {
  margin-bottom: 20px;
}
.box .box-heading {
  position: relative;
  line-height: normal;
  text-transform: uppercase;
  color: #000000;
  padding: 10px 0px;
  background-color: #FFFFFF;
  font-size: 14px;
  font-family: 'brandon_grotesquelight';
  letter-spacing: normal;
}
.box .box-heading span {
  font-family: 'roboto_slabbold';
}
.box .box-heading span.light {
  font-family: 'roboto_slabbold';
}
.box .box-heading.icon .fa {
  display: none;
}
.box .box-content {
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  margin-top: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.box .box-content .product-grid {
  border: 0;
  padding: 0;
}
.box.highlighted .box-heading {
  background-color: #FFC801;
}
.box.orange .box-heading {
  background-color: #FFFFFF;
}
.box.dark .box-heading {
  background-color: #FFFFFF;
}
.box.green .box-heading {
  background-color: #FFFFFF;
}
.box.maroon .box-heading {
  background-color: #FFFFFF;
}
.box.blue .box-heading {
  background-color: #FFFFFF;
}
.box.gray .box-heading {
  background-color: #FFFFFF;
}
.box.pink .box-heading {
  background-color: #FFFFFF;
}
.box.red .box-heading {
  background-color: #FFFFFF;
}
.box.white .box-heading {
  background-color: #FFFFFF;
  color: #000000;
}
.box.white .box-heading .shapes.right {
  border-left-color: #E5E5E5;
}
.box.white .box-heading .line {
  background-color: #E5E5E5;
}
.box .nav-tabs {
  padding: 0;
  color: #777777;
  background-color: #FFFFFF;
}
.box .nav-tabs a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.box.box-product .box-content {
  padding-top: 0;
  padding-bottom: 0;
}
.quick-setting {
  font-size: 11px;
}
.quick-setting form > div {
  margin-bottom: 2px;
}
.quick-setting form > div a,
.quick-setting form > div img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 3px;
  padding: 7px;
  cursor: pointer;
  border: 1px solid #595959;
}
.quick-setting form > div a b,
.quick-setting form > div img b {
  color: #FFC801;
}
.quick-setting form > div a:hover,
.quick-setting form > div img:hover {
  border: 1px solid #FFC801;
}
.store a b {
  font-weight: 300;
}
.btn-dropdown {
  background: transparent;
  border: 1px solid #E5E5E5;
  text-transform: uppercase;
  color: #777;
  padding: 3px 6px;
}
.btn-dropdown .caret {
  border-color: #CCCCCC transparent;
}
.btn-dropdown:hover {
  color: #000000;
}
.btn-dropdown:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .btn-dropdown span {
  color: #000000;
}
.btn-group.open .dropdown-menu {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
  max-height: 1000px;
}
.btn-group .dropdown-menu {
  min-height: 145px;
  height: 145px;
  height: auto !important;
  min-width: 160px;
  margin: 0;
  border: 0;
  z-index: 99999;
  right: 0;
  left: auto;
  display: block;
  color: #c2c2c2;
  padding: 15px;
  background-color: #444444;
  -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;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  -webkit-transition-duration: 0.4s, 0.6s, 0.6s;
  transition-duration: 0.4s, 0.6s, 0.6s;
  -webkit-transition-property: opacity, transform, max-height;
  transition-property: opacity, transform, max-height;
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
}
.btn-group .list-item {
  line-height: 17px;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  display: block;
}
.btn-group .list-item:hover {
  color: #FFC801;
}
.btn-group .item-symbol {
  margin-right: 6px;
}
#header #cart {
  position: relative;
}
#header #cart h4 {
  color: #000000;
}
#header #cart .content {
  clear: both;
  display: block;
  position: absolute;
  top: 100%;
  right: 17px;
  left: auto;
  padding: 15px;
  min-height: 100px;
  height: 100px;
  height: auto !important;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  z-index: 99999;
  min-width: 270px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  -webkit-transition-duration: 0.4s, 0.6s, 0.6s;
  transition-duration: 0.4s, 0.6s, 0.6s;
  -webkit-transition-property: opacity, transform, max-height;
  transition-property: opacity, transform, max-height;
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
}
#header #cart .heading {
  min-width: 190px;
}
#header #cart .heading:before,
#header #cart .heading:after {
  content: " ";
  display: table;
}
#header #cart .heading:after {
  clear: both;
}
#header #cart .heading .cart-inner {
  min-height: 47px;
  height: 47px;
  height: auto !important;
}
#header #cart .heading a {
  margin-top: 2px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#header #cart .heading a span {
  margin-right: 5px;
}
#header #cart .media .pull-left {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  position: relative;
  background-color: #FFC801;
  margin-right: 10px;
}
#header #cart .icon-cart {
  color: #FFFFFF;
}
#header #cart.active .content {
  max-height: 1000px;
  overflow: hidden;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6 {
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}
#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: #000;
  padding: 4px;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  *display: inline;
  zoom: 1;
  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: 12px;
  border-bottom: 1px solid #E5E5E5;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info .image {
  width: 1px;
}
.mini-cart-info .image img {
  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 {
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 10;
  min-width: 230px;
  bottom: -44px;
  right: 42px;
  width: 230px;
  height: 38px;
}
#search .button-search {
  font-size: 12px;
  color: #444444;
  border-color: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 32px;
  width: 32px;
  height: 32px;
}
#search .input-search {
  color: #777777;
  font-size: 11px;
  border-color: 1px solid #FFFFFF;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  height: 36px;
  background-color: 1px solid #FFFFFF;
  font-style: italic;
  min-width: 230px;
}
#search .input-search:hover,
#search .input-search:focus {
  outline: none;
}
#search .input-group-btn {
  position: static;
}
.product-cols {
  margin: 20px 0;
  border-right: 0;
}
.product-cols.last,
.product-cols:last-child {
  border: 0;
}
.product-cols .left {
  border-bottom: 1px solid #E5E5E5;
}
.product-list + .pagination {
  border-top: 0;
}
.product-list {
  background-color: #FFFFFF;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  overflow: hidden;
}
.product-block {
  position: relative;
  background-color: #FFFFFF;
  padding: 0;
  border: 1px solid #E5E5E5;
  text-align: center;
}
.product-block a:hover {
  color: #FFC801;
}
.product-block .price {
  margin-bottom: 5px;
  margin-top: 5px;
}
.product-block .action:before,
.product-block .action:after {
  content: " ";
  display: table;
}
.product-block .action:after {
  clear: both;
}
.product-block .action > * {
  float: none;
}
.product-block .action .wishlist a {
  margin-right: 0;
  border-left: 0;
  border-right: 0;
}
.product-block .action .button-group > div {
  float: left;
}
.product-block .description {
  display: none;
  font-size: 12px;
}
.product-block .product-icon {
  padding: 0;
  cursor: pointer;
  color: #c1c1c1;
  border: 1px solid #E5E5E5;
  text-align: center;
  line-height: 32px;
  background-color: #FFFFFF;
  font-size: 13px;
  width: 32px;
  height: 32px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .product-icon:hover {
  color: #FFFFFF;
}
.product-block .product-icon span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.product-block .shopping-cart {
  border: 1px solid #FFC801;
  background: #FFC801;
  color: #FFFFFF;
}
.product-block .rating {
  margin: 3px 0 6px;
  line-height: 22px;
  min-height: 25px;
  height: 25px;
  height: auto !important;
}
.product-block .name {
  text-transform: none;
  margin: 0;
  min-height: 36px;
  height: 36px;
  height: auto !important;
  font-weight: bold;
  line-height: 18px;
}
.product-block .name a {
  color: #000000;
  font-size: 12px;
  font-family: 'roboto_slabregular';
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .name a:hover {
  color: #FFC801;
}
.product-block .image {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.product-block .image .product-zoom {
  z-index: 10;
  color: #FFFFFF;
  background-color: #FFC801;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  left: 50%;
  top: 50%;
  margin: -16px;
  text-align: center;
}
.product-block .image .product-zoom .icon-zoom-in {
  line-height: 32px;
  vertical-align: middle;
}
.product-block .image .product-zoom:hover {
  background: #FFC801;
  color: #FFFFFF;
}
.product-block .image.swap .product-label-special {
  z-index: 99999;
}
.product-block .image.swap .swap-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.product-block .image.swap .swap-image:hover .back {
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.product-block .image.swap .swap-image:hover .front {
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
}
.product-block .image.swap .front {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-block .image.swap .back {
  left: 0;
  top: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-block .product-meta:before,
.product-block .product-meta:after {
  content: " ";
  display: table;
}
.product-block .product-meta:after {
  clear: both;
}
.product-block .pav-colorbox {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  overflow: visible;
  z-index: 9999;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'brandon_grotesquelight';
  min-width: 105px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #151515;
  background-color: rgba(20,20,20,0.95);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2141414, endColorstr=#f2141414)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2141414, endColorstr=#f2141414);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 100px;
  height: 32px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
}
.product-block .pav-colorbox span {
  margin-left: 6px;
}
.product-block .pav-colorbox .fa {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .pav-colorbox:hover {
  background-color: #FFC801;
  color: #151515;
}
.product-block .info-view {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: absolute;
}
.product-block .info-view .icon-eye {
  margin: 0 5px 0 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block:hover .info-view {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.product-block:hover .pav-colorbox {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.price {
  color: #FFC801;
  font-family: 'roboto_slabregular';
  font-size: 14px;
}
.price .price-old {
  color: #777777;
  text-decoration: line-through;
  font-size: 12px;
}
#button-filter {
  margin-bottom: 20px;
  margin-top: 10px;
}
ul.box-filter,
ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
ul.box-filter > li {
  border: 0;
  background-color: transparent;
}
ul.box-filter > li span {
  text-transform: uppercase;
  display: block;
  padding-top: 15px;
  padding-bottom: 5px;
  color: #000000;
  font-family: 'brandon_grotesquelight';
}
ul.box-filter > li > ul {
  padding-bottom: 0;
}
ul.box-filter > li > ul > li {
  padding: 6px 0;
  border-bottom: 1px dotted #b2b2b2;
}
ul.box-filter > li > ul > li:before,
ul.box-filter > li > ul > li:after {
  content: " ";
  display: table;
}
ul.box-filter > li > ul > li:after {
  clear: both;
}
ul.box-filter > li > ul > li > * {
  float: left;
  margin: 0;
}
ul.box-filter > li > ul > li label {
  font-weight: normal;
  color: #8c8c8c;
  margin-left: 6px;
  font-size: 12px;
}
ul.box-filter > li > ul ul li.last {
  border: 0;
}
#colorbox *:before,
#colorbox *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.zoomContainer .zoomLens {
  border-color: #999999 !important;
}
.zoomContainer .zoomWindow {
  border: 4px solid #eeeeee !important;
  display: none;
}
.socials-theme {
  z-index: 99999;
  position: relative;
}
.socials-theme .list-socials {
  list-style: none;
  padding: 0;
}
.socials-theme .list-socials:before,
.socials-theme .list-socials:after {
  content: " ";
  display: table;
}
.socials-theme .list-socials:after {
  clear: both;
}
.socials-theme .list-socials li {
  margin: 0 auto;
  position: fixed;
  list-style: none;
  width: auto;
  height: 36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials-theme .list-socials li:before,
.socials-theme .list-socials li:after {
  content: " ";
  display: table;
}
.socials-theme .list-socials li:after {
  clear: both;
}
.socials-theme .list-socials li a {
  text-transform: uppercase;
  text-align: left;
  font-size: 10px;
  font-weight: 300;
  width: auto;
  height: 36px;
  min-width: 114px;
  color: #000000;
}
.socials-theme .list-socials li a span {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  width: 90px;
  height: 36px;
  min-width: 90px;
  margin: 0;
  padding: 11px 10px;
  background-color: #FFFFFF;
}
.socials-theme .list-socials li a .fa {
  text-align: center;
  padding: 0;
  min-width: 36px;
  border: 0;
  line-height: 36px;
  background-color: #FFC801;
  color: #FFFFFF;
  font-size: 18px;
  width: 36px;
  height: 36px;
}
.socials-theme .list-socials li.youtube {
  z-index: 99993;
}
.socials-theme .list-socials li.youtube .media {
  background-color: #ce3527;
}
.socials-theme .list-socials li.youtube .media .fa {
  border-right: 1px solid #d85d52;
}
.socials-theme .list-socials li.youtube .box-content {
  z-index: 99990;
  position: relative;
}
.socials-theme .list-socials li.twitter {
  z-index: 99997;
}
.socials-theme .list-socials li.twitter .media {
  background-color: #00acee;
}
.socials-theme .list-socials li.twitter .media .fa {
  border-right: 1px solid #33bdf1;
}
.socials-theme .list-socials li.twitter .box-content {
  z-index: 99993;
  position: relative;
}
.socials-theme .list-socials li.facebook {
  z-index: 99999;
}
.socials-theme .list-socials li.facebook .media {
  background-color: #3A5898;
}
.socials-theme .list-socials li.facebook .media .fa {
  border-right: 1px solid #4e69a3;
}
.socials-theme .list-socials li.facebook .box-content {
  z-index: 99996;
  position: relative;
}
.socials-theme .list-socials li span {
  display: block;
}
.socials-theme .list-socials li span + span {
  padding: 6px 45px 0;
}
.socials-theme .list-socials li .fa {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
}
.socials-theme .list-socials li.facebook {
  top: 236px;
}
.socials-theme .list-socials li.twitter {
  top: 273px;
}
.socials-theme .list-socials li.youtube {
  top: 310px;
}
.socials-theme.left ul li {
  left: -296px;
}
.socials-theme.left ul li:hover {
  left: 0;
  width: auto;
  height: auto;
}
.socials-theme.left ul li.facebook {
  border-right: 0;
  border-left: 1px solid #d85d52;
}
.socials-theme.left ul li.twitter {
  border-right: 0;
  border-left: 1px solid #d85d52;
}
.socials-theme.left ul li.youtube {
  border-right: 0;
  border-left: 1px solid #d85d52;
}
.socials-theme.left .media {
  text-align: right;
}
.socials-theme.left .media .fa {
  float: right;
  border: 0;
}
.socials-theme.left .box-content {
  margin-right: 35px;
  margin-top: 0;
}
.socials-theme.right ul li {
  right: -296px;
}
.socials-theme.right ul li:hover {
  right: 0;
  width: auto;
  height: auto;
}
.socials-theme.right .media {
  text-align: left;
}
.socials-theme.right .media .fa {
  float: left;
}
.socials-theme.right .box-content {
  margin-left: 35px;
}
.socials-theme .media {
  height: 36px;
  color: #FFFFFF;
  font-size: 10px;
  background-color: #FFC801;
  text-transform: uppercase;
  -webkit-transition: left 0.6s cubic-bezier(0.66, 2, 0.41, 0.96) 0s, background-color 0.3s ease-out 0s;
  transition: left 0.6s cubic-bezier(0.66, 2, 0.41, 0.96) 0s, background-color 0.3s ease-out 0s;
}
.socials-theme .box-content {
  border: 1px solid #E5E5E5;
  border-width: 0 1px 1px 1px;
  background-color: #FFFFFF;
  padding: 12px;
  min-width: 240px;
}
.socials-theme .media-body {
  line-height: 36px;
}
ul.contact-us li:hover i {
  color: #f6c100;
}
ul.contact-us li i {
  width: 18px;
  height: 20px;
  margin-right: 5px;
  color: #CCCCCC;
  -webkit-transition: color 350ms ease-in;
  transition: color 350ms ease-in;
}
ul.contact-us li .icon-newsletter {
  font-size: 10px;
}
ul.contact-us li .icon-phone {
  margin-left: 3px;
}
ul.contact-us li a {
  color: #FFC801;
}
.sidebar .box {
  margin-bottom: 19px;
  background-color: transparent;
}
.sidebar .box .box-heading {
  background-color: #FFFFFF;
}
.sidebar .box .box-content {
  padding: 17px 19px;
}
.sidebar .box .box-content a b {
  color: #777777;
}
.sidebar .box .box-content a b:hover {
  color: #FFC801;
}
.sidebar .box .box-content .carousel-inner {
  overflow: inherit;
}
.sidebar .box .box-content .carousel-controls {
  display: none;
}
.sidebar .box.highlighted .box-heading {
  background-color: #FFC801;
}
.sidebar .box.white {
  border: 1px solid #E5E5E5;
}
.sidebar .box.white .box-heading {
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: 1px solid #E5E5E5;
}
.sidebar .box.white .box-content {
  border: 0;
  margin: 0;
  padding: 0 19px;
}
.sidebar .box.black .box-heading {
  border: 0;
  background-color: #e55e5e;
}
.sidebar .box.productdeals .product-block .image .product-label-special {
  border: 0;
  text-align: center;
  display: table;
  background-color: #e55e5e;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  top: 10px;
  right: 0;
  font-family: 'brandon_grotesque_regularRg';
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.sidebar .box.productdeals .product-block .image .product-label-special .datas {
  text-transform: uppercase;
  font-size: 11px;
  display: table-cell;
  vertical-align: middle;
  position: static;
  font-family: 'brandon_grotesquelight';
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.sidebar .box.productdeals .product-block .image .product-label-special span {
  position: static;
  display: block;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.sidebar .box.productdeals .product-block .image .product-label-special span + span {
  font-size: 16px;
  margin-top: 7px;
  font-family: 'roboto_slabregular';
}
.sidebar .highlights .box-heading {
  background-color: #FFC801;
}
.sidebar .highlights .box-content {
  background-color: #FFFFFF;
  border: 0;
  padding: 0;
}
.sidebar .product-grid [class*="col-"],
.sidebar .product-grid [class^="col-"],
.sidebar .pavblog-latest [class*="col-"],
.sidebar .pavblog-latest [class^="col-"] {
  width: 100%;
}
.sidebar .banner {
  padding: 0;
  background-color: transparent;
}
.sidebar .box-category li .fa {
  font-size: 10px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 8px;
  top: 16px;
  width: 12px;
  height: 12px;
}
.sidebar .box-category li > ul > li {
  background-color: #e6e6e6;
}
.sidebar ul,
.sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar ul > li,
.sidebar ol > li {
  margin: 0;
  padding: 0;
  line-height: normal;
  border-bottom: 1px solid #595959;
}
.sidebar ul > li a,
.sidebar ol > li a {
  color: #c2c2c2;
  font-size: 11px;
  padding: 12px 0 12px 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.sidebar ul > li a:hover,
.sidebar ol > li a:hover {
  color: #FFC801;
}
.sidebar ul > li a.active,
.sidebar ol > li a.active {
  color: #FFC801;
}
.sidebar ul > li > ul > li > a,
.sidebar ol > li > ul > li > a {
  padding-left: 40px;
}
.sidebar ul > li .head a,
.sidebar ol > li .head a {
  padding-left: 0;
  padding-right: 10px;
}
.sidebar ul .haschild,
.sidebar ol .haschild {
  position: relative;
}
.sidebar ul li.last,
.sidebar ol li.last {
  border-bottom: 0;
}
.sidebar .box-filter > li {
  border: 0;
}
.sidebar .carousel-inner .product-grid {
  margin: 0;
  padding: 0;
}
.sidebar .product-grid {
  margin: 0;
  padding: 0;
}
.sidebar .product-grid .row {
  padding: 0;
}
.sidebar .product-grid .row.last .last .product-block {
  padding-top: 20px;
  border-bottom: 0;
}
.sidebar .product-grid .left {
  border: 0;
}
.sidebar .product-grid [class*="col-"]:first-child .product-block,
.sidebar .product-grid [class^="col-"]:first-child .product-block {
  padding-top: 0;
}
.sidebar .product-grid [class*="col-"]:last-child .product-block,
.sidebar .product-grid [class^="col-"]:last-child .product-block {
  padding-bottom: 0;
}
.sidebar .product-cols {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.sidebar .product-cols:last-child .product-block,
.sidebar .product-cols.last .product-block {
  border: 0;
}
.sidebar .product-block {
  margin: 0;
  padding: 20px 0 0 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5E5E5;
}
.sidebar .product-block:before,
.sidebar .product-block:after {
  content: " ";
  display: table;
}
.sidebar .product-block:after {
  clear: both;
}
.sidebar .product-block .image {
  overflow: inherit;
  height: auto;
}

.sidebar .product-block .image img {
  max-height: 187px;
  max-width: 80%;
}
.sidebar .product-block .image .product-label-special {
  right: -1px;
}
.sidebar .product-block .wishlist,
.sidebar .product-block .compare,
.sidebar .product-block .cart,
.sidebar .product-block .label {
  display: none;
}
.sidebar .product-block .name {
  min-height: 25px;
  height: 25px;
  height: auto !important;
}
.sidebar .product-block .price {
  margin-bottom: 0;
}
.sidebar .product-block .left {
  border-bottom: 0;
}
.sidebar .product-block .image.swap img {
  width: 100%;
}
.sidebar .product-list {
  background-color: #FFFFFF;
}
.sidebar .product-list .product-block {
  padding-left: 0px;
  padding-right: 0px;
}
.sidebar .product-list .product-block:hover .info-view {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.sidebar .product-meta {
  padding: 0;
  min-height: 20px;
  height: 20px;
  height: auto !important;
}
.sidebar .product-grid .product-meta,
.sidebar .product-list .product-meta {
  min-height: 20px;
  height: 20px;
  height: auto !important;
}
.sidebar .blog-title {
  font-weight: bold;
  text-transform: none;
  line-height: normal;
  font-size: 12px;
  font-family: 'roboto_slabregular';
  margin: 0 0 5px 0;
}
.sidebar .blog-title a {
  color: #000000;
}
.sidebar .blog-title a:hover {
  color: #FFC801;
}
.sidebar .description {
  line-height: 18px;
}
.sidebar .blog-body {
  position: relative;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #E5E5E5;
}
.sidebar .blog-body:before,
.sidebar .blog-body:after {
  content: " ";
  display: table;
}
.sidebar .blog-body:after {
  clear: both;
}
.sidebar .blog-body .create-date {
  width: 17%;
  height: auto;
}
.sidebar .blog-body .create-info {
  width: 83%;
  height: auto;
  min-height: 90px;
  height: 90px;
  height: auto !important;
  background-color: #FFFFFF;
  position: relative;
  z-index: 9999;
  margin-top: -21px;
}
.sidebar .blog-body .create-info .inner {
  padding: 12px 15px 15px;
}
.sidebar .blog-body .created {
  background-color: #FFC801;
  color: #FFFFFF;
  font-size: 10px;
  font-family: 'roboto_slabregular';
  padding: 6px 10px;
  display: block;
  text-transform: uppercase;
  line-height: 14px;
  text-align: center;
  margin-top: 1px;
}
.sidebar .blog-body .created span {
  display: block;
}
.sidebar .blog-body .created .day {
  font-size: 18px;
}
.sidebar .blog-body .created .month {
  font-family: 'brandon_grotesquelight';
}
.sidebar .blog-body .created hr {
  margin: 2px 0;
}
.sidebar .blog-body .buttons-wrap {
  display: none;
}
.sidebar [class^="col-"]:last-child .blog-body {
  border: 0;
}
.sidebar .productdeals .rating {
  display: none;
}
.sidebar .productdeals .item-countdown .countdown_num {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #FFFFFF;
  font-family: 'roboto_slabbold';
  font-size: 14px;
  -webkit-text-shadow: 0px 1px 6px rgba(0,0,0,0.5);
  text-shadow: 0px 1px 6px rgba(0,0,0,0.5);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#f2f2f2),to(#ffffff));
  background-image: -webkit-linear-gradient(top,#f2f2f2 0%,#ffffff 100%);
  background-image: -moz-linear-gradient(top,#f2f2f2 0%,#ffffff 100%);
  background-image: linear-gradient(to bottom,#f2f2f2 0%,#ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffffffff', GradientType=0);
}
.sidebar .productdeals .item-countdown ul li:first-child .countdown_num {
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#f2f2f2),to(#ffffff));
  background-image: -webkit-linear-gradient(top,#f2f2f2 0%,#ffffff 100%);
  background-image: -moz-linear-gradient(top,#f2f2f2 0%,#ffffff 100%);
  background-image: linear-gradient(to bottom,#f2f2f2 0%,#ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffffffff', GradientType=0);
}
.sidebar .productdeals .item-countdown ul li:first-child .countdown_num span {
  color: #FFFFFF;
}
.sidebar .product-items {
  border-bottom: 0;
}
.sidebar .product-items .product-cols {
  margin: 0;
  border: 0;
  width: 100%;
  height: auto;
}
.sidebar .product-items .product-cols.last .product-block {
  border-bottom: 0;
  padding-bottom: 0;
}
.sidebar .product-items .product-cols:first-child .product-block {
  padding-top: 0;
}
.sidebar .product-items .product-cols:last-child .product-block {
  border-bottom: 0;
  padding-bottom: 0;
}
.deal-qty-box .deal-qty {
  color: #FFC801;
  font-weight: bold;
}
.productdeals .item-countdown ul li:first-child .countdown_num span {
  color: #FFC801;
}
.sidebar .productdeals .product-block .price {
  border-bottom: 1px solid #E5E5E5;
  padding: 5px 0;
  margin: 0 0 5px 0;
}
.sidebar .productdeals .price {
  text-align: center;
  font-family: 'roboto_slabregular';
}
.sidebar .productdeals .price .price-new {
  font-size: 18px;
  font-family: 'roboto_slabbold';
}
.pavtwitter .customize p {
  color: #c2c2c2;
}
.pavcarousel {
  border: 0;
  background-color: #FFFFFF;
  min-height: 222px;
  height: 222px;
  height: auto !important;
  margin: 0;
}
.pavcarousel .box-heading {
  border-bottom: 1px solid #E5E5E5;
}
.pavcarousel .box-content {
  border: 1px solid #E5E5E5;
  margin: 0;
}
.pavcarousel .carousel-controls {
  display: none;
}
.pavcarousel img {
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.pavcarousel img:hover {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.pavcarousel .row {
  margin-bottom: 20px;
}
.pavcarousel .row:last-child {
  margin-bottom: 0;
}
.blog-wrapper .blog-item {
  position: relative;
}
.blog-wrapper .blog-item .description {
  overflow: hidden;
  max-height: 60px;
}
.blog-wrapper .blog-title {
  font-size: 20px;
}
.blog-wrapper .blog-title a {
  color: #000000;
}
.blog-wrapper .blog-title a:hover {
  color: #FFC801;
}
.blog-wrapper .blog-header .created {
  background-color: #FFC801;
  border: 3px solid #E5E5E5;
}
.blog-wrapper .t-color {
  color: #FFC801;
}
.blog-wrapper ul li,
.blog-wrapper ol li {
  list-style-position: inside;
}
.blog-wrapper .blog-tags a {
  color: #FFC801;
}
.layerslider-wrapper .tp-caption {
  text-transform: uppercase;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.layerslider-wrapper .tp-caption.large_black_text {
  font-family: 'roboto_slabthin';
  font-size: 30px;
  color: #FFFFFF;
}
.layerslider-wrapper .tp-caption.very_large_text {
  -webkit-text-shadow: none;
  text-shadow: none;
  font-family: 'roboto_slabbold';
  font-size: 40px;
  color: #FFC801;
  letter-spacing: -2px;
}
.layerslider-wrapper .tp-caption.very_large_black_text {
  font-family: 'roboto_slabbold';
  font-size: 48px;
  font-weight: 300;
  color: #FFFFFF;
}
.layerslider-wrapper .tp-caption.very_big_white {
  height: auto;
  background-color: transparent;
  font-family: 'brandon_grotesquelight';
}
.layerslider-wrapper .tp-caption.very_big_white a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #000000;
  padding: 2px 20px !important;
  background-color: #FFC801;
  font-size: 12px;
  border: 0px;
  font-weight: 300;
  font-family: 'roboto_slabbold';
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.layerslider-wrapper .tp-caption.very_big_white a:hover {
  background-color: #FFC801;
}
.layerslider-wrapper .tp-caption.highlight {
  color: #4ACFD4;
}
.layerslider-wrapper .tparrows.default {
  width: 0;
  height: 0;
  background: none transparent;
  margin: -25px 0 !important;
}
.layerslider-wrapper .tparrows.tp-leftarrow {
  left: 0 !important;
  border-bottom: 23px solid transparent;
  border-top: 23px solid transparent;
  border-left: 23px solid #FFFFFF;
}
.layerslider-wrapper .tparrows.tp-leftarrow:before {
  content: "\f104";
  font-family: 'FontAwesome';
  color: #000000;
  font-size: 17px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -12px -20px;
}
.layerslider-wrapper .tparrows.tp-leftarrow:hover {
  border-left-color: #FFC801;
}
.layerslider-wrapper .tparrows.tp-rightarrow {
  right: 0 !important;
  border-bottom: 23px solid transparent;
  border-top: 23px solid transparent;
  border-right: 23px solid #FFFFFF;
}
.layerslider-wrapper .tparrows.tp-rightarrow:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #000000;
  font-size: 17px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -12px 13px;
}
.layerslider-wrapper .tparrows.tp-rightarrow:hover {
  border-right-color: #FFC801;
}
.no-box .box-content {
  padding-top: 0;
  padding-bottom: 0;
}
.productcarousel .carousel-controls {
  left: auto;
  right: 0;
  top: -30px;
  position: absolute;
}
.main-column .productcarousel .btn-shopping-cart span {
  padding-left: 6px;
  padding-right: 6px;
}
.newsletter_block {
  min-width: 297px;
  margin: 0;
  position: fixed;
  right: 60px;
  bottom: -105px;
  z-index: 1000;
  width: 297px;
  height: auto;
  -webkit-transition: top 0.5s, bottom 0.5s;
  transition: top 0.5s, bottom 0.5s;
}
.newsletter_block .box-heading {
  text-align: center;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #151515;
}
.newsletter_block .box-heading span {
  font-family: 'roboto_slabbold';
}
.newsletter_block .box-content {
  margin: 0;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
}
.newsletter_block p {
  font-weight: 300;
  font-size: 10px;
}
.newsletter_block form .inputNew {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-weight: 300;
  font-style: italic;
  background-color: #f8f8f8;
  border: 0;
}
.newsletter_block form .inputNew:focus ~ span .button_mini {
  background-color: #FFC801;
}
.newsletter_block form .error {
  border: 0 none;
  margin: 0 0 10px;
  position: absolute;
  top: 0;
  background: transparent;
  margin-bottom: 12px;
}
.newsletter_block form .input-group {
  margin: 0;
  padding: 1px;
  background-color: #f8f8f8;
  border: 1px solid #E5E5E5;
}
.newsletter_block form .input-group .input-group-addon {
  padding: 0;
}
.newsletter_block form .button_mini {
  background-color: #444444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
}
.newsletter_block.active {
  bottom: 0;
}
.quickview {
  background-color: #FFFFFF;
}
.quickview #content {
  padding: 10px;
  border: 0;
}
.quickview .product-info .image-additional a {
  width: 16px;
  height: 16px;
}
.quickview .product-info .image-additional a img {
  width: 100%;
}
.quickview .product-info .action > div {
  margin-top: 10px;
}
.deal_detail_num .price {
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}
#image-additional {
  margin: 0 30px;
}
#image-additional .carousel-control.left {
  left: -30px;
}
#image-additional .carousel-control.right {
  right: -30px;
}
.product-related {
  margin: 0;
}
.product-related .btn .product-icon {
  display: none !important;
}
.product-related .btn span + span {
  padding-left: 12px;
  padding-right: 12px;
}
.product-related .last .product-block,
.product-related .row:last-child .product-block {
  padding-bottom: 0;
}
.product-related .box-content {
  border-top: 0;
}
.tooltip-inner {
  font-size: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.quick-link button {
  margin: 0 10px;
}
body[class*="-home"] #pav-mainnav {
  margin-bottom: 19px;
}
body[class*="-home"] .success,
body[class*="-home"] .warning,
body[class*="-home"] .attention,
body[class*="-home"] .information {
  margin-top: 0px;
}
body[class*="-home"] .newsletter_block {
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.category-info {
  padding: 0;
}
.category-info .image {
  padding: 0;
  margin-bottom: 19px;
}
.refine-search {
  border-color: #E5E5E5;
  -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;
}
.refine-search ul,
.refine-search ol {
  list-style: none;
}
.refine-search ul li,
.refine-search ol li {
  padding: 5px 0;
  margin: 0 8px;
  line-height: normal;
  position: relative;
  float: left;
}
.refine-search ul li:before,
.refine-search ol li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  top: 50%;
  left: 0;
  background-color: #FFC801;
}
.refine-search .box-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #FFFFFF;
  color: #000000;
}
.refine-search .box-content {
  margin: 0;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
#page-quickview .product-info #image-additional-carousel a {
  width: 22%;
  margin-right: 5px;
}
.quickview .zoomContainer .zoomWindowContainer {
  display: block !important;
}
.category-list {
  border: 0;
  margin: 0;
}
.category-list ul {
  float: left;
  margin-right: 15px;
}
.category-list ul li a {
  font-size: 12px;
  padding-left: 10px;
}
.category-list ul li a:hover {
  color: #FFC801;
}
.manufacturer-heading {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
  color: #000000;
  background-color: #eeeeee;
}
.manufacturer-list {
  border: 0;
  padding: 6px;
}
.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 {
  border: 0;
  padding: 8px;
  text-transform: uppercase;
  background-color: #FFFFFF;
  font-size: 11px;
  color: #777777;
  border: 1px solid #E5E5E5;
}
.product-filter .sort {
  float: right;
  margin-right: 5px;
}
.product-filter .limit {
  float: right;
  margin-right: 5px;
}
.product-filter .display {
  float: left;
  padding: 8px 0 0 15px;
  min-height: 32px;
}
.product-filter .display span {
  margin-right: 5px;
}
.product-filter .display a {
  border: 1px solid #E5E5E5;
  padding: 7px 10px;
  margin-right: 5px;
}
.product-filter .display a > span {
  margin: 0 3px;
}
.product-filter .display a > em {
  display: none;
}
.product-filter .display a.active i,
.product-filter .display a:hover i {
  color: #cda100;
}
.product-filter .display i {
  font-size: 10px;
  color: #000000;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}
.product-filter .product-compare {
  float: right;
}
@media only screen and (max-width:768px) {
  .product-filter .limit,
  .product-filter .sort {
  	margin: 5px 0 0 15px;
    float: left;
  }
}
.product-list .col-fullwidth {
  width: 100%;
  float: none;
  margin: 0;
  border-bottom: 1px solid #E5E5E5;
}
.product-list .product-block {
  padding: 20px 18px;
  overflow: hidden;
}
.product-list .product-block:hover .info-view {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-list .product-block .left {
  border-bottom: 0;
}
.product-list .product-meta {
  padding: 0;
  overflow: hidden;
  min-height: inherit;
}
.product-list .rating {
  margin: 0;
}
.product-list .cart {
  margin-bottom: 3px;
}
.product-list .description {
  display: block;
}
.product-list .price-tax {
  display: block;
}
.product-list .price-new {
  font-weight: bold;
}
.product-list .name {
  margin: 0;
  min-height: 20px;
}
.product-list .image {
  float: left;
  margin-right: 18px;
  margin-bottom: 0;
  overflow: hidden;
  width: 22%;
  text-align: center;
}
.product-list .image img {
  padding: 0;
  border: 0;
}
.product-list .image:hover .info-view {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-list .price {
  float: none;
  width: auto;
}
.product-list .action {
  float: none;
  margin-top: 18px;
  width: auto;
}
.product-list .action .wishlist .fa-heart {
  margin-right: 0;
}
.product-list .action .wishlist,
.product-list .action .compare {
  margin: 0;
  padding: 0;
}
.product-list .action .wishlist a,
.product-list .action .compare a {
  float: left;
  line-height: normal;
  padding: 8px 10px 0;
  border: 1px solid #E5E5E5;
  margin: 0 12px;
  width: auto;
  height: 32px;
}
.product-list .action .wishlist a span,
.product-list .action .compare a span {
  color: #000000;
  font-size: 11px;
  font-family: 'roboto_slabbold';
  text-transform: uppercase;
}
.product-list .action .wishlist a:hover,
.product-list .action .compare a:hover {
  color: #FFC801;
}
.product-list .action .wishlist a:hover span,
.product-list .action .compare a:hover span {
  color: #FFC801;
}
.product-grid {
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  padding: 0 22px;
}
.product-grid.last {
  border: 0;
}
.product-grid .description,
.product-grid .price-tax {
  display: none;
}
.product-grid .products-block {
  overflow: hidden;
}
.product-meta {
  min-height: 110px;
}
.product-items {
  border-bottom: 0;
}
.product-items.last,
.product-items:last-child {
  border-bottom: 0;
}
.product-detail {
  border: 1px solid #E5E5E5;
  background-color: #FFFFFF;
  padding: 19px;
}
.product-info {
  margin-bottom: 20px;
}
.product-info .carousel-control {
  top: 50%;
  font-size: 12px;
  color: #000000;
  text-align: center;
  border: 1px solid #b2b2b2;
  margin: -9px 0 -9px 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  width: 16px;
  height: 16px;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
}
.product-info .cart .links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.product-info h1 {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 15px !important;
}
.product-info ul,
.product-info ol {
  list-style: none;
}
.product-info .price-tax {
  font-weight: normal;
}
.product-info .product-label-special {
  right: 9px;
  left: auto;
}
.product-info .image {
  position: relative;
  margin-bottom: 52px;
  text-align: center;
}
.product-info .share {
  padding: 20px 0;
}
.product-info .share:before,
.product-info .share:after {
  content: " ";
  display: table;
}
.product-info .share:after {
  clear: both;
}
.product-info .price {
  padding: 10px 0;
  color: #777;
}
.product-info .price .price-gruop,
.product-info .price .price-old {
  font-size: 21px;
  font-family: 'roboto_slabbold';
  text-transform: uppercase;
  color: #FFC801;
}
.product-info .price .other-price {
  margin-top: 6px;
}
.product-info .price .reward {
  font-weight: normal;
}
.product-info .price .discount {
  font-weight: normal;
  margin-top: 6px;
}
.product-info .price-gruop:before,
.product-info .price-gruop:after {
  content: " ";
  display: table;
}
.product-info .price-gruop:after {
  clear: both;
}
.product-info .description {
  border: 0;
  margin-bottom: 6px;
  padding: 0;
}
.product-info .description a {
  text-decoration: none;
}
.product-info .description b {
  margin-right: 5px;
  margin-left: 0;
}
.product-info .description .availability {
  background-color: #FFC801;
  color: #FFFFFF;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 3px 5px;
  text-transform: none;
}
.product-info #image-additional-carousel {
  margin: 0;
  clear: both;
  overflow: hidden;
}
.product-info #image-additional-carousel .carousel-inner {
  width: 85%;
  height: auto;
  margin: 0 auto;
}
.product-info #image-additional-carousel a {
  display: block;
  float: left;
  margin-left: 0;
  width: 22%;
  height: auto;
  margin-right: 10px;
}
.product-info #image-additional-carousel a:last-child {
  margin: 0;
}
.product-info #image-additional-carousel a img {
  border: 1px solid transparent;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}
.product-info #image-additional-carousel a:hover img {
  border: 1px solid #FFC801;
}
.product-info #image-additional-carousel img {
  border: 0;
}
.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;
  margin-left: 0;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.product-info .options {
  margin-bottom: 20px;
}
.product-info .options input[type="file"] {
  background-color: transparent;
  color: #c2c2c2;
  border: 1px solid #aaaaaa;
  font-size: 11px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.product-info .options input[type="file"] .fa {
  color: #c2c2c2;
}
.product-info .options input[type="file"]:hover {
  color: #FFC801;
}
.product-info .options input[type="file"]:hover .fa {
  color: #FFC801;
}
.product-info .review {
  margin-bottom: 15px;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.product-info .review > div {
  padding: 0;
  border: 0;
}
.product-info .review > div > span {
  color: #38B0E3;
}
.product-info .product-extra {
  padding: 10px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.product-info .product-extra:before,
.product-info .product-extra:after {
  content: " ";
  display: table;
}
.product-info .product-extra:after {
  clear: both;
}
.product-info .product-extra .quantity-adder {
  margin: 0;
}
.product-info .product-extra .cart {
  margin-left: 10px;
  margin-right: 10px;
}
.product-info .product-extra .add-action {
  display: block;
  width: 27px;
  height: 16px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  position: relative;
  cursor: pointer;
  font-size: 5.5px;
  line-height: 15px;
  text-align: center;
  color: #6f6f6f;
}
.product-info .product-extra .add-action:hover {
  color: #cda100;
}
.product-info .product-extra .add-up {
  border-bottom: 0;
}
.product-info .product-extra .add-to-icon {
  font-size: 16px;
  padding: 6px;
  background: #cda100;
}
.product-info .product-extra .quantity-number input {
  min-width: 57px;
  width: 57px;
  width: auto !important;
  height: 32px;
  text-align: center;
}
@media only screen and (max-width:990px) {
  .product-info .product-extra .action {
  	margin: 5px 0 0;
    float: none !important;
    overflow: hidden;
    width: 100%;
  }
  .product-info .product-extra .action>div {
  	float: right!important;
  }
  .product-info .product-extra .action>div:first-child {
  	float: left!important;
  }
}
@media only screen and (max-width:768px) {
  .product-info .product-extra .action {
  padding: 10px 0 0;
  }

}
@media only screen and (max-width:480px) {
  .product-info .product-extra .fast-order-link {
  	float: right;
    white-space: nowrap;
   	top: 37px;
    padding: 7px 5px;
  }
  .product-info .product-extra .quantity-adder,
  .product-info .product-extra .cart {
  	float: none!important;
    clear: both;
    margin: 0;
  }
  .product-info .product-extra .cart {
  	padding: 5px 0 0;
  }
}
.product-info .minimum {
  margin-top: 12px;
}
.product-info .action:before,
.product-info .action:after {
  content: " ";
  display: table;
}
.product-info .action:after {
  clear: both;
}
.product-info .action a {
  border: 1px solid #E5E5E5;
  text-align: center;
  text-transform: uppercase;
  height: 32px;
  display: block;
  color: #777777;
  font-size: 11px;
  font-family: 'roboto_slabbold';
  padding: 8px 8px 0;
}
.product-info .action a .fa {
  color: #c1c1c1;
}
.product-info .action a:hover {
  color: #FFC801;
}
.product-info .action a:hover .fa {
  color: #FFC801;
}
.product-info .action > div {
  margin-right: 10px;
  margin-left: 0;
}
.tabs-group {
  padding: 0;
  margin: 0;
}
.tabs-group .tab-content {
  border-width: 0px 1px 1px 1px;
  border-color: #E5E5E5;
  border-style: solid;
  padding: 20px;
  line-height: 25px;
  background-color: #FFFFFF;
  list-style-position: inside;
}
.tabs-group .tab-content .pagination {
  padding: 0;
  border: 0;
}
.tabs-group .tab-content #review-title {
  margin-top: 0;
}
.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: #eeeeee;
  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-left: 0;
  border-bottom: 1px solid #ddd;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.compare-info .price-old {
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info td {
  text-align: center;
  vertical-align: top;
}
.compare-info tr td:first-child {
  font-weight: bold;
  text-align: left;
  width: 16%;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  background: #e2e2e2;
  text-align: left;
  border: 0;
}
.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: #eeeeee;
  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: 0px;
  margin: 0 auto;
}
.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: 24px;
}
.order-list .order-content {
  padding: 10px 0px;
}
.order-list .order-info {
  text-align: right;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.order-list .list-content {
  margin-bottom: 12px;
}
.order-detail {
  background: #E5E5E5;
  font-weight: bold;
}
.return-list {
  margin-bottom: 10px;
}
.return-list .return-content {
  padding: 10px 0px;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.return-list .return-info {
  text-align: right;
}
.return-list .list-content {
  margin-bottom: 12px;
}
.return-opened textarea {
  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: 24px;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.download-list .download-content {
  padding: 10px 0px;
}
.download-list .download-info {
  text-align: right;
}
.download-list .list-content {
  margin-bottom: 24px;
}
.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: #eeeeee;
  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 td.quantity * {
  float: left;
}
.cart-info tbody td.quantity a {
  display: block;
  padding: 6px 0;
}
.cart-info tbody .image {
  text-align: center;
}
.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-module {
  margin: 24px 0;
}
.cart-module table td {
  padding: 5px;
}
.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: #fbfbfb;
  border: 1px solid #E5E5E5;
  padding: 8px;
  font-weight: bold;
  font-size: 15px;
  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: #eeeeee;
  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;
}
.sitemap-info {
  margin-bottom: 36px;
}
.sitemap-info ul > li {
  line-height: 1.928571429;
  font-weight: bold;
  list-style: disc inside none;
}
.sitemap-info ul > li > ul {
  margin-left: 24px;
}
.sitemap-info ul > li > ul li {
  font-weight: normal;
  list-style: circle inside none;
}
.sitemap-info ul > li > ul li li {
  list-style: square inside none;
}
.page-not-found {
  text-align: center;
}
.page-not-found h2 {
  font-size: 230%;
  color: #cda100;
  margin: 120px 0 12px 0;
}
.page-not-found span {
  margin-right: 12px;
}
.contact-location {
  margin-bottom: 12px;
}
.contact-location img {
  max-width: none;
}
.contact-content .content {
  background-color: #FFFFFF;
  padding: 20px;
  border: 0;
}
.contact-content .buttons {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
.contact-content .contact-customhtml {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
.contact-content .contact-customhtml .content {
  min-height: 338px;
}
.contact-content .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background-color: #a2a2a2;
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.contact-content .fa:hover {
  background-color: #FFC801;
}
#pav-mainnav {
  background-color: #FFC801;
  border-top: 1px solid #687390;
  border-bottom: 1px solid #252b3d;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}
#pav-mainnav .megamenu {
  position: relative;
}
#pav-mainnav .pav-colorbox {
  display: none !important;
}
#pav-mainnav .navbar {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#pav-mainnav .navbar-default .navbar-nav > .dropdown > a .caret {
  border: 0;
  position: relative;
}
#pav-mainnav .navbar-default .navbar-nav > .dropdown > a .caret:before {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: -15px;
  top: -11px;
  color: #000000;
}
#pav-mainnav .navbar-nav > li > a {
  padding: 17px 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'roboto_slabbold';
  color: #000000;
  border-left: 1px solid #687390;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
#pav-mainnav .navbar-nav > li > a:hover,
#pav-mainnav .navbar-nav > li > a:focus {
  color: #000000;
  background-color: #FFFFFF;
}
#pav-mainnav .navbar-nav > li > a:hover .caret:before,
#pav-mainnav .navbar-nav > li > a:focus .caret:before {
  color: #000000;
}
#pav-mainnav .navbar-nav > li > a:after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 0;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0px solid #000000;
  width: 0px;
  height: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: border 300ms ease-out 0s;
  transition: border 300ms ease-out 0s;
}
#pav-mainnav .navbar-nav > li.last > a {
  border-right: 1px solid #687390;
}
#pav-mainnav .navbar-nav > li.full-width {
  position: static;
}
#pav-mainnav .navbar-nav > li:hover > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  border-bottom: 6px solid #000000;
}
#pav-mainnav .navbar-inverse {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#pav-mainnav .navbar-collapse {
  padding: 0;
}
#pav-mainnav .dropdown-menu {
  top: 100%;
  left: -9999px;
  height: auto;
  font-weight: 300;
  color: #c2c2c2;
  border: 0;
  min-width: 234px;
  padding: 20px;
  background-color: #444444;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
#pav-mainnav .dropdown-menu a {
  color: #c2c2c2;
}
#pav-mainnav .dropdown-menu li {
  line-height: 25px;
}
#pav-mainnav .dropdown-menu li a {
  padding: 0;
  font-weight: 300;
  font-size: 11px;
  line-height: 25px;
}
#pav-mainnav .dropdown-menu li a:hover {
  background-color: transparent;
  color: #FFC801;
}
#pav-mainnav .dropdown-menu li a:hover .fa {
  color: #FFC801;
}
#pav-mainnav .dropdown-menu .fa {
  margin-left: 0;
  color: #c2c2c2;
}
#pav-mainnav .dropdown-menu .menu-title .fa {
  margin-right: 5px;
}
#pav-mainnav .dropdown-menu ul li.parent {
  position: relative;
}
#pav-mainnav .dropdown-menu ul li.parent .dropdown-menu {
  top: 0;
  right: -100%;
  left: auto;
  position: absolute;
}
#pav-mainnav .dropdown-menu ul li.parent:hover > .dropdown-menu {
  left: 100%;
  display: block;
}
#pav-mainnav .dropdown:hover > .dropdown-menu {
  display: block;
  left: 0px;
}
#pav-mainnav .dropdown:hover > a {
  color: #000000;
}
#pav-mainnav .dropdown:hover > a .fa {
  color: #000000;
}
#pav-mainnav .mega-group > .dropdown-toggle {
  border: 0;
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'brandon_grotesquelight';
  color: #FFFFFF;
}
#pav-mainnav .mega-group > .dropdown-toggle .fa {
  color: #FFFFFF;
}
#pav-mainnav .dropdown-submenu {
  position: relative;
}
#pav-mainnav .dropdown-submenu:hover > .dropdown-menu {
  right: -115%;
  left: auto;
  top: 0;
}
#pav-mainnav .dropdown-submenu b.fa {
  margin-left: 3px;
}
#pav-mainnav h1,
#pav-mainnav h2,
#pav-mainnav h3,
#pav-mainnav h4,
#pav-mainnav h5,
#pav-mainnav h6 {
  font-family: 'brandon_grotesquelight';
  color: #FFFFFF;
  letter-spacing: 3px;
  border: 0;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0 0 10px 0;
}
#pav-mainnav p {
  font-size: 11px;
  line-height: 20px;
}
#pav-mainnav .fa {
  margin-left: 3px;
  color: #000000;
}
#pav-mainnav ul,
#pav-mainnav ol {
  list-style: none;
}
#pav-mainnav .pavo-widget .fa {
  margin-right: 0;
}
#pav-mainnav .product-block {
  width: 50%;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
#pav-mainnav .product-block .w-product {
  margin-right: 28px;
}
#pav-mainnav .product-block .image {
  text-align: left;
}
#pav-mainnav .product-block .product-meta {
  min-height: inherit;
  text-align: left;
}
#pav-mainnav .product-block .name {
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
}
#pav-mainnav .product-block .name a {
  color: #FFFFFF;
}
#pav-mainnav .product-block .name a:hover {
  color: #FFC801;
}
#pav-mainnav .product-block .product-icon {
  width: auto;
  height: 32px;
  padding: 0 10px;
  background-color: #FFFFFF;
}
#pav-mainnav .product-block .product-icon:hover {
  color: #000000;
}
#pav-mainnav .product-block .cart .product-icon {
  border: 1px solid #E5E5E5;
  text-transform: uppercase;
  color: #000000;
  font-size: 10px;
  line-height: 18px;
  font-family: 'brandon_grotesquelight';
}
#pav-mainnav .product-block .cart .product-icon:hover {
  color: #000000;
}
#pav-mainnav .product-block .rating {
  border-top: 1px solid #646464;
  padding-top: 3px;
}
#pav-mainnav .product-block .action {
  margin-top: 6px;
}
#pav-mainnav .product-block .pav-colorbox {
  display: none !important;
}
#pav-mainnav .product-block:last-child .w-product {
  margin: 0;
}
#pav-mainnav .product-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hidden-heading-title .menu-title {
  display: none;
}
#pav-verticalmenu {
  color: #777777;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}
#pav-verticalmenu .box-content {
  height: auto !important;
  background: #444444;
  padding: 0;
  border: 0;
  min-height: 497px;
  height: 497px;
  position: static;
}
#pav-verticalmenu .box-content .navbar-default {
  position: static;
  background-color: transparent;
  margin: 0;
  border: 0;
}
#pav-verticalmenu .box-content .navbar-default .navbar-header {
  float: none;
  width: 100%;
}
#pav-verticalmenu .box-content .navbar-default .navbar-collapse {
  padding: 0;
  max-width: auto;
  min-height: 490px;
  height: 490px;
  height: auto !important;
}
#pav-verticalmenu .navbar-nav {
  position: static;
  float: none;
  width: 100%;
}
#pav-verticalmenu .navbar-nav > li {
  width: 100%;
  height: auto;
  position: static;
  border-color: #444444;
}
#pav-verticalmenu .navbar-nav > li > a {
  display: block;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  padding: 16px 10px 16px 23px;
}
#pav-verticalmenu .navbar-nav > li > a .menu-icon {
  display: block;
}
#pav-verticalmenu .navbar-nav > li > a .menu-icon span {
  display: block;
  margin-left: 35px;
  line-height: normal;
  font-size: 13px;
}
#pav-verticalmenu .navbar-nav > li > a .menu-icon .menu-desc {
  font-size: 11px;
  font-style: italic;
  color: #999999;
  font-weight: 300;
  margin-top: 3px;
}
#pav-verticalmenu .navbar-nav > li > a:hover,
#pav-verticalmenu .navbar-nav > li > a:focus {
  color: #FFFFFF;
  background-color: #2b2b2b;
}
#pav-verticalmenu .navbar-nav > li > a .caret {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -5px 0;
  border-left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #999999;
}
#pav-verticalmenu .navbar-nav > li.last,
#pav-verticalmenu .navbar-nav > li:last-child {
  border: 0;
}
#pav-verticalmenu .navbar-nav > li:hover > a {
  color: #FFC801;
  background-color: #2b2b2b;
}
#pav-verticalmenu .navbar-nav > li:hover > a .caret {
  border-right-color: #FFFFFF;
}
#pav-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  left: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#pav-verticalmenu .navbar-nav > li .parent {
  position: relative;
}
#pav-verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
  text-transform: none;
  font-weight: normal;
  color: #777777;
}
#pav-verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
  color: #FFC801;
}
#pav-verticalmenu .navbar-nav > li .parent > .dropdown-menu {
  min-height: 100px;
  height: 100px;
  height: auto !important;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
}
#pav-verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  left: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#pav-verticalmenu .verticalmenu li a:hover {
  color: #FFC801;
}
#pav-verticalmenu .verticalmenu li a:hover .caret {
  border-right-color: #FFFFFF;
}
#pav-verticalmenu .pav-colorbox {
  display: none !important;
}
#pav-verticalmenu .dropdown-menu {
  left: -9999px;
  top: -9999px;
  right: auto;
  border: 0;
  display: block;
  min-height: 100%;
  height: 100%;
  height: auto !important;
  min-width: 215px;
  padding: 5%;
  background: #f8f8f8;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
#pav-verticalmenu .dropdown-menu ul li {
  border: 0;
  padding: 4px 0;
  line-height: normal;
}
#pav-verticalmenu .dropdown-menu ul li a {
  color: #777777;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
}
#pav-verticalmenu .dropdown-menu p {
  line-height: 18px;
  font-size: 12px;
}
#pav-verticalmenu .dropdown-menu .pav-menu-video {
  width: 100%;
}
#pav-verticalmenu .dropdown-menu .pav-menu-video iframe {
  margin-bottom: 10px;
}
#pav-verticalmenu .dropdown-menu .dropdown-toggle:hover {
  color: #000000;
}
#pav-verticalmenu .dropdown-menu .dropdown-toggle,
#pav-verticalmenu .dropdown-menu h1,
#pav-verticalmenu .dropdown-menu h2,
#pav-verticalmenu .dropdown-menu h3,
#pav-verticalmenu .dropdown-menu h4,
#pav-verticalmenu .dropdown-menu h5,
#pav-verticalmenu .dropdown-menu h6 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  color: #000000;
  font-family: 'roboto_slabregular';
  font-size: 12px;
}
#pav-verticalmenu .dropdown-menu .manufacturer a {
  padding: 0;
}
#pav-verticalmenu .dropdown-menu .manufacturer a img {
  border: 1px solid #E5E5E5;
  -webkit-transition: border-color 600ms ease;
  transition: border-color 600ms ease;
}
#pav-verticalmenu .dropdown-menu .manufacturer a:hover img {
  border-color: #FFC801;
}
#pav-verticalmenu .widget-product-list {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #E5E5E5;
}
#pav-verticalmenu .product-block {
  width: 25%;
  height: auto;
  padding: 5px;
  background: none transparent;
  border: 0;
}
#pav-verticalmenu .product-block .name {
  min-height: 32px;
  height: 32px;
  height: auto !important;
  padding: 0;
  margin: 0;
}
#pav-verticalmenu .product-block .name a {
  padding: 0;
  margin: 0;
  color: #000000;
  font-family: 'roboto_slabregular';
  font-size: 12px;
}
#pav-verticalmenu .product-block .name a:hover {
  color: #FFC801;
}
#pav-verticalmenu .product-block .image a {
  padding: 0;
}
#pav-verticalmenu .product-block .w-product {
  padding: 5px;
}
#pav-verticalmenu .product-block .product-meta {
  min-height: inherit;
}
#column-right #pav-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  left: auto;
  right: 100%;
  -webkit-box-shadow: -2px 2px 2px rgba(0,0,0,0.3);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.3);
}
#mainmenutop .navbar-toggle {
  float: left;
}
#menu-offcanvas .dropdown .dropdown-menu {
  display: block;
  position: relative;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: 100% !important;
  min-width: inherit;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  min-height: 100%;
}
.offcanvas-content {
  overflow-y: scroll;
  background-color: #FFFFFF;
}
.offcanvas-content,
.offcanvas-content-inner {
  position: relative;
}
.offcanvas-container {
  position: relative;
}
.offcanvas-pusher {
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: 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;
  filter: alpha(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;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0,0,0,0.2);
  content: '';
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas-menu-open .offcanvas-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  filter: alpha(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 {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 99999;
  visibility: hidden;
  width: 280px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: inset -12px -1px 12px -12px rgba(0,0,0,0.38);
  box-shadow: inset -12px -1px 12px -12px rgba(0,0,0,0.38);
}
.offcanvas-menu .menu-offcanvas-inner {
  background: #444444;
}
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offcanvas-menu ul li {
  line-height: normal;
}
.offcanvas-menu ul li a {
  padding: 12px 15px;
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'roboto_slabbold';
  border-bottom: 1px solid #ffffff;
  display: block;
}
.offcanvas-menu ul li a.dropdown-toggle {
  position: relative;
}
.offcanvas-menu ul li a.dropdown-toggle .caret {
  position: absolute;
  right: 15px;
  top: 33%;
  margin: 0;
  display: block;
  text-align: center;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
}
.offcanvas-menu ul li a.dropdown-toggle .caret:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 6px;
  left: 5px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #FFFFFF;
}
.offcanvas-menu h1,
.offcanvas-menu h2,
.offcanvas-menu h3,
.offcanvas-menu h4,
.offcanvas-menu h5,
.offcanvas-menu h6 {
  margin: 0;
  line-height: normal;
  padding: 12px 15px;
  color: #FFFFFF;
  font-size: 15px;
  font-family: 'roboto_slabbold';
}
.offcanvas-menu h1 span,
.offcanvas-menu h2 span,
.offcanvas-menu h3 span,
.offcanvas-menu h4 span,
.offcanvas-menu h5 span,
.offcanvas-menu h6 span {
  padding: 0;
}
.offcanvas-menu h1 span .fa,
.offcanvas-menu h2 span .fa,
.offcanvas-menu h3 span .fa,
.offcanvas-menu h4 span .fa,
.offcanvas-menu h5 span .fa,
.offcanvas-menu h6 span .fa {
  margin-right: 5px;
}
.offcanvas-menu .product-block {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offcanvas-menu .product-block .price {
  border: 0;
}
.offcanvas-menu .product-block:hover {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offcanvas-menu p {
  color: #FFFFFF;
  font-size: 12px;
  padding: 15px 15px 0;
}
.offcanvas-menu .product-block {
  width: 100%;
  background-color: transparent;
  float: none !important;
  text-align: center;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offcanvas-menu .product-block .name {
  min-height: 22px;
}
.offcanvas-menu .product-block .name a {
  border: 0;
  color: #FFFFFF;
}
.offcanvas-menu .product-block .name a:hover,
.offcanvas-menu .product-block .name a:focus {
  color: #FFC801;
}
.offcanvas-menu .product-block:hover {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offcanvas-menu .widget-banner .w-banner {
  text-align: center;
  float: none;
  margin: 0;
  width: 100%;
}
.offcanvas-menu .button-close-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 8px 15px;
}
.offcanvas-menu .button-close-menu .fa {
  color: #FFFFFF;
  font-size: 24px;
  cursor: pointer;
}
.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(280px,0,0);
  transform: translate3d(280px,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(280px,0,0);
  transform: translate3d(280px,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(280px,0,0);
  transform: translate3d(280px,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: 768px) {
  .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;
  }
}
.offcanvas-sidebars-buttons {
  margin-bottom: 15px;
  overflow: hidden;
}
ul.list li {
  margin-left: 9px;
}
.link-more {
  color: darker(#FFC801,10%);
  font-size: 12px;
  text-transform: lowercase;
  font-weight: bold;
  color: #be9500;
}
.link-more .icon-read-more-2 {
  font-size: 9px;
  color: #cda100;
}
.link-more:hover {
  color: #be9500;
}
.copyright {
  text-align: left;
}
.copyright a {
  color: #be9500;
}
.pagination .links b,
.pagination .links a:hover,
.pagination .links b:hover {
  color: #FFC801;
  border-color: #FFC801;
}
#back-top {
  margin: 0px;
  position: relative;
  text-align: center;
}
#back-top a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  text-align: center;
  border: 1px solid #E5E5E5;
  background-color: #FFFFFF;
  font-size: 26px;
  position: absolute;
  margin: 0 auto;
  top: -22px;
  left: 0;
  right: 0;
  overflow: auto;
}
#back-top a:hover {
  border-color: #f6c100;
  background-color: #f6c100;
}
#back-top a:hover i {
  color: #FFFFFF;
}
#mainmenutop .navbar-toggle {
  background: #444444;
  color: #FFF;
  border: 0;
}
#mainmenutop .navbar-toggle .fa {
  color: #FFFFFF;
  margin: 0;
}
.shapes {
  background-color: transparent;
  position: absolute;
  top: 50%;
  width: 0px;
  height: 0px;
}
.shapes.left {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #FFFFFF;
  right: 0;
  margin: -4px 0;
}
.shapes.right {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFFFFF;
  left: 0;
  margin: -5px 0;
}
.shapes.bottom {
  border-top: 5px solid #444444;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}
.line {
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #FFFFFF;
}
#breadcrumb {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
#breadcrumb .breadcrumb {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  background-color: transparent;
  padding: 10px;
}
#breadcrumb .breadcrumb li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 6px;
}
#breadcrumb .breadcrumb li:before {
  display: none;
}
#breadcrumb .breadcrumb li a {
  color: #777777;
  text-transform: none;
  position: relative;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}
#breadcrumb .breadcrumb li a:hover {
  color: #FFC801;
}
#breadcrumb .breadcrumb li a span {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#breadcrumb .breadcrumb li:hover {
  color: #e7b500;
}
#breadcrumb .breadcrumb li:hover span:before {
  background: #e7b500;
}
#breadcrumb .breadcrumb li.last a {
  color: #c4c4c4;
}
#breadcrumb .breadcrumb li.last a:hover {
  color: #FFC801;
}
#breadcrumb .breadcrumb li.first a:before {
  display: none;
}
#breadcrumb .breadcrumb li.first a span:before {
  content: "\f015";
  background: none;
  font-family: 'FontAwesome';
  color: #CCCCCC;
  margin-top: -1px;
  margin-right: 6px;
}
#breadcrumb .breadcrumb li.first a:hover span:before {
  color: #e7b500;
}
.no-margin h3 {
  margin-top: 0px;
}
.no-margin .buttons {
  margin-bottom: 0px;
}
.no-margin table {
  margin-bottom: 0px;
}
.no-margin-top {
  margin-top: 0px;
}
.carousel-control {
  cursor: pointer;
  height: auto;
  text-align: center;
  background-image: none;
  font-size: inherit;
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  width: 16px;
  height: 16px;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right: 3px;
  margin-left: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  border-color: #000000;
  color: #000000;
  background-color: #FFC801;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control.left,
.carousel-control.right {
  background-color: transparent;
  background-image: none;
  background-image: -webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0) 0%),color-stop(rgba(0,0,0,0) 100%));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
  background-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control .fa {
  font-size: 12px;
  display: block;
}
.carousel-indicators li,
.carousel-indicators.active {
  border-color: #FFC801;
}
.btn-cart {
  text-transform: none;
  font-weight: bold;
  padding: 0;
  font-size: 12px;
}
.btn-cart span {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.btn-cart span + span {
  padding: 6px 10px 0;
}
.btn-cart .icon-cart {
  font-size: 12px;
  color: #FFFFFF;
  width: 30px;
  height: 31px;
  line-height: 25px;
  vertical-align: top;
  background: #cda100;
}
.custom-block {
  margin: 0px 16px 0px -14px;
}
.custom-block .box-heading {
  border-top: 0;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 6px;
  padding-top: 17px;
  position: relative;
}
.custom-block .box-heading:after {
  top: 100%;
  border: solid transparent;
  content: "";
  position: absolute;
  pointer-events: none;
  border-color: #cccccc;
  border-color: rgba(204,204,204,0);
  zoom: 1;
  border-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cccccc, endColorstr=#00cccccc)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cccccc, endColorstr=#00cccccc);
  width: 0;
  height: 0;
  border-top-color: #E5E5E5;
  border-width: 7px;
  margin-left: -6px;
  left: 50%;
}
.custom-block .box-heading:before {
  top: 100%;
  border: solid transparent;
  content: "";
  position: absolute;
  pointer-events: none;
  border-color: #ffffff;
  border-color: rgba(255,255,255,0);
  zoom: 1;
  border-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff);
  width: 0;
  height: 0;
  border-top-color: #FFFFFF;
  border-width: 6px;
  margin-left: -5px;
  left: 50%;
  z-index: 1;
}
.custom-block .box-heading > span {
  font-weight: normal;
  border: 0;
  padding: 0;
}
.custom-block .box-content {
  padding-top: 15px;
}
.custom:before,
.custom:after {
  content: " ";
  display: table;
}
.custom:after {
  clear: both;
}
.custom i {
  float: left;
  font-size: 25px;
  color: #999999;
  margin-top: 6px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  width: 43px;
  height: auto;
}
.custom h3 {
  margin: 0px;
  line-height: normal;
  min-height: 15px;
}
.custom p {
  color: #848484;
  margin-bottom: 18px;
}
.custom h3,
.custom p {
  font-size: 12px;
  overflow: hidden;
}
.custom li:hover i {
  color: #FFC801;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.underline a {
  color: #cda100;
}
.underline a:hover {
  text-decoration: underline;
}
.underline a b {
  color: #cda100;
}
@media (max-width: 767px) {
  .in-border {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 0;
  }
}
.hide-bar {
  display: none;
}
.a-center {
  text-align: center;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.pattern1 {
  background-image: url('../../image/pattern/pattern1.png');
}
.pattern2 {
  background-image: url('../../image/pattern/pattern2.png');
}
.pattern3 {
  background-image: url('../../image/pattern/pattern3.png');
}
.pattern4 {
  background-image: url('../../image/pattern/pattern4.png');
}
.pattern5 {
  background-image: url('../../image/pattern/pattern5.png');
}
.pattern6 {
  background-image: url('../../image/pattern/pattern6.png');
}
.pattern7 {
  background-image: url('../../image/pattern/pattern7.png');
}
.pattern8 {
  background-image: url('../../image/pattern/pattern8.png');
}
.pattern9 {
  background-image: url('../../image/pattern/pattern9.png');
}
.pattern10 {
  background-image: url('../../image/pattern/pattern10.png');
}
.pattern11 {
  background-image: url('../../image/pattern/pattern11.png');
}
.pattern12 {
  background-image: url('../../image/pattern/pattern12.png');
}
.pattern13 {
  background-image: url('../../image/pattern/pattern13.png');
}
.pattern14 {
  background-image: url('../../image/pattern/pattern14.png');
}
.pattern15 {
  background-image: url('../../image/pattern/pattern15.png');
}
.pattern16 {
  background-image: url('../../image/pattern/pattern16.png');
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header-main .customer-service {
    width: 54%;
  }
  .product-grid .product-block .price {
    width: 34%;
  }
  .product-grid .product-block .action {
    width: 66%;
  }
  .offcanvas-menu {
    display: none;
  }
  .product-grid .product-block .price,
  .product-grid .product-block .action {
    width: 100%;
  }
  .carousel.pavcontentslider .pav-caption {
    display: none;
  }
  .carousel.pavcontentslider .carousel-indicators {
    margin: 0 -270px;
  }
  .sidebar .productdeals .image img {
    width: 100%;
    height: auto;
  }
  #search {
    min-width: 100px;
    width: 100px;
  }
  #search .input-search {
    min-width: 130px;
  }
  #powered {
    padding: 20px 0;
  }
  .productcarousel .btn.btn-shopping-cart .fa {
    display: block !important;
  }
  .productcarousel .btn.btn-shopping-cart span + span {
    display: none;
  }
  .product-related .btn-shopping-cart .fa {
    display: block !important;
  }
  .product-related .btn-shopping-cart span + span {
    display: none;
  }
  .btn.btn-shopping-cart span + span {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 992px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  #menu-offcanvas .megamenu .dropdown .dropdown-menu.level2,
  #menu-offcanvas .megamenu .dropdown .dropdown-menu.level3 {
        display: none;
  }
   #menu-offcanvas .megamenu .dropdown .open>.dropdown-menu {
    display: block;
  }
  #menu-offcanvas .megamenu .dropdown .dropdown-menu.level2 ul>li>a {
    padding: 12px 10px 12px 25px;
  }
  #menu-offcanvas .megamenu .dropdown .dropdown-menu.level3 ul>li>a {
    padding: 12px 10px 12px 35px;
  }
  .offcanvas-menu ul li a.dropdown-toggle.active .caret:before{
    border-bottom: 4px solid #FFFFFF;
    border-top: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header-main #logo-theme a {
    display: inline-block;
  }
  #header-main .inner {
    float: none !important;
    text-align: center;
    width: 100%;
    margin: 20px 0 0;
  }
  embed {
    width: 100%;
  }
  #cboxOverlay,
  #colorbox,
  .pav-colorbox {
    display: none !important;
  }
  #pav-mainnav .dropdown-menu {
    width: 100% !important;
    display: none !important;
  }
  #pav-mainnav h1,
  #pav-mainnav h2,
  #pav-mainnav h3,
  #pav-mainnav h4,
  #pav-mainnav h5,
  #pav-mainnav h6 {
    margin-top: 20px;
  }
  #pav-mainnav .navbar-default .navbar-nav > .dropdown > a .caret {
    display: none;
  }
  .product-block .image img {
    margin: 0 auto;
  }
  .product-block .flip .swap-image img {
    visibility: visible;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .product-block .image.swap .back {
    display: none;
  }
  .btn.btn-shopping-cart span + span {
    padding: 9px 9px 0;
  }
  .product-info .image-additional a {
    width: auto;
  }
  .product-info .product-extra > div {
    margin-bottom: 10px;
  }
  .zoomContainer .zoomLens,
  .zoomContainer .zoomWindowContainer {
    display: none !important;
  }
  .blog-meta > span {
    padding-top: 5px;
  }
  #footer p {
    text-align: center;
  }
  #footer .footer-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer .box .box-heading {
    margin-top: 30px;
  }
  #powered {
    padding: 30px 0;
  }
  #search {
    left: auto;
    right: 40px;
    margin: auto;
    bottom: 108%;
    min-width: inherit;
    width: 40px;
    height: 40px;
  }
  #search .quickaccess-toggle {
    color: #FFFFFF;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
  }
  #search .quickaccess-toggle .fa {
    margin: 0;
    color: #FFFFFF;
    font-size: 18px;
  }
  #search .button-search {
    position: absolute;
    right: 5px;
    top: 5px;
    left: auto;
  }
  #search .input-group {
    display: none;
    float:right;
    padding: 5px;
    width: 220px;
    background: #444444;
  }
  #search .input-group .input-search {
    min-width: inherit;
  }
  #search:hover .input-group {
    display: block;
  }
}
@media (max-width: 767px) {
  #header-main #logo-theme a {
    display: inline-block;
  }
  #header-main .inner {
    float: none !important;
    text-align: center;
    width: 100%;
    margin: 20px 0 0;
  }
  #cboxOverlay,
  #colorbox {
    display: none !important;
  }
  .product-cols {
    border: 0;
  }
  .product-block .pav-colorbox {
    display: none !important;
  }
  #footer .box.pavgooglemap {
    display: none;
  }
  #footer .footer-center {
    padding: 20px 0;
  }
  #footer .box .box-heading {
    padding-top: 15px;
  }
  #search {
    margin: auto;
    bottom: 108%;
    min-width: inherit;
    width: 40px;
    height: 40px;
  }
  #search .quickaccess-toggle {
    color: #FFFFFF;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
  }
  #search .quickaccess-toggle .fa {
    margin: 0;
    color: #FFFFFF;
    font-size: 18px;
  }
  #search .button-search {
    position: absolute;
    right: 5px;
    top: 5px;
    left: auto;
  }
  #search .input-group {
    display: none;
    padding: 5px;
    width: 220px;
    background: #444444;
  }
  #search .input-group .input-search {
    min-width: inherit;
  }
  #search:hover .input-group {
    display: block;
  }
  embed {
    width: 100%;
  }
  .product-block .image img {
    margin: 0 auto;
  }
  .product-block .flip .swap-image img {
    visibility: visible;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .product-block .image.swap .back {
    display: none;
  }
}
@media (max-width: 480px) {
  #powered {
    padding: 20px 0;
  }
  #footer .footer-center {
    padding: 20px 20px 0;
  }
  #search .input-group {
    width: 165px;
    right: -42px;
    margin-top: 30px;
  }

  .header-left .item {
    display: block;
    float:none;
  }
  #search {
    bottom: 160%;
  }
}
#header-main #logo-theme a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  min-width: 190px;
  min-height: 30px;
  display: block;
  background: url('https://assets3.insales.ru/assets/1/3839/675583/1547875694/logo.png') no-repeat 0 0 transparent;
}
#header-main .fa {
  color: #000000;
}

#search .input-search {
  border: 0;
}
#search .button-search {
  border: 0;
}
#header #cart .media .pull-left {
  border-top: 2px solid #151515;
}
.carousel-control {
  border-color: #E5E5E5;
}
.carousel-control .fa {
  color: #333333;
}
.sidebar .highlights .box-heading {
  background: none transparent;
}
.sidebar .highlights .box-content {
  background: #444444;
}
#pav-mainnav {
  border: 0;
}
#pav-mainnav .navbar {
  background-color: #FFC801;
}
#pav-mainnav .navbar-nav > li > a {
  border: 0;
}
#pav-mainnav .navbar-nav > li > a:hover,
#pav-mainnav .navbar-nav > li > a:focus {
  background-color: #F2BE01;
  color: #000000;
}
#pav-mainnav .navbar-nav > li.last > a {
  border: 0;
}
#pav-mainnav .navbar-nav > li:hover > a {
  background-color: #F2BE01;
}
#pav-mainnav .product-block {
  border: 0;
}
#pav-mainnav .product-block .product-meta {
  padding: 0;
}
#banner0 {
  border: 1px solid #E5E5E5;
}
.box .box-heading {
  border-top: 2px solid #151515;
  border-bottom: 1px solid #E5E5E5;
}
.box .box-heading span {
  position: relative;
}
.box .box-heading span:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #FFC801;
}
.box.newsletter_block .box-heading {
  border-top: 2px solid #e55e5e;
  color: #FFFFFF;
  border-width: 2px 0 0 0;
}
.box.newsletter_block .box-heading span:before {
  display: none !important;
}
.box.highlight-color .box-heading span:before {
  background-color: #e55e5e;
}
.shapes,
.line {
  display: none;
}
.pavcarousel .box-content {
  border-top: 0;
}
.refine-search {
  border: 0;
}
.refine-search .box-heading {
  border-top: 0;
}
.refine-search .box-heading span:before {
  display: none;
}
.refine-search .box-content {
  padding-top: 5px;
  padding-bottom: 5px;
}
.carousel-inner > .item {
  margin: 3px;
}
#search .button-search {
  line-height: 36px;
  width: 32px;
  height: 36px;
}
.sidebar .box .box-heading {
  border-bottom: 0;
}
.sidebar .box .box-content {
  border: 1px solid #E5E5E5;
}
.sidebar .box.highlighted .box-heading {
  background-color: #FFFFFF;
}
.sidebar .box.black .box-heading {
  background-color: #151515;
  color: #FFFFFF;
  padding-left: 17px;
  padding-right: 20px;
  border-top: 2px solid #e55e5e;
}
.sidebar .box.black .box-heading span:before {
  display: none;
}
.sidebar .box.white {
  border: 0;
}
.sidebar .box.filter .box-heading,
.sidebar .box.latest_blog .box-heading {
  border-bottom: 0;
}
.sidebar .box.filter .box-content,
.sidebar .box.latest_blog .box-content {
  border: 1px solid #E5E5E5;
}
.sidebar .productdeals .image .product-label-special span {
  font-family: 'brandon_grotesquelight';
}
.sidebar .productdeals .image .product-label-special span + span {
  font-family: 'brandon_grotesque_regularRg';
}
.sidebar .productdeals .item-countdown ul li:first-child .countdown_num {
  background-color: transparent;
  background-image: none;
  border-color: #e55e5e;
}
.sidebar .productdeals .item-countdown ul li:first-child .countdown_num span {
  color: #e55e5e;
}
.sidebar .productdeals .item-countdown ul li .countdown_num {
  font-size: 14px;
  background-color: transparent;
  background-image: none;
  border-width: 2px 0 1px 0px;
  border-style: solid;
  border-color: #000000;
}
.sidebar .productdeals .item-countdown ul li .countdown_num span {
  -webkit-text-shadow: none;
  text-shadow: none;
  color: #000000;
  font-family: 'roboto_slabbold';
}
.sidebar .productdeals .item-countdown ul li div {
  color: #000000;
}
.sidebar .product-block {
  border-width: 0 0 1px 0;
}
.sidebar .product-block .name {
  min-height: 20px;
}
.sidebar .product-block .product-meta {
  padding: 0;
  text-align: left;
}
.sidebar .product-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebar .blog-body .created {
  margin: 0;
}
.product-label.product-label-special {
  right: 0;
}
.product-info .product-label.product-label-special {
  right: 9px;
}
.product-info .carousel-inner > .item {
  margin: 0;
}
.product-related .btn span + span {
  padding-left: 10px;
  padding-right: 10px;
}
.btn.btn-shopping-cart span + span {
  padding-top: 7px;
}
.product-grid {
  border: 0;
}
.product-block {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-block .btn.btn-shopping-cart .fa {
  display: none !important;
}
.product-block .wishlist,
.product-block .compare {
  display: none;
}
.product-block .product-meta {
  padding: 0 19px 19px;
}
.product-block:hover {
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
.product-block .wishlist,
.product-block .compare {
  display: block;
}
.product-block .action {
  position: relative;
}
.product-block .action .product-icon {
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.product-block .action .product-icon:hover {
  border-color: #151515;
  background-color: #FFC801;
  color: #151515;
}
.product-block .action .wishlist a {
  border: 1px solid #E5E5E5;
  left: 28%;
}
.product-block .action .compare a {
  right: 28%;
}
.product-block:hover .product-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block:hover .compare a {
  right: -9px;
}
.product-block:hover .wishlist a {
  left: -9px;
}
.pav-promotion .productcarousel .product-block:hover .action .compare a {
  right: 20px;
}
.pav-promotion .productcarousel .product-block:hover .action .wishlist a {
  left: 20px;
}
.product-list .product-block {
  border: 0;
}
.product-list .product-block .product-meta {
  padding: 0;
  text-align: left;
}
.product-list .product-block .product-meta .action > * {
  float: left;
}
.product-list .product-block .product-meta .action .cart span + span {
  padding-left: 25px;
}
.product-list .product-block .product-meta .action .wishlist,
.product-list .product-block .product-meta .action .compare {
  display: block;
}
.product-list .product-block .product-meta .action .wishlist a,
.product-list .product-block .product-meta .action .compare a {
  height: 33px;
  color: #777777;
  position: static;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-list .product-block .product-meta .action .wishlist a span,
.product-list .product-block .product-meta .action .compare a span {
  color: #777777;
}
.product-list .product-block .product-meta .action .wishlist a:hover,
.product-list .product-block .product-meta .action .compare a:hover {
  border-color: #151515;
  color: #151515;
  background-color: #FFC801;
}
.product-list .product-block .product-meta .action .wishlist a:hover span,
.product-list .product-block .product-meta .action .compare a:hover span {
  color: #151515;
}
.product-list .product-block .product-meta .action .btn.btn-shopping-cart .fa {
  background: none transparent;
  color: #000000;
  display: block !important;
  padding: 0 0 0 10px;
  width: auto;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.productcarousel .product-block:hover .action .wishlist a {
  left: -15px;
}
.productcarousel .product-block:hover .action .compare a {
  right: -15px;
}
.product-info .btn.btn-shopping-cart {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
}
.product-info .btn.btn-shopping-cart .fa {
  background-color: #FFFFFF;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #000000;
  border-right: 1px solid #000000;
}
.product-info .btn.btn-shopping-cart span + span {
  font-size: 11px;
  font-family: 'roboto_slabbold';
}
.product-info .btn.btn-shopping-cart:hover {
  background-color: #FFC801;
  border-color: #151515;
  color: #151515;
}
.product-info .btn.btn-shopping-cart:hover .fa {
  background-color: #FFC801;
}
.product-info .price {
  font-size: 11px;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}
.product-info .action a:hover {
  background-color: #FFC801;
  border-color: #151515;
  color: #151515;
}
.product-info .action a:hover .fa {
  color: #151515;
}
#page-quickview .product-info .image-additional a {
  width: 21%;
}
.product-related .product-block {
  margin-bottom: 19px;
}
.product-related .product-block:hover .wishlist a {
  left: -18px;
}
.product-related .product-block:hover .compare a {
  right: -18px;
}
.product-related .row:last-child .product-block {
  margin-bottom: 0;
}
.btn.btn-shopping-cart:hover span + span,
.btn.btn-shopping-cart:focus span + span {
  border-color: #151515;
}
#pav-verticalmenu {
  font-family: 'roboto_slabregular';
}
#pav-verticalmenu .product-block .product-meta {
  padding: 0;
}
#pav-verticalmenu .product-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#pav-verticalmenu .navbar-nav li a {
  font-family: 'roboto_slabregular';
}
#footer ul li a {
  margin: 0;
}
#footer ul li a .fa {
  margin-right: 10px;
}
#footer .box .box-heading span .fa {
  margin-right: 10px;
}
#footer .box .box-heading span:before {
  display: none;
}
#footer .box.pavgooglemap .box-heading .shapes {
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  top: auto;
  border: 0;
  bottom: 5px;
  background-color: #FFC801;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .product-block .name a,
  #pav-verticalmenu .dropdown-menu .dropdown-toggle,
  #pav-verticalmenu .dropdown-menu h1,
  #pav-verticalmenu .dropdown-menu h2,
  #pav-verticalmenu .dropdown-menu h3,
  #pav-verticalmenu .dropdown-menu h4,
  #pav-verticalmenu .dropdown-menu h5,
  #pav-verticalmenu .dropdown-menu h6 {
    font-family: 'roboto_slabthin';
  }
  ::i-block-chrome,
  #pav-verticalmenu .product-block .name a {
    font-size: 11px;
  }
}
.layerslider-wrapper .tp-caption.dark {
  color: #000000;
}
.layerslider-wrapper .tp-caption.gray {
  color: #999999;
}
.layerslider-wrapper .tp-caption.highlight {
  color: #999999;
}
.layerslider-wrapper .tp-caption.very_large_black_text,
.layerslider-wrapper .tp-caption.very_large_text {
  letter-spacing: -2px;
}
.layerslider-wrapper .tp-caption.very_large_text {
  font-size: 48px !important;
}
#header #cart .content {
  opacity: 1;
}
@font-face {
    font-family: 'roboto_slabregular';
    src: url('robotoslab-regular-webfont.eot');
    src: url('robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotoslab-regular-webfont.woff2') format('woff2'),
         url('robotoslab-regular-webfont.woff') format('woff'),
         url('robotoslab-regular-webfont.ttf') format('truetype'),
         url('robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_slabbold';
    src: url('robotoslab-bold-webfont.eot');
    src: url('robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotoslab-bold-webfont.woff2') format('woff2'),
         url('robotoslab-bold-webfont.woff') format('woff'),
         url('robotoslab-bold-webfont.ttf') format('truetype'),
         url('robotoslab-bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_slablight';
    src: url('robotoslab-light-webfont.eot');
    src: url('robotoslab-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotoslab-light-webfont.woff2') format('woff2'),
         url('robotoslab-light-webfont.woff') format('woff'),
         url('robotoslab-light-webfont.ttf') format('truetype'),
         url('robotoslab-light-webfont.svg#roboto_slablight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_slabthin';
    src: url('robotoslab-thin-webfont.eot');
    src: url('robotoslab-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotoslab-thin-webfont.woff2') format('woff2'),
         url('robotoslab-thin-webfont.woff') format('woff'),
         url('robotoslab-thin-webfont.ttf') format('truetype'),
         url('robotoslab-thin-webfont.svg#roboto_slabthin') format('svg');
    font-weight: normal;
    font-style: normal;

}









/* OWN STYLES */


div.rating-cancel {
    display: none !important;
}

div.star-rating {
    background: rgba(0, 0, 0, 0)!important;
    overflow: hidden!important;
}

div.star-rating {
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 9px;
    overflow: hidden;
    text-indent: -9999em;
    vertical-align: text-top;
    width: 9px;
}

div.star-rating, div.star-rating a {
    background: url(stars.png) no-repeat 0 0px;
}

div.rating-cancel a, div.star-rating a {
    display: block;
    width: 9px;
    height: 100%;
    background-position: 0 0px;
    border: 0;
}


div.star-rating-hover a {
background-position: 0 100%;
}

div.star-rating-on a {
    background-position: 0 100% !important;
}

.star-rating-control {
    vertical-align: middle;
    display: inline-block;
}

.product__rating {
    float: left;
    width: 45px;
    background: url('stars.png') repeat-x left top;
    height:9px;
    position: relative;
    margin: 2px 5px 0 0;
}

.product__rating-stars {
    background: url('stars.png') repeat-x left bottom;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin: 0;
}

.selector-wrapper {
    margin-bottom: 10px;
}

.selector-wrapper label {
    display: block;
}

.selector-wrapper select {
    width: 120px;
}

.product-block a.wishlist__remove {
    font-size: 16px;
    color: #F00;
    float: right;
    line-height: 16px;
    border-bottom: 1px dashed #F00;
}

.product-block a.wishlist__remove:hover {
    color: #F00;
    border-bottom: none;
}

.wishlist__block .left {
    border:none;
}

.wishlist__block .product-meta {
    min-height: auto;
}

.sidebar li.set-list-item {
    border: none !important;
    overflow: hidden;
    margin-bottom: 15px;
}

.set-list-item .img {
    width: 30px;
    height: 50px;
    float: left;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.set-list-item p {
    margin: 0;
}

.set-title {
    display: block;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    position: relative;
    padding: 10px 0px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.set-meta {
    padding-bottom: 20px;
}

.button {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    width: auto;
    height: auto;
    min-height: 32px;
    padding: 3px 14px 0;
    text-align: center;
    color: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #31A8D2;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.button:hover {
    color: #FFF;
    outline: 0;
    background-color: #444;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.field-label .warning {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}

.field-content input.textfield {
    width: 160px;
}

.set-block .field {
    margin-bottom: 20px;
}

.field-content textarea.textfield {
    width: 340px;
    height: 100px;
}

.set-block #create_order {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    width: auto;
    height: auto;
    min-height: 32px;
    padding: 2px 14px 0;
    line-height: 16px !important;
    text-align: center;
    color: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #31A8D2;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    text-shadow: none;
}

.set-block #create_order:hover {
    color: #FFF;
    outline: 0;
    background-color: #444;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#own_preloader {
    width: 300px;
    padding: 10px 15px;
    text-align: center;
    background: #FFF;
    font-size: 14px;
    color: #444444;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.right_descr {
background: #fff; padding: 1%;
  float: right;
width: 42%;
}
#page {
background: #FFFFFF
}
