/* =============================================================== */
/* General
/* =============================================================== */
body > .loader
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	max-width:100%;
	max-height:100%;
	background-color:#fff;
	display:block;
	z-index:999999999999999999999999999999;
}
ul.products .loader
{
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
	display: block;
	z-index: 9999999999999999;
	position: absolute;	
}
::selection{color:#fff;background:#bfaa7d;}
::-moz-selection{color:#fff;background:#bfaa7d;}
.no-margin{margin:0 !important;}
.no-padding{padding:0 !important;}
a {
	color: #333;
	text-decoration: none;
	outline:none !important;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
a:hover,a:focus {  color:#bfaa7d;  text-decoration: none;}
body {
	margin: 0;
	color: #333;
	font-size:13px;
	line-height:22px;
	position:relative;
	-webkit-overflow-scrolling: touch;    
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; 	
}
.wrapper{position:relative;}
img{max-width:100%; height:auto;}
.container{	min-width:240px;}
.container .container{padding:0;}

#page-content > .container
{
	padding:0 30px 50px 30px;
}
/* =============================================================== */
/* Page Side Content
/* =============================================================== */
#page-side-wrapper
{
	position:fixed;
	width:240px;
	height:100%;
	right: -250px;
	background:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; 	
	z-index:9999;
	border-left:1px solid #eaeaea;
	visible: 0;
}
#page-side-wrapper.visible
{
	right:0;
	opacity:1;	
}
#jPanelMenu-menu > ul > li.menu-item-has-children > a:after, #jPanelMenu-menu > ul > li.menu-item-has-children > ul > li.menu-item-has-children > a:after
{
  font-family: 'FontAwesome';
  content: "\f107";	
  margin-left:6px;
}
#page-side-menu  ul {padding:0; margin:0; list-style:none;}
#page-side-menu a {	color:#888;}
#page-side-menu > ul > li > a
{
	display:block;
	padding:0 0 10px 20px;
	text-transform:uppercase;
	font-weight:600;
}
#page-side-menu > ul > li > .sub-menu
{
	padding-left:40px;
	margin-bottom:10px;
}
#page-side-menu > ul > li > .sub-menu a
{
	display:block;
	padding:5px 0 5px 0;
}
#page-side-wrapper #searchform{clear:both;   float: left;  margin-bottom: 30px;  border-bottom: 1px solid #eaeaea;  width: 100%; padding:10px 10px 10px 0;}
#page-side-wrapper #searchsubmit{display:none;}
#page-side-wrapper label{float:right; margin-right:20px;}
#page-side-wrapper #s {float:left; border:none; background:none; padding:0 0 0 20px;}
#page-side-wrapper #s:focus {box-shadow:none; outline:none;}
/* =============================================================== */
/* Heading
/* =============================================================== */
h1, h2, h3, h4, h5, h6 {
  	color:#000;
  	font-weight: normal;
	margin:0;
	padding-bottom:15px;
	line-height:1.5;
}
h1 { font-size:32px;}
h2 { font-size:24px;}
h3, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 { font-size:14px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:11px}
.menu-top-location {
	float:left;
}
.top-menu {
	float:right;
}
.top-menu{padding-top:3px; display: block;}

/* =============================================================== */
/* Topbar
/* =============================================================== */

.top-bar {
	background:#252525;
	font-size:12px !important;
	width:100%;
	top:0;
	left:0;
	color:#777;
	position:relative;
}
.top-bar a {color:#777;}
.left-topbar
{
	float:left;
}
.right-tb-content > div
{
	float:right;
	margin-right:10px;
}
.right-tb-content > div:first-child
{
	margin-right:0;
}
.left-topbar > div
{
	float:left;
	margin-right:10px;
}
.left-topbar > div:last-child
{
	margin-right:0;
}
.top-bar
{
	padding-top:10px;
	padding-bottom:10px;
	
}
.top-bar,
.text-topbar,
.top-bar a.cart-contents.style-text,
.top-bar .mini-cart-text,
.top-bar .header-widget_wishlist,
.top-bar .header-widget_compare,
.top-bar .mini-cart-text:hover
{
	background:none;
}
.top-bar .cart-list
{
	display:none !important;
}
.top-bar {z-index:9999;}
.top-bar .container
{
	padding:0 15px;
}
.right-topbar-widget > div
{
	float:left;
	margin-left:15px;
}
/* =============================================================== */
/* Header
/* =============================================================== */
.text-logo
{
	font-size:36px;
	font-weight:bold;
}
#logo img {max-height:50px;}
#main-header
{
	position:relative;
	height:auto;
	left:0;
	top:0;
	width:100%;
	background:#fff;
	z-index:9998;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,.09);	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}
/* =============================================================== */
/* Stick Header
/* =============================================================== */
#sticky-nav
{
	position:fixed;
	top:-65px;
	opacity:0;
	width:100%;
	height:60px;
	z-index:999;
	transition: all 0.5s ease; 		
	background:#fff;
	border-bottom:1px solid #eaeaea;	
}
#sticky-nav .container {padding:0 30px;}
#sticky-nav.visible
{
	top:0;
	opacity:1;	
}
#sticky-nav #sticky-logo {float:left; height:60px; max-height:60px; overflow:hidden; display:table; margin-right:30px;}
#sticky-nav .sticky-logo {max-height:40px;}
#sticky-logo a{ display:table-cell; vertical-align:middle; max-height:40px;}
#sticky-nav .sticky-menu, #sticky-nav .sticky_widget{float:left; height:60px; display:table;}
#sticky-nav .sticky_widget{float:right;}
#sticky-nav .sf-menu,  #sticky-nav .sticky_widget > div{display:table-cell; vertical-align:middle;}
#sticky-nav .sf-menu > li > a{padding:0;  height: 59px;  line-height: 59px; text-transform:uppercase; font-size:13px;}
#sticky-nav #searchform #searchsubmit {display:none}
#sticky-nav #searchform {position:relative; width:30px; height:30px; margin-right:15px;}
#sticky-nav #searchform label{  position: absolute;  font-family: 'FontAwesome';  content: "\f002";  right: 0;  top: 0;  width: 30px;  height: 30px;  line-height: 30px;  text-align: center; background:#eaeaea; z-index:1; font-size:13px;}
#sticky-nav #searchform #s {  width: 30px;  transition: all 0.5s ease;  border: none; height: 30px; z-index:2; position:relative; background:none; cursor:pointer; position:absolute; top:0; right:0;}
#sticky-nav #searchform #s:focus {width:200px; padding-left:10px; border:1px solid #eaeaea; outline:none;}
#sticky-nav #mobile-menu-trigger{padding-left:15px;}
 
#logo {padding:0; height:120px; line-height:120px;}
#logo .logo-wrapper img{vertical-align:middle; display:inline-block;}
/* =============================================================== */
/* Header Clothes
/* =============================================================== */
#main-header .container {padding:0 30px;}
#main-header.clothes #logo {float:left;}
#main-header.clothes #main-menu-wrapper
{
	float: none;
	clear: both;
	display: table;
	width:100%;
	border-top:1px solid #eaeaea;
	padding-top:15px;
}
#main-header.clothes #main-menu
{
	float:left;
}
#main-header.clothes .menu-widget
{
	float: right;
}

#main-header.clothes .social-icons{margin-top:-5px;}
.social-icons a
{
	background:#fff;
	width:30px;
	height:30px;
	display:inline-block;
	text-align:center;
	line-height:30px;
	border-radius:50px;
	border:1px solid #eaeaea;
	margin-right:5px;
}
.menu_widget .social-icons a
{
	border:none;
}
.social-icons a:last-child {margin-right:0;}

.top-bar .social-icons a
{
  background: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid rgba(255,255,255,.1);	
}
.widget-phone-email i {margin-right:5px;}

.header-inside {position:relative;}
#main-header.clothes .header-widget{position: relative;	height: 120px;float: right;display:table;}
#main-header.clothes .menu-widget > div {float:left; margin-left:20px;}
#main-header.clothes .header-widget > div{margin-left: 20px;display: table-cell;vertical-align: middle;padding-left: 25px;}
#main-header.clothes .sf-menu > li > a {border-bottom:3px solid transparent;}
/* =============================================================== */
/* Header MegaShop
/* =============================================================== */
#main-header.megashop #logo{float:left;}
#main-header.megashop .header-widget{float: right;height: 120px;display: table;}
#main-header.megashop .header-widget > div { display:table-cell; vertical-align:middle; padding-left:20px;}
#main-header.megashop #main-menu-wrapper{float:right;}
#main-header.megashop #main-menu-wrapper {height:120px; display:table;}
#main-header.megashop #main-menu-wrapper #main-menu,
#main-header.megashop #main-menu-wrapper .menu-widget{display:table-cell; vertical-align:middle; float:none;}
#main-header.megashop #main-menu-wrapper #main-menu .sf-menu {margin-top:16px;}
#main-header.megashop #main-menu-wrapper #main-menu .sf-menu > li > a {font-weight:bold; text-transform:uppercase; margin-right:25px; font-size:13px; padding:0 0 12px 0;}
#main-header.megashop #main-menu-wrapper #main-menu .sf-menu > li:last-child > a { margin-right:0;}
#main-header.megashop #main-menu-wrapper #main-menu .sf-menu > li > a:hover {border-bottom:none;}
#main-header.megashop #main-menu-wrapper .menu-widget .widget-social {padding-left:20px;}
/* =============================================================== */
/* Header Diamond
/* =============================================================== */
#main-header.diamond{box-shadow:none;}
#main-header.diamond #logo { text-align:center;}
#main-header.diamond #main-menu-wrapper
{
	border-top: 3px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 30px;
	margin-top:20px;
	clear: both;
	height: 50px;	
}
#main-header.diamond .header-widget {float: right;height: 40px;margin-top: -60px;}
#main-header.diamond .header-widget > div {float:right;}
#main-header.diamond #main-menu{float:left;}
#main-header.diamond .menu-widget{float:right;line-height:48px;}
#main-header.diamond .menu-widget > div {padding-left:15px;}
#main-header.diamond .menu-widget > div {float:right;}
#main-header.diamond #main-menu .sf-menu > li > a{padding:0; line-height:48px; margin-right:40px; text-transform:uppercase;font-weight: 900;font-size: 12px;}
#main-header.diamond #main-menu .sf-menu > li {position:relative;}
#main-header.diamond #main-menu .sf-menu > li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-bottom: 4px solid #eaeaea;
  top: 17px;
  right: 16px;
}
#main-header.diamond #main-menu .sf-menu > li:after {
  content: '';
  position: absolute;
  top: 24px;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top: 4px solid #eaeaea;
  right: 16px;
}
#main-header.diamond.sticky #main-menu {display:none;}
#main-header.diamond.sticky .menu-widget
{
	position:absolute; top:0;
	left:0;
	line-height:60px;
}
#main-header.diamond.sticky .menu-widget > div{float:left;}
#main-header.diamond.sticky .header-widget
{
	float: right;
	height: 40px;
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 18px;
}
#main-header.diamond.sticky #logo img{max-height:40px;}
/* =============================================================== */
/* Header Tech
/* =============================================================== */
#main-header.tech {box-shadow:none; border-bottom:1px solid #eaeaea;}
#main-header.tech #logo {float: left;display: table-cell;vertical-align: middle; height:auto; line-height:none; height:100px; line-height:100px;}
#main-header.tech .header-inside {display:table; width:100%;}
#main-header.tech #main-menu-wrapper
{
  /* margin-top: 60px; */
  height: 100px;
  float: left;
  /* clear: both; */
  /* width: 100%; */
  /* border-top: 1px solid #eaeaea; */
  padding-top: 0;
  /* border-bottom: 3px solid #EAEAEA; */
  /* background: #222; */
  display: table;
  /* border-left: 1px solid #eaeaea; */
  margin-left: 25px;
  padding-left: 25px;
  /* border-right: 1px solid #eaeaea; */
  padding-right: 25px;
}
#main-header.tech .widget-search {line-height:30px;}
#main-header.tech .header-widget {float: right;height: 40px; clear:right; padding-top:30px;}
#main-header.tech .header-widget > div {float:left; margin-left:15px; line-height:40px;}
#main-header.tech #main-menu{float:none; display:table-cell; vertical-align:middle;}
#main-header.tech .menu-widget{  float: right;
  height: 100px;
  display: table;}
#main-header.tech .menu-widget > div {padding-left:15px;}
#main-header.tech .menu-widget > div {  display: table-cell;
  vertical-align: middle;}
