/******************************************************
 * @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
*******************************************************/
/*Icon - Color Footer*/
/* 
 * Mega Menu Module
 */
/* 
 * product block
 */
/* buttons */
/*Button Dropdown*/
/*variables*/
/* 
 * htab module 
 */
/* 
 * Box Modules 
 */
/* 
  *layout 
  */
/******************************************************
 * @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;
}
body {
  background: #e7e6e2;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 300;
}
body {
  position: relative;
  overflow-x: hidden;
}
.fs9 {
  font-size: 10px;
}
.fs10 {
  font-size: 11px;
}
.fs11 {
  font-size: 12px;
}
.fs12 {
  font-size: 13px;
}
.fs13 {
  font-size: 14px;
}
.fs14 {
  font-size: 15px;
}
.fs15 {
  font-size: 16px;
}
.fs16 {
  font-size: 17px;
}
.welcome {
  color: #636E75;
  font: Verdana;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}
a {
  color: #2e3039;
  cursor: hand;
  cursor: pointer;
}
a:hover {
  color: #f2711f;
  text-decoration: none;
}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  line-height: 20px;
}
body,
td,
th,
input,
textarea,
select,
a {
  outline: 0 none;
}
a,
a:hover,
a:focus {
  -webkit-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
  text-decoration: none;
  outline: 0 none;
}
.quantity input,
input[name="quantity"] {
  width: auto;
  display: inline;
  text-align: center;
}
.control-label,
label {
  color: #6e6f70;
}
/* TABLE STYLE */
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  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 #dddddd;
  border-bottom: 1px solid #dddddd;
}
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 {
  background: #42414B;
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 35px;  
}
#breadcrumb .container {
  position: relative;
}
.breadcrumb {
  background: none;
  margin: 8px 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}
.breadcrumb li:last-child:before {
  color: #f2711f;
}
.breadcrumb li:last-child a {
  color: #f2711f;
}
.breadcrumb a {
  color: #ffffff;
}
/*  PAGINATION STYLE */
.pagination-link {
  border-top: 1px solid #dddddd;
  padding-top: 8px;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pagination-link .pagination {
  float: left;
  margin: 4px;
}
.pagination-link .pagination a,
.pagination-link .pagination span {
  border: 1px solid #dddddd;
  margin-right: 3px;
}
.pagination-link .pagination a:hover,
.pagination-link .pagination span:hover {
  background-color: #f2711f;
  color: #ffffff;
}
.pagination-link .pagination 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-link .pagination span {
  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: #f2711f;
  border: 1px solid #f2711f;
}
.pagination-link .results {
  float: right;
  padding-top: 3px;
}
/* button */
input.button {
  margin: 0;
  border: 0;
  height: 33px;
  padding: 0px 15px;
}
.button,
input.button {
  cursor: pointer;
  color: #FFFFFF;
  background-color: #f2711f;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
button.button {
  line-height: 30px;
  padding: 0 18px;
  height: 33px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.button:hover,
input.button:hover {
  background: #7eac22;
  color: #ffffff;
  box-shadow: none;
}
a.button,
input.button {
  color: #ffffff;
  background: #f2711f;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
a.button:hover,
input.button:hover {
  box-shadow: none;
  color: #ffffff;
  background: #ea9d97;
}
a.button {
  display: inline-block;
  text-decoration: none;
  padding: 6px 12px 6px 12px;
}
.buttons {
  background: #ffffff;
  border: 1px solid #cccccc;
  overflow: auto;
  padding: 6px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .left {
  float: left;
  text-align: left;
}
/* tab style */
.htabs {
  height: 44px;
  line-height: 44px;
  background-color: #d1d1d1;
}
.htabs ul li {
  line-height: 44px;
}
.htabs ul li a {
  float: left;
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 1px;
}
.htabs ul li.active a {
  color: #f2711f;
}
.producttabs {
  position: relative;
}
.tab-content {
  z-index: 2;
  clear: both;
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
}
#tab-description {
  padding-bottom: 18px;
}
/*carousel*/
.carousel-controls {
  position: absolute;
  top: -30px;
  right: 0;
  width: 56px;
  height: 25px;
}
.carousel-controls .carousel-control {
  background: transparent;
  font-size: 30px;
  width: 26px;
  color: #cfccca;
  line-height: 15px;
}
.carousel-controls .carousel-control:hover {
  color: #f2711f;
}
.carousel-control {
  text-shadow: none;
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(transparent), to(transparent));
  background-image: -webkit-linear-gradient(left, color-stop(transparent 0%), color-stop(transparent 100%));
  background-image: -moz-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(transparent), to(transparent));
  background-image: -webkit-linear-gradient(left, color-stop(transparent 0%), color-stop(transparent 100%));
  background-image: -moz-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.form-review {
  margin-bottom: 25px;
}
/* links style */
ul.links {
  position: relative;
  margin: 0;
  padding: 0;
}
ul.links li {
  display: inline-block;
  margin-right: 15px;
}
ul.links li > a span {
  font-size: 13px;
  margin-right: 5px;
}
ul.list > li a:hover,
ul.list > li a.active {
  color: #f2711f;
}
ul.list > li a:hover .badge,
ul.list > li a.active .badge {
  background-color: #f2711f;
}
.rating .fa-stack {
  width: 1em;
  color: #F9B229;
}
.rating .fa-stack-2x {
  font-size: 1em;
}
/******************************************************
 * @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
*******************************************************/
.required {
  color: #FF0000;
  font-weight: bold;
}
.success,
.warning,
.attention,
.information,
.alert {
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.attention {
  background: #fff5cc url('../image/attention.png') 10px center no-repeat;
  border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.warning {
  background: #ffd1d1 url('../image/warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: 13px;
  display: block;
}
.error {
  display: block;
  color: #FF0000;
}
.welcome {
  color: #636E75;
  font: 13px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}
.success {
  background: #eaf7d9 url('../image/success.png') 10px center no-repeat;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Verdana', serif, arial;
}
h1 {
  font-size: 23px;
  line-height: 38.4px;
}
h1 small {
  font-size: 19.5px;
}
h2 {
  font-size: 20px;
  line-height: 30px;
}
h2 small {
  font-size: 13px;
}
h3 {
  font-size: 16px;
  line-height: 32px;
}
h3 small {
  font-size: 15px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
h4 small {
  font-size: 13px;
}
h5 {
  font-size: 14px;
  line-height: 32px;
}
h5 small {
  font-size: 11px;
}
h6 {
  font-size: 13px;
  line-height: 32px;
}
form {
  padding: 0;
  margin: 0;
  display: inline;
}
input[type='text'],
input[type='password'],
textarea {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 3px;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 33px;
}
.checkout .radio label {
  padding-right: 15px;
}
.newsletter_block .input-group {
  background: none repeat scroll 0 0 #363636;
  border: 1px solid #414141;
}
.input-group .error,
.input-group .alert-danger,
.input-group .alert-success {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px;
}
.input-group .inputNew {
  background: #363636;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 40px;
  color: #848484;
  padding-left: 10px;
  width: 189px;
  float: left;
}
.input-group .button_mini {
  background: url('../image/default/icon.png') no-repeat 0 10px;
  border: none;
  height: 40px;
  padding-right: 15px;
  cursor: pointer;
  float: right;
}
/******************************************************
 * @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
*******************************************************/
/*
 * HEADER 
 */
#page {
  margin: 0 auto;
}
body.layout-boxed-md {
  background: url("../image/pattern/pattern2.png");
}
body.layout-boxed-md #page {
  max-width: 970px;
  -webkit-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
  background: #ffffff;
}
body.layout-boxed-lg {
  background: url("../image/pattern/pattern2.png");
}
body.layout-boxed-lg #page {
  max-width: 1170px;
  -webkit-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
  background: #ffffff;
}
#topbar {
  background: #393b40;
  max-height: 42px;
  font-weight: 600;
}
.topbar .caret {
  border-color: #b4b4b4 rgba(0, 0, 0, 0);
}
.topbar ul li a {
  font-size: 13px;
  color: #b4b4b4;
}
.topbar ul li:hover a {
  color: #f2711f;
}
.topbar ul li .text-link {
  display: inline-block;
}
#header {
  background-color: #fff;
  position: relative;
  z-index: 26;
}
#headertop {
  background-color: #424242;
}
#headertop a {
  color: #d9d9d9;
}
#headertop a:hover {
  color: #f2711f;
}
#header #logo {
  margin: 30px 0;
}
#header #logo-theme {
  padding-top: 30px;
  padding-bottom: 30px;
}
#header #logo-theme a {
  background: url('../image/default/logo.png') no-repeat;
  width: 170px;
  height: 38px;
  display: inline-block;
}
#header #logo-theme a span {
  display: none;
}
#header .inner > * {
  display: table-cell;
  vertical-align: middle;
}
/*
 * NAVIGATION
 */
