/*
Theme Name: North Shore Racks

*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

@font-face {
	font-family: 'AlternateGothicNo3';
	src: url('fonts/AlternateGothicNo3.eot?#iefix') format('embedded-opentype'), url('fonts/AlternateGothicNo3.woff') format('woff'), url('fonts/AlternateGothicNo3.ttf') format('truetype'), url('fonts/AlternateGothicNo3.svg#AlternateGothicNo3') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Times-Roman';
	src: url('fonts/Times-Roman.eot?#iefix') format('embedded-opentype'), url('fonts/Times-Roman.otf') format('opentype'), url('fonts/Times-Roman.woff') format('woff'), url('fonts/Times-Roman.ttf') format('truetype'), url('fonts/Times-Roman.svg#Times-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BemboStd', serif;
	src: url('fonts/BemboStd.eot?#iefix') format('embedded-opentype'), url('fonts/BemboStd.otf') format('opentype'), url('fonts/BemboStd.woff') format('woff'), url('fonts/BemboStd.ttf') format('truetype'), url('fonts/BemboStd.svg#BemboStd') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir-Medium';
	src: url('fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Avenir-Medium.otf') format('opentype'), url('fonts/Avenir-Medium.woff') format('woff'), url('fonts/Avenir-Medium.ttf') format('truetype'), url('fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir-Light';
	src: url('fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Avenir-Light.woff') format('woff'), url('fonts/Avenir-Light.ttf') format('truetype'), url('fonts/Avenir-Light.svg#Avenir-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
  font-family: 'Avenir-Black';
  src: url('fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),  url('fonts/Avenir-Black.woff') format('woff'), url('fonts/Avenir-Black.ttf')  format('truetype'), url('fonts/Avenir-Black.svg#Avenir-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}



body {
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #4e4e4e;
	font-family: "Avenir-Light", Helvetica, sans-serif;
	background: #f2f2f2
}

*,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
li {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.clearfix::after,
.clearfix::before {
	content: "";
	clear: both;
	display: table;
}

ol,
ul {
	list-style: none;
}

a {
	transition: all .3s;
	text-decoration: none !important;
	outline: none
}

p {
	font-size: 16px;
	line-height: 27px;
	padding-bottom: 30px
}

h1 {
	font-family: 'AlternateGothicNo3';
	font-size: 45px;
	color: #ffffff;
	line-height: 50px;
	text-transform: uppercase
}

h1 em {
	color: #fe9025
}

h2 {
	font-size: 40px;
	line-height: 45px;
	font-family: 'AlternateGothicNo3';
}

h3 {
	font-size: 28px;
	font-family: 'AlternateGothicNo3';
	line-height: 36px
}

h4 {
	font-size: 26px;
	line-height: 32px;
	font-family: 'AlternateGothicNo3';
	color: #000;
}

h5 {
	font-size: 22px;
	line-height: 28px;
	font-family: 'AlternateGothicNo3';
}

#wrapper {
	width: 100%;
	height: auto;
}

.container {
	max-width: inherit;
	width: 100%;
	padding: 0 2%
}

.sticky {
	position: absolute;
	width: 100%;
	z-index: 28
}

.header {
	padding-top: 30px;
	height: 90px;
	display: table;
	width: 100%;
}

.header .logo {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 291px
}

.header .logo a {
	display: block
}

.header .logo a img {
	max-width: 100%
}

.header .menu {
	/*float: right;*/
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: 'AlternateGothicNo3';
}

.header .menu ul {
	display: inline-block;
	padding: 0 50px
}

.header .menu ul li {
	/*    float: left*/
	display: inline-block;
}

.header .menu ul li a {
	color: #fff;
	font-size: 18px;
	padding: 0 20px;
	text-transform: uppercase
}

.header .menu ul li a:hover {
	color: #fe9025
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	z-index: 101;
	height: 58px;
}

.fixed .header {
	height: 100%;
	padding: 0;
}

.fixed .container {
	height: 100%;
}

#nav-icon {
	display: none
}

