/* 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;color:#fff !important; }

* { margin:0; padding:0; }

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

img           { border:0; vertical-align:top; }
a , a:hover, a:focus { 
	text-decoration:none;
	cursor: pointer;
}
a:focus        { outline:0; }
input, button, .btn, textarea, .form-control{
	border-radius: 0; 
}

/* Headings */
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;}
h1,h2,h3,h4,h5,h6 { color: #1b242b;}
/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ 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; }
ul            { margin-bottom: 0; }
.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;
  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;
          
}
select {
	border-radius: 0 !important;
}
.btn-default {
	text-transform: uppercase;
	font-size: 16px;
	padding: 9px 12px;
	background-color: #ffffff;
}
.btn-primary, .btn-default {
	transition: all 0.6s ease-in-out 0s;
}
.btn-sm { 
	text-transform: capitalize;
	font-size: 12px;
	padding: 6px 12px;
}
.btn-lg {
	font-size: 20px;
	padding: 11px 12px;
}
.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 {
	height: 34px;
	border: 1px solid #e2e2e2;
}
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; }
header nav ul.nav-main { margin: -7px 10px 8px 0; }
header nav {
	position: static;
}
.header {
	position: relative;
	padding-bottom: 13px;
}
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 {	
	border: 0;
	margin: 0;
	padding: 5px;
	top: auto;
	left: auto;
	min-width: 0;
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
	   		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 0 6px 6px 6px;
	   -moz-border-radius: 0 6px 6px 6px;
	   		border-radius: 0 6px 6px 6px;
}
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;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;	
}
.static { position: static; } 
.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; }
.smenu {
	float: right;
	position: static;
	margin-right: 10px;
}
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;
	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: 14px;
	font-style: normal;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.dropdown-menu > li > a { padding: 0; }
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus { background: none; }
#mainMenu .dropdown .dropdown-menu li ul li{ line-height: 1; }
#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;
    border-top: 2px solid #e5ae49;
    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: 3px;
    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 {
	background-color:inherit;	
	border-radius: 0;
}
#header-v1 .mainMenu .menu,
#header-v2 .mainMenu .menu,
#header-v3 .mainMenu .menu {
	background-color: #fff;
	position: relative;
}
#header-v4 .mainMenu .menu,
#header-v5 .mainMenu .menu { position: relative; }
#header-v4 nav ul.nav-main li.active > a { border-bottom: 3px solid #fff; }
#header-v1 .mainMenu .menu .topsearch .form_search > button {
	position: absolute;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #8d9095;
    font-size: 17px;
    top: 14px;
    right: 16px;
}
#header-v4 .mainMenu .menu .topsearch .form_search > button,
#header-v5 .mainMenu .menu .topsearch .form_search > button {
	position: absolute;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: rgba(8, 6, 6, .3);
    font-size: 18px;
    top: 14px;
    right: 16px;
}
#header-v1 .mainMenu .menu .topsearch .form_search .remove,
#header-v4 .mainMenu .menu .topsearch .form_search .remove,
#header-v5 .mainMenu .menu .topsearch .form_search .remove { display: none; }
#header-v1 .mainMenu,
#header-v4 .mainMenu,
#header-v5 .mainMenu {
	z-index: 999;
}
#header-v1 .nav-pills > li, 
#header-v2 .nav-pills > li,
#header-v3 .nav-pills > li, 
#header-v4 .nav-pills > li,
#header-v5 .nav-pills > li { padding: 0 12.5px; }
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 {
    border: medium none;
    color: #1b242b;
    display: block;
    font-size: 13px;
    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: 20px;
    position: absolute;
    width: 20px;
    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 }
