@import url('jcarousel.css');
@import url('prettyPhoto.css');
/* Reset ================================================================================= */
/* Panel */
.button-fixed{position:relative}
.button-fixed .button{position:fixed; bottom:10px; right:10px; z-index:9999}
.button-fixed .active{background: #8fb21f !important;border-color:#8fb21f !important;text-transform:uppercase;font-weight:bold;font-size:13px;}

* { margin:0; padding:0; }

body          {color:#868686; text-align:left; font-weight: 400; font-size: 12px;}

img           { border:0; vertical-align:top; }

a, a:hover, a:focus{text-decoration:none; }
a:focus        { outline:0; }
button, .form-button {
	background-color: #e7b355;
}
button, .btn{
	transition: background-color 0.2s linear 0s, color 0.2s linear 0s;	
}
.btn-primary,
.btn-default{
		border-radius: 0;
		padding: 8px 12px;
		text-transform: uppercase;
}
.btn-lg { 
	font-size: 14px;
	padding: 14px 20px;
}
.btn-lg span span { font-size: 14px;}
.btn-sm span { font-size: 10px;}
.btn-xs,
.btn-sm{
	font-size:10px;
	padding: 5px 8px;
	font-weight: normal;
}
.btn-default:hover span {
	color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open >.dropdown-toggle.btn-primary, .btn-primary.btn-sm:hover,.btn-primary.btn-sm:focus, .btn-primary.btn-sm:active, 
.btn-primary.btn-sm.active {
	background-color: #000;
	border-color: #000;
}
input, textarea, .form-control {
	border-radius: 0 ; 
}
label{font-weight:400}

/* Headings */
h1,h2,h3,
h4,h5,dt     { margin:0 0 5px; line-height:1.35; color:#1b242b;}

h1            { font-size:24px; font-weight:bold; }
h2            { font-size:20px; font-weight:bold; }
h3            { font-size:18px; font-weight:bold; }
h4            { font-size:16px; font-weight:bold; }
h5            { font-size:14px; font-weight:bold; }
h6            { font-size:14px; font-weight:bold; color: #1b242b;}
/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0;border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }
.a-center{text-align:center}

/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
.input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          
}
.input-text:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.input-text::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.input-text:-ms-input-placeholder {
  color: #777;
}
.input-text::-webkit-input-placeholder {
  color: #777;
}
.input-text[disabled],
.input-text[readonly],
fieldset[disabled] .input-text {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.input-text {
  height: auto;
}
select {
	border: 1px solid #e2e2e2 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
select option {
	padding: 9px;
}
button.button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.button:focus,
.button:active:focus,
.button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:hover,
.button:focus {
  color: #333;
  text-decoration: none;
}
.button:active,
.button.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.guest-select {width:305px !important;}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.no-display   { display:none; }
.center{text-align:center}
.tp-bannershadow.tp-shadow2{background:none !important}
.map-container #map{height:400px}
.tooltip-links a{display:block !important}


header nav ul.nav-main {
	margin: -7px 10px 8px 0;
}
header nav {
	position: relative;
}
header nav ul.nav-main > li + li {
	margin-left: -4px;
}

header nav ul.nav-main .dropdown-submenu {
	position: relative;
}


header nav ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

header nav ul.nav-main .dropdown-submenu > a:after {
	content: "\f178";
	font-family: FontAwesome;
	font-size: 14px;
	position: absolute;
	right: 10px;
}

header nav ul.nav-main .dropdown-submenu:hover > a:after {
	border-left-color: #ffffff;
}

header nav ul.nav-main .dropdown-submenu.pull-left {
	float: none;
}

header nav ul.nav-main .dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

header nav ul.nav-main ul.dropdown-menu,
header nav ul.nav-main li.dropdown.open a.dropdown-toggle,
header nav ul.nav-main li.active a {
	background-color: #CCC;
}
header nav ul.nav-main ul.dropdown-menu {
	-moz-border-radius: 0 6px 6px 6px;
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 0 6px 6px 6px;
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
	border: 0;
	border-radius: 0 6px 6px 6px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
	margin: 0;
	padding: 5px;	
	border-top: 3px solid #e7b355;
	left: auto;
	top: auto;
	min-width: 0;
}
header nav ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
	left: 0;
	padding-bottom: 15px;
}  

header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
	margin-left: 0;
	margin-top: -5px;
}
.mega-menu-fullwidth ul.dropdown-menu {
	width: 100%;
}
.mega-menu-fullwidth ul.dropdown-menu div > .sub-menu > li {
	border: none;
	background: none;	
}
.mega-menu-content ul.sub-menu li ul.sub-menu li a {
	padding-left: 32px !important;
}
.mega-menu-content {
	padding: 15px;
}
.mega-menu-fullwidth ul.dropdown-menu div > .sub-menu > li:hover {
	background: none;
}
.mega-menu-fullwidth ul.dropdown-menu .sub-menu li:hover {
	background-color: #f7f6f6;
}


header nav ul.nav-main ul.dropdown-menu li a:hover {
	cursor: pointer;
}


header nav ul.nav-main .mega-menu-item ul.dropdown-menu li:hover {
	background: none;
}

header nav ul.nav-main ul.dropdown-menu > ul > li {
	position: relative;
	border-bottom: 1px solid #f0efef;
}
header nav ul.nav-main ul.dropdown-menu > ul > li > ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 347px;
	border-top: 2px solid #e7b355;
	box-shadow: none;
	border-radius: 0;
	padding: 0;	
}
header nav ul.nav-main ul.dropdown-menu > ul > li > ul > li {
	border-bottom: 1px solid #f0efef;
	background-color: #fff;
}
header nav ul.nav-main ul.dropdown-menu > ul > li:hover > ul {
	display: block;
}

header nav ul.nav-main > li > a {
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	margin-left: 3px;
	margin-right: 3px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 13px;
}
.dropdown-menu > li > a {
	padding: 0;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: none;
}
#mainMenu .dropdown .dropdown-menu li ul li{
	line-height: 1;
}
#mainMenu .dropdown .dropdown-menu .nobg:hover {
	background: none;
}
#mainMenu .dropdown .dropdown-menu .nobg {
	border: none;
}
#mainMenu .dropdown .dropdown-menu li ul li:last-child {
	border-bottom: none; 
}
#mainMenu .category-menu .dropdown-menu span {
	font-size: 18px;
}
#mainMenu .dropdown .dropdown-menu li a {
    color: #707477;
    font-size: 14px;   
    display: inline-block;
    padding: 12px 0 12px 12px;
    min-width: 200px;
    border-bottom: 1px solid #efefef;
}
#mainMenu .dropdown .dropdown-menu li a:hover {
	background-color: #f7f6f6;
}
#mainMenu .dropdown > .dropdown-menu > li > ul{
    border: 1px solid #f1f1f1;
}
#mainMenu .dropdown-submenu > .submenu {
	background: none repeat scroll 0 0 #fff;   
    left: 100%;
    position: absolute;
    top: -2px;
    display: none;
}
#mainMenu .dropdown-submenu > .submenu li a {
	min-width: 300px;
}
#mainMenu .dropdown-submenu > .dropdown-menu {
	background: none repeat scroll 0 0 #fff;
    left: 100%;
    position: absolute;
    top: 0px;
    display: none;
	border-radius: 0;
	box-shadow:none;
}
#mainMenu .dropdown-submenu > .dropdown-menu li a {
	min-width: 200px;
}
#mainMenu .dropdown-submenu > .dropdown-menu  li {
	padding:0;
}
#mainMenu .dropdown-submenu:hover > .dropdown-menu {
	display:block;
}
#mainMenu .dropdown-submenu:hover > .submenu {
    display: block;
}

header nav ul.nav-main li .dropdown-menu a {
	text-transform: none;
	font-weight: normal;
	font-size: 0.9em;
}
.nav>li>a:hover, .nav>li>a:focus {
	
	border-radius: 0;	
}
header .nav > li > a:hover, header .nav > li > a:focus {
	background: none !important;
}
header nav ul.nav-main li.dropdown:hover > a {
	padding-bottom: 11px;
	margin-bottom: -1px;
}

header nav ul.nav-main li.dropdown:hover > .dropdown-menu {
	display: block;
}

.btn-responsive-nav{display:none}

.ui-slider {
    background: #eaeaea;
    border-left: 1px solid #dadada;
    border-radius: 4px;
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
    position: relative;
    text-align: left;
}

.price .ui-slider-horizontal {
    height: 8px;
}
.price #amount {
	background-color: #f5f4f4;
    border: medium none;
    color: #1b242b;
    display: block;
    font-size: 12px;
    margin: 0 auto;
    max-width: 250px;
    text-align: center;
}
.price .label-box {
	margin-top: 10px;
}
.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 22px;
    position: absolute;
    width: 22px;
    z-index: 2;
    border-radius: 50%;
    border: 2px solid #fff;
}

.ui-slider-horizontal .ui-slider-handle {
    cursor: pointer;
    top: -8px;
}
.mfp-container .mfp-iframe-scaler {width:900px}

#slider-range .ui-slider-handle:last-child {
    margin-left: -22px;
}
#theme-popup{position:fixed; top:0; left:0; width:100%; height:100%; opacity:0.3; z-index:900; background-color:rgba(255, 255, 255, 0.99); display:none}
#theme-popup img{position:fixed; top:50%; left:50%; z-index:910; margin-left:-16px; margin-top:-16px}

/*Left category navigaton*/
.category-products{padding-bottom:50px}
.toolbar-bottom{margin-top:5px}
.category-title h1{
	color: #1b242b;
	text-transform: uppercase;
	font-weight: bold;
}
.toolbar {
	margin-bottom: 26px;
}
.toolbar .right span.grid, .toolbar .right span.list{	
	padding: 9px 11px;	
}
.toolbar .right a {
	border: 1px solid #e4e4e4;
	padding: 9px 11px;
	color: #868686;
}
.toolbar .amount {
	float: left;
	padding-top: 9px;
}
.toolbar .limiter {
	float: left;
	margin-left: 19px;
}
.three_columns .toolbar .limiter {
	margin-left: 0;
}
.toolbar .limiter label {
	color: #2a3337;
}
.toolbar .limiter select {
	width: 69px;
	margin-left: 10px;
	display: inline-block;
}
.toolbar .right label {
	color: #2a3337;	
}
.toolbar .right select {
	width: 159px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.three_columns .toolbar span.amount {
	display: none;
}
.sidebar .block {
	margin-bottom: 30px;
}
.sidebar .price {
	font-size: 12px;
}
.sidebar .block dl dd {
	margin-bottom: 38px;
}
.vertical-menu li{
	/*background: none repeat scroll 0 0 #e6e6e6;*/
    cursor: pointer;
    display: block;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.vertical-menu li a {
    color: #666666;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 45px;
    padding: 0 30px 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.vertical-menu #content-navigation > li > a {
	border-bottom: 1px solid #e6e5e5; 
}
.vertical-menu li .toggle-icon {
    position: absolute;
    left: 0;
    top: 7px;
}

.vertical-menu li .toggle-icon a {
    background: url("../images/plus-minus.png") no-repeat scroll 2px 2px rgba(0, 0, 0, 0) !important;
    border: 1px solid #8d8d8d;
    color: #333333;
    display: block;
    margin-top: 9px;
    padding: 6px;
    border-radius: 3px;
}
.vertical-menu li .icon {
	border: 1px solid #8d8d8d;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    top: 17px;
    width: 13px;
    border-radius: 3px;
}
.vertical-menu li ul li ul li .icon {
	left: 6px;
}
.vertical-menu li .toggle-icon a.collapse{
	background-position:2px -73px !important;
}

.vertical-menu li ul li {
    /*background: none repeat scroll 0 0 #efefef;*/
    font-size: 0.9em;
    padding-left: 34px;
    border-bottom: 1px solid #e6e5e5;
}
.vertical-menu li ul li ul li {
	border-bottom: 1px solid #e6e5e5;
}
.vertical-menu li ul li .fa {
	display: none;
}
.vertical-menu li ul li .toggle-icon {
	left: 34px;
}

.vertical-menu ul a {
    padding-left: 25px;
}
.vertical-menu ul > li ul > li ul > li > a{
	padding: 0;
}
.sidebar h3 {
	color: #1b242b;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	margin: 0;
}
.sidebar .block .block-content #narrow-by-list dt {
	font-size: 18px;
	color: #1b242b;
	text-transform: uppercase;
	font-weight: 700;
}
.sidebar .block .block-content #narrow-by-list dt:after {	
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 20px;
    margin-top: 14px;
    width: 30px;
}
.sidebar .block #newsletter-validate-detail .actions {
	float: left;
}
.sidebar .block #newsletter-validate-detail .actions button {
	padding: 3px;
}
.sidebar .block-content .currently .label {
	color: #868686 !important;
	font-size: 400;
}
.sidebar .block-content .currently li {
	margin-bottom: 8px;
	border: none;
	padding: 0;
}
.sidebar .block-content .currently .label {
	padding: 0.2em 0.6em 0.3em 0;
}

