/******************************************************

 * @package Pav Opencart Theme Framework for Opencart 1.5.x

 * @version 1.1

 * @author http://www.pavothemes.com

 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.

 * @license		GNU General Public License version 2

*******************************************************/

/**

 * Heading Page

 */

/* 

 * product block

 */

/* product info */

/* product filter */

/* buttons */

/* 

 * htab module 

 */

/* 

 * Box Modules 

 */

/* 

  *Megamenu

  */

/* 

  *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: url("../image/body_bg.png") repeat scroll 0 0;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
body {
	overflow-x: hidden;
}
.fs9 {
	font-size: 11px;
}
.fs10 {
	font-size: 12px;
}
.fs11 {
	font-size: 13px;
}
.fs12 {
	font-size: 14px;
}
.fs13 {
	font-size: 15px;
}
.fs14 {
	font-size: 16px;
}
.fs15 {
	font-size: 17px;
}
.fs16 {
	font-size: 18px;
}
a {
	cursor: hand;
	cursor: pointer;
}
a img {
	border: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
	outline-offset: -2px;
}
img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
ul, ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
ul li, ol li {
	line-height: 20px;
}
body, td, th, input, textarea, select, a {
	outline: 0 none;
}
a, a:hover, a:focus {
	-webkit-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
	text-decoration: none;
}
a:hover, a:focus {
	color: #242424;
}
.quantity input, input[name="quantity"] {
	width: auto;
	display: inline;
	text-align: center;
}
/* TABLE STYLE */

table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #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 {
	margin-top: 20px;
	display:none;
}
.breadcrumb {
	padding-top: 0;
	padding-bottom: 0;
}
.breadcrumb li:last-child:before {
	color: #1bbc9b;
}
.breadcrumb li:last-child a {
	color: #1bbc9b;
}
/*  PAGINATION STYLE */

.pagination-link {
	border-top: 1px solid #dddddd;
	padding-top: 15px;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.pagination-link .pagination {
	margin: 0;
}
.pagination-link .links {
	float: left;
}
.pagination-link .links a {
	display: inline-block;
	border: 1px solid #dddddd;
	-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 .links a:hover {
	background-color: #3d3d3d;
	color: #ffffff;
	border: 1px solid transparent;
}
.pagination-link .links b {
	display: inline-block;
	-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: #3d3d3d;
}
.pagination-link .results {
	float: right;
	padding-top: 3px;
}
/* button */

input.button {
	margin: 0;
	border: 0;
	height: 35px;
	padding: 0px 20px;
}
.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	background-color: #b70004;
	box-shadow: none;
	padding: 6px 12px;
	border: none;
}
.button:hover, input.button:hover {
	background-color: #3f4c58;
	color: #fff;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
select, textarea {
	border: 1px solid #e5e5e5;
}
.buttons {
	/*background: #ffffff;
	border: 1px solid #e5e5e5;*/
	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 {
	line-height: 16px;
}
.htabs a {
	background: #ffffff;
	padding: 15px 25px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #3d3d3d;
	margin-right: 3px;
	text-transform: uppercase;
}
.htabs li.active a {
	background: #b70004;
	color: #ffffff;
}
.tab-content {
	margin: 0;
	z-index: 2;
}
/* links style */

ul, ol {
	list-style-type: none;
	padding: 0;
}
ul.links {
	position: relative;
	margin: 0;
	padding: 0;
}
ul.links li {
	display: inline-block;
	margin-right: 15px;
}
ul.links li:first-child:before {
	margin-left: 0;
}
ul.links li:before {
	font-size: 12px;
	margin-right: 6px;
}
ul.links li a span {
	font-size: 12px;
	margin-right: 10px;
}
ul.tree > li {
	border-bottom: 1px dashed;
    padding: 0;
}
ul.tree > li:nth-child(2n+2) a {
    background: #f5f5f5 none repeat scroll 0 0;
    display: block;
    overflow: hidden;
}
ul.tree > li ul {
	display: none;
}
ul.tree > li ul > li {
	padding: 5px 0 0px 25px;
}
ul.tree > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.tree > li > a {
	text-decoration: none;
	padding-left: 15px;
	background-color: #ffffff;
	line-height: 40px;
	font-size: 14px;
	border-left: 4px solid transparent;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
ul.tree > li > a:hover, ul.tree > li > a.active {
	border-left: 4px solid #B70004;
}
ul.tree > li > a > i {
	padding-right: 13px;
	font-size: 11px;
}
ul.tree > li > a > .badge {
	margin: 10px 10px 0 0;
}
ul.tree > li a {
	display: block;
}
ul.tree > li a:hover .badge, ul.tree > li a.active .badge {
	background-color: #b70004;
}
ul.tree > li a.active {
	color: #B70004;
}
ul.tree > li a.active ul {
	display: block;
}
ul.list > li {
	padding: 8px 0 8px 15px;
	-webkit-transition: padding 0.5s ease 0s;
	transition: padding 0.5s ease 0s;
}
ul.list > li ul {
	display: none;
}
ul.list > li ul > li {
	line-height: 30px;
}
ul.list > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.list > li > a {
	font-weight: 300 !important;
	line-height: 20px !important;
	padding-left: 7px !important;
	text-decoration: none;
	text-transform: none !important;
	font-size: 14px !important;
}
ul.list > li a.active {
	color: #1bbc9b;
}
ul.list > li a.active ul {
	display: block;
}
ul.list > li:hover {
	padding-left: 10px;
	background-color: #17977d;
	color: #fff;
}
ul.list > li:hover a {
	color: #fff;
}
/* custom column width */

.rating .fa-stack {
	width: 1em;
	color: #F9B229;
	line-height: 1;
	height: auto;
}
.rating .fa-stack-2x {
	font-size: 1em;
	line-height: 1em;
	height: auto;
}
/******************************************************

 * @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;
}
.success, .warning, .attention, .information, .alert {
	padding: 10px 10px 10px 20px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 6px;
	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: 14px;
	display: block;
}
.error {
	display: block;
	color: #FF0000;
}
.welcome {
	overflow: hidden;
	padding-bottom: 40px;
	padding-top: 40px;
}
.welcome .image {
	float: left;
	margin-right: 30px;
}
.welcome h1 {
	color: #333d46;
	font-size: 36px;
	padding: 10px 0;
	font-weight: 300;
}
.welcome h2 {
	color: #1bbc9b;
	font-size: 20px;
	padding: 10px 0;
	font-weight: 300;
}
.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: 'Roboto', sans-serif;
	font-weight: 400;
}
h1 {
	font-size: 20px;
	line-height: 34px;
	text-transform: uppercase;
}
h1 small {
	font-size: 14px;
}
h2 {
	font-size: 18px;
}
h2 small {
	font-size: 14px;
}
h3 {
	font-size: 16px;
	line-height: 34px;
}
h3 small {
	font-size: 16px;
}
h4 {
	font-size: 16px;
	line-height: 34px;
}
h4 small {
	font-size: 14px;
}
h5 {
	font-size: 15px;
	line-height: 34px;
}
h5 small {
	font-size: 12px;
}
h6 {
	font-size: 14px;
	line-height: 34px;
}
/* button */

a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
/*.buttons {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	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;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
form h2 {
	margin-top: 10px;
}
form .content b {
	line-height: 30px;
}
input[type='text'], input[type='password'], textarea {
	background: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
/******************************************************

 * @package Pav Opencart Theme Framework for Opencart 1.5.x

 * @version 1.1

 * @author http://www.pavothemes.com

 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.

 * @license		GNU General Public License version 2

*******************************************************/

#page {
	margin: 0 auto;
}
#topbar {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.hide-bar {
	margin-top: -40px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
#page {
	-webkit-transition: all 1s;
	transition: all 1s;
}
body.layout-boxed-md #page {
	max-width: 1000px;
	-webkit-box-shadow: 0 0 5px #888888;
	box-shadow: 0 0 5px #888888;
	background-color: #f4f6f6;
}
body.layout-boxed-lg #page {
	background-color: #fff;
	max-width: 1170px;
	margin-bottom: 20px;
}
/*

 * HEADER 

 */

