/******************************************************
 * @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
*******************************************************/
/*
* tab-nav
*/
/*
* product block
*/
/* buttons */
/*
* htab module
*/
/*
* Mega Menu Module
*/
/*
* Box Modules
*/
/*
* Box Category
*/
/*
*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-color: #6d576b;
  background-image: url("../image/bg-body.png");
  background-position: top center;
  background-repeat: repeat;
  color: #333333;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
}
body {
  overflow-x: hidden;
}
.fs9 {
  font-size: 10px;
}
.fs10 {
  font-size: 11px;
}
.fs11 {
  font-size: 12px;
}
.fs12 {
  font-size: 13px;
}
.fs13 {
  font-size: 14px;
}
.fs14 {
  font-size: 15px;
}
.fs15 {
  font-size: 16px;
}
.fs16 {
  font-size: 17px;
}
.welcome {
  color: #636E75;
  font: Verdana;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}
a {
  outline: none;
  cursor: hand;
  cursor: pointer;
}
a img {
  border: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
ul,
ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
/* TABLE STYLE */
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  margin-bottom: 20px;
}
table.list thead td {
  background-color: transparent;
  padding: 0px 5px;
}
table.list .center {
  text-align: center;
  padding: 7px;
}
table.list tbody td {
  padding: 0px 5px;
}
table.list td {
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
table.list .right {
  text-align: right;
  padding: 7px;
}
table.list .left {
  text-align: left;
  padding: 7px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
input.large-field,
select.large-field {
  width: 300px;
}
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
}
table.form tr td:first-child {
  width: 150px;
}
table.radio {
  width: 100%;
  border-collapse: collapse;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: #F1FFDD;
  cursor: pointer;
}
/*  PAGINATION STYLE */
.paging {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 20px;
  display: block;
  width: 100%;
  margin: 0px;
  background-color: #ffffff;
  border-top: 1px solid #F0F0F0;
  overflow: hidden;
}
.paging .links {
  float: left;
}
.paging .links a {
  border: 1px solid #dddddd;
}
.paging .links a {
  display: inline-block;
  border-left-width: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  padding: 2px 8px;
  text-decoration: none;
  color: #A3A3A3;
}
.paging .links a:hover {
  background-color: #91778e;
  color: #ffffff;
  border: 1px solid #866d83;
}
.paging .links b {
  display: inline-block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  padding: 2px 8px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  background-color: #91778e;
  border: 1px solid #866d83;
}
.paging .results {
  float: right;
  padding-top: 3px;
}
/* button */
input.button {
  margin: 0;
  border: 0;
  min-height: 30px;
  padding: 0px 12px 0px 12px;
}
a.button,
input.button {
  cursor: pointer;
  color: #FFFFFF;
  background: #C9FE34;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.4s ease 0s;
}
a.button:hover,
input.button:hover {
  box-shadow: 0 0 0 20px #C83A3A inset;
}
a.button:hover,
input.button:hover {
  background-position: 0px -24px;
}
a.button {
  display: inline-block;
  text-decoration: none;
  padding: 6px 12px 6px 12px;
}
.buttons {
  background: #ffffff;
  border: 1px solid #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;
}
/* links */
.links {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  padding-top: 6px;
}
.links li {
  display: inline;
  margin-right: 2px;
}
.links li:first-child:before {
  content: "";
  margin-left: 0;
}
.links li:before {
  font-size: 11px;
  margin-right: 2px;
}
ul.list-group li {
  background: url("../image/icon-category.png") no-repeat 15px 17px;
  padding: 10px;
  border-top: 1px dashed #eeeeee;
}
ul.list-group li a {
  padding: 0 25px;
}
ul.list-group li a:hover,
ul.list-group li a:focus,
ul.list-group li a:active {
  text-decoration: none;
  color: #C9FE34;
}
ul.list-group li li {
  padding-left: 30px;
  padding-right: 10px;
  background-position: 25px 50%;
}
ul.list-group li li a {
  padding: 0 10px;
}
ul.list-group li:first-child {
  border-top: 0px;
}
/* tab style */
.htabs {
  min-height: 30px;
  line-height: 16px;
  background-color: #f7f6f7;
}
.htabs a {
  padding: 15px 25px;
  float: left;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #9c7d98;
  display: none;
}
.htabs a.selected {
  background: #92778f;
  color: #ffffff;
}
.tabs-group .tab-content {
  padding: 20px;
}
.tab-content {
  background-color: #ffffff;
  z-index: 2;
  padding: 20px;
}
/* review */
.review-form-width {
  margin: 10% auto;
  max-width: 600px;
  position: relative;
}
.review .fa-stack,
.rating .fa-stack {
  width: 1em;
}
.review .fa-stack-1x,
.rating .fa-stack-1x,
.review .fa-stack-2x,
.rating .fa-stack-2x {
  color: #f5ec58;
  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 {
  font-weight: bold;
}
.required .control-label:before {
  color: #f00;
  content: "* ";
  font-weight: bold;
}
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 6px;
  padding-left: 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: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-top: 15px;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: 13px;
  display: block;
}
.error {
  display: block;
  color: #FF0000;
}
.welcome {
  color: #636E75;
  font: 13px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}
.success {
  background: #eaf7d9 url('../image/success.png') 10px center no-repeat;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-top: 15px;
}
h1 {
  font-size: 26px;
  line-height: 48px;
}
h1 small {
  font-size: 19.5px;
}
h2 {
  font-size: 19.5px;
}
h2 small {
  font-size: 13px;
}
h3 {
  font-size: 16px;
  line-height: 32px;
}
h3 small {
  font-size: 15px;
}
h4 {
  font-size: 15px;
  line-height: 32px;
}
h4 small {
  font-size: 13px;
}
h5 {
  font-size: 14px;
  line-height: 32px;
}
h5 small {
  font-size: 11px;
}
h6 {
  font-size: 13px;
  line-height: 32px;
}
/*form {
	padding: 0;
	margin: 0;
	display: inline;
}*/
input[type='text'],
input[type='password'],
textarea {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 5px;
  margin-left: 0px;
  margin-right: 0px;
}
input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #66AFE9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.btn {
  color: #ffffff;
  font-size: 13px;
  padding: 5px 15px;
  font-family: 'Lato', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.btn:hover,
.btn:focus {
  color: #ffffff !important;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-danger {
  margin: 10px;
}
/******************************************************
 * @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;
}
#page-quickview {
  background-color: #ffffff;
}
body.layout-boxed-md {
  background-image: url("../image/pattern/pattern1.png");
}
body.layout-boxed-md #page {
  max-width: 970px;
}
body.layout-boxed-md #topbar {
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
body.layout-boxed-md #topbar .login {
  display: none;
}
body.layout-boxed-md #header-main .header-right {
  display: none !important;
}
body.layout-boxed-md .product-block .name {
  min-height: 40px;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: normal;
}
body.layout-boxed-md .sidebar .name {
  margin: 0;
  min-height: 15px;
}
body.layout-boxed-md .sidebar .name a {
  font-size: 12px;
}
body.layout-boxed-md .sidebar .price {
  font-size: 11px;
  margin: 0;
}
body.layout-boxed-lg {
  background-image: url("../image/pattern/pattern4.png");
  background-color: #E9C5EA;
}
body.layout-boxed-lg #page {
  max-width: 1170px;
}
body.layout-boxed-lg #topbar {
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
/*
 * HEADER
 */
#header .mini-access {
  padding-left: 5px;
}
#header .mini-access ul {
  padding: 0px;
}
#header .mini-access ul li {
  list-style: none;
  float: left;
  padding: 3px 10px;
  margin: 5px 5px 0px 0px;
}
.container {
  padding: 0px;
}
#topbar {
  color: #c7b3c5;
  font-size: 12px;
  padding: 17px 0 20px;
}
#topbar li a,
#topbar li button {
  font-size: 12px;
  color: #c7b3c5;
  background-color: rgba(201, 168, 197, 0.3);
  padding: 6px 10px;
}
#topbar li button {
  border: none;
}
#topbar li:before {
  color: #f2eef2;
}
#topbar li:hover a,
#topbar li:hover button {
  color: #ffffff;
  background-color: #D38089;
}
#topbar li span {
  margin-right: 10px;
}
.show-mobile {
  margin-left: 5px;
}
.show-mobile button {
  background-color: rgba(201, 168, 197, 0.3);
  color: #c7b3c5;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  padding: 3px 10px;
  border: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.show-mobile button:hover {
  background-color: #C9FE34;
}
.show-mobile .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 5px;
}
.show-mobile .dropdown-menu li {
  border-bottom: 1px dashed #EEEEEE;
}
.show-mobile .dropdown-menu li:hover a {
  color: #e56970 !important;
}
.show-mobile .dropdown-menu li a {
  background-color: transparent !important;
}
#header-main .container {
  background-color: #ffffff;
}
#header-main .header-wrap {
  background-color: #ffffff;
  position: relative;
}
#header-main .inner {
  display: table;
  position: relative;
  height: 100%;
}
#header-main .inner > * {
  display: table-cell;
  vertical-align: middle;
}
#header-main .header-right {
  position: relative;
}
#header-main .show-mobile {
  margin-right: 6px;
  margin-top: 6px;
  text-align: right;
}
#header-main .show-mobile:before,
#header-main .show-mobile:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#header-main .show-mobile:after {
  clear: both;
}
#header-main .show-mobile > div {
  margin: 0;
  padding: 0;
  position: relative;
}
#header-main .show-mobile > div:hover .inner-toggle {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 38px;
  visibility: visible;
}
#header-main .show-mobile .inner-toggle {
  display: block;
  position: absolute;
  background: #ffffff;
  right: 0;
  min-width: 179px;
  padding: 10px;
  z-index: 99999;
  border: 1px solid #E1E1E1;
  border-top: 3px solid #92778f;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 28px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