.sidebar .block-content em {
	color: #868686 !important;
	font-size: 13px;
}
.sidebar .block-subscribe em {
	display: none;
}
.sidebar .block-subscribe .block-content .actions button {
	height: 34px;
}
.sidebar .block-content .currently {
	border-bottom: 1px solid #e6e5e5;
} 
.sidebar .block-content .actions a {
	margin-right: 10px;
}
.sidebar .block-content .actions .btn-default:hover {
	color: #fff !important;
}
.sidebar .block-content .actions a em {
	margin-left: 10px;	
}
.block-compare .block-content p {
	color: #868686;
}
.block-compare .block-content .item {
	min-height: 0;
}
.block-compare .block-content .product-image {
	float: left;
}
.block-compare .block-content .product-image {
	width: 50px;
}
.block-compare .block-content em {
	margin-top: 15px;
}
.block-compare .block-content .product-name {
	margin-left: 10px;
	float: left;
}
.block-layered-nav {
	overflow: hidden;
}
.block-layered-nav .block-content .actions a {
	float: right;
	margin: 10px 0 0 10px;
}

.block-layered-nav .block-content a {
	color: #1b242b;
	text-transform: capitalize;
}
.block-layered-nav .block-content li {
	padding: 11px 0 9px 0;
	border-bottom: 1px solid #e6e5e5; 
}
.sidebar .block-cart #cart-sidebar .item {
	min-height: 0;
	margin-bottom: 15px;
	margin-top: 15px;
}
.sidebar .block .block-title h3:after {
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	margin-top: 14px;
	margin-bottom: 20px;
}
.sidebar .block .title h3:after {
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	margin-top: 14px;
	margin-bottom: 24px;
	margin-left: 0;
}
.sidebar .block .title h3 {
	text-align: left !important;
}
.sidebar .block-cart .block-content p, .sidebar .block-cart .block-content strong{
	color: #868686;
}
.sidebar .block-cart .block-content .label {
	color: #868686;
	padding: 0.2em 0.6em 0.3em 0;
	font-weight: 400;
}
.sidebar .block-cart .block-content #cart-sidebar .btn-remove {
	margin-right: 10px;
}
.sidebar .block-cart #cart-sidebar .product-name a {
	color: #1b242b;
}

.block-poll .title h3 {
	background: none;
	text-align: left;
	margin-bottom: 0;
}
.block-poll .block-content .block-subtitle { 
	color: #1b242b !important;
}
.block-poll .block-content div {
	margin-bottom: 16px;
}
.block-poll .block-content .btn {
	font-size: 14px;
}
.block-poll .block-content .btn:hover {
	color: #fff;
}
.sidebar {
	margin-bottom: 42px;
}
.leftcate {
	background-color: #f5f4f4; 
	padding-top: 37px;	
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
	overflow:hidden;
}

.sidebar .block-wishlist .item {
	min-height: 0;
	margin-bottom: 15px;
}
.sidebar .block-wishlist .item a {
	border: none;
}
.sidebar .block-wishlist .block-subtitle {
	color: #868686;
}

.sidebar .block-wishlist .item .btn-remove {
	margin-right: 10px;
}
.sidebar .block-wishlist .item .product-name a {
	color: #1b242b !important;
}
.sidebar .re-order .title h3 {
	text-align: left;
	background: none;
	margin-bottom: 0;
}
.sidebar .re-order .block-subtitle {
	color: #868686;
}
.sidebar .re-order img {
	float: left;
	width: 50px;
	margin-right: 10px;
}
.sidebar .re-order #reorder-validate-detail .recent_posts_widget li a {
	color: #1b242b;
}
.sidebar .block-subscribe #newsletter-validate-detail .input-box {
	float: left;
}
.sidebar .block-subscribe #newsletter-validate-detail .input-box input {
	font-size: 12px;
}
.sidebar .block-subscribe #newsletter-validate-detail .actions button {
	height: 34px;
}
.sidebar .block-subscribe #newsletter-validate-detail em {
	display: none;
}
.sidebar .block-tags h3 {
	background: none;
	text-align: left;
	margin-bottom: 0;
}
.sidebar .block-tags a {
	color: #8d9095;
	background-color: #fff;
	padding: 10px 12px;
	border: 1px solid #e4e4e4;
	margin: 0 10px 11px 0;
	float: left;
}
.sidebar .block-viewed .item {
	min-height: 0;
}
.sidebar .block-viewed .item .product-image {
	float: left;
}
.sidebar .block-viewed .item .product-image a img {
	width: 50px;
}
.sidebar .block-viewed .item .product-name {
	float: left;
	margin-left: 10px;
}
.sidebar .label {
	font-size: 100% !important;
}
/*End Left category navigaton*/
/* Category List Type */
#products-list .product-shop .product-name a {
	color: #1b242b;
	font-size: 14px;
}
#products-list .product-shop .old-price {
	margin-left: 0;
	margin-bottom: 0;
}
#products-list .product-shop .f-fix .price-box {
	margin: 7px 0 9px 0;
}
#products-list .product-shop .price-box {
	margin: 0;
}
#products-list .product-shop .desc {
	line-height: 22px;
}
#products-list .product-shop .funs {
	margin-top: 34px;
}
#products-list .product-shop .ratings {
	float: left;
}
#products-list .product-shop .btn-cart {
	width: 100%;
}
#products-list .product-shop .add-to-links li a {
	border: 1px solid #e1e1e1;
    display: inline-block;
    padding: 10px 12px;
    transform: rotate(45deg);
}
.three_columns #products-list .product-shop .add-to-links li a {
	padding: 8px 10px;
}
#products-list .product-shop .add-to-links li a.link-details {
	padding: 10px 13px;
}
.three_columns #products-list .product-shop .add-to-links li a.link-details {
	padding: 8px 11px;
}
#products-list .product-shop .add-to-links li a:hover {	
	color: #fff;
}
#products-list .product-shop {
	padding-top: 22px;
}
#products-list .product-shop .add-to-links li {
	display: inline;
	padding: 0 12px;
}
.three_columns #products-list .product-shop .add-to-links li {
	padding: 0 8px;
}
#products-list .product-shop .add-to-links li:first-child {
	padding-left: 0;
}
#products-list .product-shop .add-to-links li:last-child {
	padding-right: 0;
}
.category-description {
	line-height: 22px;
}
.toolbar .npp a {
	border: 1px solid;
    display: inline-block;
    margin-left: 10px;
    padding: 7.5px 14px;
}
/* End Category List Type */
/* Pagination */
.pagination {
	margin: 0;
}
.pagination li  a {
	color: #8d9095;
	border: 1px solid #e4e4e4;
	border-radius: 0 !important;
	margin: 0 5px;
}
.pagination > li.active > a {	
	background: none;
	border-radius: 0;
}
.pagination > li:hover > a {
	background: none;
}
/* End pagination */
/*End Right category navigation*/

/* Top link */
.top-bar ul.links li{
	float:left;
	padding: 0 15px;
}
.logo-container{float:left;}
.nav-container{float:left;width:100%;}
#nav li {
  float: left;
}
#nav li {
  position: relative;
  text-align: left;
}
.skype_c2c_text_span {
	color: #ffffff !important;
}
.form-language,.form-currency{display:inline-block !important;float:right;}
.welcome-msg{float:left;}
.links{float:right;}
.callus {
	padding: 10px 11px 11px 14px;
    float: left;
    min-width: 130px;
    border-left: 1px solid #141414;
    color: #fff;
}
#header-v3 .callus, #header-v4 .callus {
	border-right: 1px solid #141414;
}
.callus em {
	color: #959595;
	margin-right: 8px;
}
.callus .fa {
	margin-right: 10px;
}
.links {
	float: none !important;
}

.dropdown {
	display: block !important;
	float: right;
	padding: 11px 12px 11px 16px;
	background-color: #181818;
	border-right: 1px solid #040404;
	border-radius: 0px;
	font-size: 12px;
}
.top-bar {
	background-color: #000000;
	height: 39px;
}
.top-bar .form-currency {
	border-right: 1px solid #040404;
	background-color: #181818;
}
.top-bar .form-currency .dropdown-menu {
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	 border-radius: 0;
    left: auto;
    right: 0;
   min-width: 63px !important;
   padding: 0;   
   top: 94%;
}
.toplinks .dropdown-menu {
	right: 0;
	left: auto;
	border-radius: 0;
	box-shadow: none;
	-webkit-shadow: none;
	padding: 0;
	top: 94%;
}
.toplinks .dropdown-menu li a{
	padding: 5px 16px;
	border-bottom: 1px solid #f0efef;
	font-size:12px;
}
.top-bar .form-currency .dropdown-menu li a{
	padding: 5px 16px;
	border-bottom: 1px solid #f0efef;
	font-size:12px;
}
.top-bar .form-currency #dropdownMenu1 {
	border: none;
	padding: 11px 12px 11px 12px;
	border-radius: 0px;
	color: #fff !important;
	font-size: 12px;
	background: none;
}
.top-bar .form-currency #dropdownMenu1 a{
	color: #fff !important;
	margin-right: 3px;
}
.top-bar .form-language {
	background-color: #181818;
}
.top-bar .form-language #dropdownMenu2 {
	border: none;
	padding: 8px 12px 7px 12px;
	border-radius: 0px;
	color: #fff;	
	border-right: 1px solid #040404;
	background: none;
}
.top-bar .form-language .dropdown-menu {
	border-radius: 0;
    box-shadow: none;
    left: auto;
    right: 0;
    width: 122px;
    padding: 0;
    top: 96%;
}
.top-bar .form-language .dropdown-menu li{
	border-bottom: 1px solid #f0efef;
}
.top-bar .form-language .dropdown-menu li a {
	padding: 5px 11px;
	font-size:12px;
}
.top-bar .form-language .dropdown-menu li a img {
	margin-right: 8px;
}
#design-header-welcome-text {
	font-size: 12px;
	color: #959595;
}
.welcome-msg {
	padding: 11px 0 11px;
	min-width: 156px;
}
header .social {
	margin-top: 49px;
	min-width: 169px;
}
.social li {
	float: left;
}
header .social .fa {
	color: #8d9195 !important;
	margin-right: 13px;
	font-size: 15px;
}
.logo-container  {
	margin-top: 44px;
	margin-bottom: 40px;
}
.logo-container .logo {
	margin: 0;
}
.menu_cate ul li {
	display: inline;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	border-bottom: none !important;	    
}
.menu_cate ul li a {
	border-bottom: none !important;
	padding: 0 !important;	
	min-width: 0 !important;
}
.menu_cate ul li:hover {
    background-color: none;
}
.menu_cate ul li:first-child {
	padding-left: 0 !important;
	padding-right: 7px !important;
	color: #1b2429;
}
.menu_cate ul {
	padding-bottom: 12px;
	border-bottom: 1px solid #e6e5e5;
}
.dropdown-menu .discount {
	padding-bottom: 12px !important;
	margin: 0 !important;
	border-bottom: 1px solid #e6e5e5;	
}
.dropdown-menu .cmega {
	padding-top: 29px;
}
.dropdown-menu .cmega .widget-products .product-image img {
	width: 60px;
}
.dropdown-menu .cmega .widget-products .product-name a {
	padding: 0;
}

.navv {
	z-index: 1000;
}
.navbar-collapse {
	border-top: 1px solid #242628;	
	margin: auto;
	border-bottom: 3px solid #242628;
	border-radius: 0;
	padding-left: 0 !important;
	padding-right: 0 !important; 
}
header nav ul.nav-main {
	margin: 0;
}
header nav ul.nav-main > li > a {
	font-size: 16px;
	color: #1b2429;
	padding: 18px 20px !important;
	font-weight: 600;
}
header nav ul.nav-main ul.dropdown-menu, 
header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
	background-color: #fff !important;
	border-radius: 0;
	padding: 0;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	
}

.shopcart {
	background: none;
	border: none;
	padding: 0;
	margin-top: -12px;
	display: block;
}

@media screen and (min-width: 992px) {
	.shopcart {
		margin-top: 0;
	}
}

.shopcart i {
	font-size: 20px;	
}
.sidebar1 {
	padding: 10px 14px 7px !important;
	border-right: none;
}
.shopcart .carett {
	bottom: -13px;	
	display: block;
	padding: 1.5px 20px;
	position: absolute;
	right: 0;
}
.side {
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	left: auto;
    right: -1px;
    width: 262px;
    top: 37px;
    padding: 20px 11px;
}
.side .item {
	min-height: 0 !important;
} 
.side .item .product-image {
	float: left;
	width: 50px;
}

.side .item .product-details .product-name {
	margin: 0;
}
.side .subtotal .label {
	color: #2f2f2f !important;
	font-size: 14px;
	padding: 0;
}
.side .product-details {
	float: left;
	margin-left: 9px;
	width: 122px;
}
.side .subtotal span {
	color: #1b242b !important;
	font-size: 14px;
	text-transform: uppercase;
}
.side .product-details span {
	color: #aeb0b2;
	font-size: 14px;
}
.side ol > .baritem {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #e6e5e5;
}
.side ol > .baritem > a > em {
	font-size: 18px;
	color: #919191;
}
.side ol > .baritem > a {
	padding: 5px;
}
.side3 {
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	left: auto;
    right: -1px;
    width: 262px;
    padding: 20px 11px;
}
.side3 .item {
	min-height: 0 !important;
} 
.side3 .item .product-image {
	float: left;
	width: 50px;
	margin-right: 10px;
}
.side3 .subtotal .label {
	color: #2f2f2f !important;
	font-size: 14px;
	padding: 0;
}
.side3 .subtotal span {
	color: #1b242b !important;
	font-size: 14px;
	text-transform: uppercase;
}
.side3 .product-details span {	
	font-size: 14px;
	margin-left: 3px;
}
.side3 ol > .baritem {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #e6e5e5;
}
.side3 ol > .baritem > a > em {
	font-size: 18px;
	color: #919191;
}
.side3 ol > .baritem > a {
	padding: 5px;
}
#panel-form .form-language #dropdownMenu1 {
	position: absolute;
	right: 0;
}
.menu2 {
	position: relative;
}
.menu2 .social {
	position: absolute;
	top: -25px;
	right: 0;
	min-width: 132px;
}
.top-bar .social {
	margin-top: 11px;
	float: left;
	margin-left: 15px;
}
#header-v3 .top-bar .social, #header-v4 .top-bar .social {
	margin-left: 24px;
}
.lefttop .child-builder {
	float: left;
} 