.right_menu {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.right_menu ul li {
	display: inline-block;
	padding: 0 5px;
	position: relative
}

ul.bottom_m li a img {
	transition: all .3s
}

ul.bottom_m li a .two-img {
	display: none;
}

ul.bottom_m li a:hover .two-img {
	display: inline-block
}

ul.bottom_m li a:hover .first-img {
	display: none;
}

.right_menu ul li a {
	display: block
}

.serch_fixed input {
	box-sizing: border-box;
	background: rgba(0, 0, 0, .3);
	border: 0px solid #fff;
	font-size: 28px;
	color: #fff;
	padding: 0 25px;
	height: 35px;
	position: absolute;
	font-family: 'AlternateGothicNo3';
	outline: none;
	width: 500px;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	display: block !important
}

.serch_fixed {
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: #000
}

.serch_fixed .close_srch {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 22px;
	height: 22px;
	cursor: pointer
}

.serch_fixed .close_srch span {
	height: 2px;
	width: 25px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0
}

.serch_fixed .close_srch span:first-child {
	transform: rotate(135deg);
}

.serch_fixed .close_srch span:last-child {
	transform: rotate(-135deg);
}

.fixed .right_menu ul li input {
	bottom: -52px
}

.right_menu ul li input::-webkit-input-placeholder {
	color: #fff;
}

.right_menu ul li input::-moz-placeholder {
	color: #fff;
}

.right_menu ul li input:-ms-input-placeholder {
	color: #fff;
}

.right_menu ul li input:-moz-placeholder {
	color: #fff;
}

.banner {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 0
}

.banner img {
	width: 100%;
	height: auto;
}

.banner_txt {
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: 'AlternateGothicNo3';
	width: 90%
}

.banner_txt p {
	font-size: 92px;
	line-height: 67px;
	color: #fe9025;
	font-family: 'AlternateGothicNo3';
	font-weight: 400;
	padding: 8px 0;
	text-transform: uppercase;
}

.banner_txt h1 em br {
	display: none
}

.banner.inner_banner .explore,
.banner.inner_banner .down_arrow {
	display: none
}

a.read {
	font-size: 14px;
	line-height: 27px;
	height: 40px;
	width: 200px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	line-height: 38px;
	display: block
}

.banner_txt a.read {
	border: 1px solid #fff;
	color: #fff
}

.down_arrow {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 24px;
	width: 24px;
	bottom: -12px
}

.down_arrow a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fe9025;
}

.down_arrow a:hover {
	background: #848484
}

.down_arrow img {
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.explore {
	position: absolute;
	bottom: 25px;
	left: 50%;
	font-size: 11px;
	color: #fff;
	transform: translateX(-50%);
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing: 2px
}

.explore a {
	color: #fff
}

.explore a:hover {
	color: #fe9025
}

.main-content {
	padding: 0px 0;
}

.description_bg {
	background: #e6e6e6 url('images/bg.png');
	display: block
}

.description {
	display: block;
	text-align: center;
	padding: 65px 0;
	width: 800px;
	margin: 0 auto;
}

.description h3 {
	padding-bottom: 30px
}

.description p {
	line-height: 32px
}

.buttons {
	display: block;
	margin: 0 auto
}

.buttons a {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 13px;
	padding: 0px 15px;
	box-sizing: border-box;
	height: 38px;
	margin: 0 20px;
}

.buttons a.shop {
	background: #fe9025;
	line-height: 38px;
	color: #fff;
	letter-spacing: 3px;
}

.buttons a.shop:hover {
	background: #000
}

.buttons a.learn {
	border: 1px solid #000;
	line-height: 36px;
	color: #000;
	letter-spacing: 3px;
}

.buttons a.learn:hover {
	background: #fe9025;
	color: #fff;
	border-color: transparent;
}

.inner-bike {
	display: block
}

.car-left {
	position: relative
}

.f_left {
	width: 50%;
	float: left;
	font-size: 0
}

.f_left img {
	width: 100%;
	object-fit: cover;
	object-position: right;
}

.bike .inner-bike:nth-child(even) .car-left img {
	object-position: left
}

.car-right,
.car-left {
	/*max-height: 550px*/
}

.car-right {
	position: relative;
	background: #000;
}


/*.car-right:before{
    content: '';
    background: rgba
}*/

.car-left img {
	height: 100%
}

.car-right img {
	height: 100%;
	object-fit: cover;
	opacity: .21;
	height: 100%
}

.car_text {
	position: absolute;
	top: 50%;
	left: auto;
	right: 70px;
	transform: translate(0, -50%);
	color: #fff;
	width: 35%
}

.car_text h2 {
	padding-bottom: 20px;
	text-transform: uppercase;
}

a.buy {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 13px;
	padding: 0px 20px;
	box-sizing: border-box;
	height: 38px;
	background: #fe9025;
	line-height: 38px;
	color: #fff;
	display: inline-block;
	letter-spacing: 2px
}

a.buy:hover {
	background: #848484
}

.bike {
	padding: 0 0 10px 0
}

.bike .inner-bike:nth-child(even) .car-left {
	float: right;
}

.bike .inner-bike:nth-child(even) .car_text {
	text-align: right;
	right: auto;
	left: 70px
}

.bike .inner-bike:nth-child(even) .car-left .asr-bike {
	transform: translateY(-50%) translateX(-40%);
}

.car-left .asr-bike {
	position: absolute;
	content: '';
	right: 0;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%) translateX(40%);
}