#mainnav {
  background-color: #fbfbfb;
  border-top: 1px solid #e5e5e5;
}
/*
 * SLIDESHOW 
 */
/*
 * Sidebar
 */
/*.sidebar {
    margin-top: 30px;
}
*/
/*
 * PROMOTION TOP 
 */
/*
 * showcase
 */
/*
 * pavo-mass-bottom
 */
#pavo-mass-bottom .container > div {
  background: url('../image/default/bg-section.jpg') repeat left top scroll;
  height: 70px;
  color: #fff;
  margin-bottom: 15px;
  margin-right: 0;
  margin-left: 0;
}
#pavo-mass-bottom .box {
  margin-bottom: 0;
}
#pavo-mass-bottom .gift .box-content {
  background: url('../image/default/icon-gift.png') no-repeat scroll 13px 15px;
  padding-left: 55px;
}
#pavo-mass-bottom .arrow {
  background-color: #fff;
  color: #777879;
  height: 70px;
  margin: 0 30px;
  position: relative;
}
#pavo-mass-bottom .arrow:after {
  border-bottom: 35px solid transparent;
  border-left: 28px solid #ffffff;
  border-top: 35px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -28px;
  top: 0;
}
#pavo-mass-bottom .arrow:before {
  border-bottom: 40px solid transparent;
  border-right: 30px solid #ffffff;
  content: "";
  display: inline-block;
  left: -30px;
  position: absolute;
  top: 0;
}
#pavo-mass-bottom .arrow .box-content {
  background: url('../image/default/service.png') no-repeat scroll 13px 15px;
  padding-left: 50px;
}
#pavo-mass-bottom .arrow .box-content:before {
  border-right: 30px solid #ffffff;
  border-top: 35px solid transparent;
  bottom: 0;
  content: "";
  display: inline-block;
  left: -30px;
  position: absolute;
}
#pavo-mass-bottom .arrow h3 {
  color: #f2711f;
}
#pavo-mass-bottom .social .box-content {
  margin: 20px 0;
}
#pavo-mass-bottom .social h4 {
  float: left;
  font-size: 15px;
  margin-right: 7px;
}
/*
 * MAIN CONTENT
 */
#content {
  min-height: 400px;
}
#group-content {
  margin-top: 60px;
  overflow: hidden;
  padding-top: 15px;
}
.sidebar [class*="col-"] {
  width: 100%;
}
/*contact*/
.contact-location {
  margin-bottom: 12px;
}
.contact-location img {
  max-width: none;
}
.wrapper h1 {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.contact-content .content {
  background-color: #f6f6f6;
  padding: 20px;
  border: 0;
}
.contact-content .content a {
  color: #424242;
}
.contact-content h3 {
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 10px;
}
.contact-content .buttons {
  border: 0;
  padding: 0;
  margin-top: 20px;
  background: transparent;
}
.contact-content .contact-info .content {
  padding-bottom: 0;
}
.contact-content .contact-info .media:hover .fa {
  background-color: #f2711f;
}
.contact-content .contact-info .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #eaebef;
  font-size: 15px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* FOOTER*/
#footer .box .box-heading {
  padding-right: 0;
  padding-left: 0;
  background: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
}
#footer .footer-top .box-heading {
  color: #655a54;
  font-size: 20px;
}
#footer .footer-center {
  background-color: #424242;
  border-top: 3px solid #cfcfcf;
  color: #e0e0e0;
}
#footer .footer-center .container-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .column a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: padding 0.5s ease 0s;
  transition: padding 0.5s ease 0s;
}
#footer .column a:hover {
  color: #f2711f;
}
#footer .column ul li a {
  background: none;
  padding-left: 0;
  text-transform: none;
}
#footer .contact-us {
  background: url('../image/default/bg-contact.png') no-repeat scroll left bottom rgba(0, 0, 0, 0);
}
#footer .contact-us li {
  height: auto;
  line-height: 26px;
  margin: 0 0 12px;
}
#footer .contact-us .icon {
  background-color: #676767;
  box-shadow: none;
  float: left;
  height: 35px;
  margin: 0 16px 0 0;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  padding-left: 5px;
}
#footer .contact-us .icon:hover {
  background: #f2711f;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
/* POWER BY */
#powered {
  padding: 15px 0 1px 0;
  background-color: #3e3e3e;
  border-top: 1px solid #474747;
}
#powered a {
  color: #f2711f;
}
#powered .paypal {
  padding-top: 1px;
}
#powered .copyright {
  color: #969696;
}
#powered .copyright a {
  color: #f2711f;
}
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
.banner div img {
  margin-bottom: 20px;
}
/******************************************************
 * @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 */