.header .shopcart {
	width: 192px;
}
.header .shopcart a {
	color: #000000;
}
.header .dropdown, .header .sidebar1 {
	padding: 0 !important;
}

.header .shopcart .leftcart {
	float: left;
	padding: 16px 17px !important;	
}
.header .shopcart .leftcart i {
	color: #fff;
}
.header .shopcart .summary {
	float: left;
	line-height: 52px;
	padding-left: 12px;
}
.header .shopcart .summary .amount {
	float: left;
    font-weight: 400;
    text-transform: none;
    color: #000;	
}
.header .shopcart .summary .subtotal {
	text-transform: none;
	float:left;
	padding-left:2px;
}
.header .shopcart .summary .subtotal .price {
	font-weight: 400 !important;
}
.header .sidebar1 {
	line-height: 0 !important;
}
.header .sidebar1 .price {
	color: #000000;
	font-size: 12px;
}
.header .sidebar1 .dropdown-menu {
	line-height: 1.42857;
	margin-left: 0 !important;
}
.clear {
	clear: both;
}
#header-v2 .form_search, #header-v1 .form_search, #header-v4 .form_search {
	position: relative;
	overflow: hidden;
}
#header-v3 .form_search {
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 9px;
}
#header-v4 .form_search {
	padding-right: 14px;
}
#header-v2 .sidebar1 .summary, #header-v1 .sidebar1 .summary {
	display: none;
}
#header-v2 .side3, #header-v1 .side3 {
	top: 95%;
}
#header-v2 .form_search, #header-v1 .form_search {
	margin-top: 36px;
}
#header-v4 .cartcenter, #header-v3 .cartcenter {
	
	padding-top: 24px;
}
#search_mini_form #search {
	/*min-width: 360px !important;*/
	height: 30px !important;
	background-color: #fff !important;
	border: none;
    border-radius: 2px;
}
.header .search,
.header .removes{
	background: none;
	border: none;
	color: #8c919b;
	font-size: 20px;
	font-family: inherit;
	position: absolute;
}
.header .removes {
	display: none;
}
#header-v4 .header .search {
	right: 19px;
	top: 2px;
	padding: 10px 12px;
}
#header-v4 .header .removes {
	right: 19px;
	top: 2px;
	padding: 10px 12px;
}
#header-v1 .header .search, #header-v2 .header .search {
    right: 10px;
    top: 10px;
}
#header-v1 .header .removes, #header-v2 .header .removes {
	background: none;
	border: none;
	color: #8c919b;
	font-size: 20px;
	font-family: inherit;
	position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}
nav > #mainMenu > li > a {
	border-radius: 0 !important;
}
#header-v1 nav {
	text-align: center;
}
#header-v1 nav #mainMenu {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
header nav #mainMenu .dropdown {
	background: none;
	padding: 0;
	border: none;
	position: static !important;
}
header nav #mainMenu .dropdown h3 {
	padding-top: 20px;
	text-transform: uppercase;
}
header nav #mainMenu .dropdown img {
	padding-top: 20px;
}

header nav #mainMenu .dropdown p {
	color: #707477;
    line-height: 20px;
    margin-top: 20px;
}
header #mainMenu a {
	font-weight: 400;
}

header nav ul.nav-main li.active a {
	background-color: inherit !important;
}
#header-v3 .cartcenter .carett, #header-v4 .cartcenter .carett {
	display: none;
}
#header-v3 .search {
	position: absolute;
    background: none;
    border: none;
    font-size: 20px;
    color: #000;
    right: 3px;
    top: 0;
    padding: 12px;
}
#header-v3 .removes {
	position: absolute;
    background: none;
    border: none;
    font-size: 20px;
    color: #8c919b;
    display: none;
    right: 3px;
    top: 0;
    padding: 8px 12px;
}
#header-v4 nav ul.nav-main li a {
	font-weight: 400;
}
/* header 7 */
.cms-home #header-v7 {
	width: 100%;
	position: absolute;
	z-index: 100;
	background: none;
}
#header-v7 .header { margin-bottom: 29px; }
#header-v7 .navv .header { margin-bottom: 0; }
#header-v7 .smenu {
	margin-right: 0;
}
#header-v7 .smenu,
#header-v7 .r-header2 {
	padding-top: 37px;
	float: right;
}

.cms-home #header-v7 nav > #mainMenu > li > a { padding: 7.5px 13px !important; background: none; }
.cms-home #header-v7.header-v8 nav > #mainMenu > li > a { 
	line-height: 14px; 
	height: auto; 
	color: #fff; 
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	padding-left: 6px !important;
	padding-right: 6px !important;
}
.cms-home #header-v7 nav #mainMenu { padding-top: 32px; }
.cms-home #header-v7 .navbar-collapse { float: right; border: none; } 
.cms-home #header-v7 nav #mainMenu > li.active a { background: none; }
.cms-home #header-v7 .shopcart i { font-size: 15px; }
.cms-home #header-v7 .toplinks { 
	border: medium none;
	line-height: 1.42857 !important;
	padding: 0 !important;
}
.cms-home #header-v7 nav { position: static; }
.tp-rightarrow.default,
.tp-leftarrow.default {
	z-index: 20;
}
.cms-home #header-v7 .smenu, .cms-home #header-v7 .r-header2 {
	padding-top: 15px;
}
.cms-home #header-v7 .shopcart i {
	color: #fff;
	margin-left: 0;
}
.cms-home #header-v7 nav #mainMenu .dropdown .title {
	color: #fff;
}
.cms-home #header-v7 .header { padding-bottom: 0; }
.cms-home #header-v7 .form_search > .search3, 
.cms-home #header-v7 .cart_top .sidebar1 .icon-cart {
	font-size: 15px;
	border: none;
	margin-right: 3px;
	padding: 9.5px 13px !important;
	color: #fff;
	line-height:1.42857 !important;
	width: auto;
}
.cms-home #header-v7 .cart_top .sidebar1 { background: none; }
.cms-home #header-v7.header-v8 .form_search > .search3, 
.cms-home #header-v7.header-v8 .cart_top .sidebar1 .icon-cart {
	padding: 5.5px 11px !important;
}
.cms-home #header-v7 .cart_top .sidebar1 .icon-cart i > span {
	left: 0;
}
#header-v7 .form_search .form-search .search {
	top: 9px;
	right: 18px;
}
#header-v7 #search_mini_form { right: 65px; }
.cms-home #header-v7 .form_search .form-search .search {
	right: 9px;
	top: 16px;
	display: block !important;
}
.cms-home #header-v7 .toplinks > div {
	font-size: 15px;
	border: none;
	padding: 9.5px 14px !important;
	margin-right: 3px;
}
.cms-home #header-v7 .toplinks { background: none; }
.cms-home #header-v7 .toplinks > div a { color: #fff; }
.cms-home #header-v7 .btn-group,
.cms-home #header-v7 .form_search { display: block !important; overflow: visible; background: none !important; }
.cms-home #header-v7 .form-language > button, 
.cms-home #header-v7 .form-currency > button {
	color: #fff !important;
	border: none !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin-right: 3px;
}
#header-v7 .cart_top { position: relative; }
#header-v7 #search_mini_form,
#header-v7 .sidebar1,
#header-v7 .cart_top { float: right; }
#header-v7 #search_mini_form { margin-right: 10px; }
#header-v7 .removes,
#header-v7 .search { right: 26px; top: 12px; }
#header-v7 .shopcart .carett { bottom: 0; top: 19px; padding: 3px 6px; }
.cms-home #header-v7 .form-currency > button {
	line-height: 40px;	
	padding: 0 10px !important;
}
.cms-home #header-v7 .form-language > button {
	line-height: 28px;	
}
.cms-home #header-v7 .form-language > button img {
	padding-top: 3px;
}
#header-v7 .form-language > ul,
#header-v7 .form-currency > ul,
.cms-home #header-v7 .toplinks .dropdown-menu {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.cms-home #header-v7 .form-language > ul > li > a,
.cms-home #header-v7 .form-currency > ul > li > a,
.cms-home #header-v7 .toplinks > ul > li > a {
	color: #aeb0b2;
	border: none;
	padding: 0;
}
.tp-rightarrow.default,
.tp-leftarrow.default {
	z-index: 20 !important;
}
.cms-home #header-v7 .form-language ul,
.cms-home #header-v7 .form-currency ul { padding: 0; margin-top: 0; } 
.cms-home #header-v7 .form-language ul li,
.cms-home #header-v7 .form-currency ul li,
.cms-home #header-v7 .toplinks ul li {
	border-bottom: 1px solid #ececec;
	padding: 5px 12px;
	width: 100%;
}
.cms-home #header-v7.header-v8 .toplinks ul li { padding: 0; }
.cms-home #header-v7 .form-language ul li,
.cms-home #header-v7 .form-currency ul li,
.cms-home #header-v7 .toplinks ul li {
	border-bottom: none;
}
.cms-home #header-v7 .form-language ul li:hover a,
.cms-home #header-v7 .form-currency ul li:hover a,
.cms-home #header-v7 .toplinks ul li:hover a {
	background: none;
}
.cms-home #header-v7 .form-language > ul > li > a:hover,
.cms-home #header-v7 .form-currency > ul > li > a:hover,
.cms-home #header-v7 .toplinks > ul > li > a:hover {
	color: #1b2429;
}
.cms-home #header-v7 .form_search #search_mini_form {
	left: auto;
	right: 61px;
}
.cms-home #header-v7 .toplinks .dropdown-menu { top: 38px; right: 3px; }
.cms-home #header-v7 .r-header2 {
	padding-top: 0;
	float: right;
}
#header-v7.sticky-menu .sticky_menu .header {
	margin-bottom: 0;
}
.cms-home #header-v7 .r-header2 { padding-top: 42px; }
.cms-home #header-v7.sticky-menu .sticky_menu #mainMenu {
	padding-top: 12px;
	padding-bottom: 0;
}
#header-v7.sticky-menu .sticky_menu .logo-container {
	padding-top: 5px;	
}
#header-v7.sticky-menu .sticky_menu .form_search .search {
	top: 16px;
}
.cms-home #header-v7.sticky-menu .sticky_menu #mainMenu > li > a {
  color: #1b2429;
}
.cms-home #header-v7.sticky-menu .sticky_menu .logo-container {
	padding-top: 13px;
}
.cms-home #header-v7.sticky-menu .sticky_menu .smenu {
	padding-top: 8px;
}
.cms-home #header-v7.sticky-menu .sticky_menu .r-header2 {
	padding-top: 16px;
	padding-bottom: 10px;
}
.cms-home #header-v7.sticky-menu .sticky_menu #mainMenu > li > a {
	color: #1b2429;
}
.cms-home #header-v7 .cart_top,
.cms-home #header-v7 .sposition,
.cms-home #header-v7 .toplinks,
.cms-home #header-v7 .righttop {
	float: right;
}
#header-v7 .form_search .search { border: none; }
/* end header7 */
/* header 8 */
.cms-home #header-v7.header-v8 .btn-responsive-nav { 
	background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
	border: medium none;
	border-radius: 0;
	display: block;
	padding: 5.5px 11px;
	color: #fff;
	font-size: 20px;
}
.cms-home #header-v7.header-v8 .logo-container {
	padding-top: 37px;
}
.cms-home #header-v7.header-v8 nav #mainMenu > li:hover > a { color: #fff; }
.cms-home #header-v7.header-v8 .form_search > .search3, 
.cms-home #header-v7.header-v8 .cart_top .sidebar1 .icon-cart,
.cms-home #header-v7.header-v8 .toplinks > div,
.cms-home #header-v7.header-v8 .form-language > button {
	background: none repeat scroll 0 0 rgba(0, 0, 0, .7) !important;
	font-size: 20px !important;
}
.cms-home #header-v7.header-v8 .form-currency > button {
	background: none repeat scroll 0 0 rgba(0, 0, 0, .7) !important;
}
.cms-home #header-v7.header-v8 .form-currency > button {
	line-height: 39px;
}
.cms-home #header-v7.header-v8 .form-language > button {
	line-height: 27px;
}
.cms-home #header-v7.header-v8 .shopcart i {
	font-size: 20px !important;
}
.cms-home #header-v7.header-v8 .form_search > .search,
.cms-home #header-v7.header-v8 .cart_top .sidebar1 .icon-cart  {
	padding: 5.5px 11px !important;
}
.cms-home #header-v7 .form_search #search_mini_form { right: 3px; min-width: 278px; top: 42px; }
.cms-home #header-v7.header-v8 .toplinks > div {
	padding: 5.5px 12.5px !important;
}
.cms-home #header-v7.header-v8 .form_search #search_mini_form { right: -6px; }
.cms-home #header-v7 .cart_top .sidebar1 .block-content { right: 3px; min-width: 278px; top: 42px; }
.cms-home #header-v7 .cart_top .sidebar1,
.cms-home #header-v7 .form_search { position: relative; margin-right: 0; }

