body {
	background-color: #ffffff;
	color:#525252;
}

a{
	color: #525252;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,a:focus,a:active{color: #000000;}

hr{border-top: 1px solid #dddddd;}

input[type="radio"],input[type="checkbox"]{margin-right: 7px;}

.error {display: block;color: #F44336;padding: 4px 2px;}

/*******************************************
Bootstrap Overrides
*******************************************/
.input-group-addon {
	background-color: #585858;
	border: 1px solid #585858;
	color: #FFF;
}

.btn {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 0px 0px 0px 0px;
	outline:none;
}
.btn:focus,.btn:active,.btn:active:focus{
	outline:none;
}

.btn-link{
	color:#585858;
}
.btn-link:focus,.btn-link:active,.btn-link:active:focus{
	color:#000000;
}
	
.btn-success{
	border-color: #4caf50;
	background-color: #4caf50;
	color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
	border-color: #347d38;
	background-color: #3c9040;
	color: #ffffff;
}
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	border-color: #347d38;
	background-color: #3c9040;
	color: #ffffff;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	border-color: #347d38;
	background-color: #3c9040;
	color: #ffffff;
}

.btn-default {
	background-color: #585858;
	border-color: #585858;
	color: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
	color: #ffffff;
	background-color: #4c4b4b;
	border-color: #4c4b4b;
}
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	color: #ffffff;
	background-color: #4c4b4b;
	border-color: #4c4b4b;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	color: #ffffff;
	background-color: #4c4b4b;
	border-color: #4c4b4b;
}

.btn-danger {
	color: #fff;
	background-color: #F44336;
	border-color: #F44336;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #dc3a2e;
	border-color: #ce3429;
}
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #dc3a2e;
	border-color: #ce3429;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #dc3a2e;
	border-color: #ce3429;
}

.btn.disabled,
.btn[disabled],
.btn.disabled.focus, 
.btn.disabled:focus, 
.btn.disabled:hover, 
.btn[disabled].focus, 
.btn[disabled]:focus, 
.btn[disabled]:hover, 
fieldset[disabled] .btn.focus, 
fieldset[disabled] .btn:focus, 
fieldset[disabled] .btn:hover {
	background-color: #d2d2d2;
	color:#525252;
	border-color: #ccc;
}

.panel {
	border-radius: 0px 0px 0px 0px;
	border-width:1px;
	box-shadow:none;
}
.panel>.panel-heading{
	border-radius: 0px;
	padding:15px 15px 15px 15px;
	font-size: 16px;
	font-size: 18px;
	line-height: 1.42857143;
	font-family: 'Roboto', sans-serif;
}

.panel-no-bg {
	background-color:transparent;
	background:none;
}

.panel-default {
	border-color: #585858;
}
.panel-default>.panel-heading{
	background-color:#585858;
	color:#ffffff;
	border-color:#585858;
}

.panel-success {
	border-color: #4CAF50;
}
.panel-success>.panel-heading {
	color: #ffffff;
	background-color: #4CAF50;
	border-color: #4CAF50;
}

.form-control {
	border-radius: 3px 3px 3px 3px;
	border-color:#dddddd;
	color:#525252;
	box-shadow: inset 0px 0px 3px 1px #f5f5f5;
}
.form-control:focus {
	border-color: #dedede;
	outline: 0;
	box-shadow: inset 0px 0px 3px 1px #f5f5f5;
}
.form-control.error{
	border-color:#F44336;
}

.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th {
	border: 1px solid #dddddd;
}

.alert{
	border: 0px solid #eee;
	background-color: #ffffff;
	color: #525252;
	border-radius: 3px 3px 3px 3px;
}
.alert-danger {
	color: #ffffff;
	background-color: #ff5c50;
	border-color: #F44336;
}
.alert-success{
	color: #ffffff;
	background-color: #5fd664;
	border-color: #4CAF50;
}
.alert-info {
	color: #525252;
	background-color: #ececec;
	border-color: #dcdcdc;
}
.alert-warning {
	color: #525252;
	background-color: #FFC107;
	border-color: #ec8e02;
}

.modal{
	color:#000000;
	z-index: 99999;
}
.modal .modal-content{
	border-radius: 2px 2px 2px 2px;
	background-clip: unset;
	border: 3px solid #585858;
	box-shadow: 0 5px 15px rgba(158, 158, 158, 0.5);
	-webkit-box-shadow: 0 5px 15px rgba(158, 158, 158, 0.5);
	-moz-box-shadow: 0 5px 15px rgba(158, 158, 158, 0.5);
}
.modal .modal-header{
	padding: 14px;
	height: 51px;
	border-bottom: 1px solid #585858;
	overflow: hidden;
	color: #ffffff;
	background-color: #585858;
}
.modal-header .close {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px 0px;
	background-color: #4a4a4a;
	padding: 15px 20px;
	height: 50px;
	opacity: 1;
	color: #ffffff;
	border-left: 1px solid #4a4a4a;
}

.well {
	border: 1px solid #dddddd;
	border-radius: 2px 2px 2px 2px;
	background-color: #f1f1f1;
}
.well.page-info{
	border:0px;
	background:none;
	box-shadow:none;
	color:#585858;
	text-align:center;
}
.well a{
	color: #000000;
	text-decoration: underline;
}
.well-na {
	border: 0px;
	background-color: #FFFFFF;
	box-shadow:none;
}
.well-na a.btn{
	color: #ffffff;
	text-decoration:none;
	font-weight:normal;
}

.tab-pane {
	background-color: #ffffff;
}

.panel-collapse table {
	margin-bottom: 0px;
}

/*********************************************
Review Stars Display
*********************************************/
.review-stars-display .star{
	display: inline-block;
	height: 24px;
	width: 24px;
	border: 1px solid #585858;
	background-color: #ffffff;
	color: #585858;
	padding: 1px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	border-radius: 3px 3px 3px 3px;
	text-align: center;
}
.review-stars-display .star.half-rate{
	background-color: #ffffff;
	color: #585858;
}
.review-stars-display .star.empty-rate{
	background-color: #ffffff;
	color: #dddddd;
	border-color: #dddddd;
}

/**********************************************
Header
********************************************/
.page-top-bar {
	position: relative;
	background: #fff;
	box-shadow: 0 0px 20px 0 #d0d0d0;
}
.page-top-bar .main-logo{
	display:inline-block;
}
.page-top-bar .main-logo img.main-logo-img{
	display: block;
	margin: 6px 0 0 0;
	max-height: 65px;
	max-width: 100%;
}
.page-top-bar .ptb-links {
	padding: 15px 0px;
	float:right;
}
.page-top-bar .ptb-links a.main-link{
	display: inline-block;
	height: 40px;
	padding: 6px 12px;
	margin: 0px 3px;
	font-size: 22px;
	position: relative;
}
.page-top-bar .nav-basket{
	display:inline-block;
}
.page-top-bar .ptb-links a.main-link .basketCount{
	display: inline-block;
	position: absolute;
	background-color: #F44336;
	color: #ffffff;
	line-height: normal;
	padding: 1px 4px;
	font-size: 10px;
	border-radius: 5px;
	right: 1px;
}
@media (max-width: 520px){
	.page-top-bar .logo-col{
		width: 100%;
	}
	.page-top-bar .main-logo-container{
		text-align:center;
		height:50px;
	}
	.page-top-bar .main-logo img.main-logo-img {
		max-height: 40px;
	}
	.page-top-bar .links-col {
		width: 100%;	
	}
	.page-top-bar .ptb-links {
		padding: 7px 0px;
		float:none;
	}
	.page-top-bar .ptb-links a.main-link {
		height: 35px;
		padding: 5px 8px;
		margin: 0px 3px;
		font-size: 18px;
		float:right;
	}
	.page-top-bar .ptb-links .main-link.site-nav-link{
		float:left;
	}
	.page-top-bar .nav-basket{
		float:right;
	}
	.page-top-bar .ptb-links a.main-link .basketCount {
		padding: 0px 4px;
		font-size: 10px;
		top: 0;
	}
}

/***********************************
  Main Site Nav
***********************************/
.site-navigation-wrapper{
	position:relative;
}
.site-navigation-wrapper .container{
	position:relative;
}

@media (min-width: 1460px){
    .container{
        width: 1430px;
    }
}

@media (max-width: 1199px){
    .container{
		padding-left: 5px;
		padding-right: 5px;
        width: auto;
    }
}

