@charset "utf-8";
/*
+----------------------------------------------------------------+																														
|	File Written By:																	
|	- Achintya De															
|	- http://a2zwebart.com														
|																							
|	File Information:																	
|	- Website CSS File																	
|	- assets/css/style.css																														
+----------------------------------------------------------------+
*/
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #404040;
	font-size: 14px;
	background: #fff;
}

ul{list-style-type:none;}
table, .btn, input, textarea, select {
	font-size: 14px;
}
.btn, a {
	outline: none !important;
}
input {
	font-family: 'Roboto', sans-serif;
}
a, a:hover, a:focus, a:active {
	color: #107C10;
	text-decoration: none;
	background: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
.fa {
	font-size: 14px;
}
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
}
/*#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
}
#cart.open>.btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}*/
/*body.is-hidden{overflow:hidden;}*/
#cart {
	display: inline-block;
	position: relative;
}
#cart .content {
	background: #fff none repeat scroll 0 0;
	position: absolute;
	right: 0;
	top: 46px;
	width: 440px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	display: none;
}
#cart.is-open {
	background: #F1F1F1;
}
#cart.is-open .content {
	display: block;
}
#cart .content table {
	margin: 0;
}
#cart .content a {
	display: inline-block;
	margin: 0;
	padding: 0;
}
#cart .content table a {
	margin: 0;
	padding: 0;
	background: none;
	display: inline-block;
}
#cart .content .cart-name {
	max-width: 200px;
	display: block;
}
#cart .content .total-info {
	padding: 10px;
}
#cart .content .checkout {
	background: #F9F9F9;
	padding: 10px;
}
#cart .content .checkout a {
	padding: 0px 12px;
	color: #fff;
}
#cart .content .checkout a:hover {
	background: #0E6F0E;
}
td.remove a {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f50a0e;
	border-radius: 100%;
	color: #f50a0e;
	display: inline-block;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	margin-right: 0;
	text-align: center;
	width: 20px;
}
 td.remove a:hover {
	background: #f50a0e;
	color: #fff;
}
#cart.active .heading a {
	background: #F1F1F1;
}
#cart .mini-cart-info {
	max-height: 280px;
	overflow-x: auto;
}
#cart .empty {
	padding: 10px;
	background: #F1F1F1;
}
.alert {
	padding: 8px 14px 8px 14px;
}
.wrapper.breadcrumb-wrapper {
	background: #F2F2F2;
	border: 1px solid #ddd;
}
.breadcrumb {
	margin: 0 0 0px 0;
	padding: 9px 0;
	border: 0px solid #ddd;
	background: none;
	font-size: 13px;
	font-weight: 400;
	text-transform: inherit;
	height: 37px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb>li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}
.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb>li:first-child {
	padding-left: 0;
}
.pagination {
	margin: 0;
}
.buttons {
	margin: 1em 0;
	overflow: auto;
}
/*.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group>.btn, .btn-group>.dropdown-menu, .btn-group>.popover {
	font-size: 14px;
}
.btn-group>.btn-xs {
	font-size: 9px;
}
.btn-group>.btn-sm {
	font-size: 10.2px;
}
.btn-group>.btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0,0,0,0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0,0,0,0.1);
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0,0,0,0.1);
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0,0,0,0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0,0,0,0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
}
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
*/.product-thumb {
	border: 1px solid #ddd;
	margin-bottom:30px;
	overflow: auto;
}


.product-thumb.ctg{position:relative;}
.product-thumb.ctg .name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom:5px;
}

.product-thumb.ctg .price {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top:5px;
}

.product-thumb.ctg .description {
  max-height: 40px;
  overflow: hidden;
}


.product-thumb .image {
	text-align: center;
	background:#F2F2F2;
}

.product-thumb.ctg .image {
	background:none;
}



