body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #79797a;
	font-size: 13px;
	line-height: 20px;
	background-color: #000;
	background-image: url('../image/saddlery-warehouse-bg-image.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

.product-row h1, .white-row h1,
.product-row h2, .white-row h2,
.product-row h3, .white-row h3,
.product-row h4, .white-row h4,
.product-row h5, .white-row h5,
.product-row h6, .white-row h6 {
	color: #444;
}

.product-row > div > ul{
    margin-top: 15px;
}

.product-row .btn-group{
    margin-top: 15px;
}


/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}
a {
	color: #79797a;
}

a:hover, a:focus {
    color: #606061;
    text-decoration: underline;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradient to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000;
	background-color: #ffdd00;
}
/* top */
#top div {
	background: none !important;
}
#top {
	background: none !important;
	padding: 4px 0px 3px 0;
	margin: 15px 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #444;
	background-color: #ffdd00;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0px 0 10px 0;
}
#logo img {
	margin: 0 auto;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #79797a;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* menu */
#menu {
	background-color: #000;
	background-repeat: repeat-x;
	border-color: #000;
	min-height: 40px;
	color: #fff;
    margin-bottom: 5px !important;
}

#menu .nav > li > a {
	color: #fff !important;
	padding: 10px 10px 10px 10px;
	min-height: 15px;
	background-color: transparent;
}
@media (min-width: 768px){
    .navbar-nav>li {
        float: left;
        display: table-cell;
        min-width: 12.5%;
        white-space: nowrap;
        text-align: center;
    }
}
@media (max-width: 768px){
    #menu .nav > li > a {
        padding: 10px 10px 10px 30px;
    }
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: #ffdd00;
    color: #000 !important;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	font-size: 13px;
	color: #fff;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #000 !important;
	background-color: #ffdd00;
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #000;
	padding: 2px 18px;
	float: right;
	background-color: #ffdd00;
	background-repeat: repeat-x;
	border-color: #ffdd00 #ffdd00 #ffdd00;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #ffdd00;
}
@media (min-width: 768px) and (hover: hover) {
	#menu .dropdown:hover > .dropdown-menu {
		display: block;
	}
}
@media (min-width: 768px) {
	.dropdown-menu.submenu.gradient {
		left: 174px;
		display: none;
		top: -6px;
	}
	#menu .dropdown-inner li a:hover {
		color: #000;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	.dropdown-menu.submenu.gradient {
		padding-left: 10px;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

@media (min-width: 768px) {
    .thirteen_stores{
        width: 250px;
        top: 30px;
        left: -300px;
        transform: rotate(-15deg);
        position: relative;
    }
    .left_splash{
        width: 250px;
        top: 30px;
        left: 170px;
        transform: rotate(15deg);
        position: relative;
    }
    	#logo img.img-responsive {
		position: relative;
		/* top: -120px; */
	}

}
@media (max-width: 767px) {
    .thirteen_stores{
        width: 95%;
        top: -20px;
        position: relative;
    }
    .left_splash{
        width: 60%;
        position: relative;
        padding-bottom: 50px;
    }

}

.list-unstyled a{
    color: #79797a;
}

legend{
    color: #79797a;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 20px;
	padding-top: 10px;
	background-color: #201c1d;
	color: #616162 !important;
    padding-bottom: 20px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #79797a;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: "Myriad Pro", arial, verdana, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 0px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
        line-height: 33px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
	width: 23px;
	height: 23px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 13px;
	border: 1px solid #cccccc;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 13px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #000;
	text-shadow: none;
	background-color: #ffdd00;
	border-color: #e1c304 #e1c304 #e1c304;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ffdd00;
	color: #000 !important;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #000;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/*cart button*/
#button-cart{
	/*border-width: 2px;
	border-color: #000;
	font-size: 16px;*/
	text-transform: uppercase;
	/*font-style: italic;
	font-weight: bold;*/
	padding: 6px 16px;
}


/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

.list-group-item{
    background-color: #f5f5f5;
}

.list-group-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}

.list-group-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    margin-bottom: 0;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

.owl-carousel {
    border: 0 none !important;
    margin: 0 0 20px 0 !important;
}

/* carousel for brands */
.carousel_8 {
	background-color: #ffde00 !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border: 0 !important;
	margin: 0 !important;
	height: 100px;
}

.owl-wrapper-outer {
    border: none !important;
}

.carousel_8 .owl-controls.clickable{
	display: none;
	visibility: hidden;
}

.carousel_8 .img-responsive{
	margin-right:auto;
	margin-left:auto;
}