.category-products .element_blog { display: none; }
.toolbar-bottom {
	margin-top:5px; 
    padding-top: 10px;
    text-align: left;	
}
.toolbar-bottom #showmore-container > a {
	border: 1px solid #c8c8c8;
	color: #c8c8c8;
}
.category-title h2{
	color: #1b242b;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #e6e5e5;
	padding-bottom: 19px;
	margin-bottom: 18px;
}
.toolbar { 
	margin-bottom: 26px;
}
.toolbar .right span.grid, .toolbar .right span.list { padding: 7px 10px; }
.toolbar .right a {
	border: 1px solid #e4e4e4;
	padding: 8px 12px;
	color: #868686;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}
.toolbar .right strong {
	padding: 8px 12px;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}
.toolbar .amount {
	float: left;
	padding-top: 9px;
}
.toolbar .limiter {
	float: left;
	margin-left: 19px;
}
.toolbar .limiter label,
.toolbar .sort-by label { color: #2a3337; }
.toolbar .limiter select {
	width: 69px;
	margin-left: 10px;
}
.three_columns .toolbar .limiter select { width: 59px; }
.toolbar .right label {	color: #2a3337;	}
.toolbar .right select {
	width: 159px;
	margin-left: 10px;
}
.three_columns span.amount { display: none; }
.three_columns .toolbar .right select { width: 99px; }
.sidebar .block { margin-bottom: 30px; }
.sidebar .price { font-size: 12px; }
.sidebar .block dl dt:first-child { margin-top: 0; }
.sidebar .block dl dt { margin-top: 38px; }
.vertical-menu li{
    cursor: pointer;
    display: block;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.vertical-menu li a {
    color: #333436;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 45px;
    padding: 0 30px 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.vertical-menu li .toggle-icon {
    position: absolute;
    left: 0;
    top: 7px;
}
.vertical-menu li .toggle-icon a {
    border-radius: 3px;
	color: #333333;
	display: block;
	line-height: 20px;
	padding: 6px 0;
}
.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: 14px; }
.vertical-menu li .toggle-icon a.collapse { background-position:2px -73px !important; }
.vertical-menu li ul li {    
    font-size: 0.9em;
    padding-left: 34px;
}
.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;
    border-radius: 3px;
    color: #333333;
    display: block;
    margin-top: 9px;
    padding: 6px;
}
.vertical-menu ul > li ul > li ul > li > a { padding-left: 0; }
.vertical-menu li ul li .toggle-icon { left: 34px; }
.sidebar h4 {
	color: #1b242b;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	margin: 0;
}
.sidebar .block .block-content #narrow-by-list dt {
	font-size: 16px;
	color: #1b242b;
	text-transform: uppercase;
	font-weight: 700;
}
.sidebar .block .block-content #narrow-by-list dt {
    border-bottom: 1px solid #e6e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.sidebar .block #newsletter-validate-detail .actions { float: left; }
.sidebar .block #newsletter-validate-detail .actions button { padding: 3px; }
.sidebar .block-content .currently .label {
	color: #333436 !important;
	font-weight: 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; padding: 0 12px; }
.sidebar .block-content .currently { border-bottom: 1px solid #e6e5e5; } 
.sidebar .block-content .actions a em { margin-left: 10px; }
.block-compare .block-content p { color: #333436; }
.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 .title { text-transform: uppercase; margin: 0; border-bottom: 3px solid #f4f4f4; margin-bottom: 25px; }
.block-layered-nav .block-content .actions a {
	float: right;
	margin: 10px 0 0 10px;
}
.block-layered-nav .block-content #narrow-by-list2 a { color: #868686; } 
.block-layered-nav .block-content a { text-transform: uppercase; font-weight: bold;  }
.block-layered-nav .block-content #narrow-by-list a { color: #868686; }
.block-layered-nav .block-content li {
	padding: 11px 0 9px 0;
}
.sidebar .block-cart #cart-sidebar .item {
	min-height: 0;
}
.sidebar .block .block-title {
	border-bottom: 1px solid #e6e5e5;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.sidebar .block .title h2 { text-align: left !important; }
.sidebar .block-cart .block-content p, .sidebar .block-cart .block-content strong{ color: #333436; }
.sidebar .block-cart .block-content .label {
	color: #868686;
	padding: 0.2em 0.6em 0.3em 0;
	font-weight: 400;
}
.sidebar .block-cart .block-content a:hover { text-decoration: underline; }
.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 h2 {
	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;
	padding: 7px 20px;
}
.block-poll .block-content .btn:hover { color: #fff; }

.sidebar .block-wishlist .item {
	min-height: 0;
	margin-bottom: 15px;
}
.sidebar .block-wishlist .item .btn-remove { margin-right: 10px; }
.sidebar .block-wishlist .item .product-name a { color: #1b242b !important; }
.sidebar .re-order .title h2 {
	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 h2 {
	background: none;
	text-align: left;
	margin-bottom: 0;
}
.sidebar .block-tags a {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	color: #8d9095;
	display: inline-block;
	margin: 0 6px 11px;
	padding: 9px 12px;
}
.sidebar h3 { display: none; }
.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: #404040;
	font-size: 12px;
}
#products-list .product-shop .old-price {
	margin-left: 0;
	margin-bottom: 0;
}
#products-list .product-shop .price-box {
	margin: 0;
	overflow: hidden;
	margin-top: 8px;
}
#products-list .product-shop .desc { line-height: 22px; margin-top: 19px; }
#products-list .product-shop .btn-cart {
	font-size: 16px;
	margin-right: 10px;
	float: left;
}
#products-list .product-shop .funs { margin-top: 15px; }
#products-list .product-shop .ratings { float: left; margin-top: 5px; }
#products-list .product-shop .add-to-links li a {
    display: inline-block;
    padding: 10px 13px;    
}
#products-list .product-shop .add-to-links li a > i {
	font-size: 16px;
}
.three_columns #products-list .product-shop .add-to-links li a { padding: 10px 12px; }
#products-list .product-shop .add-to-links li a:hover { color: #fff; }
#products-list .product-shop .add-to-links li {
	display: inline;
	padding: 0 3px;
}
.three_columns #products-list .product-shop .add-to-links li { padding: 0; }
#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: 6.5px 14px;
}
/* End Category List Type */
/* Category 3 columns */

/* ENd category 3 columns */
/* Pagination */
.pagination { margin: 0; }
.pagination li a {
	border-left: 1px solid rgba(8, 6, 6, 0.2);
	border-right: 1px solid rgba(8, 6, 6, 0.2);
	border-bottom: none;
	border-radius: 0;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	padding: 10px 17px;
}
.pagination li a:focus {
	background: none;
}
.pagination li a span:focus { background: none; }
.pagination li:last-child a,
.pagination li:first-child a { border-radius: 0; }
.pagination li:last-child a { border-right: none; }
.pagination li:first-child a { border-left: none; }
.pagination > li.active > a {
	border-bottom: none;
	border-left: 1px solid rgba(8, 6, 6, 0.2);
	border-right: 1px solid rgba(8, 6, 6, 0.2);
	background: none;
}
.pagination > li.active:hover > a { 
	background: none;
}
.pagination > li:hover > a {
	border-bottom: none;
	background: none;
}
/* End pagination */
/* ========= Header ========= */
/* Top link */
.top-bar ul.links li{
	float:left;
	padding: 0 10.5px;
}
#header-v3 .top-bar ul.links li:last-child { padding-right: 0; }
#header-v1 .top-bar ul.links li > a { color: #b1aca3; }
#header-v4 .top-bar ul.links li > a,
#header-v5 .top-bar ul.links li > a { color: #404040; }
#header-v4 .top-bar,
#header-v5 .top-bar { color: #404040; }
.top-bar ul.links {
	padding: 11px 0;
	margin-bottom: 0;
}
.logo-container {
	padding-top: 14px;
	transition: all 0.19s ease-in 0s;
}
#header-v3 .logo-container {
	padding-left: 48px;
}
.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 { float:right; }
.form-language ul {
	overflow: hidden;
	padding: 0 9.5px;
}
.form-currency ul {
	padding: 0 8px;
	overflow: hidden;
}
.form-currency ul li {
	float: left;
	padding: 11.5px 6px;
}
.form-currency ul { border-left: 1px solid rgba(8, 6, 6, 0.3); }
.form-language ul {
	border-left: 1px solid rgba(8, 6, 6, 0.3);
	border-right: 1px solid rgba(8, 6, 6, 0.3);
}
#header-v1 .form-currency ul li > a,
#header-v4 .form-currency ul li > a,
#header-v5 .form-currency ul li > a {
	color: #b1aca3;	
}
#header-v1 .form-currency ul li > a:hover {
	color: #fff;
}
#header-v4 .form-currency ul li > a:hover,
#header-v2 .form-currency ul li > a:hover,
#header-v5 .form-currency ul li > a:hover { color: #404040; }
#header-v2 .form-currency ul li > a,
#header-v3 .form-currency ul li > a { color: #577200; }
#header-v3 .form-currency ul li > a:hover { color: #fff; }
.form-language ul li {
	padding: 10.5px 4.5px;
	float: left;
}
.form-language ul li a img { opacity: 0.4; }
.form-language ul li a:hover img { opacity: 1; }
.light { opacity: 1 !important; }
.white { color: #fff !important; }
.dropdown-menu .white { color: #404040 !important; }
#header-v4 .white,
#header-v5 .white { color: #404040 !important; }
.links { float:right; }
.callus {
	padding: 10px 11px 10.5px 14px;
    float: left;
    min-width: 130px;
}
#header-v1,
#header-v2,
#header-v3,
#header-v4,
#header-v5 { background-color: #f5f5f5; }
#header-v1 .callus { 
	border-right: 1px solid #141414; 
	color: #fff;
}
#header-v2 .callus { border-right: 1px solid #ededed; }
.callus span { color: #959595; }
#header-v2 .callus span { display: none; }
#header-v4 .callus span { color: #fff; }
#header-v4 .callus em { color: #fff; }
.callus em {
	color: #959595;
	margin-right: 8px;
}
.callus .fa { margin-right: 7px; }
.dropdown {
	display: block !important;
	float: right;
	border-radius: 0px;
	font-size: 12px;
}
.dropdown > a { text-decoration: none; }
#header-v1 .top-bar .dropdown > a {	color: #8b8b8b; }
.top-bar { height: 39px; }
#header-v1 .top-bar { background-color: #413c35; }
#header-v2 .top-bar { height: 39px; }
#header-v3 .top-bar {
	background-color: #f2f2f2;
	height: 39px;
}
#header-v4 .top-bar,
#header-v5 .top-bar { background-color: #dedede; }
.top-bar .btn-group { display: block !important; }
#header-v4 .top-bar .toplinks > a,
#header-v5 .top-bar .toplinks > a { color: #404040; }
#header-v4 .top-bar .toplinks {
	border-left: 1px solid rgba(234,234,234,0.3);
	border-right: 1px solid rgba(234,234,234,0.3);
}
#header-v4 .form-language {
	border-left: 1px solid rgba(234,234,234,0.3);
	border-right: 1px solid rgba(234,234,234,0.3);
}
#header-v4 .top-bar .toplinks,
#header-v5 .top-bar .toplinks {
	padding: 11.5px 12px;
	color: #fff;
}
.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;
   	padding: 0;
   	top: 94%;
   	min-width: 133px;
}	
.toplinks .dropdown-menu {
	right: 0;
	left: auto;
	border-radius: 0;
	box-shadow: none;
	-webkit-shadow: none;
	padding: 0;
	margin: 0;
}
.toplinks .dropdown-menu li a{
	padding: 5px 16px;
	border-bottom: 1px solid #f0efef;
	color: #aeb0b2;	
}
.toplinks .dropdown-menu li a:hover { color: #1b2429; }
.top-bar .form-currency .dropdown-menu li a:hover { color: #1b2429; }
.top-bar .form-currency #dropdownMenu1 {
	border: none;
	padding: 11.5px 12px;
	border-radius: 0px;
	background: none;
}
#header-v4 .top-bar .form-currency #dropdownMenu1 { color: #404040; } 
#header-v2 .top-bar .form-currency #dropdownMenu1 { border: none; }
#header-v3 .top-bar .form-currency #dropdownMenu1 {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
#header-v3 .top-bar .form-currency #dropdownMenu1 { color: #fff; }
.top-bar .form-currency #dropdownMenu1 .cur {
	color: #8b8b8b;
	margin-right: 7px;
}
#header-v4 .top-bar .form-currency #dropdownMenu1 .cur { color: #fff; }
.top-bar .form-currency #dropdownMenu1 a{
	color: #fff !important;
	margin-right: 3px;
}
.top-bar .form-language #dropdownMenu2 {
	border: none;
	padding: 9.5px 12px;
	border-radius: 0;	
	background: none;
}
#header-v4 .top-bar .form-language #dropdownMenu2 { color: #404040; }
.btn-group.open .dropdown-toggle { box-shadow: none; }
#header-v1 .top-bar .form-language #dropdownMenu2 {	border-right: 1px solid #141414; }
#header-v2 .top-bar .form-language #dropdownMenu2 {
	border-right: 1px solid #ececec;
	border-left: 1px solid #ececec;
}
#header-v3 .top-bar .form-language #dropdownMenu2 { border-right: 1px solid #e3e3e3; }
#header-v3 .top-bar .caret { color: #fff; }
#header-v2 .top-bar .dropdown > a,
#header-v3 .top-bar .dropdown > a {
	padding: 11.5px 12px;
	display: inline-block;	
}
#header-v2 .top-bar .dropdown > a > .fa-align-justify,
#header-v3 .top-bar .dropdown > a > .fa-align-justify { 
	margin-right: 6px;
	font-size: 11px;
}
.top-bar .form-language #dropdownMenu2 .lang {
	margin-right: 7px;
	color: #8b8b8b;
}
#header-v4 .top-bar .form-language #dropdownMenu2 .lang { color: #fff; }
.top-bar .form-language .dropdown-menu {
	border-radius: 0;
    box-shadow: none;
    left: auto;
    right: 0;
    min-width: 133px;
    padding: 0;
    top: 93%;
    margin-top: 2px;
}
.top-bar .form-language .dropdown-menu li,
.top-bar .form-currency .dropdown-menu li { border-bottom: 1px solid #f0efef; }
.top-bar .form-language .dropdown-menu li a {
	padding: 5px 11px;
	color: #aeb0b2;
}
.top-bar .form-language .dropdown-menu li a:hover { color: #1b2429 }
.top-bar .form-language .dropdown-menu li a img { margin-right: 8px; }
#header-v1 #design-header-welcome-text { color: #b1aca3; }
#header-v2 #design-header-welcome-text,
#header-v3 #design-header-welcome-text { color: #fff; }
#header-v2 .top-bar .dropdown > a,
#header-v3 .top-bar .dropdown > a { color: #fff; }
#header-v2 .top-bar .dropdown > a:hover,
#header-v3 .top-bar .dropdown > a:hover { text-decoration: underline; }
.welcome-msg {
	padding: 0;
	float: left;
}
#header-v1 .welcome-msg, 
#header-v2 .welcome-msg, 
#header-v3 .welcome-msg,
#header-v4 .welcome-msg,
#header-v5 .welcome-msg { padding-left: 0; padding: 11.5px 12px; }
header .social {
	margin-top: 45px;
	min-width: 169px;
}
.social li {
	float: left;
	padding: 0 9px;
}
.social li a{
	color: #7a7777 !important;
	font-size: 13px;
}
.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: 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: 900; }
.navbar-collapse {
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}
#header-v3 .navbar-collapse > nav {
	float: none;
	display: inline-block;
	vertical-align: middle;
} 
#header-v1 .nav-pills > li.active > a, 
#header-v1 .nav-pills > li.active > a:hover, 
#header-v1 .nav-pills > li.active > a:focus,
#header-v2 .nav-pills > li.active > a, 
#header-v2 .nav-pills > li.active > a:hover, 
#header-v2 .nav-pills > li.active > a:focus,
#header-v3 .nav-pills > li.active > a, 
#header-v3 .nav-pills > li.active > a:hover, 
#header-v3 .nav-pills > li.active > a:focus,
#header-v4 .nav-pills > li.active > a, 
#header-v4 .nav-pills > li.active > a:hover, 
#header-v4 .nav-pills > li.active > a:focus,
#header-v5 .nav-pills > li.active > a, 
#header-v5 .nav-pills > li.active > a:hover, 
#header-v5 .nav-pills > li.active > a:focus { background-color: inherit; }
header nav ul.nav-main { margin: 0; }
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;
	display: block;
}
.shopcart i {
	font-size: 12px;
	color: #000000;
	margin-left: 6px;
}
.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 .amount a {
	color: #ee9a00;
	text-decoration: none;
}
.side .product-details {
	color: #ee9a00;
	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; }
