@charset "utf-8";
/* CSS Document */
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Bitter', serif;
00ADD6
42BBDB
*/
body {
	font-family: 'Open Sans', sans-serif;
	color: #2a2a2a;
}
/* Custom container */
.container {
  margin: 0 auto;
  max-width:1200px;
}
.container-inner{
	background-color: #fff; padding: 0px 10px;
}
.container-footer-inner{
	padding: 0px 10px;
	letter-spacing:1px;
}
.container > hr {
  margin: 5px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Bitter', serif;
	letter-spacing: 1px;
}

h1{
	font-size: 32px;
	margin: 10px 0px;
	font-weight: 700;
	color: #2A2A2A;
}
h2{
	font-size:22px;
	margin: 20px 0px;
	color:#2A2A2A;
}
h4{
	font-size:16px;
	color:#2A2A2A;
	font-weight: 600;
}
h5 {
	font-size: 14px;
	font-weight: 600;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.table th, .table td, .table tr td {
	vertical-align: middle; 
}
.table thead{
	font-weight:bold;
}
.form td {
	padding:10px 10px 10px 0px; 
}

.line-through {
    text-decoration: line-through;
}

.buttons {
    margin: 1em 0;
}

.remove {
    cursor: pointer;
}
.bg-alt {
	background-color: #00ADD6;
}

/*Font awesome icon size reset*/

[class^="icon-"], [class*=" icon-"] {
    font-size: 14px;
}

/*Fancy*/

.box-shadow {
    -webkit-box-shadow: 0px 0px 5px 0px #000;
    box-shadow: 0px 0px 5px 0px #000;
}

.transition, .transition a, .transition input {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.animated {
    -webkit-animation-duration: 0.7s;
       -moz-animation-duration: 0.7s;
         -o-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@-o-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

/* ======== Start : OWN STYLE ======== */

/*Topbar*/
.navbar.navbar-static-top .container {
    padding: 0 30px;
}
.navbar form {
    margin: 0;
}

.currency-dropdown a:hover {
    cursor: pointer;
}

.navbar .nav > li > a {
    color: #888;
	font-weight: normal;
}

.navbar .nav > li > a:hover {
    color: #666;
}

.topbar a {
    color: #888;
}

.topbar a:hover {
    color: #666;
}

.topbar a strong {
    font-size: 14px;
}
.top-menubar {
	background-color:#00ADD6; 
	height: 40px; 
	border-bottom: 1px solid #42BBDB; 
	/*margin-bottom: 20px;*/
	margin-bottom: 10px;
}
.top-menubar a {
	text-decoration:none;
	/*letter-spacing: 1px;*/
	color: #f5f5f5;
	font-family: 'Open Sans', sans-serif;
	/*font-weight: 600;*/
}
.topbar a:hover, .topbar a:focus {
    color: #fff;
    text-decoration: none;
    background: none;
}

#currency,#language{
	
}
a.currency-name {
	text-decoration:none;
}
.nav .dropdown-toggle .caret{
	border-top-color:#fff;
	border-bottom-color:#fff;
}

/* HEADER */
#header{
	min-height:85px;
	background-color:#fff;
}
#logo{
	/*margin:10px 0px 0px 0px;*/
}
#user{
	margin-top: 20px;
}
#welcome{
	margin-top: 15px;
}
#header .links {
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 0px;
	z-index:15; position:relative;
}
#header .links a {
	padding: 0px 6px;
	color: #222;
	text-decoration: none;
	font-size: 13px;
	text-transform: capitalize;
}
.header-semi{
	/*margin: 15px 0px;*/
	margin: 20px 0 0px;
}
#header .button-search {
	padding: 8px 16px 9px 16px;
}
#notification {
    max-width: 325px;
    position: fixed;
    right: 20px;
    top: 40px;
    z-index: 29999;
}
/*Cart*/
#cart {
  
}
#cart table tr td {
	vertical-align: middle;
}
#cart a.dropdown-toggle {
	text-decoration:none;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart > .btn {
    height: 40px;
    line-height: 26px;
}

#cart.open > .btn {
    color: #666;
    text-shadow: none;
}

.cart-empty {
    min-width: 238px;
    display: block;
    padding: 10px 0;
    text-align: center;
}

.cart-totals {
    padding: 0 20px;
    margin: 0;
}

