.hm-hide {
    display: none !important;
}
#header .header-nav .hi-shopping-cart {
    height: 3rem;
    padding: 0.75rem;
    margin-left: 0.9375rem;
    text-align: center;
    white-space: nowrap;
    background: #f6f6f6;
    cursor: pointer;
}
#header .header-nav .hi-shopping-cart.hi-cart-active {
    background: #24b9d7
}

#header .header-nav .hi-shopping-cart.hi-cart-active a,
#header .header-nav .hi-shopping-cart.hi-cart-active i {
    color: #fff
}

#header .header-nav .hi-shopping-cart .hi-shopping-cart-icon {
    color: #7a7a7a;
    vertical-align: middle
}

.hi-cart-drawer button:focus,
.hi-cart-drawer input:focus {
    outline: 0;
}

.hi-cart-drawer {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    height: 100%;
    background: #fff;
    width: 463px;
    max-width: 100%;
    right: -463px;
    transition: right .3s;
    overflow: auto;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.hi-cart-drawer::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.hi-cart-drawer.hi-active {
    right: 0;
}
.hi-cart-drawer-overlay {
    z-index: 999;
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0003;
    display: none;
}
.hi-cart-drawer-overlay.hi-active {
    display: block;
    cursor: url('../img/cursor-close.svg'), auto;
}
.hi-cart-drawer .hi-cart-header {
    display: flex;
    justify-content: space-between;

    padding: 19px 30px;
    align-items: center;
    flex-wrap: wrap;    
}
.hi-cart-drawer .hi-cart-drawer-title {
    text-transform: uppercase;
}
.hi-cart-drawer .hi-cart-drawer-close-button {
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    font-size: 30px;
    cursor: pointer;
}

.hi-cart-drawer .hi-cart-body {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.hi-cart-drawer .hi-cart-item {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #d4d4d4;
    padding-top: 24px;
    padding-bottom: 24px;
}
.hi-cart-drawer .hi-cart-item:last-child {
    border-bottom: 1px solid #d4d4d4;
}
.hi-cart-drawer .hi-cart-drawer-item-image-wrap {
    width: 110px;
    /* height: 168px; */
    position: relative;
}
.hi-cart-drawer .hi-cart-drawer-item-image-wrap a {
    display: block;
}
.hi-cart-drawer .hi-cart-drawer-item-image-wrap img {
    max-width: 100%;
    /* position: absolute;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%; */
}
.hi-cart-drawer .hi-cart-drawer-item-details {
    margin-left: 16px;
    width: calc(100% - 126px);
}

.hi-cart-drawer .hi-cart-drawer-item-title {
    line-height: 1.2;
    margin-bottom: 8px;
    font-size: 14px;
}
.hi-cart-drawer .hi-cart-drawer-line-info {
    padding-bottom: 4px;
}
.hi-cart-drawer .hi-cart-drawer-item-price {
    display: block;
    font-size: 14px;
    margin-bottom: 16px;
}
.hi-cart-drawer .hi-cart-drawer-qty {
    display: flex;
    text-align: center;
    margin-bottom: 12px;
}
.hi-cart-drawer .hi-cart-drawer-qty button {
    margin: 0;
    padding: 0;
    background: transparent;
    -webkit-appearance: none;

    border: 1px solid #d4d4d4;
    cursor: pointer;
    width: 30px;
}
.hi-cart-drawer .hi-cart-drawer-qty button,
.hi-cart-drawer .hi-cart-drawer-qty span {
    height: 40px;
}
.hi-cart-drawer .hi-cart-drawer-qty span {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    width: 40px;
    position: relative;
}
.hi-cart-drawer .hi-cart-drawer-qty span input {
    width: 100%;
    height: 100%;
    margin: 0;
    -moz-appearance: textfield;
    text-align: center;
    border: none;
}
.hi-cart-drawer .hi-cart-drawer-item-remove {
    display: block;
    font-size: 14px;
    color: #959595;
    text-decoration: underline;
}
.hi-cart-drawer .hi-cart-drawer-reserved-message {
    padding: 0 30px;
}
.hi-cart-drawer .hi-cart-drawer-reserved-message p {
    font-weight: 700;
    font-size: 14px;
    color: black;
}

/* Footer */
.hi-cart-drawer .hi-cart-footer {
    padding: 0 30px;
    background: #f5f5f5;
}
.hi-cart-drawer .hi-cart-drawer-summary-title {
    padding: 12px 0;
    border-bottom: 1px solid #fff;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 24px;
}
.hi-cart-drawer .hi-cart-drawer-subtotal-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0;
    font-weight: 700;
    font-size: 18px;
}
.hi-cart-drawer .hi-cart-drawer-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0;
    font-weight: 700;
    font-size: 18px;
}
.hi-cart-drawer .hi-cart-drawer-actions {
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
    display: flex;
    gap: 2px;
    padding-top: 20px;
}
.hi-cart-drawer .hi-cart-drawer-checkout {
    display: block;
    margin-bottom: 10px;
    width: 50%;
}
.hi-cart-drawer .hi-cart-drawer-view-bag {
    display: block;
    margin-bottom: 10px;
    background: #d1d1d1;
    color: black;
    width: 50%;
}
.hi-cart-drawer .hi-cart-drawer-view-bag:hover {
    background: #fff;
}
.hi-cart-drawer .hi-cart-drawer-additional-text {
    font-size: 13px;
    padding: 24px 0;
}
.hi-cart-drawer .hi-cart-drawer-additional-text p {
    color: black;
}

