html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
/* line 18, opencart\base.less */
body {
  background-image: url("../images/bg.png");
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
 
  font-size:14px;
}
/* line 24, opencart\base.less */
body {
  overflow-x: hidden;
}
/* line 27, opencart\base.less */
.fs9 {
  font-size: 9px;
}
/* line 28, opencart\base.less */
.fs10 {
  font-size: 10px;
}
/* line 29, opencart\base.less */
.fs11 {
  font-size: 11px;
}
/* line 30, opencart\base.less */
.fs12 {
  font-size: 12px;
}
/* line 31, opencart\base.less */
.fs13 {
  font-size: 13px;
}
/* line 32, opencart\base.less */
.fs14 {
  font-size: 14px;
}
/* line 33, opencart\base.less */
.fs15 {
  font-size: 15px;
}
/* line 34, opencart\base.less */
.fs16 {
  font-size: 16px;
}
/* line 36, opencart\base.less */
a {
  color: #72491a;
  cursor: hand;
  cursor: pointer;
}
/* line 38, opencart\base.less */
a img {
  border: none;
}
/* line 41, opencart\base.less */
a:hover {
  text-decoration: none;
  color: #bb2c0e;
}
/* line 45, opencart\base.less */
a:focus {
  outline: none;
  outline-offset: -2px;
  color: #bb2c0e;
}
/* line 53, opencart\base.less */
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
/* line 60, opencart\base.less */
ul,
ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
/* line 65, opencart\base.less */
ul li,
ol li {
  line-height: 20px;
}
/* line 68, opencart\base.less */
body,
td,
th,
input,
textarea,
select,
a {
  outline: 0 none;
}
/* line 71, opencart\base.less */
a,
a:hover,
a:focus {
  -webkit-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
  text-decoration: none;
}
/* line 75, opencart\base.less */
.quantity input,
input[name="quantity"] {
  width: auto;
  display: inline;
  text-align: center;
}
/* TABLE STYLE */
/* line 82, opencart\base.less */
b,
strong {
  color: #BB2C0E;
}
/* line 85, opencart\base.less */
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  margin-bottom: 20px;
  background-color: #ffffff;
}
/* line 93, opencart\base.less */
table.list thead td {
  background-color: #ffffff;
  padding: 0px 5px;
}
/* line 98, opencart\base.less */
table.list .center {
  text-align: center;
  padding: 7px;
}
/* line 103, opencart\base.less */
table.list tbody td {
  padding: 0px 5px;
}
/* line 107, opencart\base.less */
table.list td {
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
/* line 111, opencart\base.less */
table.list .right {
  text-align: right;
  padding: 7px;
}
/* line 115, opencart\base.less */
table.list .left {
  text-align: left;
  padding: 7px;
}
/* line 120, opencart\base.less */
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
/* line 125, opencart\base.less */
input.large-field,
select.large-field {
  width: 300px;
}
/* line 128, opencart\base.less */
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
/* line 134, opencart\base.less */
table.form > * > * > td {
  color: #000000;
}
/* line 139, opencart\base.less */
table.form td {
  padding: 4px;
}
/* line 143, opencart\base.less */
table.form tr td:first-child {
  width: 150px;
}
/* line 148, opencart\base.less */
table.radio {
  width: 100%;
  border-collapse: collapse;
}
/* line 151, opencart\base.less */
table.radio td {
  padding: 5px;
}
/* line 153, opencart\base.less */
table.radio td label {
  display: block;
}
/* line 156, opencart\base.less */
table.radio td input[type="radio"] {
  margin: 0;
}
/* line 161, opencart\base.less */
table.radio tr td:first-child {
  width: 1px;
}
/* line 163, opencart\base.less */
table.radio tr td:first-child input {
  margin-top: 1px;
}
/* line 169, opencart\base.less */
table.radio tr.highlight:hover td {
  background: #F1FFDD;
  cursor: pointer;
}
/* line 175, opencart\base.less */
table {
  background-color: #ffffff;
}
/*#notification*/
/* line 179, opencart\base.less */
#notification {
  margin-top: 15px;
  margin-bottom: 15px;
}
/*  Breadcrumb */
/* line 184, opencart\base.less */
.breadcrumb {
  padding-top: 18px;
  padding-bottom: 0;
}
/* line 188, opencart\base.less */
.breadcrumb li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #3e2308;
  font-family: "robotoslab", serif;
}
/* line 197, opencart\base.less */
.breadcrumb li:last-child:before {
  color: #bb2c0e;
}
/* line 200, opencart\base.less */
.breadcrumb li:last-child a {
  color: #bb2c0e;
}
/*  PAGINATION STYLE */
/* line 207, opencart\base.less */
.pagination {
  border-top: 1px solid #75716c;
  color: #3e2308;
  display: inline-block;
  margin-bottom: 11px;
  padding-top: 5px;
  width: 100%;
}
/* line 214, opencart\base.less */
.pagination .links {
  float: left;
}
/* line 216, opencart\base.less */
.pagination .links a,
.pagination .links b {
  border: 1px solid #75716c;
}
/* line 219, opencart\base.less */
.pagination .links a {
  display: inline-block;
  border-left-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #A3A3A3;
}
/* line 227, opencart\base.less */
.pagination .links a:hover {
  background-color: #7db641;
  color: #ffffff;
}
/* line 232, opencart\base.less */
.pagination .links b {
  display: inline-block;
  border-left-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 12px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  background-color: #7db641;
}
/* line 243, opencart\base.less */
.pagination .results {
  float: right;
  padding-top: 3px;
}
/* line 248, opencart\base.less */
.form-control {
  border-color: #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 5px;
}
/* button */
/* line 255, opencart\base.less */
input.button {
  margin: 0;
  border: 0;
  height: 38px;
  padding: 0px 20px;
}
/* line 261, opencart\base.less */
.button,
input.button,
.btn {
  cursor: pointer;
  color: #FFFFFF;
  background-color: #bb2c0e;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 270, opencart\base.less */
.button:hover,
input.button:hover,
.btn:hover {
  color: #ffffff;
  background-color: #aa8255;
}
/* line 275, opencart\base.less */
.btn-danger {
  border: none;
}
/* line 278, opencart\base.less */
a.button {
  display: inline-block;
  text-decoration: none;
  padding: 10px 12px;
}
/* line 283, opencart\base.less */
.buttons {
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eaeaea;
  overflow: auto;
  padding: 6px;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 291, opencart\base.less */
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* line 296, opencart\base.less */
.buttons .right {
  float: right;
}
/* line 299, opencart\base.less */
.buttons .left {
  float: left;
}
/* line 303, opencart\base.less */
.btn-theme-primary {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* tab style */
/* line 308, opencart\base.less */
.htabs {
  position: relative;
}
/* line 310, opencart\base.less */
.htabs .nav > li > a:hover,
.htabs .nav > li > a:focus {
  background-color: transparent;
}
/* line 313, opencart\base.less */
.htabs .nav > li > a {
  padding-left: 0;
}
/* line 316, opencart\base.less */
.htabs a {
  padding: 20px 20px 20px 0;
  float: left;
  font-size: 16px;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #3e2308;
}
/* line 324, opencart\base.less */
.htabs a.selected {
  color: #bb2c0e;
  font-weight: bold;
}
/* line 327, opencart\base.less */
.htabs a.selected:after {
  top: 100%;
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #d8d7bf;
  border-width: 8px;
  left: 40%;
  margin-left: -9px;
}
/* line 340, opencart\base.less */
.htabs a.selected:before {
  top: 100%;
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #d8d7bf;
  border-width: 7px;
  left: 40%;
  margin-left: -8px;
  z-index: 1;
}
/* line 357, opencart\base.less */
.box .tab-content {
  padding: 16px 25px;
  margin-bottom: 16px;
  z-index: 2;
  background-color: #ffffff;
}
/* carousel */
/* line 364, opencart\base.less */
.carousel-controls {
  left: 41%;
  position: absolute;
  top: 0;
}
/* line 368, opencart\base.less */
.carousel-controls .carousel-control {
  width: 100px;
  height: 27px;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 372, opencart\base.less */
.carousel-controls .carousel-control.left {
  background-image: url('../image/default/icon-prev.png');
}
/* line 374, opencart\base.less */
.carousel-controls .carousel-control.left:hover {
  background-image: url('../image/default/icon-prev-hover.png');
}
/* line 378, opencart\base.less */
.carousel-controls .carousel-control.right {
  background-image: url('../image/default/icon-next.png');
  left: 93px;
  right: auto;
}
/* line 382, opencart\base.less */
.carousel-controls .carousel-control.right:hover {
  background-image: url('../image/default/icon-next-hover.png');
}
/* line 388, opencart\base.less */
.carousel-control {
  text-shadow: none;
}
/* line 390, opencart\base.less */
.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);
}
/* line 393, opencart\base.less */
.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);
}
/* links style */
/* line 400, opencart\base.less */
ul.links {
  position: relative;
  margin: 0;
  padding: 0;
}
/* line 404, opencart\base.less */
ul.links li {
  display: inline-block;
  margin-right: 5px;
  line-height: 1.42857143;
}
/* line 409, opencart\base.less */
ul.links li > a span {
  /*font-size: @font-size-base + 1;*/
  margin-right: 10px;
}
/* line 419, opencart\base.less */
ul.list > li {
  padding: 8px 0 8px;
}
/* line 421, opencart\base.less */
ul.list > li ul {
  display: none;
}
/* line 423, opencart\base.less */
ul.list > li ul > li {
  padding: 10px 0 0px 25px;
}
/* line 425, opencart\base.less */
ul.list > li ul > li > a {
  text-decoration: none;
  display: block;
}
/* line 433, opencart\base.less */
ul.list > li > a {
  text-decoration: none;
  text-transform: uppercase;
  background: url('../images/arrow-li.png') no-repeat left 5px;
  padding-left: 15px;
}
/* line 438, opencart\base.less */

/* line 445, opencart\base.less */
ul.list > li a:hover .badge,
ul.list > li a.active .badge {
  background-color: transparent;
}
/* line 450, opencart\base.less */
ul.list > li a.active {
  color: #bb2c0e;
}
/* line 452, opencart\base.less */
ul.list > li a.active + ul {
  display: block;
}
/* line 460, opencart\base.less */
ul.level2 > li {
  border: none !important;
  line-height: 20px !important;
  padding: 5px 0 5px 15px !important;
}
/* line 464, opencart\base.less */
ul.level2 > li:hover {
  background-color: #ffffff !important;
}
/* line 467, opencart\base.less */
ul.level2 > li > a {
  background-image: none;
  color: #aa8255 !important;
  text-transform: none;
}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/* line 9, opencart\typo.less */
.required {
  font-weight: bold;
}
/* line 12, opencart\typo.less */
.required .control-label::before {
  color: #f00;
  content: "* ";
  font-weight: bold;
}
/* line 18, opencart\typo.less */
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 23, opencart\typo.less */
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  cursor: pointer;
}
/* line 27, opencart\typo.less */
.attention {
  background: #fff5cc url('../image/attention.png') 10px center no-repeat;
  border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 32, opencart\typo.less */
.warning {
  background: #ffd1d1 url('../image/warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 38, opencart\typo.less */
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: 13px;
  display: block;
}
/* line 45, opencart\typo.less */
.error {
  display: block;
  color: #ba080b;
}
/* line 50, opencart\typo.less */
.success {
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 55, opencart\typo.less */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Roboto Slab', serif;
  color: #3e2308;
}
/* line 61, opencart\typo.less */
h1 {
  font-size: 26px;
  line-height: 32px;
}
/* line 64, opencart\typo.less */
h1 small {
  font-size: 19.5px;
}
/* line 69, opencart\typo.less */
h2 {
  font-size: 21px;
  line-height: 32px;
  text-transform: uppercase;
}
/* line 74, opencart\typo.less */
h2 small {
  font-size: 13px;
}
/* line 79, opencart\typo.less */
h3 {
  font-size: 19px;
  line-height: 32px;
  text-transform: uppercase;
}
/* line 83, opencart\typo.less */
h3 small {
  font-size: 15px;
}
/* line 88, opencart\typo.less */
h4 {
  font-size: 21px;
  text-transform: uppercase;
}
/* line 91, opencart\typo.less */
h4 small {
  font-size: 13px;
  color: #75716c;
  display: block;
  margin-top: 2px;
}
/* line 99, opencart\typo.less */
h5 {
  font-size: 14px;
}
/* line 101, opencart\typo.less */
h5 small {
  font-size: 11px;
}
/* line 106, opencart\typo.less */
h6 {
  font-size: 13px;
  line-height: 32px;
}
/* line 1, opencart\form.less */
button,
input,
textarea,
select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/* line 8, opencart\layout.less */
html {
  overflow-x: hidden;
}
/* line 11, opencart\layout.less */
#page {
  margin: 0 auto;
}
/* line 16, opencart\layout.less */
body.layout-boxed-md {
  background: url("../image/pattern/pattern14.png");
}
/* line 18, opencart\layout.less */
body.layout-boxed-md #page {
  max-width: 970px;
  -webkit-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
}
/* line 20, opencart\layout.less */
body.layout-boxed-lg {
  background: url("../image/pattern/pattern14.png");
}
/* line 22, opencart\layout.less */
body.layout-boxed-lg #page {
  max-width: 1170px;
  -webkit-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
}
/*
 * HEADER 
 */
/* line 32, opencart\layout.less */
#topbar {
  color: #e2e2e2;
  font-size: 11px;
  background: #261c16;
  padding: 8px 0;
}
/* line 38, opencart\layout.less */
#topbar .btn-group .list-item {
  display: block;
  line-height: 20px;
}
/* line 42, opencart\layout.less */
#topbar .btn-group .btn-dropdown {
  background: transparent;
  border: 1px solid #3c332d;
  padding: 3px 5px;
  margin-right: 5px;
  color: #e2e2e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 49, opencart\layout.less */
