html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body {
  background-color: #ffffff;
  color: #2e3a47;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-weight: 400;
}
.content ul {
  list-style: none outside none;
}
font {
  font-size: 14px;
  font-family: 'Open Sans', 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: 9px;
}
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.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: #02b0c9;
}
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: #f6f6f6;
  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: 20px 0;
  background-color: #FFFFFF;
}
.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: 30px;
  height: 30px;
  -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;
  border: 1px solid #e9e9e9;
}
.pagination .links a:active,
.pagination .links b:active {
  background-color: #02b0c9;
  color: #FFFFFF;
  border: 1px solid #e9e9e9;
}
.pagination .links b {
  background-color: #02b0c9;
  color: #FFFFFF;
  border: 1px solid #e9e9e9;
}
.pagination .results {
  float: right;
  color: #8c8c8c;
}
.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 li {
  margin: 0;
  float: none;
  display: block;
  border-bottom: 1px solid #e9e9e9;
}
.htabs ul li a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px 20px;
  border: none;
  margin-right: 0;
  -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: #02b0c9;
  background-color: #FFFFFF;
  display: block;
  box-shadow: -2px 0 0 0 #02b0c9 inset;
}
.htabs ul li a.selected:hover {
  box-shadow: none;
}
.htabs ul li a:hover {
  background-color: #FFFFFF;
  border-right: 2px solid #02b0c9;
}
.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: #02b0c9;
}
#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;
}
.carousel-controls {
  position: absolute;
  top: 0;
  right: 23px;
  z-index: 12;
}
.product-label {
  width: 0;
  height: 0;
  border-top: 25px solid #02b0c9;
  color: #FFFFFF;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  z-index: 10;
  font-family: 'Open Sans', Arial, sans-serif;
}
.product-label span {
  position: absolute;
  top: -25px;
  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 {
  left: 15px;
  border-right: 25px solid transparent;
}
.product-label.product-label-special span {
  left: 0;
  padding: 14px 6px;
  background: #02b0c9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-weight: 700;
}
.tooltip-inner {
  border-radius: 3px;
}
.padding {
  padding: 20px;
}
.no-padding {
  padding: 0;
}
.required {
  color: #FF0000;
  font-weight: normal;
  font-size: 13px;
}
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin: 20px 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-right: 4px;
  cursor: pointer;
    width: 14px;
}
.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: #b94a48;
  margin-top: 5px;
}
.error,
.warning_inline,
.success_inline {
  margin-top: 5px;
}
.welcome {
  color: #636E75;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
h1,
.h1 {
  font-size: 24px;
  line-height: 51px;
}
h1 small,
.h1 small {
  font-size: 21px;
}
@media (max-width: 767px) {
  font-size: 22px;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 19px;
  line-height: 34px;
}
h3 small,
.h3 small {
  font-size: 19px;
}
h4,
.h4 {
  line-height: 34px;
}
h5,
.h5 {
  font-size: 13px;
  line-height: 34px;
}
h5 small,
.h5 small {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 34px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #2e3a47;
  text-transform: uppercase;
}
#content h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #02b0c9;
  text-align: center;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2e3a47;
}
.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 {
  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 #e9e9e9;
  color: #2e3a47;
  outline: none;
}
input:hover,
input:focus,
button:hover,
button:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: none !important;
}
select {
  padding: 5px;
  border: none;
  cursor: pointer;
  border: 1px solid #e9e9e9;
}
input[type="image"] {
  border: 0;
}
.btn-group .btn.dropdown-toggle.btn-theme-normal {
  text-transform: inherit;
  padding: 4px;
}
.btn-group .btn.dropdown-toggle.btn-theme-normal:hover,
.btn-group .btn.dropdown-toggle.btn-theme-normal:active,
.btn-group .btn.dropdown-toggle.btn-theme-normal:focus {
  background-color: #FFFFFF;
  color: #8c8c8c;
  border-color: #dcdcdc;
}
.btn-group .btn.dropdown-toggle.btn-theme-normal:hover .fa,
.btn-group .btn.dropdown-toggle.btn-theme-normal:active .fa,
.btn-group .btn.dropdown-toggle.btn-theme-normal:focus .fa {
  color: #8c8c8c;
}
.btn {
  text-transform: uppercase;
  -webkit-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
.btn.btn-theme-default {
  text-align: center;
  background-color: #2e3a47;
  border: 1px solid #28313c;
  color: #FFFFFF;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 300;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: auto;
  height: auto;
}
.btn.btn-theme-default:hover {
  border: 1px solid #02b0c9;
}
.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 {
  margin: 10px;
}
.btn.btn-theme-normal {
  background-color: transparent;
  color: #8c8c8c;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-theme-normal .fa {
  color: #8c8c8c;
}
.btn.btn-theme-normal:hover,
.btn.btn-theme-normal:focus {
  color: #02b0c9;
  border-color: #02b0c9;
}
.btn.btn-theme-normal:hover .fa,
.btn.btn-theme-normal:focus .fa {
  color: #02b0c9;
}
.btn.btn-shopping-cart {
  padding: 5px 18px;
  background-color: #2e3a47;
  color: #FFFFFF;
  font-size: 12px;
  border: 1px solid #28313c;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
    display: none;
}
.btn.btn-shopping-cart:hover,
.btn.btn-shopping-cart:focus {
  border: 1px solid #629735;
}
.btn.btn-shopping-cart > * {
  float: left;
}
.btn.blue {
  background-color: #02b0c9;
  border: 0;
  color: #FFFFFF;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.btn.blue span + span {
  border: 0;
  padding: 5px 18px;
  font-size: 13px;
}
.btn.blue .fa {
  width: 32px;
  height: 32px;
  font-size: 15px;
  line-height: 32px;
  background-color: #6ca63a;
}
.btn.blue:hover,
.btn.blue:focus {
  background-color: #8c8c8c;
  color: #FFFFFF;
}
.btn.blue:hover .fa,
.btn.blue:focus .fa {
  background-color: #7d7d7d;
}
.btn:hover,
.btn:focus {
  color: #FFFFFF;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #02b0c9;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.6s cubic-bezier(0.05,0.06,0.05,0.95);
  transition: all 0.6s cubic-bezier(0.05,0.06,0.05,0.95);
}
input.button {
  background-color: #2e3a47;
  color: #FFFFFF;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #28313c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
input.button:hover,
input.button:focus {
  color: #FFFFFF;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #71ac3e;
}
.control-label {
  padding-top: 7px;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}
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: 1188px;
  -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 #2e3a47;
  box-shadow: 5px 0 5px -5px #2e3a47;
}
body[class*="layout-boxed-"] .d-heading:before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: #2e3a47;
}
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: #8c8c8c;
  background: #f5f5f5;
  padding: 5px 0;
  min-height: 30px;
  border-bottom: 1px solid #dcdcdc;
}
#topbar b,
#topbar strong {
  color: #8c8c8c;
}
#topbar .links {
  margin-top: 6px;
}
#topbar .links li {
  float: left;
}
#topbar .links li:hover {
  color: #02b0c9;
}
#topbar .links li:hover .fa {
  color: #02b0c9;
}
#topbar .links li.last,
#topbar .links li:last-child {
  border-right: 0;
}
#topbar .links a {
  margin: 0 8px;
  font-size: 12px;
  color: #8c8c8c;
  text-transform: none;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}
#topbar .links a:hover {
  color: #02b0c9;
}
#topbar .links a:hover .fa {
  color: #02b0c9;
}
#topbar .fa {
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  font-size: 11px;
  margin-right: 10px;
}
#topbar .login {
  font-size: 12px;
}
#topbar .login a {
  margin: 0;
  color: #02b0c9;
}
#header-bottom {
  min-height: 47px;
  background: #02b0c9;
}
#header-main {
    background: url('../image/bg_header.jpg') no-repeat;
    background-size: cover;
    padding-bottom: 0;
    min-height: 230px;
    color: #8c8c8c;
    margin-top: 20px;
    position: relative;
}
/*
#header-main:after {    
    content: " ";
    display: inline-block;
    background: url('../image/bg_header_b.jpg');
    background-size: 100%;
    width: 100%;
    height: 22px;
    z-index: 1;
    position: absolute;
    bottom: -20px;
}
*/
#header-main h1,
#header-main h2,
#header-main h3,
#header-main h4,
#header-main h5,
#header-main h6 {
  font-size: 14px;
  color: #2e3a47;
  margin: 0;
  line-height: normal;
}
#header-main .container {
  position: relative;
}
#header-main a {
  color: #8c8c8c;
}
#header-main a:hover {
  color: #02b0c9;
}
#header-main .btn {
  color: #FFFFFF;
}
#header-main .btn:hover {
  color: #FFFFFF;
}
#header-main .fa {
  color: #2e3a47;
  font-size: 12px;
}
#header-main .header-wrap {
  min-height: 94px;
  margin: 0;
}
#header-main .inner {
  text-align: center;
  margin-top: 0px;
  padding: 0;
}
#header-main .inner > * {
  display: inline-block;
  vertical-align: middle;
}
#header-main #logo-theme a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  min-width: 205px;
  min-height: 55px;
  display: block;
}
#header-main .logo img {
/*  background-color: #02b0c9;*/
    width: 115%
}
#header-main .customer-service {
  width: 55%;
}
#header-main .shopping-cart {
  margin-top: 35px;
}
#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: 32px;
  height: 32px;
  line-height: 32px;
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  background-color: #ffffff;
}
#header-main .support .fa {
  font-size: 18px;
}
#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: #02b0c9;
  cursor: pointer;
}
#search .fa:hover {
  color: #f05423;
}
#header .show-mobile {
  text-align: 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: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #dcdcdc;
}
#header .show-mobile .quickaccess-toggle .fa {
  margin: 0;
  font-size: 14px;
  color: #8c8c8c;
}
#header .show-mobile .quickaccess-toggle:hover,
#header .show-mobile .quickaccess-toggle:focus,
#header .show-mobile .quickaccess-toggle:active {
  background-color: #FFFFFF;
}
#header .show-mobile .inner-toggle {
  color: #8c8c8c;
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  min-width: 160px;
  z-index: 99999;
  border: 1px solid #dcdcdc;
  background: #FFFFFF;
  padding: 10px 5px;
  text-align: left;
}
#header ul,
#header ol {
  list-style: none;
}
#content {
  min-height: 100px;
  margin-bottom: 25px;
}
.content-top .box,
.product-related {
  position: relative;
}
.content-top .box .box-heading,
.product-related .box-heading {
  padding: 10px 0;
}
.content-top .box .box-heading span,
.product-related .box-heading span {
  color: #FFFFFF;
  background-color: #f05423;
  padding: 11px 20px;
  font-size: 14px;
}
#footer {
    background: url('../image/bg_footer_b.jpg');
    background-size: 100%;