.site-navigation{
	position: absolute;
	right: 0;
	min-width: 230px;
	z-index: 9999;
}
@media (max-width: 520px){
	.site-navigation{
		left: 0;
		width: 100%;
	}
}
.site-navigation .navbar-nav,
.site-navigation .navbar-nav>li {
	float: none;
}
.site-navigation .navbar-nav {
	margin: 7.5px -15px;
}
.site-navigation .navbar-collapse.collapse {
	display: none!important;
	border-top: 0px solid #e7e7e7;
}
.site-navigation .navbar-collapse.collapse.in {
	display: block!important;
}
.site-navigation .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.site-navbar {
	margin:0px;
	border-radius: 0px 0px 0px 0px;
	border: 0px;
	min-height: 0px;
}
.site-navbar .navbar-nav.main-cats {
	background-color: #000000;
	border-radius: 0px;
	border: 0px;
	margin: 0px 0px;
	padding: 0px 0px;
	float:none;
}
.site-navbar .navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.site-navbar .navbar-nav.main-cats>li{
	float:none;
	border: 0px;
}
.site-navbar .navbar-nav.main-cats>li>a {
	margin: 0px 0px;
	color: #ffffff;
	border: 0px;
	background-color: #171717;
	border-radius: 0px;
	padding: 15px 10px;
	font-size:14px;
}
.site-navbar .navbar-nav.main-cats>li>a:focus, 
.site-navbar .navbar-nav.main-cats>li>a:hover,
.site-navbar .navbar-nav.main-cats>.open>a,
.site-navbar .navbar-nav.main-cats>.open>a:focus,
.site-navbar .navbar-nav.main-cats>.open>a:hover {
	border:0px;
	color: #ffffff;
	border: 0px;
	background-color: #0f0f0f;
	outline: none;
}
.site-navbar .navbar-nav.main-cats>li>a.sale-link{
    background-color: #F44336;
	color:#ffffff;
}
.site-navbar .navbar-nav.main-cats>li>a i.fas{
	margin-top: 4px;
}
.site-navbar .navbar-nav.main-cats .dropdown-submenu .dropdown-menu {
	top: 0px;
	min-height: 100%;
	position: relative;
	left: 0;
	float: none;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-radius: 0px;
	background-color: #0f0f0f;
	background-clip: unset;
	box-shadow: none;
}
.site-navbar .navbar-nav.main-cats .dropdown-submenu .dropdown-menu li {
	border: 0px;
}
.site-navbar .navbar-nav.main-cats .dropdown-submenu .dropdown-menu li:last-child{
	border-bottom:0px;
}
.site-navbar .navbar-nav.main-cats .dropdown-submenu .dropdown-menu li a {
	color: #ffffff;
	font-size: 12px;
	padding: 10px 15px;
	border-left: 2px solid #0f0f0f;
}
.site-navbar .navbar-nav.main-cats .dropdown-submenu .dropdown-menu li a:hover,
.site-navbar .navbar-nav.main-cats .dropdown-submenu .dropdown-menu li a:focus{
	background-color: #171717;
	color: #ffffff;
	border-left: 2px solid #171717;
}
.site-navbar .navbar-nav.main-cats .dropdown-submenu a i{
	float: right;
	font-size: 15px;
	margin-top: 4px;
}

.auth-menu-dropdown{
	display:inline-block;
}
.auth-menu-dropdown ul.dropdown-menu.login-menu{
	width: 200px;
	padding: 15px 15px;
	margin-top: 19px;
	border: 0px;
	border-radius: 0px 0px 0px 0px;
	background-color: #525252;
	color: #FFFFFF;
}
@media (max-width: 520px){
	.auth-menu-dropdown{
		float:right;
	}
	.auth-menu-dropdown ul.dropdown-menu.login-menu{
		margin-top: 7px;
	}
}
@media (max-width: 300px){
	.auth-menu-dropdown ul.dropdown-menu.login-menu{
		width:170px;
	}
}
.auth-menu-dropdown ul.dropdown-menu.login-menu a{
	display: block;
	padding: 10px 15px;
	margin: 3px;
	text-align: center;
	background-color: #3e3d3d;
	color: #fff;
}
.auth-menu-dropdown ul.dropdown-menu.login-menu a:hover,
.auth-menu-dropdown ul.dropdown-menu.login-menu a:focus{
	text-decoration:none;
	background-color:#ffffff;
	color:#525252;
}
.auth-menu-dropdown ul.dropdown-menu.login-menu span.act-or{
	display: inline-block;
	width: 36px;
	height: 36px;
	padding: 9px 9px;
	margin: 10px 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ffffff;
}

/*****************************************************
Basket
*****************************************************/
.shopping-basket {
	margin: 0px 0px;
	position: relative;
	border-radius: 3px;
	padding: 0px 15px 10px 15px;
}
.shopping-basket .shopping-basket-sum {
	padding: 10px 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom:10px;
}
.shopping-basket .shopping-basket-total {
	float: right;
}
.shopping-basket .shopping-basket-items {
	list-style:none;
}
.shopping-basket .shopping-basket-items li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
}
.shopping-basket .shopping-basket-items li:last-child {
	border-bottom: 0px;
}
.shopping-basket .shopping-basket-items li img.thmb{
	display: inline-block;
	max-width: 100%;
	max-height: 80px;
}
.shopping-basket .shopping-basket-items .item-name {
	display: block;
	padding-top: 10px;
	font-size: 14px;
}
.shopping-basket .shopping-basket-items .item-name a{
	color:#000;
}
.shopping-basket .shopping-basket-items .item-options {
	margin-bottom: 1px
}
.shopping-basket .shopping-basket-items .item-options .item-options-opt{
	font-size: 12px;
	color: #929292;	
}
.shopping-basket .shopping-basket-items .item-options .item-options-opt strong{
	color:#525252;
}
.shopping-basket .shopping-basket-items .item-price {
	color: #4caf50;
	font-weight: bold;
	margin-right: 4px;
	font-size: 12px;
}
.shopping-basket .shopping-basket-items .item-quantity {
	color: #525252;
	font-size: 12px;
}
.shopping-basket .badge{
	background-color: #ddd;
	border: 1px solid #ddd;
	margin-left: 3px;
	border-radius: 6px;
	color:#525252;
}
.basket-empty{
	padding: 35px 10px;
	color: #5a5a5a;
	margin:10px 0px;
}
.basket-empty .basket-empty-icon{
	font-size:45px
}
.basket-empty h2{
	margin: 5px 0px 20px 0px;
	padding: 0px;
	font-size: 18px;
}

/*************************************
Search Bar
*************************************/
#collapseSearch{
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	height: 70px;
	overflow: hidden;
}
#collapseSearch .search-block .form-control{
	height: 75px;
	padding: 12px 12px;
	border: 0px;
	font-size: 18px;
	box-shadow: none;
	outline: none;
}
#collapseSearch .search-block .form-control:focus{
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;	
}
#collapseSearch .search-block .btn{
	padding: 18px 19px;
	border-radius: 3px 3px 3px 3px;
	outline: none;
	margin: 0px 2px;
	font-size:16px;
}
#collapseSearch .search-block .srch-btn .fa-search{
	display:none;
}
@media (max-width: 520px){
	#collapseSearch{
		top: 50px;
		height: 50px;
		border-top: 1px solid #e1e1e1;
	}
	#collapseSearch .search-block .form-control{
		height: 49px;
		padding: 10px 8px;
	}
	#collapseSearch .search-block .btn{
	padding: 11px 7px;
		margin: 0px 0px 0px 3px;
		font-size: 14px;
	}
	#collapseSearch .search-block .srch-btn .fa-search{
		display:inline-block;
	}	
	#collapseSearch .search-block .srch-btn span{
		display:none;
	}
}

/****************************************************
Auth Menu
****************************************************/
.modal-backdrop {
	background-color:#fff;
}
.modal#myAuthMenu{
	background-color: #FFF;
}
.modal#myAuthMenu .modal-content {
	border-radius: 0px 0px 0px 0px;
	border: 0px;
	box-shadow: none;
	background-clip: unset;
}
.modal#myAuthMenu .modal-header {
	padding: 14px;
	height: 50px;
	border: 0px;
	overflow: hidden;
	color: #ffffff;
	background-color:#FFFFFF;
}
.modal#myAuthMenu .modal-header .close {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px 0px;
	background-color: #ffffff;
	padding: 8px 11px;
	height: 40px;
	opacity: 1;
	color: #585858;
	border: 2px solid #585858;
	border-radius: 10px;
	text-shadow: none;
	outline: none;
}
#myAuthMenu .auth-menu-list {
	margin:0px 0px 0px 0px;
}
#myAuthMenu .auth-menu-list li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px;
}
#myAuthMenu .auth-menu-list li a {
	display: block;
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	color:#525252;
}

/****************************************
 Breadcrumb 
*****************************************/
.breadcrumbs-wrapper{
	background-color:#ffffff;
}
.breadcrumb {
	margin: 10px 0px 10px 0px;
	border-radius: 0px;
	background-color: #FFFFFF;
}
@media (max-width: 991px){
	.breadcrumb {
		margin: 0px 0px 20px 0px;
	}
}
.breadcrumb a {
	position: relative;
	display:inline-block;
	margin-right: 5px;
	padding: 6px 10px;
	font-size: 12px;
	color:#8e8e8e;
}

/**************************************
Page Wrapper
**************************************/
.page-wrapper{
	background: #ffffff;
	margin-top: 10px;
}
.pre-page-wrapper.search-open{
	opacity:0.5;
}

.page-body{
	min-height:500px;
}

#main-sidebar {
	padding-top:10px;
}

/*****************************************
title
*****************************************/
.content-title{
	position: relative;
	text-align: center;
	color: #525252;
	font-size: 24px;
	padding: 10px 15px;
	margin: 10px 0px 15px 0px;
	line-height: 1.42857143;
	font-family: 'Roboto', sans-serif;
}
.content-title a {
	color:#000000;
	font-weight:bold;
}
.content-title.checkout-title {
	background-color:#525252;
	color:#ffffff;
	margin-top: 40px;
}

/******************************************
Panel Product Boxes
*******************************************/
.panel.panel-products {
	border:0px;
	box-shadow:none;
}
.panel.panel-products>.panel-heading{
	background-color: #585858;
	color: #ffffff;
	padding: 20px 20px;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	border:0px;
}