#panel-form .form-language #dropdownMenu1 {
	position: absolute;
	right: 0;
}
#panel-form .btn-group { display: block !important; }
.menu2 { position: relative; }
.menu2 .social {
	position: absolute;
	top: -22px;
	right: 0;
	min-width: 132px;
}
.top-bar .social {
	margin-top: 11px;
	float: left;
}
.lefttop .child-builder { float: left; } 
.header .shopcart a { color: #000000; }
.clear { clear: both; }
.form_search {
	position: relative;
	overflow: hidden;
}
.cart_top { float: right; }
.cart_top .sidebar1 { position: static; }	
.cart_top .sidebar1 .block-content {
	left: auto;	
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 8px 12px 17px 12px;
}
#header-v2 .cart_top .sidebar1 .block-content {
	right: 0;
	top: 39px;
}
#header-v1 .cart_top .sidebar1 .block-content,
#header-v4 .cart_top .sidebar1 .block-content,
#header-v5 .cart_top .sidebar1 .block-content {
	right: 15px;
	top: 68px;
}
#header-v3 .cart_top .sidebar1 .block-content { right: 15px; top: 69px; }

.cart_top .sidebar1 .block-content .subtotal span {
	font-size: 14px;
	color: #1b242b;
	text-transform: uppercase;
}
.cart_top .sidebar1 .block-content .subtotal { float: right; }
.cart_top .sidebar1 .block-content #cart-sidebar .baritem {
	padding: 15px 0;
	border-bottom: 1px solid #e6e5e5;
}
#header-v2 .form_search .search, #header-v2 .cart_top .sidebar1 .icon-cart {
	padding: 13px 23px;
	line-height: 1.2;
}
.r-header2 {
	padding-top: 28px;	
	transition: all 0.19s ease-in 0;
}
.r-header { position: relative; }
.cart_top .sidebar1 .icon-cart i { position: relative; }
.cart_top .sidebar1 .icon-cart i > span {
    border-radius: 50%;
    bottom: 12px;
    left: 9px;
    padding: 4px 7px;
    position: absolute;
    color: #fff;
    line-height: 1;
}
.sposition {
	position: static;
	float: right;
}
#header-v3 .sposition { float: left; }
#header-v2 .sposition #search_mini_form > div > input,
#header-v3 .sposition #search_mini_form > div > input {
	height: 38px;
	background-color: #fff;
	color: #d4d4d4;
	border: 1px solid #e2e2e2;
			border-radius: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	     	box-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
}
#header-v2 .sposition #search_mini_form > div > button[type="submit"],
#header-v3 .sposition #search_mini_form > div > button[type="submit"] {
	position: absolute;
	font-size: 13px;
	background: none;
	border: none;
	right: 14px;
    top: 11px;
    z-index: 10;
    color: #d4d4d4;
}
#search_mini_form {
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	right: 0;
	border: none;
	margin: 0;
	display: block !important;
}
#header-v3 #search_mini_form {
	float: left !important;
	padding-top: 28px;
	width: 60%;
}
#header-v3 #search_mini_form .input-group { display: block;	}
.form_search .form-search #search {
	background-color: #eeeded;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	color: #868686;
	height: 52px;
	opacity: 0;
}
#header-v1 .form_search .search, #header-v4 .form_search .search { transition: all 0.19s ease-in 0s; }
#header-v2 .form_search .search {
	right: 3px;
    top: 11px;
}
#header-v3 .form_search {
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 9px;
}
#header-v3 .cart_top {
	float: right;
	padding-top: 47px;
}
.cart3 {
	position: relative;
}
#header-v1 .cart3,
#header-v4 .cart3,
#header-v5 .cart3 {
	margin-top: 38px;
}
#header-v2 .cart3 {
	margin-top: 16px;
}
.cart3:before {
	position: absolute;
	border-right: 1px solid #dadada;
}
#header-v1 .cart3:before,
#header-v4 .cart3:before,
#header-v5 .cart3:before {
	top: -9px;
	left: -71px;
	padding-right: 14px;
}
#header-v2 .cart3:before {
	top: -4px;
	left: -60px;
	padding-right: 14px;
}
#header-v3 .cart3:before {
	top: -4px;
	left: -57px;
	padding-right: 14px;
}
#header-v3 .rohang { display: none; }
#header-v3 .rohang:after {
	content: url("../images/shopcart_food.png");
	position: absolute;
	top: -25px;
}
.cart3:hover { cursor: pointer; }
.fcu {
	position: relative;
	float: right;
}
.cart3 > p { color: #1b2429; }
.cart3 > p .yh { color: #939494; }
.cart3 > span.cartt {
	text-transform: uppercase;
	font-weight: bold;
}
#header-v3 .static-can-edit { float: right; }
#header-v3 .callus3 {
	width: 135px;
	padding-top: 31px;
}
#header-v3 .callus3 > span {
	color: #1b2429;	
	font-weight: bold;
}
#header-v3 .callus3:before {
	content: "\f095";
	font-size: 30px;
	color: #959595;
	font-family: FontAwesome;
	left: -51px;
    position: absolute;
    border-right: 1px solid #eee;
    padding-right: 12px;
}
nav > #mainMenu > li > a {
	border-radius: 0 !important;
	color: #1b2429;
}
#header-v4 nav > #mainMenu > li.active > a { color: #fff; }
nav > #mainMenu > li:first-child > a > i { font-size: 18px; }
#header-v1 nav > #mainMenu > li > a, 
#header-v2 nav > #mainMenu > li > a,
#header-v3 nav > #mainMenu > li > a,
#header-v4 nav > #mainMenu > li > a,
#header-v5 nav > #mainMenu > li > a {
	padding: 14.5px 6px;
	transition: all 0.19s ease-in 0s;
}
header nav #mainMenu .dropdown > a > i { font-size: 10px; }
header nav #mainMenu .dropdown {
	background: none;
	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 > li > a { font-weight: 700; }