#topbar .btn-group .btn-dropdown img {
  margin-top: -3px;
}
/* line 53, opencart\layout.less */
#topbar .btn-group .btn-dropdown:hover span {
  color: #bb2c0e;
}
/* line 58, opencart\layout.less */
#topbar .btn-group .language-select {
  border: none;
  background: transparent;
}
/* line 65, opencart\layout.less */
#topbar #form-language .btn-group .list-item {
  line-height: 35px;
  width: 100%;
  border-bottom: 1px solid #CECECE !important;
  text-align: left;
}
/* line 75, opencart\layout.less */
#topbar ul li:hover a {
  color: #bb2c0e;
}
/* line 80, opencart\layout.less */
#topbar .dropdown-menu {
  font-size: 12px;
  line-height: 20px;
}
/* line 84, opencart\layout.less */
#topbar .show-desktop {
  margin-top: 2px;
}
/* line 88, opencart\layout.less */
#topbar .show-desktop > div:hover .dropdown-menu {
  display: block;
}
/* line 93, opencart\layout.less */
#topbar .show-desktop .quickaccess-toggle {
  cursor: pointer;
}
/* line 95, opencart\layout.less */
#topbar .show-desktop .quickaccess-toggle:hover {
  color: #bb2c0e;
  background-color: #ffffff;
  border-color: transparent;
}
/* line 101, opencart\layout.less */
#topbar .show-desktop .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border-top: 8px solid transparent;
  -webkit-transition: padding 0.5s ease 0s;
  transition: padding 0.5s ease 0s;
}
/* line 109, opencart\layout.less */
#topbar .show-desktop .btn-group .list-item {
  background: transparent;
  border: none;
  padding-left: 10px;
  color: #75716c;
}
/* line 114, opencart\layout.less */
#topbar .show-desktop .btn-group .list-item:hover {
  background-color: #F3F3F3;
  color: #bb2c0e;
}
/* line 120, opencart\layout.less */
#topbar .show-desktop .btn-group .btn-dropdown:hover {
  background-color: #ffffff;
  border-color: transparent;
}
/* line 125, opencart\layout.less */
#topbar .show-desktop .btn-group ul {
  width: 100%;
}
/* line 127, opencart\layout.less */
#topbar .show-desktop .btn-group ul li {
  margin: 0;
  border-bottom: 1px solid #CECECE;
  display: block;
  padding: 9px;
  cursor: pointer;
}
/* line 133, opencart\layout.less */
#topbar .show-desktop .btn-group ul li a {
  color: #75716c;
  text-transform: uppercase;
  font-size: 11px;
}
/* line 138, opencart\layout.less */
#topbar .show-desktop .btn-group ul li:hover {
  background-color: #F3F3F3;
}
/* line 140, opencart\layout.less */
#topbar .show-desktop .btn-group ul li:hover a {
  color: #bb2c0e;
}
/* line 146, opencart\layout.less */
#topbar .show-desktop .btn-group .item-name {
  text-transform: uppercase;
  font-size: 11px;
}
/* line 150, opencart\layout.less */
#topbar .show-desktop .btn-group ul:before,
#topbar .show-desktop .btn-group .box-language:before,
#topbar .show-desktop .btn-group .box-currency:before {
  border-bottom: 7px solid #FFFFFF;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 13%;
  position: absolute;
  top: -7px;
}
/* line 163, opencart\layout.less */
#header {
  background: #ffffff;
}
/* line 167, opencart\layout.less */
#header-main #logo-theme {
  padding: 12px 32px 14px 0;
}
/* line 169, opencart\layout.less */
#header-main #logo-theme a {
  background: url('../images/logo.png') no-repeat;
  display: block;
  height: 50px;
    width: 310px;
}
/* line 173, opencart\layout.less */
#header-main #logo-theme a span {
  display: none;
}
/* line 178, opencart\layout.less */
#header-main .inner {
  display: table;
  position: relative;
  height: 100%;
}
/* line 182, opencart\layout.less */
#header-main .inner > * {
  display: table-cell;
  vertical-align: middle;
}
/* line 187, opencart\layout.less */
#header-main .btn-block {
  background-color: #bb2c0e;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #FFFFFF;
}
/*
 * NAVIGATION
 */
/*
 * SLIDESHOW 
 */
/* line 206, opencart\layout.less */
#pav-slideshow {
  margin-bottom: 30px;
}
/*
 * SHOWCASE 
 */
/*
 * PROMOTION TOP 
 */
/*
 * MAIN CONTENT
 */
/* line 222, opencart\layout.less */
#content {
  /*min-height: 400px;*/
  margin-bottom: 25px;
}
/* line 227, opencart\layout.less */
.sidebar [class*="col-"] {
  width: 100%;
}
/* FOOTER s*/
/* line 232, opencart\layout.less */
#footer {
  background-image: url("../images/bg-footer.png");
  background-color: #261C16;
  color: #b6b6b6;
  font-size: 14px;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  /*footer-top*/
}
/* line 238, opencart\layout.less */
#footer .box-heading {
  color: #ffffff;
  font-size: 17px;
}
/* line 241, opencart\layout.less */
#footer .box-heading > span {
  background-image: none;
}
/* line 245, opencart\layout.less */
#footer .box.store {
  padding: 5px;
  margin: 0;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  background-color: #bb2c0e;
  background-image: url("../images/bg-footer.png");
}
/* line 253, opencart\layout.less */
#footer .box.store .box-heading {
  font-size: 24px;
  padding-bottom: 10px;
}
/* line 256, opencart\layout.less */
#footer .box.store .box-heading span {
  background: none;
}
/* line 260, opencart\layout.less */
#footer .box.store .box-content {
  padding: 0;
}
/* line 265, opencart\layout.less */
#footer .footer-top {
  padding-bottom: 16px;
}
/* line 271, opencart\layout.less */
#footer .footer-center {
  padding-top: 20px;
  padding-bottom: 16px;
}
/* line 274, opencart\layout.less */
#footer .footer-center .box-heading {
  text-align: left;
}
/* line 279, opencart\layout.less */
#footer .column a {
  text-decoration: none;
  color: #b6b6b6;

}
/* line 283, opencart\layout.less */
#footer .column a:hover {
  color: #bb2c0e;
}
/* line 289, opencart\layout.less */
#footer .column ul li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-top: 0;
  overflow: hidden;
}
/* line 294, opencart\layout.less */
#footer .column ul li a {
  text-transform: capitalize;
}
/* POWER BY */
/* line 304, opencart\layout.less */
#powered .container {
  background: #000000;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
  padding: 12px 0; font-size:12px;
  text-align: center;
  color: #ffffff;
}
/* line 311, opencart\layout.less */
#powered a {
  color: #bb2c0e;
}
/* line 313, opencart\layout.less */
#powered a:hover {
  color: #bb2c0e;
}
/* line 317, opencart\layout.less */
#powered .paypal {
  margin-top: 10px;
}
/* line 324, opencart\layout.less */
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
/* line 328, opencart\layout.less */
.banner div img {
  margin-bottom: 20px;
}
/* line 334, opencart\layout.less */
#top-scroll .scrollup {
  background: #bb2c0e none repeat scroll 0 0;
  bottom: 25px;
  color: #2f2f2f;
  position: fixed;
  right: 20px;
  z-index: 9999;
  border-radius: 50%;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
/* line 347, opencart\layout.less */
#top-scroll .scrollup:hover {
  background: #f89406;
}
/* line 352, opencart\layout.less */
.rtl #top-scroll .scrollup {
  left: 20px;
  right: auto;
}
/* line 358, opencart\layout.less */
.table-responsive .input-group-btn .btn-primary {
  padding: 5px 12px;
}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright   Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license     GNU General Public License version 2
*******************************************************/
/* box */
/* line 13, opencart\box.less */
.box {
  margin-bottom: 30px;
}
/* line 16, opencart\box.less */
.box .box-heading {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 31px;
  text-transform: uppercase;
  text-align: center;
  color: #3e2308;
  padding-bottom: 20px;
}
/* line 23, opencart\box.less */
.box .box-heading span {
  background: url('../images/box-heading-left.png') no-repeat left center;
}
/* line 25, opencart\box.less */
.box .box-heading span span {
  background: url('../images/box-heading-right.png') no-repeat right center;
  padding: 0 45px;
}
/* line 31, opencart\box.less */
.box .nopadding {
  padding: 0;
}
/* line 35, opencart\box.less */
.box .box-content .box-description {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 30px;
}
/* line 43, opencart\box.less */
.sidebar {
  font-family: "robotoslab", serif;
  font-size: 14px;
}
/* line 47, opencart\box.less */
.sidebar .box .box-heading {
  background: #3e2308;
  font-size: 19px;
  padding: 10px 15px;
  font-family: "robotoslab-bold", Helvetica, Arial, sans-serif;
  text-align: left;
}
/* line 53, opencart\box.less */
.sidebar .box .box-heading span {
  color: #ffffff;
  background: none;
}
/* line 56, opencart\box.less */
.sidebar .box .box-heading span span {
  color: #ffffff;
  padding: 0;
}
/* line 63, opencart\box.less */
.sidebar .box.category .box-content {
  padding: 0;
}
/* line 67, opencart\box.less */
.sidebar .box .box-content {
  background: #ffffff;
  padding: 15px;
}
/* box styles */
/* line 77, opencart\box.less */
.box.nopadding .box-content {
  padding: 10px 0 0;
}
/* line 80, opencart\box.less */
.box.nopadding ul li {
  border-bottom: 1px solid #fff;
  padding-right: 20px;
  padding-left: 20px;
}
/* line 84, opencart\box.less */
.box.nopadding ul li:last-child {
  border-bottom: none;
}
/* line 92, opencart\box.less */
.sidebar .box.highlighted,
.box.highlighted {
  /*  .box-heading{
                background-color: @theme-color;
            }
            .box-content{ 
                background-color: #fafafa;
        } */
}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright   Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license     GNU General Public License version 2
*******************************************************/
/* language */
/* line 10, opencart\opencart-modules.less */
#language {
  line-height: 1.42857143;
}
/* line 12, opencart\opencart-modules.less */
#language img {
  cursor: pointer;
  margin-right: 5px;
  margin-left: 5px;
}
/* currency */
/* line 20, opencart\opencart-modules.less */
#currency {
  display: inline-block;
  line-height: 1.42857143;
}
/* line 24, opencart\opencart-modules.less */
#currency a b {
  color: #ffffff;
  text-decoration: none;
  background-color: #3e2308;
  padding: 1px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 31, opencart\opencart-modules.less */
#currency a:hover b {
  background-color: #bb2c0e;
}
/*welcome*/
/* line 37, opencart\opencart-modules.less */
.welcome {
  margin-top: 3px;
  margin-right: 16px;
  font-size: 12px;
}
/* line 41, opencart\opencart-modules.less */
.welcome a {
  color: #bb2c0e;
}
/*logo*/
/* line 46, opencart\opencart-modules.less */
#logo {
  padding: 12px 32px 14px 0;
}
/* cart info */
/* line 52, opencart\opencart-modules.less */
#header #cart {
  background-color: #bb2c0e;
  border-radius: 3px;
  margin-top: 19px;
  padding: 8px;
  position: relative;
  margin-left: 10px;
}
/* line 59, opencart\opencart-modules.less */
#header #cart .content {
  background: #ffffff;
  min-width: 300px;
  padding: 8px;
  right: 0;
  top: 32px;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-top: 5px solid #bb2c0e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 69, opencart\opencart-modules.less */
#header #cart .heading {
  z-index: 1;
  display: inline;
}
/* line 72, opencart\opencart-modules.less */
#header #cart .heading a {
  text-decoration: none;
}
/* line 74, opencart\opencart-modules.less */
#header #cart .heading a span {
  color: #ffffff;
}
/* line 78, opencart\opencart-modules.less */
#header #cart .heading h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 84, opencart\opencart-modules.less */
#header #cart > span {
  height: 20px;
  float: left;
  width: 20px;
  margin-right: 5px;
  cursor: pointer;
  background: url('../image/default/icon-cart.png') no-repeat center center scroll;
}
/* line 92, opencart\opencart-modules.less */
#header #cart .checkout {
  text-align: right;
  clear: both;
}
/* line 96, opencart\opencart-modules.less */
#header #cart .empty {
  padding-top: 50px;
  text-align: center;
}
/* line 100, opencart\opencart-modules.less */
#header #cart .number {
  white-space: nowrap;
}
/* line 105, opencart\opencart-modules.less */
#header #cart .table td:nth-child(3) {
  white-space: nowrap;
}
/* line 112, opencart\opencart-modules.less */
#header #cart.active .content {
  display: block;
}
/* line 120, opencart\opencart-modules.less */
.mini-cart-total {
  text-align: right;
}
/* line 122, opencart\opencart-modules.less */
.mini-cart-total td {
  color: #000;
  padding: 4px;
}
/* line 126, opencart\opencart-modules.less */
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
/* line 133, opencart\opencart-modules.less */
.mini-cart-info .quantity {
  text-align: right;
}
/* line 137, opencart\opencart-modules.less */
.mini-cart-info .name small {
  color: #666;
}
/* line 141, opencart\opencart-modules.less */
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px 5px;
  border-bottom: 1px solid #eaeaea;
}
/* line 147, opencart\opencart-modules.less */
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
/* line 153, opencart\opencart-modules.less */
.mini-cart-info .image img {
  border: 1px solid #eaeaea;
  text-align: left;
}
/* line 158, opencart\opencart-modules.less */
.mini-cart-info .remove {
  text-align: right;
}
/* line 160, opencart\opencart-modules.less */
.mini-cart-info .remove img {
  cursor: pointer;
}
/* line 164, opencart\opencart-modules.less */
.mini-cart-info td.total {
  text-align: right;
  color: #bb2c0e;
  font-weight: bold;
}
/* 
 * search module 
 */
/* line 174, opencart\opencart-modules.less */
#search {
  display: block;
  position: relative;
  z-index: 99;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 180, opencart\opencart-modules.less */