.cms-home #header-v7.header-v8 .toplinks .dropdown-menu,
.cms-home #header-v7 .cart_top .sidebar1 .block-content { top: 37px; }
.cms-home #header-v7 .form_search #search_mini_form { 
	top: 33px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: none;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.cms-home #header-v7 .side3 { top: 37px; }
.cms-home #header-v7 .form_search #search_mini_form #search { opacity: 1; }
.cms-home #header-v7.header-v8 #top-cart-dropdown:hover > div.dropdown-menu,
.cms-home #header-v7.header-v8 .form-language:hover > .dropdown-menu,
.cms-home #header-v7.header-v8 .form-currency:hover > .dropdown-menu {
	display: block;
}
.cms-home #header-v7.header-v8 .toplinks:hover > ul {
	display: block;
}
.cms-home #header-v7.header-v8 .toplinks:hover > ul {
	border: none;
	padding: 15px;
}
.cms-home #header-v7.header-v8 .toplinks:hover > ul li a{
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 3px 16px;
}
.cms-home #header-v7.header-v8 .cart_top, 
.cms-home #header-v7.header-v8 .sposition, 
.cms-home #header-v7.header-v8 .toplinks, 
.cms-home #header-v7.header-v8 .righttop,
.cms-home #header-v7.header-v8 .btn-responsive-nav,
.cms-home #header-v7.header-v8 .form-currency, 
.cms-home #header-v7.header-v8 .form-language {
	float: right !important;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transition: transform ease 1s;
	-webkit-transition: -webkit-transform ease 1s;
	-moz-transition: -moz-transform ease 1s;
}

.cms-home #header-v7.header-v8 .sposition .form_search:hover #search_mini_form {
	display: block;
}

.cms-home #header-v7.header-v8 .r-header2 .btn-responsive-nav > .fa-remove { display: none; }
.cms-home #header-v7.header-v8 .r-header2 .btn-responsive-nav.change > .fa-remove { display: block; padding: 4.5px 2px; }
.cms-home #header-v7.header-v8 .r-header2 .btn-responsive-nav.change > .fa-align-justify { display: none; }
.cms-home #header-v7.header-v8 .navbar-collapse {
	display: block !important;
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
}

.cms-home #header-v7.header-v8 .navbar-collapse #mainMenu {
	transform: translateX(70px);
	-moz-transform: translateX(70px);
	-webkit-transform: translateX(70px);
	-o-transform: translateX(70px);
	transition: transform 1s ease 0s;
	-webkit-transition: -webkit-transform 1s ease 0s;
	-moz-transition: -moz-transform 1s ease 0s;
}
.cms-home #header-v7.header-v8 .navbar-collapse.drop #mainMenu {
	transform: translateX(-216px);
	-moz-transform: translateX(-216px);
	-webkit-transform: translateX(-216px);
	-o-transform: translateX(-216px);
	z-index: 101;
}
.cms-home #header-v7.header-v8 nav ul.nav-main > li + li { margin-left: 0; }
#close {
	position: absolute;
	font-size: 20px;
	color: #fff;
	top: 24px;
	right: 18px;
}
.cms-home #header-v7.header-v8 nav #mainMenu .dropdown .toggle-menu { display: none !important; }
.cms-home #header-v7.header-v8.sticky-menu .sticky_menu #mainMenu { margin-top: -16px; }
.cms-home #header-v7.header-v8.sticky-menu .sticky_menu #mainMenu > li > a { color: #fff; }
.cms-home #header-v7.sticky-menu .sticky_menu { background: #fff; height: auto; }
.cms-home #header-v7.header-v8 .r-header2 {
	padding-right: 26px;
}
.cms-home #header-v7.header-v8 nav #mainMenu .dropdown > a > i { display: none; } 
.cms-home #header-v7.header-v8 .left_header {
	padding-left: 25px;
}
.cms-home #header-v7.header-v8 #mainMenu {
	width: 301px;
	height: 100%;
	text-align: left;
	position: fixed;
	margin-top: -42px;
	overflow-y: scroll;
	padding: 52px 14px;
}
.cms-home #header-v7.header-v8 #mainMenu li {
	float: none;
	position: relative !important;
	overflow: hidden;
	margin-right: 25px;
}
.cms-home #footer .footer6 {
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;
	margin: 0;
	padding: 0;
}
.cms-home #footer .footer6 .copyright { background: rgba(0, 0, 0, .5); }
.cms-home #header-v7.header-v8 nav #mainMenu .dropdown > a:hover ul.dropdown-menu { opacity: 0; visibility: hidden; margin-top: 1px; }
.cms-home #header-v7.header-v8 nav #mainMenu > li.active a { border: none; }
.cms-home #header-v7.header-v8 nav ul.nav-main ul.dropdown-menu.s {
	opacity: 1;
	visibility: visible;
	position: relative;
	background: none !important;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	width: 100%;
	margin-top: 0;
}
.cms-home #header-v7 .navv { background: none; }
.cms-home #header-v7.header-v8 nav #mainMenu > li > a { font-weight: 400; padding-left: 0 !important; }
.cms-home #header-v7.header-v8 nav #mainMenu .dropdown h3 {
	font-weight: 400 !important;
	font-size: 14px;
	padding-top: 0;
    margin-top: 0;
}
.cms-home #header-v7.header-v8 nav #mainMenu > li:first-child > a {
	margin-left: 0;
}
.cms-home #header-v7.header-v8 .dropdown-menu .discount { border-bottom: none; color: #fff !important; }
.cms-home #header-v7.header-v8 #mainMenu .dropdown .dropdown-menu li a { padding: 5px 0 5px 19px; }
.cms-home #header-v7.header-v8 .dropdown-menu .cmega,
.cms-home #header-v7.header-v8 .dropdown-menu .cmega > .row > div { width: 100%; padding-top: 0; }
.cms-home #header-v7.header-v8 .dropdown-menu .cmega > .row > div,
.cms-home #header-v7.header-v8 .dropdown-menu .cmega:last-child { border-top: 3px solid rgba(255, 255, 255, 0.1); }
.cms-home #header-v7.header-v8 .dropdown-menu .cmega:last-child { 
	padding-top: 17px;
	margin-top: 17px;
}
.cms-home #header-v7.header-v8 .dropdown-menu .cmega h3 {
	color: #fff;
	font-size: 14px;
	padding-top: 17px !important;
	text-transform: uppercase;
}
.cms-home #header-v7.header-v8 nav ul.nav-main .dropdown-submenu > a {
	font-size: 14px;
	text-transform: uppercase;
}
.cms-home #header-v7.header-v8 .dropdown-menu .cmega > .row > div { margin-top: 17px; }
.cms-home #header-v7.header-v8 .dropdown-menu .cmega .menu_cate,
.cms-home #header-v7.header-v8 #mainMenu .dropdown-menu img { display: none; }
.cms-home #header-v7.header-v8 .col-md-3 { 
	width: 100%; 
	border-top: 3px solid rgba(255, 255, 255, 0.1);
	margin-top: 17px;
	padding-top: 20px;
}
.cms-home #header-v7.header-v8 #mainMenu .dropdown .dropdown-menu li a:hover {
	background: none;
}

.cms-home #header-v7.header-v8 #mainMenu .dropdown .dropdown-menu li a,
.cms-home #header-v7.header-v8 nav #mainMenu .dropdown h3,
.cms-home #header-v7.header-v8 #mainMenu .dropdown > .dropdown-menu > li > ul {
	border: none;
	color: #fff;
}
.cms-home #header-v7.header-v8 #mainMenu .dropdown .dropdown-menu li:hover > a {
	color: #fff !important;
}

.cms-home #header-v7.header-v8 nav #mainMenu .dropdown {
	background: url("../images/plus-minus2.png") no-repeat scroll right 11px rgba(0, 0, 0, 0) !important;
}
.cms-home #header-v7.header-v8 nav #mainMenu .dropdown.active {
	background-position: right -63px !important;
}
.cms-home #header-v7.header-v8 nav #mainMenu .dropdown p { color: #fff; }
.cms-home #header-v7.header-v8 #mainMenu .dropdown-submenu {
	overflow: hidden;
	border-top: 3px solid rgba(255, 255, 255, 0.1);
	padding-top: 17px;
	margin-top: 17px;
}
.cms-home #header-v7.header-v8 #mainMenu .category-menu .dropdown-menu span {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
.cms-home #header-v7.header-v8 #mainMenu .dropdown-submenu > .dropdown-menu {
	opacity: 1;
	visibility: visible;
	display: block;
	position: relative;
	background: none !important;
	left: 0;
	border: none;
}
.cms-home #header-v7.header-v8 #mainMenu .dropdown-submenu > .dropdown-menu > li {
	padding-left: 19px;
}
.cms-home #header-v7.header-v8 nav ul.nav-main .dropdown-submenu > a:after {
	content: none;
}
#header-v7 .logo-container { padding-top: 34px; margin: 0; }
.cms-home #header-v7.header-v8 nav > #mainMenu > li:hover > a,
.cms-home #header-v7.header-v8 nav > #mainMenu > li.active > a { color: #fff !important; }
.cms-home #header-v7.header-v8 nav ul.nav-main li.dropdown:hover > a { margin-bottom: 0; }
.onepage { overflow: hidden; }
/* end header 8 */

/*=========== end header =============*/	

/* Revolution slider */
.tp-bullets { display: none;}
.tp-leftarrow.default,.tp-leftarrow  ,.tp-leftarrow.round,
.tp-rightarrow.default ,.tp-rightarrow.round,.tp-rightarrow {
	background: none !important;
}
.tp-leftarrow.default,.tp-leftarrow  ,.tp-leftarrow.round { left: 0 !important;}
.tp-rightarrow.default ,.tp-rightarrow.round,.tp-rightarrow { right: 0 !important;}
.tp-leftarrow.default:before{
	content: "\f104";
	font: normal normal normal 20px/1 FontAwesome;
	color: #fff;
	margin: 0 10px;
}
.tp-leftarrow.default div.tp-arr-allwrapper{
	width: 0;
	height: 0;
	margin-top: -41px;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 40px solid #462d14;
	
}

.tp-rightarrow.default:before{
	content: "\f105";
	font: normal normal normal 20px/1 FontAwesome;
	color: #fff;
	margin-left:20px;
}
.tp-rightarrow.default   div.tp-arr-allwrapper {
	width: 0; 
    height: 0;
    margin-top:-41px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 40px solid #462d14;
}

/* ========= Footer ========= */
.payment li {
	float: left;
	margin: 0px 3px;
}
.twitter-builder .edit-panel {
	display: block !important;
}
.twitter-builder .edit-panel ul {
	list-style: none;
}
.twitter_feed {
	list-style: none !important;
}
#footer ul.links li{
	float:left;
	padding: 0 15px;
}
/*..........footer 1................*/
#design-footer-copyright-text {
	color: #929292;
}
footer .content {
	background-color: #0d0d0d;
	font-size: 13px;
	color: #868686;
	background-size: cover;
	z-index: 100;
	position: relative;
}
footer ul li a {
	font-size: 13px;
	color: #868686;
	text-transform: capitalize;
}
footer ul li a:hover {
	color: #ffffff;
}
footer ul li {
	padding-bottom: 6px;
}
footer .contact li {
	text-decoration: none;
	padding-bottom: 26px !important;
	height: 70px;
}
footer .contact li span {
	color: #868686;
}