.cart-totals strong {
    display: inline-block;
    text-align: left;
    width: 40%;
	margin-bottom:3px;
	font-family: 'Bitter', serif;	
	font-weight: 600;
	letter-spacing: 1px;
}

.cart-totals span {
    display: inline-block;
    text-align: right;
    width: 58%;
	margin-bottom:3px;
}

.cart-btns {
    text-align: right;
    margin: 0;
    padding: 5px 20px;
	font-family: 'Bitter', serif;	
	font-weight: 600;
	letter-spacing: 1px;
}

.cart-btns li {
    margin-left: 0px;
}

.cart-btns li a {
    font-weight: bold;
	padding-left:5px;
	padding-right:5px;
}
.remove a:hover{
	cursor:pointer;
}
#cart .table tr {
    border-bottom: 1px solid #dddddd;
}
li .pull-left a{
	color:#2A2A2A;
}
#cart .table tr:nth-last-child(odd) {
    background: #fff;
}

#cart .table td {
    border: 0;
    padding: 20px;
}

#cart .table .name {
    font-weight: bold;
}

#cart .table .image .thumbnail {
    display: inline-block;
}
#cart div.media button.btn{
	padding: 9px 15px;
}
#cart .media .media-body > p > span ,
#cart .media .media-body > h6 {
	color: #2a2a2a;
	-webkit-transition: color 0.4s ease;
	transition: color 0.4s ease;
	margin: 4px 0px;
	font-weight: 600;
}
#cart .media-body p{
	font-family: 'Bitter', serif;
	font-size: 12px;
	letter-spacing: 0.07em;
	text-decoration:none;
	color:#2a2a2a; 
}
#cart .media .media-body > p > span:hover ,
#cart .media .media-body > h6:hover {
	color: #333;
}
#cart .media{
	padding-bottom: 0px;
}
#cart ul {
	font-family: 'Bitter', serif;
	font-size: 14px;
}
/* breadcrumb */
.breadcrumb{
	background-color: #fff;
	margin:20px 0px 10px 0px;
	padding:0px;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-size:12px;
}
.breadcrumb a{
	margin: 0px 5px 0px 3px;
}

/* NAVBAR */
#menu{

}
#menu .navbar {
	min-height: 35px;
	border-radius:0px;
	margin-bottom:0px;
}
#menu .navbar .container{
	padding:0px;
}
#menu .navbar-inverse {
	background-color:#00ADD6;
	border-color: #42BBDB;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a{
	color:#f5f5f5;
}

.navbar .nav > li > a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
}
.navbar .categories {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-nav > li > a {
	padding: 10px 8px;
}
#menu .navbar-inverse .navbar-brand{
	color: #fff;
}
#menu .navbar-inverse .navbar-toggle,
#menu .navbar-inverse .navbar-toggle:hover, 
#menu .navbar-inverse .navbar-toggle:focus {
	background-color: #00ADD6;
	border-color: #fff;
}
/*Slideshow*/

#banner-adv{
	height: auto;
	margin-bottom:10px;
}
.adv-margin-bottom{
	margin-top: 8px;
}
.flexslider .slides img{
	display:block;
	width: 100%;
}

/* Box */
#column-left .box{
	margin-top: 10px;
}
.box {
	padding-bottom: 20px;
	margin-top: 20px;
}
.box .box-heading {
	font-family: 'Bitter', serif;
	border: 1px solid #d6d6d6;
	padding: 15px 10px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 14px;
	color: #2A2A2A;
	border-radius: 5px 5px 0 0;
}
.box .box-content {
	background: #FFFFFF;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 10px;
	border-radius: 0 0 5px 5px;
}
.box .panel-group a {
	color: #2a2a2a;
}
/* accordion */

.box-content .panel {
	box-shadow: none;
}
.box-content .panel-default{
	border: none;
}
.box-content .panel-default > .panel-heading{
	background-color:#fff;	
	border-bottom: 1px solid #d6d6d6;
	padding: 10px;
}
.box-content .panel-title{	
	font-weight: 600;
	font-size: 14px;
}
.box-content .panel-title a:hover , .box-content .panel-title a:active , .box-content .panel-title a:focus {
	text-decoration: none;
 	}