#search input {
  background-color: transparent;
  border: none;
  padding: 0 22px 0 5px;
  width: 180px;
  height: 26px;
  color: #e2e2e2;
  float: right;
  outline: medium none;
}
/* line 190, opencart\opencart-modules.less */
#search:hover {
  background-color: #ffffff;
  border-color: transparent;
}
/* line 194, opencart\opencart-modules.less */
#search button.button-search {
  height: 18px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 24px;
  background: url('../images/icon-search.png') no-repeat center center scroll;
  cursor: pointer;
  border: none;
}
/* box products */
/* line 209, opencart\opencart-modules.less */
.product-block {
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  background-color: #ffffff;
  margin: 10px 0;
  font-family: "robotoslab", serif;
  /*hover product-block */
  /*swap image*/
  /*action product*/
}
/* line 219, opencart\opencart-modules.less */
.product-block:hover .img-overlay-3-up {
  opacity: 0.6;
  top: -50%;
  visibility: visible;
}
/* line 224, opencart\opencart-modules.less */
.product-block:hover .img-overlay-3-down {
  bottom: -50%;
  opacity: 0.6;
  visibility: visible;
}
/* line 229, opencart\opencart-modules.less */
.product-block:hover .product-action {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9;
  bottom: 0;
}
/* line 235, opencart\opencart-modules.less */
.product-block:hover .product-action-2 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
/* line 239, opencart\opencart-modules.less */
.product-block:hover .pav-colorbox {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 242, opencart\opencart-modules.less */
.product-block:hover .img {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
/* line 245, opencart\opencart-modules.less */
.product-block:hover .hover-image {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  z-index: 0;
  position: absolute;
}
/* line 260, opencart\opencart-modules.less */
.product-block .img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 263, opencart\opencart-modules.less */
.product-block .hover-image {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
/* line 273, opencart\opencart-modules.less */
.product-block .product-action {
  width: 100%;
  position: absolute;
  bottom: -60px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #bb2c0e;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
/* line 282, opencart\opencart-modules.less */
.product-block .product-action:hover a:first-child {
  background-color: #3e2308;
  text-align: center;
  width: 20%;
}
/* line 286, opencart\opencart-modules.less */
.product-block .product-action:hover a:first-child span {
  display: none;
}
/* line 291, opencart\opencart-modules.less */
.product-block .product-action a {
  background: url('../images/split_f5.gif') repeat-y scroll left top #3e2308;
  display: inline-block;
  float: right;
  font-size: 13px;
  height: 43px;
  line-height: 23px;
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 20%;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
/* line 304, opencart\opencart-modules.less */
.product-block .product-action a span {
  display: none;
  font-size: 1em;
  left: 2.2em;
  vertical-align: top;
  white-space: nowrap; padding-left:10px;
}
/* line 311, opencart\opencart-modules.less */
.product-block .product-action a:hover {
  background-color: #bb2c0e !important;
  width: 80% !important;
}
/* line 314, opencart\opencart-modules.less */
.product-block .product-action a:hover span {
  display: inline-block !important;
}
/* line 318, opencart\opencart-modules.less */
.product-block .product-action a:first-child {
  background-color: #bb2c0e;
  background-image: none;
  float: left;
  left: 0;
  text-align: center;
  width: 80%;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
/* line 326, opencart\opencart-modules.less */
.product-block .product-action a:first-child span {
  display: inline-block;
}
/* line 332, opencart\opencart-modules.less */
.product-block .product-meta {
  position: relative;
  padding: 0 15px;
  font-size: 18px;
}
/* line 337, opencart\opencart-modules.less */
.product-block .description {
  display: none;
}
/* line 340, opencart\opencart-modules.less */
.product-block .rating {
  display: block;
  margin-bottom: 11px;
  font-size: 6px;
  line-height: 4;
}
/* line 346, opencart\opencart-modules.less */
.product-block .name {
  font-size: 13px;
  font-family: "robotoslab", serif;
}
/* line 349, opencart\opencart-modules.less */
.product-block .name a {
  color: #BB2C0E;
}
/* line 353, opencart\opencart-modules.less */
.product-block .image {
  overflow: hidden;
  position: relative;
  text-align: center;
}
/* line 359, opencart\opencart-modules.less */
.product-block .price-old {
  color: #75716c;
  text-decoration: line-through;
  font-size: 15px;
}
/* line 364, opencart\opencart-modules.less */
.product-block .price-new {
  color: #ba080b;
}
/* line 367, opencart\opencart-modules.less */
.product-block .price {
  color: #3e2308;
  margin-bottom: 5px;
  border-top: 1px dashed #CEC5C2;
  overflow: hidden;
  padding-top: 15px;
}
/* line 373, opencart\opencart-modules.less */
.product-block .price .price-tax {
  display: none;
}
/* line 377, opencart\opencart-modules.less */
.product-block .pav-colorbox {
  background-image: url('../image/default/icon_quickview.png');
  background-repeat: no-repeat;
  background-position: 10px 14px;
}
/* line 381, opencart\opencart-modules.less */
.product-block .pav-colorbox span {
  display: none;
}
/* line 385, opencart\opencart-modules.less */
.product-block .product-zoom,
.product-block .quick-view {
  background-color: #bb2c0e;
  z-index: 10;
  color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border-radius: 100%;
  margin: 5px;
}
/* line 394, opencart\opencart-modules.less */
.product-block .product-zoom:hover,
.product-block .quick-view:hover {
  color: #ffffff;
}
/* line 398, opencart\opencart-modules.less */
.product-block .product-action-2 {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  transition: all ease 0.35s;
}
/* line 406, opencart\opencart-modules.less */
.product-block .quick-view {
  left: 87px;
}
/* line 410, opencart\opencart-modules.less */
.product-label-special {
  background: #ba080b;
  font-size: 12px;
  font-weight: normal;
  height: 24px;
  line-height: 20px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
  width: 56px;
  z-index: 2;
}
/* line 425, opencart\opencart-modules.less */
.sidebar ul.list > li {
  position: relative;
  line-height: 44px;
  border-bottom: 1px solid #ededed;
  padding: 0;
}
/* line 430, opencart\opencart-modules.less */
.sidebar ul.list > li:hover {
  background-color: #f3f0ee;
}
/* line 432, opencart\opencart-modules.less */
.sidebar ul.list > li:hover a.label {
  color: #ffffff;
}
/* line 435, opencart\opencart-modules.less */
.sidebar ul.list > li:hover ul,
.sidebar ul.list > li:hover ul li {
  background-color: #fff;
}
/* line 440, opencart\opencart-modules.less */
.sidebar ul.list > li ul > li {
  padding: 10px 0 0px 30px;
}
/* line 442, opencart\opencart-modules.less */
.sidebar ul.list > li ul > li:last-child {
  padding-bottom: 15px;
}
/* line 445, opencart\opencart-modules.less */
.sidebar ul.list > li ul > li > a.active {
  color: #bb2c0e;
}
/* line 447, opencart\opencart-modules.less */
.sidebar ul.list > li ul > li > a.active .badge {
  color: #bb2c0e;
}
/* line 453, opencart\opencart-modules.less */
.sidebar ul.list > li .badge {
  background-color: transparent;
  color: #aa8255;
  font-weight: normal;
}
/* line 458, opencart\opencart-modules.less */
.sidebar ul.list > li .label {
  padding: 3px;
  margin-top: 16px;
  margin-right: 10px;
  font-size: 49%;
  background-color: #c8c8c8;
}
/* line 464, opencart\opencart-modules.less */
.sidebar ul.list > li .label:empty {
  display: block;
}
/* line 468, opencart\opencart-modules.less */
.sidebar ul.list > li > a {
  background-position: 10px 6px;
  padding: 0 20px;
  color: #3e2308;
}
/* line 472, opencart\opencart-modules.less */
.sidebar ul.list > li > a:hover,
.sidebar ul.list > li > a.active {
  color: #bb2c0e;
}
/* line 474, opencart\opencart-modules.less */
.sidebar ul.list > li > a:hover .badge,
.sidebar ul.list > li > a.active .badge {
  background-color: transparent;
  color: #bb2c0e;
}
/* line 482, opencart\opencart-modules.less */
.sidebar .product-block {
  padding-bottom: 20px;
  border-bottom: 1px dashed #cec5c2;
}
/* line 485, opencart\opencart-modules.less */
.sidebar .product-block .product-meta {
  position: inherit;
  padding: 0;
}
/* line 489, opencart\opencart-modules.less */
.sidebar .product-block .image {
  float: left;
  margin-right: 11px;
  border-bottom: none;
  padding-bottom: 0;
}
/* line 495, opencart\opencart-modules.less */
.sidebar .product-block .wishlist,
.sidebar .product-block .compare,
.sidebar .product-block .cart {
  display: none;
}
/* line 498, opencart\opencart-modules.less */
.sidebar .product-block .name {
  line-height: 15px;
  padding-bottom: 10px;
}
/* line 501, opencart\opencart-modules.less */
.sidebar .product-block .name a {
  color: #aa8255;
}
/* line 505, opencart\opencart-modules.less */
.sidebar .product-block .price {
  border-top: none;
  padding: 0;
}
/* line 509, opencart\opencart-modules.less */
.sidebar .product-block .product-label-special {
  display: none;
}
/* line 512, opencart\opencart-modules.less */
.sidebar .product-block .pav-colorbox,
.sidebar .product-block .product-zoom {
  display: none;
}
/* line 518, opencart\opencart-modules.less */
.sidebar .haschild .subcart {
  background: url("../image/sub-add.png") no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 8px;
  top: 14px;
  padding: 0;
}
/* 
 * box category 
 */
/* line 532, opencart\opencart-modules.less */
ul.box-category,
ul.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* box filter */
/* line 539, opencart\opencart-modules.less */
ul.box-filter,
ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 546, opencart\opencart-modules.less */
ul.box-filter > li ul {
  padding-bottom: 10px;
}
/* line 550, opencart\opencart-modules.less */
ul.box-filter span {
  font-weight: bold;
  border-bottom: 1px solid #d8d4d4;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
/* popup */
/* line 559, opencart\opencart-modules.less */
#colorbox *:before,
#colorbox *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* zoom function in product page */
/* line 568, opencart\opencart-modules.less */
.zoomContainer .zoomLens {
  border-color: #ededed !important;
}
/* line 571, opencart\opencart-modules.less */
.zoomContainer .zoomWindow {
  border: 2px solid #d8d4d4 !important;
  right: 100% !important;
  display: none;
}
/* */
/* line 580, opencart\opencart-modules.less */
#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;
}
/* line 608, opencart\opencart-modules.less */
#scrollUp:hover {
  margin-bottom: 0px;
}
/*modul-newletter*/
/* line 612, opencart\opencart-modules.less */
.newsletter {
  background: #ffffff;
  padding: 15px 25px 9px;
}
/* line 615, opencart\opencart-modules.less */
.newsletter .warp-info {
  float: left;
  margin-right: 20px;
}
/* line 619, opencart\opencart-modules.less */
.newsletter .form-control {
  background-color: #F8F7F2;
  border-color: #E9E8E2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  height: 38px;
  vertical-align: top;
  width: auto;
}
/* line 629, opencart\opencart-modules.less */
.newsletter .button_mini {
  float: inherit;
}
/* line 632, opencart\opencart-modules.less */
.newsletter .block_content input {
  margin-top: 7px; margin-left: 10px;
}
/* line 635, opencart\opencart-modules.less */
.newsletter .valid {
  left: 28%;
  position: absolute;
  top: 100%;
  width: 65%;
  z-index: 9;
}
/* line 644, opencart\opencart-modules.less */
.widget-heading {
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 10px;
  color: #3E2308;
}
/* line 651, opencart\opencart-modules.less */
.review-form-width {
  margin: 10% auto;
  max-width: 600px;
  position: relative;
}
/* line 660, opencart\opencart-modules.less */
.pavo-widget .product-block .product-zoom {
  visibility: hidden !important;
}
/* line 663, opencart\opencart-modules.less */
.pavo-widget .product-block .product-action {
  visibility: hidden !important;
}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright   Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license     GNU General Public License version 2
*******************************************************/
/* category */
/* line 10, opencart\opencart-pages.less */
.page-category .product-compare {
  margin-left: 11px;
  float: right;
}
/* line 14, opencart\opencart-pages.less */
#content h1 {
  font-size: 20px;
  padding-bottom: 11px;
  position: relative;
}
/* line 19, opencart\opencart-pages.less */
.category-list {
  margin-top: 11px;
  margin-bottom: 21px;
}
/* line 22, opencart\opencart-pages.less */
.category-list h2 {
  font-size: 18px;
  color: #3e2308;
}
/* line 26, opencart\opencart-pages.less */
.category-list ul {
  float: left;
  list-style: disc outside none;
  padding-left: 15px;
  padding-top: 5px;
}
/* line 31, opencart\opencart-pages.less */
.category-list ul li {
  margin-right: 21px;
  float: left;
}
/* line 37, opencart\opencart-pages.less */
.category-info {
  position: relative;
}
/* line 39, opencart\opencart-pages.less */
.category-info .image {
  margin-bottom: 21px;
}
/* line 42, opencart\opencart-pages.less */
.category-info .description {
  margin-bottom: 21px;
}
/* manufacturer */
/* line 47, opencart\opencart-pages.less */
.manufacturer-heading {
  background: #F8F8F8;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 11px;
}
/* line 54, opencart\opencart-pages.less */
.manufacturer-list {
  border: 1px solid #DBDEE1;
  background-color: #ffffff;
  margin-bottom: 21px;
}
/* line 58, opencart\opencart-pages.less */
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 11px;
}
/* line 67, opencart\opencart-pages.less */
.manufacturer-content {
  padding: 8px;
  overflow: auto;
}
/* 
 *  LISTING PRODUCTS PAGE 
 */
/* line 75, opencart\opencart-pages.less */
.product-filter {
  padding: 5px 0;
  margin-bottom: 21px;
  color: #3e2308;
  font-size: 14px;
  font-family: "robotoslab", serif;
}
/* line 81, opencart\opencart-pages.less */
.product-filter .sort,
.product-filter .limit {
  float: right;
}
/* line 86, opencart\opencart-pages.less */
.product-filter .limit {
  margin-left: 11px;
}
/* line 89, opencart\opencart-pages.less */
.product-filter .display {
  float: left;
  margin-right: 11px;
}
/* line 92, opencart\opencart-pages.less */
.product-filter .display a {
  font-size: 15px;
  margin-left: 1px;
  background: url('../image/default/icon-grid-list.png') no-repeat 0 0 scroll #ffffff;
  width: 29px;
  height: 31px;
  display: inline-block;
}
/* line 99, opencart\opencart-pages.less */
.product-filter .display a > em {
  display: none;
}
/* line 102, opencart\opencart-pages.less */
.product-filter .display a.grid {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-position: 8px 9px;
}
/* line 105, opencart\opencart-pages.less */
.product-filter .display a.grid.active,
.product-filter .display a.grid:hover {
  color: #3e2308;
  background-position: 8px -28px;
}
/* line 110, opencart\opencart-pages.less */
.product-filter .display a.list {
  background-position: -30px 9px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
/* line 113, opencart\opencart-pages.less */
.product-filter .display a.list.active,
.product-filter .display a.list:hover {
  color: #3e2308;
  background-position: -30px -28px;
}
/* line 119, opencart\opencart-pages.less */
.product-filter .display span {
  line-height: 30px;
}
/* line 123, opencart\opencart-pages.less */
.product-filter .form-control {
  display: inline-block;
  width: auto;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #aa8255;
}
/* line 131, opencart\opencart-pages.less */
.product-filter .pagination.top {
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
}
/* line 140, opencart\opencart-pages.less */
.product-block .description {
  margin-bottom: 11px;
  padding-bottom: 10px;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
/* product list mode  */
/* line 149, opencart\opencart-pages.less */
.product-list .col-fullwidth {
  width: 100%;
}
/* line 154, opencart\opencart-pages.less */
.product-list .price-old {
  text-decoration: line-through;
}
/* line 157, opencart\opencart-pages.less */
.product-list .price-tax {
  font-weight: normal;
  color: #bbbbbb;
}
/* line 161, opencart\opencart-pages.less */
.product-list .image {
  /*float: left;
  margin-right: 20px;
  width: 35%;*/
  margin-bottom: 10px;
  z-index: 2;
}
/* line 167, opencart\opencart-pages.less */
.product-list .right {
  float: right;
  margin-left: 16px;
}
/* line 171, opencart\opencart-pages.less */
.product-list > div {
  /*  margin-bottom: @product-margin + 5;
        + {
            div {
                border-top: 1px solid @product-boder-clor;
                padding-top: @product-padding;
            }
        }*/
}
/* line 181, opencart\opencart-pages.less */
.product-list .description {
  display: block;
}
/* product grid mode */
/* line 188, opencart\opencart-pages.less */
.product-grid {
  position: relative;
}
/* 
 * PRODUCT INFORMATION PAGE
 */
/* line 194, opencart\opencart-pages.less */
.product-info {
  margin-bottom: 21px;
  background-color: white;
  padding: 20px;
}
/* line 198, opencart\opencart-pages.less */
.product-info .product-label-special {
  right: 20px;
}
/* line 201, opencart\opencart-pages.less */
.product-info .product-extra {
  margin-bottom: 11px;
}
/* line 205, opencart\opencart-pages.less */
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 12px;
  color: #999;
}
/* line 210, opencart\opencart-pages.less */
.product-info .cart .links {
  display: inline-block;
  vertical-align: middle;
}
/* line 215, opencart\opencart-pages.less */
.product-info .cart div > span {
  color: #999;
}
/* line 220, opencart\opencart-pages.less */
.product-info > .left {
  float: left;
  margin-right: 16px;
}
/* line 223, opencart\opencart-pages.less */
.product-info > .left .right {
  margin-left: 265px;
}
/* line 227, opencart\opencart-pages.less */
.product-info .image {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
/* line 232, opencart\opencart-pages.less */
.product-info .image-additional {
  display: block;
}
/* line 234, opencart\opencart-pages.less */
.product-info .image-additional a {
  display: block;
  margin-bottom: 8px;
  float: left;
}
/* line 239, opencart\opencart-pages.less */
.product-info .image-additional .carousel-control {
  bottom: 0;
  cursor: pointer;
  font-size: 16px;
  height: 23px;
  line-height: 22px;
  opacity: 1;
  filter: alpha(opacity=100);
  top: inherit;
  width: 30px;
}
/* line 248, opencart\opencart-pages.less */
.product-info .image-additional .carousel-control.left {
  background-color: #f3f0ee;
  color: #3e2308;
  left: 5px;
}
/* line 254, opencart\opencart-pages.less */
.product-info .image-additional .carousel-control.right {
  right: 5px;
  background-color: #adadad;
  color: white;
}
/* line 261, opencart\opencart-pages.less */
.product-info .quantity-adder {
  margin-bottom: 11px;
  position: relative;
  float: left;
  top: 4px;
}
/* line 266, opencart\opencart-pages.less */
.product-info .quantity-adder input {
  border: none;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px;
}
/* line 272, opencart\opencart-pages.less */
.product-info .quantity-adder .wrap-qty {
  border: 1px solid #eaeaea;
  display: inline-block;
  margin-left: 10px;
  padding: 1px;
}
/* line 277, opencart\opencart-pages.less */
.product-info .quantity-adder .wrap-qty span {
  cursor: pointer;
  font-size: 10px;
  padding: 12px 10px 13px;
}
/* line 282, opencart\opencart-pages.less */
.product-info .quantity-adder .wrap-qty span.add-down {
  border-left: 1px solid #eaeaea;
}
/* line 285, opencart\opencart-pages.less */
.product-info .quantity-adder .wrap-qty span.add-up {
  border-right: 1px solid #eaeaea;
}
/* line 290, opencart\opencart-pages.less */
.product-info .product-action {
  margin-bottom: 11px;
}
/* line 292, opencart\opencart-pages.less */
.product-info .product-action input {
  text-transform: uppercase;
}
/* line 295, opencart\opencart-pages.less */
.product-info .product-action .cart {
  margin-right: 1px;
  padding: 10px;
}
/* line 298, opencart\opencart-pages.less */
.product-info .product-action .cart > input {
  background: transparent;
  border: none;
  font-size: 13px;
  color: #ffffff;
}
/* line 305, opencart\opencart-pages.less */
.product-info .product-action .wishlist,
.product-info .product-action .compare,
.product-info .product-action .cart {
  display: inline-block;
}
/* line 309, opencart\opencart-pages.less */
.product-info .product-action .wishlist a,
.product-info .product-action .compare a {
  background-color: #eeebe9;
  color: #a19486;
  padding: 14px;
}
/* line 313, opencart\opencart-pages.less */
.product-info .product-action .wishlist a:hover,
.product-info .product-action .compare a:hover {
  background-color: #3e2308;
}
/* line 318, opencart\opencart-pages.less */
.product-info .product-action .wishlist span,
.product-info .product-action .compare span {
  display: none;
}
/* line 323, opencart\opencart-pages.less */
.product-info .price {
  margin-bottom: 11px;
  font-size: 21px;
  color: #3e2308;
}
/* line 327, opencart\opencart-pages.less */
.product-info .price .price-old {
  text-decoration: line-through;
  font-size: 15px;
  color: #75716c;
}
/* line 332, opencart\opencart-pages.less */
.product-info .price .reward {
  font-size: 13px;
}
/* line 335, opencart\opencart-pages.less */
.product-info .price .discount {
  font-size: 13px;
}
/* line 338, opencart\opencart-pages.less */
.product-info .price .price-tax {
  font-size: 13px;
  /* color: @gray-light;*/
}
/* line 343, opencart\opencart-pages.less */
.product-info .description {
  margin-bottom: 11px;
  line-height: 23px;
}
/* line 346, opencart\opencart-pages.less */
.product-info .description a {
  text-decoration: none;
}
/* line 349, opencart\opencart-pages.less */
.product-info .description span {
  padding-right: 11px;
  color: #3e2308;
}
/* line 354, opencart\opencart-pages.less */
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 11px;
}
/* line 357, opencart\opencart-pages.less */
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 362, opencart\opencart-pages.less */
.product-info .option-image img {
  margin-right: 11px;
  border: 1px solid #cec5c2;
  cursor: pointer;
}
/* line 368, opencart\opencart-pages.less */
.product-info .option {
  margin-bottom: 11px;
}
/* line 371, opencart\opencart-pages.less */
.product-info .review {
  margin-bottom: 11px;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 5px 0;
}
/* line 377, opencart\opencart-pages.less */
.product-info .review > div {
  line-height: 23px;
}
/* line 383, opencart\opencart-pages.less */
.product-info .share {
  margin-bottom: 11px;
  line-height: normal;
}
/* line 386, opencart\opencart-pages.less */
.product-info .share a {
  text-decoration: none;
}
/* line 392, opencart\opencart-pages.less */
.form-review .option {
  margin-bottom: 11px;
}
/* line 396, opencart\opencart-pages.less */
#related {
  padding-top: 20px;
  /*.item{
        padding: 0 @product-padding;
    }*/
}
/* line 398, opencart\opencart-pages.less */
#related .carousel-controls {
  top: -15px;
}
/**
 *
 */
/* line 410, opencart\opencart-pages.less */
.review-list {
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #cec5c2;
}
/* line 414, opencart\opencart-pages.less */
.review-list .rating {
  float: right;
  margin-bottom: 26px;
}
/* line 418, opencart\opencart-pages.less */
.review-list .author {
  float: left;
  margin-bottom: 26px;
}
/* line 422, opencart\opencart-pages.less */
.review-list .text {
  clear: both;
}
/* attribute */
/* line 430, opencart\opencart-pages.less */
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
/* line 437, opencart\opencart-pages.less */
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  margin-bottom: 20px;
}
/* line 443, opencart\opencart-pages.less */
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
/* line 452, opencart\opencart-pages.less */
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
/* line 462, opencart\opencart-pages.less */
.compare-info {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  margin-bottom: 20px;
  background: #ffffff;
}
/* line 469, opencart\opencart-pages.less */
.compare-info .price-old {
  font-weight: bold;
  color: #8f0507;
  text-decoration: line-through;
}
/* line 474, opencart\opencart-pages.less */
.compare-info .price-new {
  font-weight: bold;
  color: #3e2308;
}
/* line 479, opencart\opencart-pages.less */
.compare-info .name a {
  font-weight: bold;
  color: #3e2308;
}
/* line 484, opencart\opencart-pages.less */
.compare-info td {
  padding: 7px;
  width: 20%;
  text-align: center !important;
  vertical-align: top;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
/* line 493, opencart\opencart-pages.less */
.compare-info tr td:first-child {
  text-align: right;
  font-weight: bold;
}
/* line 499, opencart\opencart-pages.less */
.compare-info thead td,
.compare-info thead tr td:first-child {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: #3e2308;
}
/* 
 * WISHTLIST PAGE 
 */
/* line 511, opencart\opencart-pages.less */
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
  text-align: right;
}
/* line 514, opencart\opencart-pages.less */
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
  text-align: left;
}
/* line 517, opencart\opencart-pages.less */
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
  text-align: right;
}
/* line 520, opencart\opencart-pages.less */
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
  text-align: left;
}
/* line 525, opencart\opencart-pages.less */
.wishlist-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #eaeaea;
}
/* line 531, opencart\opencart-pages.less */
.wishlist-info thead .image {
  text-align: center;
}
/* line 536, opencart\opencart-pages.less */
.wishlist-info tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #eaeaea;
}
/* line 541, opencart\opencart-pages.less */
.wishlist-info tbody .action img {
  cursor: pointer;
}
/* line 545, opencart\opencart-pages.less */
.wishlist-info tbody .image {
  text-align: center;
}
/* line 547, opencart\opencart-pages.less */
.wishlist-info tbody .image img {
  border: 1px solid #eaeaea;
}
/* line 552, opencart\opencart-pages.less */
.wishlist-info tbody .price s {
  color: #3e2308;
}
/* line 557, opencart\opencart-pages.less */
.wishlist-info td {
  padding: 7px;
}
/* line 560, opencart\opencart-pages.less */
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-bottom: 20px;
}
/**
 * LOGIN PAGE
 */
