body{
	font-family:Arial, Helvetica, "Helvetica Neue", sans-serif;
	color:#1a2732;
	font-size:13px;
	line-height:1.6em;
	background:#e8e8e8;
}
a{color:#1a2732;}
a:hover, a:focus{color:#1a2732;}
header{
	position:relative;
	padding-top:15px;
	padding-bottom:10px;
	background:#fff;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.15);
}
#logo{display:block;}
.top-nav{position:relative;text-align:left;}
.top-nav > li{padding:0 10px;font-family:'futura_trnormal';}
#search-area{
	position:relative;
	margin:8px;
	height:42px;
	font-family:'futura_trnormal';
	border-radius:1px;
	border:#1a2732 solid 2px;
}
#search-area .fa{
	padding:8px 15px;
	font-size:21px;
	height:36px;
	line-height:21px;
	color:#1a2732;
}
#search-area .input-group .form-control{
	display:block;
	height:38px;
	line-height:38px;
	border:none;
}
#search-area .input-group-btn .btn{
	position:relative;
	overflow:hidden;
	width:100%;
	height:38px;
	line-height:38px;
	color:#fff;
	border-color:#232f3f;
	background:#1a2732;
	transition:all 0.2s ease-in-out;
}
#search-area .input-group-btn .btn:hover{opacity:0.89999997615814208984375;}
#live-search{
	position:absolute;
	overflow-x:hidden;
	padding:15px 10px;
	overflow-y:auto;
	max-height:310px;
	margin-bottom:10px;
	top:100%;
	left:0;
	right:0;
	width:100%;
	background:#fff;
	box-shadow:0 0 2px #333;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	z-index:999;
	display:none;
}
#live-search ul li{margin-bottom:10px;}
#currency, #language{
	margin:5px;
	border:none;
	padding:5px 0;
	min-width:90px;
	font-weight:400;
}
header .dropdown{
	position:relative;
	margin:10px 6px;
	z-index:110;
}
header .dropdown > li{
	position:relative;
	float:left;
}
header .dropdown > li > a{
	display:block;
	line-height:38px;
	padding-left:15px;
	padding-right:15px;
	font-family:'futura_trnormal';
	margin:0 0.5vw;
	border:#1a2732 solid 2px;
	border-radius:1px;
}
header .dropdown > li.cart > a{color:#fff;background:#1a2732;}
header .dropdown > li.cart > a > span{
	display:inline-block;
	width:23px;
	height:23px;
	padding:2px;
	line-height:15px;
	text-align:center;
	font-size:12px;
	color:#000;
	border:#fff solid 2px;
	border-radius:50%;
	background:#ff9228;
}
header .dropdown-menu{
	position:absolute;
	overflow:hidden;
	min-width:180px;
	max-width:100%;
	top:100%;
	left:auto;
	right:auto;
	padding:15px;
	border:#ddd solid 1px;
	background:#fff;
	z-index:99;
	box-shadow:0 0 1px 0 rgba(0, 0, 0, 0.2);
	transition:all 0.1s ease-in-out;
	visibility:hidden;
}
header .dropdown-menu li.divider{
	position:relative;
	height:1px;
	margin:5px 0;
	background:#ddd;
}
header .dropdown-menu li > a{
	display:block;
	line-height:24px;
}
header .dropdown > li:hover .dropdown-menu{
	margin-top:10px;
	visibility:visible;
	z-index:10;
}
@media screen and (max-width:768px){
	header{
		margin-left:10px;
		margin-right:10px;
		margin-bottom:15px;
	}
}
nav{
	position:relative;
	min-height:46px;
	background:#1a2732;
	box-shadow:1px 2px 2px 0 rgba(204, 204, 204, 1);
}
nav .menu{position:relative;}
@media screen and (min-width:768px){
	#main-menu{display:block;}
	nav .menu > li{display:inline-block;}
	nav .menu > li > a{
		display:block;
		padding-left:16px;
		padding-right:16px;
		line-height:48px;
		font-family:'futura_light_trlight';
		font-size:16px;
		color:#f0f0f0;
		text-transform:uppercase;
		border-left:1px solid #111;
	}
	nav .menu > li:hover, nav .menu > li:hover > a{color:#ff9228;}
	nav .menu > li.active > a{background:#fff;}
	nav .menu > li:first-child > a{border-left:1px solid #111;}
	nav .menu > li:last-child > a{border-right:1px solid #111;}
	nav .menu .dropdown-menu{
		position:absolute;
		overflow:hidden;
		min-width:150px;
		max-width:100%;
		top:100%;
		left:5px;
		right:5px;
		padding:20px 15px;
		z-index:10;
		border-top:1px solid #fff;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		background:#fff;
		display:none;
		transition:all 0.1s ease-in-out;
	}
	nav .menu > li.active .dropdown-menu{display:block;}
	nav .menu .dropdown-menu > li{position:relative;overflow:hidden;}
	nav .menu .dropdown-menu li > a{
		display:block;
		line-height:22px;
		padding-right:10px;
		color:#666;
	}
	nav .menu .dropdown-menu li > a:hover{color:#ff9228;}
	nav .menu .dropdown-menu li > a strong{font-family:'futura_trnormal';}
	nav .menu .dropdown-menu > li > ul.column{
		position:relative;
		display:inline-block;
		min-width:160px;
		min-height:70px;
		vertical-align:top;
		margin:5px 0;
	}
	nav .menu > li:hover .dropdown-menu{display:block;}
}

@media screen and (max-width:768px){
	nav{
		position:relative;
		min-height:48px;
		margin-left:10px;
		margin-right:10px;
		background:#1a2732;
	}
	nav .toggle-menu li > a{color:#ccc;}
	#search-area{
		position:relative;
		overflow:hidden;
		margin:10px 0;
		height:auto;
		font-family:'futura_trnormal';
		border-radius:5px;
		border:#1a2732 solid 2px;
	}
	#search-area .fa{
		padding:11px 14px;
		font-size:22px;
		line-height:22px;
		color:#1a2732;
	}
	#search-area .form-control{
		width:100%;
		height:44px;
		line-height:44px;
		border:none;
	}
	#search-area .input-group-btn .btn{
		position:relative;
		overflow:hidden;
		width:100%;
		color:#fff;
		line-height:42px;
		border-color:#1a2732;
		background:#1a2732;
		transition:all 0.2s ease-in-out;
	}
	#search-area .input-group-btn .btn:hover{opacity:0.800000011920928955078125;}
	#main-menu{display:none;}
	.dropdown > li.cart{
		position:relative;
		overflow:hidden;
		float:right;
	}
	nav .menu > li{
		position:relative;
		overflow:hidden;
		margin-left:-5px;
		margin-right:-5px;
	}
	nav .menu > li > a{
		display:block;
		width:100%;
		padding-left:15px;
		padding-right:15px;
		line-height:42px;
		color:#ccc;
		text-align:left;
		text-transform:uppercase;
		border-top:1px solid #555;
	}
	nav .menu .dropdown{position:relative;}
	nav .menu .dropdown-menu{
		position:relative;
		overflow:hidden;
		min-width:235px;
		max-width:100%;
		top:100%;
		left:5px;
		right:5px;
		padding:15px;
		z-index:10;
		border-top:1px solid #333;
		background:transparent;
		display:none;
		transition:all 0.1s ease-in-out;
	}
	nav .menu > li.active .dropdown-menu{display:block;}
	nav .menu .dropdown-menu > li{position:relative;	overflow:hidden;}
	nav .menu .dropdown-menu li > a{display:block;line-height:20px !important ;}
	nav .menu .dropdown-menu li > a:hover{color:#fff;}
	nav .menu .dropdown-menu > li > ul.column{
		position:relative;
		display:inline-block;
		min-width:155px;
		vertical-align:top;
		margin-bottom:10px;
	}
}
main{position:relative;padding:10px 0;}
main #content{
	position:relative;
	overflow:hidden;
	min-height:350px;
}
#cart-page section{
	position:relative;
	overflow:hidden;
	min-height:280px;
	margin-bottom:15px;
	padding:15px;
	border:#ccc solid 1px;
	background:#fff;
}
#cart-page section .img-responsive{margin-left:auto;margin-right:auto;}
#cart-page section h1{font-size:22px;line-height:22px;margin-bottom:10px;}
#cart-page section h4{font-size:14px;}
#cart-page section p{color:#484848;}
#cart-page .alert{
	position:relative;
	overflow:hidden;
	padding:15px 10px;
	border-top:1px solid #ccc;
	border-left:7px solid #f28b00;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#fff;
}
#cart-page aside{
position:relative;
	overflow:hidden;
	text-align:right;
	margin-bottom:15px;
	padding:15px;
	border:#ccc solid 1px;
background:#fff;
}
#cart-page aside #total{
	padding:10px 0;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}
