.products-category-mobile .pav-categoryproducts {
  background-color: transparent;
  min-height: 200px;
  height: auto;
  margin: 0;
}
.products-category-mobile .pav-categoryproducts .cat-products-block {
  margin: 0 !important;
}
.products-category-mobile .pav-categoryproducts .item {
  margin: 0 !important;
}
.products-category-mobile .pav-categoryproducts .item .product-inner {
  width: 100%;
  height: auto;
  margin: 0 0 18px 0;
}
.products-category-mobile .pav-categoryproducts .item .product-inner .product-block {
  margin: 0;
  background-color: #FFFFFF;
}
.products-category-mobile .pav-categoryproducts .item .product-inner .product-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.products-category-mobile .pav-categoryproducts .box-content .tab-content {
  width: 100%;
  height: auto;
}
.products-category-mobile .pav-categoryproducts .box-content .tab-content .image img {
  width: 100%;
  height: auto;
}
.products-category-mobile .pav-categoryproducts .box-content .tab-content .name {
  margin-top: 45px;
}
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
}
body {
  overflow-x: hidden;
}
#page {
  background: #FFFFFF;
}
.fs9 {
  font-size: 10px;
}
.fs10 {
  font-size: 11px;
}
.fs11 {
  font-size: 12px;
}
.fs12 {
  font-size: 13px;
}
.fs13 {
  font-size: 14px;
}
.fs14 {
  font-size: 15px;
}
.fs15 {
  font-size: 16px;
}
.fs16 {
  font-size: 17px;
}
a {
  cursor: hand;
  cursor: pointer;
}
a img {
  border: none;
}
a:hover {
  text-decoration: none;
  color: #cfb05f;
}
a:focus {
  outline: none;
  outline-offset: -2px;
  color: #cfb05f;
}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
ul,
ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  line-height: 20px;
}
body,
td,
th,
input,
textarea,
select,
a {
  outline: 0 none;
}
a,
a:hover,
a:focus {
  -webkit-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
  text-decoration: none;
}
.quantity input,
input[name="quantity"] {
  width: auto;
  display: inline;
  text-align: center;
}
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
table.list thead td {
  background-color: transparent;
  padding: 0px 5px;
}
table.list .center {
  text-align: center;
  padding: 7px;
}
table.list tbody td {
  padding: 0px 5px;
}
table.list td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.list .right {
  text-align: right;
  padding: 7px;
}
table.list .left {
  text-align: left;
  padding: 7px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
input.large-field,
select.large-field {
  width: 300px;
}
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
}
table.form tr td:first-child {
  width: 150px;
}
table.radio {
  width: 100%;
  border-collapse: collapse;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: #F1FFDD;
  cursor: pointer;
}
.breadcrumb {
  padding-top: 20px;
  padding-bottom: 0;
}
.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.breadcrumb >li > i {
  padding: 0 5px 0 10px;
  color: #b1b1b1;
}
.breadcrumb >li > a {
  color: #b1b1b1;
}
.breadcrumb li:last-child .fa {
  display: none;
}
.breadcrumb li:last-child:before {
  color: #7b5c27;
}
.breadcrumb li:last-child a {
  color: #000000;
}
.pagination {
  -webkit-box-shadow: 0 -3px 0 0 #3a3a3a;
  box-shadow: 0 -3px 0 0 #3a3a3a;
  padding: 10px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.pagination .links {
  float: left;
}
.pagination .links a,
.pagination .links b {
  border: 0;
  font-size: 13px;
  padding: 5px 10px;
}
.pagination .links a {
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: 19px;
  text-decoration: none;
  color: #6e6e6e;
}
.pagination .links a:hover {
  background-color: #cfb05f;
  color: #fff;
}
.pagination .links b {
  display: inline-block;
  border-left-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  background-color: #cfb05f;
}
.pagination .results {
  float: right;
  padding-top: 3px;
}
input.button {
  margin: 0;
  border: 0;
  padding: 5px 20px;
}
.button,
input.button {
  cursor: pointer;
  color: #000000;
  font-size: 11px;
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.button:hover,
input.button:hover {
  background: #cfb05f;
  border: 2px solid #cfb05f;
  color: #FFFFFF;
}
a.button {
  display: inline-block;
  text-decoration: none;
  padding: 10px 12px;
}
.buttons {
  background: #FFFFFF;
  border: 1px solid #CCC;
  overflow: auto;
  padding: 6px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .left {
  float: left;
  text-align: left;
}
.tabs-group {
  border-top: 3px solid #3a3a3a;
}
.htabs {
  background: none repeat scroll 0 0 #f5f5f5;
  border-right: 1px solid #e5e5e5;
  position: relative;
  border-left: 1px solid #e5e5e5;
}
.htabs a {
  border-right: 1px solid #e5e5e5;
  padding: 15px;
  float: left;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #6e6e6e;
  display: none;
  position: relative;
}
.htabs a.selected {
  background: #FFFFFF;
  color: #cfb05f;
  border-bottom: 3px solid #cfb05f;
  margin-left: -1px;
  margin-top: -3px;
  margin-bottom: -3px;
  padding-bottom: 18px;
  z-index: 10;
  border-right: none;
}
.tab-content {
  padding: 20px;
  margin-bottom: 16px;
  border: 1px solid #e5e5e5;
  z-index: 2;
}
.carousel-controls {
  position: absolute;
  top: 10px;
  right: 0;
}
.carousel-controls .carousel-control {
  color: #000000 !important;
  background-color: #FFFFFF;
  font-size: 14px !important;
  line-height: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: 0 0 0 1px #d5d5d5;
  box-shadow: 0 0 0 1px #d5d5d5;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.carousel-controls .carousel-control:hover {
  background-color: #cfb05f;
  color: #FFFFFF !important;
  -webkit-box-shadow: 0 0 0 1px #cfb05f;
  box-shadow: 0 0 0 1px #cfb05f;
}
.carousel-control {
  text-shadow: none;
}
.carousel-control.left {
  background-image: -webkit-gradient(linear,0% top,100% top,from(transparent),to(transparent));
  background-image: -webkit-linear-gradient(left,color-stop(transparent 0%),color-stop(transparent 100%));
  background-image: -moz-linear-gradient(left,transparent 0%,transparent 100%);
  background-image: linear-gradient(to right,transparent 0%,transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  right: 5px;
  background-image: -webkit-gradient(linear,0% top,100% top,from(transparent),to(transparent));
  background-image: -webkit-linear-gradient(left,color-stop(transparent 0%),color-stop(transparent 100%));
  background-image: -moz-linear-gradient(left,transparent 0%,transparent 100%);
  background-image: linear-gradient(to right,transparent 0%,transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
ul.links {
  position: relative;
  margin: 0;
  padding: 0;
}
ul.links li {
  display: inline-block;
  float: left;
}
ul.links li > a {
  border-right: 1px solid #e5e5e5;
  line-height: 36px;
  padding: 0 20px;
  float: left;
}
ul.links li > a span {
  font-size: 11px;
  margin-right: 5px;
}
div.links a {
  color: #666;
  font-size: 11px;
  font-weight: bold;
  line-height: 36px;
  padding: 15px 10px;
}
div.links a:hover {
  color: #000000;
}
ul.list > li {
  padding: 8px 0 8px;
}
ul.list > li ul {
  display: none;
}
ul.list > li ul > li {
  padding: 10px 0 0px 25px;
}
ul.list > li ul > li > a {
  text-decoration: none;
  display: block;
}
ul.list > li ul > li > a.active {
  color: #cfb05f !important;
}
ul.list > li > a {
  text-decoration: none;
  color: #b1b1b1;
  background: url('../image/default/icon-style-li.png') no-repeat left 6px;
  padding-left: 15px;
}
ul.list > li > a:hover,
ul.list > li > a.active {
  color: #cfb05f !important;
}
ul.list > li a:hover .badge,
ul.list > li a.active .badge {
  background-color: #7b5c27;
}
.required {
  color: #FF0000;
  font-weight: bold;
}
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.attention {
  background: #FFF5CC url('../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;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: 13px;
  display: block;
}
.error {
  display: block;
  color: #FF0000;
}
.welcome {
  margin-top: 0px;
  font-size: 12px;
  font-weight: normal;
}
.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;
  margin-top: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Trebuchet MS", "Lucida Grande",Tahoma, Raleway, sans-serif;
}
h1 {
  font-size: 26px;
  line-height: 32px;
}
h1 small {
  font-size: 19.5px;
}
h2 {
  font-size: 21px;
  line-height: 32px;
  text-transform: uppercase;
}
h2 small {
  font-size: 13px;
}
h3 {
  font-size: 19px;
  line-height: 32px;
  text-transform: uppercase;
}
h3 small {
  font-size: 15px;
}
h4 {
  font-size: 13px;
  text-transform: uppercase;
}
h4 small {
  font-size: 13px;
  color: #6e6e6e;
  display: block;
  margin-top: 2px;
}
h5 {
  font-size: 14px;
}
h5 small {
  font-size: 11px;
}
h6 {
  font-size: 13px;
  line-height: 32px;
}
button,
input,
textarea,
select {
  border: 1px solid #e5e5e5;
}
.navbar-form {
  margin-left: -10px;
}
.form-control {
  padding: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#page {
  margin: 0 auto;
  background: #FFFFFF;
}
body.layout-boxed-md {
  background: url("../image/pattern/pattern14.png");
}
body.layout-boxed-md #page {
  max-width: 970px;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
body.layout-boxed-md #pav-mainnav {
  height: 37px;
}
body.layout-boxed-md #pav-slideshow {
  margin-top: -37px;
}
body.layout-boxed-md #header #cart #cart-total:before {
  left: 23px;
}
body.layout-boxed-md #topbar .navbar-header {
  padding-left: 135px;
}
body.layout-boxed-md #topbar .navbar-header .login.links {
  padding: 0 0 0 10px;
}
body.layout-boxed-md .nav > li > a {
  padding: 10px 6px;
}
body.layout-boxed-md .box-search {
  margin: 3px;
  z-index: 1000;
}
body.layout-boxed-md .box-search input {
  border-radius: 0;
  padding: 0;
  width: 0px;
  height: 30px;
}
body.layout-boxed-md .box-search .button-search {
  background-color: #E64C65;
}
body.layout-boxed-md .box-search:hover input {
  padding: 5px 30px 5px 10px;
  transition: all 0.6s ease 0s;
  width: 200px;
}
body.layout-boxed-md .box-search:hover .button-search {
  background-color: #CC314A;
}
body.layout-boxed-md .pav-showcase .carousel-controls,
body.layout-boxed-md #footer .footer-top .carousel-controls {
  right: 0;
}
body.layout-boxed-md .pav-showcase .carousel-controls .carousel-control.left,
body.layout-boxed-md #footer .footer-top .carousel-controls .carousel-control.left {
  margin-left: 0;
}
body.layout-boxed-md .pav-showcase .carousel-controls .carousel-control.right,
body.layout-boxed-md #footer .footer-top .carousel-controls .carousel-control.right {
  margin-right: -5px;
}
body.layout-boxed-md .product-block {
  min-height: 340px;
}
body.layout-boxed-md .product-block .product-meta {
  bottom: -18%;
}
body.layout-boxed-md .product-block:hover .product-meta {
  bottom: 0;
}
body.layout-boxed-md .pav-categoryproducts .product-block {
  min-height: 258px;
}
body.layout-boxed-md .pav-categoryproducts .product-block .image {
  margin-bottom: 75px;
}
body.layout-boxed-md .pav-categoryproducts .product-block .product-meta {
  bottom: -24%;
}
body.layout-boxed-md .pav-categoryproducts .product-block:hover .product-meta {
  bottom: 0;
}
body.layout-boxed-md .product-info .image-container {
  padding-right: 0;
}
body.layout-boxed-md .product-info .product-action {
  clear: both;
}
body.layout-boxed-md .product-list .product-block {
  min-height: 250px;
}
body.layout-boxed-md .newsletter_block input.inputNew {
  width: 162px;
}
body.layout-boxed-md .social li {
  width: 55%;
}
body.layout-boxed-lg {
  background: url("../image/pattern/pattern14.png");
}
body.layout-boxed-lg #page {
  max-width: 1170px;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