/*******************************
Default Product Box 
*******************************/
.product-box {
	display: block;
	width: 25%;
	float: left;
	overflow:hidden;
	 padding: 5px;
}
@media (max-width: 1199px){
	.product-box {
		width: 33.3333%;
	}	
}
@media (max-width: 767px){
	.product-box {
		width: 50%;
	}	
}
@media (max-width: 460px){
	.product-box {
		width: 100%;
	}	
}
.product-box .inner {
	width: 277px;
	margin: 0px auto 20px auto;
	background-color:#ffffff;
}
@media (max-width: 1199px){
	.product-box .inner {
		width: 226px;
	}
}
@media (max-width: 767px){
	.product-box .inner {
		width: 95%;
	}	
}
.product-box .product-wrap {
	padding: 5px;
	position:relative;
}
.product-box .photo-wrap{
	text-align: center;
	position: relative;
	height: 265px;
	width: 265px;
	overflow: hidden;
	margin: 0px auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;	
	-moz-background-size: cover;	
	-o-background-size: cover;
}
@media (max-width: 1199px){
	.product-box .photo-wrap{
		height: 216px;
		width:216px;
	}
}
@media (max-width: 767px){
	.product-box .photo-wrap{
		height: auto;
		width: auto;
		padding-top:100%;
	}
}
.product-box .photo-wrap:hover,
.product-box .photo-wrap:focus{
	opacity: 0.7;
}
.product-box .photo-wrap a{
	text-decoration:none;
	outline:none;
	display:block;
}
.product-box .photo-wrap a:hover,
.product-box .photo-wrap a:focus{
	text-decoration:none;
	outline:none;
}
.product-box .photo-wrap .product_availability {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 8px 7px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	background-color: #F44336;
	z-index: 99;
}
.product-box .product-name a{
	display: block;
	font-size: 14px;
	height: 45px;
	padding: 10px 5px 10px 5px;
	color: #585858;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	text-align: center;
}
.product-box .product-name a:hover,
.product-box .product-name a:focus{
	color:#000000;
	text-decoration:none;
}
.product-box .product-rating {
	padding: 5px 0px;
	text-align:center;
}
@media (max-width: 440px){
	.product-box .product-rating .star{
		height: 18px;
		width: 18px;
		font-size: 10px;
		padding: 1px 0px 0px 0px;
	}
}
.product-box .product-price {
	padding: 7px 0px;
	overflow: hidden;
	text-align: center;
}
.product-box .product-price span {
	display:inline-block;
	font-size: 14px;
	padding: 3px 5px;
}
.product-box .product-price .current-price{
	color: #585858;
	font-weight:bold;
}
.product-box .product-price .old-price{
	text-decoration: line-through;
	color:#F44336;
	font-size: 11px;
}
.product-box .product-price .price-group {
	overflow:hidden;
	clear:both;
	text-align:center;
}
.product-box .product-price .price-group span {
	display: inline-block;
	margin: 0px 0px;
}
.product-box .add_to_basket {
	padding: 3px 0px;	
}
.product-box .add_to_basket .btn {
	border-radius: 0px 0px 0px 0px;	
}

/***************************
Homepage Min Quantity DropUP
*****************************/
.min-qty-dropup .dropdown-menu{
	width: 100%;
	padding: 5px;
	bottom:0px;
}
.min-qty-dropup .dropdown-menu .dropdown-header{
	white-space: break-spaces;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
.min-qty-dropup .dropdown-menu label{
	display: block;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
.min-qty-dropup .dropdown-menu .qty-input{
	width: 100px;
	margin: 5px auto;
}

/***************************************
Featured Box
***************************************/
#box-featured.panel{
	box-shadow: none;
	background-color: #ffffff;
	border-radius:0px 0px 0px 0px;
}
#box-featured.panel .panel-heading{
	text-align: center;
}
#box-featured.panel .panel-body{
	padding: 5px 0px;
}
#box-featured .product-box{
	width:100%;
	float:none;
}
#box-featured .product-box .inner{
	width: 255px;
	margin-bottom:0px;
}
@media (max-width: 1199px){
	#box-featured .product-box .inner{
		width:205px;
	}
}
#box-featured .product-box .photo-wrap{
	height: 245px;
	width: 245px;
}
@media (max-width: 1199px){
	#box-featured .product-box .photo-wrap{
		height: 194px;
		width: 194px;
	}
}
#box-featured .product-box .product-name a {
	font-size: 16px;
	height: 38px;
	padding: 8px 5px 8px 5px;
}
#box-featured .product-box .product-price {
	padding: 0px 0px;
}

#box-popular {
	box-shadow:none;
}
#box-popular .panel-heading i.fa-fire {
	color: #FFC107;
}
#box-popular.panel .panel-body{
	padding: 5px 0px;
}
#box-popular .product-box{
	width:100%;
	float:none;
}
#box-popular .product-box .inner{
	width: 255px;
	margin-bottom:0px;
}
@media (max-width: 1199px){
	#box-popular .product-box .inner{
		width:205px;
	}
}
#box-popular .product-box .photo-wrap{
	height: 245px;
	width: 245px;
}
@media (max-width: 1199px){
	#box-popular .product-box .photo-wrap{
		height: 194px;
		width: 194px;
	}
}
#box-popular .product-box .product-name a {
	font-size: 16px;
	height: 38px;
	padding: 8px 5px 8px 5px;
}
#box-popular .product-box .product-price {
	padding: 0px 0px;
}

/******************************************
Sale List
******************************************/
#box-sale_items .panel-heading {
	background-color: #F44336;
	color: #ffffff;
	border-color: #f44336;	
}
#box-sale_items{
	border-color: #f44336;	
}

#related-products .product-box{
	width: 33.3333333337%;
}
@media (max-width: 667px){
	#related-products .product-box {
		width: 50%;
	}	
}
@media (max-width: 369px){
	#related-products .product-box {
		width: 100%;
	}	
}

/***************************************
	ProductBox List - boxes
***************************************/
.productbox-list{
	overflow: hidden;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}
.productbox-list li.list-group-item {
	border: 0px;
	margin: 5px 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
}
.productbox-list .product-price {
	padding:5px 0px;
	overflow:hidden;
}
.productbox-list .product-price span {
	display: inline-block;
	font-size: 11px;
	padding: 1px 3px;
}
.productbox-list .product-price .current-price{
	color: #000000;
	font-weight:bold;
}
.productbox-list .product-price .old-price{
	text-decoration: line-through;
	color: #F44336;
}

h1.product-title{
	text-align: left;
	padding-bottom: 0px;
	text-transform:uppercase;
	margin-bottom:5px;
	padding-left:0px;
	padding-right:0px;
}

/*************************************
Product :: Review score 
*************************************/
.product-reviews-block{
	display: block;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
.product-reviews-block a{
	color:#525252;
	text-decoration:underline;
	font-weight:bold;
}
.product-reviews-block .review-score-sum{
	font-size: 12px;
	padding-top: 5px;
}

/************************************
	Product :: Product Header
***********************************/
.product-header {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0px;	
}
.product-code {
	color: #7d7d7d;
	font-size: 13px;
	margin-top: 10px;
}
.stock-availability {
	display: inline-block;
	color: #585858;
	font-size: 13px;
	margin-top: 10px;
	float: right;
	padding: 1px 8px;
	border: 1px solid #585858;
	border-radius: 3px;
}
.stock-availability.unavailable {
	color:#ffc107;
	border-color: #ffc107;
}
.stock-availability.available {
	color: #4caf50;
	border-color: #4caf50;
}
.stock-availability.out-of-stock {
	color: #F44336;
	border-color: #F44336;
}
.product-short-desc{
	padding: 10px 0px;
	font-size: 12px;
	font-style: italic;
}
.product-short-desc a#scrollToDesc{
	display: inline-block;
	color: #ffffff;
	background-color: #585858;
	font-weight: normal;
	text-decoration: none;
	padding: 1px 5px;
	font-style: normal;
	font-size: 11px;
	border-radius: 2px 2px 2px 2px;
}

/************************************
	Product :: Product Options
***********************************/
.product-options{
	color: #525252;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
}
.product-options .product-options-sec{
	padding: 5px 10px 10px 10px;
	margin-bottom: 7px;
	background-color: #fff;
	border-radius: 2px 2px 2px 2px;
}
.product-options .option-title{
	font-size: 17px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #585858;
	line-height: 1.42857143;
	font-family: 'Roboto', sans-serif;
}
.radio-options .ro-label{
	display: inline-block;
	border: 1px solid #cecece;
	padding: 5px 9px;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 5px 5px 0px;
	border-radius: 2px 2px 2px 2px;	
	cursor:pointer;
}
.radio-options .ro-label:hover,.radio-options .ro-label:focus{
	border-color:#585858;
}
.radio-options .ro-label input[type="radio"]{
	margin: 3px 8px 0px 0px;
	display: inline-block;
	float: left;
}
.product-options .option-cost{
	display: inline-block;
	color: #8BC34A;
	font-size: 12px;
	margin-left: 8px;
}
.product-price-box{
	padding: 15px 15px;
	text-align: center;
	background-color: #ffffff;
	color: #585858;
	font-size: 21px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #ddd;
}
.product-price-box .price-group {
	overflow:hidden;
}
.product-price-box .price-group .old_price {
	color: #f44336;
	text-decoration: line-through;
	margin-right:10px;
}
.product-price-box .price-group .sale_price {
	color: #585858;
	font-weight: bold;
	font-size: 22px;
	margin-left: 10px;
}

.product_wrapper #quantity-error {
	background: #f44336;
	color: #FFFFFF;
	position: absolute;
	bottom: -40px;
	left: 0;
	padding: 2px 3px;
	border-radius: 2px 3px 3px 3px;
	width: 100%;
}
.product_wrapper .quantity {
	width:70px;
}

/****************************************************
Product :: Product Gallery
****************************************************/
.product-gallery-box .product-img-main {
	overflow: hidden;
	text-align: center;
	padding: 10px;
	margin-bottom:15px;
}
.product-gallery-box .product-img-main img{
	max-width:100%;
}
.product-imgs-container {
	padding-top: 10px;
	text-align:center;	
}
.product-imgs-container img{
	display:inline-block;
	max-width:100%;
	max-height:500px;
}
.lSSlideOuter{
	margin-bottom: 30px;
}
.lSSlideOuter .lSPager.lSGallery li a{
	display:block;
}
.lSSlideOuter .lSPager.lSGallery li{
	opacity:0.55;
}
.lSSlideOuter .lSPager.lSGallery img {
	max-height: 100px;
	margin:0px auto;
}
.lSSlideOuter .lSPager.lSGallery li.active, 
.lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 0px;
	opacity:1;
}