.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	/*width:100%;*/
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star+.fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails>li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails>img {
	width: 100%;
}
.image-additional{margin-bottom:20px;}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin: 0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}
.flex-direction-nav a:before {
	line-height: 40px;
}
/**Custom CSS**/
.navbar.navbar-default.navbar-static-top {
	background: #107C10;
	border: 0;
	margin: 0;
}
.navbar-default .navbar-nav li > a {
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 25px;
	padding-top: 25px;
}
.navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus, .navbar-default .navbar-nav li > a:active {
	background: rgba(0,0,0,0.1);
	color: #fff;
}
.navbar-default .navbar-nav li.active > a {
	background: rgba(0,0,0,0.1) !important;
	color:#fff !important;
}
.navbar-default.navbar-static-top .navbar-brand {
	float: left;
	font-size: 0px;
	height: 70px;
	line-height: 20px;
	padding: 5px 15px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active {
	background: rgba(0,0,0,0.1);
}
.wrapper.banner-wrapper {
	background: #000;
	border-bottom: 3px solid #107C10;
}
.wrapper.sub-banner-wrapper {
	background: #161616;
	padding: 20px 0;
}
.wrapper.custom-wrapper {
	padding: 20px 0px;
}
.wrapper.custom-wrapper.bg-black {
	background: #000;
}
.dropdown-menu {
	font-size: 14px;
	margin-top: 0;
	padding: 0;
}
.wrapper.top-wrapper {
	z-index: 1001;
}
.wrapper.top-wrapper .top-container ul {
	margin: 0;
}
.wrapper.top-wrapper .top-container ul > li {
	padding: 0;
}
.wrapper.top-wrapper .top-container ul > li a {
	padding: 20px;
	display: block;
	padding: 13px 10px;
	color: #404040;
}
.wrapper.top-wrapper .top-container ul > li a:hover, .wrapper.top-wrapper .top-container ul > li a:focus, .wrapper.top-wrapper .top-container ul > li.open a:hover {
	background: #f1f1f1;
}
.wrapper.top-wrapper .dropdown-menu {
	background: #f1f1f1;
}
.wrapper.top-wrapper .top-container ul.dropdown-menu li a:hover {
	background: #e5e5e5;
}
.dropdown-menu {
	border: 0px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0);
	-o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0);
	-ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0);
}
/*custom wrapper*/
.wrapper.custom-wrapper {
	/*min-height: 250px;*/
}
.wrapper .container.content-container h2 {
	font-weight: 600;
	margin: 5px 0 15px 0;
}
.wrapper .container.content-container h3 {
	font-weight: 600;
}
.wrapper .container.content-container p {
	line-height: 150%;
	margin-bottom: 20px;
}
.wrapper .container.content-container p a {
	text-decoration: underline;
}
.wrapper .container.content-container p a:hover {
	text-decoration: none;
}
.wrapper .container.content-container strong {
	font-weight: 500;
}
.wrapper .container.content-container address a {
	text-decoration: none;
}
.highlight-text {
	font-size: 110%;
	font-weight: 600;
	color: #107C10;
}
.modal-body.search-modal {
	position: relative;
}
.modal-body.search-modal .form-control {
	box-shadow: none;
	border: 0px;
	font-size: 30px;
	font-weight: 300;
	padding: 0;
}
.btn-search {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	position: absolute;
	right: 20px;
	top: 18px;
}
.btn-search i {
	color: #787878;
	font-size: 30px;
	transition: 0.2s ease-in-out;
}
.btn-search:hover i {
	color: #107C10;
}
.wrapper.top-wrapper .top-container ul.nav-right {
	margin-right: 25px;
}
a.ico-search {
	background: #eee none repeat scroll 0 0;
	border-radius: 100%;
	height: 28px;
	line-height: 28px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 28px;
	padding: 0 !important;
}
a.ico-search i {
	line-height: 28px;
}
.navbar-toggle .icon-bar {
	border-radius: 0;
	display: block;
	height: 4px;
	width: 26px;
}
.product-heading {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: -0.3px;
	margin: 0;
	padding: 15px 0 15px;
}
/*Footer*/
.wrapper.footer-wrapper {
	color: #787878;
	font-size: 13px;
}
.wrapper .footer-top-wrapper {
	background: #f2f2f2;
	padding: 15px 0px 15px 0px;
	border-top: 0px solid #ddd;
}
.wrapper .footer-top-wrapper ul.list-unstyled {
	min-height: 125px;
}
.wrapper .footer-bottom-wrapper {
	background: #e2e2e2;
	padding: 5px 0 5px 0;
}
.wrapper.footer-wrapper a {
	color: #787878;
}
.wrapper.footer-wrapper a:hover {
	color: #333;
}
.wrapper.footer-wrapper h5 {
	font-size: 120%;
	font-weight: 500;
	color: #333;
}
.wrapper.footer-wrapper ul.list-unstyled li {
	display: block;
	padding: 3px 0;
	position: relative;
}
.wrapper.footer-wrapper ul.list-unstyled.social-link li {
	padding-left: 25px;
}
.wrapper.footer-wrapper ul.list-unstyled.social-link li a i {
	font-size: 15px;
	left: 0;
	position: absolute;
	top: 6px;
}
.wrapper.footer-wrapper .copy {
	float: left;
	padding-top: 15px;
	color: #333;
}
.wrapper.footer-wrapper .footer-banner {
	float: right;
}
.site-map-list {
	list-style-position: inside;
}
.site-map-list ul {
	margin-left: 20px;
}
/*.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{background:#f2f2f2;}*/