#header-main .show-mobile ul,
#header-main .show-mobile .links {
  float: none !important;
  padding: 0;
  margin: 0;
  text-align: left;
}
#header-main .show-mobile ul li,
#header-main .show-mobile .links li {
  float: none;
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #EEEEEE;
}
#header-main .show-mobile ul a,
#header-main .show-mobile .links a {
  float: none;
  margin: 0;
  padding: 0;
  line-height: 33px;
  background-color: transparent;
  color: #c7b3c5;
  border: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#header-main .show-mobile ul a:hover,
#header-main .show-mobile .links a:hover {
  padding-left: 10px;
}
#header-main .show-mobile ul a span,
#header-main .show-mobile .links a span {
  margin-right: 5px;
}
#header-main .show-mobile #search {
  padding-top: 0;
  padding-bottom: 0;
}
#header-main .show-mobile .currency ul,
#header-main .show-mobile .language ul {
  text-align: center;
}
#header-main .show-mobile .currency ul li,
#header-main .show-mobile .language ul li {
  width: 20%;
}
#header-main .show-mobile .quick-user .inner-toggle {
  right: -136px;
}
#header-main .show-mobile .quick-access .inner-toggle {
  right: -90px;
}
#header-main .show-mobile .search .inner-toggle {
  right: -44px;
}
/*
#logo{
    padding: 16px 0 0 25px;
    text-align: center;
}*/
.logo-store {
  padding: 16px 0 0 25px;
}
.logo-store a {
  display: inline-block;
}
#logo-theme a {
  background: url('../image/logo.png') no-repeat;
  width: 162px;
  height: 45px;
}
#logo-theme a span {
  display: none;
}
/*
 * Container
 */
/*
 * NAVIGATION
 */
