/*------------------------------- Header overrride --------------------------------*/
body header *{
	transition: none;
}
header .home-page-header-banner, header .header-banner {
	padding: 0 0 25px;
}
.header-logo svg{
    height: 48px;
    max-width: 220px;
}
@media all and (min-width: 769px){
    .header-logo{
        padding: 25px 0 22px;
    }
}
/*@media all and (min-width: 1800px){
    .header-logo svg, .sticky-header .header-logo svg, .footer-logo svg {
        height: 42px;
    }
    .header-logo, .sticky-header .header-logo, .footer-logo {
        padding-top: 25px;
        padding-bottom: 20px;
    }
}*/
.top-nav{
    overflow: visible;
    position: relative;
}
header nav.top-nav.top-nav-sticky {
    background: white;
    border-bottom: 1px solid #666;
	position: fixed;
    top: 0;
    width: 100vw;
    z-index: 600;
}
.header-left, .header-right{
    position: absolute;
    top: 30px;
}
.header-left{
    left: 90px;
    transition: all 0.2s ease;
}
.header-right{
    right: 90px;
}
.menu-toggle{
    caret-color: transparent;
}
.header-toggle-icon{
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    height: 32px;
    width: 32px;
}
.burger-icon{
    background-image: url(../images/Hamburger.svg);
    background-size: 22px;
    margin-right: 12px;
}
.search-toggle{
    background-image: url(../images/Search_Bar.svg);
    background-size: 22px;
}
.account-toggle{
    background-image: url(../images/Account.svg);
    background-size: 17px;
}
.cart-toggle{
    background-image: url(../images/Cart.svg);
    background-size: 29px;
    margin-left: 10px;
    position: relative;
    right: -5px;
    top: 3px;
}

.menu-main-menu-top-container{
    /*border-bottom: 1px solid rgb(153 153 153 / 50%);*/
    border-top: 1px solid rgb(153 153 153 / 50%);
}
.show-submenu .menu-main-menu-top-container {
    /*border-bottom: 1px solid rgb(153 153 153 / 50%);*/
}

#header-menu-wrapper{
    border-bottom-color: rgb(153 153 153 / 50%);
}

#header-menu-wrapper,
.menu-main-menu-top-container,
#header-menu-wrapper ul.sub-menu,
header #header-menu-wrapper.show-submenu{
    height: 50px;
}
#menu-main-menu-top{
    background: #fff;
    height: 48px;
}

@media all and (min-width: 769px){
    #header-menu-wrapper ul.sub-menu li{
        padding-top: 0;
        position: relative;
        top: -1px;
    }  
}
#menu-main-menu-top li a:after,
#menu-main-menu-top > li:hover > a:after{
    background: #202020;
    bottom: 1px;
    height: 1px;
}
@media all and (min-width: 769px){
    body.page-template header, body.single header, 
    body.archive header {
        border: none;
    }
}
#header-menu-wrapper ul.sub-menu a:after{
    bottom: 0;
}
#header-menu-wrapper li{
    font-family: 'Suisse Intl', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
	margin: 0 -2px;
    padding: 0;
    text-transform: none;
}
#header-menu-wrapper li a{
    line-height: 14px;
    padding: 18px 20px;
}
#header-menu-wrapper li a,
#header-menu-wrapper ul.sub-menu a{
    color: #737373;
}
#header-menu-wrapper li:hover > a{
    color: #202020;
}
#header-menu-wrapper ul.sub-menu{
    text-align: center;
    top: 0;
    transition: all 0.5s linear;
    visibility: hidden;
    z-index: -1;
}
#header-menu-wrapper ul.sub-menu:after {
    content: '';
    background: #fff;
    display: block;
    width: 300vw;
    position: absolute;
    top: 0;
    left: -100vw;
    height: 49px;
    z-index: -1;
    border-bottom: 1px solid rgb(153 153 153 / 50%);
}
#header-menu-wrapper li:hover ul.sub-menu{
    opacity: 1;
    top: 49px;
    visibility: visible;
}
.rollout-menu, .rollout-cart{
    background: #fff;
    position: absolute;
    width: 565px;
    z-index: 10;
}
.rollout-menu {
    border-right: 1px solid #999;
    height: 100vh;
	left: -600px;
    overflow: scroll;
    padding: 32px 25px 0 95px;
    text-align: left;
	transition: 1s;
}
.menu-searchbar{
    float: right;
    margin-top: -10px;
    width: calc(100% - 100px);
}
.rollout-menu.rollout-menu-show {
    left: 0;
}

