<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#toast-container .toast-title {
    font-size: 14px !important;
}
#toast-container .toast-message {
    font-size: 12px !important;
}
.swal-text {
    text-align: center;
    color: #61534e;
}
.swal-overlay, #toast-container {
    z-index: 99999999999;
}
.float-right {
    float: right;
}

/* ÃœrÃ¼n yorumu */
#leave-a-comment-modal {
    font-family: sans-serif;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 10px;
    text-align: left;
}
#leave-a-comment-modal .modal-title {
    margin-bottom: 10px;
}
#leave-a-comment-modal .modal-title &gt; h2 {
    color: #30434a;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 0;
}
#leave-a-comment-form label {
    margin-top: 5px;
    font-weight: 500;
    color: #000;
}
#leave-a-comment-form textarea,
#leave-a-comment-form select,
#leave-a-comment-form input[type="checkbox"] {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    box-sizing: border-box;
    opacity: 1;
}
#leave-a-comment-form textarea {
    height: 100px;
}
#leave-a-comment-form input[type="checkbox"] {
    margin-right: 10px;
}
#leave-a-comment-form small {
    font-size: 0.7em;
}
#leave-a-comment-button {
    border: none;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    cursor: pointer;
}
#leave-a-comment-form .product-image-uploads {
    display: flex;
    flex-wrap: wrap;
}
#leave-a-comment-form .product-image-uploads &gt; div {
    margin-bottom: 5px;
}
#leave-a-comment-form .product-image-uploads &gt; div:not(:last-child) {
    margin-right: 10px;
}
/* end ÃœrÃ¼n yorumu */

/* img-upload */
.img-upload {
    position: relative;
    max-width: 105px;
}
.img-upload .img-edit {
    position: absolute;
    right: 13px;
    z-index: 1;
}
.img-upload .img-edit input {
    display: none;
}
.img-upload .img-edit input+label {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
}
.img-upload .img-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.img-upload .img-edit input+label img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 75%;
}
.img-upload .img-preview {
    width: 100px;
    height: 100px;
    position: relative;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.img-upload .img-preview&gt;div {
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.img-upload .img-edit .img-remove {
    position: absolute;
    bottom: -21px;
    right: 0px;
    background: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    width: 25px;
    height: 25px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.img-upload .img-edit .img-remove img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 75%;
}
.img-upload .img-edit .img-remove:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
/* end img-upload */</pre></body></html>