#header-main {
    background-color: #ffffff;
    padding: 10px 0;
}
#logo {
    padding: 0;
    position: relative;
    top: 0;
    width: 322px;
    left: 16px;
}
#logo.logo-store img {
    height: auto;
    width: 100%;
}
#topbar {
	color: #b1b8c1;
	font-size: 12px;
	background: url("../image/body_bg.png") repeat scroll 0 0;
}
#topbar ul li {
	line-height: 38px;
}
#topbar ul li a {
	font-size: 14px;
	color: #5a5b5d;
}
#topbar ul li a span.text-link {
	font-size: 14px;
	float: right;
	margin-left: 5px;
}
#topbar ul li a span, #topbar ul li a span.icon {
	margin-right: 0;
}
#topbar ul li a:hover {
	color: #000;
}
#topbar .show-mobile:before, #topbar .show-mobile:after {
	content: " ";
	/* 1 */

	display: table;/* 2 */
}
#topbar .show-mobile:after {
	clear: both;
}
#topbar .show-mobile > div {
	margin: 0;
	padding: 0;
	position: relative;
}
#topbar .show-mobile > div:hover .inner-toggle {
	display: block;
}
#topbar .show-mobile button {
	height: 35px;
	line-height: 20px;
	border: none;
	border-radius: 4px;
	margin-right: 13px;
}
#topbar .show-mobile .quickaccess-toggle {
	width: 35px;
	height: 35px;
	background-color: #b70004;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	margin-left: 1px;
	border-radius: 4px;
}
#topbar .show-mobile .quickaccess-toggle:hover {
	color: #ffffff;
	background-color: #3f4c58;
}
#topbar .show-mobile .inner-toggle {
	display: none;
	position: absolute;
	background: #ffffff;
	right: 0;
	top: 100%;
	min-width: 200px;
	padding: 10px;
	z-index: 99999;
	border-top: 5px solid #3f4c58;
	border-right: 1px solid #3f4c58;
	border-left: 1px solid #3f4c58;
	border-bottom: 1px solid #3f4c58;
}
#topbar .show-mobile .inner-toggle #search-m input {
	width: 100%;
}
#topbar .show-mobile .inner-toggle .button-search {
	width: 50px;
	background-position: 6px 6px;
}
#topbar .show-mobile ul, #topbar .show-mobile .links {
	float: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
#topbar .show-mobile ul li, #topbar .show-mobile .links li {
	float: none;
	display: block;
}
#topbar .show-mobile ul a, #topbar .show-mobile .links a {
	float: none;
	margin: 0;
	line-height: 25px;
	background-color: transparent;
	color: #333d46;
	border: none;
}
#topbar .show-mobile ul a:hover, #topbar .show-mobile .links a:hover {
	color: #1bbc9b;
}
#topbar .show-mobile ul a img, #topbar .show-mobile .links a img {
	margin-right: 5px;
}
#topbar .show-mobile ul span, #topbar .show-mobile .links span {
	margin-right: 10px;
}
#topbar .show-mobile .currency .dropdown-menu, #topbar .show-mobile .language .dropdown-menu {
	left: 0;
	right: auto;
}
#topbar .show-mobile .currency button, #topbar .show-mobile .language button {
	border-radius: 4px;
	height: 30px;
	padding: 0 10px;
	border: none;
	color: #b1b8c1;
	font-size: 11px;
}
#topbar .show-mobile .quick-user .inner-toggle {
	right: 0;
}
#topbar .show-mobile .quick-access .inner-toggle {
	right: -36px;
}
#topbar .login-content {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #1bbc9b;
	left: 0;
	overflow: hidden;
	padding: 8px 10px;
	top: 20px;
	width: 340px;
	border-radius: 0;
	z-index: 9999;
}
#topbar .login {
	display: inline-block;
	position: relative;
	margin:0;
}
#header-main .inner {
	display: table;
	height: 100%;
}
#header-main .inner > * {
	display: table-cell;
	vertical-align: middle;
}
#header-main .logo-store a {
    display: block;
    width: 100%;
    height: auto;
}
#header-main #logo-theme a {
	background: url('../image/default/logo.png') no-repeat scroll 0 16px rgba(0, 0, 0, 0);
	width: 151px;
	height: 65px;
}
#header-main #logo-theme a span {
	display: none;
}
/*

 * NAVIGATION

 */

/*

 * SLIDESHOW 

 */

.pavtestimonial .infor-profile span {
	color: #1bbc9b;
}
.pavtestimonial .info-testimonail:before {
	background: url('../image/default/text-qoute.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	display: block;
	height: 20px;
	left: 20px;
	position: absolute;
	top: 20px;
	width: 26px;
}
/*

 * MAIN CONTENT

 */

#content .content ul.list li:hover {
	background: none !important;
}
.sidebar [class*="col-"] {
	width: 100%;
}
/*

 * PROMOTION TOP  */