#main-header.tech #main-menu .sf-menu > li > a{padding:0; line-height:35px; margin-right:30px; text-transform:uppercase;font-weight: bold;font-size: 13px;}
#main-header.tech #main-menu .sf-menu > li:last-child > a{margin-right:15px;}

/* ==================== */
/* Header Search Form
/* ===================== */
#main-header  #searchform {position:relative;}
#main-header  .header-widget #searchform #s,
#main-header  .menu-widget #searchform #s
 { border:1px solid #eaeaea; padding:0 10px; margin:0; height:40px; line-height:38px width:100%; position:relative; z-index:1; color:#a6a6a6;}
#main-header  #searchform #searchsubmit {background:none; border:1px solid #eaeaea; height:40px;
width:40px; font-size:0; position:absolute; z-index:3; right:0; top:0;}
#main-header  #searchform label{ border:1px solid #a6a6a6; position:absolute; font-family: 'FontAwesome'; content: "\f002"; color:#555; font-size:16px; width:40px; height:40px; z-index:2;text-align: center;line-height: 40px; right:0; top:0; color:#a6a6a6;}

.widget-compare,
.widget-wishlist
{
	font-size:14px;
	font-weight:600;
}
/* =============================================================== */
/* TopNav
/* =============================================================== */
.top-nav.user-login{float: left;}
.topnav{float: left;}
.topnav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	position:relative;
	z-index:999;

}
.topnav > ul.sf-menu > li
{
	float: left; 
	padding:0;
	position:relative;
	margin-left:15px;
}
.topnav > ul.sf-menu > li:first-child
{
	margin-left:0;
}
.topnav > ul.sf-menu > li > a
{
	padding: 0;
	margin-right: 0;
	border-bottom:none !important;
	color:#777;
	font-size:12px;
}
#main-header.tech .topnav > ul.sf-menu > li > a
{
	font-size:11px;
}
.topnav > ul.sf-menu > li:hover > a {	border-bottom:none !important;}
.topnav > ul.sf-menu > li:last-child > a
{
	padding-right:0;
}
.header_widget .topnav > ul.sf-menu > li > a
{
	padding:0 2px 30px;
}
.topnav ul.sub-menu
{
	position:absolute;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; 
	background:#fff;
	padding:12px;
	margin-top:0;
	top:31px;
	border:1px solid #eaeaea;
}
.submenu-dark .topnav ul.sub-menu
{
	border:none;
	background:#222;
}
.right-topbar-widget .topnav ul.sub-menu
{
	right:0;
}
.left-topbar-widget .topnav ul.sub-menu
{
	left:0;
}
#short-nav ul.sub-menu {margin-left:3px;}
.topnav ul.sub-menu li
{
	clear:both;
}