#header-v3 .cartcenter .caret, #header-v4 .cartcenter .caret { display: none; }
#header-v3 .search {
	position: absolute;
    background: none;
    border: none;
    font-size: 20px;
    color: #8c919b;
    right: 3px;
    top: 2px;
}
#header-v3 .removes {
	position: absolute;
    background: none;
    border: none;
    font-size: 20px;
    color: #8c919b;
    display: none;
    right: 3px;
    top: 2px;
}
/*=========== end header =============*/	
/* Catalogsearch Page */
.catalogsearch-result-index .page-title h2 {
	text-transform: uppercase;
	margin-bottom: 18px;
    padding-bottom: 18px;
}
/* End Catalogsearch Page */
/* Revolution slider */
.tp-leftarrow.default,
.tp-leftarrow,
.tp-leftarrow.round,
.tp-rightarrow.default,
.tp-rightarrow.round,
.tp-rightarrow {
	background: none !important;
	display: none;
}
.tp-bullets.simplebullets.round .bullet { 
	background: url(../images/bullet.png) left top !important;
	float: left;
	width: 15px !important;
	height: 16px !important;
}
.tp-bullets.simplebullets.round .bullet:hover, 
.tp-bullets.simplebullets.round .bullet.selected, 
.tp-bullets.simplebullets.navbar .bullet:hover, 
.tp-bullets.simplebullets.navbar .bullet.selected {
	background-position: left bottom !important;
	height: 16px !important;
}

/* ========= Footer ========= */
footer button { padding: 4px 12.5px !important; }
footer button span span { 
	font-size: 12px;
	white-space: nowrap;
}
address.copy {
	padding-top: 17px;
	margin-bottom: 0;
	padding-bottom: 17px;
}
footer .brand { padding-top: 13px; }
.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; }
.copyright5 #design-footer-copyright-text { color: #fff; }
.copyright5 #design-footer-copyright-text a { color: #fff; }
.copyright5 #design-footer-copyright-text a:hover { text-decoration: underline; }
footer .contentf {
	border-top: 5px solid #d5d5d5;
	font-size: 12px;
	color: #868686;
	background-size: cover;
	z-index: 100;
	position: relative;
}
footer .footer5 { background-color: #d5d5d5; } 
footer .footer5 .contact > li > em { border-left: 1px solid #c6c6c6; }
footer .footer5 .fcontent > div { border-left: 1px solid #c6c6c6; }
footer ul li a {
	font-size: 12px;
	color: #868686;
	text-transform: capitalize;
}
footer ul li { padding-bottom: 8px; }
footer ul li > em { margin-right: 10px; }
footer .contact li {
	text-decoration: none;
	margin-bottom: 26px !important;
	height: 58px;	
}
footer .contact li span { color: #868686; } 
footer .copyright {
	background-color: #d5d5d5;
	min-height: 50px;
}
.footer4 .contact > li em {
	float: none;
	margin: 0 auto;
	width: 33px;
	border: none;
}
.footer4 .contact > li > div {
	float: none;
	width: 100%;
}
footer .copyright .brand .social li:last-child { padding-right: 0; }
footer .fcontent { 
	overflow: hidden;
	margin-bottom: 15px;
}
footer .fcontent > div { border-left: 1px solid #e5e5e5; }
footer .fcontent > .fcontent { border: none; }
footer .newsletter {
	padding-top: 25px;
	padding-bottom: 25px;
}
footer .newsletter .fu {
	margin-top: 21px;
	overflow: hidden;
}
.footer2 .follow {
	margin-bottom: 25px;
	overflow: hidden;
}
footer .social em { font-size: 20px; }
footer .social li { padding: 0 13.5px; }
footer .social li:last-child { padding-right: 0; }
footer .footer1 .social {
	padding-top: 5px;
	padding-left: 18px;
}
.footer1 > div > div.row,
.footer5 > div > div.row { padding-top: 26px; }
footer .footer2 .social li:first-child { padding-left: 0; }
footer .footer2 .block .block-title h2 { margin-left: 0; }
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 {
	color: #868686;
	font-weight: normal;
}
footer .contact span {
	color: #000000 !important;
	font-weight: bold;
}
footer .footer3 .contact > li label {
	margin: 0 auto;
	float: none;
	margin-bottom: 10px;
	width: 33px;
}
.footer3 .block-subscribe { padding-top: 16px; }
footer .footer3 .block .block-title { clear:both; }
footer .footer3 .contact p { color: #868686; }
footer .contact > li:last-child label { padding: 6px 10px; }
footer .contact > li > div {
	float: left;
	width: 82%;
}
footer h4 { margin-top: 6px; }
footer .contact > li > em {
	font-size: 15px;
	padding-top: 9px;	
	padding-bottom: 9px;
	float: left;
	padding-right: 18px;
	border-left: 1px solid #e5e5e5;
	padding-left: 15px;	 
}
footer .contact > li > em.fa-map-marker,
footer .contact > li > em.fa-mobile-phone {
	padding-left: 18px;
}
footer .contact {
	list-style: none;
	margin-top: 23px;
}
.footer4 .contact {
}
.footer4 > div > div.row { padding-top: 26px; }
.copyright4 .social li { padding: 0 11px; }
footer .content img { margin-bottom: 14px; }
footer .newsletter .block-title h2 {
	color: #0d0d0d;
	font-size: 20px;
}
#footer p.required { font-size:11px; }
.newsletter .block-title {
	float: left;
	margin-right: 15px;
	padding-top: 9px;
}
.newsletter4 .block-title {
	float: none;
	margin-bottom: 15px;
}
.block-subscribe .block-title h4 {	
    font-weight: 700;
    text-transform: uppercase;
}
.newsletter4 .block-subscribe .block-title h4 { color: #000; }
.newsletter .block-content .input-box {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.newsletter .block-content .input-box #newsletter { height: 35px; }
.newsletter .block-content {	
	float: none;
	display: inline-block;
	width: 70%;
}
.newsletter4 .block-subscribe {
	overflow: hidden;
    text-align: center;
}
.newsletter .block-content .actions { z-index: 100; }
.newsletter { background-color: #f4f4f4; }
.newsletter .plane {
	color: #dbdbdb;
	font-size: 83px;
	position: absolute; 
	right: 50px;
}
.newsletter .actions button { float: left; }
footer .fu h5 {
	font-weight: 400;
	text-transform: uppercase;
	margin-right: 20px;
}
footer .fu .social { float: right; }
footer .fu .builder-container.child-builder { float: right; }
/*end footer 1*/
/*..............footer 2...........*/
.footer2 h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;	
} 
.footer2 > div > div.row { padding-top: 25px; }
.footer2 .social {
	margin-left: 0;
	float: left;
}
.footer2 .block-content .input-box { float: none; }
.footer2 .block-title h3 { margin-top: 0 !important; }
.footer2 .block-content { text-align: left; }
.footer2 .block-content > input { margin-bottom: 15px; }
.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; }
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;
	color: #e5ae49;
}
.footer3 .des {
	text-align: center;
	margin: 0 21px 0 21px;
}
footer .footer3 h4, 
footer .footer4 h4, 
footer .footer1 h4, 
footer .footer2 h4, 
footer .footer5 h4 {
	text-transform: uppercase;
	color: #000000;
	font-weight: 700;
	margin-bottom: 22px;
}
footer .footer1 h4:after,
footer .footer2 h4:after,
footer .footer3 h4:after,
footer .footer4 h4:after,
footer .footer5 h4:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 3px;
	margin-left: 7px;
}
footer .footer3 .contactf ul { list-style-type: none; }
footer .footer3 .social {
	list-style: none;
	overflow: hidden;
}
footer .footer3 .social li:first-child {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
footer .midbg {
	background-color: rgba(39, 39, 39, 0.64);
	min-height: 60px;
}
.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 { margin-top: 26px; }
/*..............end footer 3.........*/
/*..............footer 4.............*/
.newsletter4 { background-color: #161616; }
.newsletter4 .block-subscribe em { display: none; }
.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;	
}
.footer4 .contact li:first-child { margin-left: 0px; }
.footer4 p { color: #868686; }
.footer4 .contactf { 
	text-align: center;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.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; }
/*..............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 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;
}
.separator-white-space .separator-margin span {
	height: 0;
	line-height: 0;
}
.separator-margin span {
	display: block;
	height: 20px;
	line-height: 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 */
/* ======================= */
/* 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;
  margin-bottom: 10px;
}
.mini-products-list .product-details {
  margin-left: 5px;
  float: left;
  width: 145px;
}
.mini-products-list .product-details .product-name { margin: 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;
	color: #919191;
}
/* Breadcrumbs */
.crumb { 
	background-color: #eeeeee;
	color: #b3b2b2;
	margin-bottom: 40px;
}
.crumb a { color: #b3b2b2; }
.crumb .page-title h2 { 
	color: #404040;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding-top: 29px;
}
.breadcrumbs { line-height: 1.25; }
.breadcrumbs ul {
	padding: 33px 0;
	margin: 0;	
	float: right;
}
.catalog-product-view .breadcrumbs ul { float: left; }
.breadcrumbs li { display: inline; }
.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 { padding-bottom: 20px; }
.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:15px;
}
a.product-image img {
    background: none repeat scroll 0 0 #f5f5f5;
}
.deal-carousel .btn-default{font-size:14px}
.deal-carousel .btn-default .fa{margin-right:4px}
.product-hover .image-container { border: 1px solid transparent; }
.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; 
	-moz-transition: all 0.5s ease-in-out 0s;
         transition: all 0.5s ease-in-out;
	background: rgba(255,255,255,0.8);}
.product-hover:hover .hover-display {
	opacity:0.7;  
	-moz-transition: all 0.5s ease 0s;
}
.product-hover:hover .actions,
.deal-container .item:hover .actions,
.deal-carousel .item:hover .actions {
	opacity:1;
	visibility:visible;
}
.image-container .actions .buttons {
	opacity: 1;
	position: absolute;
	text-align: center;
	 bottom: -3px;
	-webkit-transform: scale(0.2);
	   -moz-transform: scale(0.2);
	     -o-transform: scale(0.2);
	    -ms-transform: scale(0.2);
	    	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;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	     -o-transform: scale(1);
	    -ms-transform: scale(1);
	    	transform: scale(1);	
    visibility: visible;
}

.image-container .buttons .add-to-links li{
	display: inline-block;	
	margin: 0; 
}
.funs .btn-cart .fa-shopping-cart { font-size: 17px; margin-right: 10px; }
.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: 270px;
}
.ajax-cart-loading{
	width:50px;
	height:50px;
	margin:0 auto;
}
/* My Account */
.nobr {
    white-space: nowrap !important;
    font-size: 14px;
    text-transform: uppercase;    
    color: #1b242b;
	font-weight: 700;
}
.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 */
.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; }
.product-view .ratings { margin-bottom: 10px;}
/* Checkout cart */
table.cart_table thead tr th {
	border: 1px solid #ededed;
	vertical-align: middle;
}
.cart .page-title h2 {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e5e5;
	padding-bottom: 17px;
}
.cart .table-responsive { padding-top: 18px; }
#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 { float: left; }
#shopping-cart-table tr td.a-center {
	text-align: center;
}
#shopping-cart-table tr td.a-left {
	text-align: left;
	padding: 26px 0;
}
#shopping-cart-table tr td .price { font-size: 20px; }
#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: 100%; }
.cart-collaterals { margin-bottom: 15px; }
.cart-collaterals h2 {
	text-transform: uppercase;
	font-weight: bold;
}
.cart-collaterals button span {
	height: 36px;
	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 {
	margin-left: 15px;
	margin-top: 39px;
	margin-bottom: 32px;
}
.cart-collaterals .input-text { width: 100%; }
.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 { display: block; }
.cart-collaterals #discount-coupon-form .ctitle h4:after, 
.cart-collaterals .shipping .ctitle h4:after, 
.cart-collaterals .total .ctitle h4:after{
	content: "";
	height: 1px;
	margin-top: 21px;
	margin-bottom: 20px;
	display: block;
	background-color: #e6e5e5;
}
.cart-collaterals .total .checkout-types li > a { text-decoration: underline; }
.cart-collaterals .total .checkout-types li > a:hover { text-decoration: none; }
.cart-collaterals #discount-coupon-form .ctitle h4, 
.cart-collaterals .shipping .ctitle h4, 
.cart-collaterals .total .ctitle h4 {
	text-transform: uppercase;
	font-weight: bold;
}
.cart-collaterals .shipping #co-shipping-method-form dl dt {
	color: #1b242b;
	font-weight: 400;
}
.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;
} 
.checkout-onepage-index h4 {
	font-weight: bold;
	text-transform: uppercase;
}
.opc-block-progress .block-content { margin-top: 20px; }
.checkout-onepage-index h5 {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 2px;
	color: #868686;
}
.checkout-onepage-index #checkoutSteps { padding-top: 30px; }
.checkout-onepage-index #checkoutSteps .number {
	float: left;	
    font-weight: bold;
    font-size: 14px;
    color: #868686;
    margin-right: 5px;
}
.checkout-onepage-index #checkoutSteps .active .step-title .number, 
.checkout-onepage-index #checkoutSteps .active .step-title h5 { color: #1b242b; } 
.checkout-onepage-index #checkoutSteps .step-title {
	border: 1px solid #e4e4e4;
    padding: 16px 0 7px 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;
	font-weight: bold;
}
.checkout-onepage-index #checkoutSteps .form-list .radio {
	float: left;
	margin-top: -3px;
	margin-right: 7px;
}
.checkout-onepage-index #checkoutSteps label {
	color: #1b242b;
	font-weight: 400;
}
.checkout-onepage-index #checkoutSteps .ul {
	list-style-type: square;	
	margin-left: 10px;
	list-style-position: inside;
}
.checkout-onepage-index #checkoutSteps fieldset {
	margin-top: 15px;
	margin-bottom: 15px;
}
.checkout-onepage-index #checkoutSteps .regis { margin-top: 28px; color: #333436; }
.checkout-onepage-index #checkoutSteps .form-list li .required {
	margin: 8px 0 9px 0;
	display: block;
	color: #1b242b;
}
.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-login .f-left:hover { text-decoration: none; }
.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: 700;
	color: #868686;
	margin-bottom: 23px;
	font-size: 14px;
}
#checkout-progress-wrapper .block-content dl dt.complete { color: #333436; }
#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-index-index #oscheckout-form .ostitle h4 {
	border-bottom: 1px solid #e0e0e0;
	 margin-bottom: 15px;
    padding-bottom: 16px;
}
#oscheckout-form {
	display: block;
}
.otitle h2 {
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #e6e5e5;
	padding-bottom: 17px;
}
#oscheckout-form .title h2 {
	font-size: 20px;
	text-align: left;
	margin-bottom: 0;
}
#oscheckout-form .checkout-container {
	margin-bottom: 38px;
}
#checkout-billing .title h4,
#checkout-payment .title h4,
#checkout-shipping_method .title h4,
#checkout-shipping .title h4,
#checkout-review .title h4,
.order-comment .title h4,
.oscheckout-enable-terms .title h4 { padding-bottom: 15px; }	
#checkout-billing label {
	color: #1b242b;
	font-size: 14px;
	font-weight: 400;
}
#checkout-billing input { box-shadow: none; }
#checkout-billing select { 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 {	
	-webkit-box-shadow: none;
	     -o-box-shadow: none;
	   -moz-box-shadow: none;
	   		box-shadow: none;
	margin-bottom: 15px;
}
#shipping-new-address-form .select {
	-webkit-box-shadow: none;
	     -o-box-shadow: none;
	   -moz-box-shadow: none;
	  		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; }