/******************************************
Product :: tabs panel group
*****************************************/
.product_tabs_panel_group .panel-default {
	box-shadow:none;
}
.product_tabs_panel_group .panel-default>.panel-heading {
	color: #ffffff;
	background-color: #ffffff;
	border: 0px;
	padding: 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
.product_tabs_panel_group .panel-default>.panel-heading a{
	display: block;
	padding: 15px 15px;
	background-color: #3c3c3c;
	color: #ffffff;
	border: 0px;
	border-radius: 0px 0px 0px 0px;
}
.product_tabs_panel_group .panel-default>.panel-heading a:hover,
.product_tabs_panel_group .panel-default>.panel-heading a:focus{
	background-color: #3c3c3c;
	color: #ffffff;
	text-decoration:none;
}
.product_tabs_panel_group .panel-default>.panel-heading a.collapsed{
	color: #ffffff;
	background-color: #585858;
}
.product_tabs_panel_group .panel-default>.panel-heading a .fa-plus{
	display:none;
}
.product_tabs_panel_group .panel-default>.panel-heading a .fa-minus{
	display:inline-block;
}
.product_tabs_panel_group .panel-default>.panel-heading a.collapsed .fa-plus{
	display:inline-block;
}
.product_tabs_panel_group .panel-default>.panel-heading a.collapsed .fa-minus{
	display:none;
}
.product_tabs_panel_group .panel-default>.panel-heading a.collapsed:hover,
.product_tabs_panel_group .panel-default>.panel-heading a.collapsed:focus{
	color: #ffffff;
	background-color: #3c3c3c;
}
.product_tabs_panel_group .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top:0px;
}

/**************************************
Product :: Reviews
***********************************/
.panel-reviews {
	border: 0px;
	box-shadow: none;
}
.panel-reviews .panel-heading{
	color: #ffffff;
	background-color: #585858;
	border: 0px;
	border-radius: 2px 2px 2px 2px;
	padding: 15px 15px 15px 15px;
	font-size: 16px;
}
.panel-reviews .review-panel {
	background-color: #ffffff;
	border: 1px solid#dddddd;
	border-radius: 3px 3px 3px 3px;
	color: #525252;
	text-align: center;
	overflow: hidden;
}
.panel-reviews .review-panel .panel-heading{
	background-color: #ffffff;
	color: #2a3b4a;
	border: 0px;
	font-size: 14px;
	font-weight:bold;
	padding: 10px 15px;
	text-align:center;
}
.panel-reviews .review-panel .panel-body{
	padding-top:0px;
}
.panel-reviews .review-panel .review-content{
	color: #525252;
	font-size: 12px;
	margin-top: 12px;
	text-align:center;
}
.panel-reviews .review-panel .panel-footer{
	background-color: #ffffff;
	color: #525252;
	border:0px;
	font-size: 12px;
	text-align:center;
}
.panel-reviews .review-panel .panel-footer img.th{
	display:inline-block;
	width: 28px;
	height: 28px;
	border-radius: 14px 14px 14px 14px;
	margin: -5px 10px 0px 0px;
}

#element-reviews .reviews-nav {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pagination_reviews.pagination_top{
	display:inline-block;
	margin-left:10px;
}
.pagination_reviews.pagination_top .pagination {
	margin: 0px 0px;
}