#header {
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s; 
  background-color:#fff;/*oki*/
}

#header #header-main .header-wrap > div {
  height: 115px;
}
#header #header-main .inner {
  display: table;
  position: relative;
  height: 100%;
}
#header #header-main .inner > * {
  display: table-cell;
  vertical-align: middle;
}
#header.hide-bar {
  margin-top: -40px;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
#header.hide-bar #header-main {
  -webkit-box-shadow: 0 5px 5px -5px rgba(152,152,152,0.9);
  box-shadow: 0 5px 5px -5px rgba(152,152,152,0.9);
}
#header.hide-bar #header-main .inner {
  margin-top: 8px;
}
#header.hide-bar #header-main .header-wrap {
  min-height: 70px;
}
#header.hide-bar #header-main .header-wrap .icon-cart {
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
#header.hide-bar #header-main .header-wrap .icon-cart .heading {
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
#header.hide-bar #header-main .header-wrap .icon-cart .heading .cart-inner {
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 15px;
  margin: 0;
}
#header.hide-bar #header-main .header-wrap .icon-cart .heading .cart-inner h4 {
  display: none;
}
#header.hide-bar #pav-mainnav .navbar {
  margin-bottom: 0;
}
#topbar {
  color: #b1b1b1;
  font-size: 11px;
  /*background:#000;*//* #FFFFFF;*/
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  position: relative;
  z-index:25;
}
#topbar ul li a {
  font-size: 11px;
  color: #666;
}
#topbar ul li a:hover {
  color: #000000;
  background-color: #f6f6f6;
}
#topbar ul li:before {
  color: #e4e4e4;
}
#topbar .navbar-header {
  margin-left:25%;/*padding-left: 25%;*/
}
#topbar .navbar-header .login.links {
  padding: 0 0 0 20px;
}
#topbar .show-mobile:before,
#topbar .show-mobile:after {
  content: " ";
  display: table;
}
#topbar .show-mobile:after {
  clear: both;
}
#topbar .show-mobile > div {
  margin: 0;
  padding: 0;
  position: relative;
}
#topbar .show-mobile > div:hover .inner-toggle {
  display: block;
}
#topbar .show-mobile .quickaccess-toggle {
  width: 35px;
  height: 35px;
  background-color: rgba(0,0,0,0.7);
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
  margin-left: 1px;
}
#topbar .show-mobile .quickaccess-toggle:hover {
  color: #FFFFFF;
  background-color: #cfb05f;
}
#topbar .show-mobile .inner-toggle {
  display: none;
  position: absolute;
  background: #FFFFFF;
  right: 0;
  top: 100%;
  min-width: 170px;
  padding: 10px;
  z-index: 99999;
  border-top: 5px solid #cfb05f;
  border-right: 1px solid #cfb05f;
  border-left: 1px solid #cfb05f;
  border-bottom: 1px solid #cfb05f;
}
#topbar .show-mobile ul,
#topbar .show-mobile .links {
  float: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