/*    min-height: 243px;*/
    color: #2e3a47;
    font-size: 13px;
    margin-top: 0px;
    border-top: 80px solid #fff;
    padding-top: 0px;
    position: relative;
}
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
#footer:before {
    content: " ";
    display: inline-block;
    z-index: 1;
    position: absolute;
    top: -180px;
    background: url('../image/bg_footer.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 185px;
}
#footer:after {
  clear: both;
}
#footer a {
  line-height: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all .5s ease;
}
#footer a:hover {
  text-shadow: -1px 0 1px #111;
}
#footer ul,
#footer ol {
  list-style: none;
}
#footer .footer-top .custom {
  background-color: #524354;
  padding: 25px;
}
#footer .footer-center {
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer .footer-center .box {
  margin-bottom: 0px;
}
#footer .footer-center .box .box-heading {
  border: 0;
  line-height: normal;
  background-color: transparent;
  font-size: 14px;
  color: #2e3a47;
  padding: 0 0 20px;
  letter-spacing: normal;
}
#footer .footer-center .box .box-content {
  border: none;
}
#footer .footer-center ul li,
#footer .footer-center ol li {
  padding: 6px 0;
  margin: 0;
  line-height: normal;
  cursor: pointer;
}
#footer .footer-center ul li a,
#footer .footer-center ol li a {
  letter-spacing: 1px;
}
#footer .footer-center ul li a .fa,
#footer .footer-center ol li a .fa {
  margin-right: 6px;
}
#footer .footer-center li:hover {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #02b0c9;
}
#footer .footer-center li:hover a {
  color: #02b0c9;
}
#footer .footer-center li:hover a .fa {
  color: #02b0c9;
}
#footer .footer-center li:hover span.fa {
  background-color: #02b0c9;
}
#footer .footer-center a .fa {
  font-size: 5px;
  vertical-align: middle;
}
#footer .footer-center span.fa {
  font-size: 12px;
  color: #FFFFFF;
  background-color: #8c8c8c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  line-height: 30px;
  padding: 0 8px;
  text-align: center;
  margin-right: 5px;
}
#footer h3 {
  color: #2e3a47;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 8px;
}
#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: 30px;
}
#powered {
  margin: 0;
  clear: both;
  background: #fcfcfc;
  padding: 20px 0;
  color: #2e3a47;
  border-top: 1px solid #e9e9e9;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
}
#powered .copyright {
  text-align: left;
  line-height: 20px;
}
#powered a {
  color: #02b0c9;
}
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
.wrapper {
  background-color: #FFFFFF;
  padding: 15px 15px 30px;
/*  border: 1px solid #e9e9e9;*/
  margin-bottom: 20px;
}
.box-outer {
  margin: 0;
}
.box {
  margin-bottom: 20px;
}
.box .box-heading {
  color: #02b0c9;
  position: relative;
  line-height: normal;
  text-transform: uppercase;
  padding: 11px 20px 10px;
  font-size: 24px;
  font-weight: normal;
    text-align: center;
}
.box .box-heading.icon .fa {
  display: none;
}
.box .box-content {
  background-color: #FFFFFF;
/*  border: 1px solid #e9e9e9;*/
  -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: #02b0c9;
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: 600;
}
.box.orange .box-heading {
  background-color: #8c8c8c;
}
.box.dark .box-heading {
  background-color: #8c8c8c;
}
.box.green .box-heading {
  background-color: #8c8c8c;
}
.box.maroon .box-heading {
  background-color: #8c8c8c;
}
.box.blue .box-heading {
  background-color: #02b0c9;
}
.box.gray .box-heading {
  background-color: #8c8c8c;
}
.box.pink .box-heading {
  background-color: #8c8c8c;
}
.box.red .box-heading {
  background-color: #2e3a47;
}
.box.white .box-heading {
  background-color: #FFFFFF;
  color: #02b0c9;
}
.box.white .box-heading .shapes.right {
  border-left-color: #e9e9e9;
    display: none;
}
.box.white .box-heading .line {
  background-color: #e9e9e9;
}
.box.box-product .box-content {
  padding-top: 0;
  padding-bottom: 0;
}
.quick-setting {
  font-size: 14px;
}
.quick-setting .language {
  margin-bottom: 10px;
}
.quick-setting label {
  color: #828282;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
}
.quick-setting .langs-wrapper li {
  cursor: pointer;
}
.quick-setting .langs-wrapper li:hover {
  color: #02b0c9;
}
.quick-setting .langs-wrapper li img {
  padding-right: 5px;
}
.quick-setting .box-currency a {
  border: 1px solid #e9e9e9;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.quick-setting .box-currency label {
  padding-bottom: 10px;
}
.store a b {
  font-weight: 300;
}
.btn-dropdown {
  background: transparent;
  border: 1px solid #e9e9e9;
  text-transform: uppercase;
  color: #2e3a47;
  padding: 3px 6px;
}
.btn-dropdown .caret {
  border-color: #8c8c8c 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 .dropdown-menu {
  min-height: 145px;
  height: 145px;
  height: auto !important;
  min-width: 160px;
  margin: -2px 0 0;
  border: 0;
  z-index: 99999;
  right: 0;
  left: auto;
  display: block;
  color: #8c8c8c;
  padding: 15px;
  border: 1px solid #dcdcdc;
  -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;
}
.btn-group .list-item {
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  display: block;
}
.btn-group .list-item:hover {
  color: #02b0c9;
}
.btn-group .item-symbol {
  margin-right: 6px;
}
#header #cart {
  position: relative;
  cursor: pointer;  
}
#header #cart h4 {
  color: #2e3a47;
  font-weight: 600;
}
#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 #e9e9e9;
  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;
}
#header #cart .heading {
  min-width: 200px;
  padding-left: 30px;
}
#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;
  font-size: 12px;
}
#header #cart .media .pull-left {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  position: relative;
  background-color: #02b0c9;
  margin-right: 10px;
}
#header #cart .icon-cart {
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header #cart:hover .icon-cart {
/*  color: #dbdd16;*/
  font-size: 19px;
  margin-left: -1px;
  margin-bottom: -3px;
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#header #cart .checkout {
  text-align: right;
  clear: both;
}
#header #cart .checkout a{
  padding: 5px 13px;
    width: 49%;
}
#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 #e9e9e9;
}
.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;
}
.ui-menu {
  z-index: 30 !important;
  background-color: #fff !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.ui-menu li {
  display: block;
  clear: both;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  background-color: #fff !important;
  padding: 10px;
}
.ui-menu li img,
.ui-menu li .name {
  cursor: pointer;
}
.ui-menu li .name:hover {
  color: #02b0c9;
}
.ui-menu li a {
  float: right;
  margin: 5px !important;
  border: 1px solid transparent;
}
#search {
  margin-top: 80px;
}
#search .button-search {
  color: #02b0c9;
  background-color: transparent;
  border: none;
  font-size: 16px;
  position: absolute;
  top: 8px;
  right: -30px;
}
#search .input-search {
  font-size: 12px;
  border-left: 1px solid #dcdcdc;
  border-top: none;
  border-right: none;
  border-bottom: none;
  height: 30px;
  background-color: #FFFFFF;
  font-style: italic;
  min-width: 280px;
  font-family: 'Open Sans', Arial, sans-serif;
}
#search .input-search:hover,
#search .input-search:focus {
  outline: none;
}
#search .input-group {
  border: 1px solid #02b0c9;
}
#search .category_filter {
  position: relative;
    display: none;
}
#search .category_filter select {
  height: 36px;
  font-size: 13px;
  color: #8c8c8c;
  width: 165px;
  padding: 8px;
  background-color: #f9f9f9;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  border: none;
}
#search .category_filter span {
  background-color: #F9F9F9;
  width: 30px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 36px;
  padding: 0 10px;
}
.box-product {
  margin: 0;
}
.product-cols {
  border-right: none;
}
.product-cols.last,
.product-cols:last-child {
  border: 0;
}
.product-list + .pagination {
  border-top: 0;
}
.product-list {
  background-color: #FFFFFF;
  overflow: hidden;
}
.product-list .product-label.product-label-special {
  left: 0;
}
.product-block {
  position: relative;
  background-color: #FFFFFF;
  padding: 20px 0;
  margin: 0;
}
.product-block a:hover {
  color: #02b0c9;
}
.product-block .action:before,
.product-block .action:after {
  content: " ";
  display: table;
}
.product-block .action:after {
  clear: both;
}
.product-block .action > * {
  float: left;
}
.product-block .action .button-group > div {
  float: left;
}
.product-block .description {
  display: none;
  font-size: 15px;
}
.product-block .product-icon {
  margin-left: 4px;
  padding-left: 3px;
  cursor: pointer;
  color: #FFFFFF;
  border: 1px solid #28313c;
  text-align: center;
  line-height: 30px;
  background-color: #2e3a47;
  font-size: 10px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
.product-block .product-icon:hover {
  background-color: #02b0c9;
  border: 1px solid #629735;
  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 #02b0c9;
  background: #02b0c9;
  color: #FFFFFF;
}
.product-block .rating,
.product-block .norating {
  margin: 3px 0 20px;
  line-height: 22px;
  min-height: 25px;
  height: 25px;
  height: auto !important;
    display: none;
}
.product-block .name {
  text-transform: none;
  margin: 0;
  min-height: 50px;
  height: 50px;
  height: auto !important;
  line-height: 18px;
  font-weight: 600;
}
.product-block .name a {
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  display: block;
  zoom: 1;
    text-align: center;
    overflow: hidden;
    height: 55px;
}
.product-block .name a:hover {
  color: #02b0c9;
}
.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 .hover-image {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.product-block .image:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.product-block .product-meta:before,
.product-block .product-meta:after {
  content: " ";
  display: table;
}
.product-block .product-meta:after {
  clear: both;
}
.product-block .product-zoom,
.product-block .pav-colorbox {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 5px 7px;
  z-index: 20;
}
.product-block .product-zoom:hover,
.product-block .pav-colorbox:hover {
  background-color: #02b0c9;
  color: #FFFFFF;
  border: 1px solid #02b0c9;
}
.product-block .product-zoom {
  right: 50%;
  text-align: center;
}
.product-block .pav-colorbox {
  left: 50%;
  display: block;
}
.product-block .pav-colorbox span {
  display: none;
}
.product-block .pav-colorbox .fa {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block:hover .btn.btn-shopping-cart {
  
}
.price {
  margin-bottom: 5px;
  margin-top: 5px;
  color: #f05423;
  font-size: 16px;
  font-weight: 600;
}
.price .price-old {
  color: #5b5f64;
  text-decoration: line-through;
  font-size: 15px;
}
#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: 'Open Sans', Arial, sans-serif;
}
ul.box-filter > li > ul {
  padding-bottom: 0;
}
ul.box-filter > li > ul > li {
  padding: 6px 0;
  border-bottom: 1px dotted #b6b6b6;
}
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: 15px;
}
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;
}
.social li,
.social span {
  float: left;
}
.social span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  margin: 10px 20px 0 0;
}
.social a {
  font-size: 14px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 8px;
  color: #524354;
}
.social a:hover {
  color: #FFFFFF !important;
}
.social .fa-facebook:hover {
  background-color: #346da6;
}
.social .fa-twitter:hover {
  background-color: #4c91d7;
}
.social .fa-rss:hover {
  background-color: #f05423;
}
.social .fa-google-plus:hover {
  background-color: #c9242d;
}
.social .fa-pinterest:hover {
  background-color: #fb9e3a;
}
.box.pav-custom .box-content {
  border: none;
  background-color: transparent;
}
.banner-group {
  overflow: hidden;
}
.banner-group > div:last-child {
  margin-left: -1px;
}
.banner-group .effect {
  padding: 0;
}
.banner-center {
  position: relative;
  margin-bottom: 16px;
}
.img-banner {
  border: 1px solid #e9e9e9;
}
.producttabs .nav-tabs {
  font-size: 14px;
  border-bottom: 1px solid #e9e9e9;
}
.producttabs .nav-tabs > li > a {
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 13px 17px 12px;
}
.producttabs .nav-tabs > li.active > a,
.producttabs .nav-tabs > li > a:hover,
.producttabs .nav-tabs > li > a:focus {
  background-color: #FFFFFF;
  border-top: 3px solid #02b0c9;
  color: #02b0c9;
}
.producttabs .tab-content {
  border: 1px solid #e9e9e9;
  border-top: none;
  background-color: #FFFFFF;
}
ul.contact-us li:hover i {
  color: #76b53f;
}
ul.contact-us li i {
  width: 18px;
  height: 20px;
  margin-right: 5px;
  color: #8c8c8c;
  -webkit-transition: color 350ms ease-in;
  transition: color 350ms ease-in;
}
ul.contact-us li .icon-newsletter {
  font-size: 13px;
}
ul.contact-us li .icon-phone {
  margin-left: 3px;
}
ul.contact-us li a {
  color: #02b0c9;
}
.sidebar .box .box-heading {
  background-color: #2e3a47;
  border: 1px solid #636363;
}
.sidebar .box .box-content a b {
  color: #2e3a47;
  position: absolute;
  right: 6px;
  transform: translateY(-50%);
  top: 50%;  
}
.sidebar .box .box-content a b:hover {
  color: #02b0c9;
}
.sidebar .box .box-content .carousel-inner {
  overflow: inherit;
}
.sidebar .box .box-content .carousel-controls {
  display: none;
}
.sidebar .box.highlighted .box-heading {
  background-color: #02b0c9;
  border: 1px solid #02b0c9;
    color: #fff;
}
.sidebar .box.white {
  border: 1px solid #e9e9e9;
}
.sidebar .box.white .box-heading {
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar .box.white .box-content {
  border: 0;
  margin: 0;
  padding: 0 19px;
}
.sidebar .box.black .box-heading {
  border: 0;
  background-color: #2e3a47;
}
.sidebar .highlights .box-heading {
  background-color: #02b0c9;
  border: 1px solid #02b0c9;
    color: #fff;
    font-size: 18px;
}
.sidebar .highlights .box-content {
  background-color: #FFFFFF;
  border: 2px solid #02b0c9;
  padding: 0;
}
.sidebar .highlights li {
  border-bottom: 1px solid #e0e0e0;
}
.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: 13px;
  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;
}
.sidebar ul > li a,
.sidebar ol > li a {
  color: #2e3a47;
  font-size: 14px;
  padding: 12px 0 12px 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.sidebar ul > li a:hover,
.sidebar ol > li a:hover {
  color: #02b0c9;
}
.sidebar ul > li a.active,
.sidebar ol > li a.active {
  color: #02b0c9;
}
.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: 30px 15px 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar .product-block:before,
.sidebar .product-block:after {
  content: " ";
  display: table;
}
.sidebar .product-block:after {
  clear: both;
}
.sidebar .product-block:hover .image img {
  opacity: 1;
}
.sidebar .product-block .image {
  overflow: inherit;
  float: left;
  width: 40%;
}
.sidebar .product-block .image .product-label-special {
  display: none;
}
.sidebar .product-block .image:hover .img {
  padding-left: 0;
}
.sidebar .product-block .image .hover-image {
  display: none;
}
.sidebar .product-block .wishlist,
.sidebar .product-block .compare,
.sidebar .product-block .cart,
.sidebar .product-block .label,
.sidebar .product-block .pav-colorbox,
.sidebar .product-block .product-zoom {
  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 .product-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.sidebar .product-meta {
  padding: 0;
  min-height: 20px;
  width: 60%;
  float: left;
  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: 15px;
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 0 0 5px 0;
}
.sidebar .blog-title a {
  color: #000000;
}
.sidebar .blog-title a:hover {
  color: #02b0c9;
}
.sidebar .description {
  line-height: 18px;
    padding-left: 18px;
}
.sidebar .blog-body {
  position: relative;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #e9e9e9;
}
.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: #02b0c9;
  color: #FFFFFF;
  font-size: 13px;
  font-family: ;
  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: 21px;
}
.sidebar .blog-body .created .month {
  font-family: 'Open Sans', Arial, sans-serif;
}
.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 .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:last-child .product-block {
  border-bottom: 0;
  padding-bottom: 0;
}
.pavtwitter .customize p {
  color: #2e3a47;
}
.pavcarousel {
  border: 1px solid #e9e9e9;
  background-color: #FFFFFF;
  min-height: 222px;
  height: 222px;
  height: auto !important;
  margin: 0;
}
.pavcarousel .box-heading {
  border-bottom: 1px solid #e9e9e9;
}
.pavcarousel .box-content {
  border: 0;
  margin: 0;
}
.pavcarousel .carousel-controls {
  display: none;
}
.pavcarousel img {
  border: 1px solid #e9e9e9;
  -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: #02b0c9;
}
.blog-wrapper .blog-header .created {
  background-color: #02b0c9;
  border: 3px solid rgba(255,255,255,0.6);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
    margin-left: -100px;
    margin-top: 5px;
    display: none;
}
.blog-wrapper .t-color {
  color: #02b0c9;
}
.blog-wrapper ul li,
.blog-wrapper ol li {
  list-style-position: inside;
}
.blog-wrapper .blog-tags a {
  color: #02b0c9;
}
.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 p {
  line-height: 20px;
  margin: 0;
}
.newsletter_block .input-group {
  width: 64%;
}
.newsletter_block .box-heading {
  float: left;
  padding: 0;
  width: 33%;
  margin-right: 15px;
}
.newsletter_block .box-heading > div {
  overflow: hidden;
}
.newsletter_block .box-heading .title_newletter {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: normal;
  padding: 0;
}
.newsletter_block .box-heading .fa {
  font-size: 35px;
  margin: 3px 13px 0 0;
  color: #FFFFFF;
}
.newsletter_block .box-heading p {
  font-size: 13px;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
}
.newsletter_block .inputNew {
  width: 70%;
  display: inline-block;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 40px;
}
.newsletter_block .button_mini {
  width: 29%;
  margin-left: -5px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #02b0c9;
  color: #FFFFFF;
  font-size: 14px -1;
  height: 40px;
  padding: 0 20px;
}
.newsletter_block .button_mini:hover {
  background-color: #f05423;
}
.newsletter_block .valid {
  position: absolute;
  top: 100%;
  left: 0;
  width: 98%;
  z-index: 9999;
}
.quickview {
  background-color: #FFFFFF;
}
.quickview #content {
  padding: 10px;
  border: 0;
}
.quickview .product-info .action {
  clear: both;
}
.quickview .product-info .action > div {
  margin-top: 10px;
}
.deal_detail_num .price {
  font-family: 'Open Sans', Arial, sans-serif;
}
.product-related {
  margin: 30px 0 0;
}
.product-related .box-heading {
  padding: 10px 0;
  z-index: 10;
}
.box-module-pavreassurances .column:hover {
  cursor: pointer;
}
.box-module-pavreassurances .column:hover .icon-name,
.box-module-pavreassurances .column:hover .description h4 {
  color: #02b0c9;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.box-module-pavreassurances .column:hover .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.box-module-pavreassurances .column:last-child {
  border: none;
}
.box-module-pavreassurances .column .arrow {
  font-size: 25px;
  position: absolute;
  bottom: 0;
  right: 10px;
  opacity: 0;
  filter: alpha(opacity=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;
}
.category-info {
  padding: 0;
}
.category-info .image {
  padding: 0;
  margin-bottom: 19px;
  display: none;
}
.category-description {
  
}
.refine-search {
  border-color: #e9e9e9;
  -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: #02b0c9;
}
.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;
}
.category-list {
  border: 0;
  margin: 0;
}
.category-list ul {
  float: left;
  margin-right: 15px;
}
.category-list ul li a {
  font-size: 15px;
  padding-left: 10px;
   -webkit-transition: all 0.5s ease;
    transition: all .5s ease; 
}
.category-list ul li a:hover {
  color: #02b0c9;
}
.manufacturer-heading {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
  color: #000000;
  background-color: #ffffff;
}
.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 {
  padding: 8px 0;
  text-transform: uppercase;
  background-color: #FFFFFF;
  font-size: 14px;
  color: #2e3a47;
}
.product-filter .sort span,
.product-filter .limit span {
  display: none;
}
.product-filter .sort {
  float: right;
  margin-right: 5px;
/*  border: 1px solid #d8d8d8;*/
}
.product-filter .limit {
  float: right;
  margin-right: 5px;
/*  border: 1px solid #d8d8d8;*/
}
.product-filter .display {
  float: left;
  line-height: 33px;
}
.product-filter .display span {
  margin-right: 5px;
}
.product-filter .display a {
  background: url('../image/icon-grid-list.png') no-repeat 0 0 #fafafa scroll;
  width: 35px;
  height: 33px;
  display: inline-block;
  border: 1px solid #bbbbbb;
  margin-right: 5px;
}
.product-filter .display a > span {
  margin: 0 3px;
}
.product-filter .display a > em {
  display: none;
}
.product-filter .display a.grid {
  background-position: 10px 9px;
}
.product-filter .display a.grid.active,
.product-filter .display a.grid:hover {
  background-color: #02b0c9;
  background-position: 10px -29px;
}
.product-filter .display a.list {
  background-position: -30px 11px;
}
.product-filter .display a.list.active,
.product-filter .display a.list:hover {
  background-color: #02b0c9;
  background-position: -30px -29px;
}
.product-filter .display a.active,
.product-filter .display a:hover {
  background-color: #02b0c9;
  border: 1px solid #02b0c9;
}
.product-filter .display a.active .fa,
.product-filter .display a:hover .fa {
  color: #FFFFFF;
}
.product-filter .display i {
  font-size: 13px;
  color: #9c9b9b;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}
.product-filter .product-compare {
  float: right;
    display: none;
}
.product-filter .product-compare .btn-compare {
  padding: 7px 20px !important;
}
.product-list .col-fullwidth {
  width: 100%;
  float: none;
  margin: 0;
}
.product-list .product-cols {
  border-right: none;
  border-bottom: 1px solid #e9e9e9;
}
.product-list .product-items {
  border: none;
}
.product-list .product-block {
  overflow: hidden;
  padding: 20px 10px;
}
.product-list .product-block:hover .wishlist a,
.product-list .product-block:hover .compare a {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.product-list .product-meta {
  padding: 0;
  overflow: hidden;
  min-height: inherit;
}
.product-list .rating,
.product-list .norating {
  margin: 0;
}
.product-list .description {
  display: block;
}
.product-list .price-tax {
  display: none;
}
.product-list .price-new {
  font-weight: bold;
}
.product-list .name {
  min-height: 20px;
}
.product-list .image {
  float: left;
  margin-right: 18px;
  margin-bottom: 0;
  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 .action {
  margin-top: 18px;
}
.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 {
  margin: 0 12px;
  width: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  visibility: visible;
  padding: 0 10px;
}
.product-list .action .wishlist span,
.product-list .action .compare span {
  color: #FFFFFF;
  font-size: 12px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
}
.product-grid {
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
/*  border: 1px solid #e9e9e9;*/
}
.product-grid.last {
  border: 0;
}
.product-grid .description,
.product-grid .price-tax {
  display: none;
}
.products-block {
/*  overflow: hidden;*/
  border: none;
  margin: 5px 0;
}
.product-meta {
  min-height: 110px;
  padding: 10px 0 0 0;
}
.product-items {
  border-bottom: none;
  margin: 0;
}
.product-items.last,
.product-items:last-child {
  border-bottom: 0;
}
.product-detail {
  background-color: #FFFFFF;
}
.product-info {
/*  border: 1px solid #e9e9e9;*/
  margin-bottom: 20px;
  padding: 20px;
}
.product-info .image-container {
  padding-right: 0;
}
.product-info .product-view {
  padding-left: 30px;
}
.product-info .carousel-control {
  top: 45%;
  font-size: 15px;
  color: #75716c;
  text-align: center;
  border: 1px solid #e9e9e9;
  margin: -9px 0 -9px 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  width: 20px;
  height: 25px;
  padding-top: 4px;
  background-color: #FFFFFF;
}
.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: 18px;
  line-height: 36px;
  margin-top: 0;
  font-weight: bold;
}
.product-info ul,
.product-info ol {
  list-style: none;
}
.product-info .price-tax {
  font-weight: normal;
}
.product-info .image {
  position: relative;
  margin-bottom: 10px;
  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: #2e3a47;
  font-size: 13px;
}
.product-info .price .text-price {
  display: none;
}
.product-info .price .price-gruop,
.product-info .price .price-old {
  font-size: 18px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
  color: #f05423;
}
.product-info .price .other-price {
  margin-top: 6px;
    display: none;
}
.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;
  font-size: 13px;
}
.product-info .description a {
  text-decoration: none;
}
.product-info .description b {
  margin-right: 5px;
  margin-left: 0;
}
.product-info .description .fa {
  color: #FFFFFF;
  background-color: #02b0c9;
  padding: 3px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  float: left;
  font-size: 7px;
  margin: 3px 5px 0 0;
}
.product-info .carousel-inner {
  margin: 0;
  clear: both;
  overflow: hidden;
}
.product-info .carousel-inner .item {
  text-align: center;
}
.product-info .carousel-inner a {
  display: inline-block;
  margin-right: 15px;
}
.product-info .carousel-inner a:last-child {
  margin: 0;
}
.product-info .carousel-inner a img {
  border: 1px solid #e9e9e9;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}
.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: #8c8c8c;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.product-info .options input[type="file"] .fa {
  color: #8c8c8c;
}
.product-info .options input[type="file"]:hover {
  color: #02b0c9;
}
.product-info .options input[type="file"]:hover .fa {
  color: #02b0c9;
}
.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;
    float: left;
}
.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 .quantity-adder input {
  border: 1px solid #e9e9e9;
}
.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 #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  position: relative;
  cursor: pointer;
  font-size: 7px;
  line-height: 15px;
  text-align: center;
  color: #6f6f6f;
}
.product-info .product-extra .add-action:hover {
  color: #629735;
}
.product-info .product-extra .add-up {
  border-bottom: 0;
}
.product-info .product-extra .add-to-icon {
  font-size: 19px;
  padding: 6px;
  background: #629735;
}
.product-info .product-extra .quantity-number input {
  min-width: 57px;
  width: 57px;
  width: auto !important;
  height: 32px;
  text-align: center;
}
.product-info .action:before,
.product-info .action:after {
  content: " ";
  display: table;
}
.product-info .action:after {
  clear: both;
}
.product-info .action > div {
  margin-right: 10px;
  margin-left: 0;
}
.tabs-group {
  overflow: hidden;
  border: 1px solid #e9e9e9;
}
.tabs-group .htabs {
  border-right: 1px solid #e9e9e9;
  padding: 0;
  min-height: 300px;
}
.tabs-group .htabs .nav-tabs {
  border: none;
}
.tabs-group .tab-content {
  padding: 20px;
  border-left: 1px solid #e9e9e9;
  margin-left: -1px;
}
.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: #ffffff;
  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: 19px;
  background: #e2e2e2;
  text-align: left;
  border: 0;
}
.wishlist-info table tr td,
.cart-info table tr td {
  text-align: center;
  vertical-align: middle;
}
.wishlist-info table tr td .price span:first-child {
  color: #5b5f64;
  text-decoration: line-through;
  font-size: 15px
}
.wishlist-info table tr td img,
.wishlist-info table tr td input,
.cart-info table tr td img,
.cart-info table tr td input {
  display: inline-block;
  vertical-align: middle;
}
.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: #e9e9e9;
  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 {
  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;
}
.checkout-heading {
  background: #fbfbfb;
  border: 1px solid #e9e9e9;
  padding: 8px;
  font-size: 18px;
  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: #ffffff;
  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: #629735;
  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 {
  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;
    display: none;
}
.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: 19px;
  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: #02b0c9;
}
.pav-megamenu {
    background-color: transparent;
    margin: -47px auto 0;
    max-width: 1180px;
}
.pav-megamenu .megamenu {
  position: relative;
}
.pav-megamenu .pav-colorbox {
  display: none !important;
}
.pav-megamenu .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;
  min-height: 0 !important;
}
.pav-megamenu .navbar-default {
  background-color: transparent;
}
.pav-megamenu .navbar-default .navbar-nav > .dropdown > a .caret {
  border: 0;
  position: relative;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
    display: none;
}
.pav-megamenu .navbar-default .navbar-nav > .dropdown > a .caret:before {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  right: -10px;
  top: 0;
  color: #FFFFFF;
}
.pav-megamenu .navbar-default .navbar-nav > .dropdown:hover > a .caret:before,
.pav-megamenu .navbar-default .navbar-nav > .dropdown:active > a .caret:before {
  color: #02b0c9;
}
.pav-megamenu .navbar-nav > li > a {
  padding: 14px 25px 13px;
  text-transform: uppercase;
  font-size: 15px;
  color: #3e3e3e;
  background-color: transparent !important;
  font-weight: 600;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.pav-megamenu .navbar-nav > li > a span {
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.pav-megamenu .navbar-nav > li > a:hover,
.pav-megamenu .navbar-nav > li > a:focus,
.pav-megamenu .navbar-nav > li > a:active {
  color: #fff !important;
}
.pav-megamenu .navbar-nav > li > a:hover span,
.pav-megamenu .navbar-nav > li > a:focus span,
.pav-megamenu .navbar-nav > li > a:active span {
    border-bottom: 5px solid #fff;
    padding-bottom: 8px;
}
.pav-megamenu .navbar-nav > li.active > a {
    color: #fff !important;
}
.pav-megamenu .navbar-nav > li.active > span {
    border-bottom: 5px solid #fff;
    padding-bottom: 8px;
}
.pav-megamenu .navbar-nav > li > a:after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 0;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0px solid #FFFFFF;
  width: 0px;
  height: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: border 300ms ease-out 0s;
  transition: border 300ms ease-out 0s;
}
.pav-megamenu .navbar-nav > li.first > a {
  padding: 14px 35px 13px;
}
.pav-megamenu .navbar-nav > li.first > a span:before {
  content: "\f015";
  position: absolute;
  top: 14px;
  left: 12px;
  font-family: FontAwesome;
  width: 0;
  height: 0;
  font-size: 17px;
    display: none;
}
.pav-megamenu .navbar-nav > li.full-width {
  position: static;
}
.pav-megamenu .navbar-nav > li:hover > a:after {
  opacity: 0;
  filter: alpha(opacity=100);
  border-bottom: 6px solid #FFFFFF;
}
.pav-megamenu .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-megamenu .navbar-collapse {
  padding: 0;
}
.pav-megamenu .dropdown-menu {
  top: 100%;
  left: -9999px;
  height: auto;
  font-weight: 400;
  color: #8c8c8c;
  border: 0;
  min-width: 190px;
  padding: 10px 0;
  background-color: #FFFFFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
.pav-megamenu .dropdown-menu li {
  line-height: 30px;
  font-size: 13px;
  padding: 0 20px;
  background: -ms-linear-gradient(right, #02b0c9 50%, transparent 50%);
  background: -moz-linear-gradient(right, #02b0c9 50%, transparent 50%);
  background: -o-linear-gradient(right, #02b0c9 50%, transparent 50%);
  /* background-image: -webkit-gradient(linear, right top, left top, color-stop(50, #9fd1f1), color-stop(50, transparent)); */
  background: -webkit-linear-gradient(right, #02b0c9 50%, transparent 50%);
  background: linear-gradient(to left, #02b0c9 50%, transparent 50%);
  background-size: 200%;
  transition: all .2s linear;  
}
.pav-megamenu .dropdown-menu li:hover {
  background-position: -100%;  
}
.pav-megamenu .dropdown-menu li:hover a,
.pav-megamenu .dropdown-menu li:hover a:hover {
  color: #fff; 
}
.pav-megamenu .dropdown-menu li a {
  padding: 0;
  line-height: 30px;
  font-size: 15px;
}
.pav-megamenu .dropdown-menu li a .caret {
  display: none;
}
.pav-megamenu .dropdown-menu li a:hover {
  background-color: transparent;
  color: #02b0c9;
}
.pav-megamenu .dropdown-menu li a:hover .fa {
  color: #02b0c9;
}
.pav-megamenu .dropdown-menu li.title {
  color: #2e3a47;
  font-weight: 600;
}
.pav-megamenu .dropdown-menu .fa {
  margin-left: 0;
  color: #8c8c8c;
}
.pav-megamenu .dropdown-menu .menu-title .fa {
  margin-right: 5px;
  display: none;
}
.pav-megamenu .dropdown-menu ul li.parent {
  position: relative;
}
.pav-megamenu .dropdown-menu ul li.parent .dropdown-menu {
  top: 0;
  right: -100%;
  left: auto;
  position: absolute;
}
.pav-megamenu .dropdown-menu ul li.parent:hover > .dropdown-menu {
  left: 100%;
  display: none;
}
.pav-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
  left: 0px;
}
.pav-megamenu .dropdown:hover > a {
  color: #fff;
}
.pav-megamenu .dropdown:hover > a span {
  border-bottom: 5px solid #fff;
  padding-bottom: 8px;
}
.pav-megamenu .dropdown:hover > a .fa {
  color: #fff;
}
.pav-megamenu .mega-group > .dropdown-toggle {
  border: 0;
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #FFFFFF;
}
.pav-megamenu .mega-group > .dropdown-toggle .fa {
  color: #FFFFFF;
}
.pav-megamenu .dropdown-submenu {
  position: relative;
}
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  right: -115%;
  left: auto;
  top: 0;
}
.pav-megamenu .dropdown-submenu b.fa {
  margin-left: 3px;
}
.pav-megamenu h1,
.pav-megamenu h2,
.pav-megamenu h3,
.pav-megamenu h4,
.pav-megamenu h5,
.pav-megamenu h6 {
  letter-spacing: normal;
  border: 0;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 600;
}
.pav-megamenu .fa {
  margin-left: 3px;
  color: #000000;
}
.pav-megamenu ul,
.pav-megamenu ol {
  list-style: none;
}
.pav-megamenu .pavo-widget .fa {
  margin-right: 0;
}
.pav-megamenu .product-block {
  width: 50%;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.pav-megamenu .product-block .w-product {
  margin-right: 28px;
}
.pav-megamenu .product-block .image {
  text-align: left;
}
.pav-megamenu .product-block .product-meta {
  min-height: inherit;
  text-align: left;
}
.pav-megamenu .product-block .name {
  line-height: 18px;
  font-size: 15px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
}
.pav-megamenu .product-block .name a {
  color: #2e3a47;
}
.pav-megamenu .product-block .name a:hover {
  color: #02b0c9;
}
.pav-megamenu .product-block .product-icon {
  width: auto;
  height: 32px;
  padding: 0 10px;
  background-color: #FFFFFF;
}
.pav-megamenu .product-block .product-icon:hover {
  color: #000000;
}
.pav-megamenu .product-block .cart .product-icon {
  border: 1px solid #e9e9e9;
  text-transform: uppercase;
  color: #000000;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.pav-megamenu .product-block .cart .product-icon:hover {
  color: #02b0c9;
}
.pav-megamenu .product-block .rating {
  padding-top: 3px;
}
.pav-megamenu .product-block .action {
  margin-top: 6px;
}
.pav-megamenu .product-block .pav-colorbox {
  display: none !important;
}
.pav-megamenu .product-block:last-child .w-product {
  margin: 0;
}
.pav-megamenu .product-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hidden-heading-title .menu-title {
  display: none;
}
#pav-verticalmenu .box-content {
  background: #FFFFFF;
  padding: 0;
  border: 2px solid #02b0c9;
  position: static;
}
#pav-verticalmenu .box-content .navbar-default {
  position: static;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
}
#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;
}
#pav-verticalmenu .navbar-nav {
  position: static;
  float: none;
  width: 100%;
}
#pav-verticalmenu .navbar-nav > li {
  width: 100%;
  height: auto;
  position: relative;
}
#pav-verticalmenu .navbar-nav > li > a {
  display: block;
  color: #2e3a47;
  font-size: 15px;
  padding: 15px 10px 15px 20px;
  border-bottom: 1px solid #e0e0e0;
    position: relative;
}
#pav-verticalmenu .navbar-nav > li > a .menu-icon {
  display: block;
  height: 20px;
}
#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 {
  display: none;
}
#pav-verticalmenu .navbar-nav > li > a:hover,
#pav-verticalmenu .navbar-nav > li > a:focus {
  color: #FFFFFF;
}
#pav-verticalmenu .navbar-nav > li > a .caret {
  position: absolute;
  right: 18px;
  top: 50%;
  margin: -5px 0;
  border-left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #999999;
}
#pav-verticalmenu .navbar-nav > li.last a,
#pav-verticalmenu .navbar-nav > li:last-child a {
  border: 0;
}
#pav-verticalmenu .navbar-nav > li:hover > a {
  color: #02b0c9;
}
#pav-verticalmenu .navbar-nav > li:hover > a .menu-icon {
  background-position: left bottom !important;
}
#pav-verticalmenu .navbar-nav > li:hover > a .caret {
  border-left-color: #02b0c9;
}
#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: #2e3a47;
  margin: 0;
}
#pav-verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
  color: #02b0c9;
}
#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 .navbar-nav > li.parent:hover > a:after {
  position: absolute;
  content: "";
  right: -5px;
  top: 0;
  width: 0;
  height: 100%;
  border: 5px solid #FFFFFF;
  z-index: 9999;
}
#pav-verticalmenu .verticalmenu li a:hover {
  color: #02b0c9;
}
#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: 500px;
  padding: 5px 3px 5px 10px;
  background: #FFFFFF;
  color: #8c8c8c;
  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: 0px 0px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  transition: all 1ms linear 0.3s;
}
#pav-verticalmenu .dropdown-menu li {
  border: 0;
  padding: 4px 0;
  line-height: normal;
  list-style: none;
  font-size: 13px;
        width: 50%;
    float: left;
    margin-bottom: 5px;
}
#pav-verticalmenu .dropdown-menu li a {
  color: #2e3a47;
  font-weight: 400;
  padding: 0 7px 0 0;
  line-height: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all .5s ease;  
}
#pav-verticalmenu .dropdown-menu li a:hover {
  padding: 0 0 0 7px;
}
#pav-verticalmenu .dropdown-menu li.title {
  color: #2e3a47;
  font-weight: 600;
}
#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 {
  text-transform: uppercase;
  line-height: normal;
  margin: 0 0 20px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