/***********************************
Pagination
***********************************/
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #b5b5b5;
	cursor: not-allowed;
	background-color: #f1f1f1;
	border-color: #c1c1c1;
}
.pagination>li>a,
.pagination>li>span {
	color: #525252;
	border-width: 1px;
	border-color: #c1c1c1;
	border-radius: 0px 0px 0px 0px;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #585858;
	background-color: #c1c1c1;
	border-color: #c1c1c1;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span{
	border-radius: 2px 0px 0px 2px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span{
	border-radius: 0px 2px 2px 0px;
}

/* Split Pagination */
.split-pagination .pagination{
	display: block;
	overflow:hidden;
}
.split-pagination .pagination .previous-page{
	float:left;
}
.split-pagination .pagination .next-page{
	float:right;
}

/***********************************
Account Page
**********************************/
.account-menu-blocks {
	clear:both;
	overflow:hidden;	
}
.account-menu-blocks li {
	display:block;
	width: 50%;
	float:left;
	margin-bottom: 20px;
	min-height: 50px;
}
.account-menu-blocks li a {
	display: block;
	position:relative;
	height:48px;
	margin: 10px 10px;
	color: #585858;
	border:1px solid #585858;
	background-color: #ffffff;
	font-size: 12px;
	overflow: hidden;
}
.account-menu-blocks li a:hover,
.account-menu-blocks li a:focus{
	text-decoration:none;
	color: #ffffff;
	border-color:#585858;
	background-color:#4a4a4a;
}
.account-menu-blocks li .menu-icon{
	display: block;
	font-size: 24px;
	height: 46px;
	width: 46px;
	float: left;
	text-align: center;
	background-color: #585858;
	color:#ffffff;
	padding: 5px 0px;
	margin:0px 0px 0px 0px;
}
.account-menu-blocks li a:hover .menu-icon,
.account-menu-blocks li a:focus .menu-icon{
	background-color: #585858;
	color:#ffffff;
}
.account-menu-blocks li .menu-title{
	display: block;
	font-size: 16px;
	text-align: left;
	padding: 11px 0px 11px 15px;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}
@media (max-width: 650px){
	.account-menu-blocks li {
		width: 100%;
		margin-bottom:10px;
	}
}

/*************************************
Addressbook
*************************************/
.addressbook-panel {
	border: 1px solid #dddddd;
	border-radius: 2px 2px 2px 2px;
}
.addressbook-panel .panel-heading {
	font-weight: bold;
	border-color: #dddddd;
}
.addressbook-panel .panel-footer{
	background-color: #fff;
}
.addressbook-panel .panel-footer{
	border-color:#dddddd;
}
@media (max-width: 767px){
	.addressbook-panel .address-badges,
	.addressbook-panel .address-data {
		width: 50%;
	}
}
@media (max-width: 599px){
	.addressbook-panel .address-badges,.addressbook-panel .address-data {
		width: 100%;
		text-align:center
	}
}
.addressbook-panel .address-badges .badge{
	display: block;
	margin: 10px 0px;
	text-align: left;
	padding: 5px 10px;
	border: 1px solid #585858;
	color: #ffffff;
	background-color: #585858;
	font-weight: normal;
	position: relative;
	border-radius: 5px 0px 0px 5px;
}
.addressbook-panel .address-badges .badge i {
	display: inline-block;
	position: absolute;
	top: -3px;
	right: -8px;
	background-color: #ffffff;
	padding: 8px;
	height: 28px;
	color: #595959;
	border: 1px solid #585858;
	width: 28px;
	border-radius: 5px;
	text-align: center;
}

/**********************************************
categories
***********************************************/
.category_wrapper .content-title {
	margin-bottom:5px;
}
.cat-hdr-img img {
	margin: 0px auto 5px auto;	
}
.cat-desc {
	padding: 10px 10px;
	color: #525252;
	font-size: 14px;
	margin: 10px 0px;
}
.cat-desc p {
	margin: 3px 0px 3px 0px;
}
@media (max-width: 767px){
	.cat-desc {
		font-size: 12px;
	}
}

/**************************************
Cat Filter
**************************************/
.cat-filter{
	padding: 0px 0px 0px 5px;
}
.cat-filter .dropdown-menu{
	padding: 0px;
	border: 1px solid #4c4b4b;
	border-radius: 0px 0px 0px 0px;
	min-width: 220px;
	background-color: #585858;
	background-clip: unset;
}
.cat-filter .dropdown-menu li{
	border: 2px solid #4c4b4b;
	margin: 2px 2px 0px 2px;
}
.cat-filter .dropdown-menu li:last-child{
	border: 2px solid #4c4b4b;
	margin: 2px 2px 2px 2px;
}
.cat-filter .dropdown-menu li a{
	display: block;
	padding: 7px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #585858;
	color: #ffffff;
	text-transform: uppercase;
}
.cat-filter .dropdown-menu li a:hover,
.cat-filter .dropdown-menu li a:focus,
.cat-filter .dropdown-menu li a:active{
	color:#ffffff;
	background-color:#525252;
}
.cat-filter .dropdown-menu li a .badge{
	background-color: #ffffff;
	color: #484848;
	font-weight: normal;
}

.cat-sorting{
	padding: 10px 0px;
	margin-bottom: 10px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.cat-sorting #product_sort{
	display: inline-block;
	width: 215px;
	margin-left: 0px;
}
.cat-sorting .sortingOpts .btn{
	margin-top: 0px;
	margin-bottom: 0px;
}
.cat-sorting .sortingOpts .dropdown-menu{
	padding: 10px 10px;
	border: 1px solid #dddddd;
	border-radius: 0px 0px 0px 0px;
}
.cat-sorting .cat-total {
	padding: 7px 0px;	
}

/**********************************
Sub Cat List 
***********************************/
.altern-cats {
	margin-top:15px;
	text-align:left;
}
.altern-cats li,
.altern-cats li:first-child,
.altern-cats li:last-child {
	padding:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
}
.altern-cats li{
	width:100%;
	display:inline-block;
	border:0px;
}
.altern-cats a {
	display:block;
	padding: 10px 10px;
	border:1px solid #ddd;
	margin: 0px 0px 5px 0px;
	overflow:hidden;
}
.altern-cats a:hover,
.altern-cats a:focus{
	box-shadow: 0px 0px 5px 1px #cacaca;
	text-decoration:none;
}
.altern-cats a .acname {
	display: block;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    color: #585858;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-align: center;
}

/************************************
Product list layout - list view
************************************/
.product_list {
	display: block;
	padding: 15px 5px;
	margin: 0px 0px;
	list-style:none;
	overflow:hidden;
}
.product_list .prd_toggle{
	display:none;
}
.product_list li.product_list_item {
	margin-bottom: 25px;
	overflow: hidden;
	border-bottom:1px solid #e3e3e3;
	box-shadow: -4px -2px 20px 0px #f1efef;
}
.product_list li.product_list_item .product_list_item_wrapper {
	position: relative;
	padding: 15px 15px 25px 15px;
	overflow: hidden;
	background-color: #FFFFFF;

}
.product_list li.product_list_item .product_image_wrapper {
	width: 25%;
	float:left;
	position:relative;
}
.product_list li.product_list_item .product_image_wrapper a.th{
	display:block;
}
.product_list .product_availability {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 7px 7px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	background-color: #F44336;
	z-index: 99;
}
.product_list li.product_list_item .product_image_wrapper .product_image_grid {
	display:none;
}
.product_list li.product_list_item .product_image_wrapper .product_image_list{
	max-height: 170px;
	max-width: 100%;
	margin: 0px auto;
	display: block;
}
.product_list li.product_list_item .product_image_wrapper:hover,
.product_list li.product_list_item .product_image_wrapper:focus{
	opacity: 0.7;
	transition: all 0.5s ease 0s;
}
.product_list li.product_list_item .product_info{
	width:75%;
	float:left;
	position:relative;
}
.product_list li.product_list_item .pr_name{
	margin: 0px;
	padding: 10px 5px 5px 10px;
	font-size: 14px;
}
.product_list li.product_list_item .pr_name.lv_name{
	display:block;
}
.product_list li.product_list_item .pr_name.gv_name{
	display:none;
}
.product_list li.product_list_item .pr_name a{
	color: #585858;
}
.product_list li.product_list_item .pr_name a:hover,
.product_list li.product_list_item .pr_name a:focus{
	color: #000000;
	text-decoration:none;
}
.product_list li.product_list_item .pr_score{
	padding: 0px 5px 5px 10px;
}
.product_list li.product_list_item .pr_description{
	padding: 5px 5px 5px 10px;  
}
.product_list li.product_list_item .product_pricing{
	padding: 15px 10px;
}
.product_list li.product_list_item .product_pricing span {
	display: block;
	color: #585858;
	font-weight: bold;
	font-size: 16px;
	margin: 0px 5px 3px 0px;
	float:right;
}
.product_list li.product_list_item .product_pricing span.old_price{
	color: #F44336;
	font-size: 12px;
	text-decoration: line-through;
}
.product_list .btn{
	border-radius: 0px 0px 0px 0px;
}
.product_list .add_to_basket{
	display:block;
	overflow:hidden;
}
.product_list .add_to_basket .btn{
	border-radius: 0px 0px 0px 0px;
	display:block;
	float:right;
	width:auto;
}
.product_list .more_info{
	display:none;
}
.product_list li.product_list_item .pr_description_ab{
	display:none;
}
@media (max-width: 640px){
	.product_list li.product_list_item .product_list_item_wrapper {
		padding: 5px 5px 25px 5px;
	}
	.product_list li.product_list_item .product_image_wrapper {
		width: 35%;
	}
	.product_list li.product_list_item .product_info{
		width: 65%;
	}
	.product_list li.product_list_item .product_image_wrapper .product_image_list{
		max-height: 150px;
	}
	.product_list li.product_list_item .pr_name {
		padding: 5px 5px 5px 10px;
		font-size: 14px;
	}
	.product_list li.product_list_item .star{
		height: 18px;
		width: 18px;
		font-size: 10px;
		padding: 1px 0px 0px 0px;
	}	
	.product_list li.product_list_item .pr_score .pr_info {
		display:none;
	}
	.product_list li.product_list_item .pr_description {
		padding: 0px 5px 5px 10px;
		font-size: 12px;
	}
	.product_list li.product_list_item .product_pricing {
		padding: 5px 10px;
	}
	.product_list li.product_list_item .product_pricing span{	
		padding: 1px 7px;
	}
}
@media (max-width: 460px){
	.product_list li.product_list_item .pr_description {
		display:none;
	}
	.product_list li.product_list_item .product_pricing span{	
		float:left;
	}
}

/***********************************
Product list - grid view 
***********************************/
.product_list.grid_view {}
.product_list.grid_view .prd_toggle{
	display: inline-block;
	position: absolute;
	top: 3px;
	right: 3px;
	height: 24px;
	width: 24px;
	background-color: #585858;
	color: #ffffff;
	padding: 2px 3px;
	text-align: center;
	border-radius: 13px;
	z-index: 10;
}
.product_list.grid_view .prd_toggle:hover,.product_list.grid_view .prd_toggle:focus{
	background-color: #484848;
	color: #ffffff;	
	text-decoration:none;
}
.product_list.grid_view .prd_toggle_in_close{
	display: block;
	color:#585858;
	padding: 4px 7px;
	border-radius: 3px;
	margin:0px 0px 5px 5px;
}
.product_list.grid_view li.product_list_item{
	border-bottom:0px;
}
.product_list.grid_view li.product_list_item .pr_description_ab{
	display:block;
	position: absolute;
	top: -1px;
	background-color: rgba(88, 88, 88, 0.68);
	color: #ffffff;
	padding: 5px 5px;
	bottom: 0px;
	margin: 0px;
	text-align: center;
	width: 100%;
	font-size: 14px;
}
.product_list.grid_view li.product_list_item {
	width:33%;
	float:left;
	overflow: hidden;
}
@media (max-width: 1199px){
	.product_list.grid_view li.product_list_item {
		width:33.33333%;
	}
}
@media (max-width: 767px){
	.product_list.grid_view li.product_list_item {
		width:50%;
	}
}
@media (max-width: 490px){
	.product_list.grid_view li.product_list_item {
		width:100%;
		float:none;
	}
}
.product_list.grid_view li.product_list_item .product_list_item_wrapper {
	border:0px;
	padding: 10px 0px 0px 0px;
	margin: 0px 10px 5px 10px;
}
@media (max-width: 490px){
	.product_list.grid_view li.product_list_item .product_list_item_wrapper {
		margin: 0px 2px 5px 2px;
	}
}
.product_list.grid_view li.product_list_item .product_image_wrapper .product_image_list{
	display:none;
}
.product_list.grid_view li.product_list_item .product_image_wrapper{
	width:100%;
	float:none;
}
.product_list.grid_view li.product_list_item .product_image_wrapper .product_image_grid {
	display:block;
	text-align: center;
	position: relative;
	height: 300px;
	width: 300px;
	overflow: hidden;
	margin: 0px auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;	
	-webkit-background-size: contain;	
	-moz-background-size: contain;	
	-o-background-size: contain;	
}
@media (max-width: 1199px){
	.product_list.grid_view li.product_list_item .product_image_wrapper .product_image_grid {
		height: 275px;
		width: 275px;
	}	
}
@media (max-width: 991px){
	.product_list.grid_view li.product_list_item .product_image_wrapper .product_image_grid {
		height: 200px;
		width: 200px;
	}
}
@media (max-width: 767px){
	.product_list.grid_view li.product_list_item .product_image_wrapper .product_image_grid {
		height: 270px;
		width: 270px;
	}	
}
@media (max-width: 660px){
	.product_list.grid_view li.product_list_item .product_image_wrapper .product_image_grid {
		height: 230px;
		width: 230px;
	}	
}
@media (max-width: 560px){
	.product_list.grid_view li.product_list_item .product_image_wrapper .product_image_grid {
		height: 190px;
		width: 190px;
	}	
}
@media (max-width: 490px){
	.product_list.grid_view li.product_list_item .product_image_wrapper .product_image_grid {
		height: 250px;
		width: 250px;
	}
}

.product_list.grid_view li.product_list_item .product_info {
	width: 100%;
	float: none;
}
.product_list.grid_view li.product_list_item .pr_name{
	padding:0px;
	text-align:center;
}
.product_list.grid_view li.product_list_item .pr_name.lv_name{
	display:none;
}
.product_list.grid_view li.product_list_item .pr_name.gv_name{
	display:block;
}
.product_list.grid_view li.product_list_item .pr_name a{
	display: block;
	font-size: 14px;
	height: 50px;
	padding: 10px 10px;
	white-space: pre-line;
	color: #3a3a3a;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
@media (max-width: 767px){
	.product_list.grid_view li.product_list_item .pr_name a{
		font-size:14px;
	}	
}
.product_list.grid_view li.product_list_item .pr_score {
	padding: 4px 10px 8px 10px;
	text-align: center;
}
.product_list.grid_view li.product_list_item .pr_score .pr_info{
	display:none;
}
.product_list.grid_view li.product_list_item .pr_description{
	display:none;
}
.product_list.grid_view li.product_list_item .product_pricing{
	padding: 5px 0px;
	text-align:center;
	height: 36px;
	overflow: hidden;
	background-color: #ebebeb;
}
.product_list.grid_view li.product_list_item .product_pricing span{
	display:block;
	text-align:center;
	float:none;
	margin: 0px;
	padding: 3px 10px;
	font-size: 14px;
}
.product_list.grid_view li.product_list_item .product_pricing .old_price {
	display:inline-block;
	font-weight:normal;
}
.product_list.grid_view li.product_list_item .product_pricing .sale_price {
	display:inline-block;
}
.product_list.grid_view .add_to_basket{
	padding:5px 0px 5px 0px;
}
.product_list.grid_view .add_to_basket .btn{
	border-radius: 0px 0px 0px 0px;
	display:block;
	float:none;
	width:100%;
}
.product_list.grid_view .more_info{
	display:block;
	padding:5px 5px;
	text-align:center;
	margin:0px 0px 5px 0px;
}

/***************************
Category Min Quantity DropUP
*****************************/
.product_list .add_to_basket{
	overflow:unset;
}
.product_list .add_to_basket{
	 display:block;
}
.product_list.grid_view .add_to_basket{
	display:none;
}
.product_list .add_to_basket.atb_2{
	display:none;
}
.product_list.grid_view .add_to_basket.atb_2{
	display:block;
}
.product_list .add_to_basket .error{
	display: block;
	float: right;
	width: 100%;
	text-align: right;
}
.product_list .add_to_basket .form-control.error{
	text-align: center;
}
.product_list.grid_view li.product_list_item .pr_description_ab{
	z-index:99;
}
.cat-min-qty-dropup .dropdown-menu{
	width: 100%;
	padding: 5px;
	bottom:0px;
}
.cat-min-qty-dropup .dropdown-menu .dropdown-header{
	white-space: break-spaces;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
.cat-min-qty-dropup .dropdown-menu label{
	display: block;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
.cat-min-qty-dropup .dropdown-menu .qty-input{
	width: 100px;
	margin: 5px auto;
}

/****************************************
Loading Block
****************************************/
.loading-block{
	padding: 25px 25px;
	font-size: 18px;
}

/*****************************************
Gateway Transfer
*****************************************/
.gateway-transfer-block{
	padding: 50px 100px;
}
.gateway-transfer-block .gt_message{
	font-size: 16px;
	padding: 10px 10px;
	margin:0px;
}
.gateway-transfer-block .gt_icon{
	font-size: 26px;
	padding: 10px 10px;
}

#gw_colorbox_modal .modal-body{
	text-align:center;
}
#gw_colorbox_modal .modal-body img{
	display:inline-block;
	max-width:100%;
}

/*********************************************
Order Receipt
*********************************************/
.order-receipt-content .receipt-head{
	margin-bottom: 15px;
}
.order-receipt-content .receipt-head .receipt-head-sec{
	border: 1px solid #dddddd;
	margin-left: -1px;
	background-color: #fff;
}
.order-receipt-content .receipt-head .receipt-head-sec:first-child{
	margin-left:0px;
}
.order-receipt-content .receipt-head .receipt-head-sec .receipt-head-sec-title{
	font-size: 16px;
	padding: 5px 0px;
	border-bottom: 1px solid #dddddd;
	font-weight: bold;	
}
.order-receipt-content .receipt-head .receipt-head-sec .receipt-head-sec-content{
	font-size: 14px;
	padding: 5px 0px;
}
@media (max-width: 767px){
	.order-receipt-content .receipt-head .receipt-head-sec{
		margin: -1px 0px 0px 0px;
	}
	.order-receipt-content .receipt-head .receipt-head-sec .receipt-head-sec-title{
		font-size: 14px;
		padding: 3px 0px;
		border-bottom: 0px solid #dddddd;
		font-weight: bold;	
		width:50%;
		float:left;
		text-align:left;
	}
	.order-receipt-content .receipt-head .receipt-head-sec .receipt-head-sec-content{
		font-size: 14px;
		padding: 3px 0px 3px 0px;
		width:50%;
		float:left;
		text-align:left;
	}	
}
@media (max-width: 460px){
	.order-receipt-content .receipt-head .receipt-head-sec .receipt-head-sec-title{
		font-size: 14px;
		padding: 3px 0px;
		width:100%;
		float:none;
		text-align:center;
	}
	.order-receipt-content .receipt-head .receipt-head-sec .receipt-head-sec-content{
		font-size: 12px;
		padding: 0px 0px 3px 0px;
		width:100%;
		float:none;
		text-align:center;
	}	
}
.order-receipt-content .order_status_block .status_text {
	color: #4a4a4a;
}
.order-receipt-content .order_status_block.stat_1 .status {
	color: #a2a2a2;
}
.order-receipt-content .order_status_block.stat_2 .status {
	color:#eda889;
}
.order-receipt-content .order_status_block.stat_3 .status {
	color: #78d48f;
}
.order-receipt-content .order_status_block.stat_4 .status,
.order-receipt-content .order_status_block.stat_5 .status,
.order-receipt-content .order_status_block.stat_6 .status {
	color:#F04124;
}

@media (max-width: 767px){
	.ri-billing-col,.ri-delivery-col{
		width:50%;
		float:left;
		text-align:center;
	}
	.order-receipt-content h3{
		font-size:18px;
	}
	.ri-delivery-sec .delivery-block{
		width: 33.333333367%;
		float:left;
		text-align:center;
	}
}
@media (max-width: 520px){
	.ri-billing-col,.ri-delivery-col{
		width:100%;
	}
	.order-receipt-content h3{
		font-size:18px;
	}
	.ri-delivery-sec .delivery-block{
		width: 100%;
	}
}
.order-receipt-content .order-product-list .ri-item {
	border-color: #dddddd;
	border-width: 1px;
	margin-top: 0px;
	margin-bottom: 5px;
	border-radius: 2px 2px 2px 2px;
}
.order-receipt-content .order-product-list .ri-item .ri-options{
	font-size:12px;
}
.order-receipt-content .order-product-list .ri-item .ri-price{
	display: block;
	padding: 20px 10px;
	float: right;
}
.order-receipt-content .order-product-list .ri-item .ri-col-1 .ri-quantity{
	display:block;
}
.order-receipt-content .order-product-list .ri-item .ri-col-2 .ri-quantity{
	display:none;
}
@media (max-width: 520px){
	.order-receipt-content .order-product-list .ri-item .ri-col-1{
		width:100%;
	}
	.order-receipt-content .order-product-list .ri-item .ri-col-1 .ri-quantity{
		display:none;
	}
	.order-receipt-content .order-product-list .ri-item .ri-col-2{
		width:100%;
		overflow:hidden;
		clear:both;
		border-top:1px solid #dddddd;
		margin-top:5px;
	}
	.order-receipt-content .order-product-list .ri-item .ri-col-2 .ri-quantity{
		display:inline-block;
		float:left;
		padding: 10px 5px 0px 5px;
	}
	.order-receipt-content .order-product-list .ri-item .ri-price{
		display: inline-block;
		padding: 10px 5px 0px 5px;
		text-align: center;
		float:right;
	}
}
.order-receipt-content .table-bordered>tbody>tr>td,
.order-receipt-content .table-bordered>tbody>tr>th,
.order-receipt-content .table-bordered>tfoot>tr>td,
.order-receipt-content .table-bordered>tfoot>tr>th,
.order-receipt-content .table-bordered>thead>tr>td,
.order-receipt-content .table-bordered>thead>tr>th {
	border: 1px solid #dddddd;
	background-color: #ffffff;
	color: #525252;
}
.order-receipt-content hr{
	border-top: 2px solid #dddddd;
}
.order-receipt-content .table-bordered>tbody>tr.ri-total-row>td {
	border: 1px solid #dddddd;
	background-color: #ffffff;
	color: #525252;
	font-weight:bold;
}
.order-receipt-content .table-bordered>tbody>tr.ri-discount-row{
	color: #F44336;
}

/***************************************
Downloads 
***************************************/
.downloads-list li.dwnld-item{
	width:25%;
	float:left;
	margin-bottom:20px;
	min-height: 275px;
}
.downloads-list li.dwnld-item .dwnld-item-block{
	margin: 5px 5px;
	border: 1px solid #dddddd;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 1px 1px 2px #eaeaea;
	background-color:#ffffff;
}
.downloads-list li.dwnld-item .dwnld-item-block .dwnld-item-img{
	padding: 10px 0px;
	text-align:center;
	font-size:40px;
	border-bottom:1px solid #dddddd;
}
.downloads-list li.dwnld-item .dwnld-item-block .dwnld-item-details{
	list-style:none;
	margin:0px;
	padding:0px;
	position:relative;
}
.downloads-list li.dwnld-item .dwnld-item-block .dwnld-item-details li{
	font-size: 12px;
	padding: 7px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center;
	min-height:31px;
}
.downloads-list li.dwnld-item .dwnld-item-block.deleted .dwnld-item-details li.dwnld-item-name span{
	display: block;
	height: 100%;
	top: 0px;
	left: 0;
	width: 100%;
	padding: 15px;
	position: absolute;
	background: #f3f3f3;
	background: rgba(210, 210, 210, 0.54);
	white-space: normal;
	color: #2b2b2b;
	font-weight: normal;
	font-size: 14px;	
}
.downloads-list li.dwnld-item .dwnld-item-block .dwnld-item-details li .btn {
	font-weight:normal;
	font-size:12px;
}
@media (max-width: 767px){
	.downloads-list li.dwnld-item{
		width:33.3333333367%;
	}
}
@media (max-width: 567px){
	.downloads-list li.dwnld-item{
		width:50%;
	}
}
@media (max-width: 400px){
	.downloads-list li.dwnld-item{
		width:100%;
		min-height: 250px;
	}
}

/************************************
Checkout Progress Bar
********************************** */
.checkout-progress-wrapper {
	background-color: transparent;
	color: #525252;
	margin: 20px 15px;
	margin-bottom: 10px !important;
	padding: 10px 0px;
	border-top: 1px solid #585858;
	border-bottom: 1px solid #585858;
}
.checkout-progress-wrapper li{
	padding: 0px 5px;
}
.checkout-progress-wrapper li:first-child{
	padding: 0px 0px 0px 0px;
}
.checkout-progress-wrapper li:last-child{
	padding: 0px 0px 0px 0px;
}
.checkout-progress-wrapper li a{
	display: block;
	padding: 10px 10px;
	text-align: center;
	color:#525252;
	background-color:#ffffff;
	border-radius: 2px 2px 2px 2px;
}
@media (max-width: 400px){
	.checkout-progress-wrapper li a{
		padding: 7px 6px;
		font-size: 12px;
	}
}
.checkout-progress-wrapper li a:hover,
.checkout-progress-wrapper li a:focus{
	color:#525252;
	background-color:#ffffff;
	text-decoration:none;
}
.checkout-progress-wrapper li.current a,
.checkout-progress-wrapper li.current a:hover,
.checkout-progress-wrapper li.current a:focus{
	color: #FFFFFF;
	background-color: #585858;
}

/********************************************
Checkout items
*******************************************/
.checkout-item{
	overflow: hidden;
	border: 1px solid #dddddd;
	padding: 15px;
	margin-bottom: -1px;
	background-color:#FFFFFF;
}
.checkout-item .item-thumb {
	text-align:center;
}
.checkout-item .item-thumb a{
	display:inline-block;
}
.checkout-item .item-thumb img{
	display:block;
	max-width: 50px;
}
.checkout-item .item-details .item_options {
	font-size:10px;
	margin-bottom:0px;
}
.checkout-item .item-quant {
	text-align:center;
	padding-top: 13px;
	padding-bottom: 13px;
}
.checkout-item .item-quant a {
	font-size: 16px;
	margin: 0px 3px;
}
.checkout-item .item-quant #quant_display{
	display: inline-block;
	width: 30px;
	text-align: center;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	color: #000000;
	border-radius: 2px 2px 2px 2px;
}
@media (max-width: 767px){
	.checkout-item .item-quant {
		padding-top:0px;
		padding-bottom:0px;
		text-align:right;
	}
	.checkout-item .item-quant a.subtract {
		font-size: 14px;
		margin: 0px 3px 0px 0px;
	}
	.checkout-item .item-quant a.add {
		font-size: 14px;
		margin: 0px 0px 0px 3px;
	}
}
.checkout-item .item-tprice {
	text-align:right;
	padding-top: 13px;
	padding-bottom: 13px;
}
.checkout-item .item-remove a{
	color: #F44336;
	font-size:10px;
}
@media (max-width: 520px){
	.checkout-item{
		padding-bottom:0px;
	}
	.checkout-item .ci-col-1,.checkout-item .ci-col-2{
		width:100%;
		float:none;		
	}
	.checkout-item .ci-col-2{
		margin-top: 10px;
		border-top:1px solid #dddddd;
	}
	.checkout-item .item-quant,.checkout-item .item-tprice{
		width: 50%;
		text-align:right;
		padding-top:15px;
		padding-bottom:15px;
	}
	.checkout-item .item-quant {
		text-align:left;
	}
}
.table-bordered.basket-totals-table>tbody>tr>td,
.table-bordered.basket-totals-table>tbody>tr>th,
.table-bordered.basket-totals-table>tfoot>tr>td,
.table-bordered.basket-totals-table>tfoot>tr>th,
.table-bordered.basket-totals-table>thead>tr>td,
.table-bordered.basket-totals-table>thead>tr>th {
	border: 1px solid #dddddd;
	background-color: #ffffff;
	color: #525252;
}
.table-bordered.basket-totals-table a{
	color: #525252;
	text-decoration:underline;
	font-weight:bold;
}
.table-bordered.basket-totals-table tr.checkout-total-row>td {
	border: 1px solid #585858;
	background-color: #585858;
	color: #ffffff;
	font-weight: normal;
	font-size: 18px;
}
.table-bordered.basket-totals-table tr.checkout-discount-row>td{
	color: #F44336;
}
.gateway-list li.list-group-item:last-child{
	border-bottom:0px;
}

.checkout-tc input[type="checkbox"]{
	float:left;
	margin-top: 7px;
}
.checkout-tc label{
	font-weight:normal;
	display: block;
	margin:3px 0px;
}
.checkout-tc #error_terms_agree {
	display:block;
	overflow:hidden;
	clear:both;
}