.sidebar .box .box-heading {
  background-color: #7fad23;
  background-image: url('../image/default/icon-title.png');
  background-position: 13px 13px;
  background-repeat: no-repeat;
  padding-left: 43px;
}
.sidebar .box .box-content {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #dcdbdb;
}
.sidebar .box.highlight .box-heading span {
  background: #4a433f;
  display: block;
}
.sidebar .box.highlight .box-heading span:before,
.sidebar .box.highlight .box-heading span:after {
  border: none;
}
.sidebar .box.highlighted .box-heading {
  background-color: #f2711f;
}
.box.pav-custom .box-content {
  padding: 0;
  border: none;
}
.box.pav-custom .box-content img {
  border-radius: 3px;
}
.box.pav-custom .box-content h3.highlight-viewall {
  bottom: 0;
  position: absolute;
  text-align: right;
  width: 100%;
}
.box.pav-custom .box-content h3.highlight-viewall a {
  background: #292929;
  border-radius: 0 0 3px 3px;
  display: block;
}
.box.pav-custom .box-content h3.highlight-viewall a span {
  background: url('../image/default/shopnow-bg.png') no-repeat scroll right center rgba(0, 0, 0, 0);
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  margin: 10px 15px;
  padding-right: 25px;
}
.box.nobackground .box-heading span {
  color: #f2711f;
  display: block;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 30px;
  text-transform: uppercase;
}
.box .box-heading {
  background: none repeat scroll 0 0 #efefec;
}
.box .box-heading span {
  background: #424242;
  display: inline-block;
  padding: 0 60px 0 20px;
  position: relative;
}
.box .box-heading span:after {
  border-bottom: 20px solid transparent;
  border-right: 17px solid #efefec;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.box .box-heading span:before {
  border-right: 17px solid #efefec;
  border-top: 20px solid transparent;
  bottom: 0;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
}
.box.highlight .box-heading span {
  background: #7fad23;
}
.box-heading {
  font-family: 13px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  font-size: 16px;
  position: relative;
  min-height: 40px;
  text-transform: uppercase;
}
.box {
  margin-bottom: 28px;
  position: relative;
  /* box styles */
}
.box.orange .box-heading,
.box.dark .box-heading,
.box.green .box-heading,
.box.maroon .box-heading,
.box.blue .box-heading,
.box.gray .box-heading,
.box.pink .box-heading,
.box.red .box-heading {
  border-bottom: 1px dashed #ffffff;
  color: #ffffff;
}
.box.orange .box-heading {
  background: #f69f67;
}
.box.orange .box-content {
  background: #f2711f;
}
.box.orange li {
  border-top-color: #f69f67;
}
.box.orange a {
  color: #B66B00;
}
.box.orange a:hover {
  color: #6F4100;
}
.box.dark {
  background: #393b40;
}
.box.dark a {
  color: #777;
}
.box.dark a:hover {
  color: #888;
}
.box.green {
  background: #7eac22;
}
.box.green a {
  color: #63E063;
}
.box.green a:hover {
  color: #43F043;
}
.box.maroon {
  background: #F35D34;
}
.box.maroon a {
  color: #B4300D;
}
.box.maroon a:hover {
  color: #C93F19;
}
.box.blue {
  background: #f2711f;
}
.box.blue a {
  color: #47C9FF;
}
.box.blue a:hover {
  color: #0073A3;
}
.box.gray {
  background: #292929;
}
.box.gray a {
  color: #999;
}
.box.gray a:hover {
  color: #777;
}
.box.pink {
  background: #d32f58;
}
.box.pink a {
  color: #FF5C8F;
}
.box.pink a:hover {
  color: #FA2E6E;
}
.box.red {
  background: #e76d66;
}
.box.red a {
  color: #EE4538;
}
.box.red a:hover {
  color: #DA3F33;
}
/******************************************************
 * @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
*******************************************************/
/*dropdown*/
.btn.btn-theme-normal {
  background: none;
  color: #b4b4b4;
  line-height: 40px;
  padding: 0 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.btn.btn-theme-normal:hover {
  color: #f2711f;
}
/* cart info */
#header {
  /* language - currency */
}
#header .language,
#header .currency {
  line-height: 33px;
  margin-left: 3px;
  padding: 0 5px;
  display: block;
}
#header .language {
  line-height: 34px;
}
#header .language img {
  cursor: pointer;
  margin-right: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#header .currency button {
  display: inline-block;
  background: transparent;
  border: none;
  color: #d9d9d9;
}
#header .currency button:hover {
  color: #f2711f;
}
#header .links {
  line-height: 34px;
}
#header .links a {
  padding-right: 15px;
}
#header .login {
  line-height: 34px;
  padding-left: 10px;
}
#header .login a {
  color: #f2711f;
  padding-right: 5px;
}
#header #cart {
  margin: 30px 0;
  padding-right: 40px;
  position: relative;
  text-align: right;
}
#header #cart .cart-icon {
  background-color: #f2711f;
  background-image: url('../image/default/bg-cart-button.png');
  background-position: 9px 8px;
  background-repeat: no-repeat;
  border: 1px solid #fa8014;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #fc943f inset;
  display: block;
  height: 31px;
  line-height: 31px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -9999em;
  width: 31px;
}
#header #cart .dropdown-menu {
  background: #ffffff;
  clear: both;
  display: none;
  min-height: 150px;
  min-width: 330px;
  top: 45px;
  padding: 8px;
  position: absolute;
  right: 0;
  border-top: 6px solid #f2711f;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  z-index: 99999;
  margin: 0;
}
#header #cart .dropdown-menu:before {
  position: absolute;
  border-bottom: 11px solid #f2711f;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  display: inline-block;
  left: 35px;
  top: -15px;
}
#header #cart .heading h4 {
  color: #f2711f;
  font-weight: 600;
  line-height: 100%;
}
#header #cart .heading a {
  text-decoration: none;
}
#header #cart .heading a span {
  font-size: 11px;
}
#header #cart.open .dropdown-menu {
  display: block;
}
#header #cart .checkout {
  text-align: right;
  clear: both;
}
#header #cart .checkout a {
  color: #ffffff;
}
#header #cart .empty {
  padding-top: 20px;
  text-align: center;
}
.mini-cart-total {
  text-align: right;
}
.mini-cart-total td {
  color: #555;
  padding: 4px;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px 5px;
  border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info .image img {
  border: none;
  padding: 0;
  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;
}
/* 
 * search module 
 */
#search {
  background: none repeat scroll 0 0 #9bc02b;
  border: 1px solid #97b423;
  box-shadow: 0 0 0 1px #a9c948 inset;
  margin: 30px 0 30px 5px;
  padding: 0;
  position: relative;
}
#search .search-icon {
  transform: rotate(0deg);
  transition: all 1.4s ease 0s;
  background: url('../image/default/icon-search.png') no-repeat scroll 8px 8px rgba(0, 0, 0, 0);
  display: block;
  height: 31px;
  line-height: 31px;
  overflow: hidden;
  text-indent: -9999em;
  width: 31px;
}
#search .search-content {
  display: none;
  padding-top: 7px;
  position: absolute;
  right: 0;
  width: 275px;
}
#search .search-content-inner {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #9bc02b;
  padding: 10px 15px;
}
#search input {
  float: left;
  margin: 0;
  width: 70%;
}
#search .button-search {
  background: none repeat scroll 0 0 #9bc02b;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 33px;
  text-align: center;
  text-shadow: none;
  width: 25%;
  border: none;
}
#search:hover .search-content {
  display: block;
}
#search:hover .search-content:after {
  border-bottom: 7px solid #9bc02b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  position: absolute;
  right: 7px;
  top: 0;
}
#search-m {
  margin: 7px 0;
  position: relative;
}
#search-m input {
  height: 28px;
  border: none;
}
#search-m input:focus,
#search-m input :active {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%;
}
#search-m .button-search {
  color: #ABABAB;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  position: absolute;
  right: 5px;
  top: 0;
  width: 17px;
  z-index: 99;
  border: none;
  background: transparent;
}
/* 
 * box products 
 */