#pav-verticalmenu .dropdown-menu .action {
  display: none;
}
#pav-verticalmenu .widget-product-list {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#pav-verticalmenu .w-product {
  padding: 5px;
}
#pav-verticalmenu .w-product .image {
  float: none;
}
#pav-verticalmenu .product-block {
  width: 50%;
  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: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
}
#pav-verticalmenu .product-block .name a:hover {
  color: #02b0c9;
}
#pav-verticalmenu .product-block .image a {
  padding: 0;
}
#pav-verticalmenu .product-block .product-meta {
  min-height: inherit;
}
.megamenu .aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.megamenu  .aligned-right .dropdown-menu {
  left: auto;
  right: 0;
}
.megamenu .aligned-fullwidth {
  position: inherit !important;
}
.megamenu  .aligned-fullwidth .dropdown-menu {
  width: 100% !important;
  left: 0;
}
#mainmenutop .navbar-toggle {
  float: left;
}
#menu-offcanvas .menu-offcanvas-inner {
  background-color: #02b0c9;
}
#menu-offcanvas .dropdown .dropdown-menu {
  border: medium none;
  box-shadow: none;
/*  display: block;*/
  float: none;
  position: relative;
  width: 100% !important;
  min-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
  padding: 0 20px;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul > li {
  list-style: none;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner .menu-title {
  font-size: 14px;
}
#menu-offcanvas .product-block .image {
  text-align: left;
}
html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  min-height: 100%;
}
.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0;
}
.offcanvas-pusher {
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.offcanvas-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 9999;
}
.offcanvas-menu-open .offcanvas-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.offcanvas-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas-menu-open .offcanvas-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
  lioffcanvas-style: none;
}
.offcanvas-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0,0,0,0.4);
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
  font-weight: 300;
  font-size: 2em;
}
.offcanvas-menu ul.megamenu  > li > a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  -webkit-box-shadow: inset 0 -1px rgba(0,0,0,0.2);
  box-shadow: inset 0 -1px rgba(0,0,0,0.2);
  color: #f3efe0;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255,255,255,0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-effect-1.offcanvas-menu::after {
  display: none;
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-2.offcanvas-menu {
  z-index: 1;
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  z-index: 1;
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-5.offcanvas-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%,0,0);
  transform: translate3d(50%,0,0);
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
@media (max-width: 768px) {
  #mainmenutop .navbar-nav {
    display: none;
  }
  .offcanvas-siderbars {
    position: relative;
  }
  .offcanvas-siderbars .offcanvas-sidebar {
    display: none;
    width: 100%;
  }
  .offcanvas-siderbars.column-left-active #oc-column-left {
    display: block;
  }
  .offcanvas-siderbars.column-right-active #oc-column-right {
    display: block;
  }
  .offcanvas-siderbars.column-left-active .main-column {
    display: none;
  }
  .offcanvas-siderbars.column-right-active .main-column {
    display: none;
  }
}
.offcanvas-sidebars-buttons {
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
}
#menu-offcanvas .pavo-widget .widget-inner iframe {
  width: 250px !important;
}
*****************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http:
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/