.oscheckout-enable-terms .title h2 { margin-top: 40px; }
.oscheckout-enable-terms input {
	position: relative;
	top: 3px;	
}
#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: 9999;
    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;
}
/* title block */
.title h2,
.title h4 { 
	font-size: 16px;
	font-weight: 700;
	color: #000000;	
	text-transform: uppercase;
	margin-bottom: -3px;	
	margin-top: 0;
}
.title h2:after,
.title h4:after {
	content: " ";
	display: block;	
	padding-top: 18px;	
	width: 104px;
}
.carousel_wrapper .title { 
	border-bottom: 3px solid #f4f4f4;
	width: 100%;
	margin-bottom: 36px;
}
.title-center .title h2 { text-align: center; margin: 0 auto -3px; }
.title-center .title h2:after { margin: 0 auto;}
.title-center .carousel_wrapper .title { float: none;margin: 0 auto 35px; width: 360px;}
/*--------product ------------*/

.product-hover .title-grid {padding-top: 2px;}
ul.products-grid.products-list { margin-bottom: 0;}
/*
* Product-slider-block
*/
.products-carousel.owl-theme .owl-controls,
.col-md-4 .deal-carousel.owl-theme .owl-controls {
	margin-top: 0;
}
.products-carousel.owl-carousel .owl-controls .owl-prev,
.col-md-4  .deal-carousel.owl-carousel .owl-controls .owl-prev,
.product-img-box .thumbnails .owl-carousel .owl-controls .owl-prev{
	border-right: 14px solid #ccc;
	right: 35px;
}
.products-carousel.owl-carousel .owl-controls .owl-next,
.col-md-4  .deal-carousel.owl-carousel .owl-controls .owl-next,
.product-img-box .thumbnails .owl-carousel .owl-controls .owl-next{
	border-left: 14px solid #ccc;
}
.products-carousel.owl-carousel .owl-controls .owl-prev,
.products-carousel.owl-carousel .owl-controls .owl-next,
.col-md-4  .deal-carousel.owl-carousel .owl-controls .owl-prev,
.col-md-4  .deal-carousel.owl-carousel .owl-controls .owl-next,
.product-img-box .thumbnails .owl-carousel .owl-controls .owl-next,
.product-img-box .thumbnails .owl-carousel .owl-controls .owl-prev{
	width: 0;
	height: 0;
	border-bottom: 11px solid transparent;
	border-top: 11px solid transparent;
	font-size: 10.8px;
	color: #fff;
	top: -20%;
	line-height: 1;
}
.products-carousel.owl-carousel .owl-controls .owl-prev i,
.col-md-4  .deal-carousel.owl-carousel .owl-controls .owl-prev i,
.product-img-box .thumbnails .owl-carousel .owl-controls .owl-prev i {
	position: relative;
	left: 7px;
	top: -6.5px;
}
.products-carousel.owl-carousel .owl-controls .owl-next i,
.col-md-4  .deal-carousel.owl-carousel .owl-controls .owl-next i,
.product-img-box .thumbnails .owl-carousel .owl-controls .owl-next i{
	position: relative;
	right: 11px;
	top: -6.5px;
}
/* Category products block */
.featured-category-products .category-product-item .col-md-12 {
	margin: 15px 0 0;
	padding: 23px 25px 0 ;
	color: #fff;
	transition: background-image 0.2s ease-in-out 0s;
	-moz-transition:   background-image 0.2s ease-in-out 0s;
	-webkit-transition:    background-image 0.2s ease-in-out 0s;
	-o-transition:   background-image 0.2s ease-in-out 0s;
}
.featured-category-products .category-product-item:first-child .col-md-12 { margin-top: 0; }
.featured-category-products .category-product-item ul { margin-bottom: 0; }
.featured-category-products .category-product-item h3 { 
	font-size: 30px; 
	color: #fff; 
	text-transform: uppercase; 
	font-weight: bold; 
	line-height: 1;
}
.featured-category-products .category-product-item .product-count { padding-bottom: 16px; }
.featured-category-products .category-product-item .btn-view {
	border-color: #fff; 
	background-color: transparent; 
	color: #fff;
	margin-bottom: 10px;
}
.featured-category-products .category-product-item ul li img { background: #f5f5f5; }
/* Blog */
.col-main > .postTitle { margin-top: 39px; }
.blog-index-list .element,
.blog-cat-view .element { border-bottom: 1px solid #e6e5e5; padding-bottom: 36px; margin-bottom: 36px; }
.blog-index-list .element_cate,
.blog-cat-view .element_cate { display: none; }
.postWrapper .postTitle h2 a {
	color: #1b242b;
	text-transform: uppercase;
	font-weight: bold;
}
.postWrapper .postTitle h2:after { border: none; padding-top: 0; }
.postWrapper .title { padding-left: 20px; margin-bottom: 20px; }
.menu-categories { margin-bottom: 20px; }
.menu-categories ul li a {
	color: #868686;
	font-weight: 700;
	text-transform: uppercase;
}
.postDetails {
	color: #8b9094;
	font-size: 13px;
}
.postDetails i { margin-right: 5px; }
.postDetails > span { margin-right: 20px; }
.wrapper .postContent {
	color: #939494;
	border-bottom: 1px 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 p {
	color: #707477;
	margin-top: 10px;
	line-height: 21px;
}
.block-blog .menu-recent .user i,
.block-blog .menu-recent .time i { margin-right: 6px; }
.block-blog .menu-recent .user { margin-right: 10px; }
.block-blog .menu-recent div p a { text-transform: uppercase; }
.block-blog .menu-recent div .blog-title > a {
	color: #1a242d;
	font-size: 18px;
}
.block-blog .menu-recent div .blog-title {
	margin-top: 23px;
	display: block;
}
#postComment .form-list .input-box { margin: 23px 0; }
#postComment {
	margin-bottom: 39px;
	display: block;
}
.comments .widget-title {
    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: -19px;
    color: #f5f4f4;
    content: "\f0dd";
    font-family: FontAwesome;
    font-size: 31px;
    left: 25px;
    position: absolute;
}
.comments { 
	margin-bottom: 15px;
	margin-top: 50px; 
}
.comments .media-footer { margin-top: 20px; }
.comments .media-footer > span { color: #404040; }
.comments .media-footer { color: #868686; font-weight: 400; }
/* End Blog */
/* Post */
.wrapper {
	border: none;
	padding: 0;
}
/* End Post */
.owl-carousel .owl-item { padding: 0 15px; }
.testimonial-container .owl-carousel .owl-item { padding: 0px 0 0;} 
.products-grid .item {
	display: block;
	position: relative;
}
.products-grid li.item,
.deal-container .item { margin-bottom: 35px; }
#products-list > li.item .product-detail { 
	background-color: #efefef;
	padding: 26px 30px 30px; 
}
.products-grid.products-slider li.item{ margin-bottom: 0; }
.products-grid .wrapper-item {
	position: relative;
	width: 100%;
}
.products-grid .wrapper-item .price-box { margin-top: 9px; }
.product-list-block .pull-left { margin-right: 15px; }
.item:hover  img{ opacity: 1; }
.product-hover .image-container .btn {	
	margin-bottom: 15px;
	color: #fff;
	background-color: #c8c8c8;
	padding: 4px 6px;
	width: 30px;
	height: 30px;
	transition: all 0.6s ease-in-out 0s;
}
.product-name { 
	font-weight: 700; 
	min-height:33px;
}
.product-name  a,
.latest-post-container  .title-blog a{
	color: #404040;	
	font-weight: 700;
}
.tooltip-links { padding-top:2px; }
#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;
	background: #e5ae49;
}
.product-list-block .item:first-child { padding-top: 0; }
.product-list-block .item {
	padding: 10px 0;	
}
.product-list-block .item .btn { margin: 10px 0;}
.product-list-block .item .btn .fa { margin-right:4px; }
.product-list-block .item .img-resize { width: 80px; height: 106px; }
.product-list-block .item .price-box { margin: 10px 0 5px; }
#success-message-container > p {
	margin: 20px 0 !important;
	float: none;
}
#success-message-container button#finish_and_checkout
{
	float: left;
	margin: 15px;
}
#success-message-container button#continue_shopping {
	float: right;
	margin: 15px;
}
/* Multishipping checkout */
.multiple-checkout .page-title h2{
	text-transform: uppercase;
	border-bottom: 1px solid #e6e5e5;
	margin-bottom: 18px;
	padding-bottom: 18px;
	font-weight: bold;
}
.multiple-checkout .page-title > button { margin-bottom: 18px; }
.myaccount .page-title h2 {
	text-transform: uppercase;
	border-bottom: 1px solid #e6e5e5;
	margin-bottom: 18px;
	padding-bottom: 18px;
	font-weight: bold;
}
.multiple-checkout { margin-bottom: 15px; }
.multiple-checkout #multiship-addresses-table tbody tr td .input-text { width: 120%; }
.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: 6px;
}
#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 {
    background: none repeat scroll 0 0 rgba(36, 27, 28, 0.9);
    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;
}
.landing-page {	padding-top: 25px; }
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;
}
.product-view .product-shop .group-featured-box td.product-name {
	font-weight: 400;
	padding-top: 15px;
	color: #1b242b;
}
.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 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 { margin-bottom: 15px; }
.product-view .product-shop .product-options dl dd select.datetime-picker{
	float: left;
}
.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;
}
.new-label {
	background: #00ccff;
	border-radius: 50%;
}
.sale-label {
	background-color: #ff8401;
	border-radius: 50%;
}
/* Product price*/
.price-box .regular-price .price,
.price-box .special-price .price,
.price-box-bundle .price,
.full-product-price,
.price-from .price,
.price-to .price { font-size: 20px;}