/* Empty Cart */
.hi-cart-drawer .hi-cart-drawer-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100% - 130px);
}
.hi-cart-drawer .hi-cart-drawer-empty img {
    width: 60px;
}
.hi-cart-drawer .hi-cart-drawer-empty h4 {
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 17px;
}
.hi-cart-drawer .hi-cart-drawer-empty p {
    font-size: 18px;
    color: black;
    padding-top: 15px;
}
.hi-cart-drawer .hi-cart-drawer-empty .hi-cart-drawer-shop-now {
    color: #fff;
    background: black;
    border: 2px solid black;
    width: 250px;
}
.hi-cart-drawer .hi-cart-drawer-empty .hi-cart-drawer-shop-now:hover {
    color: black;
    background: #fff;
}

.hi-cart-drawer-placeholder-image {
    width: 110px;
    height: 110px;
    background-color: rgb(205,205,205);
}
.hi-cart-drawer-text-row {
    max-height: 20%;
    width: 90%;
    height: 14px;
    background-color: rgb(205,205,205);
    margin-top: 12px;
}
.hi-cart-drawer-text-row-1 {
    width: 87%;
}
.hi-cart-drawer-text-row-3 {
    width: 84%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg) scale(1)
    }

    50% {
        transform: rotate(180deg) scale(.6)
    }

    to {
        transform: rotate(1turn) scale(1)
    }
}
.hi-cart-drawer-value-loader {
    border-radius: 100%;
    animation-fill-mode: both;
    background: transparent;
    animation: rotate .75s linear 0s infinite;
    width: 0.9375rem;
    height: 0.9375rem;
    margin-left: 0.625rem;
    border: 0.125rem solid;
    border-color: #000 #000 transparent;
}

.hicd-sticky-cart {
    position: fixed;
    bottom: 0%;
    left: auto;
    right: 0;
    transform: translate(-50%, -50%);
    background: #24b9d7;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    z-index: 991;
    cursor: pointer;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hicd-sticky-cart i {
    font-size: 24px;
}
.hicd-sticky-cart-products-count {
    display: block;
    top: -4px;
    left: -4px;
    position: absolute;
    background: #f8653d;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
}
.hicd-sticky-cart.hicd-sticky-cart-inactive {
    background: #dcdcdc;
}
.hicd-sticky-cart.hicd-sticky-cart-inactive .hicd-sticky-cart-products-count {
    display: none;
}