.promotion {
	border-top: 70px solid #fff;
	margin: 20px 0 0;
}
.promotion .hightlight-featured-box ul li a {
	position: absolute;
	top: -65px;
	color: #333d46;
	font-size: 20px;
	font-weight: 400px;
	text-transform: uppercase;
	background: transparent;
	border: none;
	font-weight: 400;
	padding: 10px;
}
.promotion .hightlight-featured-box .box-description {
	left: 10px;
	font-size: 13px;
}
.promotion .hightlight-featured-box .carousel-controls {
	right: 0px;
	top: -34px;
	width: 59px;
}
.promotion .hightlight-featured-box .carousel-control {
	width: 30px;
	line-height: 22px;
	height: 30px;
	font-size: 33px;
	background: #c20404;
}
.promotion .hightlight-featured-box .carousel-control:hover {
	background: #585858;
}
.promotion .product-block {
	border: none;
	/*margin-top: 40px;
	padding-bottom: 160px;*/
	overflow: hidden;
}
.promotion .product-block .name a {
	color: #000;
}
.promotion .product-block .description {
	color: #b1b8c1;
}
.promotion .product-block .group-item {
/*border-top: none;
	width: 100%;
	bottom: 100%;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	right: -100%;
	z-index: 5;*/
}
.product-block .price-cart {
    float: left;
}
.promotion .product-block .product-meta {
	font-weight: normal;
	max-width: 100%;
	/*position: absolute;*/
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.promotion .product-block .product-meta .warp-info {
}
.promotion .product-block:hover .product-meta {
/*background: #252c33;
	display: block;*/
}
/*.promotion .product-block:hover .group-item {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 100%;
	right: 0;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
}*/
.promotion .product-block:hover .group-item .cart {
/*background: #1bbc9b;*/
}
.promotion .product-block:hover .group-item .cart:hover {
/*background: #3F4C58;*/
}
/*.promotion .product-block:hover .group-item .wishlist-compare {
	background: #ffffff;
}*/
/*.promotion .product-block:hover .price-cart {
	display: block;
}*/
/* pavtestimonial s*/

.pavtestimonial .carousel-controls {
	right: 0;
	width: 70px;
	z-index: 10;
}
.pavtestimonial .carousel-control {
	background: none repeat scroll 0 0 #ececee;
	border: 1px solid #d3d3d6;
	display: block;
	height: 19px;
	line-height: 13px;
	margin: 0;
	opacity: 1;
	overflow: hidden;
	text-shadow: none;
	top: 0;
	width: 16px;
	color: #c0c0c4;
}
.pavtestimonial .carousel-control:hover {
	border: 1px solid #1BBC9B;
	color: #1bbc9b;
}
.pavtestimonial .carousel-control.left {
	left: auto;
	right: 25px;
}
/* FOOTER s*/

#footer {
	min-height: 100px;
	padding-top: 20px;
	border-top: 1px solid darker(#ffffff, 20%);
	border-bottom: 1px solid darker(#ffffff, 20%);
}
#footer:before, #footer:after {
	content: " ";
	/* 1 */

	display: table;/* 2 */
}
#footer:after {
	clear: both;
}
#footer .box .box-heading {
	background: none;
	border: none;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 30px;
	padding: 0;
	position: inherit;
}
#footer .box .box-content {
	background: none;
	border: none;
}
#footer .footer-center {
	background: #2f3942;
	border-bottom: 1px solid #444d55;
	color: #ffffff;
}
#footer .footer-center .pav-static {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}
#footer .footer-center .pav-static:hover .pv-icon {
	box-shadow: 0 0 0 4px #414d59;
	background-color: #b70004;
}
#footer .footer-center .pav-static:hover .pv-icon:after {
	opacity: 0.5;
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	-ms-transform: scale(0.85);
}
#footer .footer-center .pav-static:hover h3 {
	color: #1bbc9b;
}
#footer .footer-center .pav-static .pv-icon {
	color: #FFFFFF;
	display: block;
	float: left;
	height: 50px;
	font-size: 24px;
	padding: 0 16px;
	width: 50px;
	border-radius: 50%;
	margin: 10px 15px 25px 0;
	position: relative;
	-webkit-transition: box-shadow 0.2s ease 0s;
	transition: box-shadow 0.2s ease 0s;
}
#footer .footer-center .pav-static .pv-icon:after {
	box-shadow: 0 0 0 2px #FFFFFF;
	left: 0;
	padding: 0;
	top: 0;
	-webkit-transition: transform 0.2s ease 0s;
	transition: transform 0.2s ease 0s;
	border-radius: 50%;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
}
#footer .footer-center .pav-static .pv-icon:before {
	display: block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 50px;
	text-transform: none;
}
#footer .footer-bottom {
	background: url("../image/foot_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #a1a5ab;
	padding: 14px 0 0;
	background-size: cover;
}
#footer .footer-bottom ul.pav-contact-us li {
	height: auto;
	line-height: 26px;
	margin: 0 0 12px;
}
#footer .footer-bottom ul.pav-contact-us .icon {
	background-color: #8595a5;
	border-radius: 2px 2px 2px 2px;
	box-shadow: none;
	float: left;
	height: 48px;
	margin: 0 16px 0 0;
	width: 48px;
	line-height: 45px;
	text-align: center;
	font-size: 25px;
	padding-left: 8px;
	color: #ffffff;
}
#footer .footer-bottom ul.pav-contact-us .icon:hover {
	background: #1bbc9b;
	-webkit-transition: 0.3s ease-in-out 0s;
	transition: 0.3s ease-in-out 0s;
}
#footer .footer-bottom a {
	color: #a1a5ab;
	padding-left: 0 !important;
	line-height: 25px !important;
}
#footer .footer-bottom ul.list li {
	line-height: 35px;
	padding: 0;
}
#footer .footer-bottom ul.list li:hover {
	background: none !important;
}
#footer .footer-bottom ul.list a:hover {
	background: #3f4c58;
	border: 1px solid #45525f;
	padding: 6px 10px !important;
	color: #ffffff;
	-webkit-transition: 0.3s ease-in-out 0s;
	transition: 0.3s ease-in-out 0s;
}
#footer .footer-bottom p {
	margin-top: 10px;
	position: relative;
}
#footer .social {
	display: block;
	margin-top: 20px;
	overflow: hidden;
}
#footer .social li {
	float: left;
	margin-right: 9px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background: #8595A5;
}
#footer .social li .stack {
	cursor: pointer;
	display: inline-block;
	height: 35px;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: 35px;
	font-size: 18px;
	line-height: 37px;
	color: #ffffff;
}
#footer .social li span {
	display: none;
}
#footer .social li:hover {
	border-radius: 50% 0 50% 0;
	background: #4d88c2;
}
#footer h3 {
	color: #ffffff;
	font-size: 20px;
	margin-top: 0px;
	text-transform: uppercase;
}
#footer .column a {
	text-decoration: none;
}
#footer .column ul {
	margin-top: 0px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a:hover {
	text-decoration: underline;
	color: #1bbc9b;
}
/* POWER BY */

#powered {
	background: url("../image/foot_bg.png") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
	clear: both;
	color: #a1a5ab;
	line-height: 25px;
	padding: 30px 0;
	border-top: 1px solid #000;
	box-shadow: 0 0 1px #fff;
}
#powered a {
	color: #c53e41;
}
#powered a:hover {
	color: #ffffff;
}
.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.highlighted .box-heading {
	padding: 8px 15px 8px 0;
	background: #eaeced;
}
.box.highlighted .box-heading span {
	background: #b70004;
	padding: 9px 30px 9px 10px;
	position: relative;
}
.box.highlighted .box-heading span:after {
	border-bottom: 20px solid transparent;
	border-right: 13px solid #eaeced;
	border-top: 20px solid transparent;
	content: "";
	right: 0;
	position: absolute;
	top: 0;
}
.box .box-heading {
	padding: 8px 18px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	background: #1bbc9b;
	color: #ffffff;
	font-weight: 400;
}
.box.nobackground .box-heading {
	background: none;
	color: #333d46 !important;
	padding: 0 0 20px 0;
	font-size: 21px;
	font-weight: 400;
}
.box.orange .box-heading {
	background: #f49c88;
}
.box.orange .box-content {
	background: #ed6242;
}
.box.orange li {
	border-top-color: #f49c88;
}
.box.orange a {
	color: #B66B00;
}
.box.orange a:hover {
	color: #6F4100;
}
.box.dark .box-heading {
	background-color: #292929;
	border-bottom: 1px solid #3f3f3f;
	position: relative;
}
.box.dark .box-heading:before {
	content: "";
	background: url('../image/default/bg-tite.png') no-repeat;
	position: absolute;
	top: 39px;
	left: 30px;
	width: 35px;
	height: 11px;
}
.box.dark .box-content {
	background-color: #2e2e2e;
}
.box.dark ul li {
	border-bottom: 1px solid #343434;
}
.box.dark ul li a {
	color: #fff;
	background: none;
	text-transform: none;
	padding-left: 0;
}
.box.dark ul li a:hover {
	color: #1bbc9b;
}
.box.green {
	background: #1bbc9b;
}
.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: #6e6e72;
}
.box.gray a {
	color: #999;
}
.box.gray a:hover {
	color: #777;
}
.box.pink {
	background: #cc3366;
}
.box.pink a {
	color: #ffffff;
}
.box.pink a:hover {
	color: #1bbc9b;
}
.box.red {
	background: #9d261d;
}
.box.red a {
	color: #EE4538;
}
.box.red a:hover {
	color: #DA3F33;
}
.sidebar {

}
.sidebar .box {
/* box styles */

}
.sidebar .box.highlight .box-heading {
	background: #B70004;
	border: none;
	margin-bottom: 0;
}
.sidebar .box.highlight .box-heading span i {
	padding-right: 13px;
}
.sidebar .box .box-heading {
	padding: 8px 18px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	background:#B70004;
	color: #ffffff;
	font-weight: 400;
}
.sidebar .box.nopadding .box-content {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.sidebar .box.nopadding ul li:last-child {
	border-bottom: 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

*******************************************************/

/* language */

.language {
	line-height: 35px;
	margin: 0;
	color: #6a6a6a;
}
.language button {
	background: #2e3641;
	border: 1px solid #38404d;
	border-radius: 4px;
	height: 26px;
	line-height: 20px;
	padding: 2px 10px;
}
.language button span {
	font-size: 11px;
	margin-right: 5px;
	vertical-align: bottom;
	cursor: pointer;
	color: #b1b8c1;
}
.language button span:hover {
	color: #1bbc9b;
}
.language img {
	cursor: pointer;
	margin-right: 5px;
}
.language .language-item .list-item {
	padding: 0 31px;
}
.language .language-item .list-item:hover {
	color: #1bbc9b;
	cursor: pointer;
}
/* currency */

.currency {
	color: #6a6a6a;
	line-height: 35px;
	margin-left: 0px;
}
.currency button {
	background: #2e3641;
	border: 1px solid #38404d;
	border-radius: 3px;
	padding: 2px 10px;
	height: 26px;
	line-height: 20px;
}
.currency button span {
	margin-right: 5px;
	font-size: 11px;
	vertical-align: bottom;
	text-decoration: none;
	margin-right: 2px;
	cursor: pointer;
	color: #b1b8c1;
}
.currency button span:hover {
	color: #1bbc9b;
}
.currency ul.dropdown-menu button {
	background: none;
	border: none;
}
.currency ul.dropdown-menu button:hover span {
	color: #1bbc9b;
}
.currency .dropdown-menu, .language .dropdown-menu {
	z-index: 9999;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	margin: 0;
	padding: 0;
}
.currency .dropdown-menu a, .language .dropdown-menu a {
	line-height: 25px !important;
}
.currency .dropdown-menu a img, .language .dropdown-menu a img {
	float: left;
	margin-top: 8px;
}
.currency .dropdown-menu li, .language .dropdown-menu li {
	background-color: transparent;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.currency .dropdown-menu li:first-child, .language .dropdown-menu li:first-child {
	border-top: none;
}
.currency .dropdown-menu li:hover, .language .dropdown-menu li:hover {
	background-color: #ffffff;
	padding-left: 10px;
}
.currency .dropdown-menu li a:hover, .language .dropdown-menu li a:hover {
	background-color: #ffffff !important;
}
.currency li .dropdown-menu, .language li .dropdown-menu {
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 20px;
	transition: all 0.5s ease 0s;
	visibility: hidden;
}
.currency li:hover .dropdown-menu, .language li:hover .dropdown-menu {
	margin-top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 32px;
	visibility: visible;
}
.currency .btn, .language .btn {
	background: #39454f;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	line-height: 26px;
	width: 100%;
}
#cart {
	position: relative;
	z-index: 9999;
	padding: 0;
}
#cart .dropdown-menu {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
	clear: both;
	display: none;
	min-height: 150px;
	min-width: 300px;
	padding: 8px;
	position: absolute;
	z-index: 20;
	top: 53px;
	border-radius: 0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 6px solid #bd2124;
	-webkit-box-shadow: 0px 2px 2px #eaeced;
	box-shadow: 0px 2px 2px #eaeced;
	right: 0;
}
#cart .dropdown-menu:after {
	border-bottom: 8px solid #ffffff;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	content: "";
	position: absolute;
	right: 20px;
	top: -8px;
}
#cart .heading {
}
#cart .heading a {
	text-decoration: none;
}
#cart .heading a span {
	color: #000;
	float: left;
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	line-height: 40px;
}
#cart .heading a .icon-cart {
	background: url("../image/default/sop_crt.png") no-repeat scroll 100% center rgba(0, 0, 0, 0);
	padding-left: 0;
	padding-right: 50px;
}
#cart .heading h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #1bbc9b;
	text-transform: none;
	line-height: 20px;
}
#cart.open .dropdown-menu {
	display: block;
}
#cart .checkout {
	text-align: right;
	clear: both;
	line-height: 25px;
}
.#cart .empty {
 padding-top: 50px;
 text-align: center;
 color:#fff;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total td {
	color: #000;
	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: 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;
}
/* 

 * search module 

 */