.product-view .product-shop .group-featured-box .price-box .old-price { margin-right: 10px; margin-top: 5px;}
.price-box { margin: 0 0 7px; }
.price-box .old-price { margin-right: 10px;}
.old-price .price {
	font-size: 14px;
	text-decoration: line-through;
	color: #404040;
}
.product-shop .old-price {
	float: left;
	margin: 5px 10px 5px 0;
}
.product-shop .special-price {
	margin-top: 5px;
}
.products-grid .price-box .price-from {
	float: left;
	margin: 0 5px;
}

/* testimonial */
.testimonial-item {
	padding-left: 15px;	
	margin-bottom: 40px;
}
.testimonial-item :last-child {
	margin-bottom: 0;
}
.testimonial-content{
	background: url(../images/bg-testimonial.png) no-repeat left top;
	padding-left: 20px;
}

.testimonial-author{ color: #000000; padding-top: 10px;}
/* brands */
.brands-carousel{ margin-bottom: 0;}
.brands-carousel .owl-wrapper-outer:before {
	content: " ";
	display: block;
	border-top: 1px solid #e4e4e4;
	padding-bottom: 35px;
	margin: 0 auto;
	width: 50%;
}
.brands-carousel .owl-wrapper-outer:after {
	content: " ";
	display: block;
	border-bottom: 1px solid #e4e4e4;
	padding-top: 42px;
	margin: 0 auto;
	width: 50%;
}
.brands-carousel .owl-controls { padding-top: 12px;}
.owl-carousel.brands-carousel .owl-controls .owl-prev,
.owl-carousel.brands-carousel .owl-controls .owl-next {
	font-size: 15px;
	line-height: 26px;
	width: 31px;
	height: 31px;
	color: #532700;
	border: 1px solid #532700;
	border-radius: 2px;
	top: 100%;
}
.owl-carousel.brands-carousel .owl-controls .owl-prev{right: 50%; margin-right: 8px;}
.owl-carousel.brands-carousel .owl-controls .owl-next{left: 50%;}
.brand-thumbnails .brands-carousel { margin-bottom: 30px;}
/* static-block*/
.newsletter-block { 
	background: url(../images/bg-newsletter.png) no-repeat center center;
	min-height: 188px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}
.newsletter-block .block-content {
	max-width: 320px;
	margin: 20px auto;
	float: none;
}
.newsletter-block  input {
	max-width: 228px;	
	border-radius: 4px;
	float: left;
}
.newsletter-block .btn-subscribe {
	background-color: #572300;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 9px 12px;
	border-radius: 4px;
}
.staticblock-footer { 
	padding: 15px 0;
	width: 100%;}
.staticblock-footer i,.staticblock-footer  em {
	font-size: 30px;
	margin-left: 13px;
	margin-right: 13px;
}
.staticblock-footer h6{ 
	text-transform: uppercase; 
	color: #242628;
	margin-top: 8px;
	margin-bottom: 0;
	}
.staticblock-footer.display-table {
	display: table;
}

.staticblock-footer.border-left {
	border-left: 3px solid #e5e5e5;
}
.staticblock-footer.background {
	background-color: #e5e5e5;
}
/* product-tab block*/
.block-tabproduct .nav-tabs > li { text-align: center;float: none; display: inline-block; font-size: 16px;}
.block-tabproduct .nav-tabs > li > a {
	color: #bababa;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 0 17px;
	border: none;
	margin: 0 8px;
}
.block-tabproduct .nav-tabs > li.active > a,
 .block-tabproduct .nav-tabs > li > a:hover { 
	color: #000000;
	border-left: none;
	border-right: none;
	border-top: none;	
	margin-bottom: -2px;
}
.block-tabproduct .nav-tabs { text-align: center; border-bottom: 3px solid #f4f4f4; max-width: 50%; float: none; margin: 0 auto 38px;}
/*
* category-tab block
*/
.featured-category-products.featured-category-products-tabs .product-name {
	min-height: 35px;	
}
.featured-category-products-tabs .product-name a{ color: #fff;}
.featured-category-products-tabs .title h2 { color: #fff; font-size: 30px;}
.featured-category-products-tabs  .title { border-bottom: none;}
#category_product_tabs .nav-tabs { border-bottom: none;}
#category_product_tabs .nav-tabs > li {
	float: none;
}
#category_product_tabs .nav-tabs  li a {
	border: none;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
}
#category_product_tabs .nav-tabs  li.active a:before,
#category_product_tabs .nav-tabs li a:hover:before {
	content: "\f178";
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
}

/* deal-product */
.deal-carousel.owl-carousel .owl-controls { margin-bottom: 0;}
.col-md-12 .deal-carousel.owl-carousel .owl-controls .owl-prev,
.col-md-12 .deal-carousel.owl-carousel .owl-controls .owl-next  { top: 30%; font-size: 15px; color: #fff;}
.col-md-12 .deal-carousel.owl-carousel .owl-controls .owl-prev { left: -25px;}
.col-md-12 .deal-carousel.owl-carousel .owl-controls .owl-next{ right: -25px;}
.deal-carousel.owl-carousel .owl-controls .owl-prev {
	width:0;
	height: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-right: 20px solid #cccccc;
}
.deal-carousel.owl-carousel .owl-controls .owl-next {
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 20px solid #cccccc;
}
.deal-carousel.owl-carousel .owl-controls .owl-next i {
	position: relative;
	top: -26px; 
	right: 15px;
}
.deal-carousel.owl-carousel .owl-controls .owl-prev i  {
	position: relative;
	top: -26px; 
	left: 10px;
}
.col-md-4  .deal-carousel.owl-carousel .owl-controls .owl-prev,
.col-md-4  .deal-carousel.owl-carousel .owl-controls .owl-next {
	top: -15%;
}
/* Forgot Password */
.forgot h2 {
	text-align: left !important;
	margin-bottom: 0;
}
.forgot h2:after {	
	margin-top: 15px!important;
	margin-bottom: 15px !important;
}
#form-validate label {
	color: #1b242b;
}
#form-validate .radio-inline {
	padding-left: 10px;
}
#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-color: rgba(255,255,255,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{padding: 10px;}
.owl-item .image-media { border: 1px solid transparent;}
.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;
}
.product-img-box .thumbnails { margin-top: 30px;}
.product-img-box .thumbnails .owl-carousel .owl-controls .owl-prev { left:0; top: 30%;}
.product-img-box .thumbnails .owl-carousel .owl-controls .owl-next {right:0; top: 30%;}