ul.list li {
  margin-left: 9px;
}
.link-more {
  color: darker(#02b0c9,10%);
  font-size: 15px;
  text-transform: lowercase;
  font-weight: bold;
  color: #5b8c31;
}
.link-more .icon-read-more-2 {
  font-size: 12px;
  color: #629735;
}
.link-more:hover {
  color: #5b8c31;
}
.copyright {
  text-align: left;
}
.copyright a {
  color: #5b8c31;
}
.pagination .links a:hover {
  color: #02b0c9;
}
#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 #e9e9e9;
  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: #76b53f;
  background-color: #76b53f;
}
#back-top a:hover i {
  color: #FFFFFF;
}
.megamenu .navbar-toggle {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #02b0c9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
}
.megamenu .navbar-toggle .fa {
  color: #8c8c8c;
  margin: 0;
}
.megamenu .navbar-toggle:hover,
.megamenu .navbar-toggle:focus,
.megamenu .navbar-toggle:active {
  background-color: #FFFFFF;
}
.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: 7px solid #FFFFFF;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 0;
  top: 8px;
  right: 0;
  margin: 0 auto;
}
.shapes.round {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #02b0c9;
  border: #02b0c9;
  top: 25%;
  right: 10px;
}
#breadcrumb .breadcrumb li a {
  color: #8c8c8c;
  text-transform: none;
  position: relative;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}