#search {
	background: none repeat scroll 0 0 #ede7de;
	border-radius: 5px;
	line-height: 35px;
	padding: 5px;
	position: relative;
	border-bottom:2px solid #bdbdbd;
	margin-right:20px;
}
#search input[type="text"] {
	border: 1px solid #ded6c9;
	background: #fff;
	border-radius: 4px;
	height: 30px;
	line-height: 27px;
	width: 330px;
	color: #878e97;
	font-size: 12px;
	padding: 0px 5px;
}
/*#search input:active,  #search input:focus {
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 200px;
	background-color: #fff;
	border: 0;
}*/
#search:hover .search-content {
	display: block;
	z-index: 1000;
}
#search:hover .search-content:after {
	border-bottom: 8px solid #ffffff;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	content: "";
	position: absolute;
	right: 7px;
	top: 0;
}
.button-search {
	background: url('../image/default/icon_search.png') no-repeat scroll center center;
	display: inline-block;
	cursor: pointer;
	height: 35px;
	line-height: 35px;
	position: absolute;
	right: 7px;
	text-align: center;
	width: 30px;
	border: none;
}
/* 

 * box products 

 */

.product-block {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	padding:6px;
}
.product-block a:hover {
	color: #1bbc9b;
}
.product-block .price-old {
	color: #6e6e72;
	text-decoration: line-through;
	font-weight: normal;
	font-size: 14px;
}
.product-block .rating {
	display: block;
	margin-bottom: 4px;
	margin-top: 4px;
}
.product-block .name a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-block .name a:hover {
	color: #000;
}
.product-block .image {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	width: 100%;/*            .img{

                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;

                .backface-visibility(hidden);

                .transition( all 0.6s ease-in-out);            

            }*/
}
.product-block .image .hover-image {
	position: absolute;
	text-align: center;
	top: 0;
	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.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	z-index: 5;
	visibility: hidden;
	opacity: 0;
}
.product-block .image:hover {
/*                 .img{

                    transform: rotateY(180deg);

                    -webkit-transform: rotateY(180deg);

                    -moz-transform: rotateY(180deg);

                    .transition(all 0.6s ease 0s);

                }*/

}
.product-block .image:hover .hover-image {
	transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	visibility: visible;
	opacity: 1;/*                    .transition(all 0.6s ease 0s);*/
}
.product-block .image img {
	background-color: rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.product-block .image span.fa-search-plus {
	bottom: 100%;
	height: 36px;
	font-size: 30px;
	text-align: center;
	left: 0;
	margin-bottom: 5px;
	position: absolute;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	color: #1bbc9b;
	font-weight: bold;
	z-index: 10;
}
.product-block .image span.zoom_text {
	color: #1bbc9b;
	left: 0;
	margin-top: 5px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 100%;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	font-weight: bold;
	z-index: 10;
}
.product-block .image .pav-colorbox {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	top: 10px;
	left: 10px;
	height: 0;
	line-height: 8px;
	width: 0;
	position: absolute;
	display: inline-block;
	text-align: center;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #ffffff;
	color: #1bbc9b;
	font-size: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.product-block .image .pav-colorbox:hover {
	color: #CC3366;
}
.product-block .image .pav-colorbox:after {
	left: 0;
	padding: 0;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-moz-box-sizing: content-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
}
.product-block .image:hover img {
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;/*                transform:scale(1.2) rotate(2deg);

                -webkit-transform:scale(1.2) rotate(2deg);

                -ms-transform:scale(1.2) rotate(2deg);

                -o-transform:scale(1.2) rotate(2deg);

                -ms-transform:scale(1.2) rotate(2deg);*/
}
/*.product-block .image:hover span.fa-search-plus {
	bottom: 50%;
}
.product-block .image:hover span.zoom_text {
	top: 50%;
}*/
.product-block .price {
    color: #575757;
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 4px;
    /*margin-top: 5px;*/
    margin-right: 4px;
}
.product-block .price .price-tax {
	display: none;
}
.product-block .product-meta .warp-info {
	/*padding: 15px;*/
}
.product-block .product-meta .description {
	font-size: 13px;
}
.product-block .group-item {
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
}
.product-block .group-item .cart {
    background-color: #b70004;
    color: #ffffff;
    height: 30px;
    position: relative;
    transition: all 0.4s ease 0s;
}
.product-block .group-item .cart .button {
    background: none repeat scroll 0 0 transparent;
    font-size: 14px;
    line-height: 14px;
    padding: 0 5px;
    text-transform: uppercase;
    height: 100%;
}
/*.product-block .group-item .cart:hover {
	background-color: #b70004;
}*/
.product-block .group-item .wishlist-compare {
	float: left;
	position: relative;
	width: 40%;
	display: none;
}
.product-block .group-item .wishlist-compare a {
	color: #b0b0b0;
	cursor: pointer;
	text-decoration: none;
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	float: left;
	width: 50%;
	height: 40px;
}
.product-block .group-item .wishlist-compare a:hover {
	color: #ffffff;
	background-color: #b70004;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product-block .group-item .wishlist-compare a span {
	display: none;
}
.product-block .group-item .wishlist-compare a.wishlist {
	border-right: 1px solid #e5e5e5;
	font-size: 14px;
}
/*.product-block:hover .pav-colorbox {
	opacity: 1;
	filter: alpha(opacity=100);
	height: 38px;
	line-height: 36px;
	width: 38px;
	font-size: 18px;
}*/
.sidebar .nopadding .box-content {
	padding: 0;
	background: none;
}
.sidebar .box-content {
	background: #ffffff;
	padding: 20px;
	-webkit-box-shadow: 0 4px 2px -6px #000000;
	-moz-box-shadow: 0 4px 2px -6px #000000;
	box-shadow: 0 4px 2px -6px #000000;
}
.sidebar .product-block {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
}
.sidebar .product-block .group-item {
	border: 1px solid #e5e5e5;
	margin-top: 15px;
}
.sidebar .product-block .wishlist span, .sidebar .product-block .compare span, .sidebar .product-block .description {
	display: none;
}
.sidebar .tags img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform-style: preserve-3d;
	-webkit-transition: transform 0.15s linear 0s;
	transition: transform 0.15s linear 0s;
}
.sidebar .tags img:hover {
	transform: scale(0.96);
}
.lang-fr .product-block .group-item .cart .button {
	font-size: 10px;
}
/* 

 * box category 

 */

ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 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 #eaeced;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
/* Carousel */

.pavcarousel .item-carousel {
	background: #ffffff;
	float: left;
	border-right: 1px solid #ececec;
	transition: all 0.4s ease 0s;
}
.pavcarousel .item-carousel:last-child {
	border-right: none;
}
.pavcarousel .item-carousel:hover {
	background-color: #ececec;
}
.pavcarousel .carousel-control {
	text-shadow: none;
	height: 19px;
	margin-top: 0;
	opacity: 1;
	overflow: hidden;
	top: 60%;
	width: 22px;
	border: 1px solid #d3d3d6;
	background-color: #ffffff;
	color: #c0c0c4;
	line-height: 12px;
	font-weight: bold;
}
.pavcarousel .carousel-control.left {
	background-image: none;
	left: -10px;
}
.pavcarousel .carousel-control.right {
	background-image: none;
	right: -10px;
}
.pavcarousel .carousel-control:hover {
	color: #1bbc9b;
	border: 1px solid #1bbc9b;
}
/* 

 * pavpopulartags

 */

.tags a {
	padding: 10px;
}
/* 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: #b1b8c1 !important;
}
.zoomContainer .zoomWindow {
	border: 4px solid #eaeced !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;
}
/******************************************************

 * @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 ul {
	float: left;
}
.category-list ul li {
	list-style-type: none;
	line-height: 23px;
	margin-right: 20px;
}
.category-list ul li i {
	padding-right: 13px;
}
.category-info {
	position: relative;
	/*margin-bottom: 20px;*/
	border-top: 1px solid #acacac;
}
.category-description.description.wrapper > div {
    display: none;
}
.category-info .image {
	margin-bottom: 10px;
}
.category-info .description {
	/*margin-bottom: 20px;*/
}
/* manufacturer */

