.ps-cart--mobile .ps-cart__footer h3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

body{
    color: #43454b;
    font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    line-height: 1.618;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}

.ps-btn, button.ps-btn {
	background-color: #eeeeee;
}

.nav-link.active {
    background-color: #b18f4e;
    color:#fff !important;
}


.header--mobile.header--sticky .navigation--mobile{
	background-color:#fff;
}

.header.header--sticky .header__top{
	border-bottom: 1px solid #f0f0f0f0;
}

.header .header__top{
border-bottom: 1px solid #f0f0f0f0;
}

.header--mobile{
	background-color:#fff;
    border-bottom: 1px solid #f0f0f0f0;
}

.menu > li > a{
    padding: 0.6em 1em;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

.ps-btn{
	background-color: #eeeeee;
}

.header.header--sticky .header__left .ps-logo{
	display:block;
}

.menu > .current-menu-item > a{
	color:#747474;
}

p{
    font-size: 16px;
    line-height: 1.6em;
    color: #666;
}

h1{
  position: relative;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 300;
}

h2{
    font-size: 2em;
    line-height: 1.214;
    clear: both;
    font-weight: 300;
    margin: 0 0 .5407911001em;
    color: #131315;
}

h3{
    clear: both;
    font-weight: 300;
    margin: 0 0 .5407911001em;
    color: #131315;
    font-size: 1.618em;
}

h4{
    position: relative;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 300;
}

.footer_title{
    display: block;
    font-size: 22px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 0 0 1em;
    margin-bottom: 1em;
    font-weight: 300;
    color: #000000;
    width: 100%;
}

.ps-footer__copyright{
    padding: 35px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1;
}

.navigation--list{
	background-color: #000000;
	color:#fff;
}