.menu-close-button{
    background-image: url(../images/Close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin-right: 11px;
    width: 32px;
}
.rollout-menu-primary{
    padding: 46px 0 36px;
}
.rollout-menu-primary li{
    font-family: 'Suisse Intl', sans-serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 0.68em;
}
.rollout-menu-secondary{
    margin-bottom: 78px;
}
.rollout-menu-secondary li {
    margin-bottom: 1.08em;
}
.rollout-menu-secondary li,
.rollout-menu-subscribe-label{
    font-family: 'Suisse Intl', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.5;
}
.rollout-menu-social{
    margin-bottom: 72px;
}
.rollout-menu-social a {
    border: 1px solid #000;
    border-radius: 100%;
    display: inline-block;
    height: 24px;
    margin-right: 5px;
    text-align: center;
    width: 24px;
}
.rollout-menu-icon img {
    height: 14px;
    margin-top: 4px;
    width: 14px;
}
.rollout-menu-icon.youtube-icon img {
    height: 13px;
    margin-top: 4px;
    width: 13px;
}
.header-social-icon.pinterest-icon img {
    height: 15px;
    margin-top: 4px;
    width: 15px;
}
.header-social-icon.linkedin-icon img {
    height: 13px;
    margin-top: 2px;
    width: 13px;
}
.rollout-menu-icon.linkedin-icon img {
    height: 12px;
    width: 12px;
}

.rollout-menu-subscribe{
    margin-bottom: 40px;
}
.rollout-menu-subscribe-label{
    margin-bottom: 40px;
}

.rollout-cart{
    border-left: 1px solid #999;
    text-align: left;
    height: 100vh;
    overflow: scroll;
    padding: 0 95px 50px 30px;
    right: -600px;
    transition: 1s;
    top: 0;
}
.rollout-cart.rollout-cart-show{
    right: 0;
}
.rollout-cart-head{
    margin: 33px 0px 40px;
    position: relative;
}
.rollout-cart-title,
.rc-title{
    font-family: 'Suisse Intl', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.rc-subtitle,
.rc-item .remove{
    font-family: 'Suisse Intl', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
.rc-title{
    margin-bottom: 6px;
}
.rc-subtitle{
    color: #999;
}
.rollout-cart-head .cart-toggle{
    position: absolute;
    right: -18px;
    top: -2px;
}
.rc-item{
    border-bottom: 1px solid #999;
    padding: 20px 0;
}
.rc-item-wrap,
.rc-text-bottom{
    display: flex;
    justify-content: space-between;
}
.rc-text-bottom{
    align-items: self-end;
}
.rc-thumb{
    float: left;
    height: 0;
    padding-bottom: 37%;
    position: relative;
    width: 29%;
}
.rc-thumb img{
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%; 
}
.rc-text{
    display: flex;
    flex-direction: column;
    font-family: 'Suisse Intl', sans-serif;
    font-size: 18px;
    font-weight: 300;
    justify-content: space-between;
    width: 66%;
}
.rollout-cart-buttons{
    margin-top: 95px;
}
.rollout-cart-buttons .button{
    display: inline-block;
    margin-right: 15px;
}
.rollout-cart-buttons .button a{
    font-size: 14px;
    min-width: 120px;
}
.rollout-cart .button a{
    font-size: 14px;
    width: auto;
}
.check-out a,
.cart-empty-button a:hover{
    background: #202020;
    border-color: #202020;
    color: #fff;
}
.check-out a:hover,
.checkout-button a:hover,
.cart-empty-button a{
    background: #fff;
    border-color: #666;
    color: #202020;
}
.rc-item .remove{
    position: relative;
}
.rc-item .remove:after {
    border-bottom: 1px solid;
    bottom: 0px;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
}
.rc-input-quantity{
    border: 1px solid #000;
    border-radius: 30px;
    display: flex;
}
.rc-input-quantity-up,
.rc-input-quantity-down{
    cursor: pointer;
    font-family: 'Suisse Intl Buttons', sans-serif;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    width: 20px;
}
.rc-input-quantity-up:before{
    content: '+';
    left: -4px;
    position: relative;
}
.rc-input-quantity-down:before{
    content: '-';
    left: 4px;
    position: relative;
}
.rc-item input[type="number"]{
    background: transparent;
    border: none;
    color: #000;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    position: relative;
    top: 1px;
    text-align: center;
    width: 2em;
}
.rc-item input[type=number]::-webkit-inner-spin-button, 
.rc-item input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.rollout-cart-empty-text{
    margin-top: 80px;
}
.cart-empty-button{
    margin-top: 25px;
}
.cart-empty-button a{
    padding: 0 20px;
}
.rollout-cart-empty-label{
    font-family: 'Suisse Intl', sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.cart-items-count {
    background: #202020;
    border-radius: 100%;
    bottom: 4px;
    color: #fff;
    display: block;
    font-size: 8px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: 3px;
    width: 14px;
}
    

@media all and (max-width: 1600px){
    .header-left {
        left: 40px;
    }
    .header-right {
        right: 40px;
    }
    .rollout-menu, .rollout-cart{
        width: 450px;
    }
    .rollout-menu{
        padding-left: 40px;
    }
    .rollout-cart{
        padding-right: 40px;
    }
}
@media all and (max-width: 1024px){
    .rollout-menu-primary li{
        font-size: 24px;
    }
    .rollout-cart-title, .rc-title{
        font-size: 14px;
    }
    .rollout-cart-title{
        line-height: 2;
        font-size: 16px;
    }
    .rollout-cart-head{
        margin-bottom: 30px;
    }
    .rollout-cart .button a {
        font-size: 12px;
    }
    .rollout-cart-buttons {
        margin-top: 60px;
    }
}
@media all and (max-width: 768px){
    .cart-items-count{
        opacity: 0;
        visibility: hidden;
    }
    .top-nav{
        border-bottom: 1px solid #999;
    }
}

@media all and (max-width: 640px){
    .top-nav {
        height: 65px;
    }
    .header-logo svg, .sticky-header .header-logo svg {
        height: 31px;
        margin-top: 14px;
        width: 150px;
    }

    .header-left {
        left: 6px;
        top: 15px;
    }
    .burger-icon{
        background-size: 15px;
    }
    .header-right {
        right: 8px;
        top: 15px;
    }
    .cart-toggle{
        background-size: 20px;
        margin-left: 0;
        right: 0;
        width: 20px;
    }
    .account-toggle{
        background-size: 11px;
        width: 20px;
    }
    .rollout-menu, .rollout-cart{
        width: 100%;
    }
    .rollout-cart{
        right: -640px;
    }
    .rollout-menu{
        border-right: none;
        border-top: 1px solid #999;
        left: -640px;
        padding-left: 18px;
        padding-top: 20px;
    }
    .rollout-menu-primary li{
        /*font-size: 20px;*/
        font-size: 18px;
    }
    .rollout-menu-secondary li{
        font-size: 11px;
    }
    .rollout-menu-show__header .header-left .search-toggle{
        opacity: 0;
    }
    .rollout-cart-head .cart-toggle{
        background-image: url(../images/Close.svg);
        background-size: 12px;
        margin-right: 0;
    }

    .rollout-menu-primary{
        padding-bottom: 30px;
        padding-top: 0;
    }
    .rollout-menu-primary li{
        margin-bottom: 0.98em;
    }
    .rollout-menu-primary li:last-of-type{
        margin-bottom: 0;
    }
    .rollout-menu-secondary{
        margin-bottom: 30px;
    }
    .rollout-menu-secondary li {
        margin-bottom: 1.45em;
    }
    .search-toggle{
        margin-left: -7px;
    }
    .rollout-menu-head{
        margin-bottom: 30px;
    }
    .rollout-menu input[type="text"]{
        font-size: 11px;
        padding: 0;
    }
    .rollout-menu__mobile-search-section{
        margin-right: -22px;
    }
    .menu-searchbar {
        float: none;
        margin-top: -9px;
        padding-right: 0;
        margin-right: 0;
        display: inline-block;
        margin-left: 5px;
        vertical-align: top;
    }
    .rollout-menu-social {
        /*margin-bottom: 50px;
        margin-top: 48px;*/
        margin: 40px 0;
    }
    .rollout-menu-social a {
        height: 29px;
        width: 29px;
    }
    .rollout-menu-icon img {
        height: 17px;
        margin-top: 5px;
        width: 18px;
        vertical-align: top;
    }
    .rollout-menu-icon.linkedin-icon img {
        height: 15px;
        width: 15px;
    }
    .rollout-menu-icon.youtube-icon img {
        height: 19px;
        margin-top: 4px;
        width: 16px;
    }
    .rollout-cart{
        border: none;
        border-top: 1px solid #999;
        top: 64px;
    }
    .rollout-cart-buttons .button a{
        font-size: 12px;
        height: 35px;
        line-height: 35px;
    }
    .rollout-menu-subscribe-label {
        /*margin-bottom: 20px;*/
        margin-bottom: 15px;
    }
    .rollout-menu-subscribe{
        margin-bottom: 0;
    }
    .rollout-menu-social a{
        border: 0.6px solid rgba(0, 0, 0, 0.6);
    }
}
