@charset "UTF-8";

/*----------------------------------------------------------------------
    MASTER STYLESHEET
    Project:        Restofair
    Author:         vineesh & Shavad V.P
    Primary use:    Corporate.
/*------------------------------------------------------------------
    [The "main.css" contains basic default element styles
        (colors, typography, margins & padding).]
------------------------------------------------------------------*
/*http://foundation.zurb.com/sites/docs/v/5.5.3/components/kitchen_sink.html*/
/*main css start*/
@font-face {
	font-family: 'Trade Gothic LT Std';
	src: url('../fonts/TradeGothicLTStd-BdCn20.eot');
	src: url('../fonts/TradeGothicLTStd-BdCn20.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TradeGothicLTStd-BdCn20.woff2') format('woff2'),
		url('../fonts/TradeGothicLTStd-BdCn20.woff') format('woff'),
		url('../fonts/TradeGothicLTStd-BdCn20.ttf') format('truetype'),
		url('../fonts/TradeGothicLTStd-BdCn20.svg#TradeGothicLTStd-BdCn20') format('svg');
	font-weight: bold;
	font-style: normal;
}

 

* {
    box-sizing: border-box;
    /*transition: 0.3s;*/
}

body {
    opacity: 1;
    transition: 4s opacity;
    background: #1b1b1b;
}

body.fade-out {
    opacity: 0;
    transition: none;
}

html {
    
}

body {
    overflow-x: hidden;
 font-family: "Maven Pro", sans-serif;
}

/*bg colors*/

.black-bg {
    background-color: black
}

.orange-bg {
    background-color: #F36e11;
}

.bg {
    background: #fff;
}
.soc_icons a {margin-right: 5px; color:#fefef8;}
.drk-bg {
    background: #121214;
color:#fff;
/*background: #000 url(../img/right-arrow.png) no-repeat right;*/
}
. drk  {
padding-bottom:30px;
}
h1 {
font-size:24px;
}
h2 {
font-size:20px;
}
h3 {
font-size:18px;
color:#f36e11;
}
h4 {
font-size:16px;
}
h5 {
font-size:14px;
}
h6 {
font-size:12px;
}
/*animation*/

#searchform .srbnt {
    height: 40px;
}

.menu-wrapper{
	float: left;
	width: 100%;

}

.main_nav #mobile-menu{
	padding-top: 13px;
}
.main_nav ul{
	padding: 0;
	margin: 0;
}

.main_nav ul li {
    float: left;
    list-style: none;
	padding: 0px 27px 0px 0px !important;
    font-size: 17px !important;
}

.main_nav {
	float: left;
	padding: 0;
	margin: 0;
}



