html {
  scroll-behavior: smooth;
}
body {
  padding-top: 2rem;
  background:url(https://www.japeurocarparts.co.uk/images/bg-background.jpg) fixed;
}
.starter-template {
  padding: 2rem 0rem 1rem 0rem;
  text-align: left;
}

/* Sticky footer styles
-------------------------------------------------- 
html {
  position: relative;
  min-height: 100%;
}
*/
body {
  /*margin-bottom: 60px;*/ /* Margin bottom by footer height */
}

h1,h2,h3,h4,h5,h6{font-weight:bold}
h1{font-size:20px}
h2{font-size:18px}
h3{font-size:16px}

.curved{
	background-color:#FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	border-radius: 10px;
}

.curvedSmall{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
}

.container{
	background:white;
	padding:10px 30px !important;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
@media only screen and (min-width: 600px){
	.container{
		width:1170px;
	}
	
	.desktopItem{display:block}
	.mobileItem{display:none}
	
	
}

.whitetext{color:white;}

.form-group {
    margin: 10px !important;
    min-width: 220px !important;
}

@media only screen and (max-width: 600px){
	.form-group {
		width:100%
	}	
	.desktopItem{display:none}
	.mobileItem{display:block}

	
}


.hideMobile{
	display:none;
}

@media (max-width: 576px) {

.hideMobile{
	display:block;
}

}


.product {
    position: relative
}
.zoom-btn {
    font-size: 1rem;
    position: absolute;
    top: 2px;
    right: 2px;
	color:grey;
}



.urlButton {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}


.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

.badge{
	border-radius:2px !important;
}

.form-control-lg {
    border: 1px solid #aaa !important;
}

.whitetext{
	color:white;
}

.bg-dark {
    background-color: #021629 !important;
}

a {
    color: #021629;
}

.navbar {
	padding: 0.5rem 0.2rem !important;
}


.mr-auto, .mx-auto {
	margin-left: 29% !important;
}	

@media only screen and (max-width: 1200px){
	.mr-auto, .mx-auto {
		margin-left: auto !important;
	}	
}

/* MODELS PAGE START */
.mobileBox > .boxModelOuter{
	float:left;
}
.boxModelOuter{
	background-color:#FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	border-radius: 10px;
	 
	padding:2px; 
	margin-right:8px; 
	margin-bottom:8px; 
	max-width:200px;
	min-width: 200px;
	min-height:240px; 
	position:relative;
	
	/*
	border:1px solid #cccccc;
	
	background-image:url(images/bg-gradient.gif); 
	background-repeat:repeat-x; 
	background-position:bottom; 
	*/	
}
.boxLineContainer{
	width:100%;
	height:110px;
	
}
.boxInnerLine,.boxInnerLine2{
	text-align:center;
	padding:4px;
}
.boxBtnOuter{
	position:absolute; 
	bottom:10px;
	width:100%;
}

.boxBtnInner{
	text-align:center; 
	position:relative;
}
.boxImage{
	max-height:150px;
	/*max-width:85%;*/
}

.boxTitle{
	font-size:12px;
	font-weight:bold;
	min-height:20px
}
.boxTitle a{ color: black}
.boxTitleCat{
	color:black;
}
.boxTitleYear{	
	color:grey;
}


@media only screen and (max-width: 600px) {
	.mobileBox > .boxModelOuter{
		max-width: 100%;
		min-height: 50px;
		float: none;
		position: inherit;
		max-height: 190px;

	}
	.mobileBox > .boxModelOuter > .boxLineContainer{
		width:100%;
		height:inherit;
		min-height:inherit;	
	}
	.mobileBox > .boxModelOuter > .boxLineContainer > .boxInnerLine{
		text-align:left;
		padding:4px;	
		position: absolute;
		margin-left: 200px;
	}
	.mobileBox > .boxModelOuter > .boxLineContainer > .boxInnerLine2{
		text-align:left;
		padding:4px;
		width:200px;			
		position:relative;
		min-height: 100px;
	}
	.mobileBox > .boxModelOuter > .boxBtnOuter{
		position:relative;
		top:-50px;
		margin-left: 200px;
	}	
	.mobileBox > .boxModelOuter > .boxBtnOuter > .boxBtnInner{
		text-align:left; 
		width:inherit;
		position:relative;
	}
	.mobileBox > .boxModelOuter > .boxLineContainer > .boxInnerLine2 > .boxImage{
		max-height:inherit;
	}
	
	.mobileBox > .boxModelOuter > .boxLineContainer > .boxInnerLine > .boxTitle{
		font-size:14px;
	}




	.boxSliderContainer > .boxModelOuter{
		max-width: 100%;

	}
	.boxSliderContainer > .boxModelOuter > .boxLineContainer{
		width:100%;
	}
	
}

/* MODELS PAGE END */



.btn-danger{
	/*background-image: linear-gradient(to bottom,#3454cc 0,#001d8b 100%)!important; */
	background: #be001b !important;
	border-color:#be001b !important;
	color:white;
}
.btn-danger:focus, .btn-danger:hover{
	/*background-image: linear-gradient(to bottom,#001d8b 0,#3454cc 100%) !important; */
	background: #c90526;
	color:white !important;
}

.btn-darkblue{
	/*background-image: linear-gradient(to bottom,#3454cc 0,#001d8b 100%)!important; */
	background: #021629 !important;
	border-color:#021629 !important;
	color:white;
}

.btn-darkblue:focus, .btn-darkblue:hover{
	/*background-image: linear-gradient(to bottom,#001d8b 0,#3454cc 100%) !important; */
	background: #002950 !important;
	color:white !important;
}

.catIcon{
	width:93px; 
	height:140px; 
	text-align:center; 
	margin:1px; 
	float:left; 
	cursor:pointer;	
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.catIconBox{
	width:210px; 
	height:330px; 
	text-align:left; 
	margin:2px; 
	padding:6px;
	float:left; 
	cursor:pointer;	
	/*border:1px solid red;*/
}
.catIconSub{
	margin-top:5px;
	padding:3px;
	font-size:11px;
	clear:both;
	
}
.catIconImg{
	display: inline-block;
	vertical-align: middle;
	width:35px;
	margin:4px 10px 4px 0;
	float:left;
}
.catIconSub a{
    text-decoration: underline;
}


@media only screen and (max-width: 600px){
	.catIconBox{
		width:185px; 
		height:330px; 
		text-align:left; 
		margin:0px; 
		padding:2px;
		float:left; 
		cursor:pointer;	
		/*border:1px solid red;*/
	}
}


.glyphCirle{
   height:2em;
   width:2em;
   border-radius:50%;
   background:#cc0000;
   padding:3px 5px;
}
.glyphCirle .glyphicon{
	color:white
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.navbar-dark .navbar-nav .nav-link {
	color:#fff
}

.badge-price{
    padding-bottom: 7px !important;
    border-radius: 5px !important;
    min-width: 125px !important;
}

@media (max-width: 767px) {
  .address-form .col-sm-1.form-group {
    display: none;
  }
  .address-form .col-sm-4.form-group {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .address-form .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.address-summary {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.address-summary hr {
  margin: 15px 0;
}
