/* :lang(fr) */
body {
	/* Margin bottom by footer height */
    margin-bottom: 260px;
    font-family: 'Montserrat', sans-serif;
}
/* ----------  HEADER  ---------- */
.site-header{
    background-color: #FFFFFF;
}    
.topbar-nav .navbar-nav .caret{
    border-top-color:#25317B;
}
.navbar-nav .caret{
    border-top-color:#25317B;
}
#search-box{
    width:280px;
    margin-top:40px;
    float:left;
    background-color:#FFF;
    border-color:#000!important;
    height: 37px;
}
#search-box-submit, #refine-box-submit, #modal-refine-box-submit{
    background-color:#25317B;
}
.navbar-default{
    background-color:transparent;
    border-bottom: 0px solid transparent;
    margin-top:35px;
}
.navbar-default .navbar-nav > li > a{
    border-right:0 none;
    color:#000;
    text-transform:uppercase;
    padding: 15px 20px;
}
.navbar-default .navbar-nav > li > a:lang(fr){
    padding: 15px 10px;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#25317B;
}
.wraparound {
    word-wrap: break-word;
    white-space: normal;
    width: 150px;
    text-align: center;
}
/* ----------  HEADER  ---------- */
.contact-form{
    padding-top:80px;
}
/* -------  BUTTONS  ------- */
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover{
    color:#25317B;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color:#25317B;
    border-color:#25317B;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
    color:#25317B;
}
.btn-blue,
.btn-blue:hover,
.btn-blue:focus,
#refine-sidebar .navbar-toggle{
    background-color:#25317B;
    color:#FFF;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus{
    background-color:#333;
    border-color:#333;
}
.navbar-toggle .icon-bar{
    background-color:#25317B;
}
/* -------  BUTTONS  ------- */

/* -------  BROWSE  ------- */
.category-name-grid,
.product-name,
a,
a:focus, a:hover,
#details-product-price,
.nav-tabs > li.active > a:hover,
.modal-title{
    color:#25317B;
}
/* -------  BROWSE  ------- */

/* -------  DETAILS  ------- */
#detail-tabs .nav-tabs > li.active, #detail-tabs-more-details .nav-tabs > li.active{
    border-bottom:3px solid #25317B;
}
#detail-tabs .nav-tabs > li > a:hover, #detail-tabs-more-details .nav-tabs > li > a:hover{
    color:#25317B;
}
/* -------  DETAILS  ------- */

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

/* ----------  FOOTER  ---------- */
#footer {
	/* Set the fixed height of the footer here */
    height: 260px;
    background-color: #2A2A2A;
}
#post-footer{
    border-top: 1px solid #ECECEE;
    border-top-color: rgba(236, 236, 238, 0.2);
}
#post-footer p{
    font-family: 'Lato', sans-serif;
    font-size:14px;
    color:#888;

}
#post-footer p a{
    color:#FFF;
}
#post-footer div:nth-child(3),
#post-footer div:last-child{
    border-left: 1px solid #ECECEE;
    border-left-color: rgba(236, 236, 238, 0.2);
}

#post-footer p a:hover{
    color: #f9b707;
}
/* ----------  FOOTER  ---------- */

@media (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        padding:15px 10px;
    }
    #search-box{
        width:220px;
    }
}
@media (min-width: 980px) {
}
@media (max-width: 991px) {
    .contact-form{
        padding-top:20px;
    }
    #search-box{
        width:100%;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    #footer{
        position: static;
    }
}
@media (max-width: 767px) {
    #footer{
        height:auto;
    }
    .navbar-header{
        border-bottom:0 none;
    }    
    .topbar-nav .navbar-collapse{
        background-color:transparent
    }
    .topbar-nav .navbar-nav > li > a{
        font-weight:400;
        text-transform:uppercase;
    }
    .responsive-logo{
        text-align: center;
    }
    .responsive-cart {
        margin: 15px 0 0;
    }
    .navbar-header{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .responsive-cart-icon,
    .responsive-cart-icon::before{
        color:#25317B;
    }
    .responsive-cart-icon:hover{
		text-decoration:none;
		color:#25317B;
	}
	.responsive-cart-icon:hover:before{
		color:#25317B;
    }
    .topbar-nav .navbar-collapse ul:nth-child(2) {
        border-bottom:#25317B;
    }
    .contact-form{
        padding-top:0px;
    }
    #search-box{
        margin:10px 0;
    }
    #footer{
       text-align:center;
    }
}
@media screen and (min-width: 767px){
    .ui.fluid.search .results {
        width: 100%!important;
    }
}
@media (min-width: 767px) and (min-width: 991px){
    .ui.fluid.search .results {
        width: 180%!important;
        right:0;
        left:auto;
    }
}

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