/******************************************************
 * @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
*******************************************************/
/**
 * Heading Page
 */
/* 
 * product block
 */
/* buttons */
/* 
 * htab module 
 */
/* 
 * Mega Menu Module
 */
/* 
 * Box Modules 
 */
/* 
  * LAYOUTS VAIRABLES 
  */
/******************************************************
 * @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
*******************************************************/
/**
 * BASE CSS STYLES
 */
html {
  margin: 0;
  padding: 0;
}
.fs9 {
  font-size: 8px;
}
.fs10 {
  font-size: 9px;
}
.fs11 {
  font-size: 10px;
}
.fs12 {
  font-size: 11px;
}
.fs13 {
  font-size: 12px;
}
.fs14 {
  font-size: 13px;
}
.fs15 {
  font-size: 14px;
}
.fs16 {
  font-size: 15px;
}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
ul,
ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  line-height: 20px;
}
body,
td,
th,
input,
textarea,
select,
a {
  outline: 0 none;
}
a {
  color: #5c5b5b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #c24913;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a,
a:hover,
a:focus {
  -webkit-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
  text-decoration: none;
}
.quantity input,
input[name="quantity"] {
  width: auto;
  display: inline;
  text-align: center;
}
/* TABLE STYLE */
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
table.list thead td {
  background-color: transparent;
  padding: 0px 5px;
}
table.list .center {
  text-align: center;
  padding: 7px;
}
table.list tbody td {
  padding: 0px 5px;
}
table.list td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.list .right {
  text-align: right;
  padding: 7px;
}
table.list .left {
  text-align: left;
  padding: 7px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
input.large-field,
select.large-field {
  width: 300px;
}
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
}
table.form tr td:first-child {
  width: 150px;
}
table.radio {
  width: 100%;
  border-collapse: collapse;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: #F1FFDD;
  cursor: pointer;
}
/*  Breadcrumb */
#breadcrumb {
  padding: 0 10px;
}
.breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e0d9;
  font-family: "Georgia", Times, serif;
  font-size: 13px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.breadcrumb li:last-child a {
  color: #c24913;
}
/*  PAGINATION STYLE */
.paging {
  margin: 20px 0;
}
.pagination .links {
  float: left;
}
.pagination .links a,
.pagination .links b {
  border: 1px solid #E7E7E7;
}
.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;
}
.pagination .links a:hover {
  background-color: #c24913;
  color: #fff;
}
.pagination .links b {
  display: inline-block;
  border-left-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 12px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  background-color: #c24913;
}
.results {
  padding-top: 10px;
}
/* button */
input.button {
  margin: 0;
  border: 0;
  height: 35px;
  padding: 0px 20px;
}
a.button {
  display: inline-block;
  text-decoration: none;
  padding: 5px 12px;
}
/* tab style */
.tabs-group .htabs {
  background: #eceadf;
  border: 3px solid #eceadf;
}
.tabs-group .htabs ul > li > a {
  padding: 4px 15px;
  float: left;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #897446;
  margin-right: 2px;
  margin-bottom: -1px;
}
.tabs-group .htabs ul > li.active a,
.tabs-group .htabs ul > li a:hover {
  color: #f1e7d2;
  background: #705B41;
}
.tabs-group .tab-content {
  padding: 18px 0;
  margin-bottom: 18px;
  z-index: 2;
}
/* links style */
ul.links {
  position: relative;
  margin: 0;
  padding: 0;
}
ul.links li {
  display: inline-block;
  margin-right: 15px;
  line-height: 1.42857143;
}
ul.links li > a .fa {
  font-size: 11px;
  margin-right: 5px;
}
ul.list > li {
  padding: 8px;
}
ul.list > li ul {
  display: none;
}
ul.list > li ul > li > a {
  text-decoration: none;
  display: block;
}
ul.list > li > a {
  text-decoration: none;
}
ul.list > li a {
  color: #5c5b5b;
  font-size: 12.1px;
}
ul.list > li a .badge {
  background-color: transparent;
  color: #c24913;
  font-weight: normal;
  font-size: 12.1px;
}
ul.list > li a.active {
  color: #c24913;
}
ul.list > li a.active ul {
  display: block;
  margin-bottom: 23px;
}
/******************************************************
 * @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
*******************************************************/
/*silder*/
.tp-caption.big_orange {
  color: #c24913;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: 11px;
  display: block;
}
.welcome {
  margin-top: 0px;
  font-size: 10px;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Georgia", Times, serif;
}
h1 {
  font-size: 24px;
  line-height: 39px;
}
h1 small {
  font-size: 16.5px;
}
h2 {
  font-size: 19px;
  line-height: 39px;
  text-transform: uppercase;
}
h2 small {
  font-size: 11px;
}
h3 {
  font-size: 17px;
  line-height: 39px;
  text-transform: uppercase;
}
h3 small {
  font-size: 13px;
}
h4 {
  font-size: 14px;
  text-transform: uppercase;
}
h4 small {
  font-size: 11px;
  color: #797975;
  display: block;
  margin-top: 2px;
}
h5 {
  font-size: 12px;
}
h5 small {
  font-size: 9px;
}
h6 {
  font-size: 11px;
  line-height: 39px;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTSUUniRZcd_wq8DYmIfsw2A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTeXREeHhJi4GEUJI9ob_ak4.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTY0Uz7fbu6RM5MPetubMKio.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTfzy0yu4vcvNhe7QLuoE8rU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTc9-ZSaZ3mOOsU9E1f6DGWc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTYZI5FoslwusAsZHK_V0XCI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTRUOjZSKWg4xBWp_C_qQx0o.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/K88pR3goAWT7BTt32Z01m1tXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/ttwNtsRpgsxVmgGGmiUOEltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/LWCjsQkB6EMdfHrEVqA1KVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/xozscpT2726on7jbcb_pAltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/59ZRklaO5bWGqF5A9baEEVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/u-WUoqrET9fUeobQW7jkRVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSiUUniRZcd_wq8DYmIfsw2A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSuXREeHhJi4GEUJI9ob_ak4.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSo0Uz7fbu6RM5MPetubMKio.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSvzy0yu4vcvNhe7QLuoE8rU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSs9-ZSaZ3mOOsU9E1f6DGWc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSoZI5FoslwusAsZHK_V0XCI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNShUOjZSKWg4xBWp_C_qQx0o.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzCUUniRZcd_wq8DYmIfsw2A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOXREeHhJi4GEUJI9ob_ak4.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzI0Uz7fbu6RM5MPetubMKio.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzPzy0yu4vcvNhe7QLuoE8rU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzM9-ZSaZ3mOOsU9E1f6DGWc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzIZI5FoslwusAsZHK_V0XCI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzBUOjZSKWg4xBWp_C_qQx0o.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://fonts.gstatic.com/s/opensans/v10/EInbV5DfGHOiMmvb1Xr-hiUUniRZcd_wq8DYmIfsw2A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://fonts.gstatic.com/s/opensans/v10/EInbV5DfGHOiMmvb1Xr-huXREeHhJi4GEUJI9ob_ak4.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://fonts.gstatic.com/s/opensans/v10/EInbV5DfGHOiMmvb1Xr-ho0Uz7fbu6RM5MPetubMKio.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://fonts.gstatic.com/s/opensans/v10/EInbV5DfGHOiMmvb1Xr-hvzy0yu4vcvNhe7QLuoE8rU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://fonts.gstatic.com/s/opensans/v10/EInbV5DfGHOiMmvb1Xr-hs9-ZSaZ3mOOsU9E1f6DGWc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://fonts.gstatic.com/s/opensans/v10/EInbV5DfGHOiMmvb1Xr-hoZI5FoslwusAsZHK_V0XCI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://fonts.gstatic.com/s/opensans/v10/EInbV5DfGHOiMmvb1Xr-hhUOjZSKWg4xBWp_C_qQx0o.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://fonts.gstatic.com/s/opensans/v10/EInbV5DfGHOiMmvb1Xr-hugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'droid_serifregular';
  src: url('../fonts/font/DroidSerif-webfont.eot');
  src: url('../fonts/font/DroidSerif-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/font/DroidSerif-webfont.woff') format('woff'), url('../fonts/font/DroidSerif-webfont.ttf') format('truetype'), url('../fonts/font/DroidSerif-webfont.svg#droid_serifregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/font/OpenSans-Regular-webfont.eot');
  src: url('../fonts/font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/font/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/font/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansextrabold';
  src: url('../fonts/font/OpenSans-ExtraBold-webfont.eot');
  src: url('../fonts/font/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/font/OpenSans-ExtraBold-webfont.woff') format('woff'), url('../fonts/font/OpenSans-ExtraBold-webfont.ttf') format('truetype'), url('../fonts/font/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('../fonts/font/OpenSans-Light-webfont.eot');
  src: url('../fonts/font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/font/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/font/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/font/OpenSans-Light-webfont.svg#open_sanslight_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
button,
input,
textarea,
select {
  border: 1px solid #ccc;
}
.btn-outline-inverse {
  color: #5c5b5b;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active,
.btn-outline-inverse.active {
  color: #c24913;
  background-color: transparent;
  border-color: transparent;
}
.open .btn-outline-inverse.dropdown-toggle {
  color: #c24913;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-inverse:active,
.btn-outline-inverse.active {
  background-image: none;
}
.open .btn-outline-inverse.dropdown-toggle {
  background-image: none;
}
.btn-outline-inverse.disabled,
.btn-outline-inverse[disabled],
fieldset[disabled] .btn-outline-inverse,
.btn-outline-inverse.disabled:hover,
.btn-outline-inverse[disabled]:hover,
fieldset[disabled] .btn-outline-inverse:hover,
.btn-outline-inverse.disabled:focus,
.btn-outline-inverse[disabled]:focus,
fieldset[disabled] .btn-outline-inverse:focus,
.btn-outline-inverse.disabled:active,
.btn-outline-inverse[disabled]:active,
fieldset[disabled] .btn-outline-inverse:active,
.btn-outline-inverse.disabled.active,
.btn-outline-inverse[disabled].active,
fieldset[disabled] .btn-outline-inverse.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-inverse .badge {
  color: transparent;
  background-color: #5c5b5b;
}
.btn-outline {
  color: #FFFFFF;
  background-color: #5c4a32;
  border-color: #5c4a32;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #FFFFFF;
  background-color: #c24913;
  border-color: #c24913;
}
.open .btn-outline.dropdown-toggle {
  color: #FFFFFF;
  background-color: #c24913;
  border-color: #c24913;
}
.btn-outline:active,
.btn-outline.active {
  background-image: none;
}
.open .btn-outline.dropdown-toggle {
  background-image: none;
}
.btn-outline.disabled,
.btn-outline[disabled],
fieldset[disabled] .btn-outline,
.btn-outline.disabled:hover,
.btn-outline[disabled]:hover,
fieldset[disabled] .btn-outline:hover,
.btn-outline.disabled:focus,
.btn-outline[disabled]:focus,
fieldset[disabled] .btn-outline:focus,
.btn-outline.disabled:active,
.btn-outline[disabled]:active,
fieldset[disabled] .btn-outline:active,
.btn-outline.disabled.active,
.btn-outline[disabled].active,
fieldset[disabled] .btn-outline.active {
  background-color: #5c4a32;
  border-color: #5c4a32;
}
.btn-outline .badge {
  color: #5c4a32;
  background-color: #FFFFFF;
}
.btn-radius {
  color: #FFFFFF;
  background-color: #98804d;
  border-color: #98804d;
  border-radius: 50%;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  width: 32px;
  height: 32px;
}
.btn-radius:hover,
.btn-radius:focus,
.btn-radius:active,
.btn-radius.active {
  color: #FFFFFF;
  background-color: #c24913;
  border-color: #c24913;
}
.open .btn-radius.dropdown-toggle {
  color: #FFFFFF;
  background-color: #c24913;
  border-color: #c24913;
}
.btn-radius:active,
.btn-radius.active {
  background-image: none;
}
.open .btn-radius.dropdown-toggle {
  background-image: none;
}
.btn-radius.disabled,
.btn-radius[disabled],
fieldset[disabled] .btn-radius,
.btn-radius.disabled:hover,
.btn-radius[disabled]:hover,
fieldset[disabled] .btn-radius:hover,
.btn-radius.disabled:focus,
.btn-radius[disabled]:focus,
fieldset[disabled] .btn-radius:focus,
.btn-radius.disabled:active,
.btn-radius[disabled]:active,
fieldset[disabled] .btn-radius:active,
.btn-radius.disabled.active,
.btn-radius[disabled].active,
fieldset[disabled] .btn-radius.active {
  background-color: #98804d;
  border-color: #98804d;
}
.btn-radius .badge {
  color: #98804d;
  background-color: #FFFFFF;
}
/******************************************************
 * @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
*******************************************************/
#page {
  margin: 0 auto;
  background: url("../image/default/bg_header.png") repeat-x scroll left top;
}
#page > .container > div.row {
  background: #fff;
  padding: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1px 0 rgba(179, 144, 100, 0.5);
  box-shadow: 0 0 1px 0 rgba(179, 144, 100, 0.5);
}
html {
  overflow-x: hidden;
}
.hide-bar {
  margin-top: -40px;
  transition: all 1s ease 0s;
}
.page-home #content,
.page-common-home #content,
#sidebar-main {
  overflow: hidden;
}
body {
  background: url("../image/default/bg_body.jpg") repeat scroll top center;
}
body.layout-boxed-md {
  background: url("../image/pattern/pattern2.png");
}
body.layout-boxed-md #page {
  max-width: 970px;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  background-color: #F9F8F4;
}
body.layout-boxed-lg {
  background: url("../image/pattern/pattern2.png");
}
body.layout-boxed-lg #page {
  max-width: 1170px;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  background-color: #F9F8F4;
}
/*
 * HEADER 
 */
#topbar {
  color: #735d42;
  font-size: 11px;
}
#topbar a,
#topbar button {
  color: #735d42;
}
#topbar a:hover,
#topbar button:hover {
  color: #c24913;
}
#topbar li,
#topbar a,
#topbar button {
  line-height: 38px;
}
#topbar .currency-select {
  padding: 0 4px;
}
#topbar .language {
  margin-right: -3px;
}
.rtl #topbar .language {
  margin-left: -3px;
}
#topbar .language .language-select {
  padding: 0 4px;
}
/* header */
#header {
  background: url("../image/default/header1.png") repeat-x scroll left top;
  z-index: 5;
  padding-top: 15px;
  position: relative;
}
.header-main .inner {
  line-height: 30px;
}
/*
 * SLIDESHOW 
 */
