@import url(https://fonts.googleapis.com/css?family=Roboto);

/*

site - GLOBAL

*/
/* #f39105; orange */
/* #6dae2e; green */
/* #985b7b; purple */ 
/* #fcd362; yellow */
/* #7fc8ef; blue */


body
{
    overflow-x:						hidden;
    font-family: 					"verdana", sans-serif;
    visibility: 					hidden;
    background-color:				#EDEDED !important;
}
#intro
{
    background-color:		#f2f7f7;
    color:					#888;
}
.boxedlayout,
.boxedlayout .fixedmenu
{
    width:							100%;
    max-width:						100%;
    background-color: 				#EDEDED;
}

body * a
{
    outline:						0;
}

h1,
.h1
{
    margin-bottom:					20px;
    font-size:						40px;
    font-weight:					300;
    text-transform: 				uppercase;
}

h2,
.h2
{
    font-size: 						24px;
    font-weight:					300;
}

h3,
.h3
{
    font-size: 						20px;
    font-weight:					300;
}

h4,
.h4
{
    font-size: 						18px;
}

p
{
    margin-bottom:					20px;
}

section
{
    display:						block;
    width:							100%;
    margin-top: 					0;
}

.section-content
{
    padding-top:					7%;
    padding-bottom:					7%;
    font-size:						23px;
    font-weight:					300;
}

.panel
{
    margin-top: 					35px;
    padding: 						15px 15px 25px 15px;
    font-size: 						16px;
    font-weight: 					400;
    overflow: 						hidden;
    /*box-shadow: 					1px 1px 5px rgba(0, 0, 0, 0.1);*/
}

.panel-body
{
    padding: 						0px;
}

.panel-image img
{
    max-width:						100%;
}

.panel-title
{
    font-weight: 					600 !important;
}

h3.panel-title
{
    font-size: 						14px !important;
    padding: 						5px 0;
}

.panel-footer .btn
{
    font-size: 						12px;
}

.inner-div
{
    padding: 						15px;
    min-height: 					320px;
}

.inner-div h2
{
    margin-top: 					0px;
}

.side-shadow
{
    box-shadow: 					0px 6px 4px 0px #000000;
    background-color: 				#ffffff;
}

.side-shadow-wide
{
    
    background-color: 				#ffffff;
}

.justify
{
    text-align: 					justify;
}

.bg-white,
.white-bg
{
    background-color: 				#fff;
}

.no-top-margin
{
    margin-top: 					0px;
}

.no-pad-lr
{
    padding-left: 					0px;
    padding-right: 					0px;
}
.no-pad-l {
    padding-left:                   0px;
}
.no-pad-r {
    padding-right:                  0px;
}
.icon
{
    margin-bottom: 					10px;
}
.mar-15 {
    margin-top:                     15px;
}
.mar-tb-15 {
	margin: 15px 0px 15px 0px;
}
.no-margin {
    margin: 						0px;
}
.no-pad {
    padding: 						0px;
}
.btn-warning {
    color: #ffffff !important;
    padding: 6px 12px !important;
    background-color: #DB912E;
    border-color: #eea236;
}
.info-strip {
    height: 						49px;
    background-image: 				url('../../img/info-strip-bg.png');
    background-repeat: 				repeat-x;
}
.store-finder {
    height: 						57px;
    background-image: 				url('../../img/store-finder-bg.jpg');
    background-repeat: 				no-repeat;
}
.footer {

    background-color: 				#E4E4E4;
    padding-bottom:                 20px;
}
.footer P {
    color: #595657;
    margin: 10px 10px 10px 15px;
}
.footer ul {
    padding-top: 0;
    padding-left: 0;
    list-style-type: none;
}
.footer h3 {
    margin: 20px 10px 20px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #054D90;
}
.footer li {
    margin: 10px 15px 10px 15px;
}
.sub-footer {
    min-height: 					50px;
    background-color:				#054D90;
}
.sub-footer p {
    color: #ffffff;
    margin: 10px 10px 10px 15px;
    font-size: 12px;
}
.vertical-menu ul {
    padding-top: 0;
    padding-left: 0;
    list-style-type: none;
}
.vertical-menu li {
    padding: 12px 15px 12px 15px;
    border: 1px solid #B3AFAF;
    margin: 0px 0px 5px 0px;
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(61%, #fafafa), color-stop(100%, #ebebeb));
    background: -webkit-linear-gradient(top, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    background: -o-linear-gradient(top, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    background: -ms-linear-gradient(top, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    background: linear-gradient(to bottom, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    border: 1px solid #b8b8b8;
    border-radius: 0px;
}

.fast-finder {

    position: relative;
    background: #ffffff;
    /*border: 1px solid #b8b8b8;*/
    webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    /*min-height: 280px;*/
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.fast-finder .panel {
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0px;
    position: absolute;
    z-index: 5;
    text-align: center;
    /*height: 280px;*/
}
.overlay{
    background-color: #FFFFFFCC;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    display: none;
}
.fast-finder .panel-heading {
    background-color: #DB912E;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.fast-finder .btn {
    height: 30px;
    /*width: 117px;
    float: right;
    margin: 0px 8px 5px 5px;*/
    color: #fff;
    background-color: #054D90;
    border-color: #2e6da4;
}
.fast-finder .btn.focus, .btn:focus, .btn:hover {
    color: #fff !important;
    text-decoration: none;
}
.vrm-input {
    background: url('../../img/numberplate.jpg') no-repeat left top #ffd800;
    border-radius: 5px;
    float: left;
    width: 195px;
    padding-left: 19px;
    /*margin: 5px 5px 5px 5px;*/
}
.fast-finder select {
    /*margin: 5px;*/
    /*width: 95%;*/
    height: 30px
}
.fast-finder select.half {
    margin: 0px 5px 5px 5px;
    width: 45%;
    float: left;
    height: 30px;
}
.fast-finder select.half-right {
    margin: 0px 8px 5px 5px;
    width: 45%;
    float: right;
    height: 30px;
}
.fast-finder .reg-field input {
    background: none;
    color: #000;
    float: left;
    font-size: 22px;
    height: 33px;
    line-height: 28px;
    text-transform: uppercase;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
    text-align: center;
}
.fast-finder .reg-field .go-btn {
    background: #233f92;
    border-radius: 0px;
    color: #fff;
    /*float: right;*/
    font-size: 16px;
    /*margin: 4px 5px 5px 5px;*/
    text-align: center;
    text-transform: uppercase;
    width: 43px;
}
.fast-finder h3.panel-title {
    color: #ffffff;
    text-align: center;
    font-size: 20px !important;
    font-weight: lighter !important;
    letter-spacing: 2px;
    padding: 0px;
}
.fast-finder h3 {
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}
.fast-finder reset-btn {
    font-size: 10px;
}

.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 100%;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 7px 3px 0px 0px;
}
.search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
}
/*
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
*/
.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 100%;
    border-radius: 4px 5px 5px 4px;
}
.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #3596e0;
    left: initial;
    font-size: 14px;
}
#shopping-basket th,td {
    font-size: 10px;
    vertical-align: middle !important;
    font-weight: bold;
}
#shopping-basket img {
    width: 100px;
    height: auto;
}
#shopping-basket input[type=text] {
    width: 30px;
}
#shopping-basket .info-panel {
    margin-top: 20px;
}