.product-block {
  position: relative;
  margin-top: 10px;
}
.product-block .product-inner {
  background-color: #ffffff;
  border: 1px solid #dcdbdb;
  overflow: hidden;
}
.product-block .image {
  position: relative;
  text-align: center;
}
.product-block .product-meta {
  padding: 0 13px 15px;
}
.product-block .name a {
  text-decoration: none;
  display: block;
  padding: 5px 0 5px;
  font-weight: bold;
  font-size: 15px
}
.product-block .name a:hover {
  color: #f2711f;
}
.product-block .description {
  margin: 5px 0;
  max-height: 65px;
  overflow: hidden;
  font-size: 12px
}
.product-block .price-cart {
  background-color: #f5f5f5;
  border-top: 1px solid #e0dfdf;
  margin: 10px -13px -15px;
  overflow: hidden;
  padding-left: 13px;
}
.product-block .price {
  display: block;
  color: #ff0000;
  font-size: 18px;
  margin: 5px 0;
}
.product-block .price .price-tax {
  display: none;
}
.product-block .price-old {
  font-size: 13px -2;
  color: #969696;
  text-decoration: line-through;
  font-size: 12px;
}
.product-block .cart {
  float: right;
}
.product-block .cart button {
  background-image: url('../image/default/icon_cart.png');
  background-position: 7px 7px;
  background-repeat: no-repeat;
  border: medium none;
  display: block;
  height: 31px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999em;
  width: 30px;
}
.product-block .product-zoom {
  background: none repeat scroll 0 0 #90c324;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  height: 35px;
  left: 0;
  line-height: 35px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 40%;
  transition: all 1s ease 0s;
  width: 35px;
  z-index: 15;
}
.product-block:hover .product-zoom {
  left: 45%;
  opacity: 0.9;
}
.wishlist a {
  background-position: left 2px;
}
.wishlist a:hover {
  background-position: left -22px;
  color: #f2711f;
}
.compare a {
  background-position: left -50px;
}
.compare a:hover {
  background-position: left -78px;
  color: #f2711f;
}
.wishlist a,
.compare a {
  background-image: url('../image/default/icon-wish-compace.png');
  background-repeat: no-repeat;
  color: #999898;
  font-size: 11px;
  line-height: 25px;
  padding-left: 20px;
  transition: all 0.5s ease 0s;
}
.product-label-special {
  background: #f2711f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  height: 35px;
  right: 12px;
  line-height: 28px;
  position: absolute;
  top: 10px;
  width: 35px;
  z-index: 10;
}
.product-label-special span {
  float: left;
  margin: 8px 0;
}
.quickview .product-info .image-additional {
  padding: 0 30px;
}
/*product tab*/
.producttabs .nav-tabs {
  border: none;
}
.producttabs .nav-tabs li a {
  border-style: none;
  color: #5e5753;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  padding: 8px 12px;
  text-transform: uppercase;
}
.producttabs .nav-tabs li:hover > a {
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #424242;
  border: none;
}
.producttabs .nav-tabs li.active > a,
.producttabs .nav-tabs li > a.selected {
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #424242;
  border: none;
}
/*product carousel*/
.productcarousel .box-heading {
  background: none repeat scroll 0 0 #efefec;
}
.productcarousel .box-description {
  color: #808080;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  padding: 0 15px;
  text-transform: none;
}
/*Blog*/
#blog-carousel img {
  margin-right: 30px;
  overflow: hidden;
  float: left;
}
.group-blog .description {
  padding-top: 25px;
  padding-bottom: 5px;
}
.pavblogs-comments-box img {
  float: left;
  padding-right: 12px;
}
/*Newsletter*/
.newsletter_block .description {
  padding: 10px 0;
}
/* 
 * sidebar
 */
.sidebar .product-block:last-child {
  border-bottom: none;
}
.sidebar .product-block:first-child {
  margin-top: 0;
}
.sidebar .product-block {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #eaebef;
  box-shadow: none;
  margin-top: 0;
}
.sidebar .product-block .price {
  padding: 0;
  font-size: 18px;
}
.sidebar .product-block .price .price-old {
  float: none;
}
.sidebar .product-block .name {
  margin-top: 0;
}
.sidebar .product-block .image {
  float: left;
  margin-right: 12px;
  margin-left: 10px;
  box-shadow: none;
  overflow: hidden;
}
.sidebar .product-block .description,
.sidebar .product-block .wishlist,
.sidebar .product-block .compare,
.sidebar .product-block .cart {
  display: none;
}
.sidebar .product-block .price-cart {
  background-color: transparent;
  border-top: 0;
  margin: 0;
  overflow: hidden;
  padding-left: 0;
}
.sidebar .product-block .product-inner {
  border: none;
  padding: 12px;
}
.sidebar .product-block .product-meta {
  padding: 0;
}
.sidebar .subcart {
  font-size: 11px !important;
  padding-top: 5px;
  position: absolute;
  right: 7px;
}
.sidebar a.subcart {
  background: none !important;
}
.sidebar ul.box-category,
.sidebar ul.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar ul li,
.sidebar ul.box-category li {
  line-height: 36px;
}
.sidebar ul li ul li,
.sidebar ul.box-category li ul li {
  padding: 5px 5px 0px 10px;
}
.sidebar ul li ul li a,
.sidebar ul.box-category li ul li a {
  text-decoration: none;
  display: block;
  font-size: 13px;
}
.sidebar ul li a,
.sidebar ul.box-category li a {
  padding: 0 15px 0 30px;
  background-image: url('../image/default/icon_li.png');
  background-position: 15px 15px;
  background-repeat: no-repeat;
  text-decoration: none;
  font-size: 15px;
  border-top: 1px solid #f1f1f1;
  display: block;
}
.sidebar ul li a:hover,
.sidebar ul.box-category li a:hover {
  color: #f2711f;
  background-position: 15px -21px;
}
.sidebar ul li a span,
.sidebar ul.box-category li a span {
  margin-top: 10px;
}
.sidebar .product-label-special {
  border-radius: 0;
  height: 20px;
  left: -13px;
  line-height: 20px;
  padding: 0 11px;
  text-shadow: none;
  top: 0;
  width: 55px;
  transform: rotate(-41deg);
}
/* 
 * pavpopulartags
 */