/*
 * SHOWCASE 
 */
/*
 * PROMOTION TOP 
 */
/*
 * MAIN CONTENT
 */
.common-home #sidebar-main {
  padding: 0 10px;
}
#sidebar-main {
  padding: 0 20px 20px;
}
.sidebar [class*="col-"] {
  width: 100%;
}
/*
 * CONTENT BOTTOM
 */
/*mass-bottom */
.mass-bottom {
  position: relative;
}
.mass-bottom:before {
  background: url("../image/default/bg-footer-after.png") repeat scroll left top;
  content: "";
  height: 200%;
  position: absolute;
  top: -50px;
  width: 100%;
  z-index: -1;
}
/* FOOTER s*/
#footer:before,
#footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#footer:after {
  clear: both;
}
#footer .box {
  background: transparent;
  border: none;
}
#footer .box .box-heading {
  color: #B1ABA3;
  font-size: 16px;
  padding-left: 0;
  text-align: left;
  background: transparent;
}
#footer .box .box-content {
  padding: 0;
}
#footer ul.list li {
  padding: 5px 0;
}
#footer ul.list li:hover a {
  color: #FFFFFF;
}
#footer ul.list li:hover .fa {
  color: #fff;
}
#footer ul.list a {
  color: #B1ABA3;
}
#footer ul.list .fa {
  color: #B1ABA3;
  font-size: 10px;
  margin-right: 5px;
}
#footer ul.list.list-style .fa {
  background: #A59F96;
  color: #483B2B;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#footer .footer-top {
  background: #5B4A36;
  -webkit-box-shadow: 0 0 0 1px rgba(179, 144, 100, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(179, 144, 100, 0.1) inset;
}
#footer .footer-center {
  background: #483B2B;
  border-top: 1px solid #3f3222;
}
#footer .footer-center .inner {
  border-bottom: 1px solid #403324;
  padding-top: 20px;
}
#footer .footer-bottom {
  background: #483B2B;
  color: #B1ABA3;
  font-size: 12px;
}
#footer .footer-bottom .inner {
  border-top: 1px solid #52422f;
  padding: 20px 0 10px;
}
#footer .footer-bottom .img {
  background: none repeat scroll 0 0 #D1C7BD;
  margin-right: 8px;
  padding: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* POWER BY */
