/* Global */
body {
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #333333 /*{Global|text-colour}*/;
	background-image: none /*{Global|body-background-image}*/;
	background-color: #ffffff /*{Global|body-background-colour}*/;
}
a {
	color: #a70000 /*{Global|link-colour}*/;
}
a:hover,
a:focus {
	color: #000000 /*{Global|link-colour-hover}*/;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Roboto Condensed";
	color: #333333 /*{Global|headers-colour}*/;
}
.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-primary {
	color: #FFFFFF;
	background-color: #a70000 /*{Buttons|primary-colour}*/;
	border-color: #a70000 /*{Buttons|primary-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus  {
	color: #ffffff;
	background-color: #000000 /*{Buttons|primary-colour-hover}*/;
	border-color: #000000 /*{Buttons|primary-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #000000 /*{Buttons|primary-colour-hover}*/;
	border-color: #000000 /*{Buttons|primary-colour-hover}*/;
}
.btn-success {
	color: #ffffff;
	background-color: #a70000 /*{Buttons|primary-colour}*/;
	border-color: #a70000 /*{Buttons|primary-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:focus {
	color: #ffffff;
	background-color: #000000 /*{Buttons|primary-colour-hover}*/;
	border-color: #000000 /*{Buttons|primary-colour-hover}*/;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabld]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #000000 /*{Buttons|primary-colour-hover}*/;
	border-color: #000000 /*{Buttons|primary-colour-hover}*/;
}
.btn-blank {
	color: #a70000 /*{Global|link-colour}*/;
	background-color: #FFF;
	border-color: #FFF;
}
.btn-blank:hover,
.btn-blank:focus,
.btn-blank:active,
.btn-blank.active,
.open .dropdown-toggle.btn-blank {
	color: #000000 /*{Global|link-colour-hover}*/;
	background-color: #FFF;
	border-color: #FFF;
}
.btn-blank.disabled,
.btn-blank[disabled],
fieldset[disabled] .btn-blank,
.btn-blank.disabled:hover,
.btn-blank[disabled]:hover,
fieldset[disabled] .btn-blank:hover,
.btn-blank.disabled:focus,
.btn-blank[disabled]:focus,
fieldset[disabled] .btn-blank:focus,
.btn-blank.disabled:active,
.btn-blank[disabld]:active,
fieldset[disabled] .btn-blank:active,
.btn-blank.disabled.active,
.btn-blank[disabled].active,
fieldset[disabled] .btn-blank.active {
	background-color: #FFF;
	border-color: #FFF;
}
/* Header */
.topbar--Wrap {
	background: #f7f7f7 /*{Header|top-navbar-background-colour}*/;
}
.wrapper-header {
	background: white /*{Header|header-background-colour}*/;
}
.nav > li > a {
	color: #000000 /*{Header|top-navbar-link-colour}*/;
}
.nav > li > a:hover,
.nav > li > a:focus {
	color: #000000 /*{Header|top-navbar-link-colour}*/
	background-color: #f7f7f7 /*{Header|top-navbar-background-colour}*/;
}
.bottom-bar--Wrap {
	background: #000 /*{Header|navbar-background-colour}*/;
}
.bottom-bar--Wrap .nav > li > a {
	color: #ffffff /*{Header|navbar-link-colour}*/;
}
.bottom-bar--Wrap .nav > li > a:hover,
.bottom-bar--Wrap .nav > li > a:focus {
	background-color: #000 /*{Header|navbar-background-colour}*/;
    color: #e9bd14 /*{Header|navbar-link-colour-hover}*/;
}
.navigation-list li a {
	color: #ffffff /*{Header|navbar-link-colour}*/;
}
.bottom-bar--Wrap .nav > li > .cta-link {
	color: #e9bd14 /*{Header|navbar-link-colour-hover}*/;
}
.bottom-bar--Wrap .nav > li > .cta-link:hover,
.bottom-bar--Wrap .nav > li > .cta-link:focus {
	color: #ffffff /*{Header|navbar-link-colour}*/;
}
#header-cart a {
	color: #000000 /*{Header|cart-colour}*/;
}
#header-cart .cta-link {
	color: #e9bd14 /*{Header|checkout-colour}*/;
}
#header-cart .cta-link:hover {
	color: #000000 /*{Header|checkout-colour-hover}*/;
}
.content-thumbnail h4 > a {
	color: #000000 /*{Global|link-colour-hover}*/;
}
.content-thumbnail h4 > a:hover,
.content-thumbnail h4 > a:focus {
	color: #a70000 /*{Global|link-colour}*/;
}
.bottom-bar--Wrap .right-menus .dropdown-menu {
	max-height: 400px;
	overflow: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){
.bottom-bar--Wrap .right-menus .dropdown-menu {
	max-height: 300px;
}
}
@media (min-width: 768px) and (max-width: 991px){
}
@media (max-width: 767px) {
.bottom-bar--Wrap .right-menus .dropdown-menu {
	max-height: none;
}
}
/* Home Page */
.alternate-bg {
	background: #F1F1F1 /*{Global|alternate-background-colour}*/;
}
.view-all {
	color: #a70000 /*{Global|link-colour}*/;
}
.cat-section h2 a {
    color: #333333 /*{Global|text-colour}*/;
}
.cat-section h2 a:hover,
.cat-section h2 a:focus {
    color: #a70000 /*{Global|link-colour}*/;
}
.home-products .nav-tabs li > a {
    color: #333333 /*{Global|text-colour}*/;
}
.home-products .nav-tabs li > a:hover,
.home-products .nav-tabs li > a:focus {
    color: #a70000 /*{Global|link-colour}*/;
}
.home-products .nav-tabs .active {
    border-top: 3px solid;
    border-bottom: 3px solid;
	border-color: #a70000 /*{Global|link-colour}*/;
}
.home-products .nav-tabs > li.active > a{
	color: #333333 /*{Global|text-colour}*/;
}
.home-products .nav-tabs > li.active > a:hover,
.home-products .nav-tabs > li.active > a:focus {
	color: #a70000 /*{Global|link-colour}*/;
}
.thumbnail .caption h3 a {
	color: #333333 /*{Global|text-colour}*/;
}
.thumbnail .caption h3 a:hover,
.thumbnail .caption h3 a:focus {
	color: #a70000 /*{Global|link-colour}*/;
}
/* Footer */
.wrapper-footer {
	background: #fff /*{Footer|footer-background-colour}*/;
}
.wrapper-footer h4 {
	color: #a70000 /*{Footer|footer-link-header-colour}*/;
}
.wrapper-footer p {
	color: #000000 /*{Footer|footer-text-colour}*/;
}
.wrapper-footer .small a,
.wrapper-footer .small a:hover,
.wrapper-footer .small a:focus {
	color: #000000 /*{Footer|footer-text-colour}*/;
}
.footer-top h3 {
	color: #000000 /*{Footer|footer-header-colour}*/;
}
.wrapper-footer .nav > li > a {
	color: #000000 /*{Footer|footer-link-colour}*/;
}
.wrapper-footer .nav > li > a:hover,
.wrapper-footer .nav > li > a:focus {
	color: #949494 /*{Footer|footer-link-colour-hover}*/;
}
/*custom code by new developer*/
.shiping_box{
	display: none;
}
.row-padded .col-xs-6.col-md-3 {
    margin-bottom: 20px;
    /*width: 20%;*/
}
.cus-subCate a.sub-cat-link {
    text-align: center;
    padding: 16px 0;
}
.row.cus-subCate {
    font-size: 0;
    margin: 0 -10px;
}
.row.cus-subCate .col-xs-6.col-sm-3 {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 15px;
    padding: 10px;
}
.row.cus-subCate .col-xs-6.col-sm-3 img {
    height: 120px;
    display: inline-block;
}
.cus-subCate a.sub-cat-link {
    text-align: center;
    padding: 15px 0 0 0;
    margin-bottom: 0;
}
.blog-product-section {
    padding: 15px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
}  
.blog-product-section .blog-product {
    border: 1px solid #f3f3f3;
    padding: 15px;
    text-align: center;
    min-height: 410px;
}
.blog-product-section .blog-product a.blog-product-img {
    min-height: 170px;
    display: block;
}
.blog-product-section .blog-product a img {
    margin-bottom: 15px;
    display: inline-block;
}
.blog-product-section .blog-product h4.text-center {
    margin-bottom: 12px;
    line-height: 1.3;
}
.blog-product-section .blog-product p.text-muted {
    font-size: 13px;
    margin-bottom: 12px;
    text-align: left;
}
.blog-product-section .blog-product a.btn {
    background: #a70000;
    color: #fff;
    border: 2px solid #a70000;
    margin-bottom: 15px;
}
.blog-product-section .blog-product a.btn:hover, .blog-product-section .blog-product a.btn:focus {
    background: none;
    color: #a70000;
}
.blog-product-section .blog-product .dropdown {
	text-align: right;
}
.pagination li {
    display: inline-block;
}
ul.pagination {
    float: none;
    display: block;
    width: auto;
    text-align: center;
}
@media only screen and (max-width: 991px){
	.row-padded .col-xs-6.col-md-3 {
	    margin-bottom: 20px;
	    /*width: 33%;*/
	}
	.blog-product-section {
	    width: 33.33%;
	} 
}
@media only screen and (max-width: 767px){
	.row-padded .col-xs-6.col-md-3 {
	    margin-bottom: 20px;
	    width: 50%;
	}
	.blog-product-section {
	    width: 50%;
	} 
}
@media only screen and (max-width: 479px){
	.blog-product-section {
	    width: 100%;
	    min-height: 1px;
	} 
	.cat-section h2 {
	    padding: 15px 5px;
	    font-size: 14px;
	    margin: 0px;
	}
}
.wrapper-footer p.small {
    display: none !important;
}
.brand-img-cus {
    /* height: 100px; */
    margin-bottom: 30px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    padding: 25px;
}
.brand-img-cus img {
    /* max-height: 100%; */
    box-sizing: border-box;
    height: 70px;
    max-width: 100%;
    width: auto;
}
.brand-img-cus a {
    display: block;
    text-align: center;
}
@media only screen and (max-width: 767px){
.brand-img-cus {
    height: 100px;
}
.brand-img-cus img {
    /* max-height: 100%; */
    height: 100%;
}
}

span.inc-text {
    font-size: 15px;
    display: block;
    line-height: 1.5;
}
.availability {
    margin-top: 15px;
}
.availability em {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
}
.sku-number {
	font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.show-desktop {
	display: block;
}
.show-mobile {
	display: none;
}
em.thumb-inc-text {
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
}
.sku-number em {
    font-style: normal;
    font-weight: normal;
}
div#multiitemadd > .row {
    font-size: 0;
}
div#multiitemadd .col-sm-6 {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}

@media screen and (max-width: 767px) {
	.show-desktop {
		display: none;
	}
	.show-mobile {
		display: block;
	}
}
.availability{
	font-size: 12px;
}