.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 10px;
}
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	margin-bottom: 20px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
.manufacturer-content {
	padding: 8px;
	overflow: auto;
}
/* 

 *  LISTING PRODUCTS PAGE 

 */

.product-filter {
	padding: 10px 0 0 0;
	overflow: hidden;
}
.product-filter .sort {
	float: left;
}
.product-filter .limit {
	margin-left: 10px;
	float: left;
}
.product-filter .display {
	margin-right: 10px;
	float: left;
	line-height: 28px;
	display:none;
}
.product-filter .display button {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-left: 10px;
	background: url('../image/default/icon-grid-list.png') no-repeat 0 0 scroll;
	background-color: #ffffff;
	width: 35px;
	height: 31px;
	display: inline-block;
	box-shadow: none;
}
.product-filter .display button.grid {
	background-position: 9px 8px;
}
.product-filter .display button.grid.active, .product-filter .display button.grid:hover {
	background-position: 9px -29px;
}
.product-filter .display button.list {
	background-position: -28px 8px;
}
.product-filter .display button.list.active, .product-filter .display button.list:hover {
	background-position: -28px -29px;
}
.product-filter .display span {
	line-height: 30px;
}
.product-filter .form-control {
	font-size: 13px;
	width: auto;
	box-shadow: none;
	margin-right: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 11px;
	height: 32px;
	border: 1px solid #e5e5e5;
}
.product-filter .product-compare {
	float: right;
	margin-left: 10px;
	line-height: 35px;
}
.product-filter .product-compare a {
	background-color: #b70004;
	padding: 8px;
	color: #ffffff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product-filter .product-compare a:hover {
	background-color: #252c33;
}
/* product list mode  */

.product-list .col-fullwidth {
	width: 100%;
}
.product-list .product-block {
	border: none;
	overflow:hidden;
}
.product-list .product-block .group-item .cart {
    margin: 0 auto;
    width: auto;
}
.product-list .price-cart {
    float: none;
}

