@charset "utf-8";
/* CSS Document */


@font-face {
        font-family: "Lato Black";
        src: url('Lato-Black.woff');
        font-weight: normal;
        font-style: normal;
}

body{
   background-color:#e1e1e1;
  line-height: 1.5534; 
  font-family: 'Open Sans', sans-serif;
  font-size:0.8rem;
}

a{	
	text-decoration:none;
    color:black;
    font-family: 'Lato', regular;
}
a:hover{
	color:red !important;
	text-decoration:none !important;
	}

a.login-btn:visited {
    color:white !important;
	text-decoration:none !important;
	}

.top-header{
	padding-top:8px;
    padding-bottom: 5px;
}


.top-ct-1{
   padding-right: 15px;
}


.top-ct-2{
}

.eng-txt{
 display:block;
 text-decoration:none;
 color:black;
 font-family: 'Lato', regular;
}

a.eng-txt:hover{
    color:red;
	text-decoration:none;
}

.engf-txt{
  display: block;
  text-decoration: none;
  color: #3f3f3f;
}


a.engf-txt:hover{
	text-decoration:none;
}

.align-center{
	text-align:center;
	display:table-cell;
}


.main-wrapper{
	background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.35);
    /* box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); */
}

.right-blog{
	background-color: #333333;
    padding-left:10px;
    padding-right: 10px;
}


.main-heading{
   color: #e1e1e1;
    font-size:14px;
    font-family: 'Lato';
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    margin: 0px;
    word-spacing: 2px;
    text-align: center;
	padding-top: 12px;
}

.client-info{
	padding-top:5px;
    padding-bottom:5px;
    display:table;
    margin:0 auto;
}

.client-info ul{
	margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
}

.client-info ul li{
    color: #fff;
    padding-left: 15px;
    padding-right: 3px;
    margin-right:0px;
    float: left;
	margin-bottom: 5px;
}