.bike .inner-bike:nth-child(even) .car-left .asr-bike {
	right: auto;
	left: 0
}

.slick-initialized .slick-slide {
	outline: none
}

.slick-dots li button {
	background: url('images/circle-ico.png') no-repeat;
	width: 8px;
	height: 7px;
}

.slick-dots li button:before {
	color: transparent;
}

.slick-dots li.slick-active button:before {
	background: url('images/circle-ico2.png') no-repeat;
	color: transparent
}

.what_say {
	text-align: center;
	padding: 50px 0 0;
	/* margin-bottom: -120px; */
}

.what_say h4 {
	position: relative;
	display: inline-block
}

.what_say p {
	padding-bottom: 20px;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	font-family: "Avenir-Light", Helvetica, sans-serif;
}

.what_say h4:before,
.what_say h4:after {
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	content: '';
	height: 100%;
	width: 1px;
	background: #000;
}

.what_say h4:after {
	right: auto;
	left: -25px
}

.what_say .center {
	padding: 35px 0 25px
}

.footer {
	width: 100%;
	background: #000
}

.footer .top_bg {
/*	background: url('../../uploads/2019/01/Footer_Color.jpg') bottom center no-repeat;
	min-height: 580px;
	width: 100%;
	background-size: 100% 100%;*/
	/*    margin-top: -120px*/
}

.btm_bg {
	padding: 50px 0 0;
	text-align: center;
	font-family: 'AlternateGothicNo3';
}

.midd_footer {
	padding-bottom: 50px
}

.btm_bg h5 {
	color: #fff
}

.btm_bg ul li a {
	font-size: 16px;
	color: #e1e1e1;
	line-height: 27px;
	text-transform: uppercase;
	opacity: .8
}

.btm_bg ul li a:hover {
	color: #fe9025
}

.f_left1 h5 {
	padding-bottom: 3px
}

.f_left1 h5 a {
	color: #fff;
}

.f_left1 h5 a:hover {
	color: #fe9025;
}

.f_left1 h5:nth-of-type(2) {
	padding-top: 30px
}

.form_srch form {
	height: 100%;
	position: relative
}

.f_mid input {
	height: 100%;
	box-sizing: border-box;
	background: transparent;
	border: 1px solid #747474;
	font-size: 16px;
	color: #c5c5c5;
	padding: 0 15px;
	float: left;
	outline: none;
	border-radius: 0
}

.f_mid p {
	font-size: 15px;
	line-height: 18px;
	color: #d4d4d4;
	font-family: "Avenir-Light", Helvetica, sans-serif;
	opacity: .8
}

.form_srch {
	display: block;
	height: 38px
}

.form_srch form:before {
	right: 60px;
	height: 50%;
	content: '';
	width: 1px;
	background: #747474;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.f_mid input[type="text"] {
	width: calc(100% - 60px);
	border-right: 0;
	-webkit-appearance: none;
	color: rgba(197, 197, 197, .8)
}

.f_mid input[type="submit"] {
	width: 60px;
	border-left: 0;
	cursor: pointer;
	-webkit-appearance: none;
	transition: all .3s
}

.f_mid input[type="submit"]:hover {
	color: #fe9025
}