#breadcrumb .breadcrumb li a:hover {
  color: #02b0c9;
}
#breadcrumb .breadcrumb li a span {
  color: #2e3a47;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#breadcrumb .breadcrumb li:hover {
  color: #6faa3b;
}
#breadcrumb .breadcrumb li:hover span:before {
  background: #6faa3b;
}
#breadcrumb .breadcrumb li.last a span {
  color: #8c8c8c;
}
#breadcrumb .breadcrumb li.last a:hover {
  color: #02b0c9;
}
#breadcrumb .breadcrumb li.first a:before {
  display: none;
}
.margin {
  margin: 20px 0;
}
.no-margin h3 {
  margin-top: 0px;
}
.no-margin .buttons {
  margin-bottom: 0px;
}
.no-margin table {
  margin-bottom: 0px;
}
.no-margin-top {
  margin-top: 0px;
}
.no-border-right {
  border-right: 0;
}
.carousel-control {
  cursor: pointer;
  height: auto;
  text-align: center;
  background-image: none;
  font-size: inherit;
  background-color: #FFFFFF;
  color: #75716c;
  border: 1px solid #e9e9e9;
  width: 20px;
  height: 32px;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right: 0;
  margin-left: 3px;
}
.carousel-control:hover,
.carousel-control:focus {
  border-color: #02b0c9;
  color: #02b0c9;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control.left,
.carousel-control.right {
  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);
  line-height: 30px;
}
.carousel-control.left {
  right: 0;
  left: auto;
}
.carousel-control.right {
  left: 0;
  right: auto;
}
.carousel-control .fa {
  font-size: 14px;
  display: block;
}
.carousel-indicators li,
.carousel-indicators.active {
  border-color: #02b0c9;
}
.btn-cart {
  text-transform: none;
  font-weight: bold;
  padding: 0;
  font-size: 15px;
}
.btn-cart span {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.btn-cart span + span {
  padding: 6px 10px 0;
}
.btn-cart .icon-cart {
  font-size: 15px;
  color: #FFFFFF;
  width: 30px;
  height: 31px;
  line-height: 30px;
  vertical-align: top;
  background: #629735;
}
.btn-shop-now {
  color: #02b0c9;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -40px;
}
.btn-shop-now img {
  margin: 0 0 4px 5px;
  background-color: #02b0c9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  padding: 3px;
}
.btn-left {
  left: 20px;
  margin-left: 0;
}
.btn-right {
  right: 20px;
  left: inherit;
}
.custom-block {
  margin: 0px 16px 0px -14px;
}
.custom-block .box-heading {
  border-top: 0;
  border-bottom: 1px solid #e9e9e9;
  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: #e9e9e9;
  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: 20px;
}
.bold_green_text {
  color: #02b0c9;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-color: #02b0c9 !important;
}
.underline a {
  color: #629735;
}
.underline a:hover {
  text-decoration: underline;
}
.underline a b {
  color: #629735;
}
.button-close-menu {
  position: absolute;
  right: 0;
  top: 0;
}
.button-close-menu .fa {
  color: #fff;
  font-size: 20px;
}
.scrollup {
  background: #02b0c9;
  bottom: 82px;
  display: none;
  position: fixed;
  right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px;
  z-index: 9999;
  -webkit-transition: all 0.5s;
  transition: all .5s ease;
}
.scrollup:hover {
    bottom: 85px;
}
.scrollup .fa {
  display: block;
}
@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 #cart .heading {
    padding-left: 0;
  }
  #pav-verticalmenu .navbar-nav > li > a {
    padding: 10px;
  }
  #pav-verticalmenu .navbar-nav > li > a .caret {
    right: 0;
  }
  .product-meta {
    padding: 9px 0px 10px;
  }
  .box-module-pavreassurances .icon-name {
    display: block !important;
  }
  .social > span {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .product-info .carousel-inner a {
    margin-right: 5px;
  }
  .product-info .action {
    clear: both;
  }
  .product-info .action > div {
    margin-top: 10px;
  }
  .wishlist span,
  .compare span {
    display: none;
  }
  .offcanvas-menu {
    display: none;
  }
  #powered {
    padding: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zoomContainer,
  .pav-colorbox,
  .product-zoom {
    display: none !important;
  }
  .pav-megamenu {
    background-color: transparent;
    position: absolute;
    top: -3px;
  }
  .pav-megamenu .navbar-default {
    background-color: transparent;
  }
  #search {
    padding-right: 0;
  }
  #search .input-search {
    min-width: 200px;
  }
  .wishlist span,
  .compare span {
    display: none;
  }
  .img-responsive {
    display: inline-block;
  }
  .product-cols {
/*    border-bottom: 1px solid #e9e9e9;*/
  }
  .product-block .product-icon {
    margin-left: 3px;
  }
  .product-info .image a {
    pointer-events: none;
    cursor: default;
  }
  .sidebar .product-block .image {
    width: 15%;
  }
  #footer .footer-center .box .box-heading {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .zoomContainer,
  .pav-colorbox,
  .product-zoom {
    display: none !important;
  }
  .pav-megamenu {
    background-color: transparent;
    position: absolute;
    top: -3px;
  }
  .pav-megamenu .navbar-default {
    background-color: transparent;
  }
  #header-main .inner {
    text-align: center;
  }
  #header-main .inner > * {
    display: block;
  }
  #search {
    text-align: left;
  }
  #search .input-group {
    display: inline-block;
  }
  #search .category_filter select {
    width: 145px;
  }
  .product-cols {
    border-right: none;
/*    border-bottom: 1px solid #e9e9e9;*/
  }
  .img-responsive {
    display: inline-block;
  }
  .box-module-pavreassurances .column {
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
  }
  #footer .footer-center .box .box-heading {
    padding: 20px 0;
  }
  .tabs-group .htabs {
    min-height: 0;
  }
  .product-extra .action {
    margin-top: 10px;
    clear: both;
  }
  .wishlist span,
  .compare span {
    display: none;
  }
  .product-block .wishlist a,
  .product-block .compare a {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    padding: 0 10px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    visibility: visible !important;
  }
  .product-info .image a {
    pointer-events: none;
    cursor: default;
  }
  embed {
    width: 100%;
  }