#powered {
  clear: both;
  background: #080808;
  padding: 28px 0;
  color: #999999;
}
#powered a {
  color: #c24913;
}
#powered a:hover {
  color: #EFE5D9;
}
/******************************************************
 * @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 */
.box {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border: 1px solid rgba(179, 144, 100, 0.3);
}
.box .box-heading {
  background: url("../image/default/bg-menu.png");
  padding: 5px;
  font-family: "Georgia", Times, serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.box .box-content {
  padding: 20px;
}
.box.special {
  background: transparent;
  border: none;
}
.box.special .box-heading {
  background: transparent;
  text-align: left;
  color: #623f0d;
  text-transform: uppercase;
  padding: 0;
}
.box.nopadding .box-content {
  padding: 0;
}
.box.noborder {
  border: none;
}
.sidebar {
  position: relative;
}
.sidebar .box {
  background: transparent;
  border: none;
}
.sidebar .box .box-heading {
  background: url("../image/default/bg-title.png") repeat-x left bottom scroll;
  color: #5e4a33;
  text-align: left;
  padding: 10px 0;
  font-size: 18px;
}
.sidebar .box .box-content {
  padding: 0;
}
.sidebar:before {
  content: "";
  height: 1000%;
  right: 0;
  position: absolute;
  width: 23.4%;
  background: url("../image/default/bg_column_left.png") repeat-y scroll right top;
}
.box.special {
  margin-top: 0;
}
.navbar-form {
  padding: 0;
}
/******************************************************
 * @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 */
.language button,
.currency button {
  background: transparent;
  border: none;
  cursor: pointer;
}
/* cart info */
#cart {
  position: relative;
  font-family: "Georgia", Times, serif;
  font-size: 14px;
  color: #735d42;
}
#cart:hover {
  cursor: pointer;
}
#cart:hover .cart-inner {
  color: #c24913;
}
#cart .icon-shopping-cart {
  font-size: 22px;
  display: inline-block;
}
#cart .cart-inner {
  display: inline-block;
  text-align: left;
}
#cart h4 {
  font-size: 16px;
  color: #c24913;
  text-transform: uppercase;
}
#cart .heading > div {
  vertical-align: top;
}
#cart .heading a {
  text-decoration: none;
}
#cart .heading a span {
  padding-right: 1px;
  font-size: 11px;
  color: #735d42;
}
#cart .heading a span:hover {
  color: #EB557B;
}
#cart .heading a span li {
  float: left;
  list-style: none;
}
#cart .heading a span .price-cart {
  color: #EB557B;
}
#cart .dropdown-menu {
  -webkit-box-shadow: 0px 0px 2px #bbb;
  box-shadow: 0px 0px 2px #bbb;
  border-top: 6px solid #735d42;
  padding: 15px;
  right: 0;
  left: auto;
}
#cart .dropdown-menu td.number {
  white-space: nowrap;
}
#cart .checkout {
  text-align: right;
  float: left;
  margin-top: 12px;
}
#cart .checkout .button {
  background-color: #EFE5D9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
}
#cart .empty {
  text-align: center;
}
.mini-cart-total {
  background-color: #ee7f4d;
  padding: 15px;
  text-align: right;
  overflow: hidden;
}
.mini-cart-total td {
  color: #735d42;
  padding: 4px;
}
.mini-cart-total .price {
  color: #EB557B;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
}
.mini-cart-info {
  padding: 15px;
  font-size: 13.2px;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px 5px;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info .image img {
  border: 1px solid #ddd;
  text-align: left;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-info td.total {
  text-align: right;
  color: #EB557B;
  font-weight: bold;
}
/* 
 * search module 
 */
#search {
  position: relative;
  width: 100%;
  padding: 5px 15px;
}
#search input {
  background-color: #53432D;
  padding: 0 10px;
  border: none;
  height: 23px;
  color: #947957;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
}
#search .button-search {
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  height: 23px;
  background: url('../image/default/icon-search.png') no-repeat center center scroll #FA9519;
}
/* 
 * box products 
 */
