.list-group {
	background-color:#F5F6F7;
	padding:10px 16px 10px 8px;
}

.list-group a {
    border: none;
	font-size:16px;
	font-weight:500;
	color:#0C0303;
	padding: 10px;
	
}

.list-group a i {
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
    line-height: inherit;
    font-size: 24px;
}


.list-group a.submenu {
	padding:7px 12px;
	color:#74787B;
	font-size:14px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #ED1C23;
    background: none;
    border: none;
    text-shadow: none;
}



a:focus, a:hover {
    color: #ED1C23;
    text-decoration: none;
}

.list-group-item {
	background: none;
}

@media (min-width: 768px) {
    .navbar {
        display:none;
    }
}

#top .pull-left {
	display:none;
}

.product-layout {
	padding:0;
}

.product-thumb {
	    border: 1px solid #eee;
}

.breadcrumb {
    border: none;
	background: none;
}

.breadcrumb > li + li:before {
    padding: 0;
    color: #222;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    content: "\f105";
    font-family: 'FontAwesome';
	margin: 0 15px;
}

.breadcrumb a {
	color: #0C0303;
}

.breadcrumb a:hover {
	color: #ED1C23;
}

#product-category #content .row {
	margin:0;
}

#product-category .btn-group {
	display:none;
}

.product-thumb .input-group {
	position:absolute;
	display:inline-block;
	float:right;
	padding-top:15px !important;
	width:25%;
	min-width:67px;
	max-width:80px;

	padding:0 15px;

}
.product-thumb .input-group i {
	font-size:18px;
}

.product-thumb .input-group-btn {
	display:inline;
}

.btn-number, .btn-number:hover, .btn-number:focus {
	padding:0 !important;
	line-height:12px !important;
	background:none !important;
	outline:none !important;
	border:none !important;
	width:16px !important;
	float:right !important;
	margin-left:0px !important;
	box-shadow:none !important;
}

.btn-number:hover {
	color:#666 !important;
}

.input-number {
	border:none;
	box-shadow:none;
	font-size:16px !important;
	float:left;
	display:block !important;
	padding:0;
	min-width:20px !important;
	width:20px !important;
}
.input-number:focus {
	border:none;
	box-shadow:none;
}

.basket_btn {
	border-right:1px solid #eee;
	background:url('/image/basket.png') 90% 50%  no-repeat;
}
.basket_btn:hover {
	background:url('/image/basket1.png') 90% 50%  no-repeat;
}

#input-sort, #input-limit {
	border-left:0;
	color:#0C0303;
}

.basket_outer {
width: 70px; 
height: 70px;
background: #F5F6F7;
border-radius: 50%;
border:1px solid #ECF0F1;
text-align:center;
float:left;
margin:20px 8px 0px;
}

#cart {
display: inline-block;
width: 25px; 
height: 25px;
background:url('/image/icons.png') -230px -5px no-repeat;
margin:22px;
}

.btn_cart {
	border:none;
	background:none;
	position:relative;
	padding:0;
}

#cart-total {
	position:absolute;
	top:-28px;
	left:20px;
	width:25px;
	height:25px;
	color:#fff;
	background:#333;
	border-radius:50%;
	padding:4px;
}

.login_inner {
display: inline-block;
width: 25px; 
height: 25px;
margin:22px;
background:url('/image/icons.png') -272px -5px no-repeat;
}

.search_inner {
display: inline-block;
width: 25px; 
height: 25px;
margin:22px;
background:url('/image/icons.png') -142px -5px no-repeat;
}

.input-search {
	margin-top:37px;
	border-color:#ECF0F1;
	border-radius:20px !important;
}

header .row > div {
	padding:0;
}


.icon_time {
	background:url('/image/icons.png') -8px -5px no-repeat;
}
.icon_phone {
	background:url('/image/icons.png') -84px -5px no-repeat;
}
.icon_mail {
	background:url('/image/icons.png') -48px -5px no-repeat;
}
.icon {
float:left;
width: 30px; 
height: 25px;
background-size:auto 32px;
opacity:0.4;
}
#top-links li {
	vertical-align:middle;
}

.top_menu a {
	font-size:16px;
	font-weight:500;
	color:#8E9294;
	margin-right: 20px; 
}
.top_menu a:hover {
	color:#0C0303;
}