.f_mid input::-webkit-input-placeholder {
	color: rgba(197, 197, 197, .8)
}

.f_mid input::-moz-placeholder {
	color: rgba(197, 197, 197, .8)
}

.f_mid input:-ms-input-placeholder {
	color: rgba(197, 197, 197, .8)
}

.f_mid input:-moz-placeholder {
	color: rgba(197, 197, 197, .8)
}

.copy {
	padding: 30px 0;
	border-top: 1px solid #1f1f1f
}

.copy p {
	font-size: 11px;
	color: #979797;
	text-transform: uppercase;
	opacity: .8;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300
}

.copy a {
	color: #979797;	
}

.copy a:hover {
	color: #fe9025;
}

.left_detail {
	background: #000000;
	padding: 45px 45px 30px;
	min-height: 440px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link {
	background: transparent;
	border: 0;
	color: #fff
}

.nav-tabs .nav-link.active {
	border-bottom: 1px solid #fff
}

.nav-tabs {
	border: 0;
	justify-content: center;
	padding: 3px 0 25px;
	text-align: center
}

.nav-tabs .nav-item {
	padding: 0 40px;
}

.nav-tabs .nav-item .nav-link {
	padding: 0;
	font-family: 'AlternateGothicNo3';
	opacity: .9
}

.tab-content p {
	font-size: 15px;
	line-height: 23px;
	color: #fff;
	opacity: .8;
	font-family: "Avenir-Light", Helvetica, sans-serif;
	text-align: center
}

.inner_menu {
	display: block;
	padding-top: 15px
}

.inner_menu ul {
	text-align: center;
}

.inner_menu ul li {
	display: inline-block;
	padding: 0 10px 0 12px;
	text-transform: uppercase;
	border-left: 1px solid #fff
}

.inner_menu ul li:first-child {
	border: 0
}

.inner_menu ul li a {
	font-size: 15px;
	color: #fff;
	font-family: 'AlternateGothicNo3';
}

.inner_menu ul li a:hover {
	color: #fe9025
}

.right_detail {
	padding: 0;
	font-size: 0;
	background: url('http://new.northshoreracks.com/wp-content/uploads/2018/08/nsr_4bike_descrip_pic.jpg') right center no-repeat;
	background-size: auto 100% !important;
}

.row.detail_both {
	margin: 0
}

.abs_img {
	position: absolute;
	right: 2%;
	top: 5%;
}

.what_say.gallery {
	padding-bottom: 100px;
	padding-top: 60px;
	margin-bottom: 0
}

.what_say.gallery h4 {
	text-transform: uppercase
}

.gallery_images {
	display: block;
	margin-top: 40px;
}

.gallery_images ul {
	text-align: center
}

.gallery_images ul li {
	display: inline-block;
}

.gallery_images ul li:nth-child(3n+2) {
	padding: 10px 20px
}

.product_slider {
	background: #fff;
	padding: 55px 0
}

.product_slider .slick-slide img {
	margin: 0 auto;
	max-width: 100%
}

.product_slider .slick-prev,
.product_slider .slick-next {
	width: 21px;
	height: 40px;
	left: 0;
	right: auto;
	z-index: 9
}

.product_slider .slick-next {
	right: 0;
	left: auto
}

.product_slider .slick-prev:before,
.product_slider .slick-next:before {
	content: '';
	width: 21px;
	height: 40px;
	background: url('images/right.png');
	right: 0;
	top: 0;
	border: 0;
	position: absolute;
	opacity: 1;
	transition: all .3s
}

.product_slider .slick-next:hover:before {
	background: url('images/right-hover.png');
}

.product_slider .slick-prev:hover:before {
	background: url('images/left-hover.png');
}

.product_slider .slick-prev:before {
	background: url('images/left.png');
	left: 0
}

.prod_descrp .nsr_bike_price {
	display: block;
	color: #000;
	text-align: center;
	padding-bottom: 10px
}

.prod_descrp .nsr_bike_price h3 {
	text-transform: uppercase;
	color: #000;
	text-align: center;
	padding-bottom: 2px
}

.quantity-btn {
	padding: 25px 0 0
}

.prod_descrp .nsr_bike_price em {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	font-family: 'Avenir-Light';
	padding-bottom: 10px
}

.prod_descrp .nsr_bike_price strong {
	/*    font-family: 'Avenir-Medium';*/
	font-family: 'AlternateGothicNo3';
	font-size: 28px;
	display: block;
	padding: 20px 0 15px 0
}

.nsr_bike_desp {
	text-align: center;
	padding-top: 60px
}

.nsr_bike_desp p {
	font-family: "Avenir-Light", Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-bottom: 20px;
	line-height: 20px;
}

.nsr_bike_desp a {
	color: #000000;
	font-family: 'AlternateGothicNo3';
	font-size: 15px;
	display: inline-block;
}

.nsr_bike_desp a:hover {
	color: #7d7d7d;
	text-decoration: underline !important
}

.qty_num label {
	border: 1px solid #d7d7d7;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
}

.qty_num input {
	width: 40px;
	font-size: 16px;
	font-family: 'AlternateGothicNo3';
	text-align: center;
	height: 50px;
	background: #f6f6f6;
	border: 0px solid #d7d7d7;
	outline: none;
	border-radius: 0
}

.qty_num input[type="number"] {
	border-left: 1px solid #d7d7d7
}

.qty_num input::-webkit-input-placeholder {
	color: #000000;
}

.qty_num input::-moz-placeholder {
	color: #000000;
}

.qty_num input:-ms-input-placeholder {
	color: #000000;
}

.qty_num input:-moz-placeholder {
	color: #000000;
}

.qty_num input[type="text"] {
	float: left;
	width: 50px;
	background: #fff;
}

.qty_num input[type="submit"] {
	cursor: pointer;
	width: 220px;
	background: #000;
	color: #fff;
	border: 1px solid transparent;
	transition: all .4s;
	font-size: 18px
}

.qty_num input[type="submit"]:hover {
	border: 1px solid #fe9025;
	background: #fe9025
}


/* For Firefox */


/*
input[type='number'] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
*/

.filter_isotop {
	padding: 20px 0
}

.element-item {
	width: 24.8%;
	padding: 15px 0;
	/*
    margin: 0 3.33%;*/
}

.box {
	text-align: center;
	max-width: 100%;
	width: 280px;
	margin: 0 auto
}

.box .inner_box {
	border: 3px solid #e8e8e8;
	margin: 0 auto;
	position: relative;
	transition: all .3s;
	cursor: pointer;
	font-size: 0;
	height: 240px;
}

.box .inner_box:hover .abs_hover {
	opacity: 1
}

.element-item .abs_hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	opacity: 0;
	transition: all .3s
}