.product-label-special {
  background: #C24913;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 20px;
  padding: 0 10px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 3px;
  z-index: 2;
}
.rating {
  font-size: 7px;
}
.carousel-inner {
  overflow: inherit;
}
.product-block {
  margin-bottom: 20px;
  position: relative;
}
.product-block .image {
  display: block;
  text-align: center;
  padding: 3px;
  position: relative;
  border: 1px solid #e4e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.product-block:hover .button-action a {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-block:hover .button-action .product-zoom {
  margin: -20px 0 0 -50px;
}
.product-block:hover .button-action .compare {
  margin: -20px 0 0 20px;
}
.product-block:hover .button-action .quickview {
  margin: 15px 0 0 -15px;
}
.product-block:hover .addtocart {
  background-position: left -31px;
}
.product-block:hover .addtocart > span {
  border-color: #a59073;
}
.product-block .button-action a {
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: hidden;
  margin: -20px 0 0 -15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-block .addtocart {
  background: url("../image/default/bg-cart.png") left top repeat-x;
  padding: 3px;
  height: 30px;
  color: #fff;
  font-size: 13px;
  border: none;
}
.product-block .addtocart > span {
  border: 1px solid #c2c2c2;
  padding: 3px 20px;
}
.product-block .description {
  margin-bottom: 10px;
  display: none;
}
.product-block .rating {
  display: block;
  margin-bottom: 10px;
}
.product-block .name {
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: normal;
  margin: 10px 0;
}
.product-block .price-old {
  color: #6E6F70;
  text-decoration: line-through;
}
.product-block .price {
  display: block;
  color: #c24913;
  font-size: 16px;
  margin-bottom: 10px;
}
.product-block .price .price-tax {
  display: none;
}
.sidebar .product-block {
  margin-bottom: 0;
  padding-top: 15px;
}
.sidebar .product-block .image {
  float: left;
  margin-right: 10px;
}
.sidebar .product-block .button-action,
.sidebar .product-block .cart,
.sidebar .product-block .product-label-special {
  display: none;
}
.sidebar .product-block .name {
  max-height: 30px;
  overflow: hidden;
}
/*
* Product related
*/
.product-related.box {
  /*.box-heading {
            background: none repeat scroll 0 0 transparent;
            color: #f1e7d2;
            font-size: 16px;
            text-align: left;
            padding: 0;
            span {
                background: none repeat scroll 0 0 #705b41;
                border: 3px solid #eceadf;
                padding: 2px 20px;
            }
        }*/
}
.product-related.box .box-content {
  padding: 20px 0;
}
/*banner builder*/
.bannerbuilder {
  background: transparent;
  border: none;
}
.bannerbuilder .col-inner {
  border: 1px solid rgba(179, 144, 100, 0.1);
}
/*
* Pav-Product-carousel laster box headding
*/
.productcarousel .product-block {
  margin-bottom: 0;
}
.productcarousel .product-block .image {
  float: left;
  width: 45%;
  margin-right: 20px;
}
.productcarousel .product-block .name {
  margin-top: 0;
}
.featured .box-heading {
  background: url('../image/default/box-heading-bg2.png') no-repeat left center;
}
.box .carousel-control {
  font-size: 35px;
}
/* 
 * Pav-Carousel
 */
.pavcarousel {
  overflow: hidden;
  padding: 20px 30px;
}
.pavcarousel .item-inner {
  background: #fff;
}
.pavcarousel .column {
  padding: 0 20px;
}
.pavcarousel .carousel-control {
  background: #715d43;
  border-radius: 50%;
  color: #483927;
  font-size: 15px;
  height: 25px;
  line-height: 23px;
  margin-top: -10px;
  top: 50%;
  width: 25px;
  border: 1px solid #51412e;
}
/*
*** pav custom
*/
.pav-custom .title {
  color: #c24913;
  font-size: 50px;
  margin-bottom: 20px;
  font-family: "Georgia", Times, serif;
}
/*
 * pavreassurances
 */
.box-module-pavreassurances .reassurances-center {
  background: #fff;
  height: 138px;
}
.box-module-pavreassurances .reassurances-center .icon-name {
  color: #fff;
  height: 138px;
  width: 138px;
  font-size: 60px;
  text-align: center;
  line-height: 138px;
}
.box-module-pavreassurances .reassurances-center:hover .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.box-module-pavreassurances .pink .icon-name {
  background: #eb557b;
}
.box-module-pavreassurances .green .icon-name {
  background: #00c9ae;
}
.box-module-pavreassurances .gray .icon-name {
  background: #4d4d4d;
}
.box-module-pavreassurances .icon-name {
  float: left;
  font-size: 50px;
  margin-right: 15px;
}
.box-module-pavreassurances .description {
  padding: 15px 0 0;
}
.box-module-pavreassurances .description h3,
.box-module-pavreassurances .description h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.box-module-pavreassurances .arrow {
  color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
}
/*pav-categoryproducts*/
.pav-categoryproducts .tab-nav {
  width: 40%;
}
.pav-categoryproducts .tab-content {
  width: 60%;
  padding-right: 20px;
  overflow: hidden;
}
.pav-categoryproducts .banner-category {
  border: 1px solid #e4e8e8;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/*
 *  Newletter
 */
.newsletter_block {
  margin-bottom: 0;
}
.newsletter_block .form-group .description {
  margin-bottom: 15px;
}
.newsletter_block .form-group .inputNew {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.newsletter_block .form-group .button_mini {
  background-color: #5c4a34;
  background-image: -moz-linear-gradient(top, #745f46, #5c4a34);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#745f46), to(#5c4a34));
  background-image: -webkit-linear-gradient(top, #745f46, #5c4a34);
  background-image: -o-linear-gradient(top, #745f46, #5c4a34);
  background-image: linear-gradient(to bottom, #745f46, #5c4a34);
  background-repeat: repeat-x;
  color: #f4e7e5;
  font-size: 11px;
  text-transform: uppercase;
  padding: 9px;
  border: none;
}
.newsletter_block .form-group .button_mini:hover {
  background: #C24913;
}
.newsletter_block .form-group .valid {
  left: 0;
  top: 100%;
  position: absolute;
  width: 100%;
}
/*
 * Pav populartags
 */
.populartags {
  overflow: hidden;
}
.populartags a {
  padding: 6px 14px;
  background-color: #735d42;
  border: 1px solid #ffffff;
  margin: 0 8px 8px 0;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #B1ABA3;
}
.populartags a:hover {
  background-color: #EB557B;
  color: #735d42;
}
/*
 * Layer Slider
 */
/*
 * Pav testimonial
 */
#footer .pavtestimonial .box-heading {
  background-position: left -28px;
}
.pavtestimonial .testimonial {
  background-image: url("../image/bg-testimonial.png");
  background-repeat: no-repeat;
  background-position: 45px bottom;
  padding-bottom: 16px;
}
.pavtestimonial .testimonial span {
  color: #EB557B;
}
.pavtestimonial .testimonial-info {
  overflow: hidden;
  background-color: #735d42;
  padding: 20px 32px;
  border: 1px solid #ffffff;
  border-bottom: none;
}
.pavtestimonial .testimonial-info .description {
  margin: 0px;
  width: 90%;
  font-style: italic;
}
.pavtestimonial a {
  font-size: 33px;
}
.pavtestimonial a:hover {
  color: #EB557B;
}
.pavtestimonial h3 {
  color: #EB557B;
  font-style: italic;
  font-size: 13px;
  text-transform: none;
}
.pavtestimonial .img-circle {
  width: 45px;
  height: 45px;
}
.pavtestimonial .avatar-profile {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 180px;
}
.pavtestimonial .avatar-profile .t-avatar {
  margin-right: 10px;
}
.pavtestimonial .carousel-control {
  bottom: 5%;
  top: auto;
}
/*
 *  Sidebar
 */
/*
 *  Blog footer
 */
.box-blog .image {
  background-color: #735d42;
  padding: 5px;
  margin-right: 16px;
  text-align: center;
}
.box-blog .image img {
  width: 215px;
  height: 299px;
}
.box-blog li {
  line-height: 25px;
}
.box-blog li a {
  font-size: 12.1px;
  margin-bottom: 0px;
  color: #EFE5D9;
}
.box-blog li a:hover {
  color: #EB557B;
}
.box-blog p {
  margin: 10px 0px;
  line-height: 20px;
}
.box-blog a {
  color: #EB557B;
  font-size: 12.1px;
}
/*
 * box category
 */
.box-category,
.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-category > li,
.box-category ul > li {
  padding: 8px;
  border-bottom: 1px dashed #DFE0E4;
}
.box-category > li:hover,
.box-category ul > li:hover {
  background: rgba(223, 223, 223, 0.2);
}
.box-category > li:hover a,
.box-category ul > li:hover a {
  color: #5b4941;
}
.box-category > li > a,
.box-category ul > li > a {
  position: relative;
  padding-left: 10px;
}
.box-category > li > a:before,
.box-category ul > li > a:before {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 5px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04d";
}
.box-category > li > a.active,
.box-category ul > li > a.active {
  color: #5b4941;
}
.box-category > li ul > li,
.box-category ul > li ul > li {
  padding: 10px 0 0 25px;
  border: none;
}
/* box filter */
ul.box-filter,
ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.box-filter > li ul {
  padding-bottom: 10px;
}
ul.box-filter span {
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
/* popup */
#colorbox *:before,
#colorbox *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* zoom function in product page */
.zoomContainer .zoomLens {
  border-color: #999999 !important;
}
/* 
 *
 */
#scrollUp {
  bottom: 0px;
  right: 30px;
  width: 70px;
  height: 70px;
  margin-bottom: -10px;
  padding: 10px 5px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  color: #828282;
  -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
  background-color: #E6E6E6;
  background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
  background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
  background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
  background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
  background-repeat: repeat-x;
  -webkit-transition: margin-bottom 150ms linear;
  -moz-transition: margin-bottom 150ms linear;
  transition: margin-bottom 150ms linear;
}
#scrollUp:hover {
  margin-bottom: 0px;
}
/******************************************************
 * @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 */
#content h1 {
  font-size: 33px;
  color: #5e4a33;
  margin-bottom: 20px;
}
.category-list {
  margin-top: 10px;
}
.category-list ul li {
  float: left;
  width: 50%;
}
.category-info {
  position: relative;
}
.category-info .image {
  margin-bottom: 20px;
}
.category-info .description {
  margin-bottom: 20px;
}
/* manufacturer */
.manufacturer-heading {
  background: #F8F8F8;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 10px;
}
.manufacturer-list {
  border: 1px solid #DBDEE1;
  padding: 5px;
  margin-bottom: 20px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.manufacturer-content {
  padding: 8px;
  overflow: auto;
}
/* 
 *  LISTING PRODUCTS PAGE 
 */
.product-filter {
  padding: 5px;
  margin-bottom: 20px;
  background: #eceadf;
  color: #897446;
}
.product-filter .limit,
.product-filter .sort {
  margin-left: 20px;
}
.product-filter .display {
  margin-right: 20px;
}
.product-filter .display .btn-switch {
  width: 22px;
  height: 30px;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
  color: #86795E;
  background: transparent;
  padding: 0px;
}
.product-filter .display .btn-switch:hover,
.product-filter .display .btn-switch.active {
  color: #c24913;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-filter .form-control {
  display: inline-block;
  width: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.product-filter .product-compare a {
  padding: 8px 20px;
  display: inline-block;
}
/* product list mode  */
.product-list .product-cols {
  width: 100%;
}
.product-list .product-block .image {
  float: left;
  width: 25%;
  margin-right: 20px;
}
/* product grid mode */
.product-grid {
  position: relative;
}
/* 
 * PRODUCT INFORMATION PAGE
 */
.product-info {
  margin-bottom: 20px;
}
.product-info .product-rating {
  margin: 15px 0;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 10px;
  color: #999;
}
.product-info .cart .links {
  display: inline-block;
  vertical-align: middle;
}
.product-info .cart div > span {
  color: #999;
}
.product-info > .left {
  float: left;
  margin-right: 15px;
}
.product-info > .right {
  margin-left: 265px;
}
.product-info .image {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.product-info .image img {
  border: 1px solid #e4e8e8;
  padding: 0;
}
.product-info .image-additional {
  clear: both;
  overflow: hidden;
  padding: 0 31px;
}
.product-info .image-additional .item {
  text-align: center;
}
.product-info .image-additional .item a {
  display: inline-block;
  border: 1px solid #e4e8e8;
  margin: 5px;
}
.product-info .carousel-control {
  top: 50%;
  margin-top: -30px;
  color: #5c4a32;
  font-size: 35px;
}
.product-info .quantity-adder {
  margin-bottom: 10px;
  font-size: 15px;
  position: relative;
}
.product-info .quantity-adder input {
  padding-left: 13px;
  padding-right: 13px;
  margin-right: 2px;
  font-size: 15px;
  height: 39px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.product-info .quantity-adder .add-action {
  cursor: pointer;
  display: block;
  line-height: 19px;
  font-size: 10px;
  width: 19px;
  height: 19px;
  background-color: #735d42;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  margin-bottom: 2px;
}
.product-info .product-action {
  margin-bottom: 10px;
}
.product-info .product-action input {
  text-transform: uppercase;
}
.product-info .price {
  margin-bottom: 10px;
}
.product-info .price .text-price {
  font-size: 18px;
  color: #c24913;
}
.product-info .price .price-old {
  text-decoration: line-through;
  font-size: 13px;
  color: #6E6F70;
}
.product-info .price .reward {
  font-size: 11px;
}
.product-info .price .discount {
  font-size: 11px;
}
.product-info .price .other-price {
  font-size: 11px;
  font-style: italic;
}
.product-info .description {
  margin-bottom: 10px;
  line-height: 23px;
  padding-bottom: 20px;
  background: url("../image/default/bg_title.png") repeat-x scroll left bottom;
}
.product-info .description a {
  text-decoration: none;
}
.product-info .description span {
  font-weight: bold;
  padding-right: 13px;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 10px;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.product-info .option {
  margin-bottom: 10px;
}
.product-info .review {
  color: #4D4D4D;
  padding-bottom: 10px;
  margin-bottom: 15px;
  background: url("../image/default/bg_title.png") repeat-x scroll left bottom;
}
.product-info .share {
  margin-bottom: 10px;
  line-height: normal;
}
.product-info .share a {
  text-decoration: none;
}
.form-review .option {
  margin-bottom: 10px;
}
#related .carousel-controls {
  top: -50px;
}
#related .carousel-inner {
  overflow: hidden;
}
#related .carousel-inner:hover {
  overflow: visible !important;
}
/**
 *
 */
.review-list {
  padding: 18px;
  margin-bottom: 18px;
  border: 1px solid #ffffff;
}
.review-list .rating {
  float: right;
  margin-bottom: 28px;
}
.review-list .author {
  float: left;
  margin-bottom: 28px;
}
.review-list .text {
  clear: both;
}
/* attribute */
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.compare-info {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
.compare-info .price-old {
  font-weight: bold;
  color: #F00;
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info td {
  padding: 7px;
  width: 20%;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.compare-info tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
/* 
 * WISHTLIST PAGE 
 */
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
  text-align: right;
}
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
  text-align: left;
}
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
  text-align: right;
}
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
  text-align: left;
}
.wishlist-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.wishlist-info thead .image {
  text-align: center;
}
.wishlist-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.wishlist-info tbody .action img {
  cursor: pointer;
}
.wishlist-info tbody .image {
  text-align: center;
}
.wishlist-info tbody .image img {
  border: 1px solid #ddd;
}
.wishlist-info tbody .price s {
  color: #c24913;
}
.wishlist-info td {
  padding: 7px;
}
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}
/**
 * LOGIN PAGE
 */
/* 
 * ORDERS PAGE 
 */
.order-list {
  margin-bottom: 10px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.order-list .order-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
  float: left;
  width: 33.3%;
}
.order-list .order-info {
  text-align: right;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.order-detail {
  background: #EFEFEF;
  font-weight: bold;
}
/* RETURN PAGE
 *
 */
.return-list {
  margin-bottom: 10px;
}
.return-list .return-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
  float: left;
  width: 33.3%;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.return-list .return-info {
  text-align: right;
}
.return-product {
  margin-bottom: 20px;
  clear: both;
  overflow: auto;
}
.return-name {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-model {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-quantity {
  float: left;
  width: 31%;
}
.return-detail {
  overflow: auto;
  margin-bottom: 20px;
}
.return-reason {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened textarea {
  width: 98%;
  vertical-align: top;
}
.return-captcha {
  float: left;
}
.download-list {
  margin-bottom: 10px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.download-list .download-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
  float: left;
  width: 33.3%;
}
.download-list .download-info {
  text-align: right;
}
/* 
 * CART PAGE
 */
.cart-module > div {
  display: none;
}
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
  text-align: left;
}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
  text-align: left;
}
.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
  position: relative;
  top: 0;
  vertical-align: middle;
  cursor: pointer;
  border: none;
}
.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right;
}
.cart-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody .image img {
  border: 1px solid #ddd;
}
.cart-info tbody span.stock {
  color: #F00;
  font-weight: bold;
}
.cart-info td {
  padding: 7px;
}
.cart-info table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.cart-total {
  border-top: 1px solid #ddd;
  overflow: auto;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
.cart-total table {
  float: right;
}
.cart-info thead .price,
.cart-info thead .total {
  text-align: right;
}
/* 
 * CHECKOUT PAGE
 */
.checkout-heading {
  background: #e7e7e7;
  border: 1px solid #e7e7e7;
  padding: 8px;
  font-weight: bold;
  font-size: 12px;
  color: #555555;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
/*
 * CONTENT INFOMATION
 */
.contact-form,
.contact-info {
  margin-top: 18px;
}
.contact-address li {
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.contact-address li .icon {
  font-size: 22px;
  float: left;
  width: 30px;
  padding-left: 5px;
}
.contact-address li span {
  float: left;
}
#content .content {
  margin: 10px 0;
}
/******************************************************
 * @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
*******************************************************/
#pav-mainnav {
  position: relative;
  margin: 20px 0;
}
#pav-mainnav .inner-bg {
  background: url("../image/default/bg-menu.png") repeat left top scroll #735d42;
  height: 42px;
  padding: 3px;
}
#pav-mainnav .inner {
  border: 1px solid #887052;
}
#pav-mainnav .dropdown:hover > .dropdown-menu {
  display: block;
}
#pav-mainnav .navbar {
  border: none;
  min-height: 0;
}
#pav-mainnav .navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
#pav-mainnav .navbar ul.nav > li:hover > a {
  background: #5c4a32;
  color: #fff;
}
#pav-mainnav .navbar ul.nav > li:hover > a .caret {
  color: #fff;
}
#pav-mainnav .navbar ul.nav > li:hover > a:before {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
#pav-mainnav .navbar ul.nav > li:hover .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
#pav-mainnav .navbar ul.nav > li > a {
  font-size: 16px;
  z-index: 0;
  padding: 9px 18px;
  color: #eadac6;
  font-family: "Georgia", Times, serif;
}
#pav-mainnav .navbar ul.nav > li > a:before {
  height: 100%;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