#checkout-form input {
    margin: 5px 0px 5px 0px;
}
#checkout-form select {
    margin: 5px 0px 5px 0px;
}
.btn-remove {
    padding: 3px;
    background-color: red;
    color: white;
    margin:0 auto;
}
.product-group {

    position: relative;
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(61%, #fafafa), color-stop(100%, #ebebeb));
    background: -webkit-linear-gradient(top, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    background: -o-linear-gradient(top, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    background: -ms-linear-gradient(top, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    background: linear-gradient(to bottom, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    border: 1px solid #b8b8b8;
    webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 30px;
    overflow: hidden;
    min-height: 130px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.product-group-list {
    position: relative;
    background: #ffffff;
    border: 1px solid #b8b8b8;
    webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 30px;
    padding: 3px;
    overflow: hidden;
/*     height: 190px !important; */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.product-group-list h3 {
    font-size: 12px;
    margin: 5px;
}
.product-group-list img {
	min-height: 158px;
}
.product-group-info {

    position: relative;
    background: #ffffff;
/*
    background-image: 				url('../../img/info-bg.jpg');
    background-position: center bottom;
*/
    border: 1px solid #b8b8b8;
    webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
/*     margin-bottom: 30px; */
    margin-top: 15px;
    overflow: hidden;
/*     min-height: 280px; */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
/*     box-shadow: 0 0 1px transparent; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.product-group-info .panel {
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    margin-bottom: 0px;
    border: none !important;
    border-radius: 0px;
    border-bottom-color: transparent !important;
}
.product-group-info .panel-heading {
    background-color: #DB912E;
    min-height: 48px;
    padding-top: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.product-group-info .panel-title {
    color: #ffffff;
    font-size: 18px !important;
    font-weight: 200 !important;
}
.product-group-info .panel-body {
    padding: 15px 15px 11px 15px;
    font-size: 14px;
    max-height: 230px;
}
#product-group-top .advert {
    margin-top: 15px;
    max-height: 280px;
    overflow: hidden;
}
.info-panel {

    position: relative;
    background: #ffffff;
    border: 1px solid #b8b8b8;
    webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 30px;
    overflow: hidden;
    min-height: 280px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.info-panel .panel {
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;

    border: none;
    border-radius: 0px;
}
.info-panel .panel-heading {
    background-color: #DB912E;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.info-panel .panel-title {
    color: #ffffff;
    font-size: 18px !important;
    font-weight: 200 !important;
}
.info-panel .panel-body {
    padding: 15px;
    font-size: 14px;
}
.policy {
    font-size: 10px !important;
}
.header {

    position: relative;
    background: #DB912E;
    webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 30px;
    overflow: hidden;
    min-height: 30px;

}
#featured-products .header h3 {
    color: #ffffff;
    margin: 10px 0px 10px 15px;

}
.featured-product {

    position: relative;
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(61%, #fafafa), color-stop(100%, #ebebeb));
    background: -webkit-linear-gradient(top, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    background: -o-linear-gradient(top, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    background: -ms-linear-gradient(top, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    background: linear-gradient(to bottom, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    border: 1px solid #b8b8b8;
    webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    height: 480px;
}
.featured-item-pic {
    border-bottom: 1px solid #dbdbdb;
    background-color: #ffffff;
    z-index: 10;
    position: relative;
}
.featured-item-pic img {
    z-index: 10;
    max-height: 200px;
}
.featured-item-price {
    background-color: #DB912E;
    padding: 5px 0px 5px 15px;
    margin-top: -10px;
    width: 50%;
    z-index: 100;
    color: #fff;
    position: relative;
}
.featured-item-description {
    padding: 15px;
    height: 150px;
    overflow: hidden;
    text-overflow:ellipsis;
}
.featured-item-description h3 {
    color: #054D90;
    margin-top: 0px;
    font-weight: bold;
}
.featured-item-description p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.featured-item-buttons .btn-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #d58512;
}
.featured-item-buttons .btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
.featured-item-buttons .btn-warning {
    color: #fff;
    background-color: #DB912E;
    border-color: #eea236;
    margin: 0px 15px 15px 15px;
    padding: 10px;
}
.stock {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: green;
}
.out-of-stock {
    font-size: 10px;
    margin-top: 10px;
    color: red;
}
.item-price {
    font-size: 18px;
    font-weight: bold;
    color: red;
}
.product-item {

    position: relative;
    webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
/*     margin-bottom: 30px; */
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    clear: both;
}
.product-item-description h4 {
    margin:0px;
}

.product-long-desc {
    border-top: 1px solid #BFC3C3;
    border-bottom: 1px solid #BFC3C3;
    margin-bottom: 10px;
    margin-top: 10px;
}
.product-item-price {
    background-color: #DB912E;
    padding: 5px 0px 5px 15px;
    margin-top: -10px;
    width: 50%;
    z-index: 100;
    color: #fff;
    position: relative;
}
.product-item-description {
    padding: 15px;
    min-height: 100px;
}
.product-item-description p {
    color: #054D90;
    margin-top: 0px;
    font-weight: bold;
}
.product-item-description p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.product-item-buttons .btn-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #d58512;
}
.product-item-buttons .btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
.product-item-buttons .btn-warning {
    color: #fff;
    background-color: #DB912E;
    border-color: #eea236;
    margin: 0px;
    font-size: 13px;
    margin-top: 5px;
}
.product-item-description.part {
    padding: 10px 0px 0px 0px;
}
.item-logo {
	width: 100%;
    width: auto;
    max-height: 40px;
    margin-bottom: 10px;
    margin-top:                     10px;
}
.specs td {
    margin:                         0px;
    padding:                        0px !important;
    font-size:                      10px;
}
.border-bottom {
    border-bottom:                  1px solid #BFC3C3;
}
.advert {

    position: relative;
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(61%, #fafafa), color-stop(100%, #ebebeb));
    background: -webkit-linear-gradient(top, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    background: -o-linear-gradient(top, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    background: -ms-linear-gradient(top, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    background: linear-gradient(to bottom, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    border: 1px solid #b8b8b8;
    webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 30px;
    overflow: hidden;
/*     min-height: 130px; */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.slider {

/*     min-height: 					280px; */

}
.info-strip {
    list-style:                    none;
}
.info-strip li {
    /*	display:                       inline-block;*/
}

.info-strip ul {
    padding-top:                   0;
    padding-left:                  0;
}
.info-strip li {
    border-right:                   1px solid #B3AFAF;
    margin:                         0;
    font-size:                      12px;
}

.icon-margin {
    margin-right:                  10px;
}
.store-finder h3 {
    font-weight:                   bold;
    color:                         #054D90;
    letter-spacing:                1px;
    font-size:                     24px;
     font-weight:                  500;
    margin:                        14px 0px 0px 5px;
}
.store-finder .input-group {
    margin-top:                    10px;
}
.store-finder input[type=text] {
    width:                         185px;
}
.store-finder-align {
    margin-left:                   0px;
}


.page-content .container
{
    min-height: 					385px;
    color: 							#fff;
}

.page-content .container .bg-white
{
    padding-bottom: 				15px;
}

.ticker-wrapper
{
    width:							100%;
    height:							35px;
    margin-top:						-3px;
    margin-bottom:					15px;
    padding:						9px 30px;
    font-size:						11px;
    color:							#16315c;
    background:						#fff;
    border-bottom:					1px solid #16315c;
    overflow:						hidden;
}

.ticker-item
{
    display:						inline-block;
    margin-right:					100px;
}

.ticker-item .item-title,
.ticker-item .item-strapline
{
    float:							left;
}

.ticker-item .item-strapline
{
    padding-left:					10px;
}

.ticker-item a
{
    text-decoration:				none;
    color:							#16315c;
}


/* slideshow */


#slideshow
{
    color: 							#888;
    margin-top: 					0;
}

#slideshow .white-bg
{
    padding-top: 					15px;
}


/* bootstrap carousel */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img
{
    width: 							100%;
    margin: 						auto;
}

.carousel
{
    position: 						relative;
/*     min-height: 					280px; */
}

.carousel-indicators
{
    position: 						absolute;
    bottom: 						0px;
    left: 							10px;
    z-index: 						15;
    width: 							60%;
    padding-left: 					0;
    margin-left: 					0;
    text-align: 					left;
    list-style: 					none;
}

.carousel-indicators li
{
    display: 						inline-block;
    width: 							10px;
    height: 						10px;
    margin: 						1px;
    text-indent: 					-999px;
    cursor: 						pointer;
    background-color: 				#000\9;
    background-color: 				rgba(0,0,0,0);
    border: 						1px solid #b5b5b5;
    border-radius: 					10px;
}

.carousel-indicators .active
{
    width: 							12px;
    height: 						12px;
    margin: 						0;
    background-color: 				#DB912E;
}

/* Carousel Header Styles */
#slideshow-carousel .header-text {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 100%;
    color: #fff;
}
#slideshow-carousel .header-text-2 {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 100%;
    color: #fff;
}

#slideshow-carousel .slide-text {
    margin: 0px;
    padding: 0px;
}

#slideshow-carousel .header-text-2 h2 {
    background-color: #DB912E;
    text-align: right;
    padding: 10px;
    width: auto;
    float: right;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1.1px;
    margin: 0px;
}
#slideshow-carousel .header-text h2 {
    background-color: #DB912E;
    text-align: right;
    padding: 10px;
    width: auto;
    float: right;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1.1px;
    margin: 0px 0px 0px 20px;
    
}

#slideshow-carousel .header-text h3 {
    background-color: #054D90;
    text-align: right;
    padding: 10px;
    width: auto;
    float: right;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1.1px;
    margin: 0px;
}

#slideshow-carousel .blue-bg {
    background-color: #054D90;
}
/* sections */


.bb-1
{
    background-color: 				#505d77;
}

.bb-2
{
    background-color: 				#4f700f;
}

.bb-3
{
    background-color: 				#b88ad0;
}

.bb-4
{
    background-color: 				#df7504;
}

.bb-4
{
    background-color: 				#03b8af;
}

.bb-6
{
    background-color: 				#cfcfcd;
}


/*

6 box template

*/

.six-box-template
{
    margin-top: 					0;
}

.bb
{
    box-sizing: 					border-box;
    margin-top: 					15px;
    margin-left: 					-15px;
    margin-right: 					-15px;
    margin-bottom: 					15px;
    border:                         1px solid #b8b8b8;
    border-radius: 					0px;
/*     min-height: 					280px; */
}

.bb-top
{
    box-sizing: 					border-box;
    margin-top: 					15px;
/* 	background-color: 				#757575; */
    margin-bottom: 					15px;
    border:                         1px solid #b8b8b8;
    border-radius: 					0px;
/*     min-height: 					230px; */
    clear: 							left;
}

.bb h2 a,
.bb h2 a:hover,
.bb h2 a:active
{
    color: 							#fff;
}

.bb,
.bb a,
.bb a:hover,
.bb a:active
{
    color: 							#fff;
}
.bb-slider {
    margin-left: 					0;
    margin-right: 					0;
    position:                       relative;
}
.opening {
    z-index: 1000;
    position: absolute;
    width: 170px;
    height: 40px;
    top: 0px;
    left: 0px;
}
.bb-1, .bb-4
{
    margin-left: 					0;
}

.bb-2, .bb-5
{
    margin-left: 					0;
    margin-right: 					0;
}

.bb-3, .bb-6
{
    margin-right: 					0;
}

.prod-group{
    padding: 0;
}

.pg
{
    box-sizing: 					border-box;
    margin-top: 					5px;
    margin-bottom: 					10px;
    border: 						1px solid #000;
    border-radius: 					0px;
    min-height: 					128px;
}

.pg h2 a,
.pg h2 a:hover,
.pg h2 a:active
{
    color: 							#fff;
}

.pg,
.pg a,
.pg a:hover,
.pg a:active
{
    color: 							#fff;
}

.pg-2, .pg-4, .pg-6
{
    margin-left: 					15px;
}

.pg-1, .pg-3, .pg-5
{
    margin-left: 					0;
}
.ad
{
    box-sizing: 					border-box;
    margin-top: 					5px;
    margin-bottom: 					10px;
    border: 						1px solid #000;
    border-radius: 					5px;
    min-height: 					128px;
}

.ad h2 a,
.ad h2 a:hover,
.ad h2 a:active
{
    color: 							#fff;
}

.ad,
.ad a,
.ad a:hover,
.ad a:active
{
    color: 							#fff;
}

.ad-2, .ad-4, .ad-6
{
    margin-left: 					15px;
}

.ad-1, .ad-3, .ad-5
{
    margin-left: 					0;
}



/*

contact

*/


#contact
{
    width:							100%;
    height:							auto;
    min-height:						650px;
    color:							#000;
}

#contact a,
#contact a:hover
{
    color:							#000;
}

#contact .form-control
{
    display:						inline-block;
    margin-bottom:					20px;
    font-size:						14px;
    line-height:					25px;
    color:							#1e1e1e;
    border:							2px solid #dadada;
    resize:							none;
    height:							46px;
    width:							100%;
    vertical-align:					middle;
    box-shadow:						none;
    background:						#F5F5F5 none repeat scroll 0% 0%;
    border-radius:					3px;
    transition:						all 200ms ease-in 0s;
}

#contact .form-control:hover,
#contact .form-control:focus
{
    border: 						2px solid #004A92;
    background: 					#f2f7f7 none repeat scroll 0% 0%;
    box-shadow: 					none;
}

#contact textarea.form-control
{
    height: 						auto;
}

#contact .mapframe
{
    width:							100%;
    height:							400px;
}

#contact .contact-info div
{
    display:						inline-block;
}

#contact .contact-icon
{
    margin-right:					7px;
}

#contact .logo
{
    margin-top: 					-10px;
}

#contact .response
{
    display:						none;
}

#contact .response-container
{
    width:							90%;
    height:							400px;
    margin-bottom:					15px;
    padding:						130px 0px 100px 45px;
    border:							1px dotted #6dae2e;
}

#contact .response-container .outcome-message
{
    font-size:						26px;
}

#contact .response-container .btn
{
    margin-top:						30px;
}

/*

footer

*/

footer
{
    background: 					#D6D6D6 none repeat scroll 0% 0%;
    padding:						45px 0px 30px;
}

footer a,
footer a:hover
{
    color:							#fff;
}

footer p
{
    padding:						10px 0 0 0;
    margin:							0;
    font-size:						14px;
    font-weight:					300;
    line-height:					24px;
    letter-spacing:					0.9px;
    color:							#fff;
}


/*

forms

*/


.btn-vm
{
    display: 						inline-block;
    padding: 						10px 20px;
    margin-bottom: 					20px;
    font-size: 						14px;
    font-weight: 					600;
    letter-spacing: 				2px;
    text-transform: 				uppercase;
    text-decoration: 				none;
    border-radius: 					0px;
    box-shadow: 					none;
    background: 					transparent none repeat scroll 0% 0%;
    border: 						2px solid #0B4F8E !important;
    color: 							#0B4F8E;
}

.btn-vm.white
{
    border: 						2px solid #fff !important;
    color: 							#fff;

}

.btn-vm.green
{
    border: 						2px solid #6cb445 !important;
    color: 							#6cb445;
}

.btn-vm:hover
{
    outline: 						medium none;
    background: 					#609e3d none repeat scroll 0% 0%;
    border-color: 					#0B4F8E;
    color: 							#fff;
}


/* paging */


.paging-container
{
    margin-bottom:					20px;
    padding-top:					20px;
}

.paging-menu
{
    text-align:						center;
}

.paging-menu .action
{
    margin-left: 					4px;
    padding: 						8px 12px;
    font-size: 						13px;
    font-weight: 					400;
    line-height: 					8px;
    text-align: 					center;
    text-decoration: 				none;
    background-color: 				#efefef;
    border: 						solid 1px #e8e8e8;
    border-radius: 					3px;
    color: 							#555;
    display: 						inline-block;
    cursor: 						pointer;
    box-shadow: 					1px 1px 5px rgba(0, 0, 0, 0.1);
}

.paging-menu .action.active,
.paging-menu .action.active:hover
{
    border: 						solid 1px #555;
    cursor: 						default;
    background-color: 				#555;
    color: 							#fff;
}

.paging-menu .action.disabled
{
    cursor: 						default;
}

.paging-menu .action:hover
{
    border: 						solid 1px #ccc;
}

.paging-menu .action.disabled:hover
{
    border: 						solid 1px #e8e8e8;
}


/*

scroll to top btn

*/


.scrollup
{
    width:							35px;
    height:							35px;
    position:						fixed;
    bottom:							30px;
    right:							15px;
    display:						none;
    background:						rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
    border-radius:					50%;
    text-align:						center;
}

.scrollup i
{
    color:							#fff;
    font-size:						15px;
    display:						block;
    line-height:					33px;
}

.scrollup .fa
{
    font-family:					"fontawesome";
    font-style:						normal;
    font-weight:					normal;
}


/*

global rules

*/


.np
{
    padding:						0 !important;
}

.nm
{
    margin:							0 !important;
}

li.clearfix
{
    visibility:  					hidden;
    height: 						1px;
}

.shadow
{
    box-shadow:						1px 1px 5px rgba(0, 0, 0, 0.1);
}

.vm-img-responsive
{
    height:							auto;
    width:							100%;
}


/*

overwrite

*/

#colorbox
{
    background-color:				rgba(0,0,0,0.3);
}

#cboxContent
{
    background:						none;
}

#cboxLoadedContent
{
    overflow:						hidden !important;
}

#cboxPrevious,
#cboxNext,
#cboxCurrent
{
    bottom: 						10px;
    text-indent: 					0;
    color: 							#fff;
    background: 					none;
    border: 						none;
    outline: 						0;
    display: 						block;
}

#cboxPrevious
{
    left: 							10px;
}

#cboxNext
{
    left: 							33px;
}

#cboxCurrent
{
    left: 							70px;
    bottom: 						14px;
}

#cboxClose
{
    display: 						none;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(219,145,46,0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    -ms-transform: translate(460px, -100px) rotate(180deg);
    transform: translate(460px, -100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: #DB912E;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.hovereffect:hover a.info {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.clear {
    clear: both;
}

/*
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    background-color: #004A92;
}
.navbar {
    margin-bottom: 0px;
}
*/
.container-fluid {
    padding-left: 0;
}
/*
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}*/


.big-hide {
    display: none;
    visibility: hidden;
}

.table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
.total {
    font-size: 12px;
    text-align: right;
}
.badge {
    padding: 4px 7px;
    margin-left: -10px !important;
    background-color: #ffffff;
    color: #db912e;
}


/* #####################################################################
   #
   #   Project       : Modal Login with jQuery Effects
   #   Author        : Rodrigo Amarante (rodrigockamarante)
   #   Version       : 1.0
   #   Created       : 07/28/2015
   #   Last Change   : 08/02/2015
   #
   ##################################################################### */


* {
    font-family: 'Roboto', sans-serif;
}

#login-modal .modal-dialog {
    width: 350px;
}

#login-modal input[type=text], input[type=password] {
    margin-top: 10px;
}

#div-login-msg,
#div-lost-msg,
#div-register-msg {
    border: 1px solid #dadfe1;
    height: 30px;
    line-height: 28px;
    transition: all ease-in-out 500ms;
}

#div-login-msg.success,
#div-lost-msg.success,
#div-register-msg.success {
    border: 1px solid #68c3a3;
    background-color: #c8f7c5;
}

#div-login-msg.error,
#div-lost-msg.error,
#div-register-msg.error {
    border: 1px solid #eb575b;
    background-color: #ffcad1;
}

#icon-login-msg,
#icon-lost-msg,
#icon-register-msg {
    width: 30px;
    float: left;
    line-height: 28px;
    text-align: center;
    background-color: #dadfe1;
    margin-right: 5px;
    transition: all ease-in-out 500ms;
}

#icon-login-msg.success,
#icon-lost-msg.success,
#icon-register-msg.success {
    background-color: #68c3a3 !important;
}