/* 
 * ORDERS PAGE 
 */
/* line 581, opencart\opencart-pages.less */
.order-list {
  margin-bottom: 10px;
}
/* line 583, opencart\opencart-pages.less */
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
/* line 589, opencart\opencart-pages.less */
.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;
}
/* line 596, opencart\opencart-pages.less */
.order-list .order-content div {
  float: left;
  width: 33.3%;
}
/* line 601, opencart\opencart-pages.less */
.order-list .order-info {
  text-align: right;
}
/* line 604, opencart\opencart-pages.less */
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
/* line 610, opencart\opencart-pages.less */
.order-detail {
  background: #EFEFEF;
  font-weight: bold;
}
/* RETURN PAGE
 *
 */
/* line 618, opencart\opencart-pages.less */
.return-list {
  margin-bottom: 10px;
}
/* line 620, opencart\opencart-pages.less */
.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;
}
/* line 627, opencart\opencart-pages.less */
.return-list .return-content div {
  float: left;
  width: 33.3%;
}
/* line 632, opencart\opencart-pages.less */
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
/* line 637, opencart\opencart-pages.less */
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
/* line 643, opencart\opencart-pages.less */
.return-list .return-info {
  text-align: right;
}
/* line 648, opencart\opencart-pages.less */
.return-product {
  margin-bottom: 20px;
  clear: both;
  overflow: auto;
}
/* line 654, opencart\opencart-pages.less */
.return-name {
  float: left;
  width: 31%;
  margin-right: 15px;
}
/* line 659, opencart\opencart-pages.less */
.return-model {
  float: left;
  width: 31%;
  margin-right: 15px;
}
/* line 664, opencart\opencart-pages.less */
.return-quantity {
  float: left;
  width: 31%;
}
/* line 668, opencart\opencart-pages.less */
.return-detail {
  overflow: auto;
  margin-bottom: 20px;
}
/* line 672, opencart\opencart-pages.less */
.return-reason {
  float: left;
  width: 31%;
  margin-right: 15px;
}
/* line 677, opencart\opencart-pages.less */
.return-opened {
  float: left;
  width: 31%;
  margin-right: 15px;
}
/* line 682, opencart\opencart-pages.less */
.return-opened textarea {
  width: 98%;
  vertical-align: top;
}
/* line 686, opencart\opencart-pages.less */
.return-captcha {
  float: left;
}
/* line 691, opencart\opencart-pages.less */
.download-list {
  margin-bottom: 10px;
}
/* line 693, opencart\opencart-pages.less */
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
/* line 699, opencart\opencart-pages.less */
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
/* line 704, opencart\opencart-pages.less */
.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;
}
/* line 711, opencart\opencart-pages.less */
.download-list .download-content div {
  float: left;
  width: 33.3%;
}
/* line 716, opencart\opencart-pages.less */
.download-list .download-info {
  text-align: right;
}
/* 
 * CART PAGE
 */