.element-item .abs_hover a {
	width: auto;
	background: #fe9025;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	height: 44px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 44px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	border-radius: 0
}

.box .inner_box img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover
}

.box_descript {
	padding: 17px 0
}

.box_descript h5 {
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #000
}

.box_descript h5 a {
	color: inherit
}

.box_descript h5 a:hover {
	opacity: .7
}

.box_descript strong {
	height: 1px;
	width: 60px;
	background: #fe9025;
	display: block;
	margin: 10px auto;
}

.box_descript em {
	display: block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #000
}

.box_descript em.sold {
	display: block;
	color: #fe9025;
	font-size: 18px;
	font-family: 'AlternateGothicNo3';
}

.button-group {
	display: block;
	margin: 10px 0 10px
}

.grid {
	padding-top: 30px
}

.filter_isotop #filters.button-group button {
	border: 0;
	background: transparent;
	cursor: pointer;
	margin: 0 25px;
	font-family: 'AlternateGothicNo3';
	font-size: 18px;
	color: #828282;
	letter-spacing: 1px;
	font-weight: normal;
	outline: none;
	padding: 0;
	transition: all .3s;
	border-radius: 0;
	text-transform: uppercase;
}

.filter_isotop #filters.button-group button.is-checked,
.filter_isotop #filters.button-group button:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

.button-group button:first-child {
	margin-left: 0;
}


/*button {height: 50px; width: 100px; font-size: 18px;}*/

.cat_link a {
	color: #ffffff;
}

.cat_link {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 300;
letter-spacing: 3px;
}

.woocommerce form.login {
	border: 1px solid;
}