/*
  .wishlist-info td,
  .wishlist-info th,
  table.history-list td,
  table.history-list th,
  table.order-info td,
  table.order-info th,
  table.compare-info td,
  table.compare-info th,
  table.pav-checkout-product td,
  table.pav-checkout-product th,
  table.pav-shop-cart td,
  table.pav-shop-cart th {
    border-right: 0 none;
    display: block !important;
    float: none !important;
    text-align: left !important;
    width: auto !important;
  }
  .wishlist-info tr td:before,
  table.history-list tr td:before,
  table.order-info tr td:before,
  table.pav-shop-cart tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    width: 50%;
  }
  .wishlist-info tr td,
  table.order-info tr td,
  table.history-list tr td,
  table.pav-shop-cart tr td {
    text-align: right;
    display: block;
    min-height: 20px;
    border-left: none;
    background: none;
  }
  table.history-list thead,
  table.order-info thead,
  .wishlist-info thead,
  table.pav-shop-cart thead {
    display: none;
  }
*/
}
@media (max-width: 480px) {
  #search .input-search {
    min-width: 0;
  }
  .product-list .image {
    float: none;
  }
  .product-info .carousel-inner a {
    margin-right: 0;
  }
  .product-info .action > div {
    clear: both;
    margin-bottom: 10px;
  }
  .product-compare {
    clear: both;
    margin-bottom: 10px;
  }
  .product-extra .cart {
    clear: both;
    margin-top: 10px;
    margin-left: 0 !important;
  }
  .product-extra .action {
    clear: both;
  }
  .newsletter_block .box-heading {
    width: 100%;
  }
  .newsletter_block .input-group {
    clear: both;
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 360px) {
  embed {
    display: none !important;
  }
  .nav-tabs {
    border: 1px solid #e9e9e9;
  }
  .nav-tabs > li {
    border-bottom: 1px solid #E9E9E9;
    float: none !important;
    margin-bottom: 0;
  }
  .nav-tabs > li .active > a,
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    border: none !important;
  }
  .product-filter .product-compare {
    text-align: right;
    width: 100%;
  }
  .social > span {
    display: block;
    margin: 0 0 10px;
    width: 100%;
  }
  .newsletter_block .input-group {
    text-align: center;
  }
  .newsletter_block .button_mini {
    border-radius: 0 !important;
    margin-top: 10px;
    width: 45%;
  }
  .newsletter_block .inputNew {
    border-radius: 0 !important;
    width: 100%;
  }
}
.btn-group .dropdown-menu {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.btn-group.open .dropdown-menu,
.btn-group.active .dropdown-menu {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social a {
  -webkit-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
}
.social a:hover {
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
}
.product-block .img {
  -webkit-transition: left .7s cubic-bezier(.75,0,.175,1);
  transition: left .7s cubic-bezier(.75,0,.175,1);
}
.product-block .pav-colorbox,
.product-block .product-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 50%;
  bottom: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-block .pav-colorbox {
  margin: -10px 0 0 -60px;
}
.product-block .product-zoom {
  margin: -10px -70px 0 0;
}
.product-block .wishlist a,
.product-block .compare a {
  opacity: 1;
/*
  filter: alpha(opacity=1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
*/
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-block:hover .product-zoom,
.product-block:hover .pav-colorbox {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-block:hover .product-zoom {
  margin: -10px -25px 0 0;
}
.product-block:hover .pav-colorbox {
  margin: -10px 0 0 -25px;
}
.product-block:hover .wishlist a,
.product-block:hover .compare a {
  opacity: 1;
/*
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
*/
}
.effect {
  position: relative;
}
.overlay {
  background: none repeat scroll 0 0 rgba(227,242,253,0.4);
  height: 100%;
  display: block;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  width: 0;
}
.effect:hover .overlay {
  left: 0;
  width: 100%;
  opacity: 1;
}






/*КАТЕГОРИИ ТОВАРОВ*/

.box-product {

}
.categoryhomeBox {
    text-align: center;
}
.categoryhomeBox:hover .image {

}
.categoryhomeBox:hover .name {

}
.categoryhomeBox .image {
    margin: 0px auto;
    width: 200px;
    padding: 0;
}
.categoryhomeBox .image img {
    width: 100%;
}
.categoryhomeBox .name {

}
.categoryhomeBox .name a {

}



/*КАТЕГОРИИ ТОВАРОВ 2*/

.category_wall {

}
.category_wall .box-product {
    line-height: 0;
    font-size: 0;
    padding: 10px 0;
}
.category_wall .box-product > div {
    width: 25%;
    display: inline-block;
    margin: 0 0 20px;
    padding: 0;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 1;
}
.category_wall .box-product > div:hover .image {

}
.category_wall .box-product > div:hover .name {

}
.category_wall .box-product > div:hover .name a {
    color: #02b0c9;
}
.category_wall .box-product > div .image {
    margin: 0px auto 5px;
    width: 200px;
    padding: 0;
}
.category_wall .box-product > div .image img {
    width: 100%;    
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  transition: all .5s ease;  
}
.category_wall .box-product > div:hover .image img {   
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.category_wall .box-product > div .name {
    text-align: center;
    text-transform: uppercase;
}
.category_wall .box-product > div .name a {
     font-size: 15px;
}



/*ПОД КАТЕГОРИИ ТОВАРОВ*/


.category-list ul {
    margin: 0;
    list-style: none;
    width: 100%;
}
.category-list ul li {
    margin-bottom: 10px;
    text-align: center;
}
.category-list ul li a p {
    height: 50px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 15px;
}
.category-list ul li:hover a p {

}
.category-list ul li .image {
    margin: 0px auto;
    width: 200px;
    padding: 0;
}
.category-list ul li .image img {
    width: 100%;
    -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  transition: all .5s ease; 
}
.category-list ul li:hover .image img {
    -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}


/*ПОД ПОД КАТЕГОРИИ ТОВАРОВ*/


.category-info .category-list ul {
    margin: 0;
    list-style: none;
    width: 100%;
}
.category-list ul li {
    margin-bottom: 10px;
    text-align: center;
}
.category-list ul li a p {
    height: 50px;
    overflow: hidden;
    margin-top: 10px;
   font-size: 15px;
}
.category-list ul li:hover a p {

}
.category-list ul li .image {
    margin: 0px auto;
    width: 200px;
    padding: 0;
}
.category-list ul li .image img {
    width: 100%;
    -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  transition: all .5s ease; 
}
.category-list ul li:hover .image img {
 -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}



/*ГЛАВНЫЙ ВИД ТОВАРОВ*/


.box-content .product-block {

}
.box-content .product-block .image{
    margin: 0px auto;
    width: 200px;
    padding: 0;
}
.box-content .product-block .image a img {
    width: 100%;
}
.box-content .product-block .name{

}
.box-content .product-block .name a {

}
.box-content .product-block .price {
   text-align: center;
}
.box-content .product-block .price .price-old {
   
}
.box-content .product-block .price .price-new {
   
}
.box-content .product-block > a {
    padding: 5px 50px;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    color: #fff;
    margin-bottom: 5px;
    
}
.box-content .product-block .cart {

}
.box-content .product-block .cart button {

}
.box-content .product-block .wishlist {
 
}
.box-content .product-block .compare {

}
.box-content .product-block .compare a,
.box-content .product-block .wishlist a {

}
.box-content .product-block .wishlist:hover, 
.box-content .product-block .compare:hover {
 
}



/*ВИД ТОВАРОВ-1 (без фильтра)*/

.product-grid .products-block {
    
}

.product-grid .products-block .product-items {
    
}
.product-grid .products-block .product-block {
    position: relative;
    background-color: #FFFFFF;
    padding: 5px 0 0 0;
    margin: 0;
    margin-bottom: 8px;
    -webkit-transition: all 0.5s ease;
    transition: all .5s ease;
}
.product-grid .products-block .product-block:hover {
    box-shadow: 5px 5px 20px #111;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}
.product-grid .products-block .product-block .image{
    margin: 0px auto;
    width: 200px;
    padding: 0;
}
.product-grid .products-block .product-block .image a img {
    width: 100%;
}
.product-grid .products-block .product-block .name{
    text-align: center;
}
.product-grid .products-block .product-block .name a {

}
.product-grid .products-block .product-block .price {
   text-align: center;
}
.product-grid .products-block .product-block .price .price-old {
   
}
.product-grid .products-block .product-block .price .price-new {
   
}
.product-grid .products-block .product-block .cart {
    width: 100%;
    margin-bottom: 10px;
}
.product-grid .products-block .product-block .cart input {
    padding: 5px 50px;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}
.product-grid .products-block .product-block .cart input:hover {

}
.product-grid .products-block .product-block .cart button {
    padding: 5px 19px;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    display: none;
}
.product-grid .products-block .product-block .cart button:hover {
    border: 1px solid #6ca63a;
    background-color: #02b0c9;
}
.product-grid .products-block .product-block .button-group {
/*     width: 100%;*/
    display: none;
}
.product-grid .products-block .product-block .wishlist, 
.product-grid .products-block .product-block .compare {
/*     padding: 3px 10px;*/
     border-radius: 5px;
     background: #28313c;
     margin-left: 5px;
}
.product-grid .products-block .product-block .compare {
     margin-left: 4px;
}
.product-grid .products-block .product-block:hover .wishlist, 
.product-grid .products-block .product-block:hover .compare {

}
.product-grid .products-block .product-block .wishlist:hover, 
.product-grid .products-block .product-block .compare:hover {
     background: #02b0c9;
}
.product-grid .products-block .product-block .compare a,
.product-grid .products-block .product-block .wishlist a {
    color: #fff; 
    margin-left: 0;
    padding: 0;
}
.product-grid .products-block .product-block .compare a:hover,
.product-grid .products-block .product-block .wishlist a:hover {
    color: #fff; 
    margin-left: 0;
    padding: 0;
    background: #02b0c9;
    border: 1px solid #6ca63a;
}
.product-grid .products-block .product-block .wishlist:hover a, 
.product-grid .products-block .product-block .compare:hover a {
 
}






.product-list .products-block {
    
}
.product-list .products-block .product-items {
    
}
.product-list .products-block .product-block {
    padding: 10px;
    margin: 10px 0;
    -webkit-transition: all 0.5s ease;
    transition: all .5s ease;
}
.product-list .products-block .product-block:hover {
    box-shadow: 5px 5px 20px #111;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}
.product-list .products-block .product-block .image {
    margin-top: 25px;
    margin-bottom: 0px;
    width: 200px;
    float: left;
}
.product-list .products-block .product-block .image a img {
    width: 100%;
}
.product-list .products-block .product-block .product-meta {
    clear: both;
}
.product-list .products-block .product-block .name {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
}
.product-list .products-block .product-block .name a {

}
.product-list .products-block .product-block .description {
    margin-left: 220px;
    margin-top: 30px;
    padding-right: 10px;
    position: absolute;
    top: 5px;
}
.product-list .products-block .product-block .price {
   
}
.product-list .products-block .product-block .price .price-old {
   
}
.product-list .products-block .product-block .price .price-new {
   
}
.product-list .products-block .product-block .cart {

}
.product-list .products-block .product-block .cart input {
    padding: 5px 50px;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    margin-top: 0px;
}
.product-grid .products-block .product-block .cart input:hover {

}
.product-list .products-block .product-block .cart button {
   padding: 5px 19px;
   margin-bottom: 5px;
}

.product-list .products-block .product-block .button-group {
/*    clear: both;*/
    display: none;
}
.product-list .products-block .product-block .wishlist, 
.product-list .products-block .product-block .compare {
    border-radius: 5px;
    background: #28313c;
    margin-left: 5px;
}
.product-list .products-block .product-block .action .compare {
    margin-left: 5px;
}
.product-list .products-block .product-block:hover .wishlist, 
.product-list .products-block .product-block:hover .compare {

}
.product-list .products-block .product-block .wishlist:hover, 
.product-list .products-block .product-block .compare:hover {
    background: #02b0c9;
}
.product-list .products-block .product-block .action .compare a, 
.product-list .products-block .product-block .action .wishlist a {
     margin: 0px;
}
.product-list .products-block .product-block .compare a, 
.product-list .products-block .product-block .wishlist a {
    color: #fff;
}
.product-list .products-block .product-block .compare a:hover, 
.product-list .products-block .product-block .wishlist a:hover {
    color: #fff;
    background: #02b0c9;
    border: 1px solid #6ca63a;
}
.product-list .products-block .product-block .compare a:hover, 
.product-list .products-block .product-block .wishlist a:hover {

}




/*ВИД ТОВАРОВ-2 (с фильтром)*/


.product-grid .filterpro-box {
    width: 25%;
    float: left;
    position: relative;
    padding: 0 10px;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
}
.product-grid .filterpro-box .product-block {
    position: relative;
    background-color: #FFFFFF;
    margin: 0;
}
.product-grid .filterpro-box .image{
    margin: 0px auto;
    width: 200px;
    padding: 0;
}
.product-grid .filterpro-box .image a img {
    width: 100%;
}
.product-grid .filterpro-box .name{

}
.product-grid .filterpro-box .name a {

}
.product-grid .filterpro-box .price {
   
}
.product-grid .filterpro-box .price .price-old {
   
}
.product-grid .filterpro-box .price .price-new {
   
}
.product-grid .filterpro-box .cart {
/*    width: 100%;*/
    margin-bottom: 10px;
}
.product-grid .filterpro-box .cart .button {
    padding: 5px 19px;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}
.product-grid .filterpro-box .cart .button:hover {
    border: 1px solid #6ca63a;
    background-color: #02b0c9;
}
.product-grid .filterpro-box .button-group {
/*    width: 100%*/
}
.product-grid .filterpro-box .wishlist,
.product-grid .filterpro-box .compare {
/*     padding: 3px 10px;*/
/*     border-radius: 5px;*/
    border: none;
     background: #28313c;
     margin-left: 4px;
     padding: 0;
}
.product-grid .filterpro-box .compare {
    margin-left: 3px;
}
.product-grid .filterpro-box:hover .wishlist,
.product-grid .filterpro-box:hover .compare {
    
}
.product-grid .filterpro-box .wishlist:hover, 
.product-grid .filterpro-box .compare:hover {
     background: #02b0c9;
}

.product-grid .filterpro-box .compare a, 
.product-grid .filterpro-box .wishlist a {
    color: #fff;
    margin-left: 0;
    padding: 0;
}
.product-grid .filterpro-box .compare a:hover, 
.product-grid .filterpro-box .wishlist a:hover {
    color: #fff; 
    margin-left: 0;
    padding: 0;
    background: #02b0c9;
    border: 1px solid #6ca63a;
}
.product-grid .filterpro-box .wishlist:hover a, 
.product-grid .filterpro-box .compare:hover a {

}



.product-list .filterpro-box {
    position: relative;
    padding: 10px;
    clear: both;
    border: 1px solid #e9e9e9;
    margin: 0;    
}
.product-list .filterpro-box .image {
    margin-top: 25px;
    margin-bottom: 0px;
    width: 200px;
    float: left;
}
.product-list .filterpro-box .image a img {
    width: 200px;
}
.product-list .filterpro-box .product-meta {
    clear: both;
}
.product-list .filterpro-box .name { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.product-list .filterpro-box .name a {

}
.product-list .filterpro-box .description {
    margin-left: 220px;
    margin-top: 30px;
    padding-right: 10px;
    position: absolute;
    top: 0;
    dis
}
.product-list .filterpro-box .price{

}
.product-list .filterpro-box .price .price-old{

}
.product-list .filterpro-box .price .price-new{

}

.product-list .filterpro-box .cart {
    
}
.product-list .filterpro-box .cart button{
   padding: 5px 19px;
   margin-bottom: 5px;
}
.product-list .filterpro-box .button-group {
/*    clear: both;*/
}
.product-list .filterpro-box .wishlist,
.product-list .filterpro-box .compare {
    border-radius: 5px;
    background: #28313c;
    margin-left: 5px;
}
.product-list .filterpro-box .action .compare {
    margin-left: 5px;
}
.product-list .filterpro-box:hover .wishlist,
.product-list .filterpro-box:hover .compare {

}
.product-list .filterpro-box .wishlist:hover, 
.product-list .filterpro-box .compare:hover {
     background: #02b0c9;
}
.product-list .filterpro-box .action .wishlist, 
.product-list .filterpro-box .action .compare {
    border: none;
}
.product-list .filterpro-box .action .wishlist a, 
.product-list .filterpro-box .action .compare a {
    margin: 0px;
}
.product-list .filterpro-box .compare a, 
.product-list .filterpro-box .wishlist a {
    color: #fff;
} 
.product-list .filterpro-box .compare a:hover, 
.product-list .filterpro-box .wishlist a:hover {
    color: #fff;
    background: #02b0c9;
    border: 1px solid #6ca63a;
} 
.product-list .filterpro-box .wishlist:hover a, 
.product-list .filterpro-box .compare:hover a {

}



/*ПОИСК ТОВАРОВ*/


.search .product-grid .products-block {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px;
}



/*ПОХОЖИЕ ТОВАРЫ*/


#similar_products {
    clear: both;
}
#similar_products .box-product > div {
    float: left;
    width: 25%;
    padding: 0 5px;
}
#similar_products .box-product div .image {
    margin: 0px auto;
    width: 200px;
    padding: 0;
}
#similar_products .box-product div .image img {
    width: 100%;
}
#similar_products .box-product div .name {
    height: 50px;
    overflow: hidden;
}
#similar_products .box-product div .price {

}
#similar_products .box-product div .price .price-old {

}
#similar_products .box-product div .price .price-new {

}
#similar_products .box-product div .cart .button {

}



