/* Social Media Icons Styling */
.navigation-in.menu .social-media-icons {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
}

.social-media-icons img {
    width: 36px;
    height: 36px;
}

/* Checkout Page Customization */
.co-box.co-payment-method {
    border: 2px solid #892CFF;
    border-radius: 8px;
    padding: 15px;
}

.id--15.ordering-process .co-box.co-payment-method .row {
    background-color: #121212;
    width: 90%;
    margin: 0 auto;
}

.social-buttons {
    background-color: #121212;
}

.ordering-process .co-box {
    border-radius: 15px;
    margin: 0 0 16px;
    padding: 16px;
}

/* Payment Logo Styling */
.payment-logo img {
    max-width: 100px;
    height: auto;
    border-radius: 5px;
    background-color: white;
    padding: 2px;
}

/* Navigation Icons */
.navigation {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.icon-cart {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.icon-login {
    display: none;
}

.icon-search {
    display: none;
}

/* Close Button */
.close.js-close-information-msg {
    background-color: white;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-left: 10px;
}

.close.js-close-information-msg:hover {
    background-color: grey;
}

/* Pagination Button */
.pagination-wrapper .load-products {
    background-color: transparent;
    border: 3px solid #892CFF;
    color: #892CFF;
}

.pagination-wrapper .load-products:hover {
    background-color: #a96eff;
    border: 3px solid #a96eff;
    color: black;
}
