<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body {
  background-color: #81A256;
  background-image: url("../../image/green/bg-body.png");
  background-position: top center;
  background-repeat: repeat;
  color: #333333;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
}
body {
  overflow-x: hidden;
}
.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;
}
.welcome {
  color: #636E75;
  font: Verdana;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
a {
  cursor: hand;
  cursor: pointer;
}
a img {
  border: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
  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 #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
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 &gt; * &gt; * &gt; 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;
}
.pagination {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 12px 30px;
  display: block;
  width: 100%;
  margin: 0px;
  background-color: #FFFFFF;
  border-top: 1px solid #F0F0F0;
  overflow: hidden;
}
.pagination .links {
  float: left;
}
.pagination .links a {
  border: 1px solid #ddd;
}
.pagination .links a {
  display: inline-block;
  border-left-width: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  padding: 2px 8px;
  text-decoration: none;
  color: #A3A3A3;
}
.pagination .links a:hover {
  background-color: #8BB258;
  color: #fff;
  border: 1px solid #81A256;
}
.pagination .links b {
  display: inline-block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  padding: 2px 8px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  background-color: #8BB258;
  border: 1px solid #81A256;
}
.pagination .results {
  float: right;
  padding-top: 3px;
}
input.button {
  margin: 0;
  border: 0;
  min-height: 30px;
  padding: 0px 12px 0px 12px;
}
a.button,
input.button {
  cursor: pointer;
  color: #FFFFFF;
  background: #F07279;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.4s ease 0s;
}
a.button:hover,
input.button:hover {
  box-shadow: 0 0 0 20px #C83A3A inset;
}
a.button:hover,
input.button:hover {
  background-position: 0px -24px;
}
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;
}
.links {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  padding-top: 6px;
}
.links li {
  display: inline;
  margin-right: 2px;
}
.links li:first-child:before {
  content: "";
  margin-left: 0;
}
.links li:before {
  font-size: 11px;
  margin-right: 2px;
}
.htabs {
  min-height: 30px;
  line-height: 16px;
  background-color: #F7F6F7;
}
.htabs a {
  padding: 15px 25px;
  float: left;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #A1CA6C;
  display: none;
}
.htabs a.selected {
  background: #A1CA6C;
  color: #FFFFFF;
}
.tabs-group .tab-content {
  padding: 20px;
}
.tab-content {
  background-color: #FFFFFF;
  z-index: 2;
}
.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/green/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/green/warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-top: 15px;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: 13px;
  display: block;
}
.error {
  display: block;
  color: #FF0000;
}
.welcome {
  color: #636E75;
  font: 13px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
.success {
  background: #EAF7D9 url('../../image/green/success.png') 10px center no-repeat;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-top: 15px;
}
h1 {
  font-size: 26px;
  line-height: 48px;
}
h1 small {
  font-size: 19.5px;
}
h2 {
  font-size: 19.5px;
}
h2 small {
  font-size: 13px;
}
h3 {
  font-size: 16px;
  line-height: 32px;
}
h3 small {
  font-size: 15px;
}
h4 {
  font-size: 15px;
  line-height: 32px;
}
h4 small {
  font-size: 13px;
}
h5 {
  font-size: 14px;
  line-height: 32px;
}
h5 small {
  font-size: 11px;
}
h6 {
  font-size: 13px;
  line-height: 32px;
}
form {
  padding: 0;
  margin: 0;
  display: inline;
}
input[type='text'],
input[type='password'],
textarea {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 5px;
  margin-left: 0px;
  margin-right: 0px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.075) inset;
}
input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #66AFE9;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(102,175,233,0.6);
  outline: 0 none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.btn-danger {
  margin: 10px 30px;
}
#page {
  margin: 0 auto;
}
body.layout-boxed-md {
  background-image: url("../../image/green/pattern/pattern17.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-lg {
  background-image: url("../../image/green/pattern/pattern17.png");
}
body.layout-boxed-lg #page {
  max-width: 1170px;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
#header .mini-access {
  padding-left: 5px;
}
#header .mini-access ul {
  padding: 0px;
}
#header .mini-access ul li {
  list-style: none;
  float: left;
  padding: 3px 10px;
  margin: 5px 5px 0px 0px;
}
.container {
  padding: 0px;
}
#topbar {
  color: #FFFFFF;
  font-size: 12px;
  padding: 17px 0 20px;
}
#topbar li a {
  font-size: 12px;
  color: #FFFFFF;
  background-color: rgba(101,130,62,0.3);
  padding: 7px 10px;
}
#topbar li:before {
  color: #ffffff;
}
#topbar li:hover a {
  color: #eeeeee;
  background-color: #D38089;
}
#topbar li span {
  margin-right: 10px;
}
#header-main .container {
  background-color: #FFFFFF;
}
#header-main .header-wrap {
  background-color: #FFFFFF;
  position: relative;
}
#header-main .inner {
  display: table;
  position: relative;
  height: 100%;
}
#header-main .inner &gt; * {
  display: table-cell;
  vertical-align: middle;
}
#header-main .header-right {
  position: relative;
}
#logo {
  padding: 16px 30px;
  text-align: center;
}
.navbar-header {
  float: right;
}
.navbar-inverse {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.content-product #content {
  background-color: transparent;
  padding: 0px;
}
#content {
  min-height: 400px;
  background-color: #FFFFFF;
  padding: 20px;
  margin-bottom: 20px;
}
#content h1 {
  margin-top: 0px;
}
#content_product {
  background: #FFFFFF;
}
.sidebar  [class*="col-"] {
  width: 100%;
}
.sidebar .box-content {
  background-color: #FFFFFF;
}
.tabs-group {
  margin-bottom: 20px;
}
#footer {
  background: none;
  min-height: 100px;
  border-top: 1px solid darker(none,20%);
  border-bottom: 1px solid darker(none,20%);
  color: #ced9d7;
}
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
#footer .box .box-heading {
  background: none;
  border: none;
  color: #fff;
  font-size: 15.6px;
  padding: 8px 0px;
  margin-bottom: 20px;
  font-weight: 600;
}
#footer .box .box-content {
  background: none;
  border: none;
}
#footer .footer-center .footer-center-wrap {
  background-color: #576C3C;
  padding: 30px 30px 30px 30px;
}
#footer .footer-center .footer-center-wrap .list {
  padding: 0px;
}
#footer .footer-bottom {
  margin-bottom: 50px;
}
#footer .footer-bottom .box {
  margin-bottom: 0px;
}
#footer .footer-bottom .box p {
  margin: 0px;
}
#footer h3 {
  color: #fff;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 8px;
}
#footer .column a {
  text-decoration: none;
  color: #ced9d7;
}
#footer .column ul {
  margin-top: 0px;
}
#footer li a {
  color: #A1A5AB;
  font-size: 13.65px;
}
#footer li a:hover {
  text-decoration: none;
  color: #E56970;
}
#footer .list li {
  list-style: disc inside url('../../image/green//icon-style-li.png');
  line-height: 2.2857142864;
}
.footer-bottom .box-content {
  font-size: 14.3px;
}
.footer-bottom .box-content span {
  color: #E56970;
}
.footer-bottom .box-content ul {
  float: right;
}
.footer-bottom .box-content ul li {
  float: left;
  margin-left: 20px;
}
#powered {
  margin-bottom: 35px;
  text-align: right;
  clear: both;
  color: #333333;
}
#powered .wrap-powered {
  background-color: #E4E1E4;
  padding: 20px 30px;
  overflow: hidden;
}
#powered .wrap-powered a {
  color: #81A256;
}
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
.banner div img {
  margin-bottom: 20px;
}
.box {
  margin-bottom: 20px;
}
.box .box-heading {
  padding: 15px 20px;
  font-family: 'Lato', sans-serif;
  font-size: 18.2px;
  color: #F2F1F3;
  font-weight: normal;
  line-height: 14px;
  background-color: #A1CA6C;
}
.box .box-content {
  padding: 0px;
}
.box .box-content li {
  list-style: none;
}
.box .box-content img {
  text-align: center;
}
.box .box-content .image {
  text-align: center;
}
.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: #7db641;
}
.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: #555555;
}
.box.gray a {
  color: #999;
}
.box.gray a:hover {
  color: #777;
}
.box.pink {
  background: #c3325f;
}
.box.pink a {
  color: #FF5C8F;
}
.box.pink a:hover {
  color: #FA2E6E;
}
.box.red {
  background: #9d261d;
}
.box.red a {
  color: #EE4538;
}
.box.red a:hover {
  color: #DA3F33;
}
.box-content .box-product {
  background-color: #FFFFFF;
}
.box-category,
.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}
.box-category &gt; li {
  padding: 8px 8px 8px 0px;
}
.box-category &gt; li + li {
  border-top: 1px dashed #eeeeee;
}
.box-category &gt; li ul {
  display: none;
}
.box-category &gt; li ul &gt; li {
  padding: 5px 5px 0px 10px;
}
.box-category &gt; li ul &gt; li &gt; a {
  text-decoration: none;
  display: block;
}
.box-category &gt; li ul &gt; li &gt; a.active {
  font-weight: bold;
}
.box-category &gt; li &gt; a {
  text-decoration: none;
  color: #333;
}
.box-category &gt; li a.active {
  font-weight: bold;
}
.box-category &gt; li a.active + ul {
  display: block;
}
.box-filter,
.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-filter &gt; li ul {
  padding-bottom: 10px;
}
.box-filter span {
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
#language ul {
  padding: 0px;
  float: left;
}
#language ul li {
  float: left;
  list-style: none;
}
#language ul li a {
  padding: 5px 5px 7px;
  float: left;
}
#language ul li a img {
  vertical-align: center;
}
#currency ul {
  margin-right: 5px;
  padding: 0px;
  float: left;
}
#currency ul li {
  list-style: none;
  float: left;
  margin-top: 4px;
}
#currency ul li a {
  font-size: 11pt;
  padding: 5px 10px;
}
#currency ul li a b {
  color: #EE8B92;
}
#currency ul li:hover b {
  color: #FFFFFF;
}
.login ul {
  padding: 0px;
  float: left;
}
.login ul li {
  float: left;
  list-style: none;
  padding-top: 6px;
  margin-right: 5px;
}
#header #cart {
  position: relative;
}
#header #cart .heading {
  min-height: 81px;
  width: 145px;
  background-color: #F07279;
  position: relative;
}
#header #cart .heading a {
  position: absolute;
  bottom: 10px;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  background-image: url('../../image/green/cart.png');
  background-position: center -51px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  min-height: 50px;
}
#header #cart .heading a span.iconcart {
  display: block;
  height: 35px;
  width: 100%;
  text-indent: -9999em;
  overflow: hidden;
}
#header #cart .content {
  clear: both;
  display: none;
  position: absolute;
  top: 80px;
  padding: 10px 10px 0px;
  width: 400px;
  min-height: 150px;
  border-top: 3px solid #F07279;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #FFFFFF;
  right: 0;
  z-index: 1000;
}
#header #cart .checkout {
  text-align: left;
  clear: both;
}
#header #cart .empty {
  padding-top: 50px;
  text-align: center;
}
#header #cart.active .content {
  display: block;
}
#header .mini-access ul li {
  border: 1px solid #555555;
}
#header .mini-access ul li a {
  font-size: 14pt;
}
#header .mini-access ul li a:hover {
  color: #81A256;
}
#header .mini-access ul li:hover {
  cursor: pointer;
  border: 1px solid #81A256;
}
#header .mini-access ul li.open .dropdown-menu {
  display: block;
  height: auto;
  opacity: 1;
}
#header .mini-access .dropdown-menu {
  border-top: medium none;
  display: none;
  height: 0;
  left: auto;
  opacity: 0;
  padding: 6px 15px;
  right: -10px;
  transition: all 0.5s ease 0s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  top: 150%;
}
#header .mini-access .dropdown-menu #currency {
  margin-bottom: 5px;
}
#header .mini-access .dropdown-menu #currency a:hover {
  color: #EE8B92;
}
#header .mini-access .dropdown-menu #language,
#header .mini-access .dropdown-menu #currency {
  text-align: center;
}
.mini-cart-total {
  text-align: left;
  background-color: #333333;
  padding: 10px;
  margin: 0px -10px;
}
.mini-cart-total .button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.mini-cart-total tr {
  float: left;
  width: 100%;
}
.mini-cart-total tr td {
  color: #FFFFFF;
  padding: 4px;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px 5px;
}
.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: #F2797F;
}
#search {
  position: relative;
}
#search .button-search {
  background: url('../../image/green/button-search.png') no-repeat center center;
  width: 35px;
  height: 15px;
  height: 27px;
  width: 30px;
  position: absolute;
  right: 5px;
  cursor: pointer;
}
#search input[type="text"] {
  background-color: rgba(0,0,0,0.1);
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 7px;
  width: 100%;
  text-align: left;
}
.sidebar .box .box-heading {
  background-color: #A1CA6C;
  font-size: 19.5px;
  color: #FFFFFF;
}
.sidebar .highlight img {
  transform: scale(1);
  transform-style: preserve-3d;
  transition: transform 0.15s linear 0s;
}
.sidebar .highlight img:hover {
  transform: scale(0.96);
}
.sidebar .highlight .box-content {
  text-align: center;
  padding: 10px 0px;
}
.sidebar .category .box-heading {
  background-color: #F07279;
  background-image: url(../../image/green/box-heading.png);
  background-repeat: no-repeat;
  background-position: 15px 16px;
  padding: 15px 5px 15px 40px;
}
.sidebar .category .badge {
  border-radius: 0px;
}
.sidebar .box-content ul {
  padding: 0px;
}
.sidebar .box-content ul li {
  background: url(../../image/green/icon-category.png) no-repeat 15px 17px;
  padding: 10px 15px 10px 30px;
  border-top: 1px dashed #eeeeee;
}
.sidebar .box-content ul li li {
  padding-right: 0px;
}
.sidebar .box-content ul li:first-child {
  border-top: 0px;
}
.sidebar .product-block {
  margin-bottom: 0;
  border-bottom: 1px dashed #f4f4f4;
}
.sidebar .product-block .product-meta {
  position: inherit;
}
.sidebar .product-block .image {
  float: left;
  margin-right: 10px;
  border-bottom: none;
  padding-bottom: 0;
  width: 90px;
}
.sidebar .product-block .wishlist,
.sidebar .product-block .compare,
.sidebar .product-block .cart {
  display: none;
}
.sidebar .product-block .name {
  margin: 0;
}
.nav-tabs {
  border-bottom: none;
  background-color: #F7F6F7;
}
.nav-tabs li {
  margin-bottom: 0px;
}
.nav-tabs li a {
  font-size: 13pt;
  color: #A1CA6C;
  padding: 10px 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-right: 0px;
  border: none;
}
.nav-tabs li.active a {
  color: #FFFFFF;
  border: none;
  background-color: #A1CA6C;
}
.nav-tabs li.active a {
  background-color: #A1CA6C;
  border: none;
  color: #fff;
}
.nav-tabs li.active a:hover {
  background-color: #A1CA6C;
  border: none;
  color: #fff;
}
.nav-tabs li.active a:focus {
  background-color: #A1CA6C;
  border: none;
  color: #fff;
  outline: none;
}
.producttabs .box-product {
  margin: 0px;
}
.producttabs .box-product .product-block:hover .wishlist {
  left: 31%;
}
.producttabs .box-product .product-block:hover .compare {
  right: 31%;
}
.products-block {
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 0 10px;
}
.products-block .row-product {
  border-bottom: solid 1px #F4F4F4;
}
.products-block .row-product &gt; div {
  position: relative;
  border-right: solid 1px #F4F4F4;
  padding: 0;
}
.products-block .row-product &gt; div:last-child {
  border-right: none;
}
.products-block .row-product &gt; div:before {
  background: none repeat scroll 0 0 #FCFCFC;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 0px;
  left: 0;
}
.products-block .row-product:last-child {
  border-bottom: none;
}
.products-block .product-meta {
  padding: 0px 10px;
}
.product-block {
  position: relative;
  padding: 0px;
  border-right: 1px solid #F4F4F4;
  padding: 25px 10px;
}
.product-block h3 {
  line-height: 22px;
}
.product-block:last-child {
  border-right: none;
}
.product-block:hover {
  cursor: pointer;
  background-color: rgba(242,242,242,0.8);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-block:hover .image .img:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block:hover .compare a,
.product-block:hover .wishlist a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block:hover .cart input.button {
  background-color: #E56970;
  background-image: url('../../image/green/cart2.png');
  background-repeat: no-repeat;
  background-position: 0px -31px;
}
.product-block .compare a,
.product-block .wishlist a {
  color: #FFFFFF;
  line-height: 30px;
  font-size: 15px;
  text-decoration: none;
  width: 32px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 6;
  cursor: pointer;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 28px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block .compare a:hover,
.product-block .wishlist a:hover {
  color: #FFFFFF;
}
.product-block .compare a span,
.product-block .wishlist a span {
  display: none;
}
.product-block .compare a:hover,
.product-block .wishlist a:hover {
  box-shadow: 0 0 0 20px #E56970 inset;
}
.product-block .wishlist a {
  right: 49px;
  margin-right: ;
}
.product-block .compare a {
  right: 15px;
  margin-left: ;
}
.product-block a:hover {
  color: #DF6160;
}
.product-block .rating {
  display: block;
  margin-bottom: 10px;
}
.product-block .norating {
  height: 29px;
}
.product-block .price-new {
  font-weight: bold;
}
.product-block .name a {
  color: #3D3D3D;
  font-size: 16.25px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}
.product-block .image {
  display: block;
  margin-bottom: 0px;
  position: relative;
  text-align: center;
}
.product-block .image .img:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 1;
  text-align: left;
}
.product-block .image .product-label-special {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #D9534F;
  z-index: 10;
}
.product-block .image .product-zoom {
  position: absolute;
  top: 40%;
  right: 40%;
  display: none;
  z-index: 10;
  padding: 5px 9px;
  background-color: rgba(85,82,85,0.8);
  color: #FFFFFF;
}
.product-block .image:hover .product-zoom {
  display: block;
}
.price-old {
  color: #555555;
  text-decoration: line-through;
}
.price {
  display: block;
  font-weight: normal;
  color: #F2797F;
  margin: 6px 0px 8px;
  font-size: 16.25px;
}
.price .price-tax {
  display: none;
}
.compare a,
.wishlist a {
  background-color: #555255;
}
.cart {
  margin-bottom: 3px;
}
.cart input.button {
  background-color: #555255;
  background-image: url('../../image/green/cart2.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0px 10px 0px 35px;
  font-size: 13.65px;
  box-shadow: none;
  text-transform: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.cart input.button:hover {
  background-color: #E56970;
  background-image: url('../../image/green/cart2.png');
  background-repeat: no-repeat;
  background-position: 0px -31px;
}
.product-related {
  margin: 0px;
  background-color: #FFFFFF;
}
#breadcrumb .breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: rgba(111,133,83,0.6);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#80947E92',EndColorStr='#80947E92q');
  padding: 13px 20px;
  max-width: 1170px;
  margin: 0px auto 20px;
}
#breadcrumb .breadcrumb li a {
  color: #FFFFFF;
}
#breadcrumb .breadcrumb li:last-child a {
  color: #E56970;
}
#breadcrumb .breadcrumb li +li:before {
  content: "&gt; ";
}
.pav-slideshow .tp-bannershadow.tp-shadow2 {
  background: none;
}
.pav-slideshow .tp-leftarrow.default {
  background-image: url("../../image/green/arrows.png");
}
.pav-slideshow .tp-leftarrow.default:hover {
  background-position: 0 0;
}
.pav-slideshow .tp-rightarrow.default {
  background-image: url("../../image/green/arrows.png");
  background-position: -35px 0px;
}
.pav-slideshow .tp-rightarrow.default:hover {
  background-position: -35px 0px;
}
.pav-slideshow .tp-bullets.simplebullets.round .bullet {
  background-image: url("../../image/green/bullet.png");
  margin: 0px;
}
.pav-slideshow .tp-bannertimer {
  background-image: url("../../image/green/timer.png");
}
.pav-slideshow .tp-bannertimer.tp-bottom {
  height: 6px;
}
.pav-slideshow .tp-location-timer {
  background: #FFFFFF;
  bottom: 0;
  height: 6px;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.pav-carousel {
  background-color: #EBF0E4;
  text-align: center;
  padding: 40px 0px 48px;
  margin-bottom: 0px;
  overflow: hidden;
}
.pav-carousel .carousel {
  padding: 0px 90px;
}
.pav-carousel .carousel .item-inner img {
  box-shadow: 0px 0px 5px #ccc;
  background-color: #FFFFFF;
}
.pav-carousel .box-heading {
  font-size: 22pt;
  background-image: url('../../image/green/tit-partners.png');
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 45px;
  font-weight: 400;
  background-color: transparent;
  color: #3F3D3F;
}
.carousel-controls {
  position: absolute;
  right: 0;
  width: 45px;
  height: 20px;
}
.carousel-controls .carousel-control {
  border: 1px solid #dfdfdf;
  width: 20px;
  color: #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.carousel-controls .carousel-control:hover {
  border: 1px solid ;
  color: ;
}
.carousel-control {
  top: 0px;
  color: #000000;
  font-size: 45.5px;
  text-shadow: none;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #665464;
}
.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);
}
#colorbox *:before,
#colorbox *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.zoomContainer .zoomLens {
  border-color: #999999 !important;
}
.zoomContainer .zoomWindow {
  border: 4px solid #eeeeee !important;
}
.social ul {
  padding: 0px;
}
.social ul li {
  width: 30px;
  height: 30px;
  float: left;
  list-style: none;
  text-align: center;
  margin-right: 15px;
  background-color: #A1CA6C;
  padding-left: 3px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  transition: all 0.4s ease 0s;
}
.social ul li:hover {
  box-shadow: 0 0 0 20px #E56970 inset;
  background-color: #E56970;
}
.social ul li a {
  color: #FFFFFF;
  line-height: 30px;
}
.social ul li a [class^="icon-"],
.social ul li a [class*=" icon-"] {
  color: #FFFFFF;
}
.social ul li a:hover {
  text-decoration: none;
}
.contact-us ul {
  padding: 0px;
}
.contact-us ul li {
  line-height: 2.857142858;
  list-style: none;
}
.newsletter p {
  margin-top: 10px;
}
.newsletter input[type="text"] {
  border: none;
  width: 100%;
  padding: 7px 7px 8px;
}
.newsletter .btn-newletter {
  background-color: #A1CA6C;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.newsletter .btn-newletter:hover {
  box-shadow: 0 0 0 20px #F07279 inset;
  color: #FFFFFF;
  background-color: #F07279;
}
#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;
}
.page-home #columns,
.page-common-home #columns {
  margin-bottom: 0;
}
.page-home  #content,
.page-common-home #content {
  background-color: #FFFFFF;
  min-height: inherit;
  padding: 0;
}
.category-list {
  margin-bottom: 20px;
  background-color: #FFFFFF;
  color: #000000;
  padding: 10px;
}
.category-list h4 {
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  line-height: 1.5;
}
.category-list ul {
  float: left;
  padding: 5px 0px 0px;
  list-style: disc outside none;
  padding-left: 15px;
}
.category-list ul li {
  line-height: 25px;
}
.category-list ul li a {
  color: #000000;
}
.category-info {
  background: #FFFFFF;
  margin-bottom: 20px;
}
.category-info p {
  margin: 0px;
  padding: 15px;
}
.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 span {
  margin-right: 10px;
  color: #FFFFFF;
}
.product-filter .product-compare a span {
  color: #333333;
}
.product-filter {
  padding: 8px 15px;
  background-color: #A1CA6C;
  overflow: hidden;
}
.product-filter .sort {
  float: right;
  color: #333;
}
.product-filter .sort select {
  padding: 5px 10px;
  border: none;
}
.product-filter .limit {
  margin: 0px 5px;
  float: right;
  color: #333;
}
.product-filter .limit select {
  padding: 5px 10px;
  border: none;
}
.product-filter .display {
  float: left;
  color: #333;
  padding: 5px 0px;
}
.product-filter .display a &gt; span {
  margin: 0 3px;
}
.product-filter .display a &gt; em {
  display: none;
}
.product-filter .display a.active {
  color: red;
}
.product-compare {
  float: right;
  font-weight: bold;
  background: #FFFFFF;
  padding: 5px 10px;
}
.product-compare a {
  text-decoration: none;
  font-weight: normal;
}
.product-list .product-block {
  width: 100%;
  padding: 10px;
  float: left;
  border-right: none;
}
.product-list .product-block .compare-list a,
.product-list .product-block .wishlist-list a {
  float: left;
  width: 100%;
  bottom: 0;
}
.product-list {
  background-color: #FFFFFF;
}
.product-list .col-fullwidth {
  width: 100%;
}
.product-list .price-old {
  color: #F00;
  text-decoration: line-through;
}
.product-list .rating {
  color: #7B7B7B;
}
.product-list .cart {
  margin-bottom: 3px;
}
.product-list .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #BBBBBB;
}
.product-list .price-new {
  font-weight: bold;
}
.product-list .name {
  margin: 0px;
}
.product-list .name a {
  text-decoration: none;
}
.product-list .image {
  float: left;
  margin-right: 10px;
}
.product-list .price {
  margin-left: 8px;
  color: #333333;
  font-size: 16.25px;
}
.product-list .description {
  line-height: 15px;
  margin: 15px 0px;
}
.product-list .right {
  float: right;
  margin-left: 15px;
}
.product-list &gt; div + div {
  border-top: 1px solid #EEEEEE;
  padding-top: 16px;
}
.product-list .product-meta .wishlist a,
.product-list .product-meta .compare a {
  color: green;
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  bottom: 0;
  left: 0;
  width: auto;
  display: flex;
  background-color: transparent;
}
.product-list .product-meta .wishlist a:hover,
.product-list .product-meta .compare a:hover {
  color: #DF6160;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-list .product-meta .wishlist a span,
.product-list .product-meta .compare a span {
  padding-left: 5px;
  display: inline-block;
}
.product-list .product-meta .wishlist .tooltip,
.product-list .product-meta .compare .tooltip {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-list:hover .product-meta .wishlist {
  left: 0;
}
.product-list:hover .product-meta .compare {
  right: 0;
}
.product-grid {
  position: relative;
  background-color: #FFFFFF;
}
.product-grid .description {
  display: none;
}
.product-grid .brand-wrap .product-block .norating {
  height: 23px;
}
.col-product {
  border-right: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  padding: 0px;
  background-color: #FFFFFF;
}
.col-product:last-child {
  border-right: none;
}
.product-grid .wishlist,
.product-grid .compare {
  margin-bottom: 3px;
}
.brand-wrap {
  padding: 0px 20px;
}
.product-search {
  padding: 0px 10px;
}
.product-search .product-block {
  padding: 30px 20px;
}
.product-search .product-block .norating {
  height: 23px;
}
.product-search .product-block .compare a,
.product-search .product-block .wishlist a {
  bottom: 35px;
}
.product-info {
  background: #FFFFFF;
  margin-bottom: 20px;
  padding: 20px;
}
.product-info h1 {
  padding: 0px;
  margin: 0px;
}
.product-info .cart {
  color: #4D4D4D;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
  color: #999;
}
.product-info .cart .links {
  display: inline-block;
  vertical-align: middle;
}
.product-info .cart div &gt; span {
  color: #999;
}
.product-info .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info &gt; .left {
  float: left;
  margin-right: 15px;
}
.product-info &gt; .left + .right {
  margin-left: 265px;
}
.product-info .image {
  border: 1px solid #E7E7E7;
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
.product-info .price {
  padding: 0px 5px 10px 5px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.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 .reward {
  color: #F2797F;
}
.product-info .description {
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #4D4D4D;
}
.product-info .description a {
  color: #4D4D4D;
  text-decoration: none;
}
.product-info .description span {
  color: #222222;
  font-weight: bold;
}
.product-info .image-additional {
  padding: 0px 30px;
  clear: both;
  overflow: hidden;
}
.product-info .image-additional a {
  float: left;
  display: block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.product-info .image-additional img {
  border: 1px solid #E7E7E7;
  height: 74px;
}
.product-info .image-additional .carousel-control {
  top: 15px;
  cursor: pointer;
}
.product-info .image-additional .carousel-control:focus {
  color: #000000;
}
.product-info .image-additional .carousel-control:hover {
  color: #000000;
}
.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: #4D4D4D;
  margin-bottom: 10px;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.product-info .review &gt; div {
  padding: 8px;
  line-height: 20px;
}
.product-info .review &gt; div &gt; span {
  color: #38B0E3;
}
.product-info .quantity-adder {
  margin-bottom: ;
  font-size: 17px;
  position: relative;
  margin: 10px 0px;
}
.product-info .quantity-adder input {
  margin-right: 2px;
  font-size: 17px;
  height: 39px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.product-info .quantity-adder span {
  font-size: 19px;
  cursor: pointer;
  position: absolute;
  line-height: 1;
  width: 19px;
  height: 19px;
  background-color: #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
}
.product-info .quantity-adder span.add-up {
  font-size: 21px;
  top: 0px;
  left: 88px;
}
.product-info .quantity-adder span.add-down {
  font-size: 21px;
  top: 20px;
  left: 88px;
}
.product-info .product-action {
  margin-bottom: 10px;
}
.product-info .product-action .wishlist a,
.product-info .product-action .compare a {
  color: #FFFFFF;
  line-height: 30px;
  font-size: 15px;
  display: inline-block;
  padding: 0px 15px;
  margin-left: 5px;
  transition: all 0.4s ease 0s;
}
.product-info .product-action .wishlist a:hover,
.product-info .product-action .compare a:hover {
  box-shadow: 0 0 0 20px #C83A3A inset;
}
.product-info .product-action .wishlist span,
.product-info .product-action .compare span {
  display: none;
}
.product-info .product-action .cart {
  float: left;
}
.product-info .label {
  position: absolute;
  background-color: #D9534F;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.review-list {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .text {
  clear: both;
}
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
  margin-bottom: 20px;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.compare-info {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #E7E7E7;
  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%;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
.compare-info tr td:first-child {
  font-weight: bold;
  text-align: right;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
  text-align: right;
}
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
  text-align: left;
}
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
  text-align: right;
}
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
  text-align: left;
}
.wishlist-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #E7E7E7;
}
.wishlist-info thead .image {
  text-align: center;
}
.wishlist-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #E7E7E7;
}
.wishlist-info tbody .action img {
  cursor: pointer;
}
.wishlist-info tbody .image {
  text-align: center;
}
.wishlist-info tbody .image img {
  border: 1px solid #E7E7E7;
}
.wishlist-info tbody .price s {
  color: #F00;
}
.wishlist-info td {
  padding: 7px;
}
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  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 &gt; 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 #E7E7E7;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #E7E7E7;
}
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody .image img {
  border: 1px solid #E7E7E7;
}
.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 #E7E7E7;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
}
.cart-total {
  border-top: 1px solid #E7E7E7;
  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: #eeeeee;
  border: 1px solid #eeeeee;
  padding: 8px;
  font-weight: bold;
  font-size: 1;
  color: #555555;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #E7E7E7;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #E7E7E7;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #E7E7E7;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  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;
}
.navbar-inverse {
  margin-bottom: 0px;
}
.navbar-inverse .navbar-nav li {
  border-top: 3px solid transparent;
}
.navbar-inverse .navbar-nav li:hover {
  border-top: 3px solid #F07279;
}
.navbar-inverse .navbar-nav li:hover a {
  color: #F07281;
}
.navbar-inverse .navbar-nav li a {
  color: #88AA5B;
  font-size: 13.52px;
  text-transform: uppercase;
  padding: 30px 20px;
}
.navbar-inverse .navbar-nav li a:hover {
  color: #F07281;
}
.navbar-inverse .navbar-nav li a:focus {
  color: #F07281;
}
.navbar-inverse .navbar-nav li .dropdown-menu {
  padding: 10px 10px;
}
.navbar-inverse .navbar-nav li .dropdown-menu li {
  border-bottom: 1px solid #eeeeee;
  border-top: none;
}
.navbar-inverse .navbar-nav li .dropdown-menu li:hover {
  border-top: none;
}
.navbar-inverse .navbar-nav li .dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar-inverse .navbar-nav li .dropdown-menu a {
  text-transform: none;
  background: none;
  padding: 8px 15px;
  border-top: none;
}
.navbar-inverse .navbar-nav .open a {
  border-top: 3px solid #F07279;
  background-color: #FFFFFF;
  color: #F07281;
}
.navbar-inverse .navbar-nav .open a:hover {
  border-top: 3px solid #F07279;
  background-color: #FFFFFF;
  color: #F07281;
}
.navbar-inverse .navbar-nav .open a:focus {
  border-top: 3px solid #F07279;
  background-color: #FFFFFF;
  color: #F07281;
}
.pav-megamenu .navbar {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  border: none;
}
.pav-megamenu .dropdown-menu {
  border-top: 3px solid #F07279;
  min-width: 250px;
}
.pav-megamenu .dropdown-menu &gt; .dropdown-menu-inner {
  padding: 10px;
}
.pav-megamenu .mega-group .caret {
  display: none;
}
.pav-megamenu .mega-group &gt; .dropdown-toggle {
  display: block;
  font-weight: bold;
  padding: 6px 5px;
  border-bottom: solid 1px #E5E5E5;
}
.pav-megamenu .mega-group .dropdown-mega .mega-col-inner &gt; ul &gt; li a {
  text-transform: none;
  padding: 5px 10px;
  border: none;
  line-height: 30px;
  color: #6E6E6E;
}
.pav-megamenu .mega-group .dropdown-mega .mega-col-inner &gt; ul &gt; li a:hover {
  color: #F07279;
}
.pav-megamenu .mega-col .mega-col-inner &gt; ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.pav-megamenu .mega-col .mega-col-inner &gt; ul &gt; li {
  list-style: none;
  margin-left: 0;
}
.pav-megamenu .mega-col .mega-col-inner &gt; ul &gt; li &gt; a {
  clear: both;
  color: #21272C;
  display: block;
  line-height: 25px;
  border: none;
  padding: 5px 10px;
  text-transform: none;
}
.pav-megamenu .mega-col .mega-col-inner &gt; ul &gt; li &gt; a:hover {
  border-top: none;
  color: #F07279;
}
.pav-megamenu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.pav-megamenu .dropdown-submenu &gt; .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;
}
.dropdown:hover &gt; .dropdown-menu {
  display: block;
}
#mainmenutop .navbar-toggle {
  float: left;
  background-color: #82A356;
  border: none;
}
#mainmenutop .navbar-toggle:hover {
  background-color: #EE8B92;
}
#menu-offcanvas .menu-offcanvas-inner {
  padding: 12px 0px;
  background-color: #FFFFFF;
}
#menu-offcanvas .dropdown .dropdown-menu {
  display: block;
  position: relative;
  float: none;
  padding: 0px 0px 5px 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  border: none;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-mega {
  padding: 0px 0px 5px 15px;
}
.widget-product-list .product-block {
  text-align: center;
  border-right: none;
  border-bottom: 1px solid #F4F4F4;
}
#mainmenutop .navbar-toggle {
  float: left;
}
#menu-offcanvas .menu-offcanvas-inner {
  padding: 12px 0px;
  background-color: #FFFFFF;
}
#menu-offcanvas .dropdown .dropdown-menu {
  display: block;
  position: relative;
  float: none;
  padding: 0px 0px 5px 15px;
  width: 100% !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  border: none;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-mega {
  padding: 0px 0px 5px 15px;
}
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;
}
.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: #FFFFFF;
  -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;
  list-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 .megamenu li a {
  display: block;
  padding: 0.4em 1em 0.4em 1.2em;
  outline: none;
  border-bottom: 1px dotted #F5F5F5;
  color: #9C7898;
  text-transform: none;
  text-shadow: 0 0 1px rgba(255,255,255,0.1);
  letter-spacing: 1px;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.offcanvas-menu .megamenu .mega-col-inner a {
  font-weight: normal;
}
.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);
}
.offcanvas-siderbars {
  background-color: transparent;
  background-image: none;
}
@media (max-width: 770px) {
  #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;
  overflow: hidden;
}
@media only screen and (min-width: 990px) {
  .pavcol-sm-5 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 20%;
    border-right: 1px solid #f7f7f7;
  }
  .pavcol-sm-5:last-child {
    border-right: none;
  }
  .pavcol-sm-5:hover {
    background-color: rgba(242,242,242,0.5);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
}
.pavcol-sm-5 {
  padding: 0px;
}
.pavcol-sm-5:hover {
  background-color: rgba(242,242,242,0.8);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pavcol-sm-5 .product-block {
  padding: 25px 20px;
}
@media (min-width: 990px) and (max-width: 1200px) {
  .navbar-inverse .navbar-nav li a {
    padding: 30px 10px;
  }
  .pavcontentslider .carousel-control {
    bottom: 230px !important;
  }
  .product-list:hover .wishlist {
    left: 3%;
  }
  .product-list:hover .compare {
    left: 15%;
  }
  .newsletter input[type="text"] {
    padding: 7px 7px 8px;
  }
  .pavcol-sm-5 .product-block .compare a,
  .pavcol-sm-5 .product-block .wishlist a {
    width: 18px;
    font-size: 12px;
  }
  .pavcol-sm-5 .product-block:hover .wishlist a {
    right: 35px;
  }
  .pavcol-sm-5 .product-block:hover .compare a {
    right: 15px;
  }
  #topbar li a {
    padding: 7px 8px;
  }
}
@media only screen and (max-width: 990px) {
  #header-main .header-wrap .wrap-logo {
    display: inline-block;
    float: none !important;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
  }
  .navbar-inverse .navbar-nav li a {
    padding: 30px 10px;
  }
  .pavcontentslider .carousel-control {
    bottom: 165px !important;
  }
  .product-list:hover .wishlist {
    left: 3%;
  }
  .product-list:hover .compare {
    left: 18%;
  }
  #topbar li a {
    padding: 7px 8px;
  }
  .hidden-text {
    display: none;
  }
  .product-block .image .product-zoom {
    right: 50%;
  }
}
@media only screen and (max-width: 770px) {
  #header ul.links {
    display: none;
  }
  #pav-mainnav {
    float: none !important;
    padding-left: 10px;
  }
  #header-main .header-wrap .wrap-logo {
    border-bottom: 1px solid #EEEEEE;
    border-left: medium none;
    margin: 0;
    text-align: center;
    display: block;
    width: auto;
  }
  .pavcontentslider {
    display: none;
  }
  .pavcontentslider {
    display: none;
  }
  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;
  }
  .product-filter .product-compare {
    padding: 7px 10px 6px;
  }
}
@media only screen and (max-width: 480px) {
  #logo {
    padding: 16px 5px;
  }
  .nav-tabs li a {
    padding: 10px;
  }
  .login ul li {
    margin-right: 2px;
  }
  #topbar li a {
    padding: 7px 3px;
    font-size: 11px;
  }
  #topbar li span {
    margin-right: 3px;
  }
}
@media only screen and (max-width: 350px) {
  #logo {
    padding: 22px 5px;
  }
  #logo img {
    width: 40%;
  }
  .product-list:hover .wishlist {
    left: 3%;
  }
  .product-list:hover .compare {
    left: 22%;
  }
}
@media only screen and (max-width: 320px) {
  .product-list:hover .wishlist {
    left: 3%;
  }
  .product-list:hover .compare {
    left: 25%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #search .button-search {
    height: 29px;
  }
  .product-info .quantity-adder span.add-up,
  .product-info .quantity-adder span.add-down {
    left: 82px;
  }
  .newsletter input[type="text"] {
    padding: 6px 7px;
  }
  #language ul li a {
    padding: 5px 5px 6px;
  }
}
#pav-paneltool .pn-action {
  background: green !important;
}
</pre></body></html>