.checkout-controls .cc-btn-col .cc-btn-1{
	float:left;
}
.checkout-controls .cc-btn-col .cc-btn-2{
	float:none;
}
.checkout-controls .cc-btn-col .cc-btn-3{
	float:right;
}
@media (max-width: 767px){
	.checkout-controls .cc-btn-col {
		width:33.33333367%;
	}	
}
@media (max-width: 620px){
	.checkout-controls .cc-btn-col.cc-btn-col-1{
		width:50%;
	}
	.checkout-controls .cc-btn-col.cc-btn-col-2{
		width:50%;
	}
	.checkout-controls .cc-btn-col.cc-btn-col-3{
		width:100%;
		margin:15px 0px 5px 0px;
		padding-top:10px;
		border-top:1px solid #dddddd;
	}
	.checkout-controls .cc-btn-col .cc-btn-1{
		float:none;
		display:block;
		width:100%;
		margin:5px 0px;
	}
	.checkout-controls .cc-btn-col .cc-btn-2{
		float:none;
		display:block;
		width:100%;
		margin:5px 0px;
	}
	.checkout-controls .cc-btn-col .cc-btn-3{
		float:none;
		display:block;
		width:100%;
		margin:5px 0px;
		padding: 15px;
	}	
}
@media (max-width: 400px){
	.checkout-controls .cc-btn-col.cc-btn-col-1{
		width:100%;
	}
	.checkout-controls .cc-btn-col.cc-btn-col-2{
		width:100%;
	}	
}
@media (max-width: 550px){
	.reg-xxs-col {
		width:100%;
	}
}