#pav-mainnav .navbar ul.nav > li > a .caret {
  border-top-color: #eadac6;
  border-bottom-color: #eadac6;
}
#pav-mainnav .dropdown-menu {
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#pav-mainnav .dropdown-menu li a {
  color: #9a9083;
  padding: 0 10px;
  line-height: 28px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#pav-mainnav .dropdown-menu li a:before {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 5px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04d";
}
#pav-mainnav .dropdown-menu li a:hover {
  color: #fff;
}
#pav-mainnav .dropdown-menu li a:hover .caret {
  border-bottom-color: #fff!important;
  border-top-color: #fff!important;
}
#pav-mainnav .dropdown-menu li a .caret {
  border-bottom-color: #9a9083!important;
  border-top-color: #9a9083!important;
}
#pav-mainnav .navbar-inverse .navbar-nav > .open > a {
  background-color: #EB557B;
}
#pav-mainnav .mini-access {
  line-height: 30px;
  text-align: center;
}
#pav-mainnav .mini-access a {
  padding: 0px 5px;
  border-right: 1px solid #292929;
}
#pav-mainnav .mini-access a:last-child {
  border-right: none;
}
.navbar-nav .dropdown-menu {
  border: none;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  min-width: 160px;
}
.navbar-nav .dropdown-menu .row {
  margin-bottom: 0 !important;
}
.navbar-nav .dropdown:hover > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
  visibility: inherit;
  background: #4d3f2a;
}
.navbar-nav .dropdown .dropdown-submenu:hover .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: inherit;
  background: #4d3f2a;
}
.pav-megamenu .dropdown-menu > .dropdown-menu-inner {
  padding: 0 10px;
}
.pav-megamenu .dropdown-menu ul > li.parent {
  position: relative;
}
.pav-megamenu .dropdown-menu ul > li.parent .dropdown-menu {
  left: auto;
  position: absolute;
  right: -100%;
  top: 0;
}
.pav-megamenu .dropdown-menu ul > li.parent:hover {
  display: block;
}
.pav-megamenu .mega-group .caret {
  display: none;
}
.pav-megamenu .mega-group .dropdown-mega .mega-col-inner > ul > li a {
  margin-left: 6px;
}
.pav-megamenu .mega-col {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}
.pav-megamenu .mega-col:last-child {
  border-right: none;
}
.pav-megamenu .mega-col .mega-col-inner > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li {
  list-style: none;
  margin-left: 0;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li > a {
  clear: both;
  color: #1bbc9b;
  display: block;
  line-height: 30px !important;
  font-weight: 300 !important;
  font-size: 11px;
  text-transform: none;
  transition: padding 0.5s ease 0s;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li > a:hover {
  color: #6a6a6a;
  padding-left: 25px;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li:hover {
  border-right: 1px solid transparent !important;
  border-left: 1px solid transparent !important;
}
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.pav-megamenu .dropdown-submenu > .dropdown-menu {
  border-radius: 0 6px 6px 6px;
  left: 100%;
  margin-left: -6px;
  margin-top: -6px;
  top: 0;
}
.pav-megamenu .cols2 {
  width: 420px;
}
.pav-megamenu .cols3 {
  width: 620px;
}
.pav-megamenu .cols4 {
  width: 820px;
}
.pavo-widget .menu-title {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.pavo-widget li a {
  line-height: 35px !important;
  background-position: 5px -1px !important;
}
.pavo-widget li a:hover {
  background-position: 5px -25px !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
*******************************************************/
@media (min-width: 768px) {
  .same-height-column .row {
    display: table;
    width: 100%;
  }
  .same-height-column .row [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}
.col-full .row {
  margin-left: 0;
  margin-right: 0;
}
.col-full .row [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.container .warpper {
  background: #fff;
  padding: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1px 0 rgba(179, 144, 100, 0.5);
  box-shadow: 0 0 1px 0 rgba(179, 144, 100, 0.5);
}
.review-form-width {
  margin: 10% auto;
  max-width: 600px;
  position: relative;
}
.delivery {
  font-family: "Georgia", Times, serif;
  font-size: 14px;
  color: #735d42;
}
.delivery h4 {
  font-size: 16px;
  color: #c24913;
  text-transform: uppercase;
}
.icon-shopping-cart,
.icon-truck {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  background-color: #735d42;
  color: #ebe9de;
  font-size: 26px;
  margin-right: 8px;
}
.icon-shopping-cart .fa,
.icon-truck .fa {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 36px;
  border: 1px solid #9a7c58;
}
.scrollup {
  background: #c24913;
  bottom: 90px;
  display: none;
  position: fixed;
  right: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  color: #fff!important;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 9999;
  line-height: 40px;
}
.btn-theme-primary {
  background-color: #EB557B;
  border: none;
  color: #fff;
}
.btn-theme-primary:hover {
  background-color: #c24913;
  color: #fff;
  border: none;
}
.text-primary-theme {
  color: #c24913;
}
.text-danger-theme {
  color: #EB557B;
}
.btn-more-link .readmore:hover {
  color: #c24913;
}
/* 
 *
 */
i.fa {
  font-style: italic !important;
}
.iconbox {
  display: block;
  float: left;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-right: 8px;
  font-size: 16px;
  width: 28px;
}
.iconbox i {
  padding-left: 5px;
}
.social {
  margin: 38px 0;
  overflow: hidden;
}
.social a {
  color: #fff!important;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.social a:hover {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.social a.pinterest {
  background-color: #f13838;
}
.social a.facebook {
  background-color: #395c8c;
}
.social a.google-plus {
  background-color: #f2532f;
}
.social a.twitter {
  background-color: #5aceef;
}
.box-services {
  font-size: 14px;
  text-transform: uppercase;
}
.box-services .iconbox {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: 34px;
  line-height: 34px;
  width: 34px;
  -webkit-box-shadow: 0 0 0 3px #EB557B;
  box-shadow: 0 0 0 3px #EB557B;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.box-services .iconbox:after {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: repeat scroll 0 0 #EB557B;
  left: -2px;
  padding: 2px;
  top: -2px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.box-services .iconbox:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.box-services .btn-info {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 3px #5bc0de;
  box-shadow: 0 0 0 3px #5bc0de;
}
.box-services .btn-info:after {
  background: repeat scroll 0 0 #5bc0de;
}
.box-services .btn-info:hover {
  color: #5bc0de;
  color: #ffffff \9;
}
.box-media .media {
  color: #939393;
  background-color: #fafafa;
  border: 1px solid #f6f6f6;
  padding: 10px;
}
.box-media .media a.pull-left {
  margin-right: -45px;
}
.box-media .media a.pull-right {
  margin-left: -45px;
}
.box-media .media .media-right {
  text-align: right;
}
.box-media .media .media-right p {
  margin-right: 0;
  margin-left: 30px;
}
.box-media .media p {
  margin-right: 30px;
}
.media-dark .media {
  background-color: #efefef;
  border: 1px solid #efefef;
}
.newsletter input,
.newsletter button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 19px;
  margin-top: 8px;
}
.newsletter .navbar-form {
  padding: 0;
}
div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}
.buttons {
  margin-bottom: 18px;
  overflow: hidden;
}
#input-payment-captcha,
#input-captcha,
#input-search {
  margin-bottom: 3px;
}
/* Background body */
.pattern1 {
  background-image: url('../image/pattern/pattern1.png');
}
.pattern2 {
  background-image: url('../image/pattern/pattern2.png');
}
.pattern3 {
  background-image: url('../image/pattern/pattern3.png');
}
.pattern4 {
  background-image: url('../image/pattern/pattern4.png');
}
.pattern5 {
  background-image: url('../image/pattern/pattern5.png');
}
.pattern6 {
  background-image: url('../image/pattern/pattern6.png');
}
.pattern7 {
  background-image: url('../image/pattern/pattern7.png');
}
.pattern8 {
  background-image: url('../image/pattern/pattern8.png');
}
.pattern9 {
  background-image: url('../image/pattern/pattern9.png');
}
.pattern10 {
  background-image: url('../image/pattern/pattern10.png');
}
.pattern11 {
  background-image: url('../image/pattern/pattern11.png');
}
.pattern12 {
  background-image: url('../image/pattern/pattern12.png');
}
.pattern13 {
  background-image: url('../image/pattern/pattern13.png');
}
.pattern14 {
  background-image: url('../image/pattern/pattern14.png');
}
.pattern15 {
  background-image: url('../image/pattern/pattern15.png');
}
.pattern16 {
  background-image: url('../image/pattern/pattern16.png');
}
/* End */
/*
 * Off Canvas
 * --------------------------------------------------
 */
.canvas-menu {
  position: absolute;
  top: 0;
  left: 0;
  color: #eadac6;
  background: transparent;
  border: none;
  font-size: 14px;
  padding: 7px 25px;
}
@media screen and (max-width: 992px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .rtl .row-offcanvas-right {
    left: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .rtl .row-offcanvas-left {
    right: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
  }
  .rtl .row-offcanvas-right .sidebar-offcanvas {
    left: -50%;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
  }
  .rtl .row-offcanvas-left .sidebar-offcanvas {
    right: -50%;
  }
  .row-offcanvas-right.active {
    right: 50%;
  }
  .rtl .row-offcanvas-right.active {
    left: 50%;
  }
  .row-offcanvas-left.active {
    left: 50%;
  }
  .rtl .row-offcanvas-left.active {
    right: 50%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
  }
  .sidebar-offcanvas .panel-body {
    padding: 0;
  }
  .sidebar-offcanvas .box .box-heading {
    font-size: 20px;
  }
  .sidebar-offcanvas .box .box-content {
    padding: 0;
  }
  .sidebar-offcanvas .box ul.box-category li {
    padding: 8px 5px;
    border-bottom: none !important;
  }
  .sidebar-offcanvas .box ul.box-category li a:before {
    display: none !important;
  }
  .sidebar-offcanvas .box ul.box-category li ul li {
    padding: 5px 5px 0px 10px;
  }
  .sidebar-offcanvas .box ul.box-category li ul li a {
    text-decoration: none;
    display: block;
  }
  .sidebar-offcanvas .box ul.box-category li a {
    text-decoration: none;
    color: #333;
  }
  .sidebar-offcanvas .box ul.box-category li a:hover {
    color: #EB557B;
  }
}
/*offcanvas-menu*/
#offcanvasmenu .badges.new,
#offcanvasmenu .badges.hot {
  right: auto;
  left: 50px;
}
#offcanvasmenu .navbar-nav {
  float: none;
  margin: 0;
}
#offcanvasmenu .navbar-nav > li {
  float: none;
}
#offcanvasmenu .navbar-nav > li .caret {
  display: none;
}
#offcanvasmenu .navbar-nav > li.home .menu-icon {
  background: none !important;
}
#offcanvasmenu .navbar-nav > li .click-canavs-menu {
  cursor: pointer;
  display: inline-block;
  padding: 14px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  color: #fff;
}
#offcanvasmenu .navbar-nav > li li.dropdown-submenu .click-canavs-menu {
  padding: 4px 16px;
  color: #c83a3a;
}
#offcanvasmenu .navbar-nav > li > a {
  background: #c83a3a;
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  color: #f3efe0;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#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;
  min-width: 150px;
}
#offcanvasmenu .dropdown-menu .dropdown-menu-inner {
  line-height: 30px;
  padding-bottom: 20px;
}
#offcanvasmenu .dropdown-menu .pavo-widget .sidebar {
  border: none;
}
#offcanvasmenu .dropdown-menu .pavo-widget .sidebar .product-block {
  padding-left: 0px;
}
#offcanvasmenu .dropdown-menu .widget-video {
  display: none;
}
#offcanvasmenu .dropdown-menu .box-heading {
  color: #EB557B;
}
#offcanvasmenu .product-block {
  border: none;
}
#offcanvasmenu .product-block .product-zoom,
#offcanvasmenu .product-block .product-label-special {
  display: none;
}
.rtl #offcanvasmenu .badges.new,
.rtl #offcanvasmenu .badges.hot {
  left: auto;
  right: 50px;
}
.rtl #offcanvasmenu .navbar-nav > li.home .menu-title {
  margin-right: 0;
}
.rtl #offcanvasmenu .navbar-nav > li .click-canavs-menu {
  left: 0;
  right: auto;
}
.rtl #offcanvasmenu .navbar-nav > li li.dropdown-submenu .click-canavs-menu {
  padding: 4px 0px;
  margin-left: 16px;
}
.rtl #offcanvasmenu .dropdown-menu .pavo-widget .sidebar .product-block {
  padding-right: 0px;
}
/******************************************************
 * @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 (min-width: 992px) and (max-width: 1199px){*/