#cart-page aside #cart-coupon{margin:10px 0;}
#cart-page aside #cart-voucher{margin:10px 0;}
#cart-page aside #cart-reward{margin:10px 0;}
#cart-page aside #cart-shipping{margin:10px 0;}
.module-box{
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	padding:15px;
	border:#ccc solid 1px;
	background:#fff;
}
.module-box h2{
	margin:0;
	padding:0;
	font-size:17px;
	line-height:17px;
}
.module-image-box{
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	border:#ccc solid 1px;
	background:#fff;
}
.module-image-box .img-responsive{width:100%;height:auto;}
.page-box{
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	padding:20px;
	border:#ccc solid 1px;
	background:#fff;
}
.page-box > h1{font-size:17px;}
.page-box > p, .page-box > h1, .page-box > h2, .page-box > h3, .page-box > h4, .page-box > h5, .page-box > h6{margin-bottom:15px;}
.page-box ul > li{margin-left:10px;padding:3px 8px;list-style:disc;}
.space{display:block;height:13px;}
.top-banner{position:relative;overflow:hidden;}
.top-banner .image-banner{position:relative;margin-bottom:0;border:none;}
.top-banner .image-banner .img-responsive{margin-left:auto;margin-right:auto;width:100%;height:40px;}
.image-banner{position:relative;margin-bottom:10px;border:#ccc solid 1px;background:#fff;}
.image-banner .img-responsive{margin-left:auto;margin-right:auto;}
.breadcrumb{position:relative;}
.breadcrumb > li{position:relative;display:inline-block;}
.breadcrumb > li + li:after{content:"/";position:absolute;top:3px;left:-3px;}
.breadcrumb > li > a{position:relative;display:block;padding:3px 10px 15px;font-family:'futura_trnormal';color:#454545;}
.pagination{position:relative;text-align:center;margin:10px 0;}
.pagination > li{position:relative;display:inline-block;}
.pagination > li > a, .pagination > li > span{
	position:relative;
	display:block;
	padding:5px 10px;
	margin-left:8px;
	font-family:'futura_trnormal';
	border:#ccc solid 1px;
	border-radius:10px;
}
.pagination > li > span{
	color:inherit;
	border:#ddd solid 1px;
	border-radius:5px;
	background:#eee;
}
@media screen and (max-width:768px){
	.pagination > li > a, .pagination > li > span{
		position:relative;
		display:block;
		padding:5px;
		margin:5px;
		border:#ccc solid 1px;
		border-radius:5px;
	}
}
.manufacturer-index, .manufacturer-index li{
	position:relative;
	overflow:hidden;
	margin:0 !important ;
	padding:0 !important ;
	list-style:none !important ;
}
.manufacturer-index li{display:inline-block;}
.manufacturer-index li > a{padding:5px 10px;}
.tab-panel{position:relative;overflow:hidden;}
.tab-panel .tab-link{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.tab-panel .tab-link > li{flex:1;min-width:150px;}
.tab-panel .tab-link > li > a{
	display:block;
	padding:0 10px;
	line-height:43px;
	font-family:'futura_light_trlight';
	font-size:18px;
	color:#fff;
	text-align:center;
	background:#1a2732;
}
.tab-panel .tab-link > li > a:hover{color: #fff;background:rgba(0, 0, 0, 0.5);}
.tab-panel .tab-link > li.active > a{background:#fff;color:#484848;}
.tab-panel .tab-content{
	position:relative;
	overflow:hidden;
	padding:20px;
	margin-bottom:15px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#fff;
}
.tab-panel .tab-content .tab{
	position:relative;
	overflow:hidden;
	display:none;
}
.tree-menu{position:relative;overflow:hidden;}
.tree-menu > li a{
	display:block;
	font-size:12px;
	line-height:25px;
	color:#666;
}
.tree-menu a.active{font-weight:700;color:#ff9228;}
.module-manufacturer{position:relative;overflow:hidden;}
.module-manufacturer > ul{overflow-y:auto;max-height:305px;}
.free_shipping{
	display:inline-block;
	margin:10px 0;
	padding:8px 10px;
	font-size:15px;
	border:#ddd solid 1px;
	background:#fff;
}
.shiping-date{
	display:block;
	margin:5px 0;
	padding:5px 10px;
	border:#ddd solid 1px;
	background:#fff;
}
.product-box{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.product-box .product-view-grid{
	flex:1;
	flex-basis:230px;
	position:relative;
	overflow:hidden;
	margin-top:-1px;
	margin-left:-1px;
	border:transparent solid 1px;
}
#category-page .product-view-grid{padding-top:10px;padding-bottom:10px;}
#category-page .product-view-grid:hover{border:#ddd solid 1px;}
.product-view-grid .product-image{margin:4px 0;text-align:center;}
.product-view-grid .product-image .img-responsive{margin-left:auto;margin-right:auto;}
.product-view-grid .product-info{position:relative;}
.product-view-grid .product-info > li.name a{
	position:relative;
	overflow:hidden;
	display:block;
	height:30px;
	line-height:17px;
	padding-left:10px;
	padding-right:10px;
	font-family:Arial;
	color:#484848;
}
.product-view-grid .rating{
	position:relative;
	overflow:hidden;
	text-align:left;
	margin:5px;
	text-align:center;
}
.product-view-grid .rating li{
	position:relative;
	overflow:hidden;
	height:20px;
	line-height:20px;
}
.product-view-grid .product-price{position:relative;	overflow:hidden;}
.product-view-grid .product-price .new-price{
	display:block;
	font-size:15px;
	font-weight:700;
	color:#1a2732;
}
.product-view-grid .product-price .old-price{
	display:block;
	font-size:15px;
	color:#888;
	text-decoration:line-through;
}
.product-view-grid .product-price .tax-price{display:block;padding:5px 0;}
.product-view-grid .product-price .discount{
	display:block;
	color:#fff;
	width:50px;
	height:45px;
	float:right;
	padding-top:5px;
	padding-bottom:4px;
	font-family:'futura_trnormal';
	text-align:center;
	border-radius:2px;
	background:#f90909;
}
.product-view-grid .product-price .discount span{display:block;font-size:16px;}
.product-view-grid .product-price .discount small{display:block;font-size:13px;line-height:14px;}
.product-view-grid .product-butons{margin-top:15px;height:42px;line-height:14px;text-align:center;}
.product-view-grid .product-butons .btn-custom{visibility:hidden;}
.product-view-grid:hover .btn-custom{visibility:visible;}
.product-view-list{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:center;
	position:relative;
	overflow:hidden;
	min-width:100%;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	transition:all 0.3s ease-in-out;
}
.product-view-list ul{
	position:relative;
	overflow:hidden;
	min-width:100px;
	padding:10px 0;
	flex:1;
}
.product-view-list .product-image{
	max-width:150px;
	margin-right:15px;
	text-align:center;
}
.product-view-list .product-info{flex:1;text-align:left;}
.product-view-list .product-info .name a{font-size:13px;}
.product-view-list .rating{text-align:left;line-height:25px;}
.product-view-list .product-price{position:relative;text-align:left;}
.product-view-list .product-price .new-price{display:block;font-size:20px;font-weight:700;}
.product-view-list .product-price .old-price{
	display:block;
	font-size:16px;
	color:#888;
	text-decoration:line-through;
}
.product-view-list .product-price .tax-price{
	display:block;
	padding:5px 0;
	font-size:13px;
	font-weight:300;
}
.product-view-list .product-price .discount{
	display:block;
	color:#fff;
	width:50px;
	height:45px;
	float:right;
	padding-top:5px;
	padding-bottom:4px;
	font-family:'futura_trnormal';
	text-align:center;
	border-radius:2px;
	background:#f90909;
}
.product-view-list .product-price .discount span{display:block;font-size:16px;}
.product-view-list .product-price .discount small{display:block;font-size:13px;line-height:14px;}
.product-view-list .product-info .name{font-size:13px;}
.product-view-list .product-rating{text-align:left;}
.product-view-list:hover{border-color:#ddd;}
.special_count{position:relative;overflow:hidden;margin:10px 0;width:100%;clear:both;text-align:center;}
.special_count li{position:relative;overflow:hidden;float:left;}
.special_count li span{display:inline-block;padding:5px;margin-left:3px;border:#ddd solid 1px;font-weight:700;border-radius:5px;white-space:nowrap;}
.special_count li span small{font-weight:400;font-size:12px;color:#888;}
.product-filter{position:relative;overflow:hidden;margin-bottom:15px;line-height:30px;}
.product-filter a > .fa{line-height :1.8em;font-size:20px;}
.product-filter a.active{color:#ccc;}
@media screen and (max-width:992px){
	.product-filter .input-group{margin-bottom:10px;}
}
#product{
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	border:#ccc solid 1px;
	background:#fff;
}
#product .bg-white{background:#fff;}
#product .bg-gray{background:#f1f1f1;}
#product .product-info, #product .product-images{position:relative;overflow:hidden;padding:20px;}
#product .product-images .img-responsive{margin-left:auto;margin-right:auto;}
#product .product-info h1{color:#484848;font-size:17px;}
#product .product-info .brand a{display:block;line-height:30px;font-family:'futura_trnormal';font-size:18px;color:#537ecf;}
#product .product-info hr{margin-top:10px;margin-bottom:10px;border-color:#cdcdcd;}
#product .product-price .discount{
	display:block;
	color:#fff;
	width:100%;
	max-width:65px;
	min-height:62px;
	padding:10px;
	font-family:'futura_trnormal';
	border-radius:2px;
	background:#f90909;
}
#product .product-price .discount span{
	display:block;
	font-size:16px;
	text-align:center;
}
#product .product-price .discount small{
	display:block;
	font-size:13px;
	text-align:center;
}
#product .new-price{
	display:block;
	font-size:20px;
	font-family:'futura_trnormal';
}
#product .old-price{
	display:block;
	font-size:20px;
	color:#888;
	text-decoration:line-through;
}
#product .tax-price{
	display:block;
	padding:5px 0;
	font-size:13px;
}
#product .add-cart{
	position:relative;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:15px;
	font-family:'futura_trnormal';
}
#product .add-cart .input-group{
	color:#fff;
	background:#bfbfbf;
	border-radius:5px;
}
#product .add-cart .input-group input, #product .add-cart .input-group label{
	display:block;
	width:100%;
	height:23px;
	line-height:15px;
	color:#484848;
	text-align:center;
	border:none;
	background:#fff;
}
#product .add-cart .input-group a{
	display:block;
	padding:12px 10px;
	text-align:center;
}
#product .favorite-link{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	position:relative;
	overflow:hidden;
}
#product .favorite-link li{
	flex:1;
	position:relative;
	margin:auto 5px;
	min-width:150px;
}
#product .favorite-link li > a{
	display:inline-block;
	padding:10px 0;
	cursor:pointer;
	font-family:'futura_trnormal';
	color:#414141;
	white-space:nowrap;
}
#product .favorite-link li > a .fa{font-size:22px;color:#bfbfbf;}
#product-tag{position:relative;}
#product-tag > li{display:inline-block;}
#product-tag > li > a{padding:5px;}
#attribute{position:relative;overflow:hidden;margin:10px 0;color:#484848;}
#attribute .row{padding-top:7px;padding-bottom:7px;border-bottom:1px solid #eee;}
#review{position:relative;overflow:hidden;}
#review .title{font-size:14px;color:#484848;}
#review .review-rating{position:relative;overflow:hidden;margin-top:10px;}
#review .review-rating li{line-height:37px;font-family:'futuramedium';}
#review .review-rating li .fa-star{color:#f28b00;margin:0 2px;}
#review .review-rating li .fa-star-o{margin:0 2px;color:#aaa;}
#review .review-rating-score{
	position:relative;
	margin-top:15px;
	padding:30px;
	border:#919191 solid 2px;
	border-radius:10px;
	text-align:center;
}
#review .review-rating-score span.rank-title{
	position:absolute;
	display:block;
	width:70%;
	top:-10px;
	left:25px;
	right:0;
	text-align:center;
	font-size:15px;
	color:#919191;
	white-space:nowrap;
	background:#fff;
}
#review .review-rating-score p span{font-size:50px;color:#757575;}
#product-related{position:relative;}
#product-related .name{font-size:13px;color:#484848;}
#product-related .product-price{position:relative;overflow:hidden;}
#product-related .product-price .new-price{display:block;font-size:20px;line-height:25px;font-weight:700;}
#product-related .product-price .old-price{display:block;font-size:16px;color:#888;text-decoration:line-through;}
#product-related .product-price .tax-price{display:block;padding:5px 0;font-size:13px;font-weight:300;}
#product-related .product-price .discount{
	display:block;
	color:#fff;
	width:50px;
	height:45px;
	float:right;
	padding-top:5px;
	padding-bottom:4px;
	font-family:'futura_trnormal';
	text-align:center;
	border-radius:2px;
	background:#f90909;
}
#product-related .product-price .discount span{display:block;font-size:16px;}
#product-related .product-price .discount small{display:block;font-size:13px;line-height:14px;}
#product-related .tax-price{display:block;padding:5px 0;font-size:13px;}
#product-related .counter{
	display:inline-block;
	width:32px;
	height:32px;
	margin-top:15px;
	margin-bottom:15px;
	line-height:30px;
	text-align:center;
	color:#919191;
	border:#919191 solid 2px;
	border-radius:50%;
}
footer{
	position:relative;
	overflow:hidden;
	padding:15px 0;
	border-top:1px solid #ccc;
	background:#fff;
}
footer .footer-help-link{
	position:relative;
	text-align:right;
	margin-top:15px;
	margin-bottom:15px;
	font-family:'futura_bold_trbold';
}
footer .footer-help-link ul > li > a{
	position:relative;
	padding:15px 0;
}
footer .footer-info-link{
	position:relative;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
footer .footer-info-link strong{font-family:'futuramedium';}
footer .footer-info-link a.icon{
	position:relative;
	overflow:hidden;
	margin:10px;
	display:inline-block;
	width :60px;
	height :60px;
	line-height :60px;
	font-size:25px;
	color:#454748;
	border:#ccc dashed 3px;
	border-radius:50%;
}
footer .footer-info{
	position:relative;
	padding:10px 0;
	margin-top:10px;
	margin-bottom:10px;
	color:#a5a5a5;
}
footer .footer-link{
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}
footer .footer-link h5{
	font-family:'futuramedium';
	font-size:14px;
	margin:10px 0;
}
footer .footer-link ul > li > a{
	display:block;
	line-height:1.8em;
}
footer .powered{
	font-size:12px;
	line-height:20px;
	color:#a5a5a5;
}
footer a:hover{color:#ff9228;}
@media screen and (max-width:768px){
	main{padding:15px 0;}
	.collapsed{display:none}
	
	footer{
		padding:15px;
		margin-top:0;
		margin-left:10px;
		margin-right:10px;
		border:#eee solid 1px;
	}
	footer .footer-link h5{
		line-height:1.9em;
		border-bottom:1px solid #eee;
	}
}
.paytr-table-cell-head img{
	height:20px;
	display:block;
	margin:0 auto;
}
.paytr-table-bold{
	color:#434d57;
	font-weight:700;
}
.paytr-table-toplam{
	color:#111;
	font-size:13px;
	font-weight:400;
}
.paytr-table-cols > .paytr-table-cell{width:14%;}
.paytr-table{
	display:flex;
	flex-wrap:wrap;
	margin:0 auto;
	padding:0;
	font-family:Arial, sans-serif;
	font-size:16px;
	color:#000040;
	font-weight:700;
	border:#666 solid 1px;
}
.paytr-table-cell{
	box-sizing:border-box;
	flex-grow:1;
	width:100%;
	padding:0.5em 1em;
	overflow:hidden;
	list-style:none;
	border:#fff solid 1px;
	text-align:center;
	margin:-4px 0 0 -4px;
	background-color:#fff;
	border-color:#777;
}
.paytr-table-cell:hover{cursor:default;background-color:#F3F3F3;}
.paytr-table-cell-head{height:38px;color:#fff;border-color:#777;background-color:#f3f3f3;}
.no-flexbox .paytr-table{display:block;}
.no-flexbox .paytr-table > .paytr-table-cell{width:100%;}
@media all and (max-width:700px){
	.paytr-table{
		display:block;
	}
	.paytr-table > .paytr-table-cell{
	font-size:16px !important ;
		width:100% !important ;
	}
	.paytr-table-cell-head img{
		height:auto;
	}
} 