/* CMS Page Left Sidebar */
.left .page-title h2{
	text-align: left;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e5e5;
	padding-bottom: 18px;
	margin-bottom: 18px;
}
.left .page-title h2:after{
	margin:10px 0 10px 0 !important;
}
.left p {
	line-height: 23px;
}
/* End CMS Page Left Sidebar */
/* Product detail*/
.uppercase{
	font-size: 14px;
	text-transform: uppercase;
	color: #333436;
	font-weight: 400;
}
.availability.in-stock { padding-bottom: 15px;}
.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;
	color: #404040;
	margin-top: 0;
}
.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: 10px;
}
.product-shop .add-to-links li a {
	padding: 9px 15px;
	background-color: #c8c8c8;
	border-color: transparent;
}
.product-shop .add-to-links a  i{
	display: inline-block;
	color: #fff;
}
.add-to-links.list-inline > li { padding-right: 10px; }

.product-view #product_tabs { margin-top: 20px; }
.product-view #product_tabs .nav-tabs > li { margin-bottom: 0;}
.product-view #product_tabs .nav-tabs > li > a{ 
	font-size: 14px; 
	color: #868686;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 15px;
	margin-left: 15px;
	border-radius: none;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 3px solid transparent;
	padding: 15px 0;
}
.product-view #product_tabs .nav-tabs > li:first-child > a { margin-left: 0;}
#product_tabs > ul > li > a,
#product_tabs > ul > li > a,
#category_product_tabs .nav-tabs li a, 
#category_product_tabs .nav-tabs li { 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-top: 25px;
}
.product-view .product-collateral { margin-top: 30px; }
.product-view .product-collateral .owl-carousel .owl-wrapper-outer { padding-bottom: 10px; }
.validation-advice { color: red; }
.form-add .btn.btn-primary { margin-top: 10px; }
.tabbable .tab-content .row { margin-bottom: 10px; }
.col-main.col-md-9 .product-view .product-collateral .price-box .price-from { float: none; margin: 5px 0;}
 .featured-box-secundary.bundle-box dt { margin: 10px 0; }
 .featured-box-secundary.bundle-box dd { margin: 10px 0 25px; }
 .group-featured-box .minus,
 .group-featured-box .plus { display: none;}
 /*
 * Product-bundle detail
 */
 .price-box-bundle .price-label,
 .price-as-configured .price-label{
	color: #333436;
	font-size: 14px;
	text-transform: uppercase;
 }
 .price-as-configured { margin-bottom: 15px;}
 .product-options .qty-holder { margin-top: 15px;}
 .product-options label { font-weight: 400;}
 /* My Account */
.customer-account-login h2 {
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 20px;
}
.registered-users label{
	font-weight: 400;
	color: #1b242b;
	margin-bottom: 10px;
}
.registered-users .buttons-set > .f-left { text-decoration: underline; }
.registered-users .buttons-set > .f-left:hover { text-decoration: none; }
.account-login .row { margin-top: 10px; }
.account-login { margin-bottom: 37px; }
.block-account  .nav > li {
	padding: 5px 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;
	padding: 7px 0px;
}
.block-account .block-title h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
.block-account .block-title h2:after {
	content: "";
	height: 1px;
	width: 30px;
	display: block;
	margin-top: 10px;
}
.block-title {
	padding-bottom: 20px;
}