footer .copyright {
	background-color: #000000;
	min-height: 50px;
}
footer .copyright .copy {
	margin-top: 21px;
}
footer .copyright .brand {
	margin-top: 18px;
}
footer .copyright4 .brand {
	margin-top: 40px;
}
footer .copyright .brand .social li:last-child {
	padding-right: 0;
}
footer .fcontent {
	border-bottom: 1px solid #272727;
	overflow: hidden;
}
footer .newsletter {
	padding-top: 24px;
}
footer .newsletter .block-subscribe{margin-bottom:36px;}
footer .follow {
	overflow: hidden;
	display: block;
	margin-top: 26px;
}
footer .social {
	list-style: none;
	overflow: hidden;
}
footer .social em {
	font-size: 20px;
}
footer .social li {
	padding: 0 14px;
}
footer .footer1 .social {
	padding-left: 39px;
}
.footer1 > div > div.row {
	padding-top: 40px;
}
footer .footer2 .social li:first-child {
	padding-left: 0;
}
footer .footer2 .social, footer .footer3 .social {
	padding-top: 18px;
}
footer .footer2 .block-subscribe .block-title, footer .footer3 .block-subscribe .block-title {
	margin-bottom: 25px;
}
footer .footer2 .block .block-title h3 {
	margin-left: 0;
}
footer .follow h4 {
	float: left;
 	color: #fff;
}
footer .footer2 .follow h4 {
	float: none;
}
footer .footer3 .follow h4 {
	float: none;
}
footer .our_support {
	margin-right: 0 !important;
}
footer .main_menu {
	margin-left: 0 !important;
}
footer h2 {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
footer h4 {
	text-transform: uppercase;
	color: #fff;
}
.newsletter1 .block-title h4 {
	margin-bottom: 6px;
}
.newsletter1 .block-content .actions > button {
	padding: 8px 21px;
}
footer .follow h4 {
	margin-left: 0;
} 
footer .contact span {
	color: #ffffff !important;
}

footer .contact > li label {
	border: 1px solid #aaaaaa;
    display: block;
    padding: 5px 10.5px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    float: left;
    margin-right: 18px;
    width: 31px;
}
footer .footer3 .contact > li label {
	margin: 0 auto;
	float: none;
	margin-bottom: 10px;
}
footer .footer3 .block .block-title {
	clear:both;
}
footer .footer3 .contact p {
	color: #868686;
}
footer .contact > li:last-child label {
	padding: 5px 8px;
}
footer .contact > li em{
	transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
	-webkit-transform: rotate(-45deg) !important;
	-o-transform: rotate(-45deg) !important;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
}
footer .contact {
	list-style: none;
	margin-top: 17px;
}

footer .fcontent ul {
	list-style-type: square;
	list-style-position: inside;
}
.twitter_feed li p {
	color: #fff;
}
.footer4 > div > div.row {
	padding-top: 37px;
}
footer .content img {
	margin-bottom: 25px;
}
footer .newsletter1 .block-title h4, footer .newsletter4 .block-title h4 {
	color: #0d0d0d;
	text-transform: uppercase;
	font-size: 20px;	
}
#footer p.required{font-size:11px}

.newsletter .block-title {
	text-align: center;
}
.newsletter .block-content .input-box {
	float: none;
	display: inline-block;
	border: 1px solid #dddddd;
}
.newsletter .block-content .input-box #newsletter {
	height: 35px;
}
.newsletter .block-content {
	text-align: center;
	position: relative;
}
.newsletter .block-content .actions {
	float: none;
	display: inline-block;
	position: absolute;
}
.newsletter .actions button {
	height: 36px;
}

.newsletter{
	background-color: #f4f4f4;
}
.newsletter .plane {
	color: #dbdbdb;
	font-size: 91px;
	position: absolute; 
	right: 60px;
}
/*end footer 1*/
/*..............footer 2...........*/
.footer2 h4 {
	color: #ffffff;
	text-transform: uppercase;
} 
.footer2 > div > div.row {
	padding-top: 33px;
}
.footer2 .social {
	margin-left: 0;
	float: left;
}
.footer2 .block-content .input-box {
	float: none;
	display: inline-block;
	border: 1px solid #dddddd;
}
.footer2 .block-title h3 {
	margin-top: 0 !important;
}
.footer2 .block-content {
	text-align: left;
}
.footer2 .block-content em {
	display: none;
}
.footer2 .block-content .actions {
	float: none;
	display: inline-block;
	position: absolute;
}
.footer2 .block-content .actions button {
	height: 36px;
}
footer .footer2 .fcontent {
	border-bottom: none;
	border-top: 1px solid #272727;
	padding-top: 37px;
}
footer .footer2 .des {
	margin-bottom: 33px;
}

/*..............end footer 2.......*/
/*..............footer 3...........*/
.footer3 .main_menu, .footer3 .shopping, .footer3 .policies, .footer3 .our_support {
	min-width: 157px;
}  
.footer3 .main_menu ul, .footer3 .shopping ul, .footer3 .policies ul, .footer3 .our_support ul {
	list-style-type: square;
}
.footer3 .des {
	text-align: center;
	margin: 0 21px 0 21px;
}

footer .footer3 h4 {
	text-transform: uppercase;
	color: #ffffff;
}
.footer3 div > ul {
	list-style-type: square;
	list-style-position: inside;
}
footer .footer3 .contactf ul {
	list-style-type: none;
}
footer .footer3 .contactf {
	background-color: rgba(39, 39, 39, 0.5); 
	text-align: center;
}
footer .footer3 .social {
	list-style: none;
}
footer .footer3 .social li:first-child {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.clear {
	clear: both;
}
footer .midbg {
	background-color: rgba(39, 39, 39, 0.64);
	min-height: 60px;
}
.footer3 .contact li {
	height: 110px;
}
.footer3 .block-content .input-box {
	float: none;
	display: inline-block;
	border: 1px solid #dddddd;
	margin-right: -4px;
}
.footer3 .block-title h3 {
	margin-top: 0 !important;
}
.footer3 .block-content {
	text-align: left;
}
.footer3 .block-content em {
	display: none;
}
.footer3 .block-content .actions {
	float: none;
	display: inline-block;
	position: absolute;
}
.footer3 .block-content .actions button {
	height: 36px;
}
.footer3 > div > div.row > div {
	padding-top: 37px;
}
/*..............end footer 3.........*/
/*..............footer 4.............*/
.footer4 ul {
	list-style-type: square;
	list-style-position: inside;
}
.footer4 .form-list {
	list-style: none;
}
footer .edit-panel ul {
	list-style: none;
}
.footer4 .contact {
	list-style: none;
}
.footer4 .contact li {
	float: left;
	width: 360px;
	margin-left: 30px;
}
.footer4 .contact li:first-child {
	margin-left: 0px;
}
.footer4 p {
	color: #868686;
}
.footer4 #contactForm .fieldset ul {
	list-style: none;
}
.footer4 .contact-info-container {
	position: absolute !important;
	right: 50px !important;
	top: 0 !important;
}
.footer4 .contact-info-container ul {
	list-style: none;
}
.footer4 .legend {
	margin-left: 0 !important;
}
.footer4 .btn span {
	margin-left: 0;
}
.copyright4 {
	padding-bottom: 17px;
}
/*..............end footer 4.........*/
/*..............end footer.........*/
/* ========= Divider ======== */
.separator-margin{
	text-align:center;
}
.separator-margin span:before,.separator-margin span:after{
	background-color: #dddddd;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    top: 0;
    vertical-align: top;
}
.separator-margin .full span:before,.separator-margin .full span:after{width:48%;}
.separator-margin .medium span:before,.separator-margin .medium span:after{width:25%;}
.separator-margin .small span:before,.separator-margin .small span:after{width:10%;}
.separator-white-space .separator-margin span{height:0px;line-height:0;}
.separator-margin span{
	display:block;
	line-height:20px;
	height:20px;
}
.separator-margin span:before{
	left: -13px;
    margin-left: -10px;
    top: 10px;
}
.separator-margin span:after{
	margin-right: -10px;
    right: -13px;
    top: 10px;
}
.separator-margin span em{
	color:#ccc;
	text-align:center;
	height:20px;
	width:20px;
}
/* ======== Main ======== */
.block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {
  line-height: 1.25;
  text-align: left;
}
/* Block */
/* ======================= */
.block {
  margin: 0 0 25px;
}
/* Poll */
.block-poll .label {
  display: block;
  margin-left: 18px;
  text-align:left;
}
.block-poll label {
  color: #868686;
  font-weight: 400;
  padding-top: 4px;
}
.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0;
}
/* Cart sidebar */
.mini-products-list .product-image {
  border: 1px solid #a9a9a9;
  float: left;
  width: 50px;
}
.mini-products-list .product-details {
  margin-left: 5px;
  float: left;
  width: 126px;
}
#wishlist-sidebar .product-details {
	width: 148px;
}
.mini-products-list .product-details .price-box {
	margin: 10px 0;
}
.mini-products-list .product-details .truncated{display:none}
.mini-products-list .baritem .item {
	display: inline-block;
}
.mini-products-list .baritem > a > em {
	font-size: 18px;
	padding: 25px 2px;
}
/* Breadcrumbs */
.breadcrumbs {
  font-size: 11px;
  line-height: 1.25;
  margin: 38px 0 23px 0;
  color: #939494;
}
.breadcrumbs ul {
	border-bottom: 1px solid #e6e5e5;
	padding-bottom: 23px;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs a {
	color: #939494;
}
.breadcrumbs i {
	margin: 0 11px;
}

/* Category */
#category_left_block_category_left_newsletter .block-content .actions > button {
	height: 34px;
}
#category_left_block_category_left_newsletter .block-content em {
	display: none;
}
#product-list-container {
	margin-top: 28px;
}
.three_columns #product-list-container .products-list li.item {
	margin-bottom:40px;
}
.three_columns #product-list-container .products-list li.item .funs {
	margin-bottom: 15px;
}
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.image-container{position:relative;margin-bottom:10px;}
.image-container .actions{
	bottom: 0;
	position: absolute;
	float: none;
	text-align: center;
	width: 100%;
	opacity: 0;
	transform: scale(1);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.image-container .hover-display{position:absolute; width:100%; height:100%; left:0; top:0; opacity:0; filter:alpha(opacity=0);  -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out;}
.product-hover:hover .hover-display{opacity:0.7; filter:alpha(opacity=70);  -moz-transition: all 0.5s ease 0s;}
.product-hover:hover .actions{
	opacity:1;
	visibility:visible;
}
.image-container .actions .buttons {
  margin-top: -20px;
  opacity: 1;
  position: absolute;
  text-align: center;
  bottom: 25px;
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  visibility: visible;
  width: 100%;
}
.product-hover:hover .actions .buttons {
    opacity: 1;
    transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);	
    visibility: visible;
}

.image-container .buttons .add-to-links li{
	display: inline-block;	
	margin: 0 15px; 
	
}
.btn-cart .fa-shopping-cart{margin-right:5px;}
.mfp-inline-holder .mfp-content{
	line-height: 0;
	max-width: 900px;
	width: auto !important;
	text-align: center;
}
.mfp-inline-holder .mfp-content #success-message-container{
	background:#fff;
	padding:20px;
	min-height: 330px;
}
.ajax-cart-loading{
	width:50px;
	height:50px;
	margin:0 auto;
}
/* My Account */
.nobr {
    white-space: nowrap !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1b242b;
}
.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}
.dashboard .box-reviews .number {
  background: none repeat scroll 0 0 #0a263c;
  color: #fff;
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}
.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}
/* Wishlist */
.my-wishlist textarea {
  display: block;
  height: 109px;
  width: 97%;
}

/* Rating */
.products-grid .ratings .rating-box {
	margin: 0px auto 6px;
	float: none;
}
.ratings .rating-box {
  float: none;
  margin: 10px 0;
}
.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}
.nickname .rating {
	clear: both;
	float: left;
	margin: 5px 0 3px;
	width: 100%;
}
.nickname label{
	float: left;
	font-weight: normal;
	line-height: 15px;
	margin-top: 0;
	width: 55px;
}
.nickname .rating-start {
	float: left;
}

/* Checkout cart */
table.cart_table thead tr th {
  border: 1px solid #ededed;
  vertical-align: middle;
}
.cart .page-title h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.cart .page-title h1:after {
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	margin: 16px 0 18px 0;
}
#shopping-cart-table tr th {
	padding: 0 0 8px 0;
	margin-right: 5px;
	text-transform: uppercase;
}
#shopping-cart-table tr th.mtw {
	width: 16%;
}
#shopping-cart-table tr th.pro_name {
	width: 38%;
}
#shopping-cart-table tr th.a-right {
	text-align: right;
}
#shopping-cart-table tr td {
	vertical-align: middle !important;
}
#shopping-cart-table tr td.a-right {
	text-align: right;
	padding: 26px 0;
}
#shopping-cart-table tr td.a-center {
	text-align: center;
	padding: 26px 0;
}
#shopping-cart-table tr td.a-left {
	text-align: left;
	padding: 26px 0;
}
#shopping-cart-table tr td .price {
	font-size: 14px;
}
#shopping-cart-table tr td .product-image {
	float: left;
}
#shopping-cart-table tr td .product-name {
	font-size: 14px;
	text-transform: none;
}
#shopping-cart-table tr td .options {
	float: left;
	margin-left: 15px;
}
#shopping-cart-table tr td .item-options dt{
	color: 	#1b242b;
}
#shopping-cart-table .last td .btn-continue {
	margin-right: 12px;
}
#shopping-cart-table tr td em {
	font-size: 18px;
	color: #919191;
	padding-right: 15px;
}
#shopping-cart-table tr td .product-name a {
	color: #1b242b !important;
	font-weight: 400;
}
#shopping-cart-table tr td.product-quantity .quantity .qtyp, #shopping-cart-table tr td.product-quantity .quantity .qtym {
	width: 23px;
}
#shopping-cart-table tr td.product-quantity .quantity .qty {
	width: 62px;
	text-align: center;
	margin: 0 -3px 0 -3px;
}
#shopping-cart-table tr td.product-quantity .quantity .qtyp {
	border-right: none !important;
}
#shopping-cart-table tr td.product-quantity .quantity .qtym {
	border-left: none !important;
}
#shopping-cart-table tr td.product-quantity .quantity .qtyp, #shopping-cart-table tr td.product-quantity .quantity .qtym, #shopping-cart-table tr td.product-quantity .quantity .qty {
	display: inline;
	background: none;
	border: 1px solid #e6e6e6;
	height: 41px;
}
.cart-collaterals select {
	width: 96%;
}
.cart-collaterals {
	margin-bottom: 15px;
}
.cart-collaterals h2 {
	text-transform: uppercase;
	font-weight: bold;
}
.cart-collaterals button span {
	text-transform: uppercase;
}
.cart-collaterals button {
	margin-top: 15px;
}
.cart-collaterals .product-hover button {
	margin-top: 0;
} 
.cart-collaterals p {
	color: #1b242b;
}
.cart-collaterals .carousel_wrapper .block-title h2:after {
	content: "";
	width: 30px;
	height: 3px;
	display: block;
	margin: 11px 0 16px 0;
}
.cart-collaterals .carousel_wrapper .block-title h2 {
	margin-left: 15px;
	margin-top: 39px;
}
.cart-collaterals .input-text {
	width: 96%;
}
.cart-collaterals .shipping-form label {
	margin: 11px 0 15px 0;
	color: #1b242b;
	font-weight: 400;
}