.navbar-header {
  float: right;
}
.navbar-inverse {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
/*
 * SLIDESHOW
 */
/*
 * SHOWCASE
 */
/*
 * PROMOTION TOP
 */
/*
 * MAIN CONTENT
 */
.content-product #content {
  background-color: transparent;
  padding: 0px;
}
#content {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
}
#content h1 {
  margin-top: 0px;
}
#content_product {
  background: #ffffff;
}
.sidebar [class*="col-"] {
  width: 100%;
}
.sidebar .box .box-content {
  background-color: #ffffff;
  padding: 20px;
}
.sidebar .box .box-content .product-block:hover {
  background: none transparent;
}
.sidebar .box.highlighted .box-heading {
  background-color: #C9FE34;
  background-image: url("../image/box-heading.png");
  background-repeat: no-repeat;
  background-position: 15px 16px;
  padding-left: 40px;
}
.sidebar .box.highlighted .box-content {
  padding: 0;
}
.tabs-group {
  margin-bottom: 20px;
}
/* FOOTER*/
#footer {
  background: none;
  min-height: 100px;
  border-top: 1px solid darker(none, 20%);
  border-bottom: 1px solid darker(none, 20%);
  color: #a1a5ab;
}
#footer:before,
#footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#footer:after {
  clear: both;
}
#footer .box .box-heading {
  background: none;
  border: none;
  color: #e8e6e8;
  font-size: 15.6px;
  padding: 8px 0px;
  margin-bottom: 20px;
  font-weight: 600;
}
#footer .box .box-content {
  background: none;
  border: none;
}
#footer .footer-center .footer-center-wrap {
  background-color: #352d35;
  padding: 30px 30px 30px 30px;
}
#footer .footer-center .footer-center-wrap .list {
  padding: 0px;
}
#footer .footer-bottom {
  margin-bottom: 50px;
}
#footer .footer-bottom .box {
  margin-bottom: 0px;
}
#footer .footer-bottom .box p {
  margin: 0px;
}
#footer h3 {
  color: #e8e6e8;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 8px;
}
#footer .column a {
  text-decoration: none;
  color: #a1a5ab;
}
#footer .column ul {
  margin-top: 0px;
}
#footer li a {
  color: #a1a5ab;
  font-size: 13.65px;
}
#footer li a:hover {
  text-decoration: none;
  color: #e56970;
}
#footer .list li {
  list-style: disc inside url('../image//icon-style-li.png');
  line-height: 2.28571429;
}
.footer-bottom .box-content {
  font-size: 14.3px;
}
.footer-bottom .box-content span {
  color: #e56970;
}
.footer-bottom .box-content ul {
  float: right;
}
.footer-bottom .box-content ul li {
  float: left;
  margin-left: 20px;
}
/* POWER BY */
#powered {
  margin-bottom: 35px;
  text-align: left;
  clear: both;
  color: #333333;
}
#powered .wrap-powered {
  background-color: #e4e1e4;
  padding: 20px 30px;
  overflow: hidden;
}
#powered .wrap-powered a {
  color: #e56970;
}
a.powered {
	background: url('../image/ewebstore_logo_sm.png') left top no-repeat;
	width: 120px;
	height: 29px;
	display: inline-block;
	float: right;
	margin: -5px 0 8px 5px;
}
.clearboth{
	clear: both;
}
.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 */
.box {
  margin-bottom: 20px;
  /* box styles */
}
.box .box-heading {
  padding: 15px 20px;
  font-family: 'Lato', sans-serif;
  font-size: 18.2px;
  color: #F2F1F3;
  font-weight: normal;
  line-height: 14px;
  background-color: #92778f;
}
.box .box-content li {
  list-style: none;
}
.box .box-content img {
  text-align: center;
}
.box .box-content .image {
  text-align: center;
}
.box.highlighted .box-heading,
.box.orange .box-heading,
.box.dark .box-heading,
.box.green .box-heading,
.box.maroon .box-heading,
.box.blue .box-heading,
.box.gray .box-heading,
.box.pink .box-heading,
.box.red .box-heading {
  border-bottom: 1px dashed #ffffff;
  color: #ffffff;
}
.box.orange .box-heading {
  background: #fbb450;
}
.box.orange .box-content {
  background: #f89406;
}
.box.orange li {
  border-top-color: #fbb450;
}
.box.orange a {
  color: #B66B00;
}
.box.orange a:hover {
  color: #6F4100;
}
.box.dark {
  background: #000000;
}
.box.dark a {
  color: #777;
}
.box.dark a:hover {
  color: #888;
}
.box.green {
  background: #46a546;
}
.box.green a {
  color: #63E063;
}
.box.green a:hover {
  color: #43F043;
}
.box.maroon {
  background: #F35D34;
}
.box.maroon a {
  color: #B4300D;
}
.box.maroon a:hover {
  color: #C93F19;
}
.box.blue {
  background: #049cdb;
}
.box.blue a {
  color: #47C9FF;
}
.box.blue a:hover {
  color: #0073A3;
}
.box.gray {
  background: #555555;
}
.box.gray a {
  color: #999;
}
.box.gray a:hover {
  color: #777;
}
.box.pink {
  background: #c3325f;
}
.box.pink a {
  color: #FF5C8F;
}
.box.pink a:hover {
  color: #FA2E6E;
}
.box.red {
  background: #9d261d;
}
.box.red a {
  color: #EE4538;
}
.box.red a:hover {
  color: #DA3F33;
}
.box.nopadding .box-content {
  padding: 0;
}
.box-content .box-product {
  background-color: #ffffff;
}
/**
/*
* box category
*/
.sidebar .products-block .product-zoom,
.sidebar .products-block .pav-colorbox {
  display: none;
}
.sidebar .products-block .products-row .product-col:before {
  background: none;
}
/* box filter */
.box-filter,
.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-filter > li ul {
  padding-bottom: 10px;
}
.box-filter span {
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
/******************************************************
 * @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 ul {
  padding: 0px;
  float: left;
}
.language ul li {
  float: left;
  list-style: none;
}
.language ul li a {
  padding: 5px 5px 7px !important;
  float: left;
}
.language ul li a img {
  vertical-align: center;
}
/* currency */
.currency ul {
  margin-right: 5px;
  padding: 0px;
  float: left;
}
.currency ul li {
  list-style: none;
  float: left;
}
.currency ul li a {
  font-size: 11pt !important;
  padding: 5px 10px !important;
}
.currency ul li a b {
  color: #C9FE34;
}
.currency ul li:hover b {
  color: #ffffff;
}
/* logo */
/* login */
.login ul {
  padding: 0px;
  float: left;
}
.login ul li {
  float: left;
  list-style: none;
  padding-top: 6px;
  margin-right: 5px;
}
/* Header info */
#cart {
  position: relative;
}
#cart .btn-mini-cart {
  min-height: 81px;
  padding: 0;
  width: 145px;
  background-color: #C9FE34;
  position: relative;
}
#cart .btn-mini-cart .wrap-cart {
  position: absolute;
  bottom: 15px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  min-height: 50px;
}
#cart .btn-mini-cart .wrap-cart .icon-cart {
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#cart .btn-mini-cart:hover #cart-total {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
  margin: 0;
}
#cart .btn-mini-cart:hover .icon-cart {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  top: 23px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  -o-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  -ms-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
#cart #cart-total {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  margin-top: 13px;
}
#cart .dropdown-menu {
  width: 450px;
  border-top: 3px solid #C9FE34;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  padding: 0;
}
#cart .checkout {
  text-align: left;
  clear: both;
}
#cart .empty {
  padding-top: 50px;
  text-align: center;
}
#cart.active .content {
  display: block;
}
.mini-access ul li {
  border: 1px solid #555555;
}
.mini-access ul li a {
  font-size: 14pt;
}
.mini-access ul li a:hover {
  color: #665464;
}
.mini-access ul li:hover {
  cursor: pointer;
  border: 1px solid #665464;
}
.mini-access ul li.open .dropdown-menu {
  display: block;
  height: auto;
  opacity: 1;
}
.mini-access ul .dropdown-menu {
  border: none;
  border-top: medium none;
  display: none;
  height: 0;
  left: auto;
  opacity: 0;
  padding: 6px 15px;
  right: -10px;
  transition: all 0.5s ease 0s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  top: 150%;
}
.mini-access ul .dropdown-menu #currency {
  margin-bottom: 5px;
}
.mini-access ul .dropdown-menu #currency a:hover {
  color: #C9FE34;
}
.mini-access ul .dropdown-menu #language,
.mini-access ul .dropdown-menu #currency {
  text-align: center;
}
.mini-cart-total {
  background-color: #333333;
  padding: 10px;
  /* text-align: left;
  margin: 0px -10px;*/
}
.mini-cart-total .button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.mini-cart-total tr {
  float: left;
  width: 100%;
}
.mini-cart-total tr td {
  color: #ffffff;
  padding: 4px;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px 5px;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info .image img {
  border: 1px solid #EEEEEE;
  text-align: left;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-info td.total {
  text-align: right;
  color: #f2797f;
}
/*
 * search module
 */
#search,
#search_mobile_input {
  position: relative;
}
#search .button-search,
#search_mobile_input .button-search {
  background: url('../image/button-search.png') no-repeat center center;
  width: 35px;
  height: 15px;
  height: 27px;
  width: 30px;
  position: absolute;
  right: 5px;
  top: 3px;
  cursor: pointer;
  border: none;
}
#search input,
#search_mobile_input input {
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #928190;
  padding: 7px;
  width: 100%;
  text-align: left;
  font-family: 'Lato', sans-serif;
}
/* sidebar */
.sidebar .box .box-heading {
  background-color: #92778f;
  font-size: 19.5px;
  color: #ffffff;
  border: 0;
}
.sidebar .highlight img {
  transform: scale(1);
  transform-style: preserve-3d;
  transition: transform 0.15s linear 0s;
}
.sidebar .highlight img:hover {
  transform: scale(0.96);
}
.sidebar .highlight .box-content {
  text-align: center;
  padding: 10px 0px;
  border: 0;
}
.sidebar .product-block:hover .image img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sidebar .category .badge {
  border-radius: 0px;
}
.sidebar .special .product-label-special {
  display: none;
}
.sidebar .row:last-child [class*="col-"] .product-block {
  border-bottom: 0;
}
.sidebar .product-block {
  margin-bottom: 0;
  padding: 10px 0;
}
.sidebar .product-block:before,
.sidebar .product-block:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sidebar .product-block:after {
  clear: both;
}
.sidebar .product-block .product-meta {
  position: inherit;
}
.sidebar .product-block .image {
  float: left;
  margin-right: 10px;
  border-bottom: none;
  padding-bottom: 0;
  width: 90px;
}
.sidebar .product-block .wishlist,
.sidebar .product-block .compare,
.sidebar .product-block .cart {
  display: none;
}
.sidebar .product-block .name {
  margin: 0;
}
.nav-tabs {
  border-bottom: none;
  background-color: #f7f6f7;
}
.nav-tabs li {
  margin-bottom: 0px;
}
.nav-tabs li a {
  font-size: 13pt;
  color: #9c7d98;
  padding: 10px 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-right: 0px;
  border: none;
}
.nav-tabs li.active a {
  color: #ffffff;
  background-color: #92778f;
  border: none;
}
.nav-tabs li.active a {
  background-color: #92778f;
  border: none;
  color: #fff;
}
.nav-tabs li.active a:hover {
  background-color: #92778f;
  border: none;
  color: #fff;
}
.nav-tabs li.active a:focus {
  background-color: #92778f;
  border: none;
  color: #fff;
  outline: none;
}
/* product-tabs */
/* product-block */
.products-block {
  background-color: #ffffff;
  padding: 0px 20px;
}
.products-block .products-row .product-col:before {
  background: none repeat scroll 0 0 #F4F4F4;
  content: "";
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  width: 1px;
}
.products-block .products-row .product-col:last-child:before {
  display: none;
}
.products-block .products-row:last-child .product-col {
  border-bottom: 0;
}
.products-block .product-col {
  border-bottom: solid 1px #F4F4F4;
}
.product-block {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #F4F4F4;
}
.product-block h3 {
  line-height: 22px;
  margin-top: 5px;
}
.product-block:last-child {
  border-right: none;
}
.product-block .product-meta {
  padding: 10px 0;
  position: relative;
}
.product-block .image {
  display: block;
  text-align: center;
  position: relative;
}