.topnav ul.sub-menu li a {
	display:block;
	width:170px;
	padding-bottom:9px;
	margin-bottom:9px;
	border-bottom:1px solid #eaeaea;	
}
.submenu-dark .topnav ul.sub-menu li a
{
	border-bottom:1px solid rgba(255,255,255,.1);		
}
.topnav ul.sub-menu li:last-child a
{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none !important;
}
.topnav  ul.sub-menu .menu-icon
{
	float:right;
	font-size:12px;
	margin-right:0;
	line-height:20px;
}
.header_widget .topnav
{
	margin-right:0;
	float:right;
}
.header_widget .topnav ul.sub-menu li:last-child a {padding-right:0;}
/* =============================================================== */
/* Footer
/* =============================================================== */
footer {margin-top:35px;}
footer.white a,
#footer-about,
footer.white
 {color:#666}
footer .main-footer-right
{
	padding:30px 0;
}
footer .main-footer-left
{
	padding:30px 20px 30px 0;
}

footer aside
{
	margin-bottom:30px;
}
footer .widget-list-post li
{
	border-bottom-color:rgba(0,0,0,.1);
}
footer .block-heading
{
	padding-bottom:0;
	border:none;
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight:900;
	font-size:14px;
}
footer .block-heading span{padding-bottom:0; border:none;}
.widget-list-post img
{
	width:75px;
}

footer .tagcloud a
{
	background:rgba(0,0,0,.1);
	font-size:13px !important;	
}

.flickr li, .flickr-2 li
{
	width:75px;
	height:75px;
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;	
	padding:3px;
	
}
#sidebar .flickr li {width:65px; height:65px;}
footer .flickr li
{
	border:1px solid #eaeaea;
}

footer .widget-list-post img
{
	padding:4px;
	background:rgba(0,0,0,.1);
	border-radius:3px; 
}
.flickr li:hover, .flickr-2 li:hover
{
	opacity:.7;
	filter:alpha(opacity=70);
}
.flickr li img, .flickr-2 li img{width:100%;}
.page-section h2 > i,
.page-section h3 > i
{
  font-size: 24px;
  font-weight: normal;
  border: 1px solid #888;
  color: #888;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 10px 0 0;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  top: -50px;
}	
footer.dark .block-heading{color:#999;}
footer.dark .block-heading{	border-bottom-color:#393939;}
footer.dark .footer-extra-bottom {border-top:1px solid #333;}
footer.dark .widget_wysija_cont .wysija-submit{color:#555;}
footer.dark .widget_wysija_cont .wysija-submit:hover{color:#fff;}
footer.dark form p.wysija-paragraph .wysija-input {background:#333;}
.footer-extra {padding:22px 0;}

.footer-extra-top {padding:22px 0 12px 0;}
.footer-extra-bottom {padding:20px 0 15px 0;}
.footer-menu
{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-menu li
{
	display:block;
	float:left;
	padding-right:10px;
}
.footer-bottom
{
	padding:13px 0;
}
footer.dark 
{
	background:#111;
	color:#777;
	padding-top:10px;
}
footer.dark  a,
footer.dark .tweet_text
{color:#777;}
footer.dark .widget-list-post .post-time {color:#555;}
footer.dark .footer-bottom{background:#222;	}
footer.dark .tweet_time {font-size:11px; color:#777 !important;}
footer.dark .formErrorContent{display:none !important;}
footer .tweet_time {font-size:11px; color:#bbb !important;}
footer.light .footer-bottom
{
	background:#fff;
}
footer ul
{
	list-style:none;
	padding-left:0 !important;
	margin-bottom:0;
}
.footer-menu ul li:first-child a
{
	padding-left:0 !important;
}
.footer-menu li:hover a,
.footer-menu a:hover
{
	background:none !important;
}
.footer-menu a
{
	position:relative;
}
.footer-menu #sf-menu,
.footer-menu #sf-menu li,
.footer-menu #sf-menu a
{
	height:auto !important;
	line-height:normal !important;
}
.footer-menu li {position:relative}
.footer-menu li:after
{
	display:block;
	content:"|";
	font-size:9px;
	position:absolute;
	right:3px;
	top:0;
	color:#999
}
.footer-menu li:last-child:after
{
	content:"";
}
footer .tagcloud:after
{
	display:block;
	clear:both;
	content:" ";
}
#footer-about
{
	height:100%;
	min-height:220px;
}
footer .logo-wrapper
{
	margin-bottom:20px;
	max-width:70%;
}
#footer-about i {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #444;
  text-align: center;
  line-height: 30px;
  margin-right: 8px;
}
footer.light #footer-about i
{
 border: 1px solid #eaeaea;	
}
.footer-extra-bottom .col-lg-4 {text-align:right;}
/* =============================================================== */
/* Header Mini Cart
/* =============================================================== */
.header-cart-inside {position:relative;}
a.cart-contents
{
	display:block;
	position:relative;
	width:36px;
	height:36px;
}
a.cart-contents.style-text
{
	height: 30px;
	width: 30px;
	border: 2px solid #333;
	text-align: center;
	position: relative;
	display:block;	
	z-index:2;
	background:#fff;
}
.header-cart-inside.default .css-cart-strap
{
	position: absolute;
	width: 20px;
	height: 18px;
	/* background: #333; */
	color: #fff;
	top: -7px;
	left: 50%;
	margin-left: -10px;
	border: 2px solid #333;
	display: block;
	z-index: 1;
	display: block;
	border-radius: 40px;
}
.top-bar a.cart-contents.style-text
{
	height:auto;
}
a.cart-contents.style-text .mini-cart-text
{
	position: absolute;
	background: #333;
	color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 40px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: 3px solid #fff;
	bottom: -5px;
	right: -7px;
	line-height: 19px;
	padding-left: 2px;	
}

a.cart-contents .mini-cart-icon
{
	width:36px;
	height:36px;
	position:absolute;
	z-index:2;
	top:0px;
	left:0;
	
} 
a.cart-contents .mini-cart-count 
{
	width:21px;
	height:21px;
	line-height:21px;
	top:-10px;
	right:-8px; 
	background:#f5f5f5;
	color:#fff;
	position:absolute;
	z-index:1;
	border-radius:50px;
	font-size:11px;
	text-align:center;
}
.cart_list
{
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;	
}
.cart_list.active
{
	display:block;
}
.header-cart
{
	position:relative;
	
}
.cart-list
{
	display:block;
	position:absolute;
	background:#fff;
	top:35px;
	line-height:20px;
	margin-top:10px;
	right:-1px;
	width:300px;
	padding:4px;
	z-index:-1;
	opacity:0;
	visibility:hidden;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;	
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,.1);				
}
.header-cart.active .cart-list
{
	display:block;
	margin-top:0px;
	opacity:1;	
	z-index:103;	
	visibility:visible;	
}
.cart-list-inner
{
	padding:20px;
}
.mini-cart-item
{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid rgba(0,0,0,.05);
	text-align:left;
	position:relative;
	font-size:12px;
}
.cart-item-thumb
{
	width:50px;
	float:left;
	margin-right:15px;
}
.cart-item
{
	float:left;
	width:130px;
}
.remove-cart-item-link
{
	border-radius:50px;
	width:15px;
	height:15px;
	line-height:12px;
	display:block;
	text-align:center;
	position:absolute;
	top:25px;
	right:0;
	font-size:11px;
	color:#999;

}
.remove-cart-item-link:hover
{
	font-size:14px;
}
.cart-list-product-title
{
	font-size:13px;
	margin-top:-5px;
	display:inline-block;
}
.cart-list-product-price
{
	position:absolute;
	top:0px;
	right:0;
}
.cart-list-product-quantity
{
	font-size:12px;
	color:#999;
}
.header-cart-checkout
{
	text-align: left;
	margin-bottom: 20px;
	margin-top: 15px;
}
.header-cart-checkout span
{
	float:right;
	font-size:14px;
	font-weight:bold;
}
.header-btn-view-cart, .header-btn-check-out
{
	padding:7px 10px;
	width:50%;
	display:block;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	float:left;
	text-align:center;
	font-weight:bold;
}
.header-btn-view-cart{background:#1FB315; color:#fff !important;}

.header-btn-check-out
{
	background:#444;
	color:#fff;
}
.header-btn-view-cart:hover, .header-btn-check-out:hover
{
	color:#fff;
	background:#222 !important;
}

@media screen and (max-width: 782px)
{
	html #wpadminbar { position:fixed;}	
}
#mobile-menu-trigger
{
	display:none;
}

#move-to-top
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
	bottom: 10px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 18px;
	position: fixed;
	left:100%;
	right: 10px;
	text-align: center;
	width: 40px;
	height:40px;
	margin-left:-100px;
	z-index:50;
	border-radius:3px;
}
#move-to-top i{line-height:40px; margin:0;}
.bc2 .entry-body
{
	margin-left:40%;
	padding-left:30px;
}

.feature-content-meta, .feature-content-meta a{	color:#999; font-size:11px;}
.feature-content-meta span{margin-right:10px;}

.single-product-meta .price .amount
{
	font-size:16px;
}
.single-product-meta form.cart
{
	margin-bottom:0 !important;
}
#cat.postform
{
	background:#f5f5f5;
	border:1px solid #eaeaea;
	height:40px;
	width:100%;
	text-indent:5px;
}
td.product-quantity{padding-left:0 !important;}
.comment-form-rating .stars
{
	margin-bottom:20px !important;
}
.single-product-meta .stock.out-of-stock
{
	font-size:16px !important;
}
.star-rating
{
	margin:0 auto !important;
	margin-top:7px;
}
.product_list_widget .star-rating
{
	margin: 5px 0 0 0 !important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs
{
	padding-left:4px;
	overflow:visible;
	border-bottom:2px solid #eaeaea;
}
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before,
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before
{
	content:"";
}
.cart-loading
{
	background:url(../images/ajax-loader.gif) no-repeat center center;
	display:block;
	width:100%;
	height:20px;
}
.page-section .vc_row {position:relative;}
.section-overlay
{
	position:absolute;
	width:100%; 
	height:100%;
	z-index:2;
	top:0;
	left:0;
}
.page-section .container,
.page-section .fullwidth
{
	position:relative;
	z-index:5;
}

.ajax-loading
{
	background:rgba(255,255,255,.5) url(../images/ajax-loader.gif) center center no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	z-index:9999;
}