.box-content .panel-group .panel-heading + .panel-collapse .panel-body{
	border: none;
}
.box-content .panel-body{
	padding: 5px 25px;
}
.box-content .panel-body .list-unstyled{
	margin-bottom: 0px;	
}
.box-content .panel-body .list-unstyled li {
	margin: 10px 0px 0px 0px; 
	font-family: 'Bitter', serif;
	letter-spacing: 1px;
}
.box-content .panel-group{
	margin-bottom: 0px;
}
/* MODULES */
.box-product .media{
padding-bottom:10px;
margin-top:10px;
border-bottom:1px solid #d6d6d6;
}
ul.module-list li {
    border-bottom:1px solid #d6d6d6;
    padding: 10px;
	color: #2A2A2A;
	font-weight:600;
	font-size:14px;
}
ul.module-list li a {
	color:#2A2A2A;
	font-family: 'Bitter', serif;
	letter-spacing: 1px;
}
.account-content{
	margin-bottom:20px;
}
ul.module-list-no-border li {
    padding:4px 15px;
	color: #2A2A2A;
	font-size:14px;
}
ul.module-list-no-border li a {
	color:#2A2A2A;
}
.banner-module{
	margin-bottom: 20px;
}
ul.module-filter li {
    border-bottom:1px solid #d6d6d6;
    padding-left: 15px;
    padding-right: 15px;
    color: #2A2A2A;
	font-size:14px;
}
.item .name {
	font-family: 'Bitter', serif;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 400;
	margin: 5px 0px;
}
.item .price{
	font-size: 14px;
	font-weight: 600;
	letter-spacing:1px;
	margin: 5px 0px;
}
#myCarouselFeatured .item img:hover {
	opacity : 0.7;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
/* CATEGORY */