.tags a {
  padding: 10px;
}
/* 
 * pavcarousel
 */
.carousel-inner .item {
  margin: 2px;
}
.pavcarousel {
  padding: 15px 0;
}
.pavcarousel .carousel-control {
  color: #C0C0C4;
  font-weight: bold;
  height: 23px;
  line-height: 12px;
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: hidden;
  text-shadow: none;
  width: 14px;
  top: 47%;
}
/* 
 * box category 
 */
.heading-title {
  margin-top: 5px;
  color: #f2711f;
}
/*
 .box-content{
    .badge {
        .rounded-corners(0);
    }
 }
*/
/* 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 #eaebef;
  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: #424242 !important;
}
.zoomContainer .zoomWindow {
  border: 4px solid #eaebef !important;
  display: none;
}
/* 
 *
 */
#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;
}
.title_block {
  color: #4D4E4F;
  font-weight: 600;
  text-transform: uppercase;
}
/******************************************************
 * @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 */
.category-list {
  margin-bottom: 20px;
  margin-top: 10px;
  overflow: hidden;
}
.category-list ul li {
  float: left;
  margin-right: 10px;
}
.category-list ul li a {
  border: 1px solid #eaebef;
  color: #424242;
  cursor: pointer;
  display: inline-block;
  padding: 3px 10px;
  text-indent: 0;
  -webkit-transition: background-color 0.5s linear 0s;
  transition: background-color 0.5s linear 0s;
}
.category-list ul li a:hover {
  color: #f2711f;
}
.category-info .image {
  margin-bottom: 10px;
}
.category-info p {
  margin-bottom: 18px;
}
/* manufacturer */
.manufacturer-heading {
  background: #F8F8F8;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
}
.manufacturer-list {
  border: 1px solid #DBDEE1;
  padding: 5px;
  background: #ffffff;
  margin-bottom: 20px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.manufacturer-content {
  padding: 8px;
}
/* 
 *  LISTING PRODUCTS PAGE 
 */
.product-filter {
  padding: 10px;
  color: #424242;
  margin-top: 10px;
  background: #f3f3f1;
}
.product-filter .sort,
.product-filter .limit {
  float: left;
  padding: 4px 10px;
}
.product-filter .display {
  margin-right: 15px;
  float: left;
}
.product-filter .display button {
  border: none;
  background: #ffffff;
  padding: 0;
  margin: 0 5px 0 0;
  color: #424242;
}
.product-filter .display button > span {
  padding: 7px 10px;
  font-size: 14px;
  border: 1px solid #eaebef;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.product-filter .display button.active {
  color: #f2711f;
}
.product-filter .product-compare {
  line-height: 28px;
  float: right;
}
.product-filter .product-compare a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px;
  background-color: #6e6f70;
  -webkit-transition: background-color 0.5s linear 0s;
  transition: background-color 0.5s linear 0s;
}
.product-filter .product-compare a:hover {
  background-color: #f2711f;
}
/* product list mode  */
.product-list .col-fullwidth {
  width: 100%;
}
.product-list .product-block .description {
  display: block;
}
.product-list .product-block .image {
  margin-bottom: 0;
  float: left;
  width: 30%;
  margin-right: 15px;
}
.product-list .product-block .price-old {
  float: none;
}
/* product grid mode */
.product-grid {
  position: relative;
}
/* 
 * PRODUCT INFORMATION PAGE
 */