.product-list .product-block .group-item {
	border-top: none;
}
.product-list .product-block .group-item .wishlist-compare a.wishlist {
	margin-right: -1px;
}
.product-list .product-block .group-item .cart {
	width: 40%;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
	display: block !important;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .image {
    float: none;
    margin: 0 auto 20px;
    width: 31%;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div {
	margin-bottom: 15px;
}
.product-list .wishlist, .product-list .compare {
	border: 1px solid #e5e5e5 !important;
}
/* product grid mode */

.product-grid {
	position: relative;
}
.product-grid .product-block .group-item .cart {
/*	width: 50%;*/
}
.product-grid .product-block .group-item .wishlist-compare {
	/*width: 50%;*/
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
/* 

 * PRODUCT INFORMATION PAGE

 */

.product-label-special {
	background: #fa565a;
	font-size: 13px;
	width: 41px;
	height: 41px;
	top: 10px;
	right: 25px;
	display: block;
	position: absolute;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	text-transform: uppercase;
	line-height: 37px;
	padding: 0;
	font-weight: normal;
	z-index: 30;
}
.product-info {
	margin-bottom: 20px;
}
.product-info .image {
	margin-bottom: 20px;
	text-align: center;
}
.product-info .quantity-adder {
	margin-bottom: 20px;
	font-size: 18px;
	position: relative;
}
.product-info .quantity-adder input {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	display: inline;
	width: auto;
	margin-right: 2px;
	font-size: 18px;
	height: 39px;
}
.product-info .quantity-adder span {
	font-size: 20px;
	cursor: pointer;
	position: absolute;
	line-height: 1;
	width: 19px;
	height: 19px;
	background-color: #000;
	-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-down {
	font-size: 22px;
	top: 20px;
}
.product-info .minimum {
	margin-bottom: 20px;
}
.product-info .group-item {
	margin-bottom: 20px;
}
.product-info .group-item div.cart {
	background: #b70004;
	color: #ffffff;
	border: none;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product-info .group-item button {
	text-transform: uppercase;
	background: none;
	border: none;
}
.product-info .group-item .cart, .product-info .group-item .wishlist, .product-info .group-item .compare {
	border: 1px solid #e5e5e5;
	color: #fff;
	line-height: 36px;
	padding: 0 15px;
	font-size: 16px;
	display: inline-block;
	margin-right: 13px;
	background: #b70004;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product-info .group-item .cart:hover, .product-info .group-item .wishlist:hover, .product-info .group-item .compare:hover {
	background: #252c33;
	color: #ffffff;
}
.product-info .group-item .cart span, .product-info .group-item .wishlist span, .product-info .group-item .compare span {
	display: none;
}
.product-info .price {
	margin-bottom: 20px;
	line-height: 25px;
	color: #575757;
    display: block;
    font-size: 22px;
    font-weight: bold;
	
	
}
.product-info .price .price-old {
	text-decoration: line-through;
	font-size: 16px;
	color: #6e6e72;
	font-weight: normal;
}
.product-info .price .price-new {
	color: #fa565a;
	font-size: 18px;
	font-weight: bold;
}
.product-info .price .reward {
	font-size: 14px;
	color: #6e6e72;
	font-weight: normal;
}
.product-info .price .discount {
	font-size: 14px;
	color: #6e6e72;
	font-weight: normal;
}
.product-info .price .price-tax {
	font-size: 14px;
	color: #6e6e72;
	font-weight: normal;
}
.product-info .description {
	margin-bottom: 10px;
	line-height: 23px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}
.product-info .description a {
	text-decoration: none;
}
.product-info .description span {
	font-weight: bold;
	padding-right: 13px;
}
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding: 0 23px;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 17px;
	margin-bottom: 10px;
}
.product-info .image-additional .carousel-control {
	top: 30px;
	width: 34px;
	cursor: pointer;
	background: url('../image/default/carousel-control.png') no-repeat;
	text-shadow: none;
	overflow: hidden;
	position: absolute;
	text-indent: -9999em;
}
.product-info .image-additional .right {
	background-position: -38px 3px;
	right: 0;
}
.product-info .image-additional .left {
	background-position: 0px 0px;
	left: 0;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 10px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}
.product-info .option {
	margin-bottom: 10px;
}
.product-info .review {
	margin-bottom: 10px;
}
.product-info .review > div {
	line-height: 23px;
}
.product-info .share {
	margin-bottom: 10px;
	line-height: normal;
}
.product-info .share a {
	text-decoration: none;
}
.form-review .option {
	margin-bottom: 10px;
}
/* 

 * PRODUCT Related PAGE

 */

.box-products {
	position: relative;
}
.box-products .carousel-controls {
	position: absolute;
	right: 0;
	top: -24px;
	width: 70px;
	z-index: 10;
}
.box-products .carousel-control {
	background: none;
	font-size: 30px;
	display: block;
	height: 30px;
	line-height: 22px;
	margin: 0;
	overflow: hidden;
	top: 0;
	width: 30px;
	background: #c20404;
	opacity: 1;
	text-shadow: none;
	border-right: 1px solid #2fc6a6;
}
.box-products .carousel-control:hover {
	background: #585858;
}
.box-products .box-description {
	left: 166px;
	position: absolute;
	top: -29px;
}
.box-products .box-description p {
	font-size: 13px;
}
/**

 *

 */

.review-list .rating {
	float: right;
	margin-bottom: 18px;
}
.review-list .author {
	float: left;
	margin-bottom: 18px;
}
.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: left;
}
.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%;
	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 {
	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;
	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 #dddddd;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info tbody td {
	vertical-align: middle;
	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: #eaeced;
	border: 1px solid #eaeced;
	padding: 8px;
	font-weight: bold;
	font-size: 15px;
	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

 */

.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.contact-info {
	overflow: auto;
}
#contact-map {
	margin-bottom: 25px;
}
.contact-customhtml {
	background: none repeat scroll 0 0 #F0F0F0;
	padding: 20px;
}
.contact-address {
	margin-bottom: 25px;
}
.contact-address ul li {
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}
.contact-address ul li i {
	color: #888;
	float: left;
	font-size: 25px;
	line-height: 40px;
	text-align: center;
}
.contact-address ul li span {
	display: inline-block;
	padding-left: 15px;
}
.contact-customhtml ul li {
	padding: 7px 0;
}
.contact-customhtml ul li i {
	float: left;
	font-size: 20px;
	padding: 8px 5px 6px 10px;
}
.contact-customhtml ul li span {
	display: inline-block;
	padding-left: 5px;
}
#content .content {
	margin: 10px 0;
}
#pav-mainnav {
	position: relative;
}
#pav-mainnav .navbar-inverse {
	background: transparent;
	border-radius: 0;
	border: none;
	margin-bottom: 0;
}
#pav-mainnav .navbar-inverse .navbar {
	border: none;
}
#pav-mainnav .navbar-inverse .navbar-nav {
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
	background: transparent;
}
.mnue li {
	border-top: 3px solid transparent;
}
.mnue li a {
	background-color: transparent !important;
	color: #fff;
	font-family: "Ubuntu", sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
	overflow: hidden;
	padding: 16px 12px;
	text-transform: uppercase;
	z-index: 0;
}
#pav-mainnav .navbar-inverse .navbar-nav li a .caret {
	border-bottom-color: #6A6A6A;
	border-top-color: #6A6A6A;
}
.mnue li a:hover {
	color: #fff;
}
.mnue li:hover {
	background: none repeat scroll 0 0 #bd2124;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.mnue li:hover span {
	color: #fff;
}
#pav-mainnav .navbar-inverse .navbar-nav li:hover .caret {
	border-bottom-color: #1bbc9b;
	border-top-color: #1bbc9b;
}
#pav-mainnav .navbar-inverse .navbar-nav li .dropdown-menu {
	border: none;
	border-radius: 0;
	color: #6a6a6a;
	box-shadow: none;
	padding: 0;
}
#pav-mainnav .navbar-inverse .navbar-nav li .dropdown-menu li {
	-webkit-transition: padding 0.5s ease 0s;
	transition: padding 0.5s ease 0s;
}
#pav-mainnav .navbar-inverse .navbar-nav li .dropdown-menu li:hover {
	padding-left: 10px;
	background-color: transparent;
	color: #1bbc9b;
	border-top: 3px solid transparent;
}
#pav-mainnav .navbar-inverse .navbar-nav li .dropdown-menu li a {
	line-height: 30px;
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
}
#pav-mainnav .navbar-inverse .navbar-nav li .dropdown-menu li a:hover {
	color: #1bbc9b;
}
#pav-mainnav .navbar-inverse .navbar-nav li .dropdown-menu li a span {
	color: #6a6a6a;
}
#pav-mainnav .navbar-inverse .navbar-nav li .dropdown-menu li a span:hover {
	color: #1bbc9b;
}
#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 .dropdown-menu > .dropdown-menu-inner {
	padding: 0 10px;
}
.pav-megamenu .mega-group .caret {
	display: none;
}
.pav-megamenu .mega-group .dropdown-mega .mega-col-inner > ul > li a {
	margin-left: 6px;
}
.pav-megamenu .mega-col {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
}
.pav-megamenu .mega-col:last-child {
	border-right: none;
}
.pav-megamenu .mega-col .mega-col-inner > ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li {
	list-style: none;
	margin-left: 0;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li > a {
	clear: both;
	color: #6a6a6a;
	display: block;
	line-height: 30px !important;
	font-weight: 300 !important;
	font-size: 14px;
	text-transform: none;
	transition: padding 0.5s ease 0s;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li > a:hover {
	color: #6a6a6a;
	padding-left: 25px;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li:hover {
	border-right: 1px solid transparent !important;
	border-left: 1px solid transparent !important;
}
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.pav-megamenu .dropdown-submenu > .dropdown-menu {
	border-radius: 0 6px 6px 6px;
	left: 100%;
	margin-left: -6px;
	margin-top: -6px;
	top: 0;
}
.pav-megamenu .cols2 {
	width: 420px;
}
.pav-megamenu .cols3 {
	width: 620px;
}
.pav-megamenu .cols4 {
	width: 820px;
}
.dropdown:hover > .dropdown-menu {
	display: block;
}
.pavo-widget .product-block {
	margin-top: 0;
	border: none;
}
.pavo-widget .product-block .image {
	padding: 0;
}
.pavo-widget .product-block .image a {
	line-height: 0px !important;
}
.pavo-widget .group-item {
	display: none;
}
.w-product {
	margin-bottom: 15px;
}
.w-product:last-child {
	margin-bottom: 0;
}
.widget-product-list .name a {
	font-weight: bold;
}
.widget-product-list .price {
	font-size: 15px;
	color: #C83A3A;
}
.widget-product-list .price-old {
	text-decoration: line-through;
	color: #292929;
	font-size: 13px;
}
.hidden-title .menu-title {
	display: none;
}

/*

 * 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%;
}
.sidebar-offcanvas .panel-body {
	padding: 0;
}
.sidebar-offcanvas .box.highlight .box-heading {
	background: #cc3366;
	border: none;
	margin-bottom: 0;
}
.sidebar-offcanvas .box.highlight .box-heading span i {
	padding-right: 10px;
}
}
#mainmenutop .navbar-toggle {
	float: left;
}
#menu-offcanvas .menu-offcanvas-inner {
	background-color: #b70004;
}
#menu-offcanvas .dropdown .dropdown-menu {
	border: medium none;
	box-shadow: none;
	display: block;
	float: none;
	position: relative;
	width: 100% !important;
	min-width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
	padding: 0 20px;
}
html, body, .offcanvas-container, .offcanvas-pusher, .offcanvas-content {
	min-height: 100%;
}
.offcanvas-content {
	overflow-y: scroll;
	background: #f3efe0;
}
.offcanvas-pusher {
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.offcanvas-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.offcanvas-menu-open .offcanvas-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.offcanvas-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	visibility: hidden;
	width: 300px;
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.offcanvas-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.offcanvas-menu-open .offcanvas-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.offcanvas-menu ul {
	margin: 0;
	padding: 0;
	lioffcanvas-style: none;
}
.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.megamenu > li > a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	-webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
	color: #f3efe0;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.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

*******************************************************/

.newsletter-submit .inputbox {
	background-color: #ffffff;
	border: medium none;
	border-radius: 0;
	color: #ccc;
	height: 40px;
	line-height: 40px;
	padding: 3px 10px;
	width: 80%;
	display: block;
	float: left;
	margin: 17px 5px 0 0;
}
.newsletter-submit .button {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484c+0,34373a+30,191a1c+71,020202+100 */
	background: #45484c; /* Old browsers */
	background: -moz-linear-gradient(top, #45484c 0%, #34373a 30%, #191a1c 71%, #020202 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484c), color-stop(30%, #34373a), color-stop(71%, #191a1c), color-stop(100%, #020202)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484c 0%, #34373a 30%, #191a1c 71%, #020202 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45484c 0%, #34373a 30%, #191a1c 71%, #020202 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45484c 0%, #34373a 30%, #191a1c 71%, #020202 100%); /* IE10+ */
	background: linear-gradient(to bottom, #45484c 0%, #34373a 30%, #191a1c 71%, #020202 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484c', endColorstr='#020202', GradientType=0 ); /* IE6-9 */
	border: 1px solid #000;
	height: 40px;
	line-height: 40px;
	margin: 17px 0 0;
	padding: 0 12px;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}
.newsletter-submit .button:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#020202+0,191a1c+36,34373a+69,45484c+100 */
	background: #020202; /* Old browsers */
	background: -moz-linear-gradient(top, #020202 0%, #191a1c 36%, #34373a 69%, #45484c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #020202), color-stop(36%, #191a1c), color-stop(69%, #34373a), color-stop(100%, #45484c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #020202 0%, #191a1c 36%, #34373a 69%, #45484c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #020202 0%, #191a1c 36%, #34373a 69%, #45484c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #020202 0%, #191a1c 36%, #34373a 69%, #45484c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #020202 0%, #191a1c 36%, #34373a 69%, #45484c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='#45484c', GradientType=0 ); /* IE6-9 */
}
.btn-submit {
	background-color: #b70004;
	color: #fff;
}
.btn-submit:hover {
	background-color: #333d46;
	color: #fff;
}
.pavo-widget {
	margin: 20px 0 0 8px;
}
.pavo-widget .menu-title {
	color: #333d46;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.pavo-widget .widget-inner {
	margin-top: 20PX;
}
/* 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');
}
/******************************************************

 * @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

*******************************************************/

.pavcol-md-5 {
	float: left;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	width: 20%;
}
 @media only screen and (min-width: 990px) {
.pavcol-sm-5 {
	float: left;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	width: 20%;
}
}
 @media only screen and (max-width: 990px) {
.pavo-widget iframe {
	display: none;
}
#cart .heading {
	border-radius: 4px;
	height: 35px;
	line-height: 35px;
	background-position: 8px 6px;
	margin-left: 5px;
}
#cart .heading a span {
	float: none;
	padding-right: 15px;
}
#logo {
	text-align: center;
	display: block !important;
}
.welcome .image {
	float: none;
	text-align: center;
}
#topbar {
	padding: 10px 0;
}
#pav-mainnav {
	position: absolute!important;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px!important;
}
.navbar-inverse .navbar-toggle {
	background-color: #b70004;
	border-color: #1BBC9B;
	display: block;
}
.navbar-inverse .navbar-toggle:hover {
	background-color: #b70004;
	border-color: #1CAB8E;
}
.navbar-collapse.collapse {
	display: none !important;
}
.btn-danger {
	margin-top: 10px;
}
.zoomContainer {
	display: none !important;
}
}
 @media only screen and (max-width: 749px) {
#logo {
	padding: 14px 0;
}
.wishlist-info td, .wishlist-info th, table.compare-info td, table.compare-info th, table.pav-checkout-product td, table.pav-checkout-product th, table.pav-shop-cart td, table.pav-shop-cart th {
	border-right: 0 none;
	float: none !important;
	text-align: left !important;
	width: auto !important;
}
.wishlist-info tr td:before, table.pav-shop-cart tr td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	width: 50%;
}
.wishlist-info tr td, table.pav-shop-cart tr td {
	text-align: right;
	min-height: 20px;
	border-left: none;
	background: none;
}
.wishlist-info thead, table.pav-shop-cart thead {
	display: none;
}
}
 @media only screen and (min-width: 600px) and (max-width: 766px) {
.tp-caption, .tp-thumbcontainer, .tparrows {
	display: none;
}
.box-description {
	display: none;
}
ul.links li {
	margin-right: 7px;
}
.col-xs-6 {
	width: 100%;
}
}