#topbar .show-mobile ul li,
#topbar .show-mobile .links li {
  float: none;
  display: block;
}
#topbar .show-mobile ul a,
#topbar .show-mobile .links a {
  float: none;
  margin: 0;
  padding: 0;
  line-height: 23px;
  background-color: transparent;
  border: none;
}
#topbar .show-mobile .search {
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  right: 0;
  top: 0;
  margin: 0;
}
#topbar .show-mobile .currency,
#topbar .show-mobile .language {
  margin: 0 5px;
}
#topbar .show-mobile .currency .dropdown-menu,
#topbar .show-mobile .language .dropdown-menu {
  left: 0;
  right: auto;
}
#topbar .show-mobile .currency button,
#topbar .show-mobile .language button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 30px;
  padding: 0 10px;
}
#pav-mainnav {
  /*background: rgba(0,0,0,0.7);*/
  position: relative;
  z-index: 25;
  clear: both;
}
#pav-mainnav #logo {
  position: relative;
}
#pav-mainnav #logo a {
  display: inline-block;
  position: absolute;
  /*background: #cfb05f;
  border-bottom: 5px solid #cfb05f;*/
  top: -36px;
  z-index: 22;
}
#pav-mainnav #logo a img {
 /* border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;*/
  width: 230px;/*100%;*/
  margin-top:7px;
}
#pav-slideshow {
  margin:0;/* -51px 0 0;*/
  z-index: 0;
}
#pav-slideshow:hover .tp-leftarrow,
#pav-slideshow:hover .tp-rightarrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pav-showcase {
  background: none repeat scroll 0 0 #f1f1f1;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.05) inset;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.05) inset;
  border-top: 30px solid #FFFFFF;
  padding: 40px 0 0;
  margin: 20px 0;
}
.pav-showcase .carousel-controls {
  top: 50% !important;
  right: 21px;
  width: 100% !important;
}
.pav-showcase .carousel-controls .carousel-control.left {
  margin-left: -20px;
}
.pav-showcase .carousel-controls .carousel-control.right {
  margin-right: -60px;
}
.pav-showcase .box .box-heading {
  left: 45%;
  position: absolute;
  top: -74px;
}
.pav-showcase .box .box-heading > span {
  border-bottom: medium none;
  color: #000000;
  position: relative;
}
.pav-showcase .box .box-heading > span:before {
  border-top: 7px solid #FFFFFF;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: none;
  bottom: -12px;
  content: "";
  width: 0px;
  height: 0px;
  left: 45%;
  position: absolute;
}
#content {
  min-height: 400px;
  margin-bottom: 25px;
}
.content-top .carousel-controls {
  right: 20px;
  top: -30px;
}
.sidebar  [class*="col-"] {
  width: 100%;
}
#pav-mass-bottom {
  border-top: 1px solid #e5e5e5;
}
#footer {
  background: #3a3a3a;
  min-height: 100px;
}
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
#footer .box .box-heading {
  color: #b1b1b1;
  font-size: 13px -2;
  border-bottom: none;
}
#footer .box .box-heading span:before {
  border-bottom: none;
}
#footer .box .box-content {
  padding: 0;
}
#footer .footer-top {
  padding: 18px;
  background-color: #FFFFFF;
  border-top: 1px solid #e5e5e5;
}
#footer .footer-top a {
  color: #7b5c27;
}
#footer .footer-top .carousel-controls {
  right: 40px;
  top: 35% !important;
  width: 100% !important;
}
#footer .footer-top .carousel-controls .carousel-control.right {
  margin-right: -85px;
}
#footer .footer-center {
  padding-top: 40px;
  padding-bottom: 16px;
  color: #b1b1b1;
}
#footer .footer-center .box-heading span {
  border-bottom: none;
  position: relative !important;
}
#footer .footer-center ul li span {
  margin-right: 10px;
  color: #b1b1b1;
  border-color: #b1b1b1;
}
#footer .footer-center ul li span.button:hover {
  border: 2px solid #cfb05f !important;
}
#footer .footer-center ul li span.button:hover i {
  color: #FFFFFF !important;
}
#footer .footer-center ul li span i {
  width: 25px;
  height: 25px;
  color: #b1b1b1;
  text-align: center;
  line-height: 25px;
  padding-left: 2px;
}
#footer .footer-center .form-control:focus {
  box-shadow: none;
}
#footer .footer-bottom {
  padding-top: 31px;
  padding-bottom: 16px;
}
#footer h3 {
  color: #b1b1b1;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 8px;
}
#footer .column a {
  text-decoration: none;
  color: #b1b1b1;
  -webkit-transition: padding 0.5s ease 0s;
  transition: padding 0.5s ease 0s;
}
#footer .column a:hover {
  color: #7b5c27;
}
#footer .column ul li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-top: 0;
  overflow: hidden;
}
#footer .column ul li a {
  text-decoration: none;
  color: #b1b1b1;
  background: url('../image/default/icon-style-li.png') no-repeat left 5px;
  padding-left: 15px;
}
#footer .column ul li a:hover,
#footer .column ul li a.active {
  color: #cfb05f;
}
#powered {
  clear: both;
  background: #3a3a3a;
  padding: 31px 0;
  color: #FFFFFF;
  border-top: 1px solid #515151;
}
#powered a {
  color: #cfb05f;
}
#powered a:hover {
  color: #7b5c27;
}
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
.banner div img {
  margin-bottom: 20px;
}
.box {
  margin-bottom: 18px;
}
.box .box-heading {
  font-family: "Trebuchet MS", "Lucida Grande",Tahoma, Raleway, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-bottom: 21px;
}
.box .box-heading span {
  border-bottom: 3px solid #cfb05f;
  position: absolute;
  top: 0;
  z-index: 10;
  color: #cfb05f;
  background: #FFFFFF;
  padding: 10px 20px;
}
.sidebar .box.gallery .box-content {
  background: none;
  border: 1px solid #e5e5e5;
  padding: 15px 5px 5px 10px;
}
.sidebar .box.category .box-heading {
  background-color: #cfb05f;
  border-top: 3px solid #cfb05f;
}
.sidebar .box .box-heading {
  background: none repeat scroll 0 0 #fff;/*#f5f5f5*/
  border-bottom: 3px solid #3a3a3a;
  height: 39px;
  margin-bottom: 0;
  top: 0;
}
.sidebar .box .box-heading span {
  top: -3px;
}
.sidebar .box .box-content {
  background: #3a3a3a;
  padding: 20px;color: #fff;
}
.sidebar .box .box-content .button {
	color: #fff;    border: 2px solid #fff;

}
.sidebar .box .box-content .box-category li {
  border-bottom: 1px solid rgba(237,237,237,0.1);
}
.sidebar .box .box-content .box-category li a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar .box .box-content .box-category li a:hover {
  color: #cfb05f;
}
.sidebar .box .box-content .box-category li ul li {
  border-top: 1px solid rgba(237,237,237,0.1);
  border-bottom: none;
  margin-top: 10px;
}
.sidebar .box .box-content .box-category li ul li > a {
  color: #b1b1b1;
  font-weight: normal;
}
.sidebar .box .box-content .box-category li .head a {
  font-size: 8px;
  font-weight: normal;
}
.sidebar .box .box-content .media-list {
  background-color: #FFFFFF;
}
.sidebar .box .box-content .media-list .media {
  border: 1px solid #e5e5e5;
  margin: 0 0 5px;
  padding: 12px 15px 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sidebar .box .box-content .media-list .media i {
  color: #cfb05f;
  font-size: 40px;
  margin-right: 10px;
}
.sidebar .box .box-content .media-list .media .media-body h4 {
  font-weight: bold;
  font-size: 13px;
  color: #cfb05f;
}
.sidebar .box .box-content .media-list .media .media-body p {
  color: #b1b1b1;
  font-size: 12px;
}
.sidebar .box .box-content .media-list .media:hover {
  background: #3a3a3a;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sidebar .box .box-content .media-list .media:hover i {
  color: #FFFFFF;
}
.sidebar .box .box-content .media-list .media:hover h4 {
  color: #FFFFFF;
}
.sidebar .box .box-content .badge {
  display: none;
}
.box.nopadding .box-content {
  padding: 0;
}
.box.nopadding ul li {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 20px;
  padding-left: 20px;
}
.box.nopadding ul li:last-child {
  border-bottom: none;
}
.sidebar .box.dark,
.box.dark {
  color: #FFFFFF;
}
.sidebar .box.dark .box-heading,
.box.dark .box-heading {
  background-color: #292929 !important;
  border-bottom: 1px solid #3f3f3f !important;
  position: relative;
}
.sidebar .box.dark .box-heading:before,
.box.dark .box-heading:before {
  content: "";
  background: url('../image/default/bg-tite.png') no-repeat;
  position: absolute;
  top: 39px;
  left: 30px;
  width: 35px;
  height: 11px;
}
.sidebar .box.dark .box-content,
.box.dark .box-content {
  background-color: #2e2e2e !important;
}
.sidebar .box.dark ul li,
.box.dark ul li {
  border-bottom: 1px solid #343434 !important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sidebar .box.dark ul li a,
.box.dark ul li a {
  color: #FFFFFF;
  background: none;
  text-transform: none;
  padding-left: 0;
}
.sidebar .box.dark ul li a:hover,
.box.dark ul li a:hover {
  color: #7b5c27;
}
.sidebar .box.red,
.box.red {
  color: #FFFFFF;
}
.sidebar .box.red .box-heading,
.box.red .box-heading {
  background-color: #b72c2c !important;
  border-bottom: 1px solid #c96666 !important;
  position: relative;
}
.sidebar .box.red .box-content,
.box.red .box-content {
  background-color: #C83A3A !important;
}
.sidebar .box.red ul li,
.box.red ul li {
  border-bottom: 1px solid #c96666 !important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sidebar .box.red ul li a,
.box.red ul li a {
  color: #FFFFFF;
  background: none;
  text-transform: none;
  padding-left: 0;
}
.sidebar .box.red ul li a:hover,
.box.red ul li a:hover {
  color: #FFFFFF;
}
.sidebar .box.yellow,
.box.yellow {
  color: #FFFFFF;
}
.sidebar .box.yellow .box-heading,
.box.yellow .box-heading {
  background-color: #d8981a !important;
  border-bottom: 1px solid #e8c174 !important;
  position: relative;
}
.sidebar .box.yellow .box-content,
.box.yellow .box-content {
  background-color: #EDA81F !important;
}
.sidebar .box.yellow ul li,
.box.yellow ul li {
  border-bottom: 1px solid #e8c174 !important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sidebar .box.yellow ul li a,
.box.yellow ul li a {
  color: #FFFFFF;
  background: none;
  text-transform: none;
  padding-left: 0;
}
.sidebar .box.yellow ul li a:hover,
.box.yellow ul li a:hover {
  color: #FFFFFF;
}
.sidebar .box.blue,
.box.blue {
  color: #FFFFFF;
}
.sidebar .box.blue .box-heading,
.box.blue .box-heading {
  background-color: #3483bf !important;
  border-bottom: 1px solid #64a0ce !important;
  position: relative;
}
.sidebar .box.blue .box-content,
.box.blue .box-content {
  background-color: #3c92d4 !important;
}
.sidebar .box.blue ul li,
.box.blue ul li {
  border-bottom: 1px solid #64a0ce !important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sidebar .box.blue ul li a,
.box.blue ul li a {
  color: #FFFFFF;
  background: none;
  text-transform: none;
  padding-left: 0;
}
.sidebar .box.blue ul li a:hover,
.box.blue ul li a:hover {
  color: #FFFFFF;
}
.sidebar .box.orange,
.box.orange {
  color: #FFFFFF;
}
.sidebar .box.orange .box-heading,
.box.orange .box-heading {
  background-color: #da6e3e !important;
  border-bottom: 1px solid #e69673 !important;
  position: relative;
}
.sidebar .box.orange .box-content,
.box.orange .box-content {
  background-color: #e97846 !important;
}
.sidebar .box.orange ul li,
.box.orange ul li {
  border-bottom: 1px solid #e69673 !important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sidebar .box.orange ul li a,
.box.orange ul li a {
  color: #FFFFFF;
  background: none;
  text-transform: none;
  padding-left: 0;
}
.sidebar .box.orange ul li a:hover,
.box.orange ul li a:hover {
  color: #FFFFFF;
}
.sidebar .box.green,
.box.green {
  color: #FFFFFF;
}
.sidebar .box.green .box-heading,
.box.green .box-heading {
  background-color: #669435 !important;
  border-bottom: 1px solid #a2cd75 !important;
  position: relative;
}
.sidebar .box.green .box-content,
.box.green .box-content {
  background-color: #7DB641 !important;
}
.sidebar .box.green ul li,
.box.green ul li {
  border-bottom: 1px solid #a2cd75 !important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sidebar .box.green ul li a,
.box.green ul li a {
  color: #FFFFFF;
  background: none;
  text-transform: none;
  padding-left: 0;
}
.sidebar .box.green ul li a:hover,
.box.green ul li a:hover {
  color: #FFFFFF;
}
.sidebar .box.purple,
.box.purple {
  color: #FFFFFF;
}
.sidebar .box.purple .box-heading,
.box.purple .box-heading {
  background-color: #a130b9 !important;
  border-bottom: 1px solid #cb6ddf !important;
  position: relative;
}
.sidebar .box.purple .box-content,
.box.purple .box-content {
  background-color: #b436ce !important;
}
.sidebar .box.purple ul li,
.box.purple ul li {
  border-bottom: 1px solid #cb6ddf !important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sidebar .box.purple ul li a,
.box.purple ul li a {
  color: #FFFFFF;
  background: none;
  text-transform: none;
  padding-left: 0;
}
.sidebar .box.purple ul li a:hover,
.box.purple ul li a:hover {
  color: #FFFFFF;
}
.sidebar .box.twitter,
.box.twitter {
  min-width: 220px;
  min-height: 250px;
  background-color: #f1f1f1;
}
.box-language {
  line-height: 1.428571429;
}
.box-language img {
  cursor: pointer;
  margin-right: 5px;
  margin-left: 5px;
}
.btn-group {
  margin-top: 4px;
  margin-right: 5px;
}
.btn-group .dropdown-toggle {
  font-size: 11px;
  color: #b1b1b1;
  padding: 5px 10px;
  background-color: #FFFFFF;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.btn-group .dropdown-toggle span:last-child {
  padding-left: 5px;
  vertical-align: top;
}
.btn-group .dropdown-menu {
  z-index: 1010; position:relative;
  min-width: 120px;
}
.btn-group .dropdown-menu .list-item {
  display: block;
  color: #b1b1b1;
  font-size: 11px;
  cursor: pointer;
  line-height: 20px;
  -webkit-transition: padding 0.4s ease 0s;
  transition: padding 0.4s ease 0s;
}
.btn-group .dropdown-menu .list-item:hover {
  color: #000000;
  -webkit-transition: padding 0.4s ease 0s;
  transition: padding 0.4s ease 0s;
  padding-left: 5px;
}
.btn-group .dropdown-menu img {
  margin-right: 5px;
}
.btn-group .dropdown-menu li {
  transition: all 0.4s ease 0s;
  border-right: medium none;
  border-top: 1px dotted #e5e5e5;
}
.btn-group .dropdown-menu li:hover {
  padding-left: 6px;
}
.btn-group .dropdown-menu li:first-child {
  border-top: medium none;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group .btn:active,
.btn-group .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box-currency {
  display: inline-block;
  line-height: 1.428571429;
}
.box-currency a {
  text-decoration: none;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}
.box-currency a b {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #cfb05f;
  padding: 1px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.box-currency a:hover b {
  background-color: #7b5c27;
}
#header .cart-top {
  position: relative;
}
#header #cart {
  position: absolute;
  top: -36px;
  background: #cfb05f;
  color: #FFFFFF;
  text-align: center;
  z-index: 22;
  border-bottom: 4px solid #7b5c27;
  padding: 5px;
}
#header #cart .media-body {
  margin-top: 5px;
}
#header #cart >span {
  border: 2px solid #FFFFFF;
  text-align: center;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 8px;
  position: relative;
}
#header #cart >span:after {
  border: 7px solid transparent;
  border-top: 7px solid #FFFFFF;
  content: "";
  width: 0px;
  height: 0px;
  bottom: -14px;
  position: absolute;
  left: 30%;
}
#header #cart .cart-content {
  position: absolute;
  right: 0;
  padding-top: 20px;
  top: 100%;
  clear: both;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#header #cart .cart-content .content {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #cfb05f;
  display: block;
  color: #cfb05f;
  padding: 10px;
  margin-top: 3px;
  min-height: 120px;
  min-width: 280px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#header #cart .cart-content .content:after {
  border: 7px solid transparent;
  border-bottom: 7px solid #cfb05f;
  content: "";
  width: 0px;
  height: 0px;
  right: 35px;
  position: absolute;
  top: 9px;
}
#header #cart .cart-content .content .name a:hover {
  color: #cfb05f;
}
#header #cart .cart-content .content .button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 5px 15px;
  margin-left: 3px;
}
#header #cart #cart-total {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 5px;
}
#header #cart.active {
  background-color: #6e6e6e;
}
#header #cart.active .cart-content {
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 85%;
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
#header #cart .checkout {
  text-align: right;
  clear: both;
}
#header #cart .empty {
  padding-top: 50px;
  text-align: center;
}
.mini-cart-total {
  text-align: right;
}
.mini-cart-total td {
  color: #000000;
  padding: 4px;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info td {
  color: #000000;
  vertical-align: top;
  padding: 10px 5px;
  border-bottom: 1px solid #ddd;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info .image img {
  border: 1px solid #ddd;
  text-align: left;
  max-width: none;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-info td.total {
  text-align: right;
  color: #7b5c27;
  font-weight: bold;
}
.box-search {
  margin:5px;/* 10px;*/
  position: relative;
  z-index: 1000;
}
.box-search input {
	background-color: #CCCCCC;
	padding: 7px 25px 7px 12px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	color: #000000;
	margin: 0;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.box-search .button-search {
  color: #FFFFFF;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
#pav-mass-bottom .pav-twitter {
  padding: 40px 20px 0px;
  border-top: 3px solid #000000;
  background-color: #f1f1f1;
}
.product-label-special {
  background: #fac22a;
  padding: 7px 7px 3px;
  font-size: 11px;
  top: 0;
  right: 0px;
  display: block;
  position: absolute;
  text-transform: uppercase;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  z-index: 1;
}
.pav-slideshow .tparrows {
  -webkit-border-radius:0;/*50%*/
  -moz-border-radius:0;/*50%*/
  -ms-border-radius:0;/*50%*/
  -o-border-radius:0;/*50%*/
  border-radius:0;/*50%*/
  background-color: #cfb05f;
  text-align: center;
  background-position: center center;
}
.pav-slideshow .tparrows:before {
  content: "";
  display: block;
  margin: -4px;
  width: 41px;
  height: 40px;
  -webkit-border-radius:0;/*50%*/
  -moz-border-radius:0;/*50%*/
  -ms-border-radius:0;/*50%*/
  -o-border-radius:0;/*50%*/
  border-radius:0;/*50%*/
  background-color: black;
  background-color: rgba(0,0,0,0.1);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
}
.pav-slideshow .tparrows:hover {
  background-color: #3a3a3a;
}
.product-block {
  border: 1px solid #e5e5e5;
  position: relative;
  margin-bottom: 18px;
  min-height: 335px;/*400px;*/
  overflow: hidden;
  -webkit-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
  background-color: #fff;
}
.product-block:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  z-index: 100;
  -webkit-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}
.product-block:hover .product-zoom,
.product-block:hover .pav-colorbox {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  -webkit-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
  outline: none;
}
.product-block:hover .product-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}
.product-block:hover .product-meta {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  bottom: 0;
}
.product-block:hover .product-meta:focus {
  outline: none;
}
.product-block .compare a,
.product-block .wishlist a,
.product-block .shopping-cart a {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  display: block;
  border: 2px solid rgba(0,0,0,0.2);
  text-align: center;
  padding: 15px;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-block .compare a:hover,
.product-block .wishlist a:hover,
.product-block .shopping-cart a:hover {
  color: #FFFFFF;
  background-position: 0 110%;
  background-color: #cfb05f;
  border: 2px solid #cfb05f;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-block .compare a span,
.product-block .wishlist a span,
.product-block .shopping-cart a span {
  display: none;
}
.product-block .shopping-cart a {
  background: url('../image/cart_icon.png') no-repeat scroll 0 1px;
  border: 2px solid #000;
}
.product-block .compare a {
  background: url('../image/compare_icon.png') no-repeat scroll 0 2px;
}
.product-block .wishlist a {
  background: url('../image/wishlist_icon.png') no-repeat scroll 0 2px;
}
.product-block .product-hover {
  border-top: 1px solid #FFFFFF;
  padding: 10px 0;
}
.product-block .product-hover > div {
  display: inline-block !important;
}
.product-block .product-meta {
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
  bottom: -61px;
  position: absolute;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-block .product-meta .name a:hover {
  color: #cfb05f;
}
.product-block .description {
  margin-bottom: 3px;
  display: none;
}
.product-block .rating,
.product-block .norating {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}
.product-block .cart a {
  background: url('../image/cart_icon.png') no-repeat scroll 0 1px;
  color: #000000;
  border: 2px solid #000000;
  font-size: 12px;
  padding: 6px 10px 6px 20px;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-block .cart a span {
  padding-left: 5px;
}
.product-block .cart a:hover {
  background-position: 0 100%;
  background-color: #cfb05f;
  border: 2px solid #cfb05f;
  color: #FFFFFF;
}
.product-block .name {
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  overflow: hidden;
  color: #6e6e6e;
  min-height: 40px;
  line-height: normal;
  padding: 10px 0 0 0;
}
.product-block .image {
  display: block;
  margin-bottom: 90px;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  transition: transform 0.4s;
}
.product-block .image .img {
  -webkit-transition: left .7s cubic-bezier(.75,0,.175,1);
  transition: left .7s cubic-bezier(.75,0,.175,1);
}
.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-image .img:after {
  display: none;
}
.product-block .image:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.product-block .price-old {
  color: #6e6e6e;
  text-decoration: line-through;
  font-size: 13px;
}
.product-block .price-new {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}
.product-block .price {
  display: block;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
}
.product-block .price .price-tax {
  display: none;
}
.product-block .product-zoom,
.product-block .pav-colorbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #cfb05f;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 28px;
  display: block;
  text-align: center;
  z-index: 20;
  -webkit-transform: scale(0.2) rotate(0deg);
  -moz-transform: scale(0.2) rotate(0deg);
  -ms-transform: scale(0.2) rotate(0deg);
  -o-transform: scale(0.2) rotate(0deg);
  transform: scale(0.2) rotate(0deg);
  -webkit-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
}
.product-block .product-zoom:hover,
.product-block .pav-colorbox:hover {
  background: #3a3a3a;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-block .product-zoom {
  top: 35%;
  left: 53%;
  font-size: 11px;
}
.product-block .pav-colorbox {
  top: 35%;
  left: 45%;
}
.product-block .pav-colorbox span {
  display: none;
}
.sidebar .carousel-controls {
  right: 17px;
}
.sidebar .carousel-controls .carousel-control.left {
  margin-left: -50px;
}
.sidebar .carousel-controls .carousel-control:hover {
  border: 1px solid #FFFFFF;
}
.sidebar .productcarousel .box-heading {
  background-color: #cfb05f;
  border-top: 3px solid #cfb05f;
}
.sidebar .box-products .box-product .product-block {
  border: 1px solid #3a3a3a;
  margin: 0;
  min-height: 130px;
}
.sidebar .box-products .box-product .product-block .image {
  margin-bottom: 0;
}
.sidebar .box-products .box-product .product-block .product-meta {
  background: #3a3a3a;
  bottom: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
  position: static;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sidebar .box-products .box-product .product-block .product-meta .product-hover {
  display: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
  position: static;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sidebar .box-products .box-product .product-block .product-meta .name a {
  color: #b1b1b1;
}
.sidebar .box-products .box-product .product-block .product-meta .name a:hover {
  color: #cfb05f;
}
.sidebar .box-products .box-product .product-block .product-meta .price {
  color: #FFFFFF;
}
.sidebar .box-products .box-product .product-block .product-meta .price .price-old {
  color: #b1b1b1;
}
.sidebar .box-products .box-product .product-block .product-meta .price .price-new {
  color: #FFFFFF;
}
.sidebar .box-products .box-product .product-block .product-meta .rating,
.sidebar .box-products .box-product .product-block .product-meta .norating {
  border-bottom: none;
}
.sidebar .box-products .box-product .product-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebar .box-products .box-product .product-block:hover:after {
  border-top: 0 !important;
}
.sidebar .box-product .box-content {
  padding: 20px;
  border: 1px solid #e5e5e5;
  background-color: #FFFFFF;
}
.sidebar .box-product .box-content .row:last-child div:last-child .product-block {
  border-bottom: 0;
}
.sidebar .box-product .box-content .product-block {
  padding: 20px 0;
  margin-bottom: 0;
  border: none;
  background: none;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  min-height: 130px;
}
.sidebar .box-product .box-content .product-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebar .box-product .box-content .product-block:hover:after {
  border-top: 0 !important;
  top: 0;
}
.sidebar .box-product .box-content .product-block .image {
  float: left;
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar .box-product .box-content .product-block .product-meta {
  background: #FFFFFF;
  position: static;
  width: auto;
  border: 0;
  text-align: left;
  padding-left: 10px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
  overflow: hidden;
}
.sidebar .box-product .box-content .product-block .product-meta .name {
  padding: 0;
  line-height: normal;
}
.sidebar .box-product .box-content .product-block .product-meta .norating,
.sidebar .box-product .box-content .product-block .product-meta .rating {
  border-bottom: none;
}
.sidebar .box-product .box-content .product-block .product-meta .product-hover {
  display: none;
}
.sidebar .box-product .box-content .product-block .product-label-special {
  font-size: 12px;
  width: 30px;
  height: 30px;
  top: -10px;
  right: -10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-transform: none;
  line-height: 30px;
  z-index: 1;
}
ul.box-category,
ul.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.box-filter,
ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.box-filter > li ul {
  padding-bottom: 10px;
}
ul.box-filter span {
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
#colorbox *:before,
#colorbox *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.zoomContainer .zoomLens {
  border-color: #b1b1b1 !important;
}
.zoomContainer .zoomWindow {
  border: 4px solid #e7e7e7 !important;
}
#scrollUp {
  bottom: 0px;
  right: 30px;
  width: 70px;
  height: 70px;
  margin-bottom: -10px;
  padding: 10px 5px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFFFFF;
  color: #828282;
  -webkit-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
  box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
  background-color: #E6E6E6;
  background-image: -moz-linear-gradient(top,#EBEBEB,#DEDEDE);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#EBEBEB),to(#DEDEDE));
  background-image: -webkit-linear-gradient(top,#EBEBEB,#DEDEDE);
  background-image: -o-linear-gradient(top,#EBEBEB,#DEDEDE);
  background-image: linear-gradient(to bottom,#EBEBEB,#DEDEDE);
  background-repeat: repeat-x;
  -webkit-transition: margin-bottom 150ms linear;
  -moz-transition: margin-bottom 150ms linear;
  transition: margin-bottom 150ms linear;
}
#scrollUp:hover {
  margin-bottom: 0px;
}
.carousel-inner .item-inner {
  border: 1px solid #e5e5e5;
}
.carousel-inner .item-inner:hover {
  border: 1px solid #cfb05f;
}
.newsletter_block .submitNewsletter:hover {
  background-color: #cfb05f;
  color: #FFFFFF;
}
.pavblog-latest .blog-meta .author,
.pavblog-latest .blog-title a:hover {
  color: #cfb05f;
}
.pavblog-comments .comment-author {
  color: #cfb05f;
}
#content h1 {
  color: #000000;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 11px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  line-height: normal;
}
#content h1.heading_title {
  margin-top: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 11px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
#content h2 {
  color: #cfb05f;
}
#content a.button {
  padding: 5px 20px;
}
#content .login-content .inner {
  background-color: #f5f5f5;
  padding: 10px 20px;
  min-height: 350px;
}
#content .content {
  margin: 10px 0;
  background-color: #f5f5f5;
  padding: 10px 20px;
}
.category-list {
  display: none;
  margin-top: 3px;
  margin-bottom: 13px;
}
.category-list ul {
  float: left;
  list-style: disc outside none;
  padding-left: 15px;
}
.category-list ul li {
  padding: 3px;
}
.category-info {
  position: relative;
}
.category-info .image {
  margin-bottom: 20px;
}
.category-info .description {
  display: none;
  margin-bottom: 13px;
}
.manufacturer-heading {
  background: #F8F8F8;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 3px;
}
.manufacturer-list {
  border: 1px solid #DBDEE1;
  padding: 5px;
  margin-bottom: 13px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 3px;
}
.manufacturer-content {
  padding: 8px;
  overflow: auto;
}
.carousel-inner .item-inner {
  border: 1px solid #e5e5e5;
}
.carousel-inner .item-inner:hover {
  border: 1px solid #cfb05f;
}
.product-filter {
  border-top: 3px solid #3a3a3a !important;
  padding: 7px 20px 5px;
  margin-bottom: 13px;
  border: 1px solid #e5e5e5;
}
.product-filter .sort select,
.product-filter .limit select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid rgba(0,0,0,0.2);
  color: #000000;
  box-shadow: none;
  padding: 7px;
  cursor: pointer;
}
.product-filter .sort {
  float: right;
}
.product-filter .limit {
  margin-left: 3px;
  float: right;
}
.product-filter .limit select {
  width: 70px;
}
.product-filter .display {
  margin-right: 3px;
  float: left;
}
.product-filter .display a {
  font-size: 15px;
  margin-left: 3px;
  background: url('../image/default/icon-grid-list.png') no-repeat 0 0 #f4f4f4 scroll;
  width: 35px;
  height: 31px;
  display: inline-block;
}
.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 {
  color: #cfb05f;
  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 {
  color: #cfb05f;
  background-position: -30px -29px;
}
.product-filter .display span {
  line-height: 30px;
}
.product-filter .form-control {
  display: inline-block;
  width: auto;
}
.product-filter .product-compare {
  float: right;
  margin: 0 0 0 3px;
}
.product-filter label {
  position: relative;
  margin: 0;
  display: inline;
}
/*.product-filter label:after {
  border-color: #ccc rgba(0,0,0,0) #ccc;
  border-style: solid solid dotted;
  border-width: 4px 4px 0;
  content: "";
  width: 0px;
  height: 0px;
  margin-left: 2px;
  vertical-align: middle;
  position: absolute;
  top: 7px;
  right: 14px;
}*/
/*.product-filter label:before {
  content: '';
  right: 1px;
  top: 0px;
  width: 31px;
  height: 20px;
  background: #fff;
  position: absolute;
  pointer-events: none;
  display: block;
  -webkit-border-radius: 0 50% 50% 0;
  -moz-border-radius: 0 50% 50% 0;
  -ms-border-radius: 0 50% 50% 0;
  -o-border-radius: 0 50% 50% 0;
  border-radius: 0 50% 50% 0;
}*/
.product-list .col-fullwidth {
  width: 100%;
}
.product-list .product-hover {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none transparent;
  padding: 0;
  margin: 0;
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.product-list .product-block {
  border: medium none;
  background: none;
  overflow: hidden;
  min-height: 250px;
  padding: 0;
  margin: 0 0 20px 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  text-align: left;
}
.product-list .product-block:hover:after {
  border-top: 0 !important;
  top: 0;
}
.product-list .product-block:hover .product-meta {
  border-top: 0;
}
.product-list .product-block .product-zoom {
  top: 45%;
}
.product-list .product-block .pav-colorbox {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: none;
  padding: 6px 10px;
  margin: 3px 1px 0;
  color: #000000;
}
.product-list .product-block .pav-colorbox:hover {
  border: none;
  color: #FFFFFF;
}
.product-list .product-block .pav-colorbox span {
  display: inline-block;
  padding-left: 20px;
}
.product-list .product-block .product-meta {
  background-color: #FFFFFF;
  width: 70%;
  text-align: left;
  float: none;
  overflow: hidden;
  position: static;
}
.product-list .product-block .product-meta .product-hover {
  display: block;
  border-top: none !important;
  padding-left: 2px;
}
.product-list .product-block .product-meta .rating,
.product-list .product-block .product-meta .norating {
  border-bottom: none;
}
.product-list .product-block .product-meta .wishlist a,
.product-list .product-block .product-meta .compare a {
  border: none;
  display: inline-block;
  margin: 3px 1px 0;
  padding: 6px 10px;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
  border-radius: 15px !important;
}
.product-list .product-block .product-meta .wishlist a span,
.product-list .product-block .product-meta .compare a span {
  padding-left: 20px;
  display: inline-block;
}
.product-list .product-block .product-meta .wishlist .tooltip,
.product-list .product-block .product-meta .compare .tooltip {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-list .product-block .product-hover > div {
  display: block !important;
  clear: both;
}
.product-list .product-block:hover .product-meta {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-list .product-block:hover .product-hover {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.product-list:hover .product-meta .wishlist {
  left: 0;
}
.product-list:hover .product-meta .compare {
  right: 0;
}
.product-list .price-old {
  text-decoration: line-through;
}
.product-list .cart {
  margin-bottom: 3px;
}
.product-list .price-tax {
  font-weight: normal;
  color: #bbb;
}
.product-list .name a {
  font-weight: bold;
  text-decoration: none;
}
.product-list .image {
  float: left;
  width: 25%;
  margin: 0 20px 0 0;
  padding: 0;
  border: 0px;
}
.product-list .image img {
  border: 1px solid #e5e5e5;
  width: 100%;
}
.product-list .description {
  display: block;
}
.product-list .right {
  float: right;
  margin-left: 8px;
}
.product-list > div {
  margin-bottom: 8px;
}
.product-grid {
  position: relative;
}
.product-info {
  margin-bottom: 13px;
}
.product-info h1 {
  font-size: 36px !important;
  border-bottom: medium none !important;
}
.product-info h1:after {
  border-bottom: none !important;
}
.product-info h2 {
  color: #72C23D;
  margin-top: 20px;
}
.product-info .cart {
  background: transparent;
  color: #000000;
  border: 2px solid #000000;
  display: inline-block;
  padding: 0 5px;
  margin-left: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.product-info .cart input {
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 0;
  font-size: 11px;
  height: 25px;
  color: #000000;
}
.product-info .cart:hover {
  background: #cfb05f;
  color: #FFFFFF;
  border-color: transparent;
}
.product-info .cart:hover input {
  color: #FFFFFF;
}
.product-info .cart:hover input:hover {
  box-shadow: none;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 12px;
  color: #999;
}
.product-info .cart .links {
  display: inline-block;
  vertical-align: middle;
}
.product-info .cart div > span {
  color: #999;
}
.product-info > .left {
  float: left;
  margin-right: 8px;
}
.product-info .image {
  border: 1px solid #e5e5e5;
  position: relative;
  margin-bottom: 13px;
  padding: 10px;
  text-align: center;
}
.product-info .product-extra {
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 10px 5px;
}
.product-info .product-extra .quantity-adder {
  margin-bottom: 3px;
  font-size: 17px;
  float: left;
  width: 23%;
  min-width:100px;
  position: relative;
}
.product-info .product-extra .quantity-adder input {
  padding-left: 11px;
  padding-right: 11px;
  margin: 0 -1px 0 0;
  font-size: 17px;
  height: 41px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #E4E4E4;
  box-shadow: none;
}
.product-info .product-extra .quantity-adder span {
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #E4E4E4;
  position: absolute;
  line-height: 1;
  width: 20px;
  height: 21px;
  text-align: center;
  color: #000000;
}
.product-info .product-extra .quantity-adder span.add-down {
  font-size: 21px;
  top: 20px;
}
.product-info .product-extra .product-action {
  padding: 5px;
}
.product-info .product-extra .product-action input {
  text-transform: uppercase;
}
.product-info .product-extra .product-action .wishlist,
.product-info .product-extra .product-action .compare {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: transparent;
  font-size: 12px;
  display: inline-block;
  margin-left: 3px;
}
.product-info .product-extra .product-action .wishlist a.btn-theme-primary,
.product-info .product-extra .product-action .compare a.btn-theme-primary {
  display: inline-block;
  padding: 7px;
}
.product-info .product-extra .product-action .wishlist .tooltip,
.product-info .product-extra .product-action .compare .tooltip {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-info .product-extra .product-action .wishlist span,
.product-info .product-extra .product-action .compare span {
  font-family: "Trebuchet MS", "Lucida Grande",Tahoma, Raleway, sans-serif;
  font-size: 11px;
}
.product-info .price-new {
  margin-bottom: 3px;
  font-size: 36px;
  color: #cfb05f;
  font-weight: bold;
}
.product-info .price-old {
  text-decoration: line-through;
  font-size: 15px;
  color: #6e6e6e;
}
.product-info .reward {
  font-size: 13px;
}
.product-info .discount {
  font-size: 13px;
}
.product-info .price-tax {
  font-size: 13px;
  color: #b1b1b1;
}
.product-info .description {
  margin-bottom: 3px;
  line-height: 23px;
}
.product-info .description a {
  text-decoration: none;
}
.product-info .description span {
  font-weight: bold;
  padding-right: 11px;
}
.product-info .image-additional {
  padding: 0;
  display: block;
}
.product-info .image-additional a.colorbox {
  float: left;
  display: block;
  margin-left: 3px;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
}
.product-info .image-additional .carousel-inner > .item {
  padding: 0 5px;
}
.product-info .image-additional .carousel-controls {
  top: 100%;
  left: 0;
}
.product-info .image-additional .carousel-controls .carousel-control.left {
  left: 20px;
}
.product-info .image-additional .carousel-controls .carousel-control.right {
  left: 45px;
}
.product-info .image-additional .carousel-controls .carousel-control {
  font-size: 41px;
  cursor: pointer;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 3px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 3px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.product-info .option {
  margin-bottom: 3px;
}
.product-info .review {
  margin-bottom: 3px;
}
.product-info .review > div {
  line-height: 23px;
}
.product-info .share {
  margin-bottom: 3px;
  line-height: normal;
}
.product-info .share a {
  text-decoration: none;
}
.form-review .option {
  margin-bottom: 3px;
}
#related .carousel-controls {
  top: -50px;
}
.product-related .carousel-inner > .item {
  margin: 5px;
}
.product-related .box-heading {
  background: #f5f5f5;
  padding: 15px;
  text-align: center;
}
.product-related .box-heading span {
  background: none;
  border-bottom: medium none;
  color: #000000;
  padding: 0;
  position: static;
}
.product-related .box-heading span:before {
  border-top: 7px solid #f5f5f5;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: none;
  bottom: -7px;
  content: "";
  display: inline-block;
  left: 49%;
  position: absolute;
}
.product-related .carousel-controls {
  top: 45% !important;
  right: -9px;
  width: 100% !important;
}
.product-related .carousel-controls .carousel-control.left {
  margin-left: -48px;
}
.product-related .carousel-controls .carousel-control.right {
  margin-right: -35px;
}
.product-related .price-old {
  color: #6e6e6e;
  text-decoration: line-through;
  font-size: 13px;
}
.product-related .price-new {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}
.review-list {
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #e5e5e5;
}
.review-list .rating {
  float: right;
  margin-bottom: 26px;
}
.review-list .author {
  float: left;
  margin-bottom: 26px;
}
.review-list .text {
  clear: both;
}
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.compare-info {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
.compare-info .price-old {
  font-weight: bold;
  color: #F00;
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info td {
  padding: 7px;
  width: 20%;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.compare-info tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
  text-align: right;
  vertical-align: middle;
}
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
  text-align: left;
}
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
  text-align: right;
}
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
  text-align: left;
  vertical-align: middle;
}
.wishlist-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.wishlist-info thead .image {
  text-align: center;
}
.wishlist-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.wishlist-info tbody .action img {
  cursor: pointer;
}
.wishlist-info tbody .image {
  text-align: center;
}
.wishlist-info tbody .image img {
  border: 1px solid #ddd;
}
.wishlist-info tbody .price s {
  color: #cfb05f;
}
.wishlist-info td {
  padding: 7px;
}
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}
.order-list {
  margin-bottom: 10px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.order-list .order-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
  float: left;
  width: 33.3%;
}
.order-list .order-info {
  text-align: right;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.order-detail {
  background: #EFEFEF;
  font-weight: bold;
}
.return-list {
  margin-bottom: 10px;
}
.return-list .return-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
  float: left;
  width: 33.3%;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.return-list .return-info {
  text-align: right;
}
.return-product {
  margin-bottom: 20px;
  clear: both;
  overflow: auto;
}
.return-name {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-model {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-quantity {
  float: left;
  width: 31%;
}
.return-detail {
  overflow: auto;
  margin-bottom: 20px;
}
.return-reason {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened textarea {
  width: 98%;
  vertical-align: top;
}
.return-captcha {
  float: left;
}
.download-list {
  margin-bottom: 10px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.download-list .download-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
  float: left;
  width: 33.3%;
}
.download-list .download-info {
  text-align: right;
}
.cart-module > div {
  display: none;
}
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
  text-align: left;
}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
  text-align: left;
}
.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
  position: relative;
  top: 4px;
  cursor: pointer;
  border: none;
}
.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right;
}
.cart-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info tbody td {
  border-bottom: 1px solid #ddd;
}
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody .image img {
  border: 1px solid #ddd;
}
.cart-info tbody span.stock {
  color: #F00;
  font-weight: bold;
}
.cart-info td {
  padding: 7px;
}
.cart-info table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.cart-total {
  border-top: 1px solid #ddd;
  overflow: auto;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
.cart-total table {
  float: right;
}
.cart-info thead .price,
.cart-info thead .total {
  text-align: right;
}
.checkout-heading {
  background: #e7e7e7;
  border: 1px solid #e7e7e7;
  padding: 8px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
.sitemap-info ul > li {
  text-transform: uppercase;
  list-style: disc inside none;
}
.sitemap-info ul > li ul.list > li {
  list-style: none !important;
  padding-left: 15px;
}
#contact-map {
  border: 7px solid #ccc;
  margin-bottom: 25px;
}
.contact-customhtml {
  background: none repeat scroll 0 0 #F0F0F0;
  padding: 20px;
}
.contact-address {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #F0F0F0;
}
.contact-address ul li {
  padding: 8px 0;
  color: #b1b1b1;
}
.contact-address ul li i {
  float: left;
  font-size: 20px;
  height: 40px;
  margin: 0;
  padding: 9px;
  width: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid rgba(0,0,0,0.2);
}
.contact-address ul li span {
  display: inline-block;
  padding-left: 15px;
}
.contact-customhtml ul li {
  padding: 7px 0;
}
.contact-customhtml ul li i {
  float: left;
  font-size: 20px;
  height: 40px;
  margin: 0;
  padding: 9px;
  width: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.contact-customhtml ul li span {
  display: inline-block;
  padding-left: 5px;
}
#page-quickview {
  padding: 20px 0;
}
#page-quickview #image-additional-carousel {
  z-index: 1;
}
#page-quickview #image-additional-carousel .item {
  padding: 0;
}
#page-quickview #image-additional-carousel .item a {
  border: 1px solid #E5E5E5;
  float: left;
  margin-right: 5px;
}
#page-quickview .carousel-controls {
  margin-top: 20px;
}
#page-quickview .quantity-adder {
  float: none;
  width: 100%;
}
#page-quickview .product-action .cart {
  margin-bottom: 10px;
  display: inline-block;
}
#page-quickview .product-action .wishlist-compare {
  display: inline-block;
}
.nav > li > a {
  padding: 15px 7px;
}
#pav-mainnav {
  position: relative;
}
#pav-mainnav .dropdown:hover > .dropdown-menu {
  display: block;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#pav-mainnav .navbar {
  border: none;
}
#pav-mainnav .navbar .multi-menu .dropdown-menu {
  left: -194px;
}
#pav-mainnav .navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  background-color:#ffd871;
}
#pav-mainnav .navbar ul.nav > li > .dropdown-menu {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block;
}
#pav-mainnav .navbar ul.nav > li > .dropdown-menu div > iframe {
  display: none;
}
#pav-mainnav .navbar ul.nav > li:hover .dropdown-menu {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#pav-mainnav .navbar ul.nav > li:hover .dropdown-menu div > iframe {
  display: block;
}
#pav-mainnav .navbar ul.nav  > li:hover > a,
#pav-mainnav .navbar ul.nav .caret {
  background: none;
  color: #cfb05f;
}
#pav-mainnav .navbar ul.nav  > li:hover > a:before,
#pav-mainnav .navbar ul.nav .caret:before {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
#pav-mainnav .navbar ul.nav > li  > a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  z-index: 0;
  overflow: hidden;
}
#pav-mainnav .navbar ul.nav > li  > a .caret {
  width: 8px;
  height: 10px;
  border: 0;
  background: url('../image/default/caret-bg.png') no-repeat top center;
  margin-left: 4px;
}
#pav-mainnav .navbar ul.nav > li  > a:hover .caret,
#pav-mainnav .navbar ul.nav > li  > a:focus .caret {
  background-position: bottom;
}
#pav-mainnav .navbar ul.nav > li  > a:before {
  height: 100%;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 0;
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
#pav-mainnav .dropdown-menu li a {
  background: url('../image/default/circle-li.png') no-repeat scroll left 5px;
}
#pav-mainnav .dropdown-menu li a:hover {
  color: #cfb05f;
}
#pav-mainnav .dropdown-menu li a:hover span {
  color: #cfb05f;
}
#pav-mainnav .dropdown-menu li a:hover .caret {
  border-top-color: #cfb05f;
  border-bottom-color: #cfb05f;
}
#pav-mainnav .navbar-inverse .navbar-nav > .open > a {
  background-color: #7b5c27;
}
.pav-megamenu .dropdown-menu {
	background: #fff;/* #3a3a3a;*/
	color: #333333;
	border-top: 1px solid #cfb05f;
}
.pav-megamenu .dropdown-menu > .dropdown-menu-inner {
  padding: 10px;
}
.pav-megamenu .dropdown-menu > .dropdown-menu-inner .widget-product-list .name a:hover {
  color: #cfb05f;
}
.pav-megamenu .mega-group .caret {
  display: none;
}
.pav-megamenu .mega-group > .dropdown-toggle {
  display: block;
  font-weight: bold;
  padding: 6px 5px;
  text-transform: uppercase;
  border-bottom: solid 1px #e5e5e5;
}
.pav-megamenu .mega-group .dropdown-mega .mega-col-inner > ul > li a {
  margin-left: 6px;
}
.pav-megamenu .mega-col .mega-col-inner > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li {
  list-style: none;
  margin-left: 0;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li > a {
  clear: both;
  color: #555555;
  display: block;
  line-height: 20px;
}
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.pav-megamenu .dropdown-submenu > .dropdown-menu {
  border-radius: 0 6px 6px 6px;
  left: 100%;
  margin-left: -6px;
  margin-top: -6px;
  top: 0;
}
.pav-megamenu .cols2 {
  width: 420px;
}
.pav-megamenu .cols3 {
  width: 620px;
}
.pav-megamenu .cols4 {
  width: 820px;
}
.btn-theme-primary {
  background-color: transparent;
  border: 2px solid rgba(0,0,0,0.2);
  color: #000000;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.btn-theme-primary:hover {
  background-color: #cfb05f;
  color: #FFFFFF;
  border: 2px solid transparent;
}
.btn-theme-primary:hover .text-primary-theme {
  color: #cfb05f;
}
.btn-theme-primary:hover .text-danger-theme {
  color: #7b5c27;
}
.btn-theme-primary:hover .box-services {
  font-size: 16px;
  text-transform: uppercase;
}
.btn-theme-primary:hover .box-services .iconbox {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 34px;
  line-height: 34px;
  width: 34px;
  -webkit-box-shadow: 0 0 0 3px #7b5c27;
  box-shadow: 0 0 0 3px #7b5c27;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.btn-theme-primary:hover .box-services .iconbox:after {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: repeat scroll 0 0 #7b5c27;
  left: -2px;
  padding: 2px;
  top: -2px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-theme-primary:hover .box-services .iconbox:hover {
  color: #7b5c27;
}
.btn-theme-primary:hover .box-services .iconbox:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #7b5c27;
}
.btn-theme-primary:hover .box-services .btn-info {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 3px #4c4c4c;
  box-shadow: 0 0 0 3px #4c4c4c;
}
.btn-theme-primary:hover .box-services .btn-info:after {
  background: repeat scroll 0 0 #4c4c4c;
}
.btn-theme-primary:hover .box-services .btn-info:hover {
  color: #4c4c4c;
}
.btn-theme-primary:hover .box-media .media {
  color: #939393;
  background-color: #fafafa;
  border: 1px solid #f6f6f6;
  padding: 10px;
}
.btn-theme-primary:hover .box-media .media a.pull-left {
  margin-right: -45px;
}
.btn-theme-primary:hover .box-media .media a.pull-right {
  margin-left: -45px;
}
.btn-theme-primary:hover .box-media .media .media-right {
  text-align: right;
}
.btn-theme-primary:hover .box-media .media .media-right p {
  margin-right: 0;
  margin-left: 30px;
}
.btn-theme-primary:hover .box-media .media p {
  margin-right: 30px;
}
.btn-theme-primary:hover .media-dark .media {
  background-color: #efefef;
  border: 1px solid #efefef;
}
.btn-theme-primary:hover .newsletter input,
.btn-theme-primary:hover .newsletter button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 19px;
}
.btn-theme-primary:hover .newsletter .navbar-form {
  padding: 0;
}
.text-primary-theme {
  color: #cfb05f;
}
.text-danger-theme {
  color: #7b5c27;
}
.iconbox {
  color: #FFFFFF;
  display: block;
  float: left;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 8px;
  font-size: 16px;
}
.iconbox:hover {
  color: #FFFFFF;
}
.iconbox i {
  padding-left: 3px;
}
.social {
  margin: 36px 0;
  overflow: hidden;
}
.social li {
  width: 48%;
}
.social li a {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 0 1px #4c4c4c;
  box-shadow: 0 0 0 1px #4c4c4c;
  color: #FFFFFF !important;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  margin: 2px;
  padding: 10px 13px;
  float: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.social li a .fa {
  font-size: 16px;
}
.social li a.hi-icon:after {
  top: 0;
  left: 0;
  z-index: -1;
  background: #4c4c4c;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.social li a:hover {
  -webkit-box-shadow: 0 0 0 1px #cfb05f;
  box-shadow: 0 0 0 1px #cfb05f;
}
.social li a:hover:after {
  background-color: #cfb05f;
  -webkit-transform: scale(0.90);
  -moz-transform: scale(0.90);
  -ms-transform: scale(0.90);
}
.box-services {
  font-size: 16px;
  text-transform: uppercase;
}
.box-services .iconbox {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 34px;
  line-height: 34px;
  width: 34px;
  -webkit-box-shadow: 0 0 0 3px #7b5c27;
  box-shadow: 0 0 0 3px #7b5c27;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.box-services .iconbox:after {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: repeat scroll 0 0 #7b5c27;
  left: -2px;
  padding: 2px;
  top: -2px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.box-services .iconbox:hover {
  color: #7b5c27;
}
.box-services .iconbox:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #7b5c27;
}
.box-services .btn-info {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 3px #4c4c4c;
  box-shadow: 0 0 0 3px #4c4c4c;
}
.box-services .btn-info:after {
  background: repeat scroll 0 0 #4c4c4c;
}
.box-services .btn-info:hover {
  color: #4c4c4c;
}
.box-media .media {
  color: #939393;
  background-color: #fafafa;
  border: 1px solid #f6f6f6;
  padding: 10px;
}
.box-media .media a.pull-left {
  margin-right: -45px;
}
.box-media .media a.pull-right {
  margin-left: -45px;
}
.box-media .media .media-right {
  text-align: right;
}
.box-media .media .media-right p {
  margin-right: 0;
  margin-left: 30px;
}
.box-media .media p {
  margin-right: 30px;
}
.media-dark .media {
  background-color: #efefef;
  border: 1px solid #efefef;
}
.newsletter input,
.newsletter button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 19px;
}
.newsletter .navbar-form {
  padding: 0;
}
.newsletter .form-newsletter p {
  text-transform: uppercase;
  font-size: 11px;
  color: #FFFFFF;
}
.newsletter .form-newsletter p span {
  position: relative;
}
.newsletter .form-newsletter p span .inputNew {
  border: 1px solid #5c5c5c;
  background: none;
  width: 198px;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.newsletter .form-newsletter p span .button_mini {
  color: #6e6e6e;
  position: absolute;
  border: medium none;
  font-size: 12px;
  left: 8px;
  top: -2px;
}
.newsletter .form-newsletter p .submitNewsletter {
  background-color: #1c1c1c;
  padding: 10px 20px;
  border: medium none;
  color: #6e6e6e;
  text-transform: uppercase;
  font-size: 11px;
  transition: all 0.4s ease 0s;
}
.newsletter .form-newsletter p .submitNewsletter:hover {
  background-color: #cfb05f;
  color: #FFFFFF;
}
.left-position {
  top: 35% !important;
  left: 40% !important;
}
.lang-fr .product-filter .sort {
  width: 30%;
}
.lang-fr .product-filter .sort select {
  width: 65%;
}
.lang-fr .product-info .product-extra .product-action {
  clear: both;
}
#mainmenutop .navbar-toggle {
  float: left;
}
#menu-offcanvas .menu-offcanvas-inner {
  background-color: #7b5c27;
}
#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;
}
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: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  z-index: 1;
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-5.offcanvas-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%,0,0);
  transform: translate3d(50%,0,0);
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
@media (max-width: 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;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #pav-mainnav {
    height:50px; /*37px*/;
  }
  #pav-slideshow {
    margin-top:0px; /*-37px;*/
  }
  #topbar .navbar-header {
    /*padding-left:25%;*//* 135px;*/
  }
  #topbar .navbar-header .login.links {
    padding: 0 0 0 10px;
  }
  .nav > li > a {
    padding: 10px 12px;
  }
  .multi-menu .dropdown-menu {
    width: 1018px !important;
  }
  .box-search {
    z-index: 1000;
    margin: 3px;
  }
  .box-search:hover input {
    padding: 5px 30px 5px 10px;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 200px;
  }
  .box-search:hover .button-search {
    background-color: #cc314a;
  }
  .box-search input {
    width: 0;
    padding: 0;
    height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .box-search input:focus,
  .box-search input:active {
    width: 200px;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
  }
  .box-search .button-search {
    background-color: #cfb05f;
  }
  .product-block {
    min-height:310px;/* 345px;*/
  }
  .product-block .image {
    margin-bottom: 74px;
  }
  .product-block:hover .product-meta {
    bottom: 0;
  }
  .product-block .product-meta .product-hover .cart a {
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    display: block;
    border: 2px solid #000;
    text-align: center;
    padding: 15px;
    float: left;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .product-block .product-meta .product-hover .cart a:hover {
    color: #FFFFFF;
    background-position: 0 110%;
    background-color: #cfb05f;
    border: 2px solid #cfb05f;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .product-block .product-meta .product-hover .cart a span {
    display: none;
  }
  .pav-categoryproducts .product-block {
    min-height: 258px !important;
  }
  .sidebar .carousel-controls .carousel-control.left {
    margin-left: -50px;
  }
  .sidebar .box.gallery .box-content {
    padding: 15px 5px 5px 27px;
  }
  #page-quickview .product-action {
    clear: both !important;
  }
  .product-list .product-block {
    border-bottom: 1px dashed #e5e5e5;
  }
  .product-list .product-block .product-meta .product-hover .cart a {
    border-radius: 0px;
    padding: 6px 10px 6px 20px;
  }
  .product-list .product-block .product-meta .product-hover .cart a span {
    display: inline-block;
  }
  .product-info .product-extra .product-action {
    /*clear: both;*/
  }
  .lang-fr .content-top .product-block:hover .product-hover {
    padding-left: 0;
  }
  .lang-fr .content-top .product-block:hover .product-hover .wishlist {
    padding-left: 0;
  }
  .lang-fr .product-filter .sort {
    clear: both;
    width: 33%;
  }
  .lang-fr .product-info .product-action .wishlist,
  .lang-fr .product-info .product-action .compare {
    display: block;
    margin-top: 5px;
  }
  .lang-fr .product-info .product-action .wishlist a,
  .lang-fr .product-info .product-action .compare a {
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zoomContainer,
  .product-zoom,
  .pav-colorbox {
    display: none !important;
  }
  #topbar {
    padding-top: 30px;
  }
  #pav-mainnav {
    /*background:rgba(0,0,0,0.7);*//* none;*/

    height:10px; /*30px;*/
  }
  #pav-mainnav #logo {
    left: 38%;
  }
  #pav-mainnav #logo a {
    border-bottom: none;
    top: -60px;
  }
  #pav-mainnav #logo a img {
    border: none;width: 180px;
  }
  #pav-mainnav .navbar-inverse .navbar-collapse.collapse {
    display: none !important;
  }
  #pav-mainnav .navbar-inverse .navbar-toggle {
    display: block;
    float: none;
    border: none;
    width: 40px;
    height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,0.7);
    margin-top: -36px;
  }
  #pav-mainnav .navbar-inverse .navbar-toggle .icon-bar {
    width: 18px;
  }
  #pav-mainnav .navbar-inverse .navbar-toggle:hover {
    background-color: #cfb05f;
  }
  .multi-menu .dropdown-menu {
    right: inherit !important;
  }
  #pav-slideshow {
    margin-top: 0;
  }
  .pav-categoryproducts .tab-content {
    width: 100% !important;
  }
  .pav-categoryproducts .tab-content .product-block .product-meta {
    bottom: -17%;
  }
  .pav-showcase .box .box-heading > span:before {
    left: 35%;
  }
  .pav-showcase .box-product .product-block .image {
    margin-bottom: 50px;
  }
  .pav-showcase .box-product .product-block .product-meta .product-hover .cart a {
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    display: block;
    border: 2px solid #000;
    text-align: center;
    padding: 15px;
    float: left;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .pav-showcase .box-product .product-block .product-meta .product-hover .cart a:hover {
    color: #FFFFFF;
    background-position: 0 110%;
    background-color: #cfb05f;
    border: 2px solid #cfb05f;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .pav-showcase .box-product .product-block .product-meta .product-hover .cart a span {
    display: none;
  }
  .product-block {
    min-height: 253px/*278px;*/
  }
  .product-block .product-meta {
    bottom: -64px;
  }
  .pavo-widget .menu-title,
  .widget-product-list .price {
    color: #000000 !important;
  }
  .pavo-widget .menu-title {
    margin-top: 20px;
  }
  .product-info .image-additional {
    height: 150px;
  }
  .product-info .image-additional .carousel-controls {
    margin-top: 90px;
    top: 0;
  }
  .product-related .product-block .product-meta {
    bottom: -13%;
  }
  .product-related .product-block:hover .product-meta {
    bottom: 0;
  }
  .product-list .product-block {
    border-bottom: 1px dashed #e5e5e5;
  }
  .lang-fr .product-filter .sort {
    clear: both;
    width: 32%;
  }
  .lang-fr .product-info .product-extra .product-action {
    clear: none;
  }
}
@media (max-width: 767px) {
  .zoomContainer,
  .product-zoom,
  .pav-colorbox {
    display: none !important;
  }
  #topbar {
    padding: 25px;
  }
  #pav-mainnav {
    position: absolute;
    background: none;
  }
  #pav-mainnav #logo a {
    position: relative;
    top: -80px;/*-90*/
    left: 50%;
    border-bottom: none;
  }
  #pav-mainnav #logo a img {
    border: none;
  }
  #pav-mainnav .navbar-inverse .navbar-collapse.collapse {
    display: none !important;
  }
  #pav-mainnav .navbar-inverse .navbar-toggle {
    display: block;
    float: none;
    border: none;
    width: 40px;
    height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,0.7);
    margin-left: 10px;
    margin-top: -130px;
  }
  #pav-mainnav .navbar-inverse .navbar-toggle .icon-bar {
    width: 18px;
  }
  #pav-mainnav .navbar-inverse .navbar-toggle:hover {
    background-color: #cfb05f;
  }
  .pav-showcase .box .box-heading {
    left: 0;
  }
  .pav-showcase .carousel-controls {
    right: 76px;
    top: -25px !important;
    width: 0px !important;
  }
  .pav-showcase .carousel-controls .carousel-control.left {
    margin-left: 8px;
  }
  .pavo-widget .menu-title,
  .widget-product-list .price {
    color: #000000 !important;
  }
  .pavo-widget .menu-title {
    margin-top: 20px;
  }
  .box-products .product-block:hover,
  .product-related .product-block:hover,
  .product-grid .product-block:hover {
    box-shadow: none;
    border: 1px solid #e5e5e5 !important;
  }
  .box-products .product-block .image,
  .product-related .product-block .image,
  .product-grid .product-block .image {
    margin-bottom: 0;
  }
  .box-products .product-block .product-meta,
  .product-related .product-block .product-meta,
  .product-grid .product-block .product-meta {
    position: relative;
    bottom: 0 !important;
    text-align: left;
    padding: 0 20px;
  }
  .box-products .product-block .product-meta .product-hover,
  .product-related .product-block .product-meta .product-hover,
  .product-grid .product-block .product-meta .product-hover {
    border-top: 1px solid #FFFFFF;
    padding: 10px 0;
  }
  .box-products .product-block .product-meta .rating,
  .box-products .product-block .product-meta .norating,
  .product-related .product-block .product-meta .rating,
  .product-related .product-block .product-meta .norating,
  .product-grid .product-block .product-meta .rating,
  .product-grid .product-block .product-meta .norating {
    border-bottom: 1px solid #e5e5e5;
  }
  .pav-categoryproducts {
    border-left: none;
  }
  .pav-categoryproducts .box-content {
    border: none !important;
  }
  .pav-categoryproducts .product-block .product-content:after {
    border-right: none !important;
  }
  .pav-categoryproducts .tab-content {
    width: 100% !important;
  }
  .pav-categoryproducts .tab-content .item .product-inner {
    height: auto;
    width: 100%;
    margin: 0 0 18px;
  }
  .pav-categoryproducts .tab-content .item .product-inner .product-block {
    border: 1px solid #e5e5e5;
  }
  .pav-categoryproducts .tab-content .item .product-inner .product-block .image img {
    height: auto;
    width: 100%;
  }
  .product-info .image-additional {
    height: 130px;
  }
  .product-info .image-additional .carousel-controls {
    margin-top: 90px;
    top: 0;
  }
  .product-list .product-block {
    border-bottom: 1px dashed #e5e5e5;
  }
  .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;
  }
  .lang-fr .product-filter .sort {
    width: 100%;
    clear: both;
    text-align: right;
  }
  .lang-fr .product-filter .sort select {
    width: 35%;
  }
}
@media (max-width: 480px) {
  .zoomContainer,
  .product-zoom,
  .pav-colorbox {
    display: none !important;
  }
  #topbar {
    padding: 10px;
  }
  #pav-mainnav {
    height: 92px;/*92px;*/
    position: relative;    /*background: rgba(0,0,0,0.7);*/
  }
  #pav-mainnav #logo {
    text-align: center;
  }
  #pav-mainnav #logo a {
    position: relative;
    top: 0;
    left: auto;
    border-bottom: none;
  }
  #pav-mainnav #logo a img {
    border: none;
  }
  #pav-mainnav .navbar-inverse .navbar-collapse.collapse {
    display: none !important;
  }
  #pav-mainnav .navbar-inverse .navbar-toggle {
    display: block;
    float: none;
    border: none;
    width: 40px;
    height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,0.7);
    margin-left: 10px;
    margin-top: -115px;/*-100px;*/
  }
  #pav-mainnav .navbar-inverse .navbar-toggle .icon-bar {
    width: 18px;
  }
  #pav-mainnav .navbar-inverse .navbar-toggle:hover {
    background-color: #cfb05f;
  }
  .pavo-widget .menu-title {
    margin-top: 20px;
  }
  .product-block .product-meta .rating,
  .product-block .product-meta .norating {
    border-bottom: 1px solid #e5e5e5;
  }
  .box-products .product-block .product-meta .product-hover {
    padding: 10px 0;
  }
  .product-block .product-meta .product-hover {
    border-top: 1px solid #FFFFFF;
    overflow: hidden;
  }
  .product-block:hover {
    box-shadow: none;
  }
  .pav-categoryproducts {
    border: 0 !important;
  }
  .pav-categoryproducts .tab-content {
    width: 100% !important;
  }
  .pav-categoryproducts .tab-content .item .product-inner {
    height: auto;
    width: 100%;
    margin: 0 0 18px;
  }
  .pav-categoryproducts .tab-content .item .product-inner .product-block {
    border: 1px solid #e5e5e5;
  }
  .pav-categoryproducts .tab-content .item .product-inner .product-block .image img {
    height: auto;
    width: 100%;
  }
/*  .product-info .product-action {
    clear: both;
  }*/
/*  .product-info .product-action .compare,
  .product-info .product-action .wishlist {
    display: block !important;
  }*/
/*  .product-info .product-action .compare a,
  .product-info .product-action .wishlist a {
    border: none;
    margin-top: 5px;
  }*/
/*  .product-info .quantity-adder {
    width: 100% !important;
  }*/
  .product-info .image-additional a.colorbox {
    margin-left: -1px;
  }
  .product-list .image {
    width: 100%;
  }
  .product-list .product-block {
    border-bottom: none;
  }
  .social li {
    width: 100%;
  }
  .zoomContainer {
    display: none;
  }
  .htabs a,
  .htabs a.selected {
    padding: 5px;
    font-size: 13px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px)
#header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
}