.drawer--right {
    width: 480px;
    right: -480px; 
    border-left: 5px solid black;
}
.drawer {
    -webkit-transform: translateZ(0);
    will-change: transform;
    opacity: 0;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    padding: 0 15px 15px;
    max-width: 95%;
    z-index: 10;
    color: #000;
    background-color: #f8f8f8;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}
.drawer__header {
    display: table;
    height: 70px;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
}
.drawer__title {
    width: 100%;
}
.drawer__close {
    width: 1%;
    text-align: center;
    font-size: 1.28571em;
}
.drawer__close button {
    position: relative;
    right: -20px;
    height: 100%;
    padding: 0 20px;
    color: inherit;
}
 .icon-fallback-text .icon {
    display: inline-block;
}
 .icon:before {
    display: inline;
    font: normal normal normal 14px/1 FontAwesome;
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ajaxcart__inner {
    margin-bottom: 30px;
}
.ajaxcart__product {
    position: relative;
    max-height: 500px;
}
.ajaxcart__row {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.ajaxcart__row>.grid, .ajaxcart__row>.grid--rev, .ajaxcart__row>.grid--full {
    margin-left: -15px;
	    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}
.ajaxcart__row>.grid>.grid__item, .ajaxcart__row>.grid--rev>.grid__item, .ajaxcart__row>.grid--full>.grid__item {
    padding-left: 15px;
}
.one-quarter {
    width: 25%;
}
.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
}
.ajaxcart__product-image {
    display: block;
    overflow: hidden;
    margin-bottom: 9px;
}
a.remove-cart-item {
    padding-left: 4px;
}
.ajaxcart__product-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.three-quarters {
    width: 75%;
}
.ajaxcart__product-name+.ajaxcart__product-meta {
    padding-top: 6px;
}
.ajaxcart__product-name, .ajaxcart__product-meta {
    display: block;
	    color: #000;
}
.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.grid--full>.grid__item {
    padding-left: 0;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.one-half {
    width: 50%;
}
.text-right {
    text-align: right !important;
}
.grid--full {
    margin-left: 0;
}

.grid--full>.grid__item {
    padding-left: 0;
}
.two-thirds {
    width: 66.666%;
}
span.fallback-text {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

button.icon-fallback-text {
    background: none;
    border: none;
    display: inline-block;
    cursor: pointer;
}
.icon-x:before {
    content: "\f057";
}
.drawer__title, .drawer__close {
    display: table-cell;
    vertical-align: middle;
}
button.btn.btn--full.cart__checkout {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 0.5em 2em;
    /* width: auto; */
    margin: 0;
    /* min-width: 150px; */
    line-height: 1.42;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
    background-color: #000;
    color: #fff;
}
.one-quarter {
    width: 25%;
}
.three-quarters {
    width: 75%;
}
.ajaxcart__footer {
    clear:  both;
	    padding-top: 5%;
}
.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.js-qty, .ajaxcart__qty {
    position: relative;
    margin-bottom: 1em;
    max-width: 100px;
    min-width: 75px;
    overflow: visible;
}
.ajaxcart__qty--minus {
    border-color: #000;
}
.ajaxcart__qty-adjust {
    color: #000;
}
.js-qty__adjust--minus, .ajaxcart__qty--minus {
    left: 0;
    border-right: 1px solid #e5e5e5;
}
 .icon-fallback-text .icon {
    display: inline-block;
}
.icon-minus:before {
    content: "\f068";
}
.js-qty input, .ajaxcart__qty input {
    display: block;
    background: none;
    text-align: center;
    width: 100%;
    padding: 5px 25px;
    margin: 0;
	border: 1px solid #e5e5e5;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 0px;
}
.js-qty__adjust, .ajaxcart__qty-adjust {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border: 0 none;
    padding: 0 8px;
    background: none;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
}
.js-qty__adjust--plus, .ajaxcart__qty--plus {
    right: 0;
    border-left: 1px solid #e5e5e5 !important;
}
.ajaxcart__qty--plus {
    border-color: #000;
}
.ajaxcart__qty--minus {
    border-color: #000;
}
.icon-plus:before {
    content: "\f067";
}
.js-qty__adjust--minus, .ajaxcart__qty--minus {
    left: 0;
    border-right: 1px solid #e5e5e5 !important;
}
.one-third {
    width: 33.333%;
}
.js-drawer-open-right  {
    opacity: 1;
    -ms-transform: translateX(-480px);
    -webkit-transform: translateX(-480px);
    transform: translateX(-480px);
}