/* line 724, opencart\opencart-pages.less */
.price {
  font-family: "robotoslab", serif;
  color: #3e2308;
}
/* line 729, opencart\opencart-pages.less */
.cart-module > div {
  display: none;
}
/* line 733, opencart\opencart-pages.less */
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
  text-align: left;
}
/* line 736, opencart\opencart-pages.less */
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
  text-align: left;
}
/* line 739, opencart\opencart-pages.less */
.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
  position: relative;
  top: -2px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
}
/* line 746, opencart\opencart-pages.less */
.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right;
  font-size: 18px;
}
/* line 750, opencart\opencart-pages.less */
.total {
  color: #8f0507;
}
/* line 753, opencart\opencart-pages.less */
.cart-info {
  background-color: #ffffff;
}
/* line 756, opencart\opencart-pages.less */
.cart-info thead td {
  color: #3e2308;
  text-transform: uppercase;
  background-color: #f8f8f8;
  font-family: "robotoslab", serif;
  font-size: 14px;
}
/* line 763, opencart\opencart-pages.less */
.cart-info thead .image {
  text-align: center;
}
/* line 768, opencart\opencart-pages.less */
.cart-info tbody td {
  border-bottom: 1px solid #eaeaea;
}
/* line 771, opencart\opencart-pages.less */
.cart-info tbody .image {
  text-align: center;
}
/* line 773, opencart\opencart-pages.less */
.cart-info tbody .image img {
  border: 1px solid #eaeaea;
}
/* line 777, opencart\opencart-pages.less */
.cart-info tbody span.stock {
  color: #F00;
  font-weight: bold;
}
/* line 782, opencart\opencart-pages.less */
.cart-info td {
  padding: 15px;
}
/* line 785, opencart\opencart-pages.less */
.cart-info table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
/* line 794, opencart\opencart-pages.less */
.cart-total {
  border-top: 1px solid #eaeaea;
  overflow: auto;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}
/* line 800, opencart\opencart-pages.less */
.cart-total td {
  padding: 3px;
  text-align: right;
}
/* line 804, opencart\opencart-pages.less */
.cart-total table {
  float: right;
}
/* line 808, opencart\opencart-pages.less */
.cart-info thead .price,
.cart-info thead .total {
  text-align: right;
}
/* 
 * CHECKOUT PAGE
 */
/* line 816, opencart\opencart-pages.less */
.checkout-heading {
  background: #ffffff;
  border: 1px solid #d8d4d4;
  padding: 8px;
  font-weight: bold;
  font-size: 14px;
  color: #3e2308;
  margin-bottom: 15px;
}
/* line 824, opencart\opencart-pages.less */
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
/* line 832, opencart\opencart-pages.less */
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
}
/* line 836, opencart\opencart-pages.less */
.checkout-content .buttons {
  clear: both;
}
/* line 841, opencart\opencart-pages.less */
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
/* line 844, opencart\opencart-pages.less */
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
/* line 847, opencart\opencart-pages.less */
.checkout-product {
  background-color: #ffffff;
}
/* line 850, opencart\opencart-pages.less */
.checkout-product thead td {
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
  color: #3e2308;
  background-color: #f8f8f8;
  font-family: "robotoslab", serif;
  font-size: 14px;
}
/* line 860, opencart\opencart-pages.less */
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #eaeaea;
}
/* line 866, opencart\opencart-pages.less */
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #eaeaea;
}
/* line 871, opencart\opencart-pages.less */
.checkout-product td {
  padding: 7px;
}
/* line 874, opencart\opencart-pages.less */
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-bottom: 20px;
}
/* line 883, opencart\opencart-pages.less */
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
/* line 886, opencart\opencart-pages.less */
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
/*
 * CONTENT INFOMATION
 */
/* line 893, opencart\opencart-pages.less */
.sitemap-info {
  background-color: #ffffff;
  padding: 20px;
}
/* line 897, opencart\opencart-pages.less */
#contact-map {
  border: 7px solid #ffffff;
  margin-bottom: 25px;
}
/* line 901, opencart\opencart-pages.less */
.contact-customhtml {
  background: none repeat scroll 0 0 #ffffff;
  padding: 20px;
}
/* line 905, opencart\opencart-pages.less */
.navbar-form {
  padding: 0;
}
/* line 908, opencart\opencart-pages.less */
.contact-address {
  margin-bottom: 25px;
  background-color: #ffffff;
  padding: 20px;
}
/* line 912, opencart\opencart-pages.less */
.contact-address ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
/* line 915, opencart\opencart-pages.less */
.contact-address ul li i {
  color: #888;
  float: left;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
}
/* line 922, opencart\opencart-pages.less */
.contact-address ul li span {
  display: inline-block;
  padding-left: 15px;
}
/* line 929, opencart\opencart-pages.less */
.contact-customhtml ul li {
  padding: 7px 0;
}
/* line 931, opencart\opencart-pages.less */
.contact-customhtml ul li i {
  float: left;
  font-size: 20px;
  padding: 8px 5px 6px 10px;
}
/* line 936, opencart\opencart-pages.less */
.contact-customhtml ul li span {
  display: inline-block;
  padding-left: 5px;
}
/* line 942, opencart\opencart-pages.less */
#content .content {
  margin: 10px 0;
  background-color: #ffffff;
  padding: 20px;
}
/* line 950, opencart\opencart-pages.less */
.page-product-search .product-compare {
  margin-left: 11px;
}
/* line 957, opencart\opencart-pages.less */
.page-checkout-cart input.button {
  height: 32px;
}
/* line 963, opencart\opencart-pages.less */
.page-account-wishlist a.button {
  padding: 6px 12px;
}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/* line 10, opencart\menu.less */
#pav-mainnav {
  position: relative;
}
/* line 14, opencart\menu.less */
#pav-mainnav .dropdown:hover > .dropdown-menu {
  display: block;
}
/* line 17, opencart\menu.less */
#pav-mainnav .dropdown:hover:before {
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  bottom: -12px;
  content: "";
  display: inline-block;
  left: 40%;
  position: absolute;
}
/* line 30, opencart\menu.less */
#pav-mainnav .navbar {
  border: none;
}
/* line 32, opencart\menu.less */
#pav-mainnav .navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
/* line 37, opencart\menu.less */
#pav-mainnav .navbar ul.nav > li {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  /*&:hover a{
					background: @white;
				}*/
}
/* line 43, opencart\menu.less */
#pav-mainnav .navbar ul.nav > li > a {
  text-transform: uppercase;
  font-size: 15px;
  font-family: "robotoslab", serif;
  color: #5e360f;
  padding: 23px 14px;
}
/* line 50, opencart\menu.less */
#pav-mainnav .navbar ul.nav > li:hover {
  border-top: 4px solid #bb2c0e;
}
/* line 52, opencart\menu.less */
#pav-mainnav .navbar ul.nav > li:hover > a {
  color: #bb2c0e;
}
/* line 56, opencart\menu.less */
#pav-mainnav .navbar ul.nav > li .dropdown-menu li {
  border: none;
  position: relative;
}
/* line 63, opencart\menu.less */
#pav-mainnav .dropdown-menu.level1 {
  border-top: 8px solid transparent;
  top: 100%;
}
/* line 67, opencart\menu.less */
#pav-mainnav .dropdown-menu.level1 li a {
  background: url('../image/default/arrow-li.png') no-repeat 10px 8px;
  padding: 3px 0 3px 20px;
  color: #75716c;
}
/* line 71, opencart\menu.less */
#pav-mainnav .dropdown-menu.level1 li a:hover {
  background-position: 10px -39px;
  color: #bb2c0e;
}
/* line 79, opencart\menu.less */
#pav-mainnav .navbar-inverse .navbar-nav > .open > a {
  background-color: #bb2c0e;
}
/* line 84, opencart\menu.less */
#pav-mainnav .navbar-inverse .navbar-nav > li:hover > a .caret {
  border-bottom-color: #bb2c0e;
  border-top-color: #bb2c0e;
}
/* line 88, opencart\menu.less */
#pav-mainnav .navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #3e2308;
  border-top-color: #3e2308;
}
/* line 96, opencart\menu.less */
.pav-megamenu {
  position: relative;
}
/* line 98, opencart\menu.less */
.pav-megamenu .product-action-2 {
  display: none;
}
/* line 101, opencart\menu.less */
.pav-megamenu .navbar {
  border: none;
}
/* line 103, opencart\menu.less */
.pav-megamenu .navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
/* line 109, opencart\menu.less */
.pav-megamenu .navbar ul.nav > li.aligned-fullwidth {
  position: static;
}
/* line 111, opencart\menu.less */
.pav-megamenu .navbar ul.nav > li.aligned-fullwidth > .dropdown-menu {
  width: 100%!important;
}
/* line 113, opencart\menu.less */
.pav-megamenu .navbar ul.nav > li.aligned-fullwidth > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  left: 0;
  width: 100%;
}
/* line 120, opencart\menu.less */
.pav-megamenu .navbar ul.nav > li.aligned-right .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 123, opencart\menu.less */
.pav-megamenu .navbar ul.nav > li.aligned-right .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  right: 100%;
}
/* line 129, opencart\menu.less */
.pav-megamenu .navbar ul.nav > li.aligned-left .dropdown-menu {
  left: 0;
  right: auto;
}
/* line 132, opencart\menu.less */
.pav-megamenu .navbar ul.nav > li.aligned-left .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  left: 100%;
}
/* line 138, opencart\menu.less */
.pav-megamenu .navbar ul.nav > li.aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
/* line 149, opencart\menu.less */
.pav-megamenu .navbar ul.nav > li:hover > a {
  background-color: #bb2c0e;
}
/* line 151, opencart\menu.less */
.pav-megamenu .navbar ul.nav > li:hover > a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 158, opencart\menu.less */
.pav-megamenu .dropdown-menu > .dropdown-menu-inner {
  padding: 10px;
}
/* line 163, opencart\menu.less */
.pav-megamenu .mega-group .caret {
  display: none;
}
/* line 166, opencart\menu.less */
.pav-megamenu .mega-group > .dropdown-toggle {
  display: block;
  font-weight: bold;
  padding: 6px 5px;
  text-transform: uppercase;
  border-bottom: solid 1px #e5e5e5;
}
/* line 177, opencart\menu.less */
.pav-megamenu .mega-group .dropdown-mega .mega-col-inner > ul > li a {
  margin-left: 6px;
}
/* line 186, opencart\menu.less */
.pav-megamenu .mega-col .mega-col-inner > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
/* line 190, opencart\menu.less */
.pav-megamenu .mega-col .mega-col-inner > ul > li {
  list-style: none;
  margin-left: 0;
}
/* line 193, opencart\menu.less */
.pav-megamenu .mega-col .mega-col-inner > ul > li > a {
  clear: both;
  color: #555555;
  display: block;
  line-height: 20px;
}
/* line 206, opencart\menu.less */
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
/* line 210, opencart\menu.less */
.pav-megamenu .dropdown-submenu > .dropdown-menu {
  border-radius: 0 6px 6px 6px;
  left: 100%;
  margin-left: -6px;
  margin-top: -6px;
  top: 0;
}
/* line 218, opencart\menu.less */
.pav-megamenu .cols2 {
  width: 420px;
}
/* line 219, opencart\menu.less */
.pav-megamenu .cols3 {
  width: 620px;
}
/* line 220, opencart\menu.less */
.pav-megamenu .cols4 {
  width: 820px;
}
/* line 222, opencart\menu.less */
.navbar-nav > li > .dropdown-menu {
  margin-top: 4px;
  border-top: 8px solid transparent;
}
/* line 226, opencart\menu.less */
.dropdown-menu {
  border: none;
  z-index: 2000;
}
/* line 230, opencart\menu.less */
#pav-mainnav .navbar ul.nav > li > a {
  background-color: transparent !important;
}