.product-info {
  margin-bottom: 20px;
}
.product-info .review {
  background: url('../image/default/bg_title.png') repeat-x scroll left bottom rgba(0, 0, 0, 0);
  color: #4d4d4d;
  padding-bottom: 10px;
}
.product-info .price-old {
  text-decoration: line-through;
  font-size: 14px;
  color: #969696;
}
.product-info .price-new {
  color: #ff0000;
  font-size: 20px;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
  color: #999;
}
.product-info .cart .links {
  display: inline-block;
  vertical-align: middle;
}
.product-info .cart div > span {
  color: #999;
}
.product-info .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info > .left {
  float: left;
  margin-right: 15px;
}
.product-info > .left .right {
  margin-left: 265px;
}
.product-info .image {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.product-info .price {
  margin-bottom: 0px;
  font-size: 20px;
  color: #ff0000;
}
.product-info .price .reward {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info .price .discount {
  font-weight: normal;
  font-size: 12px;
  color: #4D4D4D;
}
.product-info .addition-actions {
  overflow: hidden;
  background: #f4f4f2;
  border: 1px solid #dcdbdb;
  padding: 10px ;
}
.product-info .addition-actions button.bottom {
  padding: 0 18px;
  height: 30px;
  line-height: 30px;
}
.product-info .cart-info {
  background: #ffffff;
}
.product-info .quantity-adder input {
  padding-left: 8px;
  padding-right: 8px;
  height: 32px;
}
.product-info .quantity-adder .add-action {
  cursor: pointer;
  font-size: 10px;
  margin-bottom: 2px;
  padding: 3px 6px;
}
.product-info .description {
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  line-height: 25px;
  font-style: italic;
}
.product-info .description span {
  font-weight: bold;
  margin-right: 10px;
}
.product-info .description a {
  color: #4D4D4D;
  text-decoration: none;
}
.product-info .image-additional {
  padding: 0 12px;
  clear: both;
  overflow: hidden;
}
.product-info .image-additional a {
  float: left;
  display: block;
  margin-bottom: 10px;
}
.product-info .image-additional img {
  padding: 3px;
  margin-left: 10px;
}
.product-info .image-additional .carousel-control {
  background: transparent;
  border: 1px solid #cfccca;
  color: #cfccca;
  cursor: pointer;
  font-size: 25px;
  height: 20px;
  line-height: 10px;
  top: 40%;
  width: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.product-info .image-additional .carousel-control:hover {
  color: #f2711f;
  border: 1px solid #f2711f;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.product-info .options {
  padding: 0px 5px 10px 5px;
  margin-bottom: 10px;
  color: #000000;
}
.product-info .review {
  margin-bottom: 10px;
}
.product-info .share {
  border-top: 1px dashed #ccc;
  padding-top: 10px;
}
.product-info .wishlist-compare {
  margin: 10px 0;
}
.product-info .wishlist,
.product-info .compare {
  margin: 10px 5px;
}
.form-review .option {
  margin-bottom: 18px;
}
/**
 *
 */
.review-list {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .text {
  clear: both;
}
/* attribute */
.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 #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 20px;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.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 #dddddd;
  border-left: 1px solid #dddddd;
  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 #dddddd;
  border-bottom: 1px solid #dddddd;
}
.compare-info tr td:first-child {
  font-weight: bold;
  text-align: right;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
/* 
 * 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 #dddddd;
}
.wishlist-info thead .image {
  text-align: center;
}
.wishlist-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.wishlist-info tbody .action img {
  cursor: pointer;
}
.wishlist-info tbody .image {
  text-align: center;
}
.wishlist-info tbody .image img {
  border: 1px solid #dddddd;
}
.wishlist-info tbody .price s {
  color: #F00;
}
.wishlist-info td {
  padding: 7px;
}
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  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;
}
.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 {
  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: 4px;
  cursor: pointer;
}
.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right;
}
.cart-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #dddddd;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody .image img {
  border: 1px solid #dddddd;
}
.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 #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.cart-total {
  border-top: 1px solid #dddddd;
  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: #eaebef;
  border: 1px solid #eaebef;
  padding: 8px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #dddddd;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #dddddd;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  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
 */
#pav-mainnav .navbar {
  background: none;
  border: none;
  margin-bottom: 0;
}
#pav-mainnav .navbar .navbar-nav > li > a {
  font-size: 15px;
  line-height: 30px;
  color: #000;
  background: none;
  text-transform: uppercase;
}
#pav-mainnav .navbar .navbar-nav > li > a:before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 0;
}
#pav-mainnav .navbar .navbar-nav > li > a:hover,
#pav-mainnav .navbar .navbar-nav > li > a:focus {
  color: #f2711f;
}
#pav-mainnav .navbar .navbar-nav > li > a:hover .caret,
#pav-mainnav .navbar .navbar-nav > li > a:focus .caret {
  border-bottom-color: #f2711f;
  border-top-color: #f2711f;
}
#pav-mainnav .navbar .navbar-nav > li > a .caret {
  border-bottom-color: #000;
  border-top-color: #000;
}
@media (min-width: 768px) and (max-width: 979px) {
  #pav-mainnav .navbar .navbar-nav > li.pav-parrent .dropdown-menu {
    width: 100% !important;
  }
}
#pav-mainnav .navbar .navbar-nav .multi-menu {
  position: static;
}
#pav-mainnav .navbar .navbar-nav .home > a .menu-title {
  text-indent: -9999em;
  display: block;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: none;
  background-color: #ffffff;
  border: 0;
  padding: 10px;
  top: 65px;
  min-width: 200px;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu li {
  border-bottom: none;
  font-size: 15px;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu li a {
  line-height: 30px;
  display: block;
  -webkit-transition: padding 0.5s ease 0s;
  transition: padding 0.5s ease 0s;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu li a:hover {
  color: #f2711f;
  padding-left: 10px;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu h3,
#pav-mainnav .navbar .navbar-nav .dropdown-menu .dropdown-submenu.mega-group .dropdown-toggle {
  margin-bottom: 0;
  font-size: 17px;
  margin: 10px 0;
  font-weight: 400;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu embed,
#pav-mainnav .navbar .navbar-nav .dropdown-menu iframe {
  width: 100%;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .box-heading {
  color: #f2711f;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .product-block {
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  margin: 0;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .product-block .name {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 20px;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .product-block .name a {
  padding: 8px 0;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .product-block .rating {
  margin-bottom: 8px;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .product-block .price {
  font-size: 14px;
  padding: 0;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .product-block .group-action {
  display: none;
}
#pav-mainnav .dropdown:hover > .dropdown-menu {
  top: 54px;
  display: block;
}
#pav-mainnav .dropdown .dropdown-menu > .dropdown-menu-inner {
  padding-left: 15px;
  padding-right: 15px;
}
#pav-mainnav .dropdown .dropdown-menu > .dropdown-menu-inner .dropdown-submenu .dropdown-mega .dropdown-toggle {
  margin: 0;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  font-size: 14px;
}
#pav-mainnav .dropdown .dropdown-menu > .dropdown-menu-inner .dropdown-submenu .dropdown-mega .dropdown-toggle:hover {
  padding-left: 0;
}
#pav-mainnav .dropdown-submenu {
  position: relative;
}
#pav-mainnav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
  margin: 0;
  opacity: 1;
  position: absolute;
  left: 150px;
  top: 10px;
  visibility: visible;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#pav-mainnav .dropdown-submenu > .dropdown-menu {
  border-radius: 0 6px 6px 6px;
  left: 100%;
  margin-left: -6px;
  margin-top: -6px;
  top: 0;
}
#pav-mainnav .dropdown-submenu .dropdown-submenu .menu-title {
  font-weight: normal;
  font-family: 'Verdana', serif, arial;
  text-transform: none;
}
#pav-mainnav .cols2 {
  width: 520px;
}
#pav-mainnav .cols3 {
  width: 720px;
}
#pav-mainnav .cols4 {
  width: 920px;
}
#pav-mainnav ul.nav > li.aligned-fullwidth {
  position: static;
}
#pav-mainnav ul.nav > li.aligned-fullwidth > .dropdown-menu {
  width: 100%!important;
}
#pav-mainnav ul.nav > li.aligned-fullwidth > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  left: 0;
  width: 100%;
}
#pav-mainnav ul.nav > li.aligned-right .dropdown-menu {
  right: 0;
  left: auto;
}
#pav-mainnav ul.nav > li.aligned-right .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  right: 100%;
}
#pav-mainnav ul.nav > li.aligned-left .dropdown-menu {
  left: 0;
  right: auto;
}
#pav-mainnav ul.nav > li.aligned-left .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  left: 100%;
}
#pav-mainnav 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%);
}
.pav-megamenu .mega-group .dropdown-submenu .caret {
  display: inline-block;
}
.megamenu .menu-icon {
  background-position: left center !important;
  display: block;
  padding-left: 35px;
}
/******************************************************
 * @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
*******************************************************/
/*Social*/
.social {
  display: block;
  overflow: hidden;
}
.social ul li {
  float: left;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.social ul li .stack {
  display: block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.social ul li:hover {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #f2711f;
}
.social ul li:hover [class^="fa-"],
.social ul li:hover [class*=" fa-"] {
  transform: rotate(360deg);
}
.social ul li span {
  display: none;
}
.social [class^="fa-"],
.social [class*=" fa-"] {
  color: #fff;
  font-size: 18px;
  line-height: 37px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
/*Footer top*/
#footer ul.list li {
  background-image: url('../image/default/icon_li.png');
  background-position: 0 7px;
  background-repeat: no-repeat;
  font-size: 14px;
  padding-left: 15px;
  text-decoration: none;
  margin: 10px 0;
}
#footer ul.list li a {
  color: #c6cacb;
}
#footer ul.list li a:hover {
  color: #f2711f;
}
#footer ul.list li:hover {
  background-position: 0 -29px;
}
ul.contact li {
  margin: 15px 0;
  overflow: hidden;
}
.contact .fabox {
  background: url('../image/default/bg-contact.png') no-repeat;
  color: #292628;
  display: block;
  float: left;
  width: 39px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  margin-right: 8px;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.contact .fabox i {
  padding-left: 3px;
}
/*Footer center*/
.box.cusblock {
  margin: 0;
}
.login-content {
  margin-bottom: 30px;
}
/**
**  Mobile
*/
#headertop .show-mobile {
  position: relative;
}
#headertop .show-mobile button.btn-theme-normal {
  border: none;
  background: transparent;
  line-height: 42px;
  color: #eeeeee;
}
#headertop .show-mobile .inner-toggle {
  background-color: #393b40;
  color: #ffffff;
  position: absolute;
  left: -100px;
  top: 100%;
  min-height: 150px;
  min-height: 100px;
  min-width: 200px;
  z-index: 9999;
  padding: 15px;
  width: 240px;
  height: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#headertop .show-mobile .inner-toggle ul,