.client-info ul li.footer-ph-num{
	background-image: url(/images/footer-ph-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 14px;
}


.client-info ul li.footer-ph-num span{
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    font-family: lato;
    padding-left: 13px;
}

.client-info ul li.ph-num{
	background-image: url(/images/phone-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.client-info ul li.ph-num span{
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    font-family: lato;
    padding-left: 6px;
}

.client-info ul li.wjs{
	background-image:url(/images/wjs-icon.png);
	background-repeat:no-repeat;
	background-position: left center;
    padding-top: 3px;
    padding-bottom: 3px;
}	

.client-info ul li.wjs span{
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    font-family: lato;
    padding-left:6px;
	
}
 
 .client-info ul .basket{
	background-image:url(/images/basket.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-top: 3px;
    padding-bottom: 3px;
    padding-left:27px;
    color:white;
    font-family: lato;
   	display:inline-block;
 }
 
 .client-info ul li.basket span{
	color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    font-family: lato;
    padding-left:0px;
}

#logo {
    margin-left: 12px;
}

.navbar-fixed-top {
    position: inherit;
}


.navbar {
    margin-bottom: 0px;
}

.navbar {
    border: 0px solid transparent;
    padding: 0px;
}


.navbar-inverse {
    background-color: inherit;
    border-color: inherit;
    background-image: url(/images/menu_bg.png);
    background-repeat: repeat-x;
    background-size: contain;
}


.nav>li {
    border-right: 1px solid #460000;
}

.navbar .nav-link {
    color: #fff !important;
    text-transform: uppercase;
    font-family: lato;
    font-weight: normal;
    text-decoration: none;
    font-size: 16px !important;
    padding-left: 32px;
    padding-right: 32px;
}

.navbar-nav>li>a {
    color: #fff !important;
    text-transform: uppercase;
    font-family: lato;
    font-weight: normal;
    text-decoration: none;
    font-size: 16px !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.navbar-nav-fr-CA>li>a {
    font-size: 15.5px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.nav>li:hover, .nav>li>.home
{
    background-image: url(/images/menu_bg_hover.png);
    background-repeat: round;
}

.home {
    display:flex;
}

.main-navigation{
	padding-top:15px;
	padding-bottom:15px;
}

.dropdown-autocomplete {
    z-index: 1000 !important;
    position: relative;
    background-color:white;
}

.dropdown-autocomplete a:hover {
    color: white !important;
}

.dropbtn {
    background-image: url(/images/menu_bg.png); 
    background-repeat: repeat-x;
    background-size: contain;
     z-index:100;
}

.dropbtn img{
    position: relative;
    left: 15px;
}

.dropdown {
    z-index: 100;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #d81e05;
    min-width: 100%;
}

.dropdown-content a {
    color: #fff !important;
    padding: 5px 20px;
    text-transform: uppercase;
    font-family: lato;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 0.2px solid #960000;
   
}

.dropdown-content a img{
    position: relative;
    right: 18px;
    bottom: 1px;
}

.dropdown-content a:last-child {
    border-bottom: none;
}

.dropdown-content a:hover {
     background-image:url(/images/sub_menu_hover.png);
/*    background-repeat: repeat-x;*/
/*    background-color: #b31803;*/

}

.dropdown:hover .dropdown-content {
    display: block;
}


.title h1{
    font-size: 26px;
    font-weight: bold;
    margin-left: 35px;
    font-family: lato;
    color:#000000;
}

.slider-image img{
    margin-left: 35px;
}

.categories{
    margin-top: 24px;
    background-color: #d81e05;
    width: 98.5%;
    height:-1%;
    margin-left:35px;
}

.categories ul li{
    display: inline-block;
    margin-top: 10px;
}

.products{
    padding-left: 35px;
    padding-right: 35px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    background-color: #d81e05;
    padding-top: 18px;
    top: 8px;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0px 0px 12px -1px black;
}


.products:hover{
    background-image:url(/images/sub_menu_hover.png);
    font-family: lato;
    color: #ffffff;
    text-decoration: none;
}
.sellers{
    padding-left: 35px;
    padding-right: 35px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    background-color: #d81e05;
    padding-top: 18px;
    top: 8px;
    left: 28px;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0px 0px 12px -1px black;
    
}

.sellers:hover{
    background-image:url(/images/sub_menu_hover.png);
    font-family: lato;
    color: #ffffff;
    text-decoration: none;
}

.promotions{
    padding-left: 35px;
    padding-right: 35px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    background-color: #d81e05;
    padding-top: 18px;
    top: 8px;
    left:58px;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0px 0px 12px -1px black;
    
}

.promotions:hover{
    background-image:url(/images/sub_menu_hover.png);
    font-family: lato;
    color: #ffffff;
    text-decoration: none;
}

.signup{
    background-color: #e1e1e1;
    width: 71%;
    position: relative;
    height: 45px;
    top: 42px;
    left: 48px;
}

.signup  .btn-login{
    background-image:url(/images/btton.png);
    font-size: 16px;
    font-family: lato;
    width: 100px;
    color: #ffffff;
    line-height: 1em;
    position: relative;
    left: 35px;
    top: 7px;
    border: none;
}


.signup  .btn-register{
    background-image:url(/images/btton.png);
    font-size: 16px;
    font-family: lato;
    width: 100px;
    color: #ffffff;
    border: none;
    top:7px;
    line-height: 1em;
    position: relative;
    left: 52px;
}

.secondary-menu-bg{
    background-image: url(/images/menu2_bg.png);
    background-repeat: repeat-x;
    background-size: contain;
    height: auto;
}


.listings {
    width: 168px;
    height: 220px;
    margin-top: 30px;
    margin-left: 41px;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
    display: inline-block;
}

.listing-img img{
    margin-left: 2px;
    
}

.listing-img .title{
    left: 8px;
    position: relative;
    font-weight: bold;
    color: #0000ff;
    font-size: 15px;
    text-decoration: none;
    line-height: normal;
}

.listing-img .item{
    margin-left: 16px;
    font-weight: normal;
    color: #6b6bff;
    font-size: 15px;
    text-decoration: none;
    line-height: normal;
}

.order-list{
    background-color: #e1e1e1;
    width: 71%;
    height: 304px;
    position: relative;
    left: 48px;
    top: 42px;
}

.order-bar{
    background-color: #d81e05;
    color: #ffffff;
/*    padding-top: 1px;*/
    font-family: lato;
    text-align: center;
    position: relative;
    top: 18px;
    height: 56px;
}

.order-bar h4{
    padding-top: 8px;
}

.order-bar p{
    margin-top: -12px;
}

.order{
    position: relative;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    height: 58px;
    font-family: lato;
    border-bottom: 1px dashed #cacaca;
   
}

 .order:last-child { border-bottom: none;  }

ul.secondary-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    display: block;
}

ul.secondary-menu li {
    display: inline;
}


ul.secondary-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-family: lato;
    padding-left:5px;
    padding-right:5px;
    text-decoration: none;
    line-height: 28px;
}

.search-heading {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    font-family: lato;
    margin-bottom: 2px;
    margin-top: 8px;
    margin-right: 0px;
    text-transform:uppercase;
}

 
 
.field-length {
    background-color: #e1e1e1;
    height: 25px;
    border-radius: 0px;
    position: relative;
    bottom: 3px;
}

.search-btn-icon {
    background-image: url(/images/search-btn-icon.png);
    background-color: white;
    display:inline-flex;
    background-repeat: no-repeat;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    padding-right: 25px;
    background-position: center;
    border-radius: 0px;
    border-top-right-radius: 11px;
    position: relative;
    bottom: 9px;
    border: none;
}


.footer-search-btn-icon {
    background-image: url(/images/footer-search-icon.png);
    background-repeat: no-repeat;
    padding-top: 61px;
    padding-bottom: 9px;
    padding-left: 80px;
    padding-right: 80px;
    background-position: center;
    border-radius: 0px;
    background-color: #ffffff;
    border-right: 4px solid #c3c3c3;
    border-top: 5px solid #c3c3c3;
    border-bottom: 5px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
	
}

.footer ul{
     text-align: center;
    font-size: 16px;
    font-family: lato;
    padding-left: 0px;
    padding-top: 12px;
}

.footer-menu li{
    display: inline;
    
}

ul.footer-menu li a {
    color: #757575;
    padding-left: 10px;
    padding-right: 10px;
}


.form-inline{
   padding-top: 19px;
}

.search-bar{
	text-align:center;
}

.search-bar{
	text-align:center;
	width:100%;
}


.form-group {
  margin-bottom: 15px;
}

.search-form-group{
    margin-left:0px;
    margin-top: 25px;
  /*  display: inline-block;
    border-radius: 8px;
    border-color: #c3c3c3;*/
}

.top-slider-heading{
	font-size:14px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
}
 
.sidebarpanel{
    background-color: #e1e1e1;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 233px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.login-btn{
    position:relative;
    left:55px;
	display:inline-block;
	height:42px;
	background:url(/images/btton.png) repeat-x;
	font-size:13px;
	color:#fff;
	line-height:27px;
    width:100px;
    height:30px;
    text-align:center;
	}

.text-center-align{
   position: relative;
   left: 22px !important;
   bottom: 6px;
}


.text-center-align-r{
    position: relative;
    left: 15px;
    bottom: 6px;
}

.supra-lifts {
	width: 233px;
	padding-top: 12px;
	margin: auto;
}

.order-history{
    background-color: #e1e1e1;
    width: 233px;
    margin: auto;
    margin-top: 10px;
    padding-top: 12px;
}

.orderhistory-heading{
	background-color: #d81e05;
    margin: 0px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}

.orderhistory-heading span{
	display: block;
    font-weight: normal;
    font-size: 12px;
    padding-top: 2px;
}

.order-list-history{
   margin: 0px;
   padding: 5px;
   list-style: none;
   display: inline-block;
}

.order-list-history dl{
	border-bottom: 1px dashed #cacaca;
    padding-left: 10px;
    color: #000000;
    font-weight: 500;
    font-size: 13px;
}


.order-list-history dl dd h4{
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   position: relative;
   bottom: 10px;
   left: 2px;
}

.order-list-history dl dd h4 a {
    text-decoration:underline;
    }
.order-list-history h4 .more-btn{
	color:#000;
}

.responsive-tabs__list{
    background-color: #d81e05;
    padding-top: 30px !important;
    padding-bottom: 14px !important;
    padding-left: 25px !important;
    border-bottom:none !important;
}

.responsive-tabs__list__item--active{
	background-image: url(/images/tab-bg.png) !important;
    box-shadow: 0px 0px 13px -1px black;
    border: none !important;
    color: #fff;
    font-weight: 600;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 13px !important;
	box-sizing:inherit !important;
 }

.featured-product-txt{
	color: #0000ff;
    font-family: 'Open Sans',bold;
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 6px;
    text-align: center;
}

.items-id{
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: center;
}

.items-id span{
	color:#6b6bff;
    font-family: 'Open Sans', sans-serif;
}

.thumbnail{
	border-radius: 0px;
    height: 223px;
}

.top-space{
	padding-top:15px;
}

.responsive-tabs__list__item{
	background-color: #d81e05 !important;
    border: none !important;
    box-shadow: 1px 2px 10px -2px black;
    color: #fff;
    font-weight: 600;
}

.responsive-tabs__heading{
  font-size: 20px !important;
}


.search-field-ft{
    height: 80px;
    border-radius: 0px;
    margin-left: -5px;
    font-size: 23px;
    margin-right: -2px;
    border-left: 4px solid #c3c3c3;
    border-top: 5px solid #c3c3c3;
    border-bottom: 5px solid #c3c3c3;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.footer-ph-num{
}

.copyright{
	text-align: center;
    color: #6b6b6b;
}

.main-featured-area {
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;
}

.dropdown-content a{
	text-transform:lowercase;
}




@media (min-width: 768px){

.top-ct-1{
   padding-left: 90px;
}

.align-center{
	display:flex;
}

.right-blog{
	padding-left: 30px;
    padding-right:0px;
	-webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-bottomleft: 100px;
     border-bottom-left-radius: 110px;
    -webkit-box-shadow: -2px 3px 5px #a7a7a7;
}

.main-heading{
    text-align: inherit;
    font-size: 17px;
    word-spacing: 3px;
    padding-left: 0px;
}

.client-info ul li{
  margin-right: 82px;
}


 .navbar-nav>li>a{
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 38px;
    padding-right: 38px;
}


.secondary-menu-bg {
    height: 30px;
}


ul.secondary-menu li a {
    padding-left: 55px;
    padding-right: 55px;
	font-size: 16px;
}


.pull-left-search {
    float: left;
}

.search-heading {
    color: #fff;
    font-size: 27px;
    font-weight: 800;
    font-family: lato;
    margin-bottom: 4px;
    margin-top: 14px;
    margin-right: 10px;
    text-transform:uppercase;
}

.field-length {
    min-width: 525px;
 }


.client-info{
    position: relative;
    top: 13px;
}
 
 .dropdown-content{
  }

client-info ul li.footer-ph-num{
        margin: auto;
  }


.main-featured-area{
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom:30px;
}


.sidebar {
   margin-top:28px;
}

.featured-product-txt{
	text-align:inherit;
}

.items-id{
	text-align:inherit;
}

.banner-length{
	width:900px;
}


 .navbar-nav>li>a{
     font-size: 14px;
}

.search-form-group{
    margin-left: 170px;
    margin-right:170px;
    display:flex;
 /*  border-width: 4px;
   border-style: solid;*/
}

ul.footer-menu li a {
    padding-left: 20px;
    padding-right: 20px;
}

.top-slider-heading{
	font-size:20.5px;
}

.search-field-ft{
	min-width: 670px;
}

.dropdown-content a {
    padding: 5px 35px;
}


 
}

@media (min-width: 992px){
 .col-md-margin{
	 margin-left: 7.333333%;
	}
    
 .client-info ul li.footer-ph-num{
        margin: auto;
   }
	
 	
 .navbar-nav>li>a{
     font-size: 16px;
}
	
	
}



@media (min-width: 992px) and (max-width: 1199px) {
	.top-ct-1{
 padding-left:0px;
}
    
      .slider-image img {
        width: 100%;
        margin: auto;
    }
    
    client-info ul li.footer-ph-num{
        margin: auto;
    }
	
	
.navbar-nav>li>a {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
}


.field-length {
    min-width: 425px;
}

.input-field-txt {
    width: 75%;
}

.client-info ul li {
    margin-right: 20px;
}

.main-heading{
  font-size: 20px;
}

 
}


 
@media (min-width: 768px) and (max-width: 991px) {
   .navbar-nav>li>a {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 5px;
    padding-right: 5px;
}
  
 .slider-image img {
        width: 100%;
        margin: auto;
    }
	
.input-field-txt {
    width: 80%;
}
	
.field-length {
    min-width:400px;
    width: 100%;
}

.main-heading {
    font-size:13px;
    text-align: center;
}	
	
.search-bar{
  text-align: center;
	
}
	
.client-info ul li {
    margin-right: 10px;
}

.client-info ul{
	width: 550px;
    margin: auto;
}
	
.search-heading{
   text-transform:uppercase;
   font-size: 17px;
}

.search-bar{
 /* width: 600px;
  margin: auto;*/
}

.search-field-ft {
    min-width: 545px;
}
	
     
}

 
@media (max-width: 767px) {

      .slider-image img {
        width: 100%;
        margin: auto;
    }
    
    client-info ul li.footer-ph-num{
        margin: auto;
    }
}


@media (max-width: 480px) {
    .slider-image img {
        width: 100%;
        margin: auto;
    }
    
    .footer{
        width: 100%;
        margin: auto;
    }
     
    client-info ul li.footer-ph-num{
        margin: auto;
    }
    
    .signup{
        height: 85px;
    }
    
    .signup  .btn-login{
        left: 45px;
    }
    
    .signup  .btn-register{
        top: 20px;
        left: 45px;
        
    }
    
    .categories{
        margin: auto;
    }
    
}

@media only screen and (max-width : 768px){
 .search-field-on-mobile{
   width: 80%;
   display: inline-block;
   position: relative;
   top: 1px;
 }
 
.on-small-scrn-ax{
   float: right;
   width: 80%;
}

.on-small-scrn{
  float: left;
}

.form-inline {
    padding-top: 0px;
}

.search-field-ft{
	max-width:50%;
   display: inline-block;
}

.footer-search-btn-icon{
	position: relative;
    bottom: 6px;
	background-size: 20px;
	padding-left: 40px;
    padding-right: 40px
}





}


@media only screen and (max-width :320px){
.on-small-scrn {
   float: none;
   padding-bottom: 5px;
}

.on-small-scrn-ax {
  float: none;
  width: 100%;
}

.search-field-on-mobile {
    width:100%;
   
}

.search-field-ft{
    max-width:100%;
    display: inline-block;
	border-left:none;  
     border-top:none; 
     border-bottom:none; 
     border-top-left-radius:0px; 
     border-bottom-left-radius:0px; 
}


.footer-search-btn-icon{
	border-right:none;
    border-top:none;
    border-bottom:none;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
	position:relative;
	top:5px;
}







 
}










@media (min-width: 401px) and (max-width: 800px) {
/*  html { background: green; } */
}

/* This doesn't have to exist unless your design needs it, as these settings are above */
@media (min-width: 801px) and (max-width: 1199px) {
/*  html { background: red; }*/
}

/* large desktop and browsers that know a media query*/
@media (min-width: 1200px) {
.container {
    width:1170px;
}
  
  

}

.navbar {
    background-image: url(/images/menu_bg.png);
    background-repeat: round;
    background-size: contain;
}

.navbar .nav-item {
    border-right: 1px solid #460000;
}

.navbar .nav-item:hover, .navbar .nav-item.active {
    background-image: url(/images/menu_bg_hover.png);
    background-repeat: round;
}

.navbar .dropdown-menu {
    background-color: #d81e05;
    border-radius: 0;
}

.navbar .dropdown-item {
    color: #fff !important;
    padding: 5px 20px;
    text-transform: uppercase;
    font-family: lato;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 0.2px solid #960000;
}

.navbar .dropdown-item img {
    position: relative;
    right: 18px;
    bottom: 1px;
}

.navbar .dropdown-item:last-child {
    border-bottom: none;
}

.navbar .dropdown-item:hover {
    background-image: url(/images/sub_menu_hover.png);
    background-color: transparent;
}

@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
    }
}

 