.swiper-viewport {
	border:none !important;
	box-shadow:none !important;
}

.results {
	padding:20px;
	background:#F5F6F7;
	color:#74787B;
	margin:15px 0px;
}

.pagination>li span, .pagination>li a{
    margin: 0px 5px;
	border-radius:0 !important;
	color:#0C0303;
	padding:12px 18px;
	border-color:#eee;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    background-color: #ED1C23;
    border-color: #ED1C23;
}

.navbar-collapse {
	background:#F5F6F7;
}

.basket_btn1 {
	width: 200px;
    border: none;
    display: inline-block;
    float: left;
	background-color: #ED1C23;
    background:url('/image/basket1.png') 90% 50%  no-repeat, #ED1C23;
    color: #fff;
    line-height: 58px;
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
}

#product #input-quantity {
	border-radius:0;
	width:60px;
	float:left;
	height:58px;
	font-size:14px;
}
.basket_btn1:hover {
	opacity:.8;
}

#product .control-label {
	font-size:16px;
	font-weight:600;
}

.list-product li {
	display:inline-block;
}
.list-product {
	border-bottom:1px solid #eee;
	padding-bottom:15px;
}
.list-product li+li {
	padding-left:10%;
}

.list-product li span{
	font-size:12px;
	color:#888;
}
.list-product li span.green{
	font-size:14px;
	color:#4CD24C;
	position:relative;
}

.green::after {
	content: "";
    position: absolute;
    left: -15px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 2px solid #4CD24C;
    border-bottom: 2px solid #4CD24C;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.list-product li span.red{
	font-size:14px;
	color:red;
}

#product-product h1 {
	margin-top:5px;
}

.thumbnail {
	border-color:#eee;
	border-radius:0;
}


a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color:#0C0303;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border:none;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #0C0303;
}

.nav-tabs>li>a {
	font-size:18px;
	color:#888;
	border:none;
}
.nav-tabs>li>a:hover {
	color:#0C0303;
	background:none;
	
	font-weight:bold;
}


.alert {
	display:inline;
	margin-top:25px;
	margin-left:15px;
}

#product .radio input 
{
    position: absolute;
    left: -9999px;
}

#product .radio label 
{
    padding:10px 15px;
	border:1px solid #eee;
	background-color:#fff;
	min-height:30px;
}

#product .radio {
	display:inline-block;
	margin:5px 2px;
}

#product .radio input:checked + label 
{
	background-color:#F5F6F7;
}

hr {
	margin-top:15px;
	margin-bottom:15px;
}

#product .radio input:checked + label.color1 {
	border:1px solid #333;
}

.radio1 > div.color_label {
	display:none;
}

.basket1 {
	min-width:50px;
	min-height:50px;
}

.table-bordered thead td {
	border:none !important;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#666;
}

.table-bordered tbody td {
	border:none !important;
	background-color:#F5F6F7;
	vertical-align:middle !important;
}

.table-bordered tbody tr {
	border:1px solid #ddd;
	margin-bottom:10px;
}

.table-bordered {
	border:none !important;
	border-spacing:0 10px;
border-collapse:separate;
}

.table-bordered button {
	padding:8px 12px;
	border:none;
	background:none;
	color:#777;
	box-shadow:none;
}

.table-bordered button:hover {
	border:none;
	background:none;
	color:#999;
	box-shadow:none;
}

.table-bordered .input-group .form-control[name^=quantity] {
	width:50px;
	border-radius:0;
	float:none;
}

.table-bordered button.focus, .table-bordered button:focus {
    color: inherit;
    background:none;
    border: none;
	outline:none;
}

.table_total {
	border:1px solid #eee !important;
	border-spacing:0;
}

.table_total tbody td {
	background-color:#fff
	
}

#checkout-cart .table {
	margin-bottom:5px;
}

.panel-default {
    border-color: #eee;
	border-radius:0px !important;
}

.panel-default>.panel-heading {
    background-color: #f5f6f7;
    border-color: #eee;
}

input[type='radio'], input[type='checkbox'] { accent-color: #ED1C23; }

.alert-dismissible {
	display:block;
}

footer .list-unstyled img {
	margin-right:10px;
}

.product-thumb h4 a {
	color:#0C0303;
}

.carousel {
	margin-top:20px !important;
}