#shopping-cart-totals-table tr td {
	vertical-align:middle;
}
#shopping-cart-totals-table tr td.a-right {
	text-align: right;
}
#shopping-cart-totals-table tr td.a-left {
	text-align: left;
}
#shopping-cart-totals-table tr td.a-center {
	text-align: center;
}
#shopping-cart-totals-table tr td:first-child {
	width: 50%;
}
#shopping-cart-totals-table tbody tr td .price {
	font-size: 12px;
	margin-right: 16px;
}
#shopping-cart-totals-table tbody tr td {
	font-size: 12px;
	color: #1b242b;
}
#shopping-cart-totals-table tfoot tr td .price {
	font-size: 16px;
	margin-right: 16px;
}
#shopping-cart-totals-table tfoot tr td {
	font-size: 16px;
	color: #1b242b;
	
}
#shopping-cart-totals-table {
	width: 100%;
}
.btn-checkout {
	margin-bottom: 17px;
	width: 156px;
}
.cart-collaterals #discount-coupon-form, .cart-collaterals .shipping, .cart-collaterals .total {
	background-color: #f5f4f4 !important;
	display: block;
	padding: 12px 0 23px 14px;
}
.cart-collaterals .shipping #co-shipping-method-form dl dt {
	color: #1b242b;
	font-weight: 400;
}
.cart-collaterals .shipping #co-shipping-method-form dl {
	margin-bottom: 0;
}
.cart-collaterals .shipping #co-shipping-method-form dl dd ul {
	margin-bottom: 0;
}
.cart-collaterals .shipping #shipping-zip-form .buttons-set button {
	margin-bottom: 15px;
}
.cart-collaterals .shipping #co-shipping-method-form dl dd ul li input {
	float: left;
	margin-top: 8px;
	margin-right: 5px;
}
.cart-collaterals .shipping .price {
	font-size: 12px;	
}
/* Checkout onepage default */
.sidebar #checkout-progress-wrapper .block dl dt {
	margin-top: 0;
}
.checkout-onepage-index .sidebar {
	background: none;
	border: none;
	padding-top: 60px;
} 
.checkout-onepage-index h2 {
	font-weight: bold;
	text-transform: uppercase;
}
.checkout-onepage-index .page-title h2:after {
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	margin: 17px 0 21px 0;
}
.checkout-onepage-index h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}

.checkout-onepage-index #checkoutSteps p, .checkout-onepage-index #checkoutSteps span {
	color: #1b242b;
}

.checkout-onepage-index #checkoutSteps .number {
	float: left;
	margin-right: 5px;
    margin-top: 3px;
}

.checkout-onepage-index #checkoutSteps .step-title {
	border: 1px solid #e4e4e4;
    padding: 20px 0 15px 21px;
    margin-bottom: 3px;
}
.checkout-onepage-index #checkoutSteps .c-title {
	font-size: 14px;
	color: #1b242b;
	text-transform: uppercase;
	display: block;
	padding: 26px 0 15px 0;
	border-bottom: 1px solid #e6e5e5;
}
.checkout-onepage-index #checkoutSteps .form-list .radio {
	float: left;
	margin-top: -3px;
	margin-right: 7px;
}
.checkout-onepage-index #checkoutSteps label {
	color: #868686;
	font-weight: 400;
}
.checkout-onepage-index #checkoutSteps .ul {
	list-style-type: square;	
	margin-left: 10px;
}
.checkout-onepage-index #checkoutSteps fieldset {
	margin-top: 15px;
	margin-bottom: 15px;
}
.checkout-onepage-index #checkoutSteps .regis {
	margin-top: 28px;
}
.checkout-onepage-index #checkoutSteps .form-list li .required {
	margin: 8px 0 9px 0;
	display: block;
}
.checkout-onepage-index #checkoutSteps .btn {
	font-size: 12px;
	text-transform: uppercase;
}
.checkout-onepage-index #checkoutSteps .btn-primary span {
	color: #fff;
}
.checkout-onepage-index #checkoutSteps .form-list {
	margin-bottom: 30px;
}
.checkout-onepage-index #checkoutSteps #checkout-step-login {
	margin-bottom: 15px;
}
.checkout-onepage-index #checkoutSteps #checkout-step-billing .input-text {
	margin-bottom: 15px;
	font-size: 12px;
	color: #1b242b;
}
.checkout-onepage-index #checkoutSteps #checkout-step-shipping_method .price {
	font-size: 12px;
}
.checkout-onepage-index #checkoutSteps #checkout-step-shipping_method {
	margin-bottom: 15px;
}

.checkout-onepage-index #checkoutSteps #checkout-step-shipping_method {
	margin-bottom: 15px;
}

.checkout-onepage-index #checkoutSteps #checkout-step-shipping_method #checkout-shipping-method-load .sp-methods {
	margin-top: 10px;
}
.checkout-onepage-index #checkoutSteps #checkout-step-shipping_method {
	margin-bottom: 15px;
}
#checkout-step-payment {
	margin-bottom: 15px;
}
#checkout-step-payment #co-payment-form #checkout-payment-method-load {
	margin-bottom: 0;
}
#checkout-step-payment #co-payment-form #checkout-payment-method-load dt input {
	float: left;
	margin-right: 5px;
    margin-top: -3px;
}
#checkout-review-table thead tr th {
	border: none;
	color: #1b242b;
	font-size: 14px;
}
#checkout-review-table .price {	
	font-size: 12px;
}
#checkout-review-table td.a-right {
	text-align: right;
}
#checkout-review-table td.a-center {
	text-align: center;
}
#checkout-review-table tfoot tr:last-child td {
	font-size: 20px;
}
#checkout-review-table tfoot tr:last-child .price {
	font-size: 20px;
}
#checkout-review-table tfoot tr td {
	border: none;
	color: #1b242b;
}
#checkout-review-table tbody tr td {
	border-bottom: 1px solid #ddd;
}
#checkout-review-table td.a-left {
	text-align: left;
}
#checkout-review-table .product-name {
	font-weight: 400;
}
#checkout-progress-wrapper .block .block-title h2:after {
	width: 100%;
	height: 1px;
}
#checkout-progress-wrapper .block-content dl dt {
	text-transform: uppercase;
	font-weight: 400;
	color: #c3c3c3;
	margin-bottom: 23px;
}
#checkout-progress-wrapper .block-content dl dt.complete {
	color: #1b242b;
}
#checkout-progress-wrapper .block-content .price {
	font-size: 12px;
}
#checkout-progress-wrapper .block-content #payment-progress-opcheckout {
	margin-top: 20px;
}
#checkout-progress-wrapper .block-content i {
	font-size: 13px;
	float: right;
}
#co-billing-form .form-list .wide {
	margin-bottom: 15px;
}
#co-billing-form .form-list #billing-new-address-form ul .control input {
	float: left;
	margin-right: 8px;
    margin-top: -1px;
}
#review-buttons-container button span {
	font-size: 16px;
	text-transform: uppercase;
}
#co-shipping-form .control {
	margin-top: 15px;
}
#co-shipping-form .control input {
	float: left;
	margin-right: 10px;
    margin-top: -2px;
}
#checkout-step-shipping {
	margin-bottom: 15px;
}
#shipping-new-address-form label {
	color: #1b242b !important;
}
#billing-new-address-form label {
	color: #1b242b !important;
}
#billing-new-address-form input {
	margin-bottom: 20px;
}
/* End checkout onepgae default */
/* Onestep checkout */
#oscheckout-form .title h2 {
	font-size: 20px;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 15px;
}
#oscheckout-form .checkout-container {
	margin-bottom: 38px;
}
#oscheckout-form .title h2:after {
	margin: 12px 0 0 0;
	height: 2px;
}
#checkout-billing .title h2 {
	margin-top: 22px;
}
#checkout-billing .title h2:after {
	width: 100%;
	height: 1px;
}
#checkout-payment .title h2 {
	margin-top: 22px;
}
#checkout-payment .title h2:after {
	width: 100%;
	height: 1px;
}
#checkout-shipping_method .title h2 {
	margin-top: 25px;
}
#checkout-shipping_method .title h2:after {
	width: 100%;
	height: 1px;
}
#checkout-shipping .title h2 {
	margin-top: 25px;
}
#checkout-shipping .title h2:after {
	width: 100%;
	height: 1px;
}
#checkout-billing label {
	color: #1b242b;
	font-size: 14px;
	font-weight: 400;
}
#checkout-billing input {
	box-shadow: none;
}


#billing-new-address-form input, #billing-new-address-form .select {
	margin-bottom: 20px;
}
#billing-new-address-form h4 {
	text-transform: uppercase;
}
#ajax-payment-methods dl dt input {
	margin-right: 5px;
    position: relative;
    top: 3px;
}
#ajax-shipping-method .price {
	font-size: 12px;
}
#ajax-shipping-method dl dt input {
	margin-right: 5px;
    position: relative;
    top: 3px;
}
#shipping-new-address-form input {
	box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	margin-bottom: 15px;
}

#shipping-new-address-form .select {
	box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	margin-bottom: 15px;
	border-radius: 0;
}
#shipping-new-address-form label {
	color: #1b242b;
	font-size: 14px;
	font-weight: 400;
}
#checkout-shipping .checkbox label input {
	margin-top: -1px;
}
.order-comment .title h2 {
	margin-top: 25px;
}
.order-comment .title h2:after {
	height: 1px !important;
	width: 100%;
}
.oscheckout-enable-terms .title h2 {
	margin-top: 40px;
}
.oscheckout-enable-terms input {
	position: relative;
	top: 3px;	
}
.oscheckout-enable-terms .title h2:after {
	height: 1px !important;
	width: 100%;
}
#review-step .title h2:after {
	height: 1px !important;
	width: 100%;
}
#review-btn span {
	font-size: 16px;
	text-transform: uppercase;
}
/* End onestep checkout */
/* Quick view */
.quickview-index-show .container{width:100%;}
.quickview-index-show .product-view{padding: 20px;}

.scroll-to-top {  
    bottom: -100px;
    cursor: pointer;
    height: 40px;
    overflow: auto;
    position: fixed;
    right: 25px;
	box-shadow: inset 0 0 0 0 #fff;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    width: 40px;
    z-index: 9997;
    text-align: center;
    padding-top: 3px;
}
.scroll-to-top:hover{
	box-shadow: inset 0 -100px 0 0 #fff;
}
.scroll-to-top em {
	font-size: 28px;
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
/*--------product ------------*/


.title h2{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 10px;
	margin-bottom: 15px;
	line-height: 1;
}
.product-name{
	font-weight: normal;
	font-size: 14px;
}
.product-info-box .product-name {min-height: 40px;padding:0 5px;}
.vertical-menu .block-title > h2, .product-list-block .block-title > h2 , .widget-latest > h2, .testimonial-container .title > h2, .col-md-3 .deal-container .title > h2,
.latest-post-list .block-title > h2{
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding: 0 0 5px;
	margin-bottom: 15px;
	white-space: nowrap;	
	width: 100%;
	line-height: 1.35;
}
ul.products-grid.products-list { margin-bottom: 0;}
.product-list-block .block-title > h2:after , 
.widget-latest > h2:after, 
.testimonial-container .title > h2:after,
 .col-md-3 .deal-container .title > h2:after,
 .latest-post-list .block-title > h2:after,
 .vertical-menu .block-title > h2:after{
	content: " ";	
	width: 30px;
	height: 3px;
	margin: 9px 0;
	display: block;
	
}
/* Blog */
.postWrapper {
	margin-bottom: 40px;	
	padding: 25px 15px;
}
.postWrapper .postTitle h2 a {
	color: #1b242b;
	text-transform: uppercase;
	font-weight: bold;
}
.postDetails {
	color: #8b9094;
	font-size: 13px;
}
.wrapper .postContent {
	color: #939494;
	border-bottom: 5px solid #e6e5e5;
}
.postContent p {
	line-height: 22px;
}
.postContent h5 {
	text-transform: uppercase;
	color: #1b242b;
	font-weight: bold;
	margin: 0px 0 20px 0;
}
blockquote {
	background-color: #f5f4f4;	
	padding: 22px 21px;
	font-style: italic;
	color: #727375;
	margin-bottom: 20px;
	font-size: 14px;
}
blockquote cite {
	display: block;
	margin-top: 10px;
}

.postContent ul li {
	line-height: 24px;
	color: #939494;
}
.postContent ul{
	padding-left: 8px;
	margin: 0 0 20px 0;
}
.postContent p {
	margin-bottom: 20px;
}
.postContent ul li:before {
    content: "";
    display: inline-block;
    height: 4px;
    margin-bottom: 2px;
    margin-right: 10px;
    width: 4px;
}
.postContent p img {
	margin-bottom: 29px;
}
.block-blog .menu-recent div .more {
	color: #707477;
	margin-top: 10px;
	line-height: 21px;
}
.block-blog .menu-recent div .more a {
	text-transform: uppercase;
	font-size: 12px;
}
.block-blog .menu-recent div p a {
	color: #1a242d;
	font-size: 16px;
}
.block-blog .menu-recent ul li {
	margin-top: 23px;
}
#postComment .form-list .input-box {
	margin: 23px 0;
}
#postComment {
	margin-bottom: 39px;
	display: block;
}
.comments .widget-title {
	font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: uppercase;	
}
.comments .media {
	background-color: #f5f4f4;
	padding: 20px;
	position: relative;
	overflow: visible;
	list-style: none;
}
.comments .media:after {
	bottom: -20px;
    color: #f5f4f4;
    content: "\f0dd";
    font-family: FontAwesome;
    font-size: 31px;
    left: 25px;
    position: absolute;
}
.comments {
	margin-bottom: 15px;
}
.comments .media-footer {
	margin-top: 20px;
}
/* End Blog */
/* Post */
.wrapper {
	border: none;
	padding: 0;
}
/* End Post */
.title > h2:after
{
	content: " ";
	width: 30px;
	height: 3px;
	margin: 10px auto 0px;
	display: block;
}
.owl-carousel .owl-item {
	padding: 0 15px;
}
.testimonial-container .owl-carousel .owl-item { padding: 0;} 
.products-grid .item {
	display: block;
	position: relative;
	
}
.products-grid li.item  {
	margin-bottom: 40px;
}
.latest-post-container article { margin-bottom: 25px;}
.item .product-info-box
{	
	text-align: center;
	height: 100% !important;
}
.product-hover {
	border-bottom-color: transparent;
}
.products-grid .wrapper-item {
	position: relative;
	width: 100%;
}
.product-list-block .pull-left {
	margin-right: 30px;
}