/* Iphone 4 landscape */

@media only screen and (min-width: 320px) and (max-width: 480px) {
.product-filter > div {
	margin-top: 5px;
}
.product-filter .product-compare {
	float: left;
	margin-left: 0;
}
.tp-caption, .tp-thumbcontainer, .tparrows {
	display: none;
}
.box-description {
	display: none;
}
.login a.login-icon {
	display: none;
}
.currency {
	margin-left: 0;
	margin-right: 0;
}
.htabs a {
	padding: 15px;
}
.product-info .image-additional {
	padding: 0;
}
.col-xs-6 {
	width: 100%;
}
}
/* Iphone 4 + 5 Portrait */

@media only screen and (min-width: 240px) and (max-width: 320px) {
.pav-slideshow {
	/*display: none;*/
	height:140px;
}
.tp-bullets{
	margin-left:-45px !important;
}
.content-top {
	margin-top: 20px;
}
.product-info .image-additional a {
	margin-left: 0;
}
.product-info .image-additional {
	padding: 0;
}
}

/* Large desktop */


@media (min-width: 1200px) {
/* Code CSS here */

}

/*Ipad landscape*/

@media (min-width: 940px) and (max-width: 1170px) {
.product-block .group-item .cart .button {
	font-size: 11px;
	padding: 0;
}
.pav-showcase .hightlight-featured-box .box-description {
	left: 376px;
}
.newsletter-submit .inputbox {
	width: 65%;
}
}

/*Ipad Portrait*/

@media only screen and (min-width: 768px) and (max-width: 979px) {
.tp-thumbcontainer, .tparrows {
	display: none;
}
.pav-showcase .hightlight-featured-box .box-description {
	left: 155px;
}
.product-block .price-cart{
	float:none;
}
}

/* Iphone 5 landscape */

















.wel_lft {
	float: left;
	width: 76%;
}
.wel_lft > h3 {
	color: #535353;
	font-size: 36px;
	font-weight: 500;
	padding-bottom: 12px;
}
.wel_lft h3 strong {
	color: #b70004;
	font-weight: normal;
}
.wel_lft > p {
	color: #767676;
	font-size: 15px;
	line-height: 20px;
}
.wel_lft > p strong {
	color: #363636;
	display: block;
	font-size: 15px;
	line-height: 20px;
	padding: 10px 0;
}
.wel_lft li {
	background: url("../image/red_aro.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
	color: #767676;
	float: left;
	font-size: 15px;
	line-height: 18px;
	margin-right: 30px;
	padding: 0 0 18px 12px;
	width: 363px;
}
.wel_rit {
	float: right;
}
#pavo-showcase.showcase .container {
	padding: 0;
}
.container .container, .promotion {
	padding: 0 14px !important;
}
.slide .box-description {
	display: none;
}
.productcarousel.highlighted .box-heading {
	display: none;
}
.copyright {
	text-align: center;
}