#headertop .show-mobile .inner-toggle ol,
#headertop .show-mobile .inner-toggle .links {
  margin: 0;
  width: 100%;
}
#headertop .show-mobile .inner-toggle ul li,
#headertop .show-mobile .inner-toggle ol li,
#headertop .show-mobile .inner-toggle .links li {
  display: block;
  overflow: hidden;
  margin: 0;
}
#headertop .show-mobile .inner-toggle ul li a,
#headertop .show-mobile .inner-toggle ol li a,
#headertop .show-mobile .inner-toggle .links li a {
  color: #ffffff;
}
#headertop .show-mobile .inner-toggle ul li a:hover,
#headertop .show-mobile .inner-toggle ol li a:hover,
#headertop .show-mobile .inner-toggle .links li a:hover {
  background-color: transparent;
  color: #f2711f;
}
#headertop .show-mobile .inner-toggle ul li button,
#headertop .show-mobile .inner-toggle ol li button,
#headertop .show-mobile .inner-toggle .links li button {
  background: none;
  border: none;
  color: #b4b4b4;
  padding: 3px 20px;
}
#headertop .show-mobile .inner-toggle ul li button:hover,
#headertop .show-mobile .inner-toggle ol li button:hover,
#headertop .show-mobile .inner-toggle .links li button:hover {
  color: #f2711f;
  text-decoration: none;
}
#headertop .show-mobile .inner-toggle .btn {
  display: none;
}
#headertop .show-mobile .inner-toggle .text-label {
  font-size: 13px;
  text-transform: none;
  color: #b4b4b4;
}
#headertop .show-mobile .inner-toggle .dropdown-menu {
  display: block;
  border: 0;
  position: static;
  background-color: transparent;
  -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;
}
#headertop .show-mobile .inner-toggle .currency button,
#headertop .show-mobile .inner-toggle .login a {
  color: #ffffff;
}
#headertop .show-mobile .quick-access ul li a {
  padding: 5px 0;
  float: left;
}
#headertop .show-mobile .quick-access ul li a .fa {
  padding-right: 8px;
}
#headertop .show-mobile .pull-left:hover .inner-toggle {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#headertop .show-mobile .quickaccess-toggle {
  color: #eeeeee;
  line-height: 42px;
  font-size: 17px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding: 0;
  width: 42px;
  height: 42px;
}
#headertop .show-mobile .quickaccess-toggle:hover {
  color: #f2711f;
}
#headertop .show-mobile .quickaccess-toggle button {
  border: none;
  width: 30px;
  height: 42px;
  line-height: 42px;
}
#headertop .show-mobile .quickaccess-toggle button i {
  font-size: 16px;
}
.valid {
  margin-top: 12px;
}
.border {
  background-color: #fff;
  border: 1px solid #dcdbdb;
  padding: 5px;
}
/* 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');
}
.pav-megamenu {
  position: relative;
}
.pav-megamenu .product-block .product-inner {
  margin-right: 10px;
}
.pav-megamenu .mega-group .caret {
  display: none;
}
.pav-megamenu .mega-col .mega-col-inner > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.pav-megamenu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.widget-product .product-block:hover .triangle-righttop {
  display: none;
}
.review-form-width {
  margin: 10% auto;
  max-width: 600px;
  position: relative;
}
@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;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -55%;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -55%;
  }
  .row-offcanvas-right.active {
    right: 55%;
  }
  .row-offcanvas-left.active {
    left: 55%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 55%;
  }
  .sidebar-offcanvas .box .box-content {
    border: 1px solid #e9e9e9;
    padding: 3px;
  }
  .sidebar-offcanvas .box ul.box-category li {
    padding: 8px 5px;
    border: none;
  }
  .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;
    font-size: 13px;
  }
  .sidebar-offcanvas .box ul.box-category li a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
  }
  .sidebar-offcanvas .box ul.box-category li a:hover {
    color: #f2711f;
  }
}
/*offcanvas-menu*/
#offcanvasmenu .navbar-nav {
  float: none;
}
#offcanvasmenu .navbar-nav > li {
  float: none;
}
#offcanvasmenu .navbar-nav > li > a {
  background: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
}
#offcanvasmenu .navbar-nav > li > a:hover {
  color: #f2711f;
}
#offcanvasmenu .dropdown-menu {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  float: none;
  margin: 0;
  padding: 0 8px;
  position: static;
  visibility: visible;
  width: auto!important;
  opacity: 1;
  filter: alpha(opacity=100);
}
#offcanvasmenu .dropdown-menu a {
  font-size: 13px;
  padding: 5px 0;
  display: block;
  background: none;
}
#offcanvasmenu .dropdown-menu .widget-video {
  display: none;
}
#offcanvasmenu .dropdown-menu .box-heading {
  color: #f2711f;
}
#offcanvasmenu .w-product {
  padding: 0;
}
#offcanvasmenu .product-block {
  border: none;
}
#offcanvasmenu .product-block .product-zoom,
#offcanvasmenu .product-block .product-label-special {
  display: none;
}
#mainmenutop .navbar-toggle {
  float: left;
}
.offcanvas-menu .button-close-menu {
  color: #424242;
  cursor: pointer;
  float: left;
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.offcanvas-sidebars-buttons {
  margin-top: 25px;
}
#menu-offcanvas .menu-offcanvas-inner {
  padding: 12px;
}
#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;
}
html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  min-height: 100%;
}
.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0;
}
.offcanvas-content,
.offcanvas-content-inner {
  position: relative;
}
.offcanvas-container {
  position: relative;
}
.offcanvas-pusher {
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.offcanvas-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.offcanvas-menu-open .offcanvas-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.offcanvas-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas-menu-open .offcanvas-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* content style */
.offcanvas-menu .pav-menu-video iframe {
  width: 270px;
}
.offcanvas-menu ul.megamenu > li > a,
.offcanvas-menu .dropdown-toggle {
  font-size: 16px;
}
.offcanvas-menu .pavo-widget .menu-title {
  font-weight: normal;
  padding: 10px 0 12px 0;
}
.offcanvas-menu .pavo-widget a {
  border: none;
  padding: 0;
}
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
  lioffcanvas-style: none;
}
.offcanvas-menu ul ul {
  margin-left: 10px;
}
.offcanvas-menu ul ul.list li {
  border-bottom: 1px solid #EEEEEE;
}
.offcanvas-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em;
}
.offcanvas-menu ul 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;
}
.offcanvas-menu ul li:firoffcanvas-child a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}
.offcanvas-menu ul li a:hover {
  color: #f2711f;
  background: #FDFDFD;
}
/*widget*/
.offcanvas-menu .product-block:hover {
  box-shadow: none;
}
.offcanvas-menu .product-block .pav-colorbox {
  display: none !important;
}
.offcanvas-menu .product-block .name {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 5px;
}
.offcanvas-menu .product-block .rating {
  margin-bottom: 8px;
}
.offcanvas-menu .product-block .price {
  font-size: 15px;
  padding: 0;
}
.offcanvas-menu .product-block .price-old {
  float: left;
  line-height: 20px;
}
/* Individual effects */
/* Effect 1: Slide in on top */
.offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.offcanvas-effect-1.offcanvas-menu::after {
  display: none;
}
/* Effect 2: Reveal */
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.offcanvas-effect-2.offcanvas-menu {
  z-index: 1;
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Effect 3: Push*/
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 1;
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Effect 5: Reverse slide out */
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.offcanvas-effect-5.offcanvas-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* RESPONSIVE */
@media (max-width: 480px) {
  #mainmenutop .navbar-nav {
    display: none;
  }
  /*** OFFCANVAS SIDEBAR ***/
  .offcanvas-siderbars {
    position: relative;
  }
  .offcanvas-siderbars .offcanvas-sidebar {
    display: none;
    width: 100%;
  }
  .offcanvas-siderbars.column-left-active #oc-column-left {
    display: block;
  }
  .offcanvas-siderbars.column-right-active #oc-column-right {
    display: block;
  }
  .offcanvas-siderbars.column-left-active .main-column {
    display: none;
  }
  .offcanvas-siderbars.column-right-active .main-column {
    display: none;
  }
}
/******************************************************
 * @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
*******************************************************/
/* Ipad landscape */
@media (min-width: 1200px) {
  .navbar-nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #menu-offcanvas {
    display: none;
  }
  .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #header-main #logo {
    padding-top: 20px;
  }
  #pav-mainnav .navbar {
    margin-left: 0;
  }
  #pav-mainnav .navbar .navbar-nav > li:hover {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
  #search {
    position: relative;
    z-index: 9999;
  }
  #search input {
    width: 90px;
  }
  #search input:active,
  #search input:focus {
    transition: all 0.6s ease 0s;
    width: 200px;
    position: absolute;
    right: 0;
  }
  .product-info .image-additional {
    padding: 0 10px;
  }
  .product-info .image-additional img {
    width: 72px;
  }
  .product-block .product-meta {
    bottom: 43px;
    transform: none;
  }
  .product-block:hover .product-meta {
    bottom: 43px;
    transform: none;
  }
  .box-static li {
    border: none;
  }
  input.inputNew {
    width: 170px;
  }
}
/* Ipad Portrait */
@media (min-width: 768px) and (max-width: 991px) {
  #pavo-mass-bottom {
    display: none;
  }
  #header #cart .dropdown-menu {
    left: auto;
    right: 0;
  }
  #header #cart .dropdown-menu:before {
    right: 100px;
    left: auto;
  }
  #header-main .inner.logo {
    float: none;
    width: 100%;
    text-align: center;
  }
  #header-main #logo {
    padding-bottom: 0;
    display: block;
  }
  #pav-mainnav .navbar {
    margin-left: 0;
  }
  #pav-mainnav .navbar .navbar-nav > li:hover {
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
  }
  .product-info .image-additional {
    padding: 0 10px;
  }
  .product-info .image-additional img {
    width: 67px;
  }
  .product-block .product-meta {
    bottom: 45px;
    transform: none;
  }
  .product-block .column-image {
    width: 45%;
  }
  .box-static li {
    border: none;
  }
}
/* Iphone 5 landscape  */
@media (max-width: 767px) {
  .product-list .group-action {
    display: none !important;
  }
  .product-filter > div {
    margin-bottom: 10px;
  }
  .reassurances-center {
    margin: 10px 0;
  }
  #topbar .show-mobile {
    margin-left: 50px;
  }
  #header-main {
    text-align: center;
  }
  #header-main #pav-mainnav {
    position: absolute;
    top: 0;
    left: 0;
  }
  #header-main #pav-mainnav .navbar {
    margin-left: 0;
  }
  #header-main .header-wrap > * {
    display: inline-block;
    float: none !important;
  }
  #header-main #search {
    display: inline-block;
    float: none !important;
  }
  .navbar-inverse .navbar-toggle {
    display: block;
    float: none;
    width: 45px;
    height: 35px;
    background-color: #f2711f;
    border-color: #f2711f;
    margin-left: 10px;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #f2711f;
  }
  .product-info {
    padding: 10px;
  }
  .product-info .column-image,
  .product-info .column-detail {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .product-block .product-meta {
    bottom: 43px;
    transform: none;
  }
  .product-block:hover .product-meta {
    bottom: 43px;
    transform: none;
  }
  .product-list .product-block .group-item {
    float: none;
    width: auto;
  }
  .product-list .product-block .product-meta {
    float: none;
    width: auto;
  }
  .product-list .product-block .action {
    left: -13%;
    top: 10px;
  }
  #menu-offcanvas embed {
    display: none;
  }
  .zoomContainer {
    display: none;
  }
  .box .box-heading span {
    padding-left: 6px;
    padding-right: 16px;
  }
  #pavo-mass-bottom {
    display: none;
  }
}
/* Iphone 4 + 5 Portrait */
@media (max-width: 480px) {
  .product-info .image-additional img {
    width: 67px;
  }
  .navbar-inverse .navbar-toggle {
    display: block;
    float: none;
    width: 45px;
    height: 35px;
    background-color: #f2711f;
    border-color: #f2711f;
    margin-left: 10px;
  }
  .zoomContainer {
    display: none;
  }
  .producttabs .nav-tabs li a {
    padding: 5px;
  }
}