.product-hover .actions-title{
	left: 0;
	position: absolute;
	top: 99%;
	right: 0;
	margin: 0 auto;
	width: 100%;	
	text-align: center;
	border-top: none;
	z-index: 10;
	max-height: 0;
	overflow: hidden;
}
.item:hover  img{
	opacity: 1;
}
.item .product-hover:hover .actions-title{	
	max-height: 60px;
	transition: max-height 0.3s ease-in;
	-moz-transition: max-height 0.3s ease-in;
	-webkit-transition:  max-height 0.3s ease-in;
	-o-transition:  max-height 0.3s ease-in;
	
}
.item .product-hover:hover {
	border-bottom-color: transparent;
}

.product-hover .actions .btn{
	border-radius: 0;
	border: 1px solid #fff;
	background: none;
}
.product-hover .actions-title .btn{
	width: 100%;
	color:#fff;
	border: none;
}
.product-hover .image-container .btn{
	padding: 6px;
	width: 34px;
	height: 34px;
	margin-bottom: 5px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	color: #fff;
}
.product-hover .image-container .btn i{
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
	display: inline-block;
}
.product-hover .image-container .btn:hover{	
	background-color: #fff;
}

.product-name  a,.product-name{
	color: #1b242b;
}
.tooltip-links.loadmore_button{padding-bottom: 5px}
#new_loadmore_button .button { width: 50%; margin: 0 auto;}
.tooltip-links .loading {
    background: url("../images/ajax-loader.gif") no-repeat scroll center center / 20px auto rgba(0, 0, 0, 0);
    height: 34px;
    opacity: 0.5;
    position: absolute;
    width: 35%;
    z-index: 100;
	display:none;
}
.btn-loadmore:hover,
.btn-loadmore:active,
.btn-loadmore:focus{
	color: #fff !important;
}
.product-list-block .item{
	padding: 17px 0;
	
}
.product-list-block .item:first-child{
	padding-top: 0;
}
.product-list-block .item .btn .fa{margin-right:4px}
#success-message-container > p {
	margin: 20px 0 !important;
	float: none;
}
#success-message-container button#finish_and_checkout{
	float: left;
	margin: 15px 0;
}
#success-message-container button#continue_shopping{
	float: right;
	margin: 15px 0;
}
 /* Carourel */
.owl-carousel .owl-controls .owl-prev, 
.owl-carousel  .owl-controls .owl-next {
	font-size: 20px !important;
	line-height: 26px !important;
	height: 30px !important;
	width: 30px !important;
	background: #fff !important;
	
}
.owl-carousel .owl-controls .owl-prev:hover , 
.owl-carousel  .owl-controls .owl-next:hover {
	color: #fff !important;
	
}
.owl-carousel.products-carousel .owl-controls .owl-prev,
.owl-carousel.deal-carousel .owl-controls .owl-prev {
	left: 0;
	top: 33%;
	
}
.owl-carousel.products-carousel .owl-controls .owl-next,
.owl-carousel.deal-carousel .owl-controls .owl-next {
	right: 0;
	top: 33%;
}
.owl-theme .owl-controls .owl-page span,.owl-controls .owl-dot span {
	background-color: #c5c5c5 !important;
	
}
.products-carousel .owl-item{
	margin-bottom: 15px;
}
.btn-cart {
	text-transform: uppercase;
	
}
/* Multishipping checkout */
.multiple-checkout {
	margin-bottom: 15px;
}
.multiple-checkout button span {
	text-transform: uppercase;
}
.multiple-checkout .title h2 {
	text-align: left;
	margin-bottom: 0;
}

.multiple-checkout .title h2:after {
	margin: 10px 0 10px 0;
}
#checkout_multishipping_form .multiple-checkout .title {
	margin-bottom: 15px;
}
#multiship-addresses-table tr th {
	font-size: 16px;
	color: #1b242b;
	text-transform: uppercase;
}
#multiship-addresses-table tr td:last-child {
	vertical-align: middle;
}
#multiship-addresses-table em {
	color: #919191;
    font-size: 18px;
    padding-right: 15px;
}

#checkout-progress-state li {
	float: left;
	width: 20%;
	text-align: center;
	border-top: 5px solid #868686;
}

#multishipping-billing-form dl dt input {
	float: left;
}
#multishipping-billing-form dl dt label{
	margin-left: 9px;
    padding-top: 7px;
}
#shipping_method_form .table tr th {
	color: #1b242b;
    font-size: 16px;
    text-transform: uppercase;
}
.box-sp-methods .price {
	font-size: 12px;
}
#review-order-form .legend {
	text-transform: uppercase;
}
#review-order-form .price {
	font-size: 12px;
}
#review-order-form td {
	vertical-align: middle;
}
#review-order-form tfoot tr td {
	border-top: none;
}
#review-order-form tfoot tr.last td {
	font-size: 20px;
}
#review-order-form tfoot tr.last .price {
	font-size: 20px;	
}
#review-order-form tbody tr:last-child td {
	border-bottom: 1px solid #ddd;
}
/* End multishipping checkout */
/* Landing Page */
.landing-item {
	margin-bottom: 20px;
}
.landing-item .img-thumbnail {
	border-radius: 0 !important;
}
a.thumb-info {
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
a.thumb-info img {
    border-radius: 0px;
    position: relative;
    transition: all 0.2s linear 0s;
}
 a.thumb-info:hover img {
 	transform: scale(1.1,1.1);
 }
 a.thumb-info span.thumb-info-title {
    bottom: 10%;
    color: #fff;
    font-size: 18px !important;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
a.thumb-info span.thumb-info-inner {
    display: block;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    font-size: 18px;
}
a.thumb-info span.thumb-info-type {
    background-color: #0088cc;
}
a.thumb-info span.thumb-info-type {
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px;
    padding: 2px 9px;
    text-transform: none;
}
a.thumb-info span.thumb-info-action {
    bottom: 0;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
a.thumb-info:hover span.thumb-info-action {
	opacity: 0.8;
}
 /* End landing page */
/* Product label*/
.product-label {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	text-transform: uppercase;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}
.new-label {
	border-radius: 50%;
}
.sale-label {
	background-color: #000;
	border-radius: 50%;
}
#block-related .price-box {
	margin: 10px 0 6px;
}
#block-related  li { margin: 10px 0;}
/* Product price*/
.price, .price-box .price {
	font-size: 20px;
	line-height:20px;
}
.price-box {
	margin: 10px 0 20px;
}
.product-hover .price-box{
	margin: 10px 0 15px;
	height: 20px;
	padding:0 5px;
}
.product-collateral .product-hover  .price-box { height: 45px;}
.price-box .old-price { margin-right: 10px;}
.old-price .price {
	font-size: 14px;
	text-decoration: line-through;	
}
.product-shop .old-price{
	float: left;
	margin: 0px 10px;
}
.products-grid .price-box .price-from{
	float: left;
	margin: 0 3px;
}
.products-grid .price-box .price-to{

} 
.group-featured-box .old-price{
	margin: 0 5px;
}

/* testimonial */
.testimonial-content{
	background-color: #f5f5f5;
	font-size: 15px;
	color: #727375;
	font-style: italic;
	padding: 20px;
}
.testimonial-author{ color: #1b242b; padding: 10px 0 0;}
/* brands */
.brands-container .title{
	display: none;
}
.owl-carousel.brands-carousel .owl-controls .owl-prev {
	left: -30px;
	top: 10px;
}
.owl-carousel.brands-carousel .owl-controls .owl-next {
	right: -30px;
	top: 10px;
}
.brands-carousel img{
	opacity: 0.5
}
.brands-carousel img:hover {
	opacity: 1;
}
/* static-block*/
.text-center.staticblock-footer {
	padding: 15px 15px 0;
	border: 1px solid #dddddf;	
}
.text-center.staticblock-footer i, .text-center.staticblock-footer em{
	font-size: 30px;
}
span.line{
	display: block;
	height: 3px;
	width: 100%;
}

/* */
.section-content .container{
	border-bottom: 1px solid #e6e5e5;
}
/* Product tab block*/
#product_tabs .nav-tabs > li.active > a,#product_tabs .nav-tabs > li.active > a:hover,#product_tabs .nav-tabs > li.active > a:focus {
	border-color: transparent;
	border-radius: 0;
	color: #fff;
}

#product_tabs .nav-tabs > li {
	margin-bottom: 0;
}
#product_tabs .nav-tabs > li > a {
	font-size: 16px;
	text-transform: uppercase;
	background: #f5f4f4;
	color: #8d9095;
	border-radius: 0;
	display:block !important;
}

/* deal product */
.deal-container  .border-img, .deal-carousel .border-img{
	position: relative;
}
.deal-container .product-name,
.deal-carousel .product-name{
	margin: 20px 0 0;	
}
.deal-grid .product-name {min-height: 40px;}
.deal-container .countdown,  .deal-carousel .countdown{
	position: relative;
	top: 20%;
}
.deal-container .time-note,.deal-carousel .time-note{
	position: relative;
	top: 15%;
	margin-left: 15%;
	color: #fff;
}
.deal-container .item-right, .deal-carousel .item-right{
	text-align: center;		
	position: absolute;
	height: 40px;
	font-size: 11px;
	color: #fff;	
	bottom: 0;
	width: 70px;
	
	right: 0;
}
.deal-container .item-right .arrow-top, .deal-carousel .item-right .arrow-top {
	position: absolute;	
	top: -20px;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	right: 0;
}
.deal-container .price-box , .deal-carousel .price-box{
	margin: 0px 0 9px;
}
.sidebar .countdown span {
	width: 35px;
	height: 35px;
	font-size: 12px;
	padding: 6px;
	margin: 0 10px;
}
.deal-container .item{
	margin-bottom: 35px;
}
.product-shop .deal-timer .item-right span.available, .deal-list .deal-timer .item-right span.available {
	float: none;
}
.deal-timer .item-right span.available{
	float: left;
	margin: 0 10px;
}
.deal-grid .btn-cart{ float: left; margin-right: 3px;}
.deal-grid .add-to-links.list-inline > li { padding-right: 0; padding-left: 2px;}

/* Forgot Password */
.forgot h2 {
	text-align: left !important;
	margin-bottom: 0;
}
.forgot h2:after {	
	margin: 15px 0 15px 0 !important;
}
#form-validate label,#product_sendtofriend_form label {
	color: #1b242b;
}
#form-validate #email_address {
	margin-bottom: 15px;
}

