.rollout-cart{
    background: #fff;
    position: absolute;
    width: 565px;
    z-index: 10;
}

.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-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: -16px;
    top: -8px;
}
.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: 1px;
    color: #fff;
    display: inline-block;
    font-size: 8px;
    height: 14px;
    line-height: 14px;
    margin: 0 -2px 0 2px;
    position: relative;
    width: 14px;
}
    

@media all and (max-width: 1600px){
   .rollout-cart{
        width: 450px;
    }
    .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){
    .header-top-right {
        float: right;
        padding-top: 26px;
        position: absolute;
        right: 16px;
        text-align: right;
    }
    .cart-items-count{
        bottom: 1px;
        margin: 0;
        position: absolute;
        right: 1px;
        text-align: center;
    }
	.rollout-cart-show__header .cart-items-count {
		opacity: 0;
		visibility: hidden;
	}
    .header-cart-button {
        background-image: url(../images/mobile-cart-icon-v4.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 30px;
        border: none;
        border-radius: 0;
        color: inherit;
        height: 30px;
        margin-left: 10px;
        margin-top: -2px;
        padding: 0;
        position: relative;
        vertical-align: top;
        width: 30px;
    }
    .header-cart-button:hover{
        background-color: transparent;
    }
    header .header-search-button{
        float: none;
        position: static;
        display: inline-block;
    }
}

@media all and (max-width: 640px){
    .header-cart-button, 
    .header-cart-button:hover{
        background-size: 22px;
        margin-left: 3px;
        margin-top: 4px;
        height: 22px;
        width: 22px;
    }
    .cart-items-count{
        font-size: 6px;
        height: 10px;
        line-height: 10px;
        width: 10px;
    }
    .rollout-cart{
        width: 100%;
        right: -640px;
        border: none;
        border-top: 1px solid #999;
        top: 79px;
    }
    .rollout-cart-show__header .cart-toggle{
        background-image: url(../images/Close.svg);
        top: 0;
        background-size: 15px;
        margin-top: 3px;
    }
    .rollout-cart-show__header .cart-toggle{
        display: none;
    }
    /*.rollout-cart-head{
        display: none;
    }*/
    .rollout-cart-buttons .button a{
        font-size: 12px;
        height: 35px;
        line-height: 35px;
    }
}