/* product list */
.product-thumb {
    border: none !important;
	margin-bottom: 20px;
	overflow: auto;
	background-color: #fff;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 50px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	/*min-height: 210px;*/
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	display: block;
	text-align: center;
	font-weight: bold;
}
.product-thumb .price-new {
	font-weight: 600;
	color: #ff3d00;
	font-style: italic;
	font-size: 16px;
	display: block;
	text-align: center;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
	display: block;
	text-align: center;
	font-weight: normal;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 13px;
	display: block;
	text-align: center;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
	/*margin-top: 12px;*/
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}




.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* CUSTOM AND SPECIFIC STUFF FOR SADDLERY */

/* page container */
.well .buttons{
/*	margin-bottom: 40px;*/
}

.well{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.well-success{
    padding-bottom:50px;
}

.well h1,
.well h2,
.well h3,
.well h4,
.well h5{
    color: #000 !important;
}

/* font colour */
.text-black {
	color: #000 !important;
}

/* Menu */

nav,
nav div,
ul.nav.navbar-nav{
	border: none !important;
	color: #fff;
	font-size: 15px;
}

nav,
ul.nav.navbar-nav{
	background-color: #000;
}

/* featured category module */

.featured-category {
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border: none !important;
}

.featured-category img {
	border: none !important;
}

.featured-category .image.item a{
	border: none;
}

.featured-category .cat-title {
	background-color: #ffda00;
	color: #000 !important;
	text-align: center;
    max-height: 50px;
	border: none !important;
	font-size: 16px;
    font-weight: bold;
    padding: 12px 5px 5px 5px;
    white-space: normal;
    line-height: 1;
    height: 46px;
}

.cat-title a:hover, .cat-title a:focus {
    text-decoration: none;
}

.fit_text {
    text-overflow: ellipsis;
    overflow:hidden;
}

.product-thumb a:hover, .product-thumb a:focus {
    text-decoration: none;
}

.featured-category .image.item {
    margin-top: 5px;
}

.featured-category .owl-carousel{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: none !important;
	box-shadow: none;
    margin: 0 0 30px;
}

.featured-category .owl-item .caption {
	display: none;
    visibility: hidden;
}

.featured-category .owl-item .caption h4,
.featured-category .owl-item .caption h4 a {
	color: #ffdd00 !important;
	opacity: 1;
}

/* changes for slideshow */
.slideshow-caption{
    background-color: #ffdd00;
    min-height: 20px !important;
    position: absolute;
    top: 80%;
    width: auto;
    color: #2a2a2a !important;
    padding: 10px 60px 10px 20px;
    font-style: italic;
    font-size: 20px;
    font-weight: bold;
}

.slideshow-caption a{
    color: #fff !important;
}

/* changes all the carousels */
.owl-controls .owl-page span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
	border-radius: 20px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	display: block;
	height: 11px;
	width: 11px;
}
.owl-controls .owl-page.active span {
	background: none repeat scroll 0 0 rgba(255,218,0, 0.9) !important;
}

/* top menu */
span.saddlery-phone{
	background-image: url("../image/saddlery-warehouse-phone.png");
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	width: 146px;
	height: 53px;
}

/* search bar */
#search .form-control {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#search .btn-default.btn-sm {
	background-color: #fceb32;
	background-image: linear-gradient(to bottom, #fff58a, #fceb32);
	background-repeat: repeat-x;
	border-color: #f8e304 #f8e304 #f8e304 #f8e304;
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	height: 30px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* top menu */
#top-links .list-inline {
	border: none !important;
}

#top-links .list-inline > li{
	display: table-cell;
	vertical-align: middle;
	float: none;
}

#top-links .list-inline > li a{
	border: none !important ;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	line-height: 20px;
	margin-right: 0px;
	display: inline-block;
	padding: 0;
	position: relative;
}

#top-links .list-inline > li a:hover{
	background-color: transparent !important;
}


#top-links .list-inline > li #search{
	margin-bottom: 0;
}

#top-links span.cart-amount > span{
    color: #f8e304;
}

#top-links .border span{
    display: block;
    height: 25px;
    width: 2px;
    background-color: #fff;
}