/* End forgot password */
/* thumbnails img product detail*/
.image-media {position: relative; }
.image-media .magnifier {
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	position: absolute;
	float: none;
	text-align: center;
	width: 100%;
	opacity: 0;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.image-media .magnifier .buttons {
	opacity: 1;
	position: absolute;
	text-align: center;	
	top: 50%;
	left: 0;
	right: 0;
	transform: scale(0.2);
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-o-transform: scale(0.2);
	-ms-transform: scale(0.2);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	visibility: visible;
	
}
.image-media .magnifier .buttons .sf{ border: 1px solid #fff; color: #fff; padding: 10px;}

.image-media:hover .magnifier { opacity: 1; visibility: visible;}
.image-media:hover .magnifier .buttons {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	visibility: visible;
}
/* CMS Page Left Sidebar */
.left .title h2{
	text-align: left;
	margin: 0;
}
.left .title h2:after{
	margin:10px 0 10px 0 !important;
}
.left p {
	line-height: 23px;
}
/* End CMS Page Left Sidebar */
/* Product detail*/
.form-inline .form-control{
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.product-img-box {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
.product-view  h1.productdetail-name {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.product-view .span-line{
	border-bottom: 1px solid #e6e5e5;
	width: 50%;
	display: block;
	margin-bottom: 24px;
}
.product-view .product-shop .short-description {
	margin-bottom: 20px;
}
.product-shop .form-control{
	margin: 0 -2px;	
	height: 44px;
}
.product-shop .btn-shop {
	margin-bottom: 15px;
}	
.qty.text.form-control {
	max-width: 63px;
	text-align: center;
}
.product-shop .addtocart {
	float: left;
	margin-right: 15px;
}
.product-shop .add-to-links .btn-default{
	border-color: #8d9095;
}
.product-shop .add-to-links a:hover i, 
.product-shop .add-to-links a:active i, 
.product-shop .add-to-links a:focus i{
	color: #fff;
}
.product-shop .add-to-links a {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	
}
.product-shop .add-to-links a  i{
	display: inline-block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	color: #8d9095;
}
.add-to-links .btn-lg, .btn-group-lg > .btn{
	padding: 10px 13px;
}
.add-to-links.list-inline > li {
	padding-right: 20px;
}
.product-view #product_tabs {
	margin-top: 30px;
}
.product-view #product_tabs > ul > li > a {
	display: block !important;
}
.product-view #product_tabs #accordion .panel .panel-heading a {
	font-size: 16px;
	text-transform: uppercase;
	color: #8d9095;
}
.product-view #product_tabs #accordion .panel .collapse {
	padding: 15px;
}
.product-view #product_tabs #accordion .panel {
	border-radius: 0 !important;
} 
.product-view .tab-content > .tab-pane {
	padding: 25px 15px;
	background-color: #f5f4f4;	
}
.product-view .product-collateral {
	margin-top: 30px;
	
}
.product-view .product-collateral .owl-carousel .owl-wrapper-outer{
	padding-bottom: 10px;
}
.product-view .product-shop .product-options dl dt label {
	text-transform: uppercase;
}

.product-view .product-shop .product-options dl dd .input-box .options-list li input {
	float: left;
}
.product-view .product-shop .product-options dl dd,
.product-view .product-shop .product-options dl dt {
	clear: both;
}
.product-view .product-shop .product-options dl dd {
	margin-bottom: 10px;
}
.product-view .product-shop .product-options dl dd .input-box textarea {
	border: 1px solid #ccc;
	width: 100%;
}
.product-view .product-shop .product-options dl dd b { display: none; }
.product-view .product-shop .product-options dl dd select.datetime-picker{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.product-view .product-shop .product-options dl dd .input-box .options-list li span.label {
	font-size: 100%;
	color: #000;
	float: left;
	margin-top: 4px;
}
.product-view .product-shop .product-options-bottom p.paypal-logo {
	clear: both;
}
.validation-advice {
	color: red;
}
.table > tbody > tr > td.product-name{
	color: #1b242b;
}
.group-featured-box  .price{
	font-size: 14px;
}

.tabbable .tab-content .btn.btn-primary, 
.form-add .btn.btn-primary{
	margin-top: 10px;
}
.tabbable .tab-content .row{
	margin-bottom: 10px;
}
.col-main.col-md-9 .product-shop .group-featured-box .minus ,
.col-main.col-md-9 .product-shop .group-featured-box .plus {
	display: none;
}
.col-main.col-md-9 .product-view .product-collateral .price-box .price-from{
	float: none;
}
/* My Account */
.customer-account-index #maincontent, 
.customer-account-edit #maincontent, 
.customer-address-form #maincontent,
.sales-order-history #maincontent,
.sales-billing-agreement-index #maincontent,
.sales-recurring-profile-index #maincontent,
.review-customer-index #maincontent,
.tag-customer-index #maincontent,
.wishlist-index-index #maincontent,
.oauth-customer-token-index #maincontent,
.newsletter-manage-index #maincontent,
.downloadable-customer-products #maincontent,
.productquestions-index-index #maincontent,
.customer-account-login #maincontent,
.customer-account-create #maincontent,
.sales-order-history #maincontent,
.sendfriend-product-send #maincontent
 {
	padding: 30px 0;
	
}
.account-login .row{
	margin-top: 10px;
}
.block-account  .nav > li {
	padding: 7px 0;	
	margin: 0;
}
.block-account .nav > li:first-child{ padding-top: 0;}
.block-account .nav-tabs { border-bottom-color: transparent;}
.block-account  .nav li.last {
	padding-bottom: 0;
	border-bottom: 0;
}
.block-account  .nav > li > a {	
	border: 0;
	color: #1b242b;
	font-weight: bold;
	padding: 7px 15px;
}
.block-account  .nav > li.current, .block-account  .nav > li.active {
	padding: 7px 15px ;
}
.myaccount .row, .account-create .row, #product_sendtofriend_form .row {
	margin-bottom: 10px;
}
.myaccount h1, .myaccount h2{
	font-weight: 700;
	
}
.myaccount .fieldset { margin-bottom: 30px;}
.re-order .recent_posts_widget li{
	width: 100%;
	float: left;
	margin: 10px 0;
}
.re-order .recent_posts_widget li {
	margin-right: 10px;
}
.myaccount input{ margin-bottom: 10px;}
.buttons-set .btn{
	margin-bottom: 10px;
}
.pager .limiter{
	float: right;
}
.block-account .nav > li > a:hover ,.block-account .nav > li > a:focus{background-color: transparent;}
.my-account-main .title h1{ padding-bottom: 18px; margin-bottom: 20px;}
.my-account-main .title h1 ,.my-account-main .title h3,.my-account-main .address-title h2,.my-account-main .title h4 { 
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.myaccount label{ font-weight: bold;}

/* homepage layout boxed */
body.boxed > div#wrapper {
	background: #fff;
	max-width: 1200px;
	margin: 25px auto;
}
/* review */
.box-reviews .pager {
	text-align: left;
}
.box-reviews .pager .limiter {
	max-width: 250px;
}
#review-form input{ margin-bottom: 20px;}
#review-form label{ margin-bottom: 10px; color: #1b242b; font-weight: bold;}
#review-form .row {margin-bottom: 0;}
/* quick view product */
.quickview-product .hidden-quickview {display: none;}
.quickview-index-show .product-shop .shop_meta {
	float: left;
	margin-right: 20px;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close,
.ajaxcart-iframe .mfp-close {
background: url(../images/btn-close.png) no-repeat scroll right top rgba(0, 0, 0, 0) !important;
height: 41px !important;
width: 44px !important;
opacity: 1;
}
.mfp-content {overflow: visible !important;}
.mfp-iframe-holder .mfp-close, .ajaxcart-iframe .mfp-close {
	top: 0 !important;
	right: -40px !important;
}
.mfp-container .mfp-iframe-scaler.ajaxcart-iframe {
	width: 500px;
	min-height: 550px;
	padding-top: 0;
}
.mfp-container .ajaxcart-iframe  .frame{
	background: #fff;
	height: 315px;
}
.mfp-iframe-scaler.ajaxcart-iframe.ajaxcart-form-frame .mfp-iframe {
	padding: 20px 10px;
}
.ajaxcart-index-options .add-to-cart .input-text.qty{
	max-width: 60px;
	text-align: center;
}
.ajaxcart-index-options .add-to-cart button.btn {
	border-radius: 0;
	margin: 10px 0;
}
body.ajaxcart-index-options,
body.quickview-index-show{
	overflow: hidden !important;
}
.mfp-iframe-holder .mfp-content{ width: auto !important;}
.ajaxcart-iframe .ajax-content { padding: 20px 0;}
/* fix alert*/
div.alert {position:fixed;top:0; left:50%; width:333px; margin-left:-220px; padding:20px 60px;z-index:10030; font-size:12px; font-weight:bold; border-radius:0 0 3px 3px; text-align:center;}
div.alert i{width:9px; height:9px; position:absolute; right:20px; top:45%; border:none; z-index:9999; cursor:pointer;}
/* latest post*/
.widget-latest .latest-post-list ul li{ padding:10px 0 0; display: block; position: relative; width: 100%;float: left;}
.widget-latest .latest-post-list ul li:first-child { padding-top: 0;}
.widget-latest .latest-post-list .meta-post{padding: 0 0 10px 0; max-width: 45%; float: left;}
.widget-latest .latest-post-list img{ max-width: 100px; margin: 0 15px 15px; float: left;}
.widget-latest h6 a{ color: #1b242b; margin: 15px 0;}
.latest-post-list h6{margin:0 0 5px;}
.latest-post-list h6 a{font-weight:normal; margin: 0 0 5px}
.latest-post-list .meta-post span{font-size:11px}
.widget-latest .meta-post{ font-size: 11px; }
.widget-latest p{margin: 15px 0;}
.widget-latest .blog-image img:hover, .product-list-block .item img:hover{ 
opacity: 0.8; 
-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	}
.tooltip.bottom{
    margin-left:8px;
	margin-top:10px
}
.widget-latest .read-more{ font-size: 12px;padding: 4px 12px;}
/* 404 */
.not_found { margin: 30px 0;}
.not_found .error-icon { font-size: 100px;}
.not_found > h2 { font-size: 50px;}
.not_found .lead { font-size: 16px;}
/* form contacts */
.form-contacts-page .row { margin: 30px 0;}
.form-contacts-page input.form-control { margin-bottom: 10px; height: 44px;}
.form-contacts-page textarea {height: 217px; margin-bottom: 10px;} 
.form-contacts-page .title.form-contact{ width: 80%; margin: 0 auto; text-align: center;}
.form-contacts-page .title h2{ margin-bottom: 20px;}
.form-contacts-page  .title h3, .account-login .title h3{ font-size: 20px; font-weight: bold; text-transform: uppercase; margin-bottom: 15px; padding: 5px 0;}
.contact-info-block li { float: left; width: 100%; margin: 10px 0;}
.contact-info-block li span { 
    display: block;
    float: left;
    margin-top: 20px;
	width: 35px;
	height: 35px;	
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	
}
.contact-info-block li .map-marker, .contact-info-block li .mobile-phone {padding: 8px 12px;}
.contact-info-block li .clock-o {padding: 8px 9px;}
.contact-info-block li span em{ 
		  transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	font-size: 15px;
	
}
.form-contacts-page label, .account-login label  { font-weight: bold; padding: 5px; color: #000;}

/* Faqs*/
.search-faq {max-width: 200px;}
#accordion-product-questions .panel-heading h4.panel-title { 
	text-transform: uppercase;
	color: #868686;
}
#accordion-product-questions .panel-content-heading.active  h4.panel-title, #accordion-product-questions .panel-heading h4.panel-title a:hover,#accordion-product-questions .panel-heading h4.panel-title a:focus{color: #1b242b;}
#accordion-product-questions .panel-default > .panel-heading > .panel-content-heading {
	border: 1px solid #e6e6e6;
	padding: 15px 15px 10px;
	border-radius: 0;
}
#accordion-product-questions .panel-default > .panel-heading{ padding: 0; border: none; background: #fff; border-radius: 0;}
#accordion-product-questions .panel, #accordion-product-questions .panel-default > .panel-heading + .panel-collapse > .panel-body{ border-radius: 0; border: none; box-shadow: none;}
#accordion-product-questions .panel-body { padding: 15px 0;}
.preloader {
    background-color: #fefefe;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#headers .col-sm-6 { height: 90px; }
.preloader .status {
    background-image: url("../images/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}
.block{margin-bottom: 18px;}
#homepage-content-container{padding-bottom:40px;}
/* Catalogsearch */
 .catalogsearch-result-index .page-title h2 {
 	text-transform: uppercase;
 	font-weight: 700;
 }
/* End catalogsearch */
/* cms page*/
.std { line-height: 24px;}
.cms-page-title h1 {text-transform: uppercase; font-weight: bold; margin-bottom: 15px;}
/* custom style*/
.text-center .testimonial-container .title > h2{ text-align: center;}
.text-center .testimonial-container .title > h2:after { margin: 6px auto;}
.no-background .testimonial-content { background: none;}
.title-left .title > h2{ text-align: left;}
.title-left .title > h2:after { margin: 10px 0 0;}
.title-right .title > h2 { text-align: right;}
.title-right .title > h2:after {margin: 10px 0 0;}
/*product list */
.cart-product-list { font-size: 9px;}
/* Sticky menu */
.sticky-menu .sticky_menu .navbar-collapse {
	border: none;
}
.sticky-menu .sticky_menu {
	position:fixed;
	background-color:#fff;
	width:100%;
	top:0;
	border-bottom:1px solid #242628;
	border-top:1px solid #242628;
	left:0;
}
/* End Sticky menu */
/* tag page */
	.block-rtag h2 {
		font-weight: bold;
		text-transform: uppercase;
	}
/* end tag page */
.product-list-block .img-resize{ width: 69px; height: 93px;}
.product-list-block .price-box { margin: 6px 0 15px;}
.block-account  .nav > li,
.account-login .title h3,
.my-account-main .title h1 ,
.my-account-main .title h3,
.my-account-main .address-title h2,
.my-account-main .title h4,
 section.border-bottom   {
border-bottom: 1px solid #e5e5e5;
}
.ajaxcart-iframe .ajax-content {
	border-top: 1px solid #e5e5e5;
	 border-bottom: 1px solid #e5e5e5; 
}
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video{border:none !important;}