/***************************************
Order History
**************************************/
.order-panel {
	border: 1px solid #dddddd;
	border-radius: 0px;
	box-shadow: 0px 1px 1px 1px #e3e3e3;
}
.order-panel .panel-heading{
	position: relative;
	background-color: #ffffff;
	color: #6f6f6f;
	border-radius: 0px;
	border-bottom: 1px solid #ddd;
	height: 41px;
	margin: 0px 5px;
	padding: 10px 10px;
	font-weight: bold;
}
.order-panel .panel-heading span.badge{
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 4px;
	padding: 8px 9px;
	font-size: 12px;
	font-weight: normal;
	border-radius: 1px 1px;
	background: #e8e8e8;
	color: #545454;
	height: 28px;
}
.order-panel .panel-footer{
	padding: 5px 0px;
	background-color: #fff;
	border-color: #dddddd;
	margin: 0px 5px;
}
.order-panel .order-options{
	overflow:hidden;
	margin:0px;
}
.order-panel .order-options li{
	float:right;
}
.order-panel .order-options li .btn{
	margin-left:5px;
}
@media (max-width: 520px){
	.order-panel {font-size:12px;}
	.order-panel .panel-heading{height: 36px;}
	.order-panel .panel-heading span.badge{padding: 6px 5px;height: 24px;}
}
@media (max-width: 570px){
	.order-panel .order-options li{float:none;}
	.order-panel .order-options li a{display:block;text-align:center;margin:0px 0px 3px 0px; padding: 5px 5px;}
}

/**************************************************
Adv Search
**************************************************/
.search-manufacturers-grid {
	overflow:hidden;
	clear:both;
}
.search-manufacturers-grid li {
	display: block;
	margin-bottom: 5px;
}
.search-manufacturers-grid li input[type="checkbox"]{
	margin: 3px 7px 5px 0px;
	display: block;
	float: left;
}
.search-manufacturers-grid li label{
	display: block;
	font-weight: normal;
	font-size: 14px;
	border: 1px solid #cccccc;
	padding: 5px 7px;
	border-radius: 2px 2px 2px 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor:pointer;
}
.search-manufacturers-grid li label:hover,
.search-manufacturers-grid li label:focus {
	border-color:#585858;
}

.search-manufacturers-grid li label.active {
	border-color:#585858;
	color:#ffffff;
	background-color:#585858;
}

/*************************************
Error Block
*************************************/
.error_block {
	padding: 80px 0px;	
}
.error_block .block_icon {
	font-size: 70px;
}
.error_block h2 {
	font-size: 28px;
}
.error_block p {
	color: #949494;
}

/*************************************
Footer
*************************************/
.page-footer {
	background-color: #585858;
	padding: 20px 0px;
	margin-top: 30px;
}
.page-footer a {
	color:#ffffff;
}
.page-footer .panel-default {
	border:0px;
	background:#585858;
	color:#FFFFFF;
	box-shadow:none;
}
.page-footer .panel-default>.panel-heading{
	background-color: #585858;
	color: #ffffff;
	border-color: #ffffff;
	border-width: 2px;
	padding: 15px 0px;
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
	margin:0px 0px 0px 0px;
}
.page-footer .panel .list-group-item{
	background-color: #585858;
	border-color: #585858;
	padding-left: 0px;
	padding-right:0px;
	border-radius: 0px;
}

.element-social .panel{
	margin-bottom:10px;
}
.element-social .panel .list-group{
	overflow:hidden;
	padding-top:10px;
}
.element-social .panel .list-group li.list-group-item{
	display:inline-block;
	float:left;
	border:0px;
	text-align:center;
	padding:0px 0px;
	margin: 5px 5px;
}
.element-social .panel .list-group li.list-group-item a{
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 23px;
	padding: 6px 9px;
	background-color: #4c4b4b;
	color: #ffffff;
	border-radius: 3px;
	text-align: center;
}

#prefs-list-fc a.parent-link {
	display: inline-block;
	background-color: #4CAF50;
	padding: 5px 10px;
	border-radius: 3px 3px 3px 3px;
	font-size: 12px;
	text-decoration: none;	
}
#prefs-list-fc .dropdown-menu{
	padding:0px 0px 0px 0px;	
}
#prefs-list-fc .dropdown-menu a{
	padding:10px 10px 10px 10px;	
}
#prefs-list-fc .dropdown-menu li.active a{
	background-color:#424242;
}

#prefs-list-fc .dropdown-menu li.active i{
	color: #8BC34A;
	font-size: 18px;
	margin-left:10px;
}

.page-footer .panel-body.in,.page-footer .list-group.in{
	display:block!important;
}
@media (max-width: 767px){
	.page-footer .panel-body,.page-footer .list-group{
		display:none;
	}
}

.footer-copyright {
	padding: 10px 10px;
	background-color: #424242;
	color: #ffffff;
	font-size: 12px;
}
.footer-copyright p{
	margin-bottom:0px;
}
.footer-copyright a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

/*****************************************
Chosen Select Overrides
*****************************************/
.chosen-container{
	display:block;
}
.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text;
	border-radius: 3px 3px 3px 3px;
	border-color: #dddddd;
	padding: 7px 15px;
	box-shadow: inset 0px 0px 3px 1px #f5f5f5;
}
.chosen-container .chosen-results li.highlighted {
	background-image: none;
	background-image: none;
	background-color: #e3e3e3;
	color: #535353;
}
.chosen-container-multi .chosen-choices li.search-choice {
	padding: 6px 20px 6px 7px;
	border: 1px solid #585858;
	border-radius: 2px;
	background-color: #585858;
	background-image: none;
	background-image: none;
	background-clip: padding-box;
	color: #ffffff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: 7px;
}