/*НЕДАВНО ПРОСМОТРЕННЫЕ ТОВАРЫ*/


.content-bottom .box-product > div {
    float: left;
    width: 33.33%;
    padding: 0 5px;
    -webkit-transition: all 0.5s ease;
    transition: all .5s ease;
}
.content-bottom .box-product > div:hover {
    box-shadow: 5px 5px 20px #111;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}
.content-bottom .box-product div .image {
    margin: 0px auto;
    width: 200px;
    padding: 0;
}
.content-bottom .box-product div .image img {
    width: 100%;
}
.content-bottom .box-product div .name {
    height: 50px;
    overflow: hidden;
}
.content-bottom .box-product div .price {

}
.content-bottom .box-product div .price .price-old {

}
.content-bottom .box-product div .price .price-new {

}
.content-bottom .box-product div .button {
    color: #fff;
}



/*СТРАНИЦА ТОВАРА*/



.product-info .product-extra .cart button {
    padding: 5px 30px;
}
.product-info .product-extra .cart button {
    padding: 5px 30px;
}
.product-info .product-extra .cart button {
    padding: 5px 30px;
    display: none;
}
.product-info .product-extra .action {
    clear: both;
    margin-top: 3px;
    display: none;
}
.product-info .product-extra .action .pull-left {
    margin-right: 16px;
}
.product-info .product-extra .action .pull-left a {
    padding: 3px 17px;
}
.product-info .product-view > a {
    padding: 5px 49px;
    margin-top: -3px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.product-info .product-view #fast_callme {
    clear: both;
}
.product-info .product-view #fast_callme input {
    margin-bottom: 5px;
}
.product-detail .tabs-group #tabs .nav-tabs .last {
    display: none;
}
.product-detail .tabs-group #tab-description blockquote {
    border: none;
}
.product-detail .tabs-group #tab-description blockquote p {
    font-size: 12px;
}
.product-detail .tabs-group #tab-description blockquote table {
    margin-bottom: 10px;
}





/*РЕКОМЕНДУЕМ*/

#pav-mass-bottom .box.featured.no-box .box-heading {
    color: #111111;
}



/* БЫСТРЫЙ ЗАКАЗ*/



#myModal .bt_modal-header .close {
    font-size: 30px;
}
#myModal .bt_modal-body {
    max-height: 550px !important;
    overflow: hidden;
}
#myModal .bt_modal-body .span4 .span4 {
    width: 100%;
    text-align: center;
    color: transparent;
}
#myModal .bt_modal-body .span2 {
    margin: 0 !important;
    position: relative;
    left: 50% !important;
    transform: translateX(-50%);
    width: 25%;
    float: left;
    clear: both;
}
#myModal .bt_modal-body .span4 {
    width: 95%;
}
#myModal .bt_modal-body .span4 .bt_h3 {
    text-align: center;
}
#myModal .bt_modal-body .span4 .bt_h3 a {
    color: #555050 !important;
}
#myModal .bt_modal-body .span4 .bt_h3 a:hover {
    color: #02b0c9 !important;
}
#myModal .bt_modal-body .span2 .thumbnail {
   padding: 0;
}
#myModal .bt_modal-body .span2 .thumbnail img {
   width: 100%;
}
#myModal .bt_modal-body .price_order {
    clear: both;
    text-align: center;
}
#myModal .bt_modal-body .bt_h4 {

}
#myModal .bt_modal-body form {
    margin-bottom: -18px !important;
}
#myModal .bt_modal-body fieldset .input-prepend .controls .add-on {
    padding: 6px 5px 17px !important;
}
#myModal .bt_modal-body fieldset .input-prepend .controls input {
    height: 25px;
}
#myModal .bt_modal-body fieldset .input-prepend .controls textarea {
    height: 70px;
    resize: none;
}
#myModal .bt_modal-body fieldset .input-prepend .controls textarea:focus, #myModal .bt_modal-body fieldset .input-prepend .controls input:focus  {
    outline: #02b0c9 !important;
}
#myModal .bt_modal-body fieldset .input-prepend .controls textarea, #myModal .bt_modal-body fieldset .input-prepend .controls input  {
    outline: #02b0c9 !important;
}
#myModal .bt_modal-body fieldset legend {
    margin: 0 !important;
    text-align: center;
}
#myModal .bt_modal-footer button:hover {
    background: #02b0c9;
}




/* ФИЛЬТР*/

.filter-pro {
    
}
.filter-pro #filterpro .clear_filter {
    margin-right: 5px;
}
.filter-pro #filterpro .option_box {
    border: 1px solid #02b0c9;
}
.filter-pro #filterpro .price_limit {
    color: #02b0c9;
}
.filter-pro #filterpro #slider-range {
    width: 95%;
    margin: 0 auto;
}
.filter-pro #filterpro .ui-widget-header {
    background: none repeat scroll 0 0 #02b0c9;
}

/* HEADER*/

#search  .header_info {
    margin-bottom: 10px;
}
#search  .header_info p {
    margin-left: 20px;
    margin-bottom: 2px;
    color: #111;
}
#search  .header_info span {
    color: #111;
}
#search  .header_info i {
    float: left;
    font-size: 15px;
/*    color: #dbdd16;*/
    padding-top: 2px;
}
#search .header_tel_wrapper, 
#search .header_mail_wrapper, 
#search .header_skype_wrapper {
    float: left;
    width: 50%;
}
#search .header_slogan {
    float: left;
    margin-top: 15px;
    color: #fff;
}
#pav-mainnav .container {
    width: 100%;
    padding: 0;
}
.header_tel_wrapper {
    font-size: 28px;
    position: relative;
    color: #111;
    text-align: right;
    margin-top: 10px;
}
.header_tel_wrapper p{
    margin: 0;
}
.header_tel_wrapper img{
    position: absolute;
    left: 80px;
    top: 45px;
}

/* FOOTER*/

#footer .footer-bottom {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}
#footer .box-heading {
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 0;
}
#footer .footer-bottom .box {
    margin-bottom: 0;
}
.footer-bottom ul li {
    line-height: 20px;
}
.footer-bottom ul li a {
    color: #fff;
}
.footer-bottom .footer_contact{
    margin: 0;
}
.footer-bottom .footer_contact p {
    margin: 0;
    color: #fff;
}
.footer-bottom .col-lg-3 {
    width: 20% !important;
    float:  left;
}
.footer-bottom .col-lg-2:nth-child(3) {
    width: 25%; !important
}
.footer-bottom .social_icon_footer {
    margin-bottom: 0;
    padding-top: 50px;
}
.footer-bottom .footer1,
.footer-bottom .footer2 {

}
.footer-bottom .social_icon_footer a:hover {
    -webkit-filter: opacity(0.7);
    -o-filter: opacity(0.7);
    filter: opacity(0.7);
}





/* ДОП.НАСТРОЙКИ*/


.more {
    width: 100%;
    text-align: right;
    padding-right: 5px !important;
}
.btn-more-link {
    text-align: right;
    padding-right: 5px;
}
.sidebar #pav-categorymenu ul li p{
    margin-left: 20px;
    padding-right: 20px;
}
load_price {
    margin-top: 20px;
}
.load_price a {
    padding: 5px 24px;
    border: 2px solid #ed7900;
    font-size: 14px;
    border-radius: 5px
}

.kttlogo {
    text-align: center;
    padding-bottom: 20px;    
}
.kttlogo img {
    -webkit-transition: all 0.5s;
    transition: all .5s ease;
}
.kttlogo img:hover {
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    position: relative;
    z-index: 1
}

.bannercontainer.banner-fullwidth {
    margin-bottom: 10px !important;
}
#columns {
    max-width: 1180px;
    margin: 20px auto;
    position: relative;
    z-index: 2;
}
#columns .buttons {
    clear: both;
    text-align: left;
}
#accordionmenu {
    margin-bottom: 10px;
}
.panel-default.clearfix.box.white {
    border: none;
}
#blog-info footer {
    display: none;
}

.simpleregister-button-block .simpleregister-button-left, 
.simpleregister-button-block .simpleregister-button-right,
.simplecheckout-button-right,
#simplecheckout_button_cart {
    border-radius: 5px;
    background: #2e3a47;
}
.simpleregister-button-block .simpleregister-button-left a, 
.simpleregister-button-block .simpleregister-button-right a,
.simplecheckout-button-right a,
#simplecheckout_button_cart {
    color: #fff;
}
#simplecheckout_button_cart:hover {
    background: #02b0c9;
}
.special .box-content {
    border: 1px solid #e9e9e9;
}
#content.special .box-heading {
    display: none;
}

.simplecheckout-cart td,
.simplecheckout-cart th{
    padding: 2px !important;
}

.footer-bottom .box-heading {
    padding: 10px 0;
}
.middle .content tr:first-child input {
    width: 99%;
}

#simplecheckout_customer .simplecheckout-block-heading select, 
#simplecheckout_customer .simplecheckout-block-content select,
#simplecheckout_customer .simplecheckout-block-content input,
#simplecheckout_customer .simplecheckout-block-content textarea {
    width: 56%;
}
#simplecheckout_customer .simplecheckout-customer-one-column {
    width: 100%;
}
#simplecheckout_customer .simplecheckout-customer-one-column .simplecheckout-customer-left{
    width: 25%;
}
#simplecheckout_customer .simplecheckout-customer-one-column .simplecheckout-customer-right {
    width: 80%;
}


.text_top {
    text-align: center;
}
.text_top h2 {
    font-size: 24px;
    font-weight: bold;
    color: #02b0c9;
}
.text_top p {
    font-size: 15px;
    font-weight: bold;
}
.text_bottom h3 {
    font-size: 20px;
    font-weight: bold;
    color: #02b0c9;
    text-align: center;
}
.text_bottom > p {
    font-size: 15px;
    font-weight: bold;
    text-indent: 15px;
    text-align: center;
}
.text_bottom ul {
    margin-left: 50%;
    transform: translatex(-50%);
}
.text_bottom ul li {
    line-height: 15px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #02b0c9;
}
.text_bottom .text_col p{
    width: 33.33%;
    float: left;
    padding: 10px;
    font-size: 14px;
    text-indent: 20px;
}
.text_bottom .text_col p:first-letter {
    font-family: "Times New Roman", Times, serif;
    font-size: 25px;
    font-weight: bold;
    color: #02b0c9;
}