.woocommerce form .form-row label {
	font-size: 16px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.login input.input-text {
	width: 100%;
	height: 38px;
	border: 1px solid #d3ced2;
	background-color: #fff;
	padding: 0 15px;
	outline: none;
	color: rgba(0, 0, 0, .7);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px
}

.login button.button {
	height: 38px;
	padding: 0 20px;
	outline: none;
	margin-right: 20px;
	border: 1px solid #000;
	line-height: 36px;
	color: #000;
	letter-spacing: 2px;
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 0;
	transition: all .3s
}

.login button.button:hover {
	background: #fe9025;
	color: #fff;
	border-color: transparent;
}

.woocommerce form .form-row {
	padding: 0;
	margin-bottom: 10px
}

.woocommerce form .form-row label.inline input,
.woocommerce form .form-row label.inline span {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	;
	height: 38px;
	line-height: 38px;
}

.quantity-btn label .quantity {
	float: left
}

.coupon {
	height: 38px;
}

.coupon input,
.coupon button {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal !important
}

.woocommerce .woocommerce-cart-form table.cart .coupon input.input-text {
	width: 160px;
	padding: 0 10px
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .cart .button,
.woocommerce .cart input.button {
	background: #fe9025;
	line-height: 38px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 23px;
	text-transform: uppercase;
	padding: 0;
	height: 45px;
	line-height: 45px;
	transition: all .3s;
	font-family: 'AlternateGothicNo3';
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
	height: 38px;
	font-size: 13px;
	padding: 0 10px !important;
	line-height: 38px!important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
	background: #000;
	color: #fff
}

.woocommerce-cart table.cart td a,
p.lost_password a {
	color: #616161;
}

.woocommerce-cart table.cart td a:hover,
p.lost_password a:hover {
	color: #fe9025;
}

.defpg {
	padding: 80px 0;
	width: 75%;
	margin: 0 auto;
}

.defpg ul {
	list-style-type: disc;
	padding-left: 20px;
	padding-bottom: 30px;
	line-height: 21px;
}

.defpg li {
	padding: 3px 0
}

.defpg ol {
	list-style-type: decimal;
}

.right_menu ul li a {
	position: relative
}

span.cart-contents-count {
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: #ff910b;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	top: -10px;
	text-align: center;
	right: -20px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}

.woocommerce #payment #place_order {
	height: 38px;
	padding: 0 20px;
	outline: none;
	margin-right: 20px;
	border: 1px solid #000;
	line-height: 36px;
	color: #000;
	letter-spacing: 2px;
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 0;
	transition: all .3s;
}

.woocommerce #payment #place_order:hover {
	background: #fe9025;
	color: #fff;
	border-color: transparent;
}

.woocommerce form .form-row {
	width: 100%;
	display: block;
	text-align: left;
}

.woocommerce form .form-row input,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
	width: 100%;
	height: 38px;
	border: 1px solid #d3ced2;
	background-color: #fff;
	padding: 0 15px;
	outline: none;
	color: rgba(0, 0, 0, .7);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	line-height: 36px
}

.woocommerce form .form-row textarea {
	padding: 10px 15px;
	height: 200px
}

.woocommerce form .woocommerce-billing-fields .form-row input {}

.select2-container--default .select2-selection--single span {
	color: rgba(0, 0, 0, .7) !important;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	line-height: 36px !important
}

.woocommerce-checkout #payment ul.payment_methods li.woocommerce-info {
	padding-left: 30px;
}

.woocommerce-checkout #payment ul.payment_methods li.woocommerce-info::before {
	color: #1e85be;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce form .form-row label.inline input.woocommerce-form__input-checkbox {
	display: inline-block;
	width: auto;
}

.not-found input {
	height: 38px;
	border: 1px solid #d3ced2;
	color: rgba(0, 0, 0, .7);
	padding: 0 15px;
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
	outline: none;
	line-height: 36px;
	float: left
}

.not-found button {
	line-height: 38px;
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	transition: all .2s;
	font-family: 'AlternateGothicNo3';
	border: 0;
	background: #000;
	color: #fff;
	border-color: transparent;
	cursor: pointer
}

.not-found button:hover {
	background: #fe9025;
}

.defpg h4 a {
	color: inherit
}

.defpg a {
	color: #616161
}

.defpg a:hover {
	color: #fe9025
}

