﻿/* Style for horizontal rule */
hr {
    border: 1px solid #f1f1f1;
}


.comment-container {
    display: flex;
    padding: 10px;
    /*    border-bottom: 1px solid #ddd;
*/
}

.comment-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}

.comment-content {
    flex-grow: 1;
}

.commenter-name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.comment-text {
    margin-bottom: 5px;
}

.comment-date {
    font-size: 14px;
    color: #777;
}

/*Slider*/


/* ... Other styles ... */
/*.owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
    gap: 60px;
}

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        font-size: 24px;
        color: #263b5e !important;
        cursor: pointer;
        background: #fff;
        padding: 10px;
        border-radius: 5px;
    }*/


.owl-dots {
    text-align: center;
    margin-top: 1px;
}

.owl-dot {
    background: #263b5e !important;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block;
}

    .owl-dot.active {
        background: #2b4064a2 !important;
    }

.item img {
    width: 100%;
    border: 5px solid #f1f1f1;
    border-radius: 3px;
    overflow: hidden;
}

.min-order-country {
    width: 150px;
    padding: 0px 10px;
    margin: 5px 0;
    align-items: center;
    border: 1px solid #263b5e;
    border-radius: 2px;
}


#canvas {
    width: 200px;
    height: 60px;
}