.account-title h2 {
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #e6e5e5;
	padding-bottom: 10px;
}
.block-account .nav > li  > a {
	font-size: 14px;
	color: #333436;
	font-weight: 700;		
	text-transform: uppercase;
}
.block-account .nav > li > a:hover ,
.block-account .nav > li > a:focus{
	background: none;
	border: none;
}
.block-account .nav  li.current strong{
	font-size: 14px;
	text-transform: uppercase;
}
.block-account .nav  li.current strong:before,
.block-account .nav li.active strong:before,
.block-account .nav > li > a:focus:before,
.block-account .nav > li > a:hover:before {
	content: "\f178";
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	margin-right: 10px;
}
.myaccount .row,
.account-create .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; }
.pager .limiter { float: left; margin-right: 7.5px; }
.pager .element_cate > a {
	border: 1px solid #e4e4e4;
	padding: 8px 15px;
	float: left;
	margin-left: 7.5px;
}
.myaccount label{ font-weight: bold;}
.customer-account-login #maincontent {
	margin-bottom: 35px;
}
/* homepage layout boxed */
body.boxed {
	background-image: url(../images/bgboxed.png);
	max-width: 1170px;
	margin: 0 auto;
}
body.boxed > div#wrapper { background: #fff; }
/* 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; }
.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: 390px;
	min-height: 550px;
	padding-top: 0;
}
.mfp-container .ajaxcart-iframe  .frame {
	background: #fff;
	height: 325px;
}
.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.button {
	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; border-bottom: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;}
.btn-pagecart { background-color: #fff;}
/* 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 .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: 20px 0 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 { padding: 2px 12px; font-size: 13px; margin-top: 15px; }
.line-left {
	width: 3px;
	height: 38px;
	margin-top: 20px;
	float: left;
}
.widget-latest .content-post { margin-left: 15px;}
.not-content .widget-latest .content-post p.shortcontent-post{ display: none;}
.widget-latest article { margin-bottom: 30px;}
/* 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 */
.no-map { 
	position: inherit !important;
	left: 0 !important;
	width: 40%;
}
.form-contacts-page .contacts-content {
	margin-top: 35px;
	margin-bottom: 35px;
}
.contact-info-block li {
	width: 100%;
	float:	left;
}
.contact-info-block .col-md-3 {
	margin: 11px 0;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 24px;	
}
.contact-info-block .col-md-3  .fa-map-marker{
	padding: 18px 8px;
}
.contact-info-block .col-md-3  .fa-mobile-phone {
	padding: 18px 9px;
}
.contact-info-block .col-md-3  .fa-clock-o {
	padding: 18px 4px;
}
.contact-info-block .col-md-9 {
	margin-top: 15px;
	padding-left: 10px;
}
.form-contacts-page label { color: #1b242b;margin-bottom: 10px; font-weight: normal;}
.form-contacts-page input { margin-bottom: 20px;}
.contact-info-block .uppercase{ 
	color: #242628;
	font-weight: bold;
	}
.title-contact-page {
	position: absolute;
	top: -35%;
	left: 10px;
	padding-left: 20px;
	padding-right: 20px;	
}
.title-contact-page h2{
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px
}
/* Faqs*/
.search-faq {max-width: 200px;}
#accordion-product-questions .panel-heading h5 a{ 
	text-transform: uppercase;
	color: #868686;
}
#accordion-product-questions .panel-content-heading.active  h5, #accordion-product-questions .panel-heading h5 a:hover,#accordion-product-questions .panel-heading h5 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;
	margin-bottom: 20px;
}
#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;
}

.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;
}
/* cms page*/
.std { line-height: 24px;}
.cms-page-title h1 {text-transform: uppercase; font-weight: bold; margin-bottom: 15px;}
/* sticky Menu */

.sticky-menu .sticky_menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 0 !important;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	z-index: 900;
}
/* End Sticky menu*/
/* Tag Page */
.search > h2 {
	border-bottom: 1px solid #e6e5e5;
	color: #1b242b;
	font-weight: bold;
	margin-bottom: 18px;
	padding-bottom: 19px;
	text-transform: uppercase;
}
/* ENd Tag page */
.search-questions .buttons-set { 
	margin-top: 15px;
	margin-bottom: 15px;
}
.nopaddingr {
	padding-right: 0px !important;
}
.nopaddingl {
	padding-left: 0px !important;
}
.nopadding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.required em {
	color: red;
	font-style: normal;
}
.product-info-box.product-hover{
	height: 100% !important;
}
.funs button{
        display:none;
}
.category-image {
        display:none;
}

.btn-cart {
        display:none;
}
.addtocart .btn-cart {
        display:block;
}

.shop_meta, .add-to-box p {
        display:none;
}

.link-compare {
        display:none !important;
}

.new-button-panel{
        z-index: 1000;
}
.top-link-checkout{
        display:none !important;
}

@media (max-width: 990px) {
    .social-icons {
        display : none;
    }

    .pagination_main {
        text-align: center;
        display: inline;
        margin: 0 10%;
        position: absolute;
    }

    .pagination_previous {
        position: absolute;
        padding: 0;
        left: 15px;
    }

    .pagination_next {
        position: absolute;
        padding: 0;
        right: 5px;

    }
    .pagination {
        display: block;
        padding-left: 0;
        margin: 22px 0;
        border-radius: 4px;
    }
    .pagination_main li {
        display: inline-block !important;
    }
}

.pagination_main {
    margin: 0 20%;
    display: block;
}

.pagination_main li {
    display: inline;
}

.pagination_previous {
    position: absolute;
    padding: 0;
    left: 15px;
}

.pagination_next {
    position: absolute;
    padding: 0;
    right: 5px;

}

.pagination {
    display: block;
}

.toolbar .pagination > li > a {
    color: #98c700;
}

.toolbar .pagination > li.active > a {
    color: white;
}
.toolbar .pagination > li:hover > a {
    color: #98c700;
}
.toolbar .pagination > li.active:hover > a {
    color: white;
}


.toolbar .pagination li a {
    border-top: 1px solid #98c700;
    border-bottom: 1px solid #98c700;
    border-left: 1px solid rgba(126, 169, 1, 0.5);
    border-right: 1px solid rgba(126, 169, 1, 0.5);
    background-color: white;
}
.toolbar .pagination > li.active > a {
    border-top: 1px solid #98c700;
    border-bottom: 1px solid #98c700;
    border-left: 1px solid rgba(126, 169, 1, 0.5);
    border-right: 1px solid rgba(126, 169, 1, 0.5);
    background-color: #98c700;
}
.toolbar .pagination > li > a:focus {
    border-top: 1px solid #98c700;
    border-bottom: 1px solid #98c700;
    border-left: 1px solid rgba(126, 169, 1, 0.5);
    border-right: 1px solid rgba(126, 169, 1, 0.5);
    background-color: #98c700;
    color: white;
}
.toolbar .pagination > li:hover > a {
    border-top: 1px solid #98c700;
    border-bottom: 1px solid #98c700;
    border-left: 1px solid rgba(126, 169, 1, 0.5);
    border-right: 1px solid rgba(126, 169, 1, 0.5);
    background-color: #98c700;
    color: white;
}
.toolbar .pagination > li.active:hover > a {
    border-top: 1px solid #98c700;
    border-bottom: 1px solid #98c700;
    border-left: 1px solid rgba(126, 169, 1, 0.5);
    border-right: 1px solid rgba(126, 169, 1, 0.5);
}



/*.pager .pagination li a {

    border-top: none !important;
    border-bottom: none;
    background-color: white;
    color: black;

}

.pager .active  a  {

    border-top: none !important;
    border-bottom: none !important;
}

.toolbar-bottom .pagination li a {

    border-top: none !important;
    border-bottom: none;
    background-color: white;
    color: black;

}

.toolbar-bottom .active  a {

    border-top: none !important;
    border-bottom: none !important;
}

.toolbar-bottom {
    text-align: center;
}
*/

#custom-products-list li.item, .deal-container .item {
	margin-bottom: 10px;
}

#custom-products-list .product-image {
	position:relative;
	width: 100%;
}

#custom-products-list .img-responsive {
	display: none;
	position: absolute;
}

#custom-products-list > li.item .product-detail {
	background-color: #efefef;
	padding: 5px;
}

#custom-products-list .price-box {
	margin: 0;
}

#custom-products-list .price-box p {
	margin: 0;
}

/*
 * --- CUSTOM ---
 * Be careful to keep the rules below when updating food thme
 */
.notify-me td {
	border-top: none !important;
}

.notify-me input {
	display: initial;
	margin: 10px 10px 10px 0px;
	width: initial;
}

.notify-me button {
	color: #fff;
	background-color: #98c700;
	border-color: #fff;
	height: 36px;
	line-height: 0px;
	margin-top: 31px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 9px 12px;
	transition: all 0.6s ease-in-out 0s;
}

.notify-me button:hover {
	color: #98c700;
	background-color: #fff;
	border-color: #98c700;
}

div.table {
	display: table;
}

div.tr, form.tr {
	display: table-row;
}

div.td {
	display: table-cell;
	vertical-align: top;
}

.link-stock-alert, .soon_guestproductalert_form_messages {
	margin-top: 10px;
}

.soon_guestproductalert_form .input-text, .soon_guestproductalert_form .validation-advice {
	margin-bottom: 10px;
}

#product-addtocart-button, .btn-proceed-checkout.btn-checkout {
	background-color: #dc532f;
	border-color: #dc532f;
}

#product-addtocart-button:hover, .btn-proceed-checkout.btn-checkout:hover {
	background-color: transparent;
	border-color: #dc532f;
	color: #dc532f;
}