#icon-login-msg.error,
#icon-lost-msg.error,
#icon-register-msg.error {
    background-color: #eb575b !important;
}

#img_logo {
    max-height: 100px;
    max-width: 100px;
}


/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}

.modal-content {
    background-color: #ececec;
    border: 1px solid #bdc3c7;
    border-radius: 0px;
    outline: 0;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
}

.checkbox {
    margin-bottom: 0px;
}

.btn {
    border-radius: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-lg, .btn-group-lg>.btn {
    border-radius: 0px;
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
}

.btn-link:hover, .btn-link:focus {
    color: #2c3e50;
    text-decoration: none;
}

.glyphicon {
    top: 0px;
}

.form-control {
    border-radius: 0px;
}

.store-header {
    width: 100%;
    height: auto;
}
.banner {
/*     height: 148px; */
    overflow: hidden;
    
}
.caar-col {
	background-color: #034993;
}
.reset-btn {
    margin-bottom: 5px;
    font-size: 12px;
}
.fast-finder .panel-body {
    padding-bottom: 5px;
}
.filter-text p {
    padding: 0px 10px 0px 0px;
    font-size: 18px;
    float: left;
}
.white-bg {
    background-color: #ffffff;
}
.store-list .panel {
    margin-top: 0px;
}
.store-list {
    font-family: 'roboto', sans-serif;
    font-weight: 300;
}
.store-list h3 {
    margin-top: 3px;
}
#order-details .main-content-container {
    margin: 15px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
}
#order-details .header-container {
    margin: 15px 0px 0px 0px;
}
#order-details .address-container {
    margin: 15px 0px 0px -15px;
}
#order-details .sidebar-container {
    margin: 15px 0px 0px -15px;
}
#order-details .product-listing-container {
    margin: 15px 0px 15px 0px;
}
#order-listing .main-content-container {
    margin: 15px 0px 0px 0px;
}
#order-listing .header-container {
    margin: 15px 0px 0px 0px;
}
#order-listing .address-container {
    margin: 15px 0px 0px -15px;
}
#order-listing .sidebar-container {
    margin: 15px 0px 0px -15px;
}
#order-listing .listing-container {
    margin: 15px 0px 15px 0px;
}
.mob-head img {
    margin: 0, auto;
}
.leftad1 .featured-item-pic img {
    min-height: 390px !important;
}
.featured-product .featured-item-pic img {
    display: block;
    margin: 0 auto;
    padding: 10px;
    min-height: 200px;
}
.product-item-pic-1 {
/*     height: 250px; */
}
.position-label p {
	margin-left: -15px;
}
.product-item-pic-2 {
    height: 160px;
    
    }
    .product-item-pic-2 .img-responsive {
    max-height: 100%;
    margin: 0 auto;
    }
