html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  color: #6e6e6e;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
body {
  position: relative;
  overflow-x: hidden;
  font-family: ariali;
}
@font-face{
  font-family:ariali;
  src:url('../font/ariali.ttf')format('truetype');
}

@font-face {
    font-family: 'PAGANINI';
    src: url('../font/paganini-webfont.eot');
    src: local('PAGANINI'),url('../font/paganini-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/paganini-webfont.woff2') format('woff2'),
         url('../font/paganini-webfont.woff') format('woff'),
         url('../font/paganini-webfont.ttf') format('truetype'),
         url('../font/paganini-webfont.svg#paganiniregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#page {
  background: #fff;
}
.fs9 {
  font-size: 11px;
}
.fs10 {
  font-size: 12px;
}
.fs11 {
  font-size: 13px;
}
.fs12 {
  font-size: 14px;
}
.fs13 {
  font-size: 15px;
}
.fs14 {
  font-size: 16px;
}
.fs15 {
  font-size: 17px;
}
.fs16 {
  font-size: 18px;
}
a {
  cursor: hand;
  cursor: pointer;
}
a img {
  border: none;
}
a:hover {
  text-decoration: none;
  color: #1bbc9b;
  transition: color 0.4s ease 0s;
}
a:focus {
  outline: none;
  outline-offset: 0;
  text-decoration: none;
  color: #1bbc9b;
  transition: color 0.4s ease 0s;
}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
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;
}
.carousel-controls {
  position: absolute;
  top: 14px;
  width: 42px;
  height: 28px;
  right: 0;
}
.carousel-controls .carousel-control {
  opacity: 1;
  font-size: 19px;
  border: 1px solid #cacaca;
  background: #fff;
  width: 20px;
  color: #8e8d8d;
  line-height: 24px;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.carousel-controls .carousel-control:hover {
  color: #1bbc9b;
}
.carousel-control {
  text-shadow: none;
}
.carousel-control.left {
  background-image: -webkit-gradient(linear,0% top,100% top,from(transparent),to(transparent));
  background-image: -webkit-linear-gradient(left,color-stop(transparent 0%),color-stop(transparent 100%));
  background-image: -moz-linear-gradient(left,transparent 0%,transparent 100%);
  background-image: linear-gradient(to right,transparent 0%,transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  background-image: -webkit-gradient(linear,0% top,100% top,from(transparent),to(transparent));
  background-image: -webkit-linear-gradient(left,color-stop(transparent 0%),color-stop(transparent 100%));
  background-image: -moz-linear-gradient(left,transparent 0%,transparent 100%);
  background-image: linear-gradient(to right,transparent 0%,transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.pagination {
  border-top: none;
  padding-top: 8px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 0px;
}
.pagination .links {
  float: left;
}
.pagination .links a,
.pagination .links b {
  border: 1px solid #ccc;
}
.pagination .links a {
  display: inline-block;
  border-left-width: 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 3px 9px;
  text-decoration: none;
  color: #21272c;
}
.pagination .links a:hover {
  background-color: #1bbc9b;
  color: #fff;
  transition: all 0.1s ease 0s;
}
.pagination .links b {
  display: inline-block;
  border-left-width: 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 3px 9px;
  font-weight: normal;
  text-decoration: none;
  color: #1bbc9b;
  background-color: #fff;
}
.pagination .results {
  float: right;
  padding-top: 3px;
}
#breadcrumb {
  background: url("../image/bg-slide.png") no-repeat scroll 0 0 #7F6A56;
  left: 0;
  min-height: 85px;
  position: absolute;
  width: 100%;
}
#breadcrumb .breadcrumb {
  margin-bottom: 0px;
  padding: 31px 0px;
}
#breadcrumb .breadcrumb > li + li:before {
  color: #fff;
}
#breadcrumb .breadcrumb li a {
  color: #FFFFFF;
  font-size: 16px;
}
#breadcrumb .breadcrumb li a:hover {
  color: #1bbc9b;
}
input.button {
  margin: 0;
  border: 0;
  height: 28px;
  padding: 0px 12px 0px 12px;
  outline: none;
}
.button,
input.button {
  cursor: pointer;
  color: #FFFFFF;
  background-color: #21272C;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 0;
  outline: none;
}
.button:hover,
input.button:hover {
  -webkit-box-shadow: 0 0 0 30px #1bbc9b inset;
  box-shadow: 0 0 0 30px #1bbc9b inset;
  color: #fff;
}
a.button {
  display: inline-block;
  text-decoration: none;
  padding: 6px 12px 6px 12px;
}
.buttons {
  background: #FFFFFF;
  border: 1px solid #CCC;
  overflow: auto;
  padding: 6px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .left {
  float: left;
  text-align: left;
}
.htabs {
  height: 44px;
  line-height: 16px;
  border-bottom: 1px solid #DDDDDD;
}
.htabs a {
  background: #FFFFFF;
  padding: 13px 0px;
  margin-right: 40px;
  float: left;
  font-size: 16px;
  font-family: "ariali", serif;
  text-align: left;
  text-decoration: none;
  color: #21272c;
  text-transform: uppercase;
  display: none;
}
.htabs a.selected {
  border-top: 0px solid #1bbc9b;
  border-left: 0px solid #1bbc9b;
  border-right: 0px solid #1bbc9b;
  border-bottom: 2px solid #1bbc9b;
  background: transparent;
  color: #21272c;
}
.tab-content {
  border-bottom: 0px solid #ddd;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
  padding: 20px 0px;
  margin-bottom: 20px;
  z-index: 2;
}
ul.links {
  position: relative;
  margin: 0;
  padding: 0;
}
ul.links li {
  display: inline;
  margin-left: 6px;
}
ul.links li:first-child:before {
  content: "";
  margin-left: 0;
}
ul.links li:before {
  content: "|";
  font-size: 12px;
  margin-right: 6px;
}
ul.list {
  padding-left: 15px;
}
ul.list > li {
  padding: 8px 0 8px;
}
ul.list > li ul {
  display: none;
}
ul.list > li ul > li {
  padding-top: 10px;
}
ul.list > li ul > li > a {
  text-decoration: none;
  display: block;
}
ul.list > li ul > li > a:hover {
  color: #1bbc9b;
}
ul.list > li > a {
  font-size: 16px;
  text-decoration: none;
}
ul.list > li > a:hover {
  color: #1bbc9b;
}
ul.list > li a:hover .badge,
ul.list > li a.active .badge {
  background-color: transparent;
  color: #1bbc9b;
  transition: color 0.4s ease 0s;
}
ul.list > li a.active {
  color: #1bbc9b;
}
ul.list > li a.active + ul {
  display: block;
}
.required {
  color: #FF0000;
  font-weight: bold;
}
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin-bottom: 10px;
  margin-top: 10px;
  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/default/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/default/warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: 14px;
  display: block;
}
.error {
  display: block;
  color: #FF0000;
}
.welcome {
  margin-top: 0px;
  font-weight: uppercase;
  border-right: 1px solid #374149;
  padding-right: 10px;
  line-height: 24px;
}
.currency,
.language {
  padding: 0px 10px;
  text-align: center;
  border-right: 1px solid #374149;
}
.currency span,
.language span {
  line-height: 19px;
  margin-right: 5px;
  float: left;
}
.currency i,
.language i {
  line-height: 18px;
  width: 18px;
  background-color: #30383f;
  text-align: center;
  border-radius: 10px;
}
.currency img,
.language img {
  float: left;
  margin: 3px 6px 0 0;
}
.currency button,
.language button {
  background: transparent;
  color: #8e8d8d;
  text-align: left;
  padding: 0;
  font-size: 12px;
  height: 24px;
}
.currency button:hover,
.language button:hover {
  color: #1bbc9b;
}
.currency ul.dropdown-menu,
.language ul.dropdown-menu {
  z-index: 2000;
  border: 0 !important;
}
.success {
  background: #EAF7D9 url('../image/default/success.png') 10px center no-repeat;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "ariali", serif;
  font-weight: 400;
}
h1 {
  font-size: 28px;
  line-height: 51px;
}
h1 small {
  font-size: 21px;
}
h2 {
  font-size: 21px;
}
h2 small {
  font-size: 14px;
}
h3 {
  font-size: 17px;
  line-height: 34px;
}
h3 small {
  font-size: 16px;
}
h4 {
  font-size: 16px;
  line-height: 34px;
}
h4 small {
  font-size: 14px;
}
h5 {
  font-size: 15px;
  line-height: 34px;
}
h5 small {
  font-size: 12px;
}
h6 {
  font-size: 14px;
  line-height: 34px;
}
form {
  padding: 0;
  margin: 0;
  display: inline;
}
input[type='text'],
input[type='password'],
textarea {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  margin-left: 0px;
  margin-right: 0px;
}
#page {
  margin: 0 auto;
}
body.layout-boxed-md {
  background: url("../image/pattern/pattern14.png");
}
body.layout-boxed-md #page {
  max-width: 1000px;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
