body {
	/* Margin bottom by footer height */
    margin-bottom: 300px;
    font-family: "Barlow", sans-serif;
}
/* ----------  HEADER  ---------- */
.site-header .logo, .logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.site-header{
    background-color: #fff;
}
#static-page-container{
    background-color: #fff;
}
.top-bar{
    background-color: #000;
    padding-top: 0;
    padding-bottom: 0;
}    
.topbar-nav .navbar-nav > li > a,
.topbar-nav .navbar-nav > li > a > .fas{
    font-size:14px;
    color: #FFF;
}
.topbar-nav .navbar-nav > li {
    padding: 5px 10px 5px 25px;
}
.topbar-nav .navbar-nav > li#tel:before,
#footer a#tel:before{
    margin-right: 1rem;
    padding-left: 1.8rem;
    background-image: url(/equipex/images/icon-tel.svg);
    background-repeat: no-repeat;
    width: auto;
    display: inline-flex;
    font-style: italic;
    font-weight: 700;
    content: "24/7";
    transition: all .6s cubic-bezier(.43,.195,.02,1);
    background-size: 13px;
    background-position: 0;
    color:#FFF;
}
.navbar-nav .caret{
    border-top: 5px solid #333;
}
.navbar-default .navbar-nav .navbar-nav .caret{
    border-top: 5px solid #333;
}
#search-box{
    width:450px;
    margin: 0;
    height:auto;
}
#search-box-submit,
#refine-box-submit,
#modal-refine-box-submit{
    border-top-right-radius:2px;
    border-bottom-right-radius:2px;
}
#search-box-input,
#refine-box{
    border-top-left-radius:2px!important;
    border-bottom-left-radius:2px!important;
}
#search-box-submit,
#refine-box-submit,
#modal-refine-box-submit{
    background-color: #eb6625;
}
/*---CSS for right side search to make dropdown move right---*/
/* .ui.fluid.search .results {
    right: 0;
    left: auto;
} */
/*---CSS for right side search to make dropdown move right---*/

.navbar-default{
    border-bottom: 0px solid transparent;
    background-color: #eb6625;
}
.navbar-container{
    background-color: #eb6625;
}
.navbar-default .navbar-nav{
    margin:0;
    width: auto;
    text-align: center;
    float:none;
}
.navbar-default .navbar-nav > li{
    float:none;
    display: inline-block;
    padding: 10px 15px;
}
.navbar-default .navbar-nav > li > a{
    text-transform:none;
    border-right:0 none;
    color:#FFF;
    font-weight:500;
    font-size:16px;
    padding:5px;
}
.navbar-default .navbar-nav > li:last-child > a{
    background-color: #000;
    border-radius: 50px;
    text-transform: uppercase;
    padding:5px 15px;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff;
    color: #eb6625;
}
.nav > li > a:hover,
.nav > li > a:hover .fas{
    color: #eb6625;
}
.navbar-toggle{
    margin:0 0 0 25px;
}
.navbar-toggle .icon-bar{
   background-color: #000;
}
#header-cta{
    margin:0 0 0 auto;
}
#header-cta .navbar-nav > li{
    margin-left:25px;
}
#header-cta .navbar-nav > li > a {
    padding: 2px;
    font-size: 15px;
    line-height: 1em;
    color: #000;
    font-weight: 500;
    display: inline;
}
#header-cta .navbar-nav > li > a .fas{
    font-size:20px;
    color:#000;
}
#cart_count {
    position: absolute;
    left: 15px;
    top: -12px;
    display: inline-block;
    background: #eb6625;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
}
/* ----------  HEADER  ---------- */
/* ----------  BODY  ---------- */
.category-name-grid {
    color: #eb6625;
}
.product-name {
    color: #eb6625;
}
a,
a:hover {
    color: #eb6625;
}
#details-product-price {
    color: #4c4c4e;
}
#modalRefinement .modal-header{
	background: #eb6625;
}
#modalRefinement .modal-header h4,
#modalRefinement .close,
#modalRefinement .modal-header .fas{
	color:#FFF;
}