.defpg .pagination .nav-links {
	margin: 0 auto
}

.defpg .pagination .page-numbers {
	border: 1px solid #929292;
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	margin: 0 5px;
}

.defpg .pagination .page-numbers.current {
	border: 1px solid #fe9025;
	background: #fe9025;
	color: #fff;
}

.defpg .pagination a.next.page-numbers,
.defpg .pagination a.prev.page-numbers,
.defpg .pagination .page-numbers.dots {
	border: 0;
	width: auto;
}

.nsr_bike_price .quantity-btn .quantity input {
	width: 46px;
	height: 50px;
	padding-left: 10px
}

nav.ubermenu-main {
	position: static;
}

.ubermenu-active .ubermenu-submenu > ul.ubermenu-row {
	width: 100%;
	padding: 0 2%;
}

.ubermenu .ubermenu-item.xc-megamenu > .ubermenu-submenu-drop {
	transition: none!important;
	background: #f8f8f7;
	transition: all .4s ease-in-out !important;
	top: 64px !important
}

nav.ubermenu-main.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
	padding: 0
}

.ubermenu-active .ubermenu-row > li.ubermenu-item {
	width: 20%
}

.ubermenu-active .ubermenu-row > li.ubermenu-item > ul.ubermenu-submenu {
	padding: 0
}

.ubermenu-active .ubermenu-row > li.ubermenu-item a img {
	margin-bottom: 5px;
	height: 200px;
	border: 2px solid #e1e1e0;
	transition: all .3s
}

.ubermenu-active .ubermenu-row > li.ubermenu-item a:hover img {
	border: 2px solid #ebebeb;
}

.ubermenu-active .ubermenu-row > li.ubermenu-item a:hover span {
	color: #8a8a8a
}

.ubermenu-active .ubermenu-row > li.ubermenu-item a span {
	color: #000;
	font-size: 18px;
	padding-top: 5px;
	padding: 0;
	transition: all .3s
}

.ubermenu-active .ubermenu-row > li.ubermenu-item a,
.header .menu ul.ubermenu-submenu li p {
	color: #000;
	font-size: 18px;
	font-family: 'AlternateGothicNo3';
	padding: 0
}

.header .menu ul.ubermenu-submenu li a {
	display: block;
}

.header .menu ul.ubermenu-submenu li ul {
	padding: 0
}

.header .menu ul.ubermenu-submenu li ul li {
	display: block;
	padding: 0
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
	display: none !important
}

.ubermenu-transition-shift .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
	margin-top: 20px !important;
}

.ubermenu-transition-shift .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop ul.ubermenu-row {
	padding: 10px 2% 15px;
	margin: 0
}

nav.ubermenu-main .xc-simple-submenu {
	position: relative
}

nav.ubermenu-main .xc-simple-submenu > a {
	position: relative
}

nav.ubermenu-main .xc-megamenu a {
	position: relative
}


/*
nav.ubermenu-main .xc-simple-submenu .ubermenu-submenu:before {
    height: 30px;width: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: -30px;
    background: transparent;
    z-index: 999
    
}
*/

nav.ubermenu-main .xc-megamenu.ubermenu-active a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #f8f8f7 transparent;
	position: absolute;
	bottom: -14px;
	left: 25px;
}

nav.ubermenu-main .xc-simple-submenu.ubermenu-active > a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #f8f8f7 transparent;
	position: absolute;
	bottom: -19px;
	;
	left: 25px;
}

nav.ubermenu-main .xc-simple-submenu.ubermenu-active .ubermenu-submenu.ubermenu-submenu-drop {
	left: 0;
	padding: 20px 0 0;
	width: 210px;
	top: 0;
}

nav.ubermenu-main .xc-simple-submenu.ubermenu-active .ubermenu-submenu-drop .xc-simple-submenu-row {
	left: 0;
	background: #f8f8f7;
	padding: 15px;
	width: 210px;
}

nav.ubermenu-main .xc-simple-submenu.ubermenu-active ul.ubermenu-submenu {
	left: 0;
	background: #f8f8f7;
	padding: 15px;
	width: 210px;
}

nav.ubermenu-main .xc-simple-submenu ul li.ubermenu-item {
	display: block;
	width: 100%;
	display: block;
}

