#page-container.page-header-fixed #main-container {
    padding-top: 0;
}

.gotohome {
    width: 64px;
    display: flex;
}

.gotohome a {
    width: 50%;
}

.gotohome a:first-child {
    margin-right: 6px;
}

.gotohome img {
    width: 100%;
}

@media (max-width: 767px) {
    .gotohome {
        width: 64px;
    }
}

.cart-icon {
    position: fixed;
    z-index: 1;
    left: 20px;
    bottom: 20px;
    background-color: #a5b489;
    padding: 15px;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-icon img {
    width: 100%;
}

.cart-icon .cart-quantity {
    position: absolute;
    top: -5px;
    right: -2px;
    background-color: #424242 !important;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 12px;
    min-height: 12px;
    font-weight: 400;
    vertical-align: baseline;
    display: flex;
}

.custom-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.custom-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 480px;
    position: fixed;
    bottom: 98px;
    left: 17px;
    direction: rtl;
    text-align: right;
    max-height: 83%;
    overflow-y: auto;
}

.fade-form-left {
    animation: slideInFromLeft 0.5s ease-out;
}

#cartItems {
    padding-bottom: 95px;
}

.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px 0;
    padding-bottom: 10px;
}

.cart-item .image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-left: 10px;
}

.cart-item .details {
    flex: 1;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-item .name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

.cart-item .price {
    color: #888;
    font-size: 14px;
}

.custom-modal-content .minus,
.custom-modal-content .plus {
    cursor: pointer;
}

.cart-item .quantity {
    font-size: 14px;
}

#cartTotal {
    font-weight: bold;
}

#cartModal button {
    padding: 10px 20px;
    background-color: #ff9900;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
}

#cartModal button:hover {
    background-color: #ff7f00;
}

.custom-modal-container {
    position: relative;
}

.cart-quantity-div {
    width: 60px;
    display: flex;
    background: #a5b489;
    padding: 6px 6px;
    color: #f1f9fb;
    border-radius: 4px;
    height: 32px;
    align-items: center;
    justify-content: center;
    direction: ltr;
}

.cart-quantity-div span {
    padding: 0px 6px;
    font-size: 16px;
}

.cart-footer {
    padding: 15px 20px;
    border-radius: 0 0 11px 0;
    width: 76%;
    max-width: 462px;
    position: fixed;
    bottom: 98px;
    left: 34px;
    direction: rtl;
    text-align: right;
    background-color: #fff;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.btn-hero.btn-primary {
    text-transform: none !important;
}

.text-uppercase {
    letter-spacing: normal !important;
}

#checkoutBtn {
    background-color: #a5b489;
    color: white;
    display: block;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

.form-check .form-check-input {
    float: right;
}

.form-block .form-check-label::before {
    right: unset;
    left: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.custom-control,
.form-check {
    padding-right: 0;
    padding-left: 1.25rem;
}

.alert-dismissible .btn-close {
    right: unset;
    left: 0;
}