.navbar-header {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb4c4f+0,e03c40+44,d02529+75,bb070a+100 */
	background: #eb4c4f; /* Old browsers */
	background: -moz-linear-gradient(top, #eb4c4f 0%, #e03c40 44%, #d02529 75%, #bb070a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb4c4f), color-stop(44%, #e03c40), color-stop(75%, #d02529), color-stop(100%, #bb070a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eb4c4f 0%, #e03c40 44%, #d02529 75%, #bb070a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eb4c4f 0%, #e03c40 44%, #d02529 75%, #bb070a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eb4c4f 0%, #e03c40 44%, #d02529 75%, #bb070a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eb4c4f 0%, #e03c40 44%, #d02529 75%, #bb070a 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4c4f', endColorstr='#bb070a', GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
}

.spt {
overflow:hidden;
}
.spt a:first-child {
	float: left;
}
.spt a {
	float: right;
	width: 49%;
}
.spt a img {
	width: 100%;
	height: auto;
}
.row.row-level-1 .box.pts-container {
	margin-top: 14px;
}
.pull-left01.inner {
	width: 100%;
	clear: both;
}
.pull-right01.inner.hidden-xs.hidden-sm {
	float: right;
	width: 50%;
	margin: 20px 0;
}
#pav-mainnav .container {
	padding: 0 !important;
}
.dropdown-menu.pull-right td.total, 
.dropdown-menu.pull-right td.text-right > strong, 
.dropdown-menu.pull-right td.text-right, 
.dropdown-menu.pull-right td.text-right, 
.dropdown-menu.pull-right td.text-right, 
.dropdown-menu.pull-right td.quantity, 
.dropdown-menu.pull-right td.name > a {
	color: #fff;
}
p.empty {
	text-align: center;
	padding-top: 50px;
	color:#FFF;
}
.pull-right.inner.mnue {
	margin-bottom: 10px;
}
#topbar .pull-left a.emailId {
	background: url("../image/ms.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
	color: #5a5b5d;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 8px 0 6px 36px;
    line-height: 24px;
}
#topbar .pull-left strong {
	background: url("../image/cll.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
	color: #5a5b5d;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 8px 0 6px 36px;
    line-height: 24px;
	margin-right:15px;
}
#topbar .pull-left.hidden-sm.hidden-xs {
    padding-top: 6px;
}
.product-block.item-default {
    border: 1px solid #ccc;
	text-align:center;
}
.row.box-product.last .product-block .group-item .cart{}
ul.nav.bullet li a {
    border-bottom: 4px solid #9f9f9f;
    margin: 0;
    padding: 0 0 8px 0;
    top: -33px;
    font-size: 24px;
	color:#151515;
}
ul.nav.bullet li {
    border-bottom: 2px solid #e7e7e7;
}
.box.contact-us li {
    display: inline-block;
    margin-right: 6px;
}
.column.col-xs-12.col-sm-12.col-md-12.col-lg-12.nws_foot {
    padding: 0;
}
.promotion .col-lg-12.col-md-12 {
    padding: 0;
}

.col-sm-offset-8 .table.table-bordered {
    position: relative;
    right: 1px;
	top:1px;
}
.box-category.tree > li {
    border-bottom: 1px dashed;
    padding: 0;
}
.box-category.tree > li:nth-child(2n+2) a {
    background: none repeat scroll 0 0 #F5F5F5;
    display: block;
    overflow: hidden;
}
.productcarousel.highlighted .box-products.slide .carousel-control.left {
    left: 7px;
}
.product-related.box.highlighted .box-heading {
    padding: 10px 15px 9px 0;
}
.product-related.box.highlighted {
    margin-top: 15px;
}
.product-related.box.highlighted .box-products .carousel-control {
    line-height: 28px;
    top: -12px;
}
.product-related.box.highlighted .carousel-control.left {
    left: 7px;
}
.tabs-group #tab-description > div {
    padding: 10px 0 0;
}
.checkout-checkout h4.panel-title, .checkout-checkout h4.panel-title a {
    color: #fff !important;
}
.checkout-checkout .panel-heading {
    padding: 5px 15px;
	border-left:6px solid #000;
}

.mnue{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb4c4f+0,e03c40+44,d02529+75,bb070a+100 */
	background: #eb4c4f; /* Old browsers */
	background: -moz-linear-gradient(top, #eb4c4f 0%, #e03c40 44%, #d02529 75%, #bb070a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb4c4f), color-stop(44%, #e03c40), color-stop(75%, #d02529), color-stop(100%, #bb070a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eb4c4f 0%, #e03c40 44%, #d02529 75%, #bb070a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eb4c4f 0%, #e03c40 44%, #d02529 75%, #bb070a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eb4c4f 0%, #e03c40 44%, #d02529 75%, #bb070a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eb4c4f 0%, #e03c40 44%, #d02529 75%, #bb070a 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4c4f', endColorstr='#bb070a', GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	float:right;
	margin-top:20px;
}
.pull-right.inner.mnue #pav-mainnav li a {
    background-color: transparent !important;
    color: #fff;
    font-family: "Ubuntu",sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    overflow: hidden;
    padding: 16px 12px;
    text-transform: uppercase;
    z-index: 0;
}
.caption.large_text{color: #fff !important;}
.caption.medium_text{color: #fff !important;}
.caption.small_text{color: #fff !important;}

 
.mobile{display:none !important;}

.product-most.box.productcarousel.highlighted .product-meta .warp-info .description{ display:none;}
.box.producttabs.hightlight-featured-box .product-meta .warp-info .description{ display:none;}
h4.panel-title a.accordion-toggle {
    color: #fff;
}
#sidebar-main .well{min-height: 330px;}
.form-horizontal fieldset:nth-child(2n+2) {
    float: right;
}
.form-horizontal fieldset {
    float: left;
    margin: 0 5px 15px;
    width: 48.8%;
	background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    padding: 15px;
	}
.clear {
    clear: both;
    margin: 0;
    padding: 0;
}
#account > legend {
    display: inline-block;
}
.accarrowul {
    display: none;
    position: absolute;
    right: 0;
    background: rgba(0,0,0,0.9);
	z-index: 99999;
}
.accarrow {
    background: rgba(0, 0, 0, 0) url("../image/a_aro.png") no-repeat scroll 0 0;
    display: block;
    height: 5px;
    width: 9px;
    float: right;
    margin: 17px 0 0 6px;
	cursor:pointer;
}
.accarrowul > li {
    display: block !important;
    float: none;
    margin: 0 !important;
}
.accarrowul > li a {
    display: block;
    padding: 5px 10px;
    color: #fff !important;
    line-height: 16px;
    font-size: 14px;
}
.accarrowul > li a:hover{
	background:#333;
}
#sidebar-main .form-horizontal .control-label {
    display: block;
    float: none;
    text-align: left;
    width: auto;
}
#collapse-shipping-address .form-group {
    display: inline-block;
    width: 50%;
}
.pull-left.t_bar {
    margin: 6px 0 0;
}
.ac_lid h2,
.page-checkout-checkout .panel-body h2,
#sidebar-main .well h2,
.form-horizontal fieldset h3 {
    border-bottom:3px double #333d46;
    color: #333d46;
    display: block;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 0 0 10px;
    width: 100%;
}
.login > a:hover{color:#000;}
.login > a{
    color: #5a5b5d;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.page-information-contact .form-horizontal fieldset {
    width: 100%;
}
.box.box-product.special {
    border: 1px solid;
    text-align: center;
}
.special .product-col{margin-bottom:10px;}
.special .price-cart {
    display: block;
    float: none;
    width: 100%;
}
.special .product-block .group-item {
    border: 0 none;
    margin-top: 0;
}
.pull-left0100.inner00 {
    position: relative;
}

.tp_lgo{display:none;}
aside#sidebar-right.col-md-3 #column-right.hidden-xs.sidebar {
    display: block !important;
}
.dvsdlkj .column.col-sm-3 {
    width: 20%;
}
.buttons.clearfix {
    clear: both;
}
.ac_lid:last-child {
    display: block;
    height: 102px;
    margin: 20px auto 0;
    width: 97%;
}
.ac_lid {
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 0 5px #ccc;
    display: inline-block;
    height: 200px;
    margin: 0 10px;
    padding: 10px;
    vertical-align: top;
    width: 47%;
}
.ac_lid .list-unstyled a {
    background: rgba(0, 0, 0, 0) url("../image/ar_le.png") no-repeat scroll 0 center;
    padding: 0 0 0 10px;
}

.page-account-newsletter .form-horizontal fieldset,
.page-account-password .form-horizontal fieldset,
.page-account-edit .form-horizontal fieldset {
    width: 98.5%;
}

.product-info .row .col-lg-6.col-md-6.col-sm-6.col-xs-12.image-container{
    background: #eee none repeat scroll 0 0;
    margin-left: 10px;
    padding: 11px;
    width: 47%;
}