.pic-border {
	border: 1px solid #b8b8b8;
}

.product-item-pic img {
    display: block;
    max-width: 100%;
    height: auto;

}
.prod-list-outer {
/* 	min-height: 300px; */
}
.part-block {
    border: 1px solid #d1d1d1;
    margin: 0px 0px 10px 0px;
    padding: 10px;
/*     min-height: 480px; */
    position: relative;
}
p.prod-ref {
	font-size: 10px;
}

.table-part-info{
    border: 1px solid #d4d4d4;
}

.table-part-info td{
    border-right: 1px solid #d4d4d4;
    padding: 5px;
}

.table-part-info .info-label{
    font-weight: bold;
    white-space: nowrap;
}

.table-part-info .info-value{
    font-weight: normal;
}

.breadcrumbs {
    color: white;
    font-size: 12px;
}
.breadcrumbs a:link {
    color: white;
    text-decoration: underline;
}
.breadcrumbs a:visited {
    color: white;
    text-decoration: underline;
}
.total-items {
    margin-top: 20px;
}
#product-listing .product-group-info {
    margin-top: 0px;
}
.mob-text h2 {
    text-align: center;
    color: white;
}
.mob-text h4 {
    text-align: center;
    color: white;
}
h4.empty {
    padding-left: 15px;
}
p.read-more {
    padding-left: 15px;
}
.big-hide {
    display: none;
    visibility: hidden;
}
button.paypal-button {
    border: none;
}
.cant-find {
    min-height: 700px;
    background-image: url('../../img/oops.png');
    background-position: center top;
    background-repeat: no-repeat;
}
h2.error {
    text-align: center;
    font-weight: bold;
}
.cant-find h4 {
    margin-top: 400px;
    font-size: 24px;
}
.filters #position {
    width: 200px;
}
.filters {
	padding: 0px 0px 15px 15px;
}
#filters_form ul.pagination {
	margin: 0px 0px 0px 10px;
	height: 21px;
}
.pagination>li>a, .pagination>li>span {

    padding: 3px 6px;
    margin-left: -1px;
    line-height: 1.42857143;

}
.single-prod-inner {
	border: 1px solid #b8b8b8;
}
.top-pad {
	padding-top:15px;
}
.warranty input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
.warranty h3 {
    font-size: 20px;
    font-weight: 700;
    color: #024a92;
    text-align: center;
}
.warranty-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #024a92;
    text-align: left;
}
.button-warranty {
    margin: 8px;
}
.prod-grp {
    padding: 0px;

}
.prod-grp-inner {
    height: 128px;
    margin: 0px 15px 15px 15px;
    background: linear-gradient(to bottom, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    border: 1px solid #b8b8b8;
    border-radius: 0px;
}
.prod-grp-top {
    padding: 0px;

}
.prod-grp-top-inner {
    background: linear-gradient(to bottom, #dbdbdb 0%, #fafafa 61%, #ebebeb 135%);
    border: 1px solid #b8b8b8;
    border-radius: 0px;
    margin: 0px 15px 15px 15px;
    height: auto;


}
.offer-inner {
    padding: 5px;
}
.all-offers {
    color: #ffffff !important;
}
.offer-link-bg {
    background-image: url("../../img/offers-overlay.png");
    background-position: right center;
    background-size: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    
}




.featured-product {
    /*background: url('../../img/fb2.jpg') no-repeat;*/
}

.special-order-tab {
    top: -8px;
    right: -7px;
    position: absolute;
    z-index: 1000;
    width: 100px;
}

.offer-tab {
    top: -3px;
    right: -3px;
    position: absolute;
    z-index: 1000;
    width: 115px;
}
.offer-tab-2 {
    top: -3px;
    right: 13px;
    position: absolute;
    z-index: 1000;
    width: 115px;
}
.featured-right .offer-tab-2 {
    top: -3px;
    right: -3px;
    position: absolute;
    z-index: 1000;
}

.cat-discount-tab {
    bottom: 24px;
    left: 8px;
    position: absolute;
    z-index: 1000;
    width: 100px;
}

.cat-discount-top-tab {
    top: -8px;
    left: -9px;
    position: absolute;
    z-index: 1000;
    width: 100px;
}

.navbar {
    margin-bottom: 0px;
    border: none;
}
#defaultmenu {
	float: none;
	/*width: max-content;*/
	margin: 0 auto;
}
.navbar-nav {
	width: auto;
}

.basket-box {
	background-color: #ededed;
	}
.vrm-box {
	background-color: #eac284;
}
.nav>li>a {
    padding: 15px 10px;
}
.search-form {
	margin-bottom: 10px;
	}

.second-nav {
	border-bottom: 1px solid #f8f8f8;
	
}
.second-nav .dropdown {
	padding: 0 15px;
	text-align: right;
	}

.center-element {
	width: 1170px;
	margin: 0 auto;
	float: none;
	}
.center-element-wide {
	width: 1300px;
	margin: 0 auto;
	float: none;
	}
.nav-row {
	background-color: #f8f8f8;
	border-bottom: 1px solid #e2e2e2;
}
.vrm-strip {
	padding: 10px 0;
}
#fast-finder-dropdowns {
	margin-top: 3px;
}
#fast-finder-dropdowns select {
	margin-left: 3px;
	min-width: 90px;