/*Sold Out Sticker*/
.product-block .image img.soldout, img.soldout{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 40%;
}

.product-block .image .img:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  text-align: left;
}
.product-block .image .product-label-special {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #D9534F;
  z-index: 10;
}
.product-block .image .product-zoom {
  position: absolute;
  top: 40%;
  right: 0%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 10;
  padding: 5px 9px;
  background-color: #777577;
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.product-block .image .face {
  transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-block .image .faceback {
  position: absolute;
  text-align: center;
  top: 0px;
  width: 100%;
  left: 0;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.product-block:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-block:hover .image .product_quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: -52px;
  left: 50%;
  text-align: center;
}
.product-block:hover .image .product_quickview a {
  text-decoration: none;
}
.product-block:hover .image .img:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block:hover .image .faceback {
  transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  visibility: visible;
  opacity: 1;
}
.product-block:hover .image .product-zoom {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 42%;
}
.product-block:hover .compare a,
.product-block:hover .wishlist a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block:hover .cart input.button {
  background-color: #E56970;
  background-image: url('../image/cart2.png');
  background-repeat: no-repeat;
  background-position: 0px -31px;
  box-shadow: none;
}
.product-block .compare a,
.product-block .wishlist a {
  color: #ffffff;
  line-height: 30px;
  font-size: 15px;
  text-decoration: none;
  width: 32px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 6;
  cursor: pointer;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block .compare a:hover,
.product-block .wishlist a:hover {
  color: #ffffff;
}
.product-block .compare a span,
.product-block .wishlist a span {
  display: none;
}
.product-block .compare a:hover,
.product-block .wishlist a:hover {
  box-shadow: 0 0 0 20px #E56970 inset;
}
.product-block .wishlist a {
  right: 19%;
}
.product-block .compare a {
  right: 0;
}
.product-block .price-tax {
  display: none;
}
.product-block a:hover {
  color: #df6160;
}
.product-block .product_quickview {
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  top: 60%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  position: absolute;
  background-color: #7f7f7f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 5;
}
.product-block .product_quickview a {
  padding: 0 10px;
  line-height: 30px;
  color: #ffffff;
}
.product-block .product_quickview a span {
  margin-right: 6px;
}
.product-block .rating {
  display: block;
  margin-bottom: 10px;
}
.product-block .norating {
  height: 29px;
}
.product-block .price-new {
  font-weight: bold;
}
.product-block .name a {
  color: #3d3d3d;
  font-size: 16.25px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}
.product-block .name a:hover {
  color: #C9FE34;
}
.price-old {
  color: #555555;
  text-decoration: line-through;
}
.product-block .price {
  font-weight: normal;
  color: #f2797f;
  margin: 6px 0px 8px;
  font-size: 16.25px;
}
.compare a,
.wishlist a {
  background-color: #555255;
}
/* cart */
.cart {
  margin-bottom: 3px;
}
.cart .button {
  background-color: #555255;
  background-image: url('../image/cart2.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0px 10px 0px 35px;
  height: 30px;
  font-size: 13.65px;
  box-shadow: none;
  text-transform: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: none;
  color: #fff;
}
.cart .button:hover {
  background-color: #E56970;
  background-image: url('../image/cart2.png');
  background-repeat: no-repeat;
  background-position: 0px -31px;
}
/*
 *  Product-related
 */
/*
 * special
 */
/*
 * breadcrumb
 */
.breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #947e92;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#80947E92', EndColorStr='#80947E92q');
  padding: 13px 20px;
  max-width: 1170px;
  margin: 0px auto 20px;
}
.breadcrumb li a {
  color: #ffffff;
}
.breadcrumb li:last-child a {
  color: #e56970;
}
.pav-carousel {
  background-color: #e6e4e6;
  text-align: center;
  padding: 40px 0px 48px;
  margin-bottom: 0px;
  overflow: hidden;
}
.pav-carousel .carousel {
  padding: 0px 90px;
}
.pav-carousel .carousel .item-inner img {
  box-shadow: 0px 0px 5px #ccc;
  background-color: #ffffff;
}
.pav-carousel .box-heading {
  font-size: 22pt;
  background-image: url('../image/tit-partners.png');
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 45px;
  font-weight: 400;
  background-color: transparent;
  color: #3F3D3F;
}

/*Custom CSS for Product Tab for Homepage ------*/
.producttabs .tab-content.box-content{
	position: relative;
}
.carousel-controls.producttabs{
	position: absolute;
	right: 16px;
	top: -44px;
	width: 54px;
}
.carousel-controls.producttabs .carousel-control {
	border: none;
	border-radius: none;
}
.carousel-controls.producttabs .carousel-control {
  top: 0px;
  color: #000000;
  font-size: 32px;
  text-shadow: none;
}
.carousel-controls.producttabs .carousel-control:hover,
.carousel-controls.producttabs .carousel-control:focus {
  color: #505050;
}
.carousel-controls.producttabs .carousel-control.left {
  background: none !important;
}
.carousel-controls.producttabs .carousel-control.right {
  background: none !important;
}
/*End of Custom CSS for Product Tab ------------*/

.carousel-controls {
  position: absolute;
  right: 0;
  width: 45px;
  height: 20px;
}
.carousel-controls .carousel-control {
  border: 1px solid #dfdfdf;
  width: 20px;
  color: #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.carousel-control {
  top: 0px;
  color: #000000;
  font-size: 45.5px;
  text-shadow: none;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #665464;
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(transparent), to(transparent));
  background-image: -webkit-linear-gradient(left, color-stop(transparent 0%), color-stop(transparent 100%));
  background-image: -moz-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(transparent), to(transparent));
  background-image: -webkit-linear-gradient(left, color-stop(transparent 0%), color-stop(transparent 100%));
  background-image: -moz-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
/* 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;
}
.zoomContainer .zoomWindow {
  border: 4px solid #eeeeee !important;
  display: none;
}
/*
 * social links
 */
.social ul {
  padding: 0px;
}
.social ul li {
  width: 30px;
  height: 30px;
  float: left;
  list-style: none;
  text-align: center;
  margin-right: 15px;
  background-color: #a1859e;
  padding-left: 3px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  transition: all 0.4s ease 0s;
}
.social ul li:hover {
  box-shadow: 0 0 0 20px #e56970 inset;
  background-color: #e56970;
}
.social ul li a {
  color: #ffffff;
  line-height: 30px;
}
.social ul li a [class^="icon-"],
.social ul li a [class*=" icon-"] {
  color: #ffffff;
}
.social ul li a:hover {
  text-decoration: none;
}
/*
 * Contact-Us (Footer-center)
 */
.contact-us ul {
  padding: 0px;
}
.contact-us ul li {
  line-height: 2.85714286;
  list-style: none;
}
.newsletter .form-control {
  height: 34px;
  border: none;
}
.newsletter .input-group-btn {
  vertical-align: middle;
}
.newsletter .btn-newletter {
  background-color: #a1859e;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border: none;
  height: 34px;
}
.newsletter .btn-newletter:hover {
  box-shadow: 0 0 0 20px #C9FE34 inset;
  color: #ffffff;
  background-color: #C9FE34;
}
/*
 * Newsletter-Us (Footer-center)
 */
/* .newsletter{
  p{
    margin-top: 10px;
  }
  input.inputNew{
      border: none;
      width: 80%;
      padding: 7px 7px 7px;
      height: 33px;
      background:@input-bg;
      color: @gray-dark;
  }
.btn-newletter{
    background-color: @btn-default-bg;
    border: none;
    padding: 7px 10px;
    height: 33px;
    .rounded-corners(0px);
    margin-left: -3px;
    color: @btn-default-color;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    &:hover{
      box-shadow: 0 0 0 20px @btn-default-bg-hover inset;
      color: @btn-default-color;
      background-color: @btn-default-bg-hover;
  }
}
}*/
#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;
}
.producttabs .tab-content {
  padding: 0 !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
*******************************************************/
/* page-quickview*/
#page-quickview {
  background-color: #ffffff;
}
/* home page */
.page-home #columns,
.page-common-home #columns {
  margin-bottom: 0;
}
.page-home #content,
.page-common-home #content {
  background-color: #ffffff;
  padding: 0;
}
.subcategories .panel-heading {
  margin-bottom: 0;
}
.category-info {
  background: #ffffff;
  margin-bottom: 20px;
}
.category-info p {
  margin: 0px;
  padding: 15px;
}
/* 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;
  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 span {
  margin-right: 10px;
  color: #ffffff;
}
.product-filter .product-compare a span {
  color: #333333;
}
.product-filter {
  padding: 8px 15px;
  background-color: #92778f;
  overflow: hidden;
}
.product-filter .sort {
  float: right;
  color: #333;
}
.product-filter .sort select {
  padding: 5px 10px;
  border: none;
}
.product-filter .limit {
  margin: 0px 15px;
  float: right;
  color: #333;
}
.product-filter .limit select {
  padding: 5px 10px;
  border: none;
}
.product-filter .display {
  float: left;
  color: #333;
  padding: 5px 0px;
}
.product-filter .display button {
  border: none;
  background: none;
  padding: 0 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-filter .display a > span {
  margin: 0 3px;
}
.product-filter .display a > em {
  display: none;
}
.product-filter .display a.active {
  color: red;
}
.product-filter .product-compare {
  float: right;
  font-weight: bold;
  background: #ffffff;
  padding: 5px 10px;
}
.product-filter .product-compare a {
  text-decoration: none;
  font-weight: normal;
}
/* product list mode  */
.product-list .product-block {
  width: 100%;
  float: left;
  border-right: none;
}
.product-list .product-block .compare-list a,
.product-list .product-block .wishlist-list a {
  float: left;
  width: 100%;
  bottom: 0;
}
.product-list {
  background-color: #ffffff;
}
.product-list .product-col {
  width: 100%;
}
.product-list .price-old {
  color: #F00;
}
.product-list .rating {
  color: #7B7B7B;
}
.product-list .cart {
  margin-bottom: 3px;
}
.product-list .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #BBBBBB;
}
.product-list .price-new {
  font-weight: bold;
}
.product-list .name {
  margin: 0px;
}
.product-list .name a {
  text-decoration: none;
}
.product-list .image {
  float: left;
  margin-right: 10px;
}
.product-list .price {
  margin-left: 8px;
  color: #333333;
  font-size: 16.25px;
}
.product-list .description {
  line-height: 15px;
  margin: 15px 0px;
}
.product-list .right {
  float: right;
  margin-left: 15px;
}
.product-list .product-meta .wishlist a,
.product-list .product-meta .compare a {
  color: #4e4c4e;
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  bottom: 0;
  left: 0;
  width: auto;
  display: flex;
  background-color: transparent;
}
.product-list .product-meta .wishlist a:hover,
.product-list .product-meta .compare a:hover {
  color: #df6160;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-list .product-meta .wishlist a span,
.product-list .product-meta .compare a span {
  padding-left: 5px;
  display: inline-block;
}
.product-list .product-meta .wishlist .tooltip,
.product-list .product-meta .compare .tooltip {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-list:hover .product-meta .wishlist {
  left: 0;
}
.product-list:hover .product-meta .compare {
  right: 0;
}
/* product grid mode */
.product-grid {
  position: relative;
  background-color: #ffffff;
}
.product-grid .description {
  display: none;
}
.product-grid .brand-wrap .product-block .norating {
  height: 23px;
}
.col-product {
  border-right: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  padding: 0px;
  background-color: #ffffff;
}
.col-product:last-child {
  border-right: none;
}
.product-grid .wishlist,
.product-grid .compare {
  margin-bottom: 3px;
}
/*
 *  BRAND PRODUCTS PAGE
 */
.brand-wrap {
  padding: 0px 20px;
}
/*
 * PRODUCT INFORMATION PAGE
 */
.product-info {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
}
.product-info h1 {
  padding: 0px;
  margin: 0px;
  line-height: normal;
}
.product-info .cart {
  color: #4D4D4D;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
  color: #999;
}
.product-info .cart .links {
  display: inline-block;
  vertical-align: middle;
}
.product-info .cart div > 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 {
  border: 1px solid #E7E7E7;
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  text-align: left;
}
.product-info .text-price {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #f2797f;
}
.product-info .text-price .reward {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info .text-price .discount {
  font-weight: normal;
  font-size: 12px;
  color: #4D4D4D;
}
.product-info .reward {
  color: #f2797f;
}
.product-info .description {
  padding: 5px 0;
  margin: 10px 0;
  line-height: 20px;
  color: #4D4D4D;
}
.product-info .description a {
  color: #4D4D4D;
  text-decoration: none;
}
.product-info .description b {
  color: #222222;
  font-weight: bold;
}
.product-info .image-additional {
  padding: 0px 30px;
  text-align: center;
  /*clear: both;
        overflow: hidden;*/
}
.product-info .image-additional a {
  display: inline-block;
  margin: 0 3px 10px ;
}
.product-info .image-additional img {
  border: 1px solid #E7E7E7;
  height: 74px;
}
.product-info .image-additional .carousel-control {
  top: 15px;
  cursor: pointer;
}
.product-info .image-additional .carousel-control:focus {
  color: #000000;
}
.product-info .image-additional .carousel-control:hover {
  color: #000000;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.product-info .options {
  padding: 0px 5px 10px 5px;
  margin-bottom: 10px;
  color: #000000;
}
.product-info .review {
  color: #4D4D4D;
  margin: 10px 0;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.product-info .review > div {
  padding: 8px;
  line-height: 20px;
}
.product-info .review > div > span {
  color: #38B0E3;
}
.product-info .quantity-adder {
  font-size: 17px;
  position: relative;
  margin: 10px 0px;
}
.product-info .quantity-adder input {
  margin-right: 2px;
  font-size: 17px;
  height: 39px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.product-info .quantity-adder span {
  font-size: 19px;
  cursor: pointer;
  position: absolute;
  line-height: 1;
  width: 19px;
  height: 19px;
  background-color: #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
}
.product-info .quantity-adder span.add-up {
  font-size: 21px;
  top: 0px;
  left: 88px;
}
.product-info .quantity-adder span.add-down {
  font-size: 21px;
  top: 20px;
  left: 88px;
}
.product-info .product-action {
  margin-bottom: 10px;
}
.product-info .product-action .wishlist a,
.product-info .product-action .compare a {
  color: #ffffff;
  line-height: 30px;
  font-size: 15px;
  display: inline-block;
  padding: 0px 15px;
  margin-left: 5px;
  transition: all 0.4s ease 0s;
}
.product-info .product-action .wishlist a:hover,
.product-info .product-action .compare a:hover {
  box-shadow: 0 0 0 20px #C83A3A inset;
}
.product-info .product-action .wishlist span,
.product-info .product-action .compare span {
  display: none;
}
.product-info .product-action .cart {
  float: left;
}
.product-info .label {
  position: absolute;
  background-color: #D9534F;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.products-related {
  position: relative;
}
.products-related .carousel-control {
  color: #ffffff;
  font-size: 10px;
  line-height: 18px;
}
.products-related .carousel-controls {
  top: 13px;
  right: 10px;
}
.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 #e7e7e7;
  border-left: 1px solid #e7e7e7;
  margin-bottom: 20px;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.compare-info {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
}
.compare-info .price-old {
  font-weight: bold;
  color: #F00;
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info td {
  padding: 7px;
  width: 20%;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.compare-info tr td:first-child {
  font-weight: bold;
  text-align: right;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
/*
 * 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 #e7e7e7;
}
.wishlist-info thead .image {
  text-align: center;
}
.wishlist-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #e7e7e7;
}
.wishlist-info tbody .action img {
  cursor: pointer;
}
.wishlist-info tbody .image {
  text-align: center;
}
.wishlist-info tbody .image img {
  border: 1px solid #e7e7e7;
}
.wishlist-info tbody .price s {
  color: #F00;
}
.wishlist-info td {
  padding: 7px;
}
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  margin-bottom: 20px;
}
/**
 * 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;
}
.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right;
}
.cart-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #e7e7e7;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #e7e7e7;
}
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody .image img {
  border: 1px solid #e7e7e7;
}
.cart-info tbody span.stock {
  color: #F00;
  font-weight: bold;
}
.cart-info td {
  padding: 7px;
}
.cart-info table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.cart-total {
  border-top: 1px solid #e7e7e7;
  overflow: auto;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
.cart-total table {
  float: right;
}
.cart-info thead .price,
.cart-info thead .total {
  text-align: right;
}
/*
 * CHECKOUT PAGE
 */
.checkout-heading {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  padding: 8px;
  font-weight: bold;
  font-size: 14px;
  color: #555555;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #e7e7e7;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #e7e7e7;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #e7e7e7;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  margin-bottom: 20px;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
/*
 * CONTENT INFOMATION
 */
.sitemap-info {
  overflow: auto;
  margin-bottom: 40px;
}
.contact-info {
  overflow: auto;
}
.contact-form .contact-customhtml,
.contact-info .contact-customhtml {
  padding: 20px;
  background-color: #E2E2E2;
}
.contact-form .navbar-form,
.contact-info .navbar-form {
  padding: 0;
}
.contact-info ul,
.contact-address ul {
  padding: 0;
}
.contact-info li,
.contact-address li {
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  height: 65px;
}
.contact-info li .fa,
.contact-address li .fa {
  font-size: 26px;
  float: left;
  width: 30px;
  padding-left: 5px;
  line-height: 35px;
  margin-right: 10px;
}
#content .content {
  margin: 10px 0;
}
.product-extra input[type="radio"],
.product-extra input[type="checkbox"] {
  float: left;
  margin-left: -20px;
  margin-top: 0;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -10px;
  margin-right: 10px;
}
.pav-megamenu {
  margin-bottom: 0px;
}
.pav-megamenu .navbar-nav li:before {
  width: 0%;
  height: 3px;
  background-color: #C9FE34;
  top: 0;
  content: "";
  position: absolute;
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.pav-megamenu .navbar-nav li:hover:before {
  width: 100%;
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.pav-megamenu .navbar-nav li:hover a {
  color: #C9FE34;
}
.pav-megamenu .navbar-nav li:hover a .caret {
  border-top-color: #C9FE34;
}
.pav-megamenu .navbar-nav li a {
  color: #9c7898;
  font-size: 13.52px;
  text-transform: uppercase;
  padding: 31px 20px;
  display: block;
}
/*This is to line up the categories with the logo ---------*/
.pav-megamenu .navbar-nav > li:first-child a {
	padding-left: 0;
}
.pav-megamenu .navbar-nav li a:hover {
  color: #C9FE34;
}
.pav-megamenu .navbar-nav li a:hover .caret {
  border-top-color: #C9FE34;
}
.pav-megamenu .navbar-nav li a:focus {
  color: #C9FE34;
}
.pav-megamenu .navbar-nav li .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 15px 25px;
}
.pav-megamenu .navbar-nav li .dropdown-menu li {
  border-bottom: 1px solid #eeeeee;
  border-top: none;
}
.pav-megamenu .navbar-nav li .dropdown-menu li:before {
  display: none;
}
.pav-megamenu .navbar-nav li .dropdown-menu li:hover {
  border-top: none;
}
.pav-megamenu .navbar-nav li .dropdown-menu li:last-child {
  border-bottom: none;
}
.pav-megamenu .navbar-nav li .dropdown-menu a {
  text-transform: none;
  background: none;
  border-top: none;
  line-height: 38px;
  padding: 0;
  color: #6E6E6E;
}
.navbar-nav .dropdown-menu {
  border: none;
  display: block;
  min-width: 230px;
}
.navbar-nav .dropdown-menu > .dropdown-menu-inner {
  padding: 0px;
}
.navbar-nav .dropdown-menu .row {
  margin-bottom: 0 !important;
}
.pavo-widget .widget-heading {
  color: #21272C;
  line-height: 25px;
  padding: 10px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.pav-megamenu .navbar {
  margin-bottom: 0px;
  border: none;
}
.pav-megamenu .navbar ul.nav > li.aligned-fullwidth {
  position: static;
}
.pav-megamenu .navbar ul.nav > li.aligned-fullwidth > .dropdown-menu {
  width: 100%!important;
}
.pav-megamenu .navbar ul.nav > li.aligned-fullwidth > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  left: 0;
  width: 100%;
}
.pav-megamenu .navbar ul.nav > li.aligned-right .dropdown-menu {
  right: 0;
  left: auto;
}
.pav-megamenu .navbar ul.nav > li.aligned-right .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  right: 100%;
}
.pav-megamenu .navbar ul.nav > li.aligned-left .dropdown-menu {
  left: 0;
  right: auto;
}
.pav-megamenu .navbar ul.nav > li.aligned-left .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  left: 100%;
}
.pav-megamenu .navbar ul.nav > li.aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.pav-megamenu .dropdown-menu {
  border-top: 3px solid #C9FE34;
  min-width: 250px;
  display: none;
}
.pav-megamenu .mega-group .caret {
  display: none;
}
.pav-megamenu .mega-group > .dropdown-toggle {
  display: block;
  font-weight: bold;
  padding: 6px 5px;
  border-bottom: solid 1px #e5e5e5;
}
.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;
  position: relative;
}
.pav-megamenu .mega-col .mega-col-inner ul li a {
  clear: both;
  /*color: #21272C;*/
  display: block;
  line-height: 25px;
  border: none;
  padding: 5px 0px;
  text-transform: none;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.pav-megamenu .mega-col .mega-col-inner ul li a:hover {
  border-top: none;
  color: #C9FE34;
  padding-left: 20px;
  background-image: url('../image/circle-li.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.pav-megamenu .dropdown-submenu:hover .level2 {
  display: block;
}
.pav-megamenu .dropdown-submenu .level2 .dropdown-submenu:hover .level3 {
  display: block;
}
.pav-megamenu .dropdown-submenu > .dropdown-menu {
  left: 100%;
  top: 0;
}
.pav-megamenu .cols2 {
  width: 420px;
}
.pav-megamenu .cols3 {
  width: 620px;
}
.pav-megamenu .cols4 {
  width: 820px;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
#mainmenutop .navbar-toggle {
  float: left;
  background-color: #665464;
  border: none;
}
#mainmenutop .navbar-toggle:hover {
  background-color: #C9FE34;
}
#menu-offcanvas .menu-offcanvas-inner {
  padding: 12px 0px;
  background-color: #ffffff;
}
#menu-offcanvas .dropdown .dropdown-menu {
  display: block;
  position: relative;
  float: none;
  padding: 0px 0px 5px 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  border: none;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-mega {
  padding: 0px 0px 5px 15px;
}
/*Widget Menu*/
.widget-product-list .product-block {
  text-align: center;
  border-right: none;
  border-bottom: 1px solid #F4F4F4;
}
.canvas-menu {
  margin: 10px;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(http://fonts.gstatic.com/s/lato/v11/boeCNmOCCh-EWFLSfVffDg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(http://fonts.gstatic.com/s/lato/v11/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v11/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(http://fonts.gstatic.com/s/lato/v11/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(http://fonts.gstatic.com/s/lato/v11/BVtM30trf7q_jfqYeHfjtA.woff) format('woff');
}
/******************************************************
 * @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
*******************************************************/
.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');
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@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: -50%;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
  }
  .row-offcanvas-right.active {
    right: 50%;
  }
  .row-offcanvas-left.active {
    left: 50%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
  }
}
/******************************************************
 * @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: 768px) {
  .pavcol-sm-5 {
    position: relative;
    width: 20%;
  }
}
@media only screen and (max-width: 1200px) {
  .cart {
    width: 30px;
    overflow: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-inverse .navbar-nav li a {
    padding: 30px 10px;
  }
  .pavcontentslider .carousel-control {
    bottom: 230px !important;
  }
  .product-list:hover .wishlist {
    left: 3%;
  }
  .product-list:hover .compare {
    left: 15%;
  }
  .newsletter input[type="text"] {
    padding: 7px 7px 8px;
  }
  .pavcol-sm-5 .product-block .compare a,
  .pavcol-sm-5 .product-block .wishlist a {
    /*width: 18px;
            font-size: 12px;*/
  }
  .pavcol-sm-5 .product-block:hover .wishlist a {
    right: 35px;
  }
  .pavcol-sm-5 .product-block:hover .compare a {
    /*right: 15px;*/
  }
  #topbar li a {
    padding: 7px 8px;
  }
}
@media only screen and (max-width: 992px) {
  #header-main .header-wrap .wrap-logo {
    display: inline-block;
    float: none !important;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
  }
  .navbar-inverse .navbar-nav li a {
    padding: 30px 10px;
  }
  #topbar .login {
    margin-bottom: 5px;
  }
  .pavcontentslider .carousel-control {
    bottom: 165px !important;
  }
  .product-list:hover .wishlist {
    left: 3%;
  }
  .product-list:hover .compare {
    left: 18%;
  }
  #topbar li a {
    padding: 7px 8px;
  }
  .hidden-text {
    display: none;
  }
  .product-block .image .product_quickview,
  .product-block .image .product-zoom {
    display: none;
  }
  .product-block:hover .image .product_quickview {
    left: 42%;
  }
  .product-block:hover .image .product-zoom {
    right: 48%;
  }
  .producttabs .product-block .name a {
    font-size: 13px;
  }
  .producttabs .product-block .price {
    font-size: 13px;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  #pav-mainnav {
    float: none !important;
    padding-left: 10px;
  }
  .product-info .image {
    text-align: center;
  }
  .zoomContainer {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #pav-mainnav {
    float: none !important;
    padding-left: 10px;
  }
  #header-main .header-wrap .wrap-logo {
    border-bottom: 1px solid #EEEEEE;
    border-left: medium none;
    margin: 0;
    text-align: center;
    display: block;
    width: auto;
    background: #777;
  }
  .pavcontentslider {
    display: none;
  }
  .pavcontentslider {
    display: none;
  }
  table.compare-info td,
  table.compare-info th,
  table.pav-checkout-product td,
  table.pav-checkout-product th,
  table.pav-shop-cart td,
  table.pav-shop-cart th {
    border-right: 0 none;
    display: block !important;
    float: none !important;
    text-align: left !important;
    width: auto !important;
  }
  .product-filter .product-compare {
    padding: 7px 10px 6px;
  }
  .cart {
    width: auto;
    overflow: inherit;
  }
}
@media only screen and (max-width: 480px) {
  #logo {
    padding: 16px 5px;
  }
  .nav-tabs li a {
    padding: 10px;
  }
  .login ul li {
    margin-right: 2px;
  }
  #topbar li a {
    padding: 7px 3px;
    font-size: 11px;
    color: #000 !important;
  }
  #topbar li span {
    margin-right: 3px;
  }
  .product-block:hover .image .product_quickview {
    left: 30%;
  }
}
@media only screen and (max-width: 350px) {
  #logo {
    padding: 22px 5px;
  }
  #logo img {
    width: 40%;
  }
  .product-list:hover .wishlist {
    left: 3%;
  }
  .product-list:hover .compare {
    left: 22%;
  }
}
@media only screen and (max-width: 320px) {
  .product-list:hover .wishlist {
    left: 3%;
  }
  .product-list:hover .compare {
    left: 25%;
  }
  .product-info .image-additional {
    padding: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #search .button-search {
    height: 29px;
  }
  .product-info .quantity-adder span.add-up,
  .product-info .quantity-adder span.add-down {
    left: 82px;
  }
  .newsletter input[type="text"] {
    padding: 6px 7px;
  }
  #language ul li a {
    padding: 5px 5px 6px;
  }
}
@media only screen and (max-width: 992px) {
  .pav-megamenu {
    display: none !important;
  }
  .carousel-control {
    font-size: 28.5px;
  }
  .product-block .compare a,
  .product-block .wishlist a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .product-block .wishlist a {
    right: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .nav-tabs li a {
    font-size: 14px;
  }
  .products-block .products-row .product-col:before {
    content: none;
  }
}

/*Custom CSS for Category Refine Search ----------*/
a.refine-cat-name{
	display: block;
	text-align: center;
}
.category-description.wrapper{
	padding: 0 30px;
}
.category-item .image{
	margin: 26px 0 10px;
}
/*Custom CSS for Sitemap -------------*/
ul.subcat1, ul.subcat2{
	padding-left: 20px;
}