body.layout-boxed-md #page #breadcrumb {
  max-width: 1000px;
  left: inherit;
}
body.layout-boxed-md #page #search {
  width: 155px;
}
body.layout-boxed-md #page #topbar a span.text-link {
  display: none !important;
}
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;
}
body.layout-boxed-lg #page #breadcrumb {
  max-width: 1170px;
  left: inherit;
}
#topbar {
  color: #cacaca;
  font-size: 12px;
  background: #21272c;
  padding: 0;
}
#topbar ul {
  padding: 0 5px;
  border-right: 1px solid #374149;
}
#topbar ul li {
  margin-right: 5px;
  float: left;
}
#topbar ul li a {
  font-size: 12px;
  color: #8e8d8d;
}
#topbar ul li:before {
  content: "";
}
#topbar ul li:before span {
  padding: 0 3px;
}
#topbar ul li:hover a {
  color: #1bbc9b;
}
#topbar .topbar {
  padding: 6px 0;
  margin: 0px;
  vertical-align: center;
}
#topbar a {
  color: #8e8d8d;
}
#topbar a:hover {
  color: #1bbc9b;
}
#topbar a span {
  line-height: 22px;
}
#topbar a span.text-link {
  line-height: 24px;
  float: right;
}
#topbar a span.fa {
  float: left;
}
#topbar .show-mobile {
  padding: 8px 0;
}
#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: 36px;
  height: 36px;
  background-color: #ff6766;
  color: #FFFFFF;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  margin-left: 1px;
}
#topbar .show-mobile .quickaccess-toggle:hover {
  color: #FFFFFF;
  background-color: #FF3E3D;
}
#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 ;
  border-right: 1px solid ;
  border-left: 1px solid ;
  border-bottom: 1px solid ;
  border-color: #8e8d8d;
  color: #21272c;
}
#topbar .show-mobile ul,
#topbar .show-mobile .links {
  float: none;
  padding: 0;
  margin: 0;
  text-align: left;
  border: 0;
}
#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: 25px;
  background-color: transparent;
  color: ;
  border: none;
}
#topbar .show-mobile ul a:hover,
#topbar .show-mobile .links a:hover {
  color: ;
}
#topbar .show-mobile ul span,
#topbar .show-mobile .links span {
  margin-right: 10px;
}
#topbar .show-mobile .currency,
#topbar .show-mobile .language {
  width: 50%;
}
#topbar .show-mobile .currency .dropdown-menu,
#topbar .show-mobile .language .dropdown-menu {
  left: inherit;
  right: 0;
  padding: 0 10px;
}
#topbar .show-mobile .currency button,
#topbar .show-mobile .language button {
  height: 30px;
  padding: 0 10px;
}
#topbar .show-mobile .currency i,
#topbar .show-mobile .language i {
  background-color: transparent;
}
#topbar .show-mobile .currency .btn:hover,
#topbar .show-mobile .currency .btn:focus,
#topbar .show-mobile .language .btn:hover,
#topbar .show-mobile .language .btn:focus {
  color: #1bbc9b;
}
#topbar .show-mobile .language {
  border: 0;
}
#header {
  background: transparent;
}
#header-main .header-wrap {
  margin: 6px 0;
  height: 95px;
}
#header-main .inner {
  display: table;
  position: relative;
  height: 100%;
}
#header-main .inner > * {
  display: table-cell;
  vertical-align: middle;
}
#pav-mainnav {
  margin-bottom: 0px;
  background: transparent;
}
#pav-mainnav .mainnav-wrap {
  background: transparent;
}
#pav-showcase {
  background: #f7f7f7;
}
#pav-showcase .box {
  padding: 27px 0px;
}
#pav-promotion {
  background-color: #fff;
}
#pav-promotion .box-heading {
  margin-bottom: 20px;
}
#pav-promotion .box-content .carousel-controls {
  width: 39px;
}
#pav-promotion .box-content .carousel-controls .carousel-control {
  border: 1px solid #E5E5E5;
}
#pav-promotion .product-block {
  border: none;
  margin-bottom: 30px;
}
#columns #content .box .box-content {
  background-color: transparent;
}
#columns #group-content {
  margin-top: 85px;
  overflow: hidden;
  padding-top: 30px;
      border-radius: 0 0 8px 8px;
    border: 10px solid #7c6955;
    border-top: none;
}
ul.box-category   li.haschild {
	background:url(../image/arrow-down.png) no-repeat 94% 12px scroll;
}
#content {
  min-height: 150px;
  margin: 25px 0;
}
#content .box {
  padding: 0px;
}
.sidebar  [class*="col-"] {
  width: 100%;
}
#pav-mass-bottom {
  background: #f7f7f7;
  padding-bottom: 25px;
}
#pav-mass-bottom .box .box-heading {
  margin: 20px 0px;
  padding: 10px 0px;
  font-size: 22px;
}
#pav-mass-bottom .box .box-content {
  background: transparent;
}
#pav-mass-bottom .box .box-content .carousel-controls {
  top: 43px;
  right: 9px;
}
#pav-mass-bottom .product-block {
  border: 0;
  background: #fff;
}
#pav-mass-bottom .product-block .image .img {
  height: 10px;
  width: 10px;
}
#pav-mass-bottom .product-block .wishlist,
#pav-mass-bottom .product-block .compare {
  width: 50%;
}
#pav-mass-bottom .product-block .tooltip {
  width: 80%;
}
#pav-mass-bottom .product-block .product-label-special {
  border: 0;
  border-radius: 0;
  right: inherit;
  left: 0;
  top: 0;
  height: 30px;
  line-height: 30px;
  width: 50px;
}
#pav-mass-bottom .product-block:hover .compare-wishlish .wishlist > a {
  left: 65%;
}
#pav-mass-bottom .product-block:hover .compare-wishlish .compare > a {
  right: 65%;
}
#footer {
  background: transparent;
  min-height: 100px;
  padding-top: 0px;
  border-top: 1px solid darker(transparent,20%);
  border-bottom: 1px solid darker(transparent,20%);
}
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
#footer .box .box-heading {
  background: none;
  border: none;
  color: #21272c;
}
#footer .box .box-content {
  background: none;
  border: none;
}
#footer .footer-top {
  margin: 0;
}
#footer .footer-top .box-heading {
  padding: 10px 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 35px;
  font-size: 22px;
}
#footer .footer-top .carousel-controls {
  top: 58px;
}
#footer .footer-top .pavtestimonial {
  margin-bottom: 20px;
}
#footer .footer-top .testimonial-item .testimonial {
  background: url("../image/default/text-qoute.png") no-repeat scroll 0 0 transparent;
  padding-left: 45px;
  font-style: italic;
}
#footer .footer-top .testimonial-item .t-avatar {
  text-align: center;
}
#footer .footer-top .testimonial-item .profile {
  font-size: 12px;
  margin-bottom: 40px;
  text-align: center;
}
#footer .footer-top .testimonial-item .profile span {
  color: #1bbc9b;
  font-style: italic;
  font-size: 16px;
}
#footer .footer-top .blog-title a {
  color: #21272c;
  font-size: 16px;
  display: inline;
}
#footer .footer-top .blog-title a:hover {
  color: #1bbc9b;
}
#footer .footer-top .comment_count {
  padding-left: 25px;
  color: #8E8D8D;
  background: url("../image/blog_comment.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  font-size: 13px;
}
#footer .footer-top a.readmore {
  background: transparent;
  color: #1bbc9b;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
}
#footer .footer-top a.readmore:hover {
  color: #1bbc9b;
}
#footer .footer-center {
  border-top: 1px solid #ececec;
}
#footer .footer-center .box-heading {
  margin-bottom: 0px;
  padding: 25px 0 15px 0;
  font-size: 22px;
}
#footer .footer-center .box-heading > span > span {
  border-bottom: 0;
}
#footer .footer-center .box-content {
  margin-bottom: 50px;
}
#footer .footer-center .carousel-controls {
  top: 31px;
}
#footer .footer-center .carousel-inner .item-inner img {
  border: 1px solid #E5E5E5;
  float: left;
}
#footer .footer-bottom {
  background: #202020;
  padding: 20px 0 40px 0px;
}
#footer .footer-bottom .box-heading {
  padding-top: 30px;
  padding-bottom: 25px;
  margin-bottom: 0;
  color: white;
}
#footer .footer-bottom .box-heading span {
  color: white;
}
#footer .footer-bottom .box-heading span span {
  color: #1bbc9b;
  border-bottom: 0;
}
#footer .footer-bottom .box-content {
  color: #a1a5ab;
}
#footer .footer-bottom .box-content a {
  font-size: 14px;
  color: #a1a5ab;
}
#footer .footer-bottom ul {
  padding: 0;
}
#footer .footer-bottom ul > li {
  min-height: 20px;
  list-style: none;
  line-height: 20px;
}
#footer .footer-bottom ul > li span.fa {
  height: 38px;
  line-height: 38px;
  width: 38px;
  background: #323232;
  float: left;
  font-size: 21px;
  margin-right: 10px;
  margin-top: -6px;
  text-align: center;
  border-radius: 20px;
  padding-left: 7px;
  color: #a1a5ab;
}
#footer .footer-bottom ul > li:hover a {
  color: #fff;
}
#footer .footer-bottom ul > li:hover span {
  color: #fff;
}
#footer .footer-bottom ul > li:hover span.fa {
  background-color: #1bbc9b;
  -webkit-box-shadow: 0 0 0 30px #1bbc9b inset;
  box-shadow: 0 0 0 30px #1bbc9b inset;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#footer .footer-bottom ul.info-list > li {
  min-height: 40px;
  margin-bottom: 15px;
  line-height: 25px;
}
#footer h3 {
  color: #21272c;
  font-size: 21px;
  margin-top: 0px;
  margin-bottom: 8px;
}
#footer .column a {
  text-decoration: none;
  color: #848080;
}
#footer .column ul {
  margin-top: 0px;
  margin-left: 8px;
  padding-left: 12px;
}
#footer .column ul li {
  margin-bottom: 3px;
}
#footer .column a:hover {
  text-decoration: underline;
  color: #1bbc9b;
}
#powered {
  margin-top: 0px;
  text-align: center;
  clear: both;
  background: #161616;
  padding: 10px 0;
  color: #8e8d8d;
}
#powered a {
  color: #1bbc9b;
}
#powered .paypal {
  margin-top: 3px;
}
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
.banner div img {
  margin-bottom: 20px;
}
.box {
  margin-bottom: 0px;
  padding: 10px 0px;
}
.box .box-heading {
  border-bottom: 1px solid #E5E5E5;
  background: transparent;
  padding: 10px 0px;
  font-family: "ariali", serif;
  font-size: 19px;
  line-height: 20px;
  color: #21272c;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.box .box-heading span:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 20%;
}
.box .box-heading span {
  color: #21272c;
}
.box .box-heading span span {
  color: #21272c;
  border-bottom: 2px solid #1bbc9b;
  padding-bottom: 6px;
}
.box .box-content {
  background: #fff;
  padding: 10px 0px;
}
.box.highlighted .box-heading,
.box.orange .box-heading,
.box.dark .box-heading,
.box.green .box-heading,
.box.maroon .box-heading,
.box.blue .box-heading,
.box.gray .box-heading,
.box.pink .box-heading,
.box.red .box-heading {
  border-bottom: 1px dashed #FFFFFF;
  color: #FFFFFF;
}
.box.orange .box-heading {
  background: #fbb450;
}
.box.orange .box-content {
  background: #f89406;
}
.box.orange li {
  border-top-color: #fbb450;
}
.box.orange a {
  color: #B66B00;
}
.box.orange a:hover {
  color: #6F4100;
}
.box.dark {
  background: #000000;
}
.box.dark a {
  color: #777;
}
.box.dark a:hover {
  color: #888;
}
.box.green {
  background: #1bbc9b;
}
.box.green a {
  color: #63E063;
}
.box.green a:hover {
  color: #43F043;
}
.box.maroon {
  background: #F35D34;
}
.box.maroon a {
  color: #B4300D;
}
.box.maroon a:hover {
  color: #C93F19;
}
.box.blue {
  background: #049cdb;
}
.box.blue a {
  color: #47C9FF;
}
.box.blue a:hover {
  color: #0073A3;
}
.box.gray {
  background: #6e6e6e;
}
.box.gray a {
  color: #999;
}
.box.gray a:hover {
  color: #777;
}
.box.pink {
  background: #ff6766;
}
.box.pink a {
  color: #FF5C8F;
}
.box.pink a:hover {
  color: #FA2E6E;
}
.box.red {
  background: #9d261d;
}
.box.red a {
  color: #EE4538;
}
.box.red a:hover {
  color: #DA3F33;
}
.box ul {
  padding-left: 15px;
}
.box ul > li {
  padding: 8px 0 8px;
}
.box ul > li > a {
  font-size: 16px;
  text-decoration: none;
}
.box ul > li > a:hover {
  color: #1bbc9b;
}
.box ul > li ul {
  display: none;
}
.box ul > li ul > li {
  padding-top: 10px;
}
.box ul > li ul > li > a {
  text-decoration: none;
  display: block;
}
.box ul > li ul > li > a:hover {
  color: #1bbc9b;
}
.box ul > li a:hover .badge,
.box ul > li a.active .badge {
  background-color: transparent;
  color: #1bbc9b;
  transition: color 0.4s ease 0s;
}
.box ul > li a.active {
  color: #1bbc9b;
}
.box ul > li a.active + ul {
  display: block;
}
#language {
  color: #6e6e6e;
}
#language img {
  cursor: pointer;
  margin-right: 5px;
}
#currency {
  display: inline-block;
  line-height: 1.428571429;
}
#currency a {
  text-decoration: none;
  margin-left: 15px;
  padding: 0;
  cursor: pointer;
  font-size: 13px;
}
#currency a:hover {
  color: #1bbc9b;
}
#currency a b {
  color: #1bbc9b;
  text-decoration: none;
}
#currency a:hover b {
  color: #1bbc9b;
}
#header #cart {
  position: relative;
  top: 0px;
  z-index: 1500;
}
#header #cart .content {
  clear: both;
  display: none;
  min-height: 150px;
  min-width: 300px;
  position: absolute;
  right: 0;
  top: 30px;
  border-top: 5px solid #1bbc9b;
  background: #FFFFFF;
  z-index: 20;
  background-color: #333;
}
#header #cart .heading {
  z-index: 1;
  height: 30px;
  margin: 4px 0 4px 5px;
}
#header #cart .heading a {
  text-decoration: none;
  line-height: 30px;
  text-transform: lowercase !important;
  padding: 0 14px 0 35px;
  background: url('../image/icon-cart.png') no-repeat 10% 40% #1bbc9b;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  display: block;
}
#header #cart .heading a span {
  font-size: 13px;
  color: #FFFFFF;
}
#header #cart .heading h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 3px;
}
#header #cart.active .content {
  display: block;
}
#header #cart .checkout {
  text-align: right;
  padding: 10px;
}
#header #cart .checkout a {
  display: block;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
  background: #1bbc9b;
  color: #fff;
}
#header #cart .checkout a:hover {
  -webkit-box-shadow: inset 0 0 5px #FFFFFF;
  box-shadow: inset 0 0 5px #FFFFFF;
}
#header #cart .empty {
  padding-top: 50px;
  text-align: center;
  color: #fff;
}
.mini-cart-total td {
  color: #fff;
  padding: 5px;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.mini-cart-info {
  background: #fff;
  padding: 5px;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px 5px;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info .image {
  width: 1px;
}
.mini-cart-info .image img {
  border: 1px solid #EEEEEE;
  text-align: left;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-info td.total {
  text-align: right;
  color: #ff6766;
  font-family: "ariali", serif;
}
#search {
  margin: 4px 0;
  position: relative;
  width: 200px;
  display: block;
  z-index: 99;
}
#search input {
  background-color: #30383f;
  padding: 4px 30px 4px 10px;
  outline: none;
  border: none;
  width: 142px;
  height: 30px;
  line-height: 30px;
  color: #cacaca;
  border-radius: 15px;
  float: right;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#search input:focus,
#search input:active {
  width: 200px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#search .button-search {
  color: #cacaca;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}
.product-block {
  margin-bottom: 20px;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  background-color: #FFFFFF;
}
.product-block:hover .image .img:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block:hover .compare-wishlish .wishlist {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block:hover .compare-wishlish .wishlist a {
  left: 53%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.product-block:hover .compare-wishlish .compare {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block:hover .compare-wishlish .compare a {
  right: 53%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.product-block:hover .product-zoom {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block:hover .product-zoom a {
  -webkit-box-shadow: inset 0 0 0 20px #fff;
  box-shadow: inset 0 0 0 20px #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-block:hover .product-quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 20%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.product-block .product-meta {
  padding: 14px;
}
.product-block .product-meta a:hover {
  color: #1bbc9b;
}
.product-block .description {
  line-height: 20px;
  margin-bottom: 10px;
  color: #6e6e6e;
  display: none;
}
.product-block .compare-wishlish {
  left: 0;
  top: 0;
  width: 100%;
  top: 43%;
  position: absolute;
}
.product-block .compare-wishlish .wishlist {
  padding-left: 0;
  float: left;
}
.product-block .compare-wishlish .wishlist a {
  left: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.product-block .compare-wishlish .compare {
  padding-right: 0;
  float: right;
}
.product-block .compare-wishlish .compare a {
  right: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.product-block .wishlist,
.product-block .compare {
  width: 40%;
  min-height: 34px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 6;
}
.product-block .wishlist a,
.product-block .compare a {
  width: 34px;
  color: #6e6e6e;
  border-radius: 20px;
  text-decoration: none;
  display: block;
  background-color: #FFFFFF;
  line-height: 35px;
  height: 34px;
  text-align: center;
  position: absolute;
}
.product-block .wishlist a span,
.product-block .compare a span {
  display: none;
}
.product-block .wishlist .tooltip,
.product-block .compare .tooltip {
  width: 100%;
  top: -100px;
}
.product-block a:hover {
  color: #1bbc9b;
  transition: color 0.4s ease 0s;
}
.product-block .price-old {
  color: #6e6e6e;
  text-decoration: line-through;
  font-size: 14px;
}
.product-block .rating,
.product-block .norating {
  display: block;
  margin-bottom: 10px;
}
.product-block .cart {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  min-width: 140px;
}
.product-block .cart input {
  -webkit-box-shadow: 0 0 0 0px transparent inset;
  box-shadow: 0 0 0 0px transparent inset;
  background: transparent;
  color: #21272c;
  padding-left: 40px;
  font-size: 13px;
  text-transform: uppercase;
  height: 34px;
  position: absolute;
  left: 0;
}
.product-block .cart span {
  border-radius: 20px;
  color: #FFFFFF;
  background: #21272c;
  font-size: 19px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
}
.product-block .cart:hover input {
  color: #1bbc9b;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-block .cart:hover span {
  background-color: #1bbc9b;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-block .price-new {
  font-size: 18px;
  font-family: "ariali", serif;
}
.product-block .name {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
}
.product-block .name a {
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  line-height: 18px;
}
.product-block .image {
  display: block;
  margin-bottom: 0px;
  padding: 0;
  border: 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.product-block .image .img {
  transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.product-block .image .img img {
  width: 100%;
  display: block;
}
.product-block .image .img:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: rgba(27,188,155,0.55);
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  text-align: left;
  z-index: 1;
}
.product-block .image .product-label-special {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  border-radius: 20px;
  height: 41px;
  line-height: 36px;
  font-size: 14px;
  width: 41px;
  border: 3px solid #ffb3b2;
  background: repeat scroll 0 0 #ff6766;
  padding: 0;
}
.product-block .image .hover-image {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  left: 0;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block .image .hover-image img {
  width: 100%;
}
.product-block .image:hover .hover-image {
  transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block .product-quickview {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block .product-quickview .pav-colorbox {
  color: #FFFFFF;
  font-family: "proximanova-semibold", serif;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.product-block .product-quickview .pav-colorbox:hover {
  font-size: 16px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.product-block .price {
  display: block;
  color: #ff6766;
  font-size: 18px;
  font-family: "ariali", serif;
  margin-bottom: 15px;
}
.product-block .price .price-tax {
  display: none;
}
.product-block .product-zoom {
  position: relative;
  width: 20%;
  float: left;
  min-height: 34px;
  text-align: center;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-block .product-zoom a {
  height: 34px;
  line-height: 35px;
  width: 34px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  color: #6e6e6e;
  font-size: 16px;
  text-align: center;
  display: inline-block;
}
.product-block .product-zoom a span {
  line-height: 2;
}
.product-block .product-zoom:hover > a {
  color: #1bbc9b;
}
.sidebar {
  padding-right: 13px;
}
.sidebar .box {
  padding: 5px 0px;
}
.sidebar .box .box-heading span {
  padding-bottom: 7px;
}
.sidebar .box .box-heading span span {
  border-bottom: 2px solid #1bbc9b;
}
.sidebar .product-block {
  border: none;
  overflow: hidden;
}
.sidebar .product-block .image {
  float: left;
  margin-right: 15px;
  width: 95px;
  height: 95px;
  border: 1px solid #E5E5E5;
}
.sidebar .product-block .image .product-label-special {
  display: none;
}
.sidebar .product-block .image .img:after {
  background-color: rgba(0,0,0,0);
}
.sidebar .product-block .product-meta {
  padding: 5px 0px;
}
.sidebar .product-block .wishlist,
.sidebar .product-block .compare,
.sidebar .product-block .cart {
  display: none;
}
.sidebar .product-block .description {
  display: none;
}
.sidebar .tag img:hover {
  transform: scale(0.96);
}
.box-category {
  border: none;
}
ul.box-category,
ul.box-category ul {
  margin: 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 #cacaca;
  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: #8e8d8d !important;
}
.zoomContainer .zoomWindow {
  border: 4px solid #cacaca !important;
}
#scrollUp {
  bottom: 0px;
  right: 30px;
  width: 70px;
  height: 70px;
  margin-bottom: -10px;
  padding: 10px 5px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  color: #828282;
  -webkit-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
  box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
  background-color: #E6E6E6;
  background-image: -moz-linear-gradient(top,#EBEBEB,#DEDEDE);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#EBEBEB),to(#DEDEDE));
  background-image: -webkit-linear-gradient(top,#EBEBEB,#DEDEDE);
  background-image: -o-linear-gradient(top,#EBEBEB,#DEDEDE);
  background-image: linear-gradient(to bottom,#EBEBEB,#DEDEDE);
  background-repeat: repeat-x;
  -webkit-transition: margin-bottom 150ms linear;
  -moz-transition: margin-bottom 150ms linear;
  transition: margin-bottom 150ms linear;
}
#scrollUp:hover {
  margin-bottom: 0px;
}
.populartag .box-content {
  padding: 0;
}
.populartag .box-content a {
  padding: 0 15px 20px 0;
}
#group-content h1 {
  margin-top: 0;
  border-bottom: ;
  padding-bottom: 9px;
  position: relative;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 19px;
  color: #21272c;
  font-family: "ariali", serif;
}
.category-list {
  display: none;
  margin-bottom: 20px;
}
.category-list ul {
  float: left;
}
.category-info {
  margin-bottom: 25px;
}
.manufacturer-heading {
  background: #F8F8F8;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
}
.manufacturer-list {
  border: 1px solid #DBDEE1;
  padding: 5px;
  margin-bottom: 20px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.manufacturer-content {
  padding: 8px;
  overflow: auto;
}
.product-filter {
  border-bottom: none;
  padding: 5px 0px;
  background: transparent;
  margin-bottom: 20px;
}
.product-filter .sort {
  float: left;
  color: #333;
}
.product-filter .limit {
  margin-right: 10px;
  float: right;
  color: #333;
}
.product-filter .display {
  float: left;
  margin-right: 25px;
  color: #333;
}
.product-filter .display a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  height: 25px;
  line-height: 26px;
  margin-left: 10px;
  width: 25px;
  color: #8e8d8d;
  text-align: center;
}
.product-filter .display a > em {
  display: none;
}
.product-filter .display a.active {
  color: #fff;
  background: #1bbc9b;
  border-color: #1bbc9b;
}
.product-filter .display a:hover {
  color: #1bbc9b;
}
.product-filter .display a:hover.active {
  color: #fff;
}
.product-filter .form-control {
  display: inline-block;
  width: auto;
  border-radius: 0;
  height: 27px;
  padding: 3px;
  max-width: 170px;
}
.product-compare {
  float: right;
  line-height: 27px;
  background: #1bbc9b;
  display: inline-block;
  font-size: 13px;
  height: 27px;
  padding: 0 10px;
  vertical-align: middle;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  margin-left: 20px;
}
.product-compare a {
  color: #fff;
}
.product-compare:hover {
  box-shadow: 0 0 0 30px #21272c inset;
}
.pagination .product-compare {
  float: right;
}
.product-list .col-fullwidth {
  width: 100%;
}
.product-list .product-block {
  border: 0;
}
.product-list .image {
  float: left;
  margin-right: 10px;
}
.product-list .image img {
  border: 1px solid #E7E7E7;
}
.product-list .description {
  display: block !important;
}
.product-list .right {
  float: right;
  margin-left: 15px;
}
.product-list > div {
  margin-bottom: 15px;
}
.product-list > div + div {
  border-top: 1px solid #EEEEEE;
  padding-top: 16px;
}
.product-grid {
  position: relative;
}
.product-grid .description {
  display: none;
}
.product-info {
  margin-top: 15px;
  margin-bottom: 20px;
}
.product-info h1 {
  text-transform: none !important;
  font-size: 24px !important;
  font-weight: normal !important;
  font-family: "ariali", serif !important;
}
.product-info .product-label-special {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10;
  border-radius: 20px;
  height: 41px;
  line-height: 36px;
  font-size: 14px;
  width: 41px;
  border: 3px solid #ffb3b2;
  background: repeat scroll 0 0 #ff6766;
  padding: 0;
}
.product-info .product-extra {
  color: #21272c;
  margin-bottom: 5px;
  float: right;
}
.product-info .minimum {
  margin-bottom: 10px;
}
.product-info .quantity-adder {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  min-width: 115px;
  float: left;
}
.product-info .quantity-adder input {
  height: 35px;
  min-width: 60px;
  border-radius: 0;
  margin-right: 5px;
  display: inline;
  width: auto;
}
.product-info .quantity-adder .add-up {
  top: 0;
}
.product-info .quantity-adder .add-down {
  bottom: 0;
}
.product-info .add-action {
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 16px;
  background-color: #d0d0d0;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  color: white;
}
.product-info .add-action:hover {
  background-color: #1bbc9b;
}
.product-info .cart {
  display: inline-block;
  position: relative;
  min-width: 140px;
}
.product-info .cart:hover input {
  color: #1bbc9b;
}
.product-info .cart:hover span {
  background-color: #1bbc9b;
  transition: all 0.5s ease 0s;
}
.product-info .cart input {
  -webkit-box-shadow: 0 0 0 0px transparent inset;
  box-shadow: 0 0 0 0px transparent inset;
  background: transparent;
  color: #21272c;
  min-height: 34px;
  font-size: 13px;
  text-transform: uppercase;
  height: 34px;
  left: 0;
  padding-left: 40px;
  position: absolute;
}
.product-info .cart span {
  border-radius: 20px;
  color: #FFFFFF;
  background: #21272c;
  float: left;
  font-size: 19px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
}
.product-info .price-old {
  color: #F00;
  text-decoration: line-through;
}
.product-info .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info > .left {
  float: left;
  margin-right: 15px;
}
.product-info > .left + .right {
  margin-left: 265px;
}
.product-info .image {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.product-info .price-cart {
  margin-bottom: 5px;
}
.product-info .price {
  font-size: 18px;
  font-family: "ariali", serif;
  color: #ff6766;
}
.product-info .price .reward {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info .price .discount {
  font-weight: normal;
  font-size: 12px;
  color: #4D4D4D;
}
.product-info .price .price-old {
  color: #6e6e6e;
  text-decoration: line-through;
  font-size: 14px;
}
.product-info .description {
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #6e6e6e;
}
.product-info .description a {
  color: #6e6e6e;
  text-decoration: none;
}
.product-info .description a:hover {
  color: #1bbc9b;
}
.product-info .description span {
  color: #21272c;
  font-weight: bold;
  padding-right: 10px;
}
.product-info .compare-wish {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
}
.product-info .compare-wish .wishlist,
.product-info .compare-wish .compare {
  margin-right: 10px;
}
.product-info .compare-wish a {
  line-height: 34px;
  display: inline-block;
}
.product-info .compare-wish a:hover span {
  background: #1bbc9b;
  transition: all 0.5s ease 0s;
}
.product-info .compare-wish span {
  width: 34px;
  border-radius: 20px;
  background-color: #333;
  color: #fff;
  line-height: 34px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}
.product-info .image-additional {
  width: 100%;
  clear: both;
  overflow: hidden;
  padding: 0px 43px;
}
.product-info .image-additional .carousel-control {
  color: #6e6e6e;
  font-size: 60px;
  cursor: pointer;
  top: -7px;
}
.product-info .image-additional a {
  float: left;
  display: block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.product-info .image-additional img {
  border: 1px solid #E7E7E7;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.product-info .options {
  padding: 0px 5px 10px 5px;
  margin-bottom: 10px;
  color: #000000;
}
.product-info .review {
  color: #8e8d8d;
  margin-bottom: 10px;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.product-info .review > div {
  line-height: 20px;
}
.product-info .review > div img {
  margin-top: -4px;
  height: 10px;
  width: 60px;
}
.product-info .review > div a {
  color: #8e8d8d;
}
.product-info .review > div a:hover {
  color: #1bbc9b;
}
.product-info .review > div > span {
  color: #38B0E3;
}
.product-info .share {
  margin-bottom: 10px;
}
.product-info .discount {
  display: none;
}
.product-related .box-heading {
  margin-bottom: 25px;
}
.product-related .product-block:hover .compare-wishlish .wishlist > a {
  left: 57%;
}
.product-related .product-block:hover .compare-wishlish .compare > a {
  right: 57%;
}
.product-related .carousel-controls {
  top: -53px !important;
}
.review-list {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .text {
  clear: both;
}
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.attribute {
  display: inline-table;
  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: #21272c;
  font-weight: bold;
  text-align: right;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
  text-align: right;
}
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
  text-align: left;
}
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
  text-align: right;
}
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
  text-align: left;
}
.wishlist-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.wishlist-info thead .image {
  text-align: center;
}
.wishlist-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.wishlist-info tbody .action img {
  cursor: pointer;
}
.wishlist-info tbody .image {
  text-align: center;
}
.wishlist-info tbody .image img {
  border: 1px solid #ddd;
}
.wishlist-info tbody .price s {
  color: #F00;
}
.wishlist-info td {
  padding: 7px;
}
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}
.order-list {
  margin-bottom: 10px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.order-list .order-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
  float: left;
  width: 33.3%;
}
.order-list .order-info {
  text-align: right;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.order-detail {
  background: #EFEFEF;
  font-weight: bold;
}
.return-list {
  margin-bottom: 10px;
}
.return-list .return-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
  float: left;
  width: 33.3%;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.return-list .return-info {
  text-align: right;
}
.return-product {
  margin-bottom: 20px;
  clear: both;
  overflow: auto;
}
.return-name {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-model {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-quantity {
  float: left;
  width: 31%;
}
.return-detail {
  overflow: auto;
  margin-bottom: 20px;
}
.return-reason {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened textarea {
  width: 98%;
  vertical-align: top;
}
.return-captcha {
  float: left;
}
.download-list {
  margin-bottom: 10px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.download-list .download-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
  float: left;
  width: 33.3%;
}
.download-list .download-info {
  text-align: right;
}
.cart-module > div {
  display: none;
}
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
  text-align: left;
}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
  text-align: left;
}
.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
  position: relative;
  top: 4px;
  cursor: pointer;
}
.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right;
}
.cart-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody .image img {
  border: 1px solid #ddd;
}
.cart-info tbody span.stock {
  color: #F00;
  font-weight: bold;
}
.cart-info td {
  padding: 7px;
}
.cart-info table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.cart-total {
  border-top: 1px solid #ddd;
  overflow: auto;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
.cart-total table {
  float: right;
}
.cart-info thead .price,
.cart-info thead .total {
  text-align: right;
}
.checkout-heading {
  background: #cacaca;
  border: 1px solid #cacaca;
  padding: 8px;
  font-weight: bold;
  font-size: 1;
  color: #555555;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
}
.checkout-content .left{
	width:50%;
	float:right;
}
.checkout-content .right{
	width:50%;
	float:right;
}
.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 {
  overflow: auto;
  margin-bottom: 40px;
}
.contact-info {
  overflow: auto;
}
.gm-style img {
  max-width: none;
}
#contact-map {
  border: 7px solid #cccccc;
  margin-bottom: 25px;
}
.contact-detail {
  margin-bottom: 50px;
}
.contact-detail ul {
  padding: 0;
}
.contact-detail ul > li {
  list-style: none;
  padding: 8px 0;
  border-bottom: 1px dashed #cacaca;
}
.contact-detail ul > li i {
  display: inline-block;
  line-height: 38px;
  float: left;
  margin-right: 10px;
  font-size: 24px;
  width: 24px;
}
.contact-customhtml {
  margin-bottom: 50px;
}
.pav-blog .image {
  margin-bottom: 20px;
}
.pavblog-comments {
  padding: 10px;
  background: #1bbc9b;
  color: white;
}
.pavblog-comments .pav-comment {
  padding-bottom: 10px;
  border-bottom: 1px dashed #fff;
}
#pav-mainnav .navbar {
  border: 0px;
  border-radius: 0;
}
#pav-mainnav .navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  float: right;
}
#pav-mainnav .navbar ul.nav > li:first-child {
  border-left: 1px solid #E5E5E5;
}
#pav-mainnav .navbar ul.nav > li {
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  min-width: 70px;
}
#pav-mainnav .navbar ul.nav > li:hover {
  box-shadow: 0 4px 0 0 #1bbc9b;
}
#pav-mainnav .navbar ul.nav > li:hover > a {
  color: #1bbc9b;
  transition: color 0s ease 0s;
}
#pav-mainnav .navbar ul.nav > li > a {
  line-height: 27px;
  padding: 13px 15px 5px 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "proximanova-semibold", serif;
  text-align: center;
  color: #959595;
}
#pav-mainnav .navbar ul.nav > li > a span {
  background-position: center top !important;
  display: block;
}
#pav-mainnav .navbar ul.nav > li > a span .menu-icon {
  padding-top: 33px;
}
#pav-mainnav .navbar ul.nav > li > a span .menu-title {
  padding-top: 28px;
}
#pav-mainnav .navbar ul.nav > li > a b.caret {
  /* display: none; */
}
#pav-mainnav .navbar .navbar-header {
  float: none;
}
#pav-mainnav .navbar-nav > li > .dropdown-menu {
  padding: 20px;
  border: 0;
  border-radius: 0;
  border-top: 5px solid transparent;
}
#pav-mainnav .dropdown-menu li > a {
  background: none;
  padding: 10px 8px;
  line-height: 20px;
  color: #6e6e6e;
  font-family: "ariali", serif !important;
  font-size: 14px;
  margin-left: 0;
}
#pav-mainnav .dropdown-menu li > a span {
  padding: 0;
}
#pav-mainnav .dropdown-menu li > a .caret {
  margin-left: 7px;
}
#pav-mainnav .dropdown-menu li > a:hover {
  color: #1bbc9b;
}
#pav-mainnav .dropdown-menu li > a:hover > b.caret {
  border-bottom-color: #1bbc9b;
  border-top-color: #1bbc9b;
}
#pav-mainnav .dropdown-menu > li {
  border-bottom: solid 1px #E5E5E5;
}
#pav-mainnav .dropdown-menu > li:last-child {
  border-bottom: 0;
}
#pav-mainnav .dropdown-menu ul > li {
  border-bottom: solid 1px #E5E5E5;
  position: relative;
}
#pav-mainnav .dropdown-menu ul > li:last-child {
  border-bottom: 0;
}
#pav-mainnav .mega-group > .dropdown-toggle {
  border-bottom: none;
}
#pav-mainnav .navbar-inverse .navbar-nav > .open > a {
  background-color: transparent;
}
#pav-mainnav .navbar-inverse .navbar-toggle {
  border-color: #1bbc9b;
}
#pav-mainnav #logo {
  padding-top: 14px;
  padding-bottom: 10px;
}
#pav-mainnav .row {
  padding: 0px;
}
.pav-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
}
.pav-megamenu .mega-group .caret {
  display: none;
}
.pav-megamenu .mega-group > .dropdown-toggle {
  display: block;
  font-weight: bold;
  padding: 6px 5px;
  text-transform: uppercase !important;
  border-bottom: solid 1px #E5E5E5;
  color: #21272c !important;
}
.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;
  padding: 0 5px;
  left: 100%;
  margin-left: -6px;
  margin-top: -1px;
  top: 0;
}
.pav-megamenu .cols2 {
  width: 420px;
}
.pav-megamenu .cols3 {
  width: 620px;
}
.pav-megamenu .cols4 {
  width: 820px;
}
#mainmenutop .navbar-toggle {
  float: left;
}
#menu-offcanvas .dropdown .dropdown-menu {
  display: block;
  position: relative;
  float: none;
  width: 100% !important;
  border-radius: 0;
}
#menu-offcanvas .dropdown .dropdown-menu-inner {
  padding: 0px 10px;
}
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: 99;
}
.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%;
  background: #1bbc9b;
  -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 {
  list-style: none;
}
.offcanvas-menu ul li a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  color: #000;
  text-shadow: 0 0 1px rgba(255,255,255,0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}