.column {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.small-2 {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.row {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.Harley-Davidson-home-product {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;

}

.drk {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.medium-up-5 {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-name {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.zoom-left .logo {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

 .large-1.columns.arw {
    padding-top: 13px;
    text-align: center;
}

.section {
	width: 100%;
	margin:0 auto;
	padding:0 ;
	height:auto;
	overflow-y: hidden;
}
.contct-pge hr { border-bottom: 1px solid #2d2d2d !important;}
.contact-addre p { line-height: 1.2;!important;}

.search-result {  background: #f36e11;
    color: #fff; }

.slider_section {

    height: auto;
}
.fastdeliv img {margin:20px 20px 0 20px}
.fastdeliv {font-size:18px; font-weight:500;}
.checkout {
 color:#fff;
}
.headerul {
	padding:3px 0 0 00!important;
	}

.checkout .submitbut {
	background: #e9542a;
	height: 40px;
	border: #e9542a 1px solid;
	padding: 0 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;:
	
}
.msg-remor {color: #e94e1b;}


.checkout input,
.checkout textarea {
    background: #ebe7df;
    margin-bottom: 15px;
    color: #000;
}

.checkout input {
 
	height: 40px;
	padding: 0 8px;

 
}
.g-recaptcha {
	margin-bottom: 10px;
}
.checkout textarea  {	padding: 10px 15px;}


input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	color: #000;
}
input::-moz-placeholder { /* Firefox 19+ */
   color: #000;
}
input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}
input:-moz-placeholder { /* Firefox 18- */
   color: #000;
}

.emailnews::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	color: #fff;
}
.emailnews::-moz-placeholder { /* Firefox 19+ */
   color: #fff;
}
.emailnews:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.emailnews:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

input[type="button"] {background: #f36e11 !important;
    border: 1px solid #f36e11;
    padding: 10px 10px;
    color: #fff;}  


 
 .itlsub_name{
	 
 }
 
 
/*animation*/


/*bg colors*/


/*fount color*/

color-fff {
    color: #fff;
}


/*fount color*/


/*padding-all*/

.padding-top {
    padding-top: 0px;
}

.padding-o {
    padding: 0px;
}

.padding-m {
    padding: 6px;
}

.padding-all {
    /*padding: 10px ;*/
}


/*padding-all*/


/*margin all*/

.margin-bottom {
    margin-bottom: 10px;
}

.margin-top {
    margin-top: 5px;
}
.margin-toppro {
    margin-top: 30px;
}


/*margin all*/


/*hader*/

.logo {
    float: left;
    width: 70%;
    height: auto;
    padding-top: 10px;
}

.search-hader {
    height: auto;
    background-color: #fff;
    width: 100%;
    z-index: 20;
    color: #f36e11;
    font-size: small;
	overflow: hidden;
}

.detals_hsd {
    /*background: rgba(0, 0, 0, 0.62) none repeat scroll 0 0 !important;*/
    padding: 10px;
    max-width: 73rem;
}

.row {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.search_wrap .top-bar input {
    max-width: 250px;
    float: left;
    background: #ebe7df;
    border: #f36e11 1px solid;
}

.search_wrap {
      float: right;
    min-width: 350px;
    padding-top: 5px;
}

.fldbox {
    max-width: 250px !important;
    float: left;
    background: #fff !important;
    margin-right: 0 !important;
    border: none;
}

.srbnt{
	background: #f36e11;
    color: #fff !important;
    padding: 8px 15px;
    border: none;

}

.mob-shop{
	float: right;
	margin-top: 31px;
}

/*hader*/


/*banner*/

.banner {
    float: left;
    width: 100%;
}

.banner-button {
    position: absolute;
    text-align: center;
    top: 60%;
    width: 100%;
    z-index: 1;
}
.pagination-ft {
	text-align:center; 
	float: left;
	   width: 100%;
	margin-bottom: 10px;
	}

.undercons {    
    min-height: 200px;
    text-align: center;
    margin-top: 100px;
}
.contct-pge h5 {color:#f36e11}
/*banner*/


/*product section*/

.Harley-Davidson-home-product {
    width: 100%;
    float: left;
    padding: 10px;
}

.item {
    background: #1e1e1e;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    float: left;
    width: 100%;
}

.old-price .price {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
    vertical-align: middle;
}

.item-price {
    float: left;
}

.product-price-new {
    font-family: "Maven Pro", sans-serif;
    color: #f36e11;
}

.product-price-old {
    font-family: "Maven Pro", sans-serif;
    color: #fff;
}

.fixed {
    background: #2c2c2c none repeat scroll 0 0;
    bottom: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1;
    border-top: 2px solid #000;
}

/*product section*/

/*main css end*/

/*details-pro*/

.details-in {
    background: #121214 none repeat scroll 0 0;
    float: left;
    height: 50px;
    width: 100%;
}

.zoom-left {
    float: left;
    width: 100%;
}
.product-name h3 {
    color: #F36e11;

    line-height: 1;
    margin: 15px 0;
}
.short-description {
    border-bottom: 1px solid #f36e11;
    font-weight: 300;
    line-height: 1.5;
    padding: 5px 0 20px;
    color: #777;
}
.description {
    font-weight: 300;
    line-height: 1.5;
    padding: 5px 0 0px;
    color: #777;
}
.price-box h3 {
    color: #cf580d;
}
.availability {
    color: #777;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
}
.availability span {
    font-weight: normal;
    margin-left: 5px;
}
.product-info {
 
    margin-top: 20px;
    padding-bottom: 20px;
}

.product_det .product-info {
    padding: 0 0 20px 0 !important;
}


.availability-only {
    background: transparent none repeat scroll 0 0;
    line-height: 16px;
    margin: 10px 0;
    padding-left: 0;
}
.availability-only span,
.availability-only a {
    border-bottom: 1px dashed #f57421;
    color: #777;
}
/*details-pro*/
/*cart top*/
/*cart top*/

/*footer */
.footer {
    float: left;
    width: 100%;
    padding: 20px 0 79px;
}
.footer-a {
    font-size: 0.8rem;
    color: #999;
    float: left;
    width: 100%;
}
/*footer */
/*css media screen start*/


.section.header_new .top-bar.black-bg.padding-top {
	    padding: 0px;
}
@media (max-width: 780px) {
	
	.fldbox {
		max-width: 80% !important;
	}
   .search_wrap {
		float: left;
		width: 80%;
		padding-top: 0px  !important;
	}
	
	.logo {
		float: left;
		width: 100%;
		height: auto;
		padding-top: 10px;
		margin: 0 auto;
		text-align: center;
		/* border-bottom: #585858 1px solid; */
	}
	
	.srbnt {
		background: #f36e11;
		color: #fff !important;
		padding: 11px 15px;
		border: none;
		width: 20%;
		margin-right: 0 !important;
	}
	
	.mob-logo {
		float: left;
		width: 100% !important;
	}
	
	.mob-shop button{
		margin-bottom: 0;
	}
	.mob-shop {
		float: right;
		    margin-top: 26px;
	}
	
	.dwnload li {
		width:33% !important;
		margin:0 !important;
		/* padding-left:10px;		 */
		text-align: left!important;
		height:auto  !important;
	}
	.dwnload li h2 {
	 	font-size:17px  !important;
		}
	.dwnload li span {
		font-size: 15px  !important;
	}
	
    .mob-full-wp {
        width: 100%;
        float: left;
        padding: 5px;
		background: #fff;
    }
    .mob-hf-wp {
        width: 50%;
        float: left;
        padding: 5px;
    }
    .detals_hsd {
        background: #000 none !important;
		padding-bottom:0px;
    }
    .mob-pading {
        padding: 0px;
    }
}
/*css media screen start*/

.vertical .active > a {
color: #f36e18;
    background: #000 url(../img/right-arrow.png) no-repeat right;
    font-weight:900;
}
.menu > li > a {
    padding: 20px 20px 17px 0;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 5px;
    color: #f36e18;
}
.dwnload li {
    float: left;
    list-style: none;
    border-left:2px solid #f36e11;
margin-top:15px;    margin-right: 20px;
height:45px;
}

.clear {
    clear: both;
}
.dwnload {
    margin-top: -12px;
    float: right;
    margin-bottom: 0px!important;
  
}
.dwnload li h2 {font-weight: 500;
    margin-bottom: 0;
    padding: 3px 5px;
    line-height: 0.5;
    color: #757575;
    font-size: 24px;
}
.dwnload li span {
    font-size: 24px;
    padding: 3px 5px;
    line-height: 1.4;
}
.dwnload .dwnld {margin-right: 0px!important;}
.container-product {
  position: relative;
  width: 50%;
margin-bottom:30px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}
.image:hover {
  opacity: 0.8;
}
.container-product:hover .overlay-product .text a {
color:#000!important;
}
.container-product .overlay-product .text a {
color:#fff!important;
}
.overlay-product {
    float: left;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    color:#fff!important;
    background:rgb(0, 0, 0) url(../img/right-arrow.png) no-repeat scroll right center;
    min-height:38px;
}
.container-product:hover .overlay-product {
  opacity: 1;
background-color: #EBE7DF;
color:#000!important;
background: rgba(0, 0, 0, 0) url("../img/right-arrow_hover.png") no-repeat scroll right center;

}
.text {
font-weight: bolder;
float: left;
margin-left:5px;
margin-top: 5px;
  font-size: 14px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}
.image:hover {
  opacity: 0.8;
}
.overlay-product1 {
    float: left;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 35px;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #fff;
    color: #000!important;
    /*background: #fff url(../img/right-arrow.png) no-repeat scroll right top;*/
    background: #fff;

}
.container-product1:hover .overlay-product1 {
  opacity: 1;

color:#fff!important;
/*background: #000 url("../img/right-arrow_hover1.png") no-repeat scroll right top;*/
background: #000;
min-height:35px;

}
.container-product1:hover .overlay-product1 .text a {
color:#000!important;
}

.text1 { 
    font-size: 12px;
    float: left;
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
}
.container-product1 {
	position: relative;
	width: 100%;
	
	padding: 5px;
}

.overlay-product1 .text a {
color:#fff!important;
}

.overlay-product2 {
float: left;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 32px;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #000;
    color: #fff!important;
    background: rgb(0, 0, 0) url(../img/right-arrow.png) no-repeat scroll right center;

}
.container-product2:hover .overlay-product2 {
  opacity: 1;
background-color: #EBE7DF;
color:#000!important;
background: rgba(0, 0, 0, 0) url("../img/right-arrow_hover.png") no-repeat scroll right center;

}
.container-product2:hover .overlay-product2 .text a {
color:#000!important;
}

.text1 { 
    font-size: 12px;
    float: left;
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
}
.container-product2 {
position: relative;
width: 100%;
margin-bottom: 15px;
padding-left: 0px;
}

.overlay-product2 .text a {
color:#fff!important;
}


.container-product:hover .overlay-product .text2 a {
color:#000!important;
}
.container-product .overlay-product .text2 a {
color:#fff!important;
}
.text2 {
    font-size: 18px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}
.container-product:hover .overlay-product .text2 a {
color:#000!important;
}
.container-product .overlay-product .text2 a {
color:#fff!important;
}


.sidebar h2 {
	font-size: .9rem;
	padding:5px;
}
.vertical > li > a{    
	padding: 12px 3px;
	font-size: 12px;
	margin-right:0px;
	font-weight:600;
}

.sidebar{
	margin-bottom:20px;
	
}

.vertical > li > a:hover{ 

color: #f36e18;
background: #000 url(../img/right-arrow.png) no-repeat right;
}

.breadcrumbs {
    background: #171717;
    float: left;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 0px;
}


.breadcrumbs a {
    color: #f36e11 !important;
margin:0!important;
}

.price-pro-new {
    background: #e94e1b none repeat scroll 0 0;
    bottom: 0;
    color: #ebe7df;
    font-size: 0.8725em;
    left: 0px;
    padding: 0px 4px;
    /* position: absolute; */
    margin-bottom: 24px;
    opacity: 1;
}

.menu.vertical > li {
/*border-bottom:1px dashed #ccc;*/
}

.menu.vertical > li:hover {
background: #000;
   
}


.footer .row .columns h3 {
color:#fff;
font-size: 1.3rem;

margin-bottom:20px;
}
.footer .row .columns p {
    color: #9B9B9B;
    font-style: italic;
    font-size: 15px;
}
.footer .row .columns p a {
    color: #9B9B9B;
    font-style: italic;
    font-size: 13px;
}
.f_nav {
margin-left:0px;
}
.f_nav li {
    float: left;
    width: 50%;
    /* margin: 0 14px 10px 0; */
    list-style: none;
    padding: 4px;
}
.footer_mid {
    border-top: 1px solid #141414;
    background: #333333;
}
.footer {
    padding: 2%;
    font-size: 15px;
}
.f_search {
    float: left;
    position: relative;
    width:30%;
}
.f_nav li a img {
    width: 100%;
    /*height: 100px;*/
}
.f_search form input[type="text"] {
    font-family: 'Maven Pro', sans-serif;
    font-style: italic;
    -webkit-text-stroke: 0.5px;
    font-size: 13px;
    line-height: 24px;
    width: 77.3333%;
    padding: 10px;
    background: #2e2e2e;
    color: #9B9B9B;
    border: none;
    outline: none;
    -webkit-appearance: none;
}
.f_search form input[type="submit"] {
    cursor: pointer;
    line-height: 24px;
    position: absolute;
    right: 0;
    background: #3d3d3d url(../images/search.png) no-repeat 16px 15px;
    padding: 10px;
    width: 16.33333%;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.forgot{
	background: #f36e11 !important;
	border: 1px solid #f36e11;
	padding: 10px 10px;
	color: #fff;
}
.reforgot {
	background: #f36e11 !important;
	border: 1px solid #f36e11;
	padding: 10px 10px;
	color: #fff;
}
.soc_icons {
    float: right;
    margin-right: 2%;
    color: #7d7d7d;
    font-size: 20px;
}


.dd{background:#3d3d3d;}


.ff{background:#2e2e2e;    padding: 8px;}


.ff input{    font-size: 13px;
    padding-left: 10px;}


.copy {
    float: left;
}
.f_nav1 {
    float: right;
}


.f_nav1 li {
    float: left;
    margin-right: 10px;
    list-style: none;
}



.f_nav1 li a {
    display: block;
    color: #7D7D7D;
    text-transform: capitalize;
    font-size: 0.8725em;
    -webkit-text-stroke: 0.5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bgpro {
background:#FFF;
}
.specialeff {background:#FFF!important;}
.specialeff .headstyle {background:#FFF!important;color:#000!important;font-size: 34px;font-weight: 900;text-align:center;
}
.specialeff img { /*border:1px solid #ececec;*/}
.p-rem {
cursor:pointer;
}
.testimon {
background: #dfdbd4;padding: 10px;
min-height:160px;
}
.testimon1 {
background: #dfdbd4;padding: 0px;
min-height:260px;
}
.testim {    font-size: 13px;
    text-align: center;
    line-height: 18px;
    font-weight: 100;}
.testimonh2 {
text-transform:uppercase;
font-size:1.2em;
}
.breadcrumbs li {
color:#fff!important;
}
.pro-code {
background: #fff none repeat scroll 0 0;
font-weight: 600;
color: #000000;
font-size: 0.8725em;
padding: 0px 4px;
opacity: 1;
margin-left: 32px;
margin: 0;
text-align: center;
width: 100%;
float: left;
}
.pro-code-stk {
        background: #fff none repeat scroll 0 0;
    font-weight: 600;
    color: #e94e1b;
    font-size: 0.8725em;
    padding: 0px 4px;
    opacity: 1;
    margin-left: 40px;
}
.pro-code-stock {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    color: #e94e1b;
    font-size: 0.8725em;
    left: 0px;
    padding: 0px 4px;
    margin-bottom: 24px;
    opacity: 1;
    font-weight: 600;

}

/*product_det*/

.background_wt{background:#fff !important;}
.description h5{color:#999;}

/*product_det*/

.menu-item.active a {color:#000!important;}

/*product_all*/

.text3 { 
    font-size: 11px;
    /* float: left;
    margin-left: 2px;
    white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* max-width: 130px; */
    color: #fff;
 
text-align:center;
}
.text3 a {
    color:#000;
}
.text3 span{ color:#000;}


.container-product1:hover .overlay-product1 .text3 a {
	color:#fff!important;
}
 
.fld {
	background: #fff;
	 color: #000;
	height: 40px;
}

.container-product1:hover .cart-btn {
    position: absolute;
    bottom: 0;
    color: #ebe7df;
    font-size: 0.8725em;
    left: 0px;
    opacity: 1;
    background: url(../img/shopping-cart.png) no-repeat right;
    right: 18px;
    top: 90px;
    width:20%;

}
.menu.vertical > li .active {

background:#000;

}
.pgn {
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.sct_bg{
    background:#000;
}

.footer_bg {
    background: #1b1b1b;
    padding: 2% 0;
}
.product_items {
    width: 100%;
    float: left;  
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}



.section_body {
    background: #000;
    margin: 0 auto;
    padding: 50px 0;
    min-height: 650px;
}

.section_body .product-name h3 {
    margin: 0px 0 10px;
    font-size: 25px;
}

.section_body .fld {
    background: #ebe7df;   
}




.ui-list.shopping-cart--list {
    margin-left: 0;
}
.loginhead {
    padding: 0 0 2px 0;
}
.shopping-cart-mn span {
color:#fff;
}
/*home news*/
.bgh {   background:url(../img/restofair.jpg) no-repeat center }
.cartimmg {     width: 50px;
    margin-top: -10px; }

.date1 {
    float: left;
    width: 12.3333%;
}
.date1 h4 {
    font-size: 0.6925em;
    margin-top: 4px;
    background: #e94e1b;
    padding: 15px;
    text-transform: uppercase;
    color: #ebe7df;
}

.date_text {
    float: left;
    width: 84.3333%;
    margin-left: 3.3333%;
}
/*home news*/
/*Popup*/

.v-center {
  height: 100vh;
  width: 100%;
  display: table;
  position: relative;
  text-align: center;
}
.v-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -10%;
}
.btn {
  font-size: 12px;
  padding: 5px;
  border: 1px solid #bbb;
  color: #333;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
}
.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.fldinp {
  border: 1px solid #ccc;
  padding: 15px;
  color: #000;
}
.headstyle {
    font-size: 24px;
    background: #171717;
    padding: 0px 10px;
    color: #ffffff;
}
.bgproref {
    background: #171717;
}

 @media (min-width: 32em) {
	.modal-box {
	  width: 20%;
	}
}
.modal-box header, .modal-box .modal-header {
  padding: .25em .5em;
  border-bottom: 1px solid #ddd;
}
.modal-box header h3, .modal-box header h4, .modal-box .modal-header h3, .modal-box .modal-header h4 {
  margin: 0;
}
.modal-box .modal-body {
  padding: 2em 1.5em;
}
.modal-box footer, .modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}
.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}
a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 2%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}
	a.close:hover {
	  color: #222;
	  -webkit-transition: color 1s ease;
	  -moz-transition: color 1s ease;
	  transition: color 1s ease;
	}

	.item-rmve {
		 float: left;
		position: absolute;
		right: 0;
		top: 40px;
	}
   
	.modal-box .modal-body {
		background: #ebe7de;
	} 
	
	.productqty {
		background: #fff;
		padding: 12px 10px;
		color: #000;
		border: #ccc 1px solid;
                height: 40px;
	}
   .btn.addtocart{
		padding: 10px 27px;
		border: 1px solid #bbb;
		color: #fff;
		text-decoration: none;
		display: inline;
		border-radius: 0;
		background: #171717;
   }



table thead, table tbody, table tfoot {
    border: 1px solid #ebe7df;
    background-color: #ebe7df;
}
table tbody th  {
    padding: 0.5rem 0.625rem 0.625rem;
    text-align: left;
}


.boxabout h1{
	margin-bottom:5px;
	border-bottom: #ee3336 3px solid;
	}
	
.boxabout{
 	color:#000;
	padding-bottom:25px;
	margin-bottom:25px;
}


.parallelogram1 {
    width: 4px;
    height: 670px;
    -webkit-transform: skew(10deg);
    -moz-transform: skew(35deg);
    -o-transform: skew(33deg);
    background: #ee3336;
    position: absolute;
    left: 90px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    margin-top: -393px;
}
.parallelogram2 {
    width: 4px;
    height: 490px;
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(19deg);
    -o-transform: skew(19deg);
    background: #ee3336;
    position: absolute;
    left: 125px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    margin-top: -393px;
}
.parallelogram3 {
    width: 4px;
    height: 203px;
    -webkit-transform: skew(-34deg);
    -moz-transform: skew(12deg);
    -o-transform: skew(14deg);
    background: #ee3336;
    position: absolute;
    left: 505px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    margin-top: -138px;
}

.rightsct{
	text-align: left;
}

.right_about_images{
	text-align: center;
margin-top:-45px;
}

.sub_footer_about{
	background:#e5e5e5;
	 
	float: left;
	width:100%;
}
.sub_footer_aboutbox span{
	color:#f36e11;
	font-size : 75px;
	font-weight: bold;
		
}

.srivrightpart p{
	font-size: 14px;
	word-spacing: normal;
	font-family: "Maven Pro", sans-serif;
 
	}
.srivrightpart {
    color: #ffffff;
    background: #5d5d5d;
   /*  line-height: 95px; */
    font-size: 20px;
    font-weight: bold;
    padding: 30px 
 
    
}
.testimon .del-area {margin-top:30px;    margin-left: 50px;}

.srivrightpart span {
    text-align: center;
    font-size: 25px;
    color: #ff6900;
}

.srivrightpart h3{
	font-size: 20px;
	color: #ffffff;
	font-family: 'Trade Gothic LT Std';
}
.sub_footer_aboutbox{
  
	text-align:left;
	font-size:45px;
	color:#616264;
	 
}


.sub_footer_aboutbox_wrap.rid1{
	  padding-left:0px;
	padding-right:0px;  
}
.sub_footer_aboutbox_wrap.rid2{
	  padding-left:0px;
	padding-right:0px;  
}
.sub_footer_aboutbox_wrap.rid3{
	  padding-left:0px;
	padding-right:0px;  
}


.sub_footer_about_services h3 {
    font-size: 28px;
	font-weight:bold;
    color: #000;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
}
.sub_footer_about_services{
	 
	background:#fff;
	padding:20px 0;
	float: left;
	width:100%;
}
.about_services   {
	overflow: hidden;
}
.about_services ul  {
	font-size:15px;
	float: left;
	margin: 18px 0 0 0;
}

.about_services ul li {
	font-size:15px;
	list-style: url("../img/list.jpg");
	padding-bottom:15px;
	line-height:16px;
	    font-weight: 600;
}

.seri_hedaer{
	float: left;
	width: 108%;
	margin-left: -15px; 	
}
.seri_hedaer .texts {
    padding: 7px 0 7px 15px;
    float: left;
    color: #fff;
    font-size: 19px;
    background: #9ea1a3;
    margin: 1px 2px 0 0;
    width: 98%;
    height: 42px;
}

.alloverworld span{
	color:#79787e;
}
.alloverworld{
	color:#f25c2a;
	font-size: 50px;
	text-align: center;
	padding:50px 0 0 ;
	line-height: 58px;
float:right;
	
}
.icons {
    float: left;
    width: 45px;
    height: 45px;
    margin-left: -15px;
    position: absolute;
}
.sub_footer_about_listening h3{
	color: #fff;
    font-size: 28px;
	font-weight:bold;
	text-align:center;
}
.sub_footer_about_listening {
    background: #f37014;
    padding: 30px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    float: left;
    width: 100%;
}
.sub_footer_about_listening p{ font-size: 15px;}

.ftabout {
	text-align: left;
	background:#f15c2c ;
	
}
.ftabout img {
	float: left;
	margin-right: 15px;
}
 
.zdczdf{
	margin-top: -20px;
}

.about h1{
	font-family: 'Trade Gothic LT Std';
	font-size:30px;
}
 .sub_footer_aboutbox,
 .srivrightpart,
 .sub_footer_about_listening h3,
 .seri_hedaer .texts,
 .alloverworld,
 .sub_footer_about_services h3{
	 font-family: 'Trade Gothic LT Std';
 }
 .sub_footer_aboutbox b{
	font-size:51px
 }
 
.worldwide_presence span {
	color:#848484;
}
.worldwide_presence {
    font-family: 'Trade Gothic LT Std';
    text-align: center;
    font-size: 60px;
    width: 100%;
    color: #f36e11;
}

 .forgot{
	background: #f36e11 !important;
	border: 1px solid #f36e11;
	padding: 10px 10px;
	color: #fff;
}



.search_wrap_page{
	min-height:	450px;
}

 

.itlsub_wrap {
    padding-bottom: 15px;
}


@media  (max-width: 1223px) {
	
	.large-1.columns.arw,
	.bnt_count ,
	.bnt_count_add_to_aart{
		padding-bottom: 15px;
	}
	
	
	
	
	.dwnload {
		float: left !important;
	}
	.main_nav #mobile-menu {
		margin-bottom: 10px;
		padding: 10px 20px;
	}
		 
	.testimon {
		width: 100%;
		min-height: auto;
		float: left;
		margin-bottom: 10px;
	}
	.special_details .contct-pge{
		padding-top: 20px;
	}
}
@media  (max-width: 991px) {
	
	
	.section.header_new .top-bar.black-bg.padding-top .row.column{\
	     padding: 0 5px;
		
	}
	.itsa{
		margin-bottom: 20px;
	}
	
	.contact-addre{
		padding-bottom: 20px;
	}
	.f_search {
 		width: 40%;
	}
		
	.sub_footer_aboutbox b {
		font-size: 31px;
	}
	
	.rightsct {
		text-align: left;
	}
	.sub_footer_aboutbox {
		font-size: 28px;
	}
	.srivrightpart {
		color: #ffffff;
		background: #5d5d5d;

		font-size: 20px;
		font-weight: bold;
		padding: 30px 
	}
	.sub_footer_aboutbox span {
		
		font-size: 55px;
	}
   .product_det .product-name {
       margin: 20px 0 0 -15px !important;
    }
   .large-1.columns.arw {
     margin-bottom: 15px;
   }
   .parallelogram1,
   .parallelogram2,
   .parallelogram3 {
	display: none;
   }
 
}
@media (max-width: 781px) {
	.section_body {
		padding: 50px 20px;
	}
}
@media (max-width: 768px) {
	
	.shopping-cart-mn{
		margin-top: 0px;
	}
	.product-info{
		padding-left: 0;
	}


	.dropdown-pane{
		right:0;
	}
	.product-image {
    width: 25%;
	}
	.product-info {
		margin-top: 0;
		padding-top: 0;
	}
	.shopping-cart--list-item{
		    height: auto ;
	}
	
	.product-modifiers{
		border-left: none;
		width: 100%;
	}
	.cart .product-remove {
		margin-top: 5px;
	}
	
	.f_search {
		width: 95%;
	}
	.soc_icons {
   
		width: 100%;
		margin: 0;
		text-align: center;
		padding: 10px 0 0 0;
	}
	.mob-full-wp {
		margin-bottom: -1px;
	}
	ul.dwnload{
		width:100% !important;
		margin-bottom: 10px !important;
	}
}
@media (max-width: 767px) {
		.section_body {
			background: #000;
			margin: 0 auto;
			padding: 50px 20px;
		}
		
	
		.sub_footer_aboutbox b {
			font-size: 31px;
		}
		.zdczdf{
		margin-top: 0px;
		}
		.srivrightpart {
			color: #ffffff;
			background: #5d5d5d;
			/*  line-height: 95px; */
			font-size: 20px;
			font-weight: bold;
			padding: 30px 
		}
		.sub_footer_aboutbox span {
			
			font-size: 35px;
		}
		
		
		ul.dwnload{
			width:100% !important;
		}
		.f_nav1 {
			float: left;
			width: 100%;
			text-align: center;
		}


		.copy {
			float: left;
			padding-left: 16px;
		}
		
	}

@media (max-width: 639px) {
	
	
	.hide-for-small .column.drk.container-product2{
		padding: 0px 4px;
	}
	
	
	
	.container-product2{
		padding-right: 0px;
	}
	.Harley-Davidson-home-product.bg .container-product img{
		width:100%;
		
	}
		
	.dwnload li {
		width:33% !important;
		margin:0 !important;
		/* padding-left:10px;		 */
		text-align: left!important;
		height:auto  !important;
	}
	
	
	.srivrightpart {
		margin-top: 15px;
	}
	
	.sub_footer_aboutbox_wrap.rid2{
			padding-left: 0px !important;
			padding-right: 0px!important;
			/* padding: 15px; */
	} 
	
	.sub_footer_about{
		padding: 15px;
	}
	.ftabout{
		padding: 15px;	
	}
	.main_nav ul li {
		float: left;
		width : 100%;
	}
	.main_nav .title-bar {
		padding: 0.5rem;
		background: #f36e11;
		color: #fefefe;
		width: 45px;
		height:38px
	}
	.main_nav #mobile-menu {
		padding-top: 13px;
		background: #1b1b1b;
		margin-bottom: 0px;
	}
	.menu-icon::after {
		background: #ffffff important;
		box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff important;
	}
	.dwnload li{
		margin-top:0px;
	}
	.dwnload {
		margin: 0 auto;
		margin-bottom: 0px!important;
		width: 100% !important;
		text-align: center;
		padding: 5px;
		float: left !important;
	}
 
	
}
@media (max-width: 465px) {
		 
		.section.header_new .top-bar.black-bg.padding-top .row.column{ 
			 padding: 0 5px;
			
		}
		.date1 {
			float: inherit;
			    width: 65px;
		}
		.date_text {
    		margin-left: 0;
			width: 100%;
		}
		.f_nav li {
			float: left;
			width: 50%;
			margin: 0;
			padding: 2px;
			list-style: none;
		}
		
			
		.testimon .del-area{
		  margin-left: 0px; 
		}
		.fastdeliv{
			width: 100% !important;
		}
		 
	.search_wrap {
		width: 77%;
		padding-top: 25px;
		float: left;
		min-width: 77%;
		margin-left: 0px;
	}
	
	.fldbox {
		max-width: 65% !important;
	}
	.srbnt {
		width: 35%;
	}
	 
}