@media (min-width: 992px) and (max-width: 1199px) {
  #pav-mainnav .navbar ul.nav > li > a {
    padding: 9px 12px;
  }
}
@media (max-width: 1199px) {
  .product-info .wishlist {
    clear: both;
  }
  .product-info .wishlist a {
    padding-left: 0;
  }
  #pav-mainnav .navbar ul.nav > li > a {
    padding: 9px 10px;
  }
}
@media (max-width: 991px) {
  .product-zoom,
  .zoomContainer,
  .quickview {
    display: none!important;
  }
  .product-block .button-action a {
    margin-left: -32px;
  }
  .product-block:hover .button-action .compare {
    margin-left: 5px;
  }
  .pav-custom .title {
    font-size: 25px;
  }
  .pav-custom img {
    width: 140px;
  }
  .productcarousel .product-block {
    margin-bottom: 20px;
  }
  .pav-categoryproducts .tab-content {
    width: 100%;
    padding-right: 0;
  }
  .pavcarousel .item-inner {
    margin: 10px 0;
  }
  .footer-bottom .column {
    min-height: 100px;
  }
}
@media (max-width: 768px) {
  .row > #column-left.col-md-3.col-sm-12.sidebar {
    width: 25%;
    float: left;
  }
}
/*@media only screen and (min-width: 769px) and (max-width: 992px) {*/
/*@media only screen and (max-width: 768px) {*/
@media only screen and (max-width: 767px) {
  .productcarousel .product-block .image {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .table-responsive .text-left .input-group .form-control {
    padding: 5px;
    margin-right: 40px;
  }
  .rtl .table-responsive .text-left .input-group .form-control {
    margin-left: 40px;
  }
}
/*@media (max-width: 480px){*/
@media (max-width: 480px) {
  #topbar .header-right {
    width: 60%;
  }
  #topbar .header-left {
    width: 40%;
  }
  #topbar ul.links li {
    margin-right: 5px;
  }
  .filter-right > div {
    margin-bottom: 5px;
  }
  .product-info .compare a {
    padding-left: 0;
  }
  .rtl #topbar ul.links li {
    margin-left: 0;
  }
}
