:root {
  --primary-color: #000;
}
body {
	/* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: "Inter", sans-serif;
}
/* ----------  HEADER  ---------- */

.site-header .logo, .logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.site-header{
    background-color: #fff;
    /* display: flex; */
    /* align-items: center; */
}

/* .logo img {
    max-width: unset;
} */

#static-page-container{
    background-color: #fff;
}
.top-bar{
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}    
.topbar-nav .navbar-nav > li > a,
.topbar-nav .navbar-nav > li > a > .fas{
    font-size:13px;
    color: rgb(73, 73, 73);
    border-bottom:0 none!important;
}
.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: 5px 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: var(--primary-color);
}
/* ---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: transparent;
}
.navbar-nav>li>a {
    border-bottom: 1px solid transparent;
    color: rgb(73, 73, 73);
    padding: 5px;
    margin: 0 10px;
}

.navbar-default .navbar-nav > li > a{
    text-transform:uppercase;
    border-right:0 none;
    color: rgb(73, 73, 73);
    padding: 5px;
    margin: 0 10px;
    font-weight:400;
    border-bottom: 1px solid transparent;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover{
    border-bottom: 1px solid var(--primary-color);
    background-color: transparent;
    color: rgb(73, 73, 73);
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: rgb(73, 73, 73);
}
.nav > li > a:hover,
.nav > li > a:hover .fas{
    background-color: transparent;
    color: var(--primary-color);
}
.navbar-toggle .icon-bar{
   background-color: var(--primary-color);
}
/* ----------  HEADER  ---------- */
/* ----------  BODY  ---------- */
.category-name-grid {
    /* color: var(--primary-color); */
    color: rgb(73, 73, 73);
}
.product-name {
    color: rgb(73, 73, 73);
}
a {
    color: rgb(73, 73, 73);
} 

a:hover {
    color: var(--primary-color);
}
#details-product-price {
    color: #4c4c4e;
}
#modalRefinement .modal-header{
	background: var(--primary-color);
}
#modalRefinement .modal-header h4,
#modalRefinement .close,
#modalRefinement .modal-header .fas{
	color:#FFF;
}

/* -------  BUTTONS  ------- */
.btn-blue,
.btn-blue:hover,
.btn-blue:focus,
#refine-sidebar .navbar-toggle{
    color:#FFF;
    background-color: var(--primary-color);
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-grey,
.btn-grey:hover,
.btn-grey:focus{
    background-color:#333;
    border-color:#333;
}
.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: var(--primary-color);
    border-color: var(--primary-color);
}
/* -------  DETAILS  ------- */
#detail-tabs .nav-tabs > li.active, 
#detail-tabs-more-details .nav-tabs > li.active{
    border-bottom:3px solid var(--primary-color);
}
.nav-tabs > li.active > a:hover,
.modal-title{
    color: var(--primary-color);
}
#detail-tabs .nav > li > a:hover{
   color: var(--primary-color); 
}
/* -------  DETAILS  ------- */

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

/* ----------  FOOTER  ---------- */
#footer {
	/* Set the fixed height of the footer here */
    background-color:rgb(113, 115, 114);
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#footer .container {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left {
    display: flex;
    align-items: center;
    width: 100%
}

.footer-logo img {
    width: 58px;
    height: auto;
    display: block;
    margin-right: 18px;
}

.footer-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    
}

.footer-right a,
.footer-right .divider {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-left: 18px;
    white-space: nowrap;
}

.footer-right a:hover {
    text-decoration: underline;
}
/* ----------  FOOTER  ---------- */

@media (min-width: 767px) {
    .topbar-nav .navbar-nav > li:first-child{
        padding-left: 5px;
    }
}

@media (max-width: 991px) {
    .top-bar .container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-header {
        justify-content: center !important;
    }
}

@media (max-width: 767px) {
    .top-bar {
        background-color: #fff;
        border-bottom: 0 none;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-right {
        width: 100%;
    }

    .header-right .row-flex-center {
        width: 100%;
    }

    #search-box{
        margin:20px 0;
    }
    .category {
        margin-top: 0;
    }
    #footer{
        height:auto;
    }
    .responsive-logo{
        text-align: center;
    }
    .responsive-cart {
        margin:0;
        padding:0;
        width:auto;
    }
    .responsive-cart-icon,
    .responsive-cart-icon:before,
    .responsive-cart-icon:hover,
    .responsive-cart-icon:hover:before{
        color:var(--primary-color);
        font-size:16px;
    }
    .navbar-header{
        margin-bottom: 0;
        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{
        display: inline-block;
        font-size:16px;
        font-weight:400;
        color:#666;
        padding-bottom:5px;
    }
    .topbar-nav .navbar-nav > li > a:hover{
        color:var(--primary-color);
    }
    .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;
    }

    #footer .container {
        flex-direction: column;
        justify-content: center;
    }

    .footer-left {
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer-right {        
        justify-content: center;
    }

}
@media (max-width: 640px) {
}
@media (max-width: 480px) {

    .footer-right {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .footer-right .divider {
        display: none;
    }

}
@media (max-width : 320px) {
}
@media print {

}

h1:not(#details-product-name) {
    color: #762124;
}

.row-flex-center {
    justify-content: space-between;
}

.header-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    gap: 10px;
}

.contact-number > li > a {
    color: rgb(135 135 135);
    font-weight: 600;
}