.category-description.wrapper p{
    font-size: 14px;
    text-indent: 20px;
}
.category-description.wrapper p:first-letter {
    font-family: "Times New Roman", Times, serif;
    font-size: 25px;
    font-weight: bold;
}
.category-description.wrapper ul {
    margin-left: 20px;
}
.category-description.wrapper ul li {
    line-height: 15px;
    font-size: 15px;
    margin-bottom: 10px;
}
.blog-meta > span:last-child {
    display: none;
}
.home_delivery ul {
    margin-left: 20px;
}
.home_delivery ul li {
    font-size: 15px;
}
.home_about_us p {
    font-size: 14px;
    text-indent: 20px;
}
.home_about_us p:first-letter {
    font-family: "Times New Roman", Times, serif;
    font-size: 25px;
    font-weight: bold;
}
.home_about_us p span {
    font-family: "Times New Roman", Times, serif;
    font-size: 25px;
    font-weight: bold;
}


.gallery a{
    display: inline-block;
}
.dsGallery #pictures li {
    height: auto !important;
}
.gallery .dsGallery {
    overflow: hidden;
    margin: 0 0 50px;
}


/* ОБРАТНЫЙ ЗВОНОК*/

#callme { 
    height: 200px;
    position: fixed;
    top: 40%;
    -moz-transform:
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    right: 0;
    width: 22px;
    z-index: 110;
    background: #02b0c9;
/*    border: 1px solid #dbdd16;*/
    border-radius: 5px 0 0 5px;
}

.cme-form { border: 1px solid #02b0c9; -moz-box-shadow: 0 2px 20px #333333; -webkit-box-shadow: 0 2px 20px #333333; box-shadow: 0 2px 20px #333333; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; background: #efefef; z-index: 109; font-family: "Trebuchet MS"; display: none; position: fixed; *position: absolute; right: 50px; top: 150px; width: 305px; color: #777777; }
.cme-form .has-error { background: #f2dede; }
.cme-form span { padding: 2px 3px 2px 10px; display: block; color: #777777; font-size: 11px; clear: both; }
.cme-form .cme-btn { padding: 4px 7px 5px; color: white; font-size: 14px; font-weight: bold; border-radius: 2px; text-shadow: 0 1px 0 #757575; margin: 0; cursor: pointer; width: 140px; outline: 0; }
.cme-form select { border: 1px solid #98a198; background: white; padding: 4px 3px 3px 9px; width: 100%; font-size: 12px; border-radius: 0px; outline-style: none; height: 21px; line-height: 21px; margin: 0 0 5px 0; font-size: 13px; cursor: pointer; font-family: "Trebuchet MS"; outline: 0; }
.cme-form .cme-select { width: 280px; margin-left: 10px; height: 27px; line-height: 27px; }
.cme-form .cme-txt { border: 1px solid #98a198; width: 280px; border-radius: 0px; color: black; font-size: 13px; padding: 5px 3px !important; outline: 0; }
.cme-form h6 { border-bottom: 1px solid #efefef; color: #02b0c9; font-size: 14px; padding: 10px 0 9px 10px; margin: 0 0 7px 0; }
.cme-form span div { float: left; display: inline; margin: 0 5px 0 0; line-height: 19px; }
.cme-form .cme-cls { text-shadow: 0 1px 0 #4d659f; height: 20px; width: 20px; font-size: 13px; overflow: hidden; border-radius: 2px; text-align: center; padding: 1px 3px 3px; float: right; display: inline; color: white; text-shadow: none; margin: 7px 8px 0 0; cursor: pointer; text-decoration: none; }
.cme-form .cme-cls:hover { color: white; opacity: 0.8; -webkit-opacity: 0.8; -khtml-opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=80); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$p)"; }
.cme-form .cme-btn-place span { display: none; float: right; padding: 7px 12px 0 0 !important; font-size: 8px !important; color: #888 !important; }
.cme-form .cme-btn-place span a { font-size: 11px; color: #888; }
.cme-form .cme-btn-place span a:hover { text-decoration: none; }
.cme-form .callmebody { font-size: 13px; background: #efefef; padding: 5px 10px; }
.cme-form .callmebody .inf { padding: 0 5px; margin: 0 0 10px 0; font-weight: bold; clear: both; }
.cme-form .callme-result { background: #efefef url(loading.gif) 10px center no-repeat; display: block; clear: both; margin: 5px 11px 10px 10px; }
.cme-form .callme-result div { padding: 7px 7px; margin: 4px 0 0 0; }
.cme-form .callme-result div.sending { padding: 7px 0 7px 35px; display: block; color: #777777; clear: both; }
.cme-form .callme-result div.c_success { background: #98c462; color: #fff; text-shadow: none; }
.cme-form .callme-result div.c_error { background: #f76363; color: #fffafa; text-shadow: none; }
.cme-form .cme-fields label{display: none;}

#viewform { 
/*
    border: 0;
    padding: 0;
    background: url(bttn.png);
    height: 185px;
    width: 22px;
    cursor: pointer;
    outline: 0;
*/  
    height: 200px;
    width: 22px;
    border: 0;
    background: transparent;
    margin-top: -22px;
    position: relative;
}
#callme:before {
    content: "Заказать обратный звонок";
    display: inline-block;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 160px;
    height: 22px;
    line-height: 22px;
    position: relative;
    left: -69px;
    top: 88px;
    color: #111;
}


#cme-back { display: none; z-index: 108; opacity: 0.5; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background: #333; }

.cme-btn, .cme-form .cme-btn { border: 0; -moz-box-shadow: 0 3px 0 #02b0c9; -webkit-box-shadow: 0 3px 0 #02b0c9; box-shadow: 0 3px 0 #02b0c9; background: #02b0c9; margin-bottom: 5px; }

.cme-cls, .cme-form .cme-cls { background: #ea6f6f; background: -moz-linear-gradient(top, #ea6f6f 0%, #ca251c 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea6f6f), color-stop(100%, #ca251c)); background: -webkit-linear-gradient(top, #ea6f6f 0%, #ca251c 100%); background: -o-linear-gradient(top, #ea6f6f 0%, #ca251c 100%); background: -ms-linear-gradient(top, #ea6f6f 0%, #ca251c 100%); background: linear-gradient(to bottom, #ea6f6f 0%, #ca251c 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top', endColorstr='$btm',GradientType=0 ); }





/*МЕДИА ЗАПРОС*/
@media (max-width: 1600px) {
    #footer:before {
        top: -152px;
        height: 152px;
    }
}
@media (max-width: 1200px) {
    #footer .footer-bottom,
    #columns,
    #pav-mainnav .pav-megamenu {
        max-width: 970px;
    }
    #search .header_slogan {
        width: 50%;
    }
    .box-content .product-block .image {
        width: 100%;
    }
    .product-grid .products-block .product-block .image {
        width: 100%;
    }
    .product-grid .products-block .product-block .cart button {
        padding: 5px 18px;
    }
    .header_tel_wrapper {
        font-size: 20px;
    }
    .header_tel_wrapper img {
        top: 27px;
    }
    .pav-megamenu .navbar-nav > li > a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    #footer .footer-bottom,
    #columns,
    #pav-mainnav .pav-megamenu{
        max-width: 720px;
    }
    #search .header_slogan {
       
    }
    .footer-bottom .col-lg-2 {
        width: 20%;
        float: left;
    }
    .footer-bottom .col-lg-2:nth-child(4) {
        width: 14%;
    }
    .footer-bottom .footer1,
    .footer-bottom .footer2,
    .footer-bottom .footer3,
    .footer-bottom .footer4,
    .footer-bottom .footer5,
    .footer-bottom .footer_contacts {
        float: left;
        padding-right: 5px;
        width: 100%;
    }
    .footer-bottom .footer_logo img {
        width: 120px;
    }
    input {
        padding: 4px;
    }
    #simplecheckout_form .simplecheckout-left-column {
        width: 60%;
        margin-right: 0;
    }
    #simplecheckout_form .simplecheckout-right-column {
        width: 35%;
    }
    .contact-content .contact-customhtml .content {
        min-height: 10px;
    }
    .product-grid .filterpro-box {
        width: 33.334%;
    } 
    .product-grid .filterpro-box:nth-child(3n) {
        border-right: 1px solid transparent;
    } 
    .box-content .product-block .image {
        width: 100%;
    }
    .product-list .filterpro-box .image {
        width: 200px;
    }
    .header_tel_wrapper {
        font-size: 19px;
    }
    .header_tel_wrapper img {
         left: 25px;
         top: 25px;
    }
    #header-main {
        min-height: auto;
    }
    #search {
        margin-top: 60px;
    }
    .category_wall .box-product > div {
        width: 33.33%;
    }
    .content-bottom .box-product > div {
        width: 33.33%;
    }
    .pav-megamenu {
        margin: 0 auto;
    }
    #footer:before {
        top: -118px;
    }
    .footer-bottom .social_icon_footer {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    #footer .footer-bottom,
    #columns,
    #pav-mainnav .pav-megamenu {
        max-width: 96%;
    }
    #footer {
        border: none;
        padding-top: 10px;
    }
    #footer:before {
        display: none;
    }
    .product-meta {
        text-align: center;
    }
    .category-list ul li .image {
        width: 100%;
    }
    .panel-body {
        padding: 5px;
    }
    .product-list .products-block .product-block .image,
    .product-list .filterpro-box .image,
    .product-grid .filterpro-box .image {
        width: 100%
    }
    .product-list .products-block .product-block .description,
    .product-list .filterpro-box .description {
        display: none;
    }
    .footer-bottom .col-lg-3,
    .footer-bottom .col-lg-2 {
        width: 50% !important;
    }
    .footer-bottom .footer1 {
        width: 100%;
        margin-bottom: 10px !important;
    }
    .footer-bottom .footer2,
    .footer-bottom .footer3,
    .footer-bottom .footer4,
    .footer-bottom .footer5,
    .footer-bottom .footer_contacts {
        float: left;
        padding-right: 5px;
        width: 100%;
    }
    .footer-bottom .footer3 {
        clear: both;
    }
    .footer-bottom .footer_logo img {
        width: 150px;
    }
    #callme { 
        height: 22px;
        width: 200px;
        position: fixed;
        left: 40%;
        -moz-transform:
        -ms-transform: translateX(-40%);
        -webkit-transform: translateX(-40%);
        -o-transform: translateX(-40%);
        transform: translateX(-40%);
        bottom: 0;  
        top: auto;
        border-radius: 5px 5px 0 0;
    }    
    #viewform { 
        height: 40px;
        width: 200px;
    }
    #callme:before {
        content: "Заказать обратный звонок";
        display: inline-block;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 160px;
        height: 22px;
        line-height: 22px;
        position: relative;
        left: 20px;
        top: 0px;
        color: #111;
    }
    .kttlogo {
        padding-bottom: 35px;
    }
    .scrollup {
        bottom: 30px;
    }
    .scrollup:hover {
        bottom: 35px;
    }
    #header-main .logo img {
        padding: 0 10px;
    }
    .footer_contacts p {
        text-align: left !important;
    }
    .blog-wrapper .blog-item .description {
        max-height: 55px;
    }
    .offcanvas-effect-3.offcanvas-menu {
        z-index: 999;
    }
    .offcanvas-menu {
        width: 100%;
    }
    .product-grid .filterpro-box {
        width: 50%;
    }
    .product-grid .products-block .product-block .action,
    .box-content .product-block .action {
/*        margin-left: 20%;*/
    }
    .jcarousel-skin-opencart .jcarousel-container-horizontal,
    .bannercontainer.banner-fullwidth {
        display: none;
    }
    #simplecheckout_form .simplecheckout-left-column {
        width: 100%;
    }
    .content-bottom .box-product div .image {
        width: 100%;
    }
    .content-bottom .box-product > div {
        width: 50%;
    }
    .product-grid .products-block .product-block .cart input {
        left: auto;
        transform: none;
    }
    .header_tel_wrapper {
        text-align: center;
    }
    #header-main {
        margin-top: 0;
    }
    #search .input-search {
        min-width: 280px;
        margin-left: 10px; 
    }  
    .category_wall .box-product > div .image {
        width: 100%;
    }
    .category_wall .box-product > div {
        width: 50%;
        padding: 5px;
    }
    .category_wall .box-product > div .name {
        height: 35px;
        overflow: hidden;
    }
    .box-content .product-block > a {
        padding: 5px 40px;
    }
    #footer .footer-bottom .box {
        margin-bottom: 10px;
    }
    #header-main .logo img {
        width: 100%
    }
}
@media (max-width: 500px) {
    .product-grid .filterpro-box {
        width: 100%;
    }
}
@media (max-width: 390px) {
    #simplecheckout_customer .simplecheckout-block-heading select, 
    #simplecheckout_customer .simplecheckout-block-content select,
    #simplecheckout_customer .simplecheckout-block-content input,
    #simplecheckout_customer .simplecheckout-block-content textarea {
        width: 85%;
        min-width: 128px;
    }
}