/* -------  BUTTONS  ------- */
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover{
    color:#fff;
}
.btn-blue,
.btn-blue:hover,
.btn-blue:focus,
#refine-sidebar .navbar-toggle{
    color:#FFF;
    background-color: #eb6625;
    border-radius:50px;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-grey,
.btn-grey:hover,
.btn-grey:focus{
    background-color:#000;
    border-color:#000;
    border-radius:50px;
}
.category-items .btn:lang(fr){
    padding:6px 10px;
}
/* -------  BUTTONS  ------- */
#wrapper{
    background: #FFF;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    background-color: #eb6625;
    border-color: #eb6625;
}
/* -------  DETAILS  ------- */
#detail-tabs .nav-tabs > li.active, 
#detail-tabs-more-details .nav-tabs > li.active{
    border-bottom:3px solid #eb6625;
}
.nav-tabs > li.active > a:hover,
.modal-title{
    color: #eb6625;
}
#detail-tabs .nav > li > a:hover{
   color: #eb6625; 
}
/* -------  DETAILS  ------- */

/* ----------  BODY  ---------- */

/* ----------  FOOTER  ---------- */
#footer {
	/* Set the fixed height of the footer here */
    background-color:#000;
    height: auto;
}
#footer .store-logo{
    width:212px;
}
#footer .store-logo:lang(fr){
    width:245px;
}
#footer-tagline{
    margin-top:10px;
    color:#e20613!important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight:600;
}
#footer .social-footer .social-footer-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}
#footer .social-footer .social-footer-link .social-footer-svg-img {
    max-width: 24px;
    margin-right: 5px;
}
#footer h2{
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.3333333333;
    color:#FFF;
    font-weight: 500;
    margin-bottom:1rem;
    margin-top:0;
}
#footer a,
#footer p{
    color:#FFF;
}
#footer a:hover{
   color:#e20613!important; 
   text-decoration:none;
}
/* ----------  FOOTER  ---------- */

@media (min-width: 767px) {
    .topbar-nav .navbar-nav > li:first-child{
        padding-left: 5px;
    }
}
@media (min-width: 1300px) {
    .container{
        width:1250px;
    }
}
@media (min-width: 1500px) {
    .container{
        width:1450px;
    }
}
@media (max-width: 992px) {
    #search-box{
        width:340px;
    }
}
@media (max-width: 767px) {
    .top-bar {
        background-color: #fff;
        border-bottom: 0 none;
        padding-top: 15px;
        padding-bottom: 12px;
    }
    #search-box{
        margin:10px 0;
    }
    .category {
        margin-top: 0;
    }
    #footer{
        height:auto;
    }
    .responsive-logo{
        padding:0 0 0 5px;
    }
    .responsive-cart {
        margin:0 0 0 auto!important;
        padding:0;
        width:auto;
    }
    .responsive-cart-icon,
    .responsive-cart-icon:before,
    .responsive-cart-icon:hover,
    .responsive-cart-icon:hover:before{
        color:#eb6625;
        font-size:20px;
    }
    .navbar-header{
        margin: 0 0 0 auto;
        padding-bottom: 0;
        border-bottom:0 none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        align-items:center
    }
    .topbar-nav .navbar-collapse,
    .topbar-nav .navbar-nav > li{
        background-color:transparent
    }
    .topbar-nav .navbar-collapse ul:nth-child(2){
        border-bottom:0 none;
    }
    .topbar-nav .navbar-nav > li {
        padding:10px;
        border-bottom:0 none;
    }
    .topbar-nav .navbar-nav > li > a{
        font-size:16px;
        font-weight:400;
        color:#000;
    }
    .navbar-nav .open .dropdown-menu{
        background-color:transparent;
    }
    .navbar-nav .open .dropdown-menu > li > a{
        padding:10px 0;
        border-bottom:0 none;
    }
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
        background-color:transparent;
    }
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width : 320px) {
}
@media print {

}