.category-info .media{
	margin-top: 0px;
}
.media-img {
	width: 80px; height: 80px;
	border: 1px solid #E7E7E7;
	margin-right: 5px;
}
.category-info .media-body p{
	margin-left: 10px;
}
.category-info .media-body p{
	font-size: 14px;
	line-height: 25px;
}
.category-list ul li{
	margin: 3px 0px;
}
.product-compare , .product-filter{
	margin: 0px;
}
.product-grid .description,
.product-grid .price .price-tax {
	display: none;
}
.product-list .description,
.product-list .price .price-tax {
	display: block;
}
.product-filter .btn-group,
.product-info-cover .btn-group{
	margin-bottom: 0px;
}
.product-thumb {
	border: 1px solid #d6d6d6;
	border-radius:5px;
	padding:10px;
    margin-bottom: 20px;
    position: relative;
	transition: border 0.5s ease-in-out 0s, box-shadow 0.5s ease-in-out 0s;
}
.product-thumb:hover {
	box-shadow:0 3px 3px #ccc;
}
.product-grid .product-thumb {
	text-align: center;
}
.product-thumb .name {
	font-family: 'Bitter', serif;
	font-size:16px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 5px 0px;
}
.product-thumb .description{
	margin: 5px 0px;
	line-height: 25px;
}
.product-thumb .image {
    padding-bottom:5px;
    text-align: center;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .price {
    color: #2A2A2A;
	margin: 10px 0px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}
.product-thumb .image img {
	width: 100%;
}
.product-thumb .price-old {
    padding-right: 10px;
	font-size:14px;
	font-weight: 400;
	color: #ff0000;
	text-decoration:line-through;
}
.product-thumb .price-new{
	font-size: 14px;
	font-weight: 600;
}
.product-thumb .price-tax {
    color: #999999;
    display: block;
    font-size: 14px;
	font-weight: 600;
	margin: 5px 0px;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
/**/
/*.product-thumb .button-group button , .product-thumb .button-group a {
	display: block;
    float: left;
    text-align: center;
	margin: 0px 2px;
}
.view:hover .product-label-special {
	opacity: 0;
}

.product-label-special {
  background: none repeat scroll 0 0 #5C6166;
  color: #fff;
  right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border:3px solid #555;
  display: block;
  font-size: 14px;
  height: 45px;
  line-height: 35px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 1px 4px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 47px;
  z-index: 3;
  
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.product-label-special .special {
  padding-bottom: 3px;
  padding-top: 3px;
}*/
/* Grid */
/*.product-grid .name,
.product-grid .price,
.product-grid .rating{
	text-align: center;
}

.product-grid .description , 
.product-grid .price-tax ,
.product-grid .cart ,
.product-grid .wishlist ,
.product-grid .compare ,
.product-grid .quick-view ,
.product-grid .button-group{
	display:none;
}
.product-grid .price {
	margin-bottom: 5px;
}*/
/* List */
/*.product-list .mask,
.product-list .mask p,
.product-list .mask h2,
.product-list .mask a {
	display : none;
} 

.product-list .description , .product-list .price , .product-list .price-tax{
	margin: 10px 0px;
}
.product-list .product-label-special {
	right: 68%;
	top: 15px;
}*/
.view:hover .product-label-special {
	opacity: 0;
}

.product-label-special {
  background: none repeat scroll 0 0 #42BBDB;
  color: #fff;
  right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border:3px solid #00ADD6;
  display: block;
  font-size: 14px;
  font-weight: 800;
  height: 45px;
  line-height: 35px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 1px 4px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 47px;
  z-index: 3;
  
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.product-label-special .special {
  padding-bottom: 3px;
  padding-top: 3px;
}
/*BUTTONS EXPERIMENT*/
.product-thumb .btn-group {
	position:absolute;
	overflow:hidden;
	margin-top: -10px;
	opacity:0.0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.product-thumb:hover img{
	opacity:0.7;
} 
.product-thumb:hover .btn-group {
	overflow:visible;
	-webkit-transition: opacity 0.5s linear; opacity: 0.6; 
	transition: all 0.4s linear;
	margin-top: 1px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity:1;
}
.product-thumb .btn-group {
	position:absolute;
	overflow:hidden;
	bottom: 65px; 
	left:26px;
	opacity:0.0;
	background-color:#fff;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.product-thumb:hover .btn-group {
	overflow:visible;
	bottom: 86px;
	opacity:1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
/*BUTTONS EXPERIMENT*/
/* Grid */
.product-grid .name,
.product-grid .price,
.product-grid .rating{
	text-align: center;
}

.product-grid .description , 
.product-grid .price-tax ,
.product-grid .cart ,
.product-grid .wishlist ,
.product-grid .compare ,
.product-grid .quick-view ,
.product-grid .button-group{
	display:none;
}
.product-grid .price {
	margin-bottom: 5px;
}
/* List */
.product-list .btn-group {
	display : none;
} 

.product-list .description , .product-list .price , .product-list .price-tax{
	margin: 10px 0px;
}
.product-list .product-label-special {
	/*right: 68%;*/
	top: 0px;
}
.product-thumb .button-group button , .product-thumb .button-group a {
	display: block;
    float: left;
    text-align: center;
	margin: 0px 2px;
}
/**/
.pagination {
	border-top: 1px solid #d6d6d6;
	padding-top: 10px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #d6d6d6;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* PRODUCT */
.product-info .left{
	margin: 10px; 
}
.product-info .product-img .left .image img {
	width: 100%;
}
.product-info .product-img .left .image a:hover{
	text-decoration: none;
}
.product-info .product-img .left .image-zoom i {
	font-size: 22px;
}
/*fix*/
.product-info .product-page .col-sm-6:last-child,
.product-info .product-page .btn-group .btn ,
.product-info .product-page .input-group-btn > .btn,
.product-info .product-page .btn-group, .btn-group-vertical,
.product-info .product-page .input-group .form-control,
.product-info .product-page .input-group,
.product-info .product-page .input-group-btn,
.product-info .product-page button {
	position: static !important;
}
#myThumbCarousel .carousel-control.right, 
#myThumbCarousel .carousel-control.left {
	width: 25px;
	height: 25px;
	line-height: 20px;
	font-size: 25px;
	top: 25%;
	opacity: 0.85;
}
.product-info .right{
	margin:10px; 
	padding-bottom:10px;
}
.product-info .right .bootstrap-touchspin .input-group-btn button {
	padding: 9px 15px 9px !important;
}
.review-sidebar{
	margin:10px;
}
.product-info .left .image{
	margin-bottom: 10px;
}
.product-info .left .image-additional{
	margin-top: 10px;
}
.more-view{
	font-size:13px; color: #9d9d9d; font-weight: bold;
	margin-bottom:5px; border-bottom:1px solid #d6d6d6; 
}
.img-additional{
	margin-bottom: 10px; margin-left:5px;
}
.review-first{
	border-bottom:1px solid #d6d6d6; 
	font-size:12px; 
}
.review a {
	cursor:pointer;
}
.product_name{
	margin-top:30px; margin-bottom:20px; padding-bottom: 10px; border-bottom: 1px solid #d6d6d6;
}
.product-border{
	border-bottom:1px solid #d6d6d6; margin:20px 0px;
}
.product-info .review {
    margin: 15px 0px; border: 1px solid #d6d6d6; font-size:14px;
}
.product-info .review > div {
    border-bottom: 1px solid #d6d6d6; line-height: 20px; padding: 8px;
} 
.product-info .review .share {
    line-height: normal; overflow-x: auto; overflow-y: auto;
}
.right .description{
	margin-top: 5px;
}
.product-detail-margin {
	margin: 5px 0px;
}
.product-detail-title{
	margin: 5px 0px;
}
.product-stat {
	font-size: 14px;
}
a.add-to-list{
	color: #2A2A2A; 
}
a.add-to-list:hover{
	cursor:pointer;
}
.margin-ten{
	margin: 10px 0px;
}
.product-detail-value{
	font-weight:bold; color:#063; 
}
.right .price-old{
	text-decoration:line-through; 
	color:red;
}
.right .price-new{
	font-weight:bold; color:#006;
	font-size: 20px;
}
.review-bottom{
	margin: 15px 0px;
}
.links a:hover{
	cursor:pointer;
	color: #7acabd;
}
.tabbable.custom-tabs > .tab-content > .tab-pane{
	margin-top:15px;
}
.tab-content{
	margin : 15px;
}
#myTabContent p {
	font-size: 14px;
	line-height: 25px;
}
.error , .help-block{
	margin-top:10px;
	font-size:10px;
	color:red;
	font-weight:bold;
}
.spanb31 {
	margin-left: 0px;
}
/* ACCOUNT */

.border-right{
	border-right: 1px solid #d6d6d6;
}

ul.account-list li {
    color: #2A2A2A;
    font-size: 14px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
}
ul.account-list li a {
    color: #2A2A2A;
}
.well .left p {
	line-height: 25px;
}
/* CHECKOUT CART */

.form-cart{
	margin-top:20px;
}
.btn-inputfeild{
	padding: 9px 15px;
}
.shopping-accordian .panel {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
	box-shadow: none;
}
.shopping-accordian .panel-collapse.in .panel-body {
	border:0px;
}
.shopping-accordian .panel-heading {
	background-color: #f5f5f5;
    border-color: #ddd;
    color: #2A2A2A;
 	border-radius: 4px;
    padding: 10px 15px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.shopping-accordian .panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #fff;
}

/* CHECKOUT */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 14px;
	color: #2A2A2A;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-heading a:hover {
	cursor:pointer;
}
.checkout-content {
	padding: 0px 10px 15px 10px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}

/* FOOTER */

.footer {
    padding-top: 20px;
    background-color: #2a2a2a;
    border-top: 1px solid #353535;
    color: #e2e2e2;
	font-size: 14px;
}
.footer ul li{
	margin: 5px 0px; 
}
.footer hr {
    border-top: none;
    border-bottom: 1px solid #353535;
}
.footer a {
    color: #f5f5f5;
	letter-spacing: 1px;
	font-size: 14px;
}

.footer a:hover {
    color: #fff;
}

.footer h1, .footer h2,
.footer h3, .footer h4,
.footer h5, .footer h6 {
    color: #fff;
	font-size: 13px;
}
.footer h5{
	font-weight: 600;
    font-size: 16px;
	color: #f5f5f5;
	letter-spacing: 1px;
}
.footer a.jacklb,
.india {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:600;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.powered{
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer .powered .pull-right a{
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 800;
}
/* BACK TO TOP */

#toTop {
    padding: 13px 17px;
	margin: 20px;
	border-radius: 5px;
    background: #000;
    color: #fff;
    position: fixed;
	text-decoration:none;
    bottom: 0;
    right: 5px;
    display: none;
	opacity:0.8;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	cursor: pointer;
}
#toTop:hover{
	background-color:#00ADD6;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}