.video-banner {
	margin-top: 20px;
	position: relative;
	color: #fff;
}
.video-banner .embed-responsive {
	border: 2px solid rgba(255, 255, 255, 0.2);
}
.video-caption h3 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -0.3px;
	margin: 0;
	padding: 20px 0 8px 0;
	color: #fff;
}
.video-caption .btn.btn-primary {
	height: 50px;
	font-size: 120%;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 30px;
	line-height: 50px;
	margin: 15px 0;
}
.sub-banner-wrapper h4 {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: -0.3px;
	margin: 0;
	padding: 15px 0 15px;
}
.sub-banner-wrapper a.btn-more {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
.sub-banner-wrapper a.btn-more i {
	font-size: 20px;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.sub-banner-wrapper a.btn-more:hover {
	color: #107C10;
}
.sub-banner-wrapper a.btn-more:hover i {
	padding-left: 5px;
}
.wrapper.parallax-wrapper {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: inherit;
	background-color: #000;
	height: auto;
	overflow: hidden;
}
.wrapper.parallax-wrapper .container {
	z-index: 1000;
}
.wrapper.parallax-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2000px;
	background: rgba(0,0,0,0.7)
}
.wrapper.parallax-wrapper.parallax-bg1 {
	background-image: url(../images/parallax-bg01.jpg);
}
.wrapper.parallax-wrapper.parallax-bg2 {
	background-image: url(../images/parallax-bg02.jpg);
}
.parallax-container {
}
.parallax-container h3 {
	color: rgba(255, 255, 255, 0.7);
	font-size: 35px;
	font-weight: 600;
	letter-spacing: -0.3px;
	margin: 0;
	padding: 30px 0 25px;
}
.product-item {
	border: 2px solid rgba(255, 255, 255, 0.4);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	margin-bottom: 30px;
}
.product-item a {
	background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
	display: block;
	margin: 5px;
	padding: 10px;
	text-align: center;
}
.product-item:hover {
	border: 2px solid rgba(255, 255, 255, 0.5);
}
.product-item:hover a {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
#notification {
	bottom: 20px;
	left: 20px;
	position: fixed;
	width: 300px;
	z-index: 999999;
	transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	-ms-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 400;
}
#notification a {
	color: rgba(0, 0, 0, 0.6);
	display: inline-block;
	font-size: 95%;
	margin-right: 3px;
	font-weight: 500;
}
#notification a:hover {
	text-decoration: underline;
}
#notification > div {
	min-height: 80px;
	padding: 15px;
}
#notification .success {
	background: #42b41b;
}
#notification .error {
	background: #ff4545;
}
#notification img.close {
	background: #fff none repeat scroll 0 0;
	border-radius: 100%;
	opacity: 1;
	padding: 7px;
	position: absolute;
	right: -10px;
	top: -10px;
	cursor: pointer;
}
.bg-black.xbox-one {
	display: none1;
}
/*Page Fixing*/
/*#order_tracking {
	display: none;
}*/
.form-control.capcha {
	margin-bottom: 15px;
	width: 151px;
}
/*.box .box-heading {
	display: none;
}*/
ul.acount {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-top:0;
	border-radius: 0px 0 2px 2px;
}
ul.acount > li {
	border-bottom: 1px solid #e3e3e3;
	color: #404040;
	display: block;
}
ul.acount > li:first-child a{display:inline-block;}
ul.acount > li:hover a{background:#F2F2F2;}
ul.acount > li:last-child{border-bottom:0;}
ul.acount a {
	display: block;
	padding: 8px 10px;
	color: #404040;
}
.sidebar .box{margin-bottom:20px;}

.sidebar .box-heading {
  background: #107c10 none repeat scroll 0 0;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  margin: 0;
  padding: 5px 10px;
  border-radius:2px 2px 0px 0px;
}

.box.featured .box-heading{
	font-size: 25px;
    font-weight: 600;
    margin: 0px 0 10px 0;
	}
.box-content.order-tracking {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 15px;
}

.top-padd{padding-top:30px;}	

/*Product Details*/
.product-info .image{  margin-bottom:30px; border:1px solid #dadada;}

/* Product */
.options > h2{display: none;}
.show-image-area{background:#dadada; overflow:hidden;  position:relative; border:1px solid #dadada; font-size:0;}
.show-image-area, .show-image-area img{width:36px; height:36px;}
.show-image-area a{display: inline-block;}
.extra-wrap{padding:15px; background:#f4f4f4; border:1px solid #dadada;}
.cloud-zoom-gallery{float:left;}

.product-info .image-additional{max-width:inherit; width:100%;}
.product-info .cloud-zoom-gallery{float:left; margin:0px 10px 0 0;}
.product-thumb .pdes{padding-bottom:15px;}
.product-thumb .pdes p{margin:0 !important; padding:0 !important;}
.product-thumb .button-group button.btn-single{width:100%;}

.custom-banner{margin-bottom:20px;}
.custom-banner img{width:100%;}

.create-product{padding-top:30px;}

/*hidden content*/
.slideshow,
#banner0,
#banner1,
#banner2{display:none;}