#baytonia-cart-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.baytonia-modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    animation-name: modalopen;
    animation-duration: 0.4s;
}

.modal-buttons {
    text-align: center;
    margin-top: 20px;
}

.modal-buttons button {
    margin: 5px;
    padding: 10px 20px;
    cursor: pointer;
}
a#continue-shopping-btn {
    margin: 5px;
    padding: 14px 20px;
    cursor: pointer;
    border: 1px solid #cccccc;
    color: #333333;
    font-weight:500;
    text-decoration:none;
    font-size:12px;
    border-radius: 3px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@keyframes modalopen {
    from {opacity: 0}
    to {opacity: 1}
}
.related-products-slider {
    margin-top: 20px;
}

.related-product {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.baytonia-modal-content #popup-message{
    text-align: center;
}