.social {
  margin: 12px 0;
}
/* line 26, opencart\style.less */
.social li {
  display: inline-block;
  margin-right: 22px;
}
/* line 29, opencart\style.less */
.social li a {
  display: inline-block;
  line-height: 36px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #bb2c0e;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  font-size: 16px;
  border: 2px solid transparent;
}
/* line 43, opencart\style.less */
.social li a:hover {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
/* line 49, opencart\style.less */
.social li span {
  display: none;
}
/* line 55, opencart\style.less */
.htabs li.active a {
  color: #bb2c0e;
  font-weight: bold;
}
/* line 60, opencart\style.less */
.box {
  /*custom modul call-us*/
  /*custom modul contact us*/
}
/* line 61, opencart\style.less */
.box .wapper-left,
.box .wapper-center,
.box .wapper-right {
  float: left;
  width: 33.33%;
}
/* line 65, opencart\style.less */
.box .wapper-center {
  position: relative;
}
/* line 68, opencart\style.less */
.box .media {
  color: #f4f3f3;
  font-size: 14px;
}
/* line 71, opencart\style.less */
.box .media .media-content {
  padding: 8px 0;
}
/* line 73, opencart\style.less */
.box .media .media-content .media-object {
  margin: 8px 5px 0 15px;
}
/* line 77, opencart\style.less */
.box .media .media-body {
  padding: 7px 3px 0;
}
/* line 79, opencart\style.less */
.box .media .media-body .media-heading {
  color: #ffffff;
}
/* line 83, opencart\style.less */
.box .media.free {
  background: url('../images/bg-media-left.png') repeat-y 0 0 scroll;
  padding-left: 12px;
}
/* line 86, opencart\style.less */
.box .media.free .media-content {
  background-color: #bb2c0e;
}
/* line 90, opencart\style.less */
.box .media.need {
  background: url('../images/bg-media-right.png') repeat-y top right scroll;
  padding-right: 12px;
}
/* line 93, opencart\style.less */
.box .media.need .media-content {
  background-color: #bb2c0e;
}
/* line 96, opencart\style.less */
.box .media.need .media-object {
  margin-left: 34px !important;
  margin-right: 0 !important;
}
/* line 101, opencart\style.less */
.box .media.Discount {
  margin: -5px -11px;
}
/* line 103, opencart\style.less */
.box .media.Discount .media-content {
  background-color: #99220E;
  padding: 12px 0;
}
/* line 106, opencart\style.less */
.box .media.Discount .media-content:before {
  background: url('../images/bg-discu-left.png') repeat-y 0 0 scroll;
  content: "";
  height: 113%;
  left: -6%;
  position: absolute;
  top: -5px;
  width: 14px;
}
/* line 115, opencart\style.less */
.box .media.Discount .media-content:after {
  background: url('../images/bg-discu-right.png') repeat-y 0 0 scroll;
  content: "";
  height: 113%;
  left: 102%;
  position: absolute;
  top: -5px;
  width: 14px;
}
/* line 128, opencart\style.less */
.box .banner_footer {
  text-align: center;
}
/* line 130, opencart\style.less */
.box .banner_footer img {
  display: inline !important;
}
/* line 135, opencart\style.less */
.box .call_us {
  padding: 20px 12px;
  background-color: #ffffff;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
/* line 140, opencart\style.less */
.box .call_us .media-body {
  color: #bb2c0e;
  text-align: right;
  width: 66%;
  float: left;
}
/* line 145, opencart\style.less */
.box .call_us .media-body .box-heading {
  padding: 0 0 0 5px;
  text-align: right;
}
/* line 150, opencart\style.less */
.box .call_us a {
  font-size: 30px;
  padding-left: 10px;
}
/* line 154, opencart\style.less */
.box .call_us a i {
  border: 1px solid #bb2c0e;
  border-radius: 4px;
  padding: 7px 2px 5px 9px;
  color: #bb2c0e;
}
/* line 162, opencart\style.less */
.box .small-font {
  font-size: 21px;
  padding-right: 10px;
  padding-bottom: 2px;
  text-align: left;
}
/* line 171, opencart\style.less */
.box.contact-us ul li {
  padding: 10px 0;
}
/* line 173, opencart\style.less */
.box.contact-us ul li span {
  border: 2px solid #a1a5ab;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  line-height: 26px;
  margin-right: 10px;
  padding-left: 4px;
  position: relative;
  text-align: center;
  width: 30px;
}
/* line 185, opencart\style.less */
.box.contact-us ul li a {
  color: #b6b6b6;
}
/* line 188, opencart\style.less */
.box.contact-us ul li:hover {
  cursor: pointer;
  color: #bb2c0e;
}
/* line 191, opencart\style.less */
.box.contact-us ul li:hover > span {
  border: 2px solid #bb2c0e;
}
/* line 194, opencart\style.less */
.box.contact-us ul li:hover a {
  color: #bb2c0e;
}
/* Background body */
/* line 203, opencart\style.less */
.pattern1 {
  background-image: url('../image/pattern/pattern1.png');
}
/* line 206, opencart\style.less */
.pattern2 {
  background-image: url('../image/pattern/pattern2.png');
}
/* line 209, opencart\style.less */
.pattern3 {
  background-image: url('../image/pattern/pattern3.png');
}
/* line 212, opencart\style.less */
.pattern4 {
  background-image: url('../image/pattern/pattern4.png');
}
/* line 215, opencart\style.less */
.pattern5 {
  background-image: url('../image/pattern/pattern5.png');
}
/* line 218, opencart\style.less */
.pattern6 {
  background-image: url('../image/pattern/pattern6.png');
}
/* line 221, opencart\style.less */
.pattern7 {
  background-image: url('../image/pattern/pattern7.png');
}
/* line 224, opencart\style.less */
.pattern8 {
  background-image: url('../image/pattern/pattern8.png');
}
/* line 227, opencart\style.less */
.pattern9 {
  background-image: url('../image/pattern/pattern9.png');
}
/* line 230, opencart\style.less */
.pattern10 {
  background-image: url('../image/pattern/pattern10.png');
}
/* line 233, opencart\style.less */
.pattern11 {
  background-image: url('../image/pattern/pattern11.png');
}
/* line 236, opencart\style.less */
.pattern12 {
  background-image: url('../image/pattern/pattern12.png');
}
/* line 239, opencart\style.less */
.pattern13 {
  background-image: url('../image/pattern/pattern13.png');
}
/* line 242, opencart\style.less */
.pattern14 {
  background-image: url('../image/pattern/pattern14.png');
}
/* line 245, opencart\style.less */
.pattern15 {
  background-image: url('../image/pattern/pattern15.png');
}
/* line 248, opencart\style.less */
.pattern16 {
  background-image: url('../image/pattern/pattern16.png');
}
@media screen and (max-width: 992px) {
  /* line 2, opencart\offcanvas.less */
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  /* line 9, opencart\offcanvas.less */
  .row-offcanvas-right {
    right: 0;
  }
  /* line 12, opencart\offcanvas.less */
  .rtl .row-offcanvas-right {
    left: 0;
  }
  /* line 15, opencart\offcanvas.less */
  .row-offcanvas-left {
    left: 0;
  }
  /* line 18, opencart\offcanvas.less */
  .rtl .row-offcanvas-left {
    right: 0;
  }
  /* line 21, opencart\offcanvas.less */
  .row-offcanvas-right .sidebar-offcanvas {
    right: -55%;
  }
  /* line 25, opencart\offcanvas.less */
  .rtl .row-offcanvas-right .sidebar-offcanvas {
    left: -55%;
  }
  /* line 30, opencart\offcanvas.less */
  .row-offcanvas-left .sidebar-offcanvas {
    left: -55%;
  }
  /* line 34, opencart\offcanvas.less */
  .rtl .row-offcanvas-left .sidebar-offcanvas {
    right: -55%;
  }
  /* line 39, opencart\offcanvas.less */
  .row-offcanvas-right.active {
    right: 55%;
  }
  /* line 42, opencart\offcanvas.less */
  .rtl .row-offcanvas-right.active {
    left: 55%;
  }
  /* line 45, opencart\offcanvas.less */
  .row-offcanvas-left.active {
    left: 55%;
  }
  /* line 48, opencart\offcanvas.less */
  .rtl .row-offcanvas-left.active {
    right: 55%;
  }
  /* line 51, opencart\offcanvas.less */
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 55%;
  }
  /* line 55, opencart\offcanvas.less */
  .sidebar-offcanvas .badge {
    background: transparent;
    color: #bb2c0e;
  }
  /* line 61, opencart\offcanvas.less */
  .sidebar-offcanvas .box .box-heading span {
    background: none;
  }
  /* line 65, opencart\offcanvas.less */
  .sidebar-offcanvas .box .box-content {
    border: 1px solid #e9e9e9;
    padding: 35px;
  }
  /* line 70, opencart\offcanvas.less */
  .sidebar-offcanvas .box ul.box-category li {
    padding: 8px 5px;
    border: none;
  }
  /* line 74, opencart\offcanvas.less */
  .sidebar-offcanvas .box ul.box-category li ul li {
    padding: 5px 5px 0px 10px;
  }
  /* line 76, opencart\offcanvas.less */
  .sidebar-offcanvas .box ul.box-category li ul li a {
    text-decoration: none;
    display: block;
    font-size: 13px;
  }
  /* line 83, opencart\offcanvas.less */
  .sidebar-offcanvas .box ul.box-category li a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
  }
  /* line 87, opencart\offcanvas.less */
  .sidebar-offcanvas .box ul.box-category li a:hover {
    color: #bb2c0e;
  }
}
/*offcanvas-menu*/
/* line 101, opencart\offcanvas.less */
#offcanvasmenu .badges.new,
#offcanvasmenu .badges.hot {
  right: auto;
  left: 50px;
}
/* line 106, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav {
  float: none;
}
/* line 108, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav > li {
  float: none;
}
/* line 110, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav > li .caret {
  display: none;
}
/* line 114, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav > li.home .menu-icon {
  background: none !important;
}
/* line 117, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav > li.home .menu-title {
  margin-left: -35px;
}
/* line 121, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav > li .click-canavs-menu {
  cursor: pointer;
  display: inline-block;
  padding: 19px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
/* line 131, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav > li li.dropdown-submenu .click-canavs-menu {
  padding: 4px 21px;
}
/* line 135, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav > li li.dropdown-submenu li.dropdown-submenu > .click-canavs-menu {
  padding: 24px 12px;
}
/* line 140, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav > li > a {
  padding: 15px 25px;
  background-color: transparent !important;
  transition: all 350ms ease-out;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 22px;
}
/* line 150, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  display: none;
  float: none;
  margin: 0;
  padding: 0 8px;
  position: static;
  visibility: visible;
  width: auto!important;
  opacity: 1;
}
/* line 163, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu .dropdown-menu-inner {
  line-height: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
}
/* line 169, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu .pavo-widget .sidebar {
  border: none;
}
/* line 171, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu .pavo-widget .sidebar .product-block {
  padding-left: 0px;
}
/* line 175, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu .pavo-widget .widget-heading {
  color: #000;
  text-transform: none;
}
/* line 182, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu .pavo-widget .widget-inner ul > li:before {
  display: none;
}
/* line 189, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu a {
  font-size: 13px;
  padding: 5px 10px;
  background: none;
  color: #000;
  text-transform: none;
}
/* line 195, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu a:hover {
  color: #bb2c0e;
}
/* line 199, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu .widget-video {
  display: none;
}
/* line 202, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu .box-heading {
  color: #bb2c0e;
}
/* line 206, opencart\offcanvas.less */
#offcanvasmenu .product-block {
  border: none;
}
/* line 208, opencart\offcanvas.less */
#offcanvasmenu .product-block .product-zoom,
#offcanvasmenu .product-block .product-label-special {
  display: none;
}
/* line 211, opencart\offcanvas.less */
#offcanvasmenu .product-block a {
  padding: 0;
}
/* line 220, opencart\offcanvas.less */
.rtl #offcanvasmenu .badges.new,
.rtl #offcanvasmenu .badges.hot {
  left: auto;
  right: 50px;
}
/* line 228, opencart\offcanvas.less */
.rtl #offcanvasmenu .navbar-nav > li.home .menu-title {
  margin-right: 0;
}
/* line 232, opencart\offcanvas.less */
.rtl #offcanvasmenu .navbar-nav > li .click-canavs-menu {
  left: 0;
  right: auto;
}
/* line 237, opencart\offcanvas.less */
.rtl #offcanvasmenu .navbar-nav > li li.dropdown-submenu .click-canavs-menu {
  padding: 4px 0;
}
/* line 241, opencart\offcanvas.less */
.rtl #offcanvasmenu .navbar-nav > li li.dropdown-submenu li.dropdown-submenu > .click-canavs-menu {
  padding: 24px 0;
  margin-left: -28px;
}
/* line 250, opencart\offcanvas.less */
.rtl #offcanvasmenu .dropdown-menu .dropdown-menu-inner {
  padding-right: 20px;
}
/* line 255, opencart\offcanvas.less */
.rtl #offcanvasmenu .dropdown-menu .pavo-widget .sidebar .product-block {
  padding-right: 0px;
}
/* line 263, opencart\offcanvas.less */
#mainmenutop .navbar-toggle {
  float: left;
}
/* line 266, opencart\offcanvas.less */
.offcanvas-menu .button-close-menu {
  color: #424242;
  cursor: pointer;
  float: left;
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 15px;
}
/* line 275, opencart\offcanvas.less */
.canvas-menu {
  min-height: 38px;
  position: absolute;
  top: 2px;
  z-index: 999;
  width: 40px;
  margin-left: 10px;
  margin-top: 15px;
}
/* line 285, opencart\offcanvas.less */
.offcanvas-sidebars-buttons {
  margin-top: 25px;
}
/* line 289, opencart\offcanvas.less */
#menu-offcanvas .menu-offcanvas-inner {
  padding: 12px;
}
/* line 293, opencart\offcanvas.less */
#menu-offcanvas .dropdown .dropdown-menu {
  display: block;
  position: relative;
  float: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  width: 100% !important;
}
/* line 307, opencart\offcanvas.less */
html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  min-height: 100%;
}
/* line 315, opencart\offcanvas.less */
.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0;
}
/* line 320, opencart\offcanvas.less */
.offcanvas-content,
.offcanvas-content-inner {
  position: relative;
}
/* line 325, opencart\offcanvas.less */
.offcanvas-container {
  position: relative;
}
/* line 330, opencart\offcanvas.less */
.offcanvas-pusher {
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
/* line 338, opencart\offcanvas.less */
.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;
}
/* line 351, opencart\offcanvas.less */
.offcanvas-menu-open .offcanvas-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 359, opencart\offcanvas.less */
.offcanvas-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 371, opencart\offcanvas.less */
.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;
}
/* line 384, opencart\offcanvas.less */
.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;
}
/* content style */
/* line 393, opencart\offcanvas.less */
.offcanvas-menu .pav-menu-video iframe {
  width: 270px;
}
/* line 396, opencart\offcanvas.less */
.offcanvas-menu ul.megamenu > li > a,
.offcanvas-menu .dropdown-toggle {
  font-size: 16px;
}
/* line 400, opencart\offcanvas.less */
.offcanvas-menu .pavo-widget .menu-title {
  font-weight: normal;
  padding: 10px 0 12px 0;
}
/* line 404, opencart\offcanvas.less */
.offcanvas-menu .pavo-widget a {
  border: none;
  padding: 0;
}
/* line 408, opencart\offcanvas.less */
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
  lioffcanvas-style: none;
}
/* line 413, opencart\offcanvas.less */
.offcanvas-menu ul ul {
  margin-left: 10px;
}
/* line 416, opencart\offcanvas.less */
.offcanvas-menu ul ul.list li {
  border-bottom: 1px solid #EEEEEE;
}
/* line 419, opencart\offcanvas.less */
.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;
}
/* line 428, opencart\offcanvas.less */
.offcanvas-menu ul li a {
  display: block;
  padding: 0.7em 1em 0.7em 1.2em;
  outline: none;
  font-weight: 400;
  border-bottom: 1px solid #EEEEEE;
  -webkit-transition: padding 0.5s ease 0s;
  transition: padding 0.5s ease 0s;
}
/* line 437, opencart\offcanvas.less */
.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);
}
/* line 441, opencart\offcanvas.less */
.offcanvas-menu ul li a:hover {
  color: #f89406;
  background: #FDFDFD;
}
/*widget*/
/* line 449, opencart\offcanvas.less */
.offcanvas-menu .product-block:hover {
  box-shadow: none;
}
/* line 452, opencart\offcanvas.less */
.offcanvas-menu .product-block .pav-colorbox {
  display: none !important;
}
/* line 455, opencart\offcanvas.less */
.offcanvas-menu .product-block .name {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 5px;
}
/* line 460, opencart\offcanvas.less */
.offcanvas-menu .product-block .rating {
  margin-bottom: 8px;
}
/* line 463, opencart\offcanvas.less */
.offcanvas-menu .product-block .price {
  font-size: 15px;
  padding: 0;
}
/* line 467, opencart\offcanvas.less */
.offcanvas-menu .product-block .price-old {
  float: left;
  line-height: 20px;
}
/* Individual effects */
/* Effect 1: Slide in on top */
/* line 478, opencart\offcanvas.less */
.offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
/* line 482, opencart\offcanvas.less */
.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 486, opencart\offcanvas.less */
.offcanvas-effect-1.offcanvas-menu::after {
  display: none;
}
/* Effect 2: Reveal */
/* line 491, opencart\offcanvas.less */
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
/* line 494, opencart\offcanvas.less */
.offcanvas-effect-2.offcanvas-menu {
  z-index: 1;
}
/* line 497, opencart\offcanvas.less */
.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);
}
/* Effect 3: Push*/
/* line 507, opencart\offcanvas.less */
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
/* line 510, opencart\offcanvas.less */
.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 1;
}
/* line 514, opencart\offcanvas.less */
.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);
}
/* Effect 5: Reverse slide out */
/* line 523, opencart\offcanvas.less */
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
/* line 526, opencart\offcanvas.less */
.offcanvas-effect-5.offcanvas-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
/* line 530, opencart\offcanvas.less */
.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);
}
/* RESPONSIVE */
@media (max-width: 480px) {
  /* line 538, opencart\offcanvas.less */
  #mainmenutop .navbar-nav {
    display: none;
  }
  /*** OFFCANVAS SIDEBAR ***/
  /* line 544, opencart\offcanvas.less */
  .offcanvas-siderbars {
    position: relative;
  }
  /* line 546, opencart\offcanvas.less */
  .offcanvas-siderbars .offcanvas-sidebar {
    display: none;
    width: 100%;
  }
  /* line 551, opencart\offcanvas.less */
  .offcanvas-siderbars.column-left-active #oc-column-left {
    display: block;
  }
  /* line 554, opencart\offcanvas.less */
  .offcanvas-siderbars.column-right-active #oc-column-right {
    display: block;
  }
  /* line 557, opencart\offcanvas.less */
  .offcanvas-siderbars.column-left-active .main-column {
    display: none;
  }
  /* line 560, opencart\offcanvas.less */
  .offcanvas-siderbars.column-right-active .main-column {
    display: none;
  }
}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
@media only screen and (max-width: 1200px) {
  /* line 10, opencart\responsive.less */
  .tab1 .dropdown-menu {
    width: 692px !important;
  }
  /* line 13, opencart\responsive.less */
  .tab2 .dropdown-menu {
    width: 563px !important;
  }
  /* line 16, opencart\responsive.less */
  .tab2 .dropdown-menu .widget-inner iframe {
    width: 357px !important;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 21, opencart\responsive.less */
  .tp-leftarrow.default {
    left: 17% !important;
  }
  /* line 24, opencart\responsive.less */
  .tp-rightarrow.default {
    right: 17% !important;
  }
  /* line 27, opencart\responsive.less */
  .newsletter .form-control {
    width: 56%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 33, opencart\responsive.less */
  .newsletter .valid {
    left: 33%;
    width: 44%;
  }
  /* line 40, opencart\responsive.less */
  .rtl .newsletter .valid {
    right: 33%;
    left: auto;
  }
}
@media only screen and (max-width: 992px) {
  /* line 48, opencart\responsive.less */
  .carousel-controls {
    left: 37%;
  }
  /* line 51, opencart\responsive.less */
  .pav-colorbox,
  .product-zoom,
  .quick-view {
    display: none !important;
  }
  /* line 54, opencart\responsive.less */
  #logo {
    text-align: center;
  }
  /* line 57, opencart\responsive.less */
  #header-main {
    margin-bottom: 10px;
  }
  /* line 60, opencart\responsive.less */
  #header-main .header-wrap > div {
    height: 60px;
  }
  /* line 63, opencart\responsive.less */
  .navbar-inverse .navbar-toggle {
    display: block;
    float: none;
    width: 40px;
    height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #bb2c0e;
    margin-left: 10px;
    margin-top: 15px;
    border-color: transparent;
  }
  /* line 73, opencart\responsive.less */
  .navbar-inverse .navbar-toggle .icon-bar {
    width: 18px;
    background-color: #ffffff;
  }
  /* line 79, opencart\responsive.less */
  .navbar-collapse.collapse {
    display: none !important;
  }
  /* line 82, opencart\responsive.less */
  .navbar-nav > li {
    float: none;
  }
  /* line 86, opencart\responsive.less */
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #AA8255 ;
  }
  /* line 88, opencart\responsive.less */
  .navbar-inverse .navbar-toggle:hover.icon-bar,
  .navbar-inverse .navbar-toggle:focus.icon-bar {
    background-color: #ffffff;
  }
  /* line 93, opencart\responsive.less */
  .product-info .image-additional .carousel-control {
    bottom: -35px;
  }
  /* line 96, opencart\responsive.less */
  .newsletter .form-control {
    width: 54%;
  }
  /* line 99, opencart\responsive.less */
  .box .call_us a {
    top: 25%;
  }
  /* line 102, opencart\responsive.less */
  .blog-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 1030px) {
  /* line 107, opencart\responsive.less */
  .product-info .image-additional .carousel-control.right {
    right: -10px;
    bottom: -27px;
  }
  /* line 111, opencart\responsive.less */
  .product-info .image-additional .carousel-control.left {
    bottom: -27px;
    left: 0;
  }
}
@media (max-width: 991px) {
  /* line 117, opencart\responsive.less */
  .product-block .product-action {
    bottom: 0;
    opacity: 1;
  }
  /* line 121, opencart\responsive.less */
  .zoomContainer {
    display: none !important;
  }
  /* line 125, opencart\responsive.less */
  .row > .hidden-xs.sidebar.col-md-3.col-sm-12.clearfix {
    float: left;
    width: 25%;
  }
  /* line 132, opencart\responsive.less */
  #product > div:first-child,
  #product > div:nth-child(2) {
    float: left;
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 141, opencart\responsive.less */
  .product-zoom,
  .quick-view {
    display: none;
  }
}
/*@media (max-width: 767px) {*/
@media (max-width: 767px) {
  /* line 148, opencart\responsive.less */
  #logo {
    display: block !important;
    text-align: center;
    margin: 10px 0;
  }
  /* line 153, opencart\responsive.less */
  .wishlist-info td,
  .wishlist-info th,
  table.history-list td,
  table.history-list th,
  table.order-info td,
  table.order-info th,
  table.compare-info td,
  table.compare-info th,
  table.pav-checkout-product td,
  table.pav-checkout-product th,
  table.pav-shop-cart td,
  table.pav-shop-cart th {
    border-right: 0 none;
    display: block !important;
    float: none !important;
    text-align: left !important;
    width: auto !important;
  }
  /* line 171, opencart\responsive.less */
  .wishlist-info tr td:before,
  table.history-list tr td:before,
  table.order-info tr td:before,
  table.pav-shop-cart tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    width: 50%;
  }
  /* line 182, opencart\responsive.less */
  .wishlist-info tr td,
  table.order-info tr td,
  table.history-list tr td,
  table.pav-shop-cart tr td {
    text-align: right;
    display: block;
    min-height: 20px;
    border-left: none;
    background: none;
  }
  /* line 192, opencart\responsive.less */
  table.history-list thead,
  table.order-info thead,
  .wishlist-info thead,
  table.pav-shop-cart thead {
    display: none;
  }
  /* line 198, opencart\responsive.less */
  #search {
    height: 36px;
    margin: 4px 0 3px 1px;
    width: 35px;
    z-index: 10001;
    border: none;
  }
  /* line 204, opencart\responsive.less */
  #search:hover {
    background-color: transparent;
    border-color: transparent;
  }
  /* line 208, opencart\responsive.less */
  #search input {
    background-color: #ffffff;
    border-radius: 0;
    height: 35px;
    margin-top: -3px;
    padding: 0;
    width: 0;
  }
  /* line 216, opencart\responsive.less */
  #search .button-search {
    background-color: #fff;
    height: 35px;
    line-height: 36px;
    margin-top: -6px;
    width: 35px;
  }
  /* line 224, opencart\responsive.less */
  #search:hover input {
    padding: 4px 46px 4px 10px;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 200px;
    background-color: #bb2c0e;
    color: #ffffff;
  }
  /* line 232, opencart\responsive.less */
  .newsletter .valid {
    left: 10%;
    width: 70%;
  }
  /* line 239, opencart\responsive.less */
  .rtl .newsletter .valid {
    right: 10%;
    left: auto;
  }
  /* line 246, opencart\responsive.less */
  .table-responsive .form-control {
    padding: 5px;
    margin-right: 40px;
  }
  /* line 252, opencart\responsive.less */
  .table-responsive .form-control {
    margin-left: 40px;
  }
  /* line 257, opencart\responsive.less */
  #search button.button-search {
    top: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 264, opencart\responsive.less */
  .product-info .image-additional .carousel-inner {
    min-height: 616px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 269, opencart\responsive.less */
  .banner {
    display: none;
  }
  /* line 272, opencart\responsive.less */
  .box .box-heading {
    font-size: 18px;
  }
  /* line 275, opencart\responsive.less */
  .box .box-heading span {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 279, opencart\responsive.less */
  .carousel-controls {
    left: 19%;
    top: 30px;
  }
  /* line 283, opencart\responsive.less */
  .newsletter .input-group {
    display: inline-block;
  }
  /* line 286, opencart\responsive.less */
  .social li {
    margin-right: 2px;
  }
  /* line 289, opencart\responsive.less */
  .product-info {
    padding: 10px;
  }
  /* line 292, opencart\responsive.less */
  .product-info .image-container {
    padding: 0;
  }
  /* line 295, opencart\responsive.less */
  .button_mini {
    padding: 0 10px !important;
  }
  /* line 298, opencart\responsive.less */
  .product-list .image {
    width: 100%;
  }
  /* line 301, opencart\responsive.less */
  .pavblock .image {
    float: none;
    margin: 12px;
  }
  /* line 305, opencart\responsive.less */
  .box .call_us .media-body {
    width: 80%;
  }
  /* line 308, opencart\responsive.less */
  #comment-form label {
    float: none !important;
    width: 100% !important;
  }
  /* line 312, opencart\responsive.less */
  .product-info .quantity-adder {
    float: none !important;
  }
  /* line 315, opencart\responsive.less */
  #topbar .btn-group .list-item {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 320, opencart\responsive.less */
  #comment-form .recaptcha input {
    margin: 5px 0 0 !important;
  }
  /* line 323, opencart\responsive.less */
  #header-main #logo-theme {
    padding-left: 32px;
  }
  /* line 326, opencart\responsive.less */
  #header #cart {
    margin-left: 0 !important;
  }
  /* line 329, opencart\responsive.less */
  .banner-wrapper {
    display: block;
    text-align: center;
  }
  /* line 332, opencart\responsive.less */
  .banner-wrapper img {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  /* line 338, opencart\responsive.less */
  .canvas-menu {
    margin-left: -11px !important;
  }
}
@media only screen and (min-width: 320px) {
  /* line 343, opencart\responsive.less */
  #comment-form .recaptcha input {
    margin: 5px 0 0 !important;
  }
  /* line 346, opencart\responsive.less */
  .product-info .product-action .wishlist,
  .product-info .product-action .compare {
    margin-top: 5px;
  }
}
/* line 1, opencart\rtl\stylesheet-rtl.less */
.rtl {
  /*Search*/
  /*box*/
  /*grid,list*/
  /*product-info*/
  /*custom*/
  /*footer*/
}
/* line 8, opencart\rtl\stylesheet-rtl.less */
.rtl .pav-megamenu .navbar ul.nav > li.aligned-fullwidth > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 15, opencart\rtl\stylesheet-rtl.less */
.rtl .pav-megamenu .navbar ul.nav > li.aligned-right .dropdown-menu {
  left: 0;
  right: auto;
}
/* line 18, opencart\rtl\stylesheet-rtl.less */
.rtl .pav-megamenu .navbar ul.nav > li.aligned-right .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  left: 100%;
}
/* line 24, opencart\rtl\stylesheet-rtl.less */
.rtl .pav-megamenu .navbar ul.nav > li.aligned-left .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 27, opencart\rtl\stylesheet-rtl.less */
.rtl .pav-megamenu .navbar ul.nav > li.aligned-left .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  right: 100%;
}
/* line 33, opencart\rtl\stylesheet-rtl.less */
.rtl .pav-megamenu .navbar ul.nav > li.aligned-center .dropdown-menu {
  right: 50%;
  transform: translate(50%);
  -webkit-transform: translate(50%);
  -moz-transform: translate(50%);
  -ms-transform: translate(50%);
  -o-transform: translate(50%);
}
/* line 47, opencart\rtl\stylesheet-rtl.less */
.rtl .dropdown-menu {
  left: inherit;
  right: 0;
  float: right;
}
/* line 52, opencart\rtl\stylesheet-rtl.less */
.rtl .pav-megamenu .megamenu .menu-icon {
  background-position: right center !important;
  padding-right: 30px;
  padding-left: 0;
}
/* line 57, opencart\rtl\stylesheet-rtl.less */
.rtl .box-services > .pull-left,
.rtl #cart .pull-left,
.rtl .media > .pull-left {
  margin-left: 10px;
  margin-right: 0;
}
/* line 63, opencart\rtl\stylesheet-rtl.less */
.rtl .box .box-heading span:before {
  left: inherit;
  right: 0;
}
/* line 67, opencart\rtl\stylesheet-rtl.less */
.rtl .box .box-heading {
  background-position: 100% center;
}
/* line 70, opencart\rtl\stylesheet-rtl.less */
.rtl .box .small-font {
  padding-right: 0;
  text-align: right;
}
/* line 74, opencart\rtl\stylesheet-rtl.less */
.rtl .box .call_us a {
  right: 70%;
}
/* line 77, opencart\rtl\stylesheet-rtl.less */
.rtl .box .call_us a i {
  padding: 7px 9px 5px 2px;
}
/* line 80, opencart\rtl\stylesheet-rtl.less */
.rtl .box .call_us .media-body,
.rtl .box .call_us .media-body .box-heading {
  text-align: left;
}
/* line 83, opencart\rtl\stylesheet-rtl.less */
.rtl .sidebar .box.dark .box-heading:before {
  left: inherit;
}
/* line 87, opencart\rtl\stylesheet-rtl.less */
.rtl .sidebar .box .box-heading span:before {
  border-left: 24px solid transparent;
  border-right: 0;
}
/* line 91, opencart\rtl\stylesheet-rtl.less */
.rtl .sidebar ul.list > li .label {
  margin-left: 10px;
}
/* line 94, opencart\rtl\stylesheet-rtl.less */
.rtl ul.list > li ul > li > a {
  margin-right: 5px;
}
/* line 97, opencart\rtl\stylesheet-rtl.less */
.rtl #content h1:after {
  left: inherit;
  right: 0;
}
/* line 101, opencart\rtl\stylesheet-rtl.less */
.rtl .htabs a {
  float: right;
}
/* line 105, opencart\rtl\stylesheet-rtl.less */
.rtl #search .button-search {
  right: auto;
  left: 0;
}
/* line 109, opencart\rtl\stylesheet-rtl.less */
.rtl #search input {
  float: left;
}
/* line 112, opencart\rtl\stylesheet-rtl.less */
.rtl .blog-meta ul {
  text-align: left;
}
/* line 115, opencart\rtl\stylesheet-rtl.less */
.rtl #search:hover input {
  padding: 4px 10px 4px 46px;
}
/* line 119, opencart\rtl\stylesheet-rtl.less */
.rtl .page-product-search .product-compare {
  margin-left: 0 !important;
  margin-right: 11px;
}
/* line 124, opencart\rtl\stylesheet-rtl.less */
.rtl #header #cart .content {
  right: inherit;
  left: 0;
}
/* line 128, opencart\rtl\stylesheet-rtl.less */
.rtl .pavblock .image {
  float: none;
}
/* line 131, opencart\rtl\stylesheet-rtl.less */
.rtl .iconbox {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
/* line 136, opencart\rtl\stylesheet-rtl.less */
.rtl .iconbox i {
  padding-right: 3px;
  padding-left: 0;
}
/* line 140, opencart\rtl\stylesheet-rtl.less */
.rtl .box-media .media p {
  margin-right: 0;
}
/* line 143, opencart\rtl\stylesheet-rtl.less */
.rtl ul.links li {
  margin-left: 15px;
  margin-right: 0;
}
/* line 147, opencart\rtl\stylesheet-rtl.less */
.rtl ul.links li > a span {
  margin-right: 0;
  margin-left: 10px;
}
/* line 151, opencart\rtl\stylesheet-rtl.less */
.rtl ul.list > li ul > li {
  padding: 10px 25px 0 0;
}
/* line 154, opencart\rtl\stylesheet-rtl.less */
.rtl .sidebar .product-block .image {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
/* line 159, opencart\rtl\stylesheet-rtl.less */
.rtl .product-filter .display {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
/* line 164, opencart\rtl\stylesheet-rtl.less */
.rtl .product-filter .display span {
  float: right!important;
}
/* line 167, opencart\rtl\stylesheet-rtl.less */
.rtl .product-filter .sort,
.rtl .product-filter .limit,
.rtl .page-category .product-compare {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
/* line 175, opencart\rtl\stylesheet-rtl.less */
.rtl .product-block .product-meta .wishlist {
  left: inherit;
  right: -50%;
}
/* line 179, opencart\rtl\stylesheet-rtl.less */
.rtl .product-block .product-meta .wishlist a {
  margin-right: 0;
  margin-left: 10px;
}
/* line 183, opencart\rtl\stylesheet-rtl.less */
.rtl .product-block .product-meta .compare {
  right: inherit;
  left: -50%;
}
/* line 187, opencart\rtl\stylesheet-rtl.less */
.rtl .product-block .product-meta .compare a {
  margin-left: 0;
  margin-right: 10px;
}
/* line 191, opencart\rtl\stylesheet-rtl.less */
.rtl .product-block:hover .product-meta .wishlist {
  left: inherit;
  right: 0;
}
/* line 195, opencart\rtl\stylesheet-rtl.less */
.rtl .product-block:hover .product-meta .compare {
  right: inherit;
  left: 0;
}
/* line 199, opencart\rtl\stylesheet-rtl.less */
.rtl .addthis_default_style .addthis_separator,
.rtl .addthis_default_style .at300b,
.rtl .addthis_default_style .at300bo,
.rtl .addthis_default_style .at300m,
.rtl .addthis_default_style .at300bs {
  float: right !important;
}
/* line 202, opencart\rtl\stylesheet-rtl.less */
.rtl .addthis_default_style .addthis_counter {
  float: right !important;
}
/* line 205, opencart\rtl\stylesheet-rtl.less */
.rtl #header #cart .heading a span {
  background-position: 0 50% ;
  padding-right: 0;
  padding-left: 15px;
}
/* line 213, opencart\rtl\stylesheet-rtl.less */
.rtl .box.contact-us ul li span {
  margin-left: 5px;
  padding-right: 5px;
}
/* line 218, opencart\rtl\stylesheet-rtl.less */
.rtl .product-filter .display a.grid {
  border-radius: 3px 0 0 3px;
}
/* line 221, opencart\rtl\stylesheet-rtl.less */
.rtl .product-filter .display a.list {
  border-radius: 0 3px 3px 0;
}
/* line 226, opencart\rtl\stylesheet-rtl.less */
.rtl .contact-address ul li i {
  float: right;
}
/* line 229, opencart\rtl\stylesheet-rtl.less */
.rtl .contact-address ul li span {
  padding-left: 0;
  padding-right: 15px;
}
/* line 237, opencart\rtl\stylesheet-rtl.less */
.rtl .contact-customhtml ul li i {
  float: right;
  padding: 8px 10px 6px 5px;
}
/* line 241, opencart\rtl\stylesheet-rtl.less */
.rtl .contact-customhtml ul li span {
  padding-left: 0;
  padding-right: 5px;
}
/* line 248, opencart\rtl\stylesheet-rtl.less */
.rtl .pavo-widget .widget-product-list .image {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
/* line 253, opencart\rtl\stylesheet-rtl.less */
.rtl .offcanvas-menu {
  left: inherit;
  right: 0;
}
/* line 257, opencart\rtl\stylesheet-rtl.less */
.rtl .offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  transform: translate3d(-300px, 0px, 0px);
}
/* line 260, opencart\rtl\stylesheet-rtl.less */
.rtl .offcanvas-effect-3.offcanvas-menu {
  transform: translate3d(100%, 0px, 0px);
}
/* line 263, opencart\rtl\stylesheet-rtl.less */
.rtl #topbar .btn-group .list-item {
  padding-right: 10px;
}
/* line 266, opencart\rtl\stylesheet-rtl.less */
.rtl #topbar ul:before,
.rtl #topbar .box-language:before,
.rtl #topbar .box-currency:before {
  left: 85% !important;
}
/* line 270, opencart\rtl\stylesheet-rtl.less */
.rtl .product-info .quantity-adder {
  float: right !important;
}
/* line 273, opencart\rtl\stylesheet-rtl.less */
.rtl .product-info .quantity-adder .wrap-qty span.add-up {
  border-left: 1px solid #EAEAEA;
  border-right: none;
}
/* line 277, opencart\rtl\stylesheet-rtl.less */
.rtl .product-info .quantity-adder .wrap-qty span.add-down {
  border-right: 1px solid #EAEAEA;
  border-left: none;
}
/* line 282, opencart\rtl\stylesheet-rtl.less */
.rtl .free .media-content a {
  margin-right: 20px;
}
/* line 285, opencart\rtl\stylesheet-rtl.less */
.rtl .box .media .media-content .media-object {
  margin-left: 0 !important;
}
/* line 289, opencart\rtl\stylesheet-rtl.less */
.rtl #footer .footer-center .box-heading {
  text-align: right;
}
/* line 292, opencart\rtl\stylesheet-rtl.less */
.rtl .newsletter .warp-info {
  margin-left: 20px;
  margin-right: 0;
}
/* line 297, opencart\rtl\stylesheet-rtl.less */
.rtl .pavblogs-comments-box img {
  padding-right: 0 !important;
  padding-left: 12px;
}
/* line 301, opencart\rtl\stylesheet-rtl.less */
.rtl .head {
  float: left;
}
/* line 304, opencart\rtl\stylesheet-rtl.less */
.rtl .blog-social .social-wrap > div {
  float: right !important;
}
/* line 307, opencart\rtl\stylesheet-rtl.less */
.rtl #comment-form label {
  float: right !important;
}
/* line 310, opencart\rtl\stylesheet-rtl.less */
.rtl ul.list > li > a {
  background-position: right 4px !important;
  padding-right: 15px;
  padding-left: 0 !important;
}
/* line 315, opencart\rtl\stylesheet-rtl.less */
.rtl .sidebar ul.list > li > a {
  margin-right: 7px;
}
/* line 318, opencart\rtl\stylesheet-rtl.less */
.rtl #pav-mainnav .dropdown-menu.level1 li a {
  background-position: right 10px !important;
  padding-right: 20px;
  padding-left: 0 !important;
}
/* line 323, opencart\rtl\stylesheet-rtl.less */
.rtl .pavblog-latest .pavblock .image {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 20px;
}
/* line 330, opencart\rtl\stylesheet-rtl.less */
.rtl .radio input[type="radio"],
.rtl .radio-inline input[type="radio"],
.rtl .checkbox input[type="checkbox"],
.rtl .checkbox-inline input[type="checkbox"] {
  float: right;
  margin-left: 20px !important;
}
/* line 335, opencart\rtl\stylesheet-rtl.less */
.rtl .buttons .right {
  float: left !important;
}
/* line 338, opencart\rtl\stylesheet-rtl.less */
.rtl .buttons .left {
  float: right !important;
}
/* line 342, opencart\rtl\stylesheet-rtl.less */
.rtl .text-right {
  text-align: left !important;
}
/* line 345, opencart\rtl\stylesheet-rtl.less */
.rtl .text-left {
  text-align: right !important;
}
/* line 348, opencart\rtl\stylesheet-rtl.less */
.rtl .input-group-btn > .btn + .btn {
  margin-left: 0 !important;
  margin-right: -4px;
}
/* line 353, opencart\rtl\stylesheet-rtl.less */
.rtl .newsletter .close {
  float: left !important;
}
/* line 357, opencart\rtl\stylesheet-rtl.less */
.rtl .product-list .image {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 11px;
}
/* line 362, opencart\rtl\stylesheet-rtl.less */
.rtl .sidebar .haschild .subcart {
  left: 8px;
  right: auto;
  height: 13px;
}
/* line 367, opencart\rtl\stylesheet-rtl.less */
.rtl .nav-tabs > li {
  float: right !important;
}
/* line 370, opencart\rtl\stylesheet-rtl.less */
.rtl #customize-body input[type="text"],
.rtl #customize-body select {
  margin: 0 0 0 5px !important;
}
/* line 373, opencart\rtl\stylesheet-rtl.less */
.rtl .accordion-group label {
  float: right;
}
/* line 376, opencart\rtl\stylesheet-rtl.less */
.rtl .sidebar .box .box-heading {
  text-align: right;
}
/* line 380, opencart\rtl\stylesheet-rtl.less */
.rtl #product > div {
  float: right;
}
/* line 384, opencart\rtl\stylesheet-rtl.less */
.rtl button.close {
  float: left;
}
/* line 387, opencart\rtl\stylesheet-rtl.less */
.rtl .valid {
  right: 28%;
  left: auto;
}
@media only screen and (max-width: 767px) {
  /* line 3, opencart\rtl\theme-responsive-rtl.less */
  .rtl .product-list .image {
    float: none;
    margin-right: 0;
  }
}
ul.top-social-item {
    background: #261B15 none repeat scroll 0 0;
    display: inline-block;
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.top-social-item > li {
    display: inline-block;
    line-height: 15px;
    margin: 5px 10px;
}
ul.top-social-item > li a {
    color: #fff;
}
ul.top-social-item a {
    transition: all 0.3s ease 0s;
}
#header-main{
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(187,44,14,1) 51%, rgba(187,44,14,1) 71%, rgba(187,44,14,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(51%, rgba(187,44,14,1)), color-stop(71%, rgba(187,44,14,1)), color-stop(100%, rgba(187,44,14,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(187,44,14,1) 51%, rgba(187,44,14,1) 71%, rgba(187,44,14,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(187,44,14,1) 51%, rgba(187,44,14,1) 71%, rgba(187,44,14,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(187,44,14,1) 51%, rgba(187,44,14,1) 71%, rgba(187,44,14,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(187,44,14,1) 51%, rgba(187,44,14,1) 71%, rgba(187,44,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#BB2C0E', GradientType=1 );
}
.header-wrap{background:#fff;}
#pavo-footer-center .box{margin-bottom:10px;}
.overflow { overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;}