/* menu */
.dropdown-menu.gradient {
	background: #2f2c2c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzg4ODY4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjJjMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #2f2c2c 0%, #888686 50%, #2f2c2c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2f2c2c), color-stop(50%,#888686), color-stop(100%,#2f2c2c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #2f2c2c 0%,#888686 50%,#2f2c2c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #2f2c2c 0%,#888686 50%,#2f2c2c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #2f2c2c 0%,#888686 50%,#2f2c2c 100%); /* IE10+ */
	background: linear-gradient(to right,  #2f2c2c 0%,#888686 50%,#2f2c2c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2c2c', endColorstr='#2f2c2c',GradientType=1 ); /* IE6-8 */
}

/* home page menu - the middle one */
.middle-menu{
    background-color: #302C2D;
    font-size: 18px;
    color: #fff;
    margin: 0 0 20px 0;
}

.middle-menu .middle-menu-item{
    text-align: center;
}

.middle-menu .middle-menu-item a{
    display: block;
    text-align: center;
    color: #fff;
    padding: 20px 20px;
}

.middle-menu .middle-menu-item a:hover{
    color: #ffdd00;
    text-decoration: none !important;
}


/* fix search button for chrome*/
.input-group-addon, .input-group-btn {
	width: auto;
        cursor: pointer;
}

/* product page */

.white-row.tags{
	margin-top: 20px;
	padding: 8px 10px;
    /*max-height: 36px;*/
}

.product-tag{
	padding-top: 0;
    margin: 0 !important;
}

.white-row,
.product-row{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #fff;
	padding-bottom: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.product-row .col-sm-5{
	background-color: #edebeb;
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}

.product-row .thumbnails a.thumbnail{
	border: none !important;
}

.product-price h2.price{
	color: #ff3d00;
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
}

.product-price .price-was{
	font-size: 16px;
	font-style: italic;
	text-decoration: line-through;
}

.zoomWindow {
    background-color: white;
}

/* category page */
.cat_action_box{
	background-color: #f5f5f5;
	margin: 0;
	padding: 3px 5px;
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
    font-size: 13px !important;
}

.cat_action_box label{
    padding-top: 6px;
}

.caption-yellow{
    background-color: #ffda00;
    height: 46px;
    border: none !important;
    padding: 12px 5px 5px 5px;
    line-height:1;
    text-align: center;
    white-space: normal;
}

.caption-yellow h4{
	margin: 0;
    color: #000 !important;
    font-size: 20px;
}

/* category page */

.special-product-cat{
	position: absolute;
	top:2px;
	right: 2px;
}

.special-product-cat .img-special-cat{
    width: 65%;
    float: right;
}


.sub-categories a,
.sub-categories a:link,
.sub-categories a:hover,
.sub-categories a:active{
    color: #fff !important;
    padding: 5px;
}

.sub-categories ul{
    list-style: none;
}

.sub-categories ul li{
    margin-bottom: 20px;
}

/* cart page */
.price-total{
	font-weight: bold;
}

.cart-total{
	color: #ff3d00;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
}

.breadcrumb{
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
}

/* product compare */
#compare-total{
    color: #79797a !important;
}

.product-compare .table{
    width:0;
}

/* panels */
.panel-default{
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
}

.panel-heading {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}


.accordion-toggle:hover{
    text-decoration: none;
}

@media screen {
 .panel-default > .panel-heading {
       background-color: transparent;
    }
}

/* facebook like adjust */
a.fb-like{
    color: #fff !important;
    background-image: url("/image/facebook.png") !important;
    background-position: center right;
    background-repeat: no-repeat;
    height: 35px !important;
    width: 35px !important;
    font-size: 16px;
    width: 123px !important;
    display: block;
    line-height: 35px;
}

a.fb-like:hover{
    color: #fff;
}

/* top menu mobile */
@media (max-width: 588px) {
	#top-links .list-inline > li{
		float: left;
		margin-bottom: 5px;
                width:100%;
	}

        #search, .saddlery-phone-mod, .top-menu-mod{
            margin-left:auto;
            margin-right:auto;
            display:table;
        }
        
	.slideshow-caption{
		top: 60%;
	}
        
        #top{
            margin-bottom: -43px;
        }

}

/* footer menu */
.list-footer li{
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-footer li a{
	white-space: nowrap;
}

/*stock availability colours*/
.stock_available{
    color:#26B30E;
}
.stock_low{
    color:#F59A25;
}

.payment_confirmation_header{
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
}

/* Make scroll bars appear on mobile devices */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px !important;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

/* Track */
::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
   background: #606060 !important; 
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 
}

::-webkit-scrollbar-thumb:window-inactive {
   background: #606060 !important; 
}

/* adjust responsive tables to cater for scroll bars on small res screens... */
@media screen and (max-width: 797px){
    .table-responsive {
        border: none;
    }
    
    .table-responsive .table-bordered {
        border: 1px solid #ddd;
    }
    
    .table-responsive .table {
        margin-bottom:5px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 0px){
    #quickcheckout #option_login_popup_trigger {
        width: inherit !important;
    }
}

.checkbox input[type=checkbox]{
    margin-left: -20px;
}

@media screen{
    .product-price {
        margin-top: 10px;
    }
}

#payment_address_wrap .styled,
#shipping_address_wrap .styled {
    vertical-align: top;
}

#payment_address_agree{
    margin-left: -31px;
}

#confirm_agree{
    margin-left: -30px;
}
#quickcheckout .block-content {
    margin: 0px 0px 0px -30px;
}

#cc_expire_date_month {
    width: 120px;
    display: inline-block;
}

#cc_expire_date_year {
    width: 80px;
    display: inline-block;
}

#cc_cvv2{
    width: 60px;   
}