/* 	width: max-content; */
}
.lower-footer {
	background-color: #054d90;
}
.item-code {
	margin-top: 5px;
	font-size: 14px !important;
	color: #024d92;
}
.item-name {
	margin-top: 5px;
	font-size: 13px !important;
	font-weight: bold;
	
}
.basket-qty-label {

	padding: 10px 10px 10px 10px;
	display: inline-block;
}
btn-view-product, .btn-add-to-basket {
    margin-top: 0px !important;

}
#product-view .tab-menu {
    margin-top: 0px !important;
}
.filter-text {
	padding: 0px;
}
.filter-align {
	display: inline-block;
	margin-right: 10px;	
}
#site-footer .row {
		margin-left: 0px !important;
		margin-right: 0px !important;
}
#site-header .row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.product-item-description .table {
	margin-bottom: 0px;
}
.details .stock {
	margin-top: 0px;
}
.products .part-block {
	min-height: 385px;
}
.part-block-large {
    border: 1px solid #d1d1d1;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    min-height: 480px;
    position: relative;
}
.user-strip {
	padding: 0px;

	}
.user-strip .dropdown-menu {
	right:0px;
	left: inherit;
	margin-top: -5px;
	
}
.big-user {
	background-color: #024a93;
	height: 35px;
	margin-top: 15px;
	margin-bottom:15px;
	padding: 3px;
	color: #ffffff;
	border-right: 2px solid #ffffff;
}
.big-basket {
	background-color: #024a93;
	height: 35px;
	margin-top: 15px;
	margin-bottom:15px;
	padding: 3px;
	color: #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
.big-search {
	background-color: #024a93;
	height: 35px;
	margin-top: 15px;
	margin-bottom:15px;
	padding: 3px;
	color: #ffffff;
	border-left: 2px solid #ffffff;
}
.big-user a {
	color: #ffffff;	
	
}
.big-basket a {
	color: #ffffff;
	padding: 4px 0px 0px 10px;
}
.big-search a {
	color: #ffffff;
	padding: 4px 0px 0px 10px;
}
.sign-in-text {
	margin: 4px 0px 0px 10px;
	display: inline-block;
	
}
.cart-span {
	margin: 4px 0px 0px 0px;
	display: inline-block;
	
}
.search-span {
	margin: 4px 0px 0px 0px;
	float: left;
	
}
.big-basket .badge {
	margin: 5px 10px 0px 0px;
}
img.search-img {
	
}
.dropdown-menu a {
	color: #000000;
}
.dropdown-menu {
	color: #000000;
}
.search-drop {
	display: inline-block;
}
ul.member-menu {
	list-style-type:none;
	padding-inline-start: 5px;
	border: 1px solid grey;
	border-radius: 3px;
	margin: 8px;
}
.big-basket .dropdown-menu {
	min-width: 350px;
	left: -150px;
}
.basket-list-inner {
	margin: 5px;
}
.basket-total {
	padding-top: 5px;
	color: #024a93;
}
.basket-drop-img img {
    height: auto;
    width: auto;
    max-height: 60px;
    }
.big-basket hr {
	margin-bottom: 3px;
}
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
.basket-pad {
	padding: 0px;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}
h4.nomargin {
	font-size: 12px;
}
#cart .item-price, .line-price {
	font-size: 12px;
}
.container-mob {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.product-group-info img {
    display: block;
    max-width: 100%;
    height: auto;
}
.part-block .row {
	margin-left: 0px;
	margin-right: 0px;
}
.row.cat-title {
	margin-left: 0px;
	margin-right: 0px;
	min-height: 37px;
}
.cat-title h3 {
	font-weight: 400;
}
.incvat {
	font-size: 10px;
	color: black;
}
.available-options {
    text-align: right;
    font-size: 13px;
    margin-top: 5px;
    color: #db912f;
    margin-bottom: 10px;
}
.part-404 h3 {
	font-family: 'Roboto', sans-serif;
	padding: 30px;
	font-weight: 400;
}
.well {
	border: none;
	border-radius: 0px;
}

.prod-list-outer .brand{
    
    background-color: #004998;
    margin: 5px !important;
    padding: 4px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    
}

.prod-list-outer .active-brand{
    
    background-color: #E98C00 !important;
    
}

.prod-list-outer .brand .item-logo{
    
/*     height: 100% !important; */
    width: auto;
    display: block;
    margin: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    
    
}
img.item-logo{
    
    max-height: 40px;
    max-width: 180px;
    
    
}


.prod-list-outer .panel{
    
    margin: 0px !important;
    padding: 0px !important;
    
}

.prod-list-outer .panel-body{
    
    margin: 10px !important;
    
}

.prod-list-outer .panel-footer{
    
    font-weight: bold !important;
    font-size: 16px !important;
    color: #E98C00 !important;
    text-align: center;
    
}

.prod-list-outer .panel-heading{
    
    font-weight: bold !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    background-color: #004998;
    text-align: center;
    
}
.selector-logo {
	background-color: #ffffff;
}
.active-brand:before { 
	content:' ';
	position: absolute;
	left: 25px;
	height: 15px;
	width: 15px;
	background-color: #e98d01;

}

.prod-brand-selector .btn-add-to-basket{
    margin-top: 0px !important;
}

.prod-brand-selector .part-block-large{
    min-height: 350px !important;
}
p.stockage {
	font-size: 12px;
}
.redblock {
	color: red;
	background-color: red;
}
.greenblock {
	color: green;
	background-color: green;
}
.panel-footer.shocks {
	height: 180px;
	background-color: #ffffff;
}
.delivery-panel, .refund-panel, .contact-panel {
	margin-top: 15px;
}
.in-store-prices-vary {
	font-size: 14px;
	font-weight: bold;
	color: orange;
}
.no-click-collect {
	margin-bottom: 0px !important;
	color: red;
}
.search-member {
	margin: 7px;
}

.alert {
    text-align: center !important;
}
.a1234 {
  min-height: 50px;
}

.dave-p {
    color: #DB912E;
    font-size: 14px;
}

/*number plate rules*/

.number-plates .navbar-collapse {
    padding: 0px;
}
.bg-orange {
    background-color: #DB9227;
}
.bg-blue {
    background-color: #034993;
}.bg-grey {
     background-color: #D7D7D7;
 }
.mar-all-15 {
    margin: 15px;
}
.number-plates-div .inner-div {
    padding: 15px;
    border-radius: 5px;
    min-height: 280px;
}
.number-plates-config-div .inner-div {
    padding: 15px;
    border-radius: 5px;
    min-height: 10px;
    height: auto;
}
h3.number-plates  {
    margin-top: 0px;
    color: white;
    font-weight: 500;
    font-size: 20px;
}
p.number-plates {
    color: white;
    font-size: 16px;
}
.cp-bottom {
    background-image: url("../../img/caar-plates-bottom.png");
}
h3.number-plates-faq  {
    margin-top: 30px;
    color: #034993;
    font-weight: 500;
    font-size: 20px;
}
h3.number-plates-faq-config  {
    margin-top: 0px;
    color: #034993;
    font-weight: 500;
    font-size: 20px;
}
a.number-plates-faq {
    color: #034993;
    font-size: 18px;
    line-height: 32px;
}
.np-slider {
    border: none;
    border-radius: 5px;
    background-image: url("../../img/number-plate-slide.png");
    min-height: 294px;
}
.np-slide-inputs {
    width: 80%;
    margin: 0 auto;
    float: none;
}
.np-slide-inputs .btn {
    width: 100%;

}
@font-face {
    font-family: 'uknumberplateregular';
    src: url('../../fonts/uknumberplate-webfont.woff2') format('woff2'),
    url('../../fonts/uknumberplate-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h4.uknp {
    font-family: 'uknumberplateregular';
    font-size: 48px;
    margin-top: 0px;
    margin-left: 0px;
}
h4.uknp-square {
    font-family: 'uknumberplateregular';
    font-size: 106px;
    margin-top: 0px;
    margin-left: 0px;
    line-height: 0.8;
}
.np-front {
    border: none;
    border-radius: 5px;
    background-size: cover;
    background-color: white;
    width: 250px;
    height: 53px;
    margin: 15px 2px 2px 15px;
    text-align: center;
    background-image: url("../../img/plate-num-black-ob.png");
}
.np-back {
    border: none;
    border-radius: 5px;
    background-size: cover;
    background-color: #FFC808;
    width: 250px;
    height: 53px;
    margin: 15px 5px 5px 15px;
    text-align: center;
    background-image: url("../../img/plate-num-black-ob.png");
}
.np-front-square {
    border: none;
    border-radius: 5px;
    background-size: cover;
    background-color: white;
    width: 250px;
    height: 185px;
    margin: 15px 4px 2px 15px;
    text-align: center;
    display: none;
    background-image: url("../../img/plate-num-black-sq.png");
}
.np-back-square, .np-back-square-motorbike {
    border: none;
    border-radius: 5px;
    background-size: cover;
    background-color: #FFC808;
    width: 250px;
    height: 185px;
    margin: 15px 4px 2px 15px;
    text-align: center;
    display: none;
    background-image: url("../../img/plate-num-black-sq.png");
}
.np-back-oversize {
    border: none;
    border-radius: 5px;
    background-size: cover;
    background-color: #FFC808;
    width: 250px;
    height: 185px;
    margin: 15px 4px 2px 15px;
    text-align: center;
    display: none;
    background-image: url("../../img/plate-num-black-sq.png");
}
.black-border{
    background-image: url("../../img/oblong-border-blk.png");
}
.black-border-square{
    background-image: url("../../img/sq-border-blk.png");
}
/*.white-border{
    background-image: url("../../img/oblong-border-white.png");
}
.white-border-square{
    background-image: url("../../img/sq-border-white.png");
}*/
.black-plate-oblong {
    background-color: black;
    background-image: url("../../img/plate-num-white-ob.png");
}
.black-plate-square {
    background-color: black;
    background-image: url("../../img/plate-num-white-sq.png");
}

.number-plates-config-div ul {
    list-style-type: none;
    padding-inline-start: 0px;
    margin-bottom: 0px;
}

.number-plates-config-div li {
    display: inline-block;
}
.number-plates-config-div input[type="checkbox"][id^="cb"] {
    display: none;
}

.number-plates-config-div label {
    border: none;
    padding: 5px 0px 0px 5px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.number-plates-config-div label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.number-plates-config-div label img {
    height: 95px;
    width: auto;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.number-plates-config-div label.mbr img {
    height: auto;

}

.plate-type label img {
    height: auto;
    width: 90%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}
.plate-position label img {
    height: 100%;
    width: auto;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.plate-country {
    padding-right: 0px;
}
.number-plates-config-div :checked+label {
    border-color: #ddd;
}

.number-plates-config-div :checked+label::before {
    content: "✓";
    background-color: green;
    transform: scale(1);
    z-index: 1000;
}
.plate-country label img {
    /*margin: 0px 20px;*/
}
.plate-country label {
    margin-top: 0px;
    text-align: center;
}
.plate-country label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: -2px;
    left: 0px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}



.plate-type label img {
    margin: 0px 19px 0px 19px;
}
.plate-type label {
    margin-top: 0px;
    text-align: center;
}
.plate-type label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: 9px;
    left: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}




.number-plates-config-div :checked+label img {
    transform: scale(1);
    /*box-shadow: 0 0 5px #333;*/
    z-index: -1;
}
h3.number-plates-config {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #034993;
    font-weight: 500;
    margin-left: 20px;
}
button.npc {
    width: 100%;
    text-align: left;
    margin-top: 21px;
}
input.config-reg  {
    margin-top: 4px;
}
li.np-config {
    display: block;
}
.min-128 {
    min-height: 128px !important;
}
.cb31, .cb32 {
    height: 100% !important;
    width: auto !important;
}
.cb33 {
    width: 143px !important;
    height: 78px !important;
    padding-top: 0px !important;
    margin-top: -35px !important;
}

input[type="text"].no-pl {
    text-transform:uppercase;
    font-family: "uknumberplateregular";
}
input[type="text"].no-pl::-webkit-input-placeholder {
    text-transform: none;
    font-size: 12px !important;
    font-family: "verdana", sans-serif !important;
    padding: 0px 0px 0px 0px;
}

input[type="text"].no-pl::-moz-placeholder { /* Firefox 19+ */
    text-transform: none;
    font-size: 12px !important;
    font-family: "verdana", sans-serif !important;
    padding: 0px 0px 0px 0px;
}
input[type="text"].no-pl:-ms-input-placeholder { /* IE 10+ */
    text-transform: none;
    font-size: 12px !important;
    font-family: "verdana", sans-serif !important;
    padding: 0px 0px 0px 0px;
}
input[type="text"].no-pl:-moz-placeholder { /* Firefox 18- */
    text-transform: none;
    font-size: 12px !important;
    font-family: "verdana", sans-serif !important;
    padding: 0px 0px 0px 0px;
}


#numform > .form-control{
    color: #666157;
    background: #ffffff;
    font-size: 31px;
    font-weight: 600;
    letter-spacing: 1px;
    height: 45px;
    padding: 6px 15px;
    border-radius: 0px;
    box-shadow: inset -3px -3px 10px #eee;
    border: none;
    border-top: 2px solid #CECECE;
    border-left: 2px solid #CECECE;
    text-align: center;
}
.form-horizontal .btn {
    color: #fff;
    background-color: #DB9227;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    border: none;
    border-radius: 20px;
    box-shadow: inset -3px -3px 10px #bd841b;
    transition: all 0.3s ease 0s;
}
.form-horizontal .btn:hover { background-color: #e6a760;
}
/* Radio Button 1 */
.rb1 {
    display: inline;
    position: relative;
    padding-top: 10px;
    padding-left: 42px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.crb1 {
    margin-top: 10px;
}

/* Hide the browser's default radio button */
.rb1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 10px;
    left: 5px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rb1:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rb1 input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rb1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rb1 .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.min-167 {
    min-height: 167px !important;
}

div.panelnp {
    display: none;
}

div.panelnp.show {
    display: block !important;
}
h3.pointer {
    cursor: pointer;
margin-top: 5px;
}
.divrel {
    position: relative;
}
.number-plates-config-div label {

    font-weight: 500;
}
img.moto {
    width: 100%;
    height: auto;
}
.np-min-h {
    margin-top: 190px;
}

/* I didnt need to add anything here as @antonio did a perfect job with the CSS :0) */
.closure-message-date {
    background-image: url("../../img/closed.png");
    text-align: center;
    padding: 30px 50px 50px 50px;
    height: 280px;
    font-weight: bold;
    font-size: 20px;
    color: #4e4e4e;
}
.ui-widget-header {
    border: 1px solid #034993;
    background: #034993 url(img/ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}
.ui-widget-content a {
    color: white;
}
.ui-dialog{
    z-index: 2000;
}
#tabs{
    margin-bottom: 15px;
}
.same-day {
  margin: 0px 0px 10px 0px;
  text-align: center;
}
.advert-top-right {
  margin-bottom: 15px;
}