nav.ubermenu-main .xc-simple-submenu ul li.ubermenu-item a:hover,
.ubermenu-active .ubermenu-row > li.ubermenu-item a:hover {
	color: #8a8a8a
}

nav.ubermenu-main .xc-simple-submenu ul li.ubermenu-item a {
	padding: 0;
	color: #000;
	line-height: 17px;
	padding: 5px 0
}

.ubermenu-responsive-default.ubermenu {
	text-align: center;
}

nav#ubermenu-main-2 {
	text-align: center
}

nav.ubermenu-main .xc-megamenu > div.ubermenu-submenu > .ubermenu-row {
	position: relative
}

.ubermenu-submenu .ubermenu-content-block a:before {
	display: none
}

#ubermenu-nav-main-2 .xc-col4 {
	width: 80%;
	margin: 0
}

#ubermenu-nav-main-2 .xc-col4 ul.xc-row2 > li {
	width: 24%;
	margin-right: 1%
}

#ubermenu-nav-main-2 .xc-col1 {
	width: 20%;
	margin: 0
}

.sort_fn.row {
	margin-top: 20px;
}

.sort_fn.row form select {
	height: 38px;
	width: 250px;
	outline: none;
	padding: 0 10px;
	font-family: 'Avenir-Light';
	font-size: 16px;
}

.main-content.shop_pag {
	margin-bottom: -100px
}

.bike .inner-bike {
	position: relative;
	font-size: 0;
	height: 600px;
}

.bike .inner-bike img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.bike .inner-bike img.small-img {
	display: none
}

.car_text {
	right: 60px;
}

.fixed .ubermenu .ubermenu-item.xc-megamenu > .ubermenu-submenu-drop {
	top: 33px !important;
}

@media(max-width:767px) {
	.bike .inner-bike img.small-img {
		display: block
	}
	.bike .inner-bike img.full-img {
		display: none
	}
	.bike .inner-bike {
		position: relative;
		font-size: 0;
		height: 440px;
	}
	.car_text {
		width: 40%;
		right: 10px;
	}
}

img.tg-item-image:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
	transition: all .2s
}

img.tg-item-image {
	filter: none;
	-webkit-filter: grayscale(0%);
}


/* last changes */

.defpg h1 {
	color: #4e4e4e;
}

.defpg h4 {
	color: #4e4e4e;
}

.defpg strong {
	font-weight: bold;
}

.defpg b {
	font-weight: bold;
}

.ubermenu-active .ubermenu-row > li.ubermenu-item a img {
	height: 100%;
	object-fit: cover;
}

.element-item .abs_hover .product-box {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
}

.footer .top_bg {
/*	background: url(http://new.northshoreracks.com/wp-content/uploads/2019/05/Footer_Color_large-1.jpg) center center no-repeat;
	min-height: 580px;
	width: 100%;
	background-size: 100% 100%;
	margin-top: -2px;*/
	/*   background-size: cover;
    margin-top: -2px;
    background-position: center bottom;*/
}
.footer .top_bg {
     display:block   
}

.footer .top_bg img {
   width:100%;
   height:auto
}
.ubermenu-active .ubermenu-row > li.ubermenu-item a img {
	height: 285px;
	width: 285px;
}

.po_box {
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin-bottom: 45px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.5;
	letter-spacing: 2px;
	background-color: #dfdcde;
	font-weight: 500;
	color: #515151;
}

.shipping_calculations {
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 2px;
	background-color: #dfdcde;
	font-weight: 500;
	color: #515151;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 58%!important;
}

.woocommerce form .form-row .input-checkbox{
 width:auto   
}

.woocommerce-terms-and-conditions-checkbox-text {
	line-height:21px!important;
}

.new_2019 {
	font-family: 'AlternateGothicNo3';
	margin-bottom: 10px;
	color: #fe9025;
}

.orange {
	margin-top: 4px;
	color: #fe9025;
	font-weight: 600;
}

.new_2019_black {
	font-family: 'AlternateGothicNo3';
	margin-bottom: 10px;
	color: black;
}

.what_say{
     min-height:400px   
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	max-width: 48%!important;}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 48%!important;
}

.woocommerce .woocommerce-customer-details address {
    border: 0px solid rgba(0,0,0,.1)!important;}