.offcanvas-menu ul li:firoffcanvas-child a {
  box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}
.offcanvas-menu ul li:hover {
  background: rgba(0,0,0,0.2);
  box-shadow: inset 0 -1px rgba(0,0,0,0);
}
.offcanvas-menu .menu-icon {
  background: none !important;
}
.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;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-sidebars-buttons {
  margin-bottom: 10px;
  overflow: hidden;
}
@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;
  }
}
.box-media .box-content {
  background: transparent;
}
.box-media .media.first {
  background: url("../image/bg-media.png") repeat scroll 0 0 #1bbc9b;
}
.box-media .media {
  color: #FFFFFF;
  text-align: center;
  min-height: 150px;
  text-transform: uppercase;
}
.box-media .media .media-object {
  width: 100%;
  min-height: 150px;
}
.box-media .media h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
}
.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 {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.newest {
  margin-top: 30px;
  padding: 0;
}
.newest .box-heading {
  font-size: 22px;
}
.newest .carousel-controls {
  top: 13px;
  right: 0;
}
.newest .product-block .wishlist,
.newest .product-block .compare {
  width: 50%;
}
.newest .product-block .image {
  float: left;
  width: 48%;
  border: 1px solid #E5E5E5;
  margin-right: 15px;
}
.newest .product-block:hover .compare-wishlish .wishlist > a {
  left: 57%;
}
.newest .product-block:hover .compare-wishlish .compare > a {
  right: 57%;
}
.newest .product-meta {
  padding: 5px;
}
.newest .product-meta .rating {
  display: block;
}
.discount {
  padding: 0px 18px;
  margin-top: 43px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  border: 1px solid #E5E5E5;
}
.discount .carousel-controls {
  right: -1px;
  top: -1px;
}
.discount .box-heading {
  border-bottom: none;
  margin-bottom: 0 !important;
}
.discount .box-heading span {
  color: #ff6766;
}
.discount .box-content {
  padding: 7px 0px 11px 0;
  background-color: #f7f7f7;
}
.discount .product-block {
  margin-bottom: 0 !important;
  background-color: #f7f7f7;
}
.discount .product-block:hover .image .img:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.discount .product-block:hover .product-quickview {
  bottom: 40%;
}
.discount .product-block .description {
  display: block;
}
.discount .product-block .rating {
  display: none;
}
.discount .product-block .compare-wishlish {
  top: 195%;
  width: 50%;
  left: inherit;
  right: 0;
}
.discount .product-block .compare-wishlish .wishlist,
.discount .product-block .compare-wishlish .compare {
  width: 20%;
  opacity: 1;
}
.discount .product-block .compare-wishlish .wishlist a,
.discount .product-block .compare-wishlish .compare a {
  color: #FFFFFF;
  background-color: #cacaca;
}
.discount .product-block .compare-wishlish .wishlist a:hover,
.discount .product-block .compare-wishlish .compare a:hover {
  background-color: #1bbc9b;
  -webkit-box-shadow: 0 0 0 20px #1bbc9b inset;
  box-shadow: 0 0 0 20px #1bbc9b inset;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.discount .product-block .compare-wishlish .wishlist a {
  left: inherit;
  right: 0;
}
.discount .product-block .compare-wishlish .compare {
  float: left;
  margin-left: 4%;
}
.discount .product-block .compare-wishlish .compare a {
  left: 0;
}
.discount .product-block .compare-wishlish .tooltip {
  width: 250%;
}
.discount .image {
  margin-bottom: 20px;
  background-color: #fff;
  overflow: visible;
}
.discount .image:hover .img {
  transform: rotateX(0deg) rotateY(0deg) !important;
  -webkit-transform: rotateX(0deg) rotateY(0deg) !important;
  -moz-transform: rotateX(0deg) rotateY(0deg) !important;
}
.discount .image .product-label-special {
  top: inherit;
  bottom: 10px;
  right: 13px;
  width: 63px;
  height: 63px;
  border-radius: 35px;
  font-size: 16px;
  border: 5px solid #ffb3b2;
  line-height: 54px;
}
.discount .image .pav-colorbox {
  background-color: #1bbc9b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 6px;
}
.discount .image .hover-image {
  display: none;
}
.discount .product-meta {
  padding: 0;
}
.social ul > li {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
}
.social ul > li span {
  padding-left: 4px !important;
}
@media only screen and (min-width: 990px) {
  .pavcol-sm-5 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 20%;
  }
  .pavcol-sm-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  .mainmenu {
    position: absolute !important;
    top: 0;
    width: 50px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-toggle {
    display: block !important;
  }
  #header #cart .heading {
    margin: 8px 0 8px 1px;
    height: 36px;
  }
  #header #cart .heading a {
    width: 35px;
    height: 36px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-position: center;
  }
  #header #cart .heading a span {
    display: none;
  }
  #header #cart .content {
    top: 36px;
  }
  #search {
    width: 35px;
    height: 36px;
    margin: 8px 0;
    margin-left: 1px;
  }
  #search input {
    height: 36px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 0;
    padding: 0;
  }
  #search input:focus,
  #search input:active {
    padding: 4px 46px 4px 10px;
  }
  #search .button-search {
    width: 35px;
    height: 36px;
    line-height: 36px;
    background-color: #1bbc9b;
    color: #FFFFFF;
    font-size: 18px;
  }
  #search:hover input {
    width: 200px;
    padding: 4px 46px 4px 10px;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
  }
  .zoomContainer {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  #logo {
    text-align: center;
  }
  .navbar-default .navbar-toggle {
    display: block;
    float: none;
    margin-left: 0;
  }
  .navbar-collapse {
    display: none !important;
  }
  .box-media .media {
    margin-bottom: 5px;
    min-height: 120px;
  }
  .box-media .media img {
    min-height: 120px;
    max-height: 160px;
  }
  .wishlist-info td,
  .wishlist-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.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.pav-shop-cart tr td {
    text-align: right;
    display: block;
    min-height: 20px;
    border-left: none;
    background: none;
  }
  .wishlist-info thead,
  table.pav-shop-cart thead {
    display: none;
  }
  #breadcrumb {
    min-height: 35px;
  }
  #breadcrumb .breadcrumb {
    padding: 10px 0;
  }
  #columns #group-content {
    margin-top: 15px;
  }
  .navbar {
    min-height: 7px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  #logo {
    text-align: center;
  }
  #pav-mainnav .navbar {
    margin-right: 0;
    margin-left: 0;
  }
  .box-media .media {
    margin-bottom: 5px;
    max-height: 200px;
    min-height: 160px;
  }
  .box-media .media img {
    max-height: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #pav-mainnav .navbar ul.nav > li > a {
    padding: 40px 10px 5px;
  }
  .box-media .media {
    min-height: 160px;
  }
  .box-media .media img {
    min-height: 160px;
  }
  .newsletter_block input.button_mini {
    width: 69px !important;
  }
}
@media only screen and (max-width: 360px) {
  .welcome {
    border: 0;
  }
  .newest .product-block:hover .compare-wishlish .wishlist > a {
    left: 50%;
  }
  .newest .product-block:hover .compare-wishlish .compare > a {
    right: 50%;
  }
  .discount .product-block .compare-wishlish {
    top: 205%;
  }
  .discount .product-block .compare-wishlish .compare {
    margin-right: 8% !important;
  }
}
@media only screen and (max-width: 320px) {
  .discount .product-block .compare-wishlish {
    top: 221%;
  }
  .product-info .image-additional {
    padding: 0 25px !important;
  }
}