/***************************************
Back To Top
***************************************/
a.back-to-top {
	position: fixed;
	bottom: 25px;
	font-size: 23px;
	right: 9px;
	text-decoration: none;
	color: #ffffff !important;
	background-color: #3e3e3e;
	padding: 6px 12px 7px 12px;
	display: none;
	text-align: center;
	border-bottom: 3px solid #252525;
	border-right: 3px solid #252525;
	z-index: 100;
	border-radius: 2px 2px 2px 2px;
}
a.back-to-top:hover,
a.back-to-top:active,
a.back-to-top:visited {
	color: #ffffff !important;
	background-color:#333333 !important;
	border-color:#1b1b1b;
}

/*******************************************
Skin Changer Toggle
*******************************************/
.skinChangerBox{
	display: inline-block;
	position: fixed;
	bottom: 25px;
	left: 10px;
	font-size: 17px;
	height: 35px;
	border: 1px solid #3a3a3a;
	background-color: #353535;
	color: #FFFFFF;
	border-radius: 20px 20px 20px 20px;
}
.skinChangerBox .skinChangerTog{
	display: inline-block;
	font-size: 17px;
	padding: 4px 5px;
	color: #FFFFFF;
}
.skinChangerBox .skinChangerTog:hover,
.skinChangerBox .skinChangerTog:focus,
.skinChangerBox .skinChangerTog:active{
	color: #FFFFFF;
	text-decoration:none;
}
.skinChangerBox .skinChangerTog i.fa-palette {
	font-size: 25px;
	float: left;
	margin-right: 5px;
}
.skinChangerBox #hideSkinChanger{
	display: inline-block;
	background-color: #ffffff;
	color: #525252;
	padding: 3px 6px;
	border-radius: 25px 25px 25px 25px;
	height: 30px;
	width: 30px;
	text-align: center;
	font-size: 18px;
	overflow: hidden;
	margin: 2px 2px 2px 2px;
	float: right;
}
.skinChangerBox #hideSkinChanger:hover,
.skinChangerBox #hideSkinChanger:focus,
.skinChangerBox #hideSkinChanger:active {
	color: #FFFFFF;
	text-decoration:none;
	background-color:#f44336;
}

/**********************************************
icon 
**********************************************/
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}
.icon-x2 {
	width: 2em !important;
	height: 2em !important;
}
.icon-x3 {
	width: 3em !important;
	height: 3em !important;
}

.bx-wrapper {
	border:0px;	
}

/**********************************************
What3Words Support
**********************************************/
.w3w {
	color: #E11F26;
	display: block;
}
.w3w a {
	color: #333333;
	text-decoration: none;
}
.what3words-autosuggest_input {
	padding: 4px 10px;
}

/****************************************************
Stream Page
****************************************************/
body.stream {
	background-color: #000;
}
body.stream h1,
body.stream h2,
body.stream h3,
body.stream p {
	color: #fff;
}

.checkbox-row input[type="checkbox"],
.checkbox-row input[type="radio"]{
	float:left;margin-top: 3px;
}
.checkbox-row label{
	font-weight:normal;
	display: block;
	margin:3px 0px;
}
.checkbox-row .error {
	display:block;
	overflow:hidden;
	clear:both;
}
.checkbox-row a {
    text-decoration:underline;
    font-weight:bold;
}

/* SAYT (search as you type) */
.search_container {
    position: relative;
}
#sayt_results {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    width: 100%;
}
#sayt_results li {
    background-color: #ffffff;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 1px;
    color: #222222;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 63px;
}
#sayt_results li:hover {
    background-color: #F8F8F8
}
#sayt_results li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
#sayt_results li a span {
    float: left;
    width: 70px;
    display: block;
    text-align: center;
}
#sayt_results li img {
    max-height: 60px;
    max-width: 60px;
    margin-right: 0.5rem;
}

/**********************************************
Edits
********************************************/


.catmeow {
	text-align: center;
	margin: 10px auto;
}

.catmeow .imgz{
	  position: relative;
	  height: 350px;
      padding-top: 100%;
      background-size: contain !important;
      transition: all 0.3s ease 0s; 
}

.mieleheader h2{
	font-weight: 600;
	text-align: center;
	padding: 20px;
}

.mielemeow {
	max-width: 600px;
	margin: 10px auto;
}

.mielemeow h5 {
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	width: 100%;
	color: #202020;
}

.pusher {

	color:rgba(255, 255, 255, 0.87);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.527);
	padding-top: 400px;
}

.stuffing-remover {
	padding-left: 2px;
	padding-right: 2px;

}

.mfx {
	text-align: left;
}

.mfx h5{
	font-weight: 700;
}

.mielefooter {
	margin: 2px auto;
	text-align: left;
	border: 0px!important;
}

.mielefooter h5{
	font-weight: 700;
}

.mielefooter img{
	height: 95px;
	width: 95px;
	margin: 0 auto;
}

.courierlogo {

	text-align: center;
	margin: 10px;
}

.courierlogo img {
	height: 65px;
}

.manulogo {
	width: 50px;
	text-align: center;
	margin-bottom: -15px;
}

.manulogo img {
	height: 65px;
}

.catmeow .overlay {
	background: rgba(0, 0, 0, 0.123);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.catmeow h5 {
	display: block;
	position: absolute;
	top: 0;
	padding-top: calc(55% - 17.5px);
	font-size: 35px;
	line-height: 35px;
	width: 100%;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.527);
}

.bumpx {
	padding-top: 27px;
}

.m_logo {
	width: 200px;
	margin: 0 auto;
}

.h-300 {
	height:450px!important;
	width: 100%!important;
}


.nav-trust {
	padding-top: 5px;
	padding-bottom: 5px;
}

.bait-pal {
	margin-top: 5px;
	float: right;
}

.pr-btn {
	width: 100%;
	margin-right: 5px;
}

/**********************************************
card
********************************************/


.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
  }
  
  .card > hr {
	margin-right: 0;
	margin-left: 0;
  }
  
  .card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
  }
  
  .card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
  }
  
  .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
  }
  
  .card-title {
	margin-bottom: 0.75rem;
  }
  
  .card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
  }
  
  .card-text:last-child {
	margin-bottom: 0;
  }
  
  .card-link:hover {
	text-decoration: none;
  }
  
  .card-link + .card-link {
	margin-left: 1.25rem;
  }
  
  .card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  
  .card-header + .list-group .list-group-item:first-child {
	border-top: 0;
  }
  
  .card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }
  
  .card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
  }
  
  .card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
  }
  
  .card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
  }
  
  .card-img {
	width: 100%;
	border-radius: calc(0.25rem - 1px);
  }
  
  .card-img-top {
	width: 100%;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
  }
  
  .card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
  }
  
  .card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  
  .card-deck .card {
	margin-bottom: 15px;
  }
  
  @media (min-width: 576px) {
	.card-deck {
	  -ms-flex-flow: row wrap;
	  flex-flow: row wrap;
	  margin-right: -15px;
	  margin-left: -15px;
	}
	.card-deck .card {
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex: 1 0 0%;
	  flex: 1 0 0%;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  margin-right: 15px;
	  margin-bottom: 0;
	  margin-left: 15px;
	}
  }
  
  .card-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  
  .card-group > .card {
	margin-bottom: 15px;
  }
  
  @media (min-width: 576px) {
	.card-group {
	  -ms-flex-flow: row wrap;
	  flex-flow: row wrap;
	}
	.card-group > .card {
	  -ms-flex: 1 0 0%;
	  flex: 1 0 0%;
	  margin-bottom: 0;
	}
	.card-group > .card + .card {
	  margin-left: 0;
	  border-left: 0;
	}
	.card-group > .card:first-child {
	  border-top-right-radius: 0;
	  border-bottom-right-radius: 0;
	}
	.card-group > .card:first-child .card-img-top,
	.card-group > .card:first-child .card-header {
	  border-top-right-radius: 0;
	}
	.card-group > .card:first-child .card-img-bottom,
	.card-group > .card:first-child .card-footer {
	  border-bottom-right-radius: 0;
	}
	.card-group > .card:last-child {
	  border-top-left-radius: 0;
	  border-bottom-left-radius: 0;
	}
	.card-group > .card:last-child .card-img-top,
	.card-group > .card:last-child .card-header {
	  border-top-left-radius: 0;
	}
	.card-group > .card:last-child .card-img-bottom,
	.card-group > .card:last-child .card-footer {
	  border-bottom-left-radius: 0;
	}
	.card-group > .card:only-child {
	  border-radius: 0.25rem;
	}
	.card-group > .card:only-child .card-img-top,
	.card-group > .card:only-child .card-header {
	  border-top-left-radius: 0.25rem;
	  border-top-right-radius: 0.25rem;
	}
	.card-group > .card:only-child .card-img-bottom,
	.card-group > .card:only-child .card-footer {
	  border-bottom-right-radius: 0.25rem;
	  border-bottom-left-radius: 0.25rem;
	}
	.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
	  border-radius: 0;
	}
	.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
	.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
	.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
	.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
	  border-radius: 0;
	}
  }
  
  .card-columns .card {
	margin-bottom: 0.75rem;
  }
  
  @media (min-width: 576px) {
	.card-columns {
	  -webkit-column-count: 3;
	  -moz-column-count: 3;
	  column-count: 3;
	  -webkit-column-gap: 1.25rem;
	  -moz-column-gap: 1.25rem;
	  column-gap: 1.25rem;
	  orphans: 1;
	  widows: 1;
	}
	.card-columns .card {
	  display: inline-block;
	  width: 100%;
	}
  }
  
  .accordion .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0;
  }
  
  .accordion .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0;
  }
  
  .accordion .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
  }
  
  .accordion .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
  }