/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
*/

.pufw-dropzone {
    margin-bottom: 30px;
}

.pufw-dropzone .dropzone {
    border: 4px dashed #ddd;
    background: #f6f6f6;
}

.pufw-files-notices {
    text-align: center;
    margin: 5px 0 0;
    font-style: italic;
}

.pufw-dropzone .dropzone .dz-message {
    margin: 0;
}

.pufw-table-wrap {
    margin: 20px 0;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 8px;
    display: none;
    height: 400px;
    overflow-y: scroll;
}

.pufw-table-wrap.active {
    display: block;
}

.pufw-table-name {

}

.pufw-table {
    width: 100%;
    border-collapse: collapse;
}

.pufw-table th,
.pufw-table td {
    border-bottom: 1px solid #ddd;
    padding: 8px;
}

.pufw-table th.pufw-image,
.pufw-table td.pufw-image {
    width: 80px;
}

.pufw-table th.pufw-remove,
.pufw-table td.pufw-remove {
    width: 80px;
    text-align: left;
}

.pufw-table input[type="number"] {
    width: 120px;
}

.pufw-table img {
    width: 60px;
    height: auto;
    border-radius: 4px;
}

.pufw-remove button {
    cursor: pointer;
    color: #c00;
    font-weight: bold;
}

.pufw-is-dropzone .product-image-summary div.quantity {
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0px;
    position: absolute;
}

form.cart {
    position: relative;
}

.disabled-cart .overflow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgb(246 246 246 / 62%);
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='200px' height='200px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Ccircle cx='75' cy='50' fill='%23363a3c' r='6.39718'%3E%3Canimate attributeName='r' values='4.8;4.8;8;4.8;4.8' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='-0.875s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='67.678' cy='67.678' fill='%23363a3c' r='4.8'%3E%3Canimate attributeName='r' values='4.8;4.8;8;4.8;4.8' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='-0.75s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='50' cy='75' fill='%23363a3c' r='4.8'%3E%3Canimate attributeName='r' values='4.8;4.8;8;4.8;4.8' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='-0.625s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='32.322' cy='67.678' fill='%23363a3c' r='4.8'%3E%3Canimate attributeName='r' values='4.8;4.8;8;4.8;4.8' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='-0.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='25' cy='50' fill='%23363a3c' r='4.8'%3E%3Canimate attributeName='r' values='4.8;4.8;8;4.8;4.8' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='-0.375s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='32.322' cy='32.322' fill='%23363a3c' r='4.80282'%3E%3Canimate attributeName='r' values='4.8;4.8;8;4.8;4.8' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='-0.25s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='50' cy='25' fill='%23363a3c' r='6.40282'%3E%3Canimate attributeName='r' values='4.8;4.8;8;4.8;4.8' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='-0.125s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='67.678' cy='32.322' fill='%23363a3c' r='7.99718'%3E%3Canimate attributeName='r' values='4.8;4.8;8;4.8;4.8' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='0s'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
}

.pufw-is-dropzone .dropzone {
    height: 150px;
    overflow-y: auto;
}

.cart-widget-side {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

.pufw-product-comment-field {
    margin-bottom: 20px;
}

.pufw-product-comment-field textarea[name="pufw_user_comment"] {
    overflow: auto;
    padding: 10px 15px;
    min-height: 110px;
    border-radius: 0px;
    border: 4px solid #ddd;
}