.quiqqer-watchlist,
.quiqqer-watchlist-clear {
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}

/** header
 ============================================= */

.quiqqer-watchlist-header,
.quiqqer-watchlist-clear-header {
    float: left;
    padding: 20px;
    width: 100%;
}

.quiqqer-watchlist-header-text,
.quiqqer-watchlist-clear-header-text {
    float: left;
    font-size: 24px;
    line-height: 60px;
    width: calc(100% - 60px);
}

.quiqqer-watchlist-header-description {
    float: left;
    width: calc(100% - 60px);
}

.quiqqer-watchlist-header-text .fa,
.quiqqer-watchlist-clear-header-text .fa {
    margin-right: 10px;
}

.quiqqer-watchlist-header-close,
.quiqqer-watchlist-clear-header-close {
    float: left;
    font-size: 40px;
    cursor: pointer;
    text-align: center;
    width: 60px;
}

@media (max-height: 460px) {
    .quiqqer-watchlist-header {
        padding: 10px 0 10px 20px;
    }

    .quiqqer-watchlist-header-text {
        font-size: 14px;
        line-height: 30px;
    }

    .quiqqer-watchlist-header-close {
        font-size: 14px;
        line-height: 30px;
    }
}

/** buttons
 ============================================= */

.quiqqer-watchlist-buttons .button {
    background: #cdd4d5;
    border: 1px solid #cdd4d5;
    cursor: pointer;
    padding: 10px;
}

.quiqqer-watchlist .button:hover,
.quiqqer-watchlist .button.active {
    background: rgba(0, 0, 0, 0.1);
}

.quiqqer-watchlist-buttons,
.quiqqer-watchlist-clear-buttons {
    background: #cdd4d5;
    clear: both;
    float: left;
    line-height: 30px;
    padding: 0 10px;
    width: 100%;
}

.quiqqer-watchlist-buttons-sort {
    float: left;
    width: 120px;
}

.quiqqer-watchlist-buttons-extra {
    float: left;
    width: calc(100% - 120px);
}

.quiqqer-watchlist-container {
    float: left;
    height: calc(100% - 140px);
    overflow: auto;
    position: relative;
    width: 100%;
}

@media (max-height: 760px) {
    .quiqqer-watchlist-buttons-extra-text {
        display: none;
    }
}

@media (max-height: 460px) {
    .quiqqer-watchlist-container {
        height: calc(100% - 90px);
    }
}

.quiqqer-watchlist-action-buttons {
    text-align: right !important;
}

.quiqqer-watchlist-buttons-extra-delete,
.quiqqer-watchlist-buttons-extra-download,
.quiqqer-watchlist-buttons-extra-print {
    cursor: pointer;
    float: right;
    line-height: 34px;
    max-width: 50%;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quiqqer-watchlist-buttons-extra-delete:hover,
.quiqqer-watchlist-buttons-extra-download:hover,
.quiqqer-watchlist-buttons-extra-print:hover {
    background: rgba(0, 0, 0, 0.1);
}

.quiqqer-watchlist-view-empty {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%;
}

.quiqqer-watchlist-clear-container {
    text-align: center;
    padding-top: 40px;
}

.quiqqer-watchlist-clear-container {
    clear: both;
    display: inline-block;
    font-size: 20px;
    padding: 40px 10px;
    text-align: center;
    width: 100%;
}

.quiqqer-watchlist-clear-container button {
    clear: both;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    max-width: 100%;
    padding: 10px;
    width: 240px;
}

/** clear
 ============================================= */

.quiqqer-watchlist-clear {
    background: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/** gallery
 ============================================= */

.quiqqer-watchlist-view-gallery {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    float: left;
    padding: 20px 10px;
    width: 100%;
}

.quiqqer-watchlist-view-gallery-entry {
    display: block;
    flex: 0 0 25%;
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative;
}

@media (max-width: 900px) {
    .quiqqer-watchlist-view-gallery-entry {
        flex: 0 0 33.333%;
    }
}

@media (max-width: 700px) {
    .quiqqer-watchlist-view-gallery-entry {
        flex: none;
        float: left;
        width: 50%;
    }
}

@media (max-width: 400px) {
    .quiqqer-watchlist-view-gallery-entry {
        flex: none;
        float: left;
        width: 100%;
    }
}

.quiqqer-watchlist-view-gallery-entry-container {
    background: #cdd4d5;
    border: 1px solid #cdd4d5;
    float: left;
    display: flex;
    flex-direction: column;
    height: calc(100% - 40px);
    width: 100%;
}

.quiqqer-watchlist-view-gallery-entry-image {
    background: #fff;
    height: 220px;
    padding: 10px;
    text-align: center;
}

.quiqqer-watchlist-view-gallery-entry-image img {
    max-height: 200px;
    max-width: 100%;
}

.quiqqer-watchlist-view-gallery-entry-title {
    background: #cdd4d5;
    font-weight: bold;
    padding: 10px;
}

.quiqqer-watchlist-view-gallery-entry-title-no {
    clear: both;
}

.quiqqer-watchlist-view-gallery-entry-title-no {
    font-weight: normal;
}

.quiqqer-watchlist-view-gallery-entry-fields {
    flex-grow: 1 !important;
    padding: 10px;
}

.quiqqer-watchlist-view-gallery-entry-field {
    clear: both;
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

.quiqqer-watchlist-view-gallery-entry-field-title {
    float: left;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
}

.quiqqer-watchlist-view-gallery-entry-field-value {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    /*white-space: nowrap;*/ /* quiqqer/watchlist#16 */
    width: 50%;
}

/** gallery price
 ============================================= */

.quiqqer-watchlist-view-gallery-entry-price,
.quiqqer-watchlist-view-gallery-entry-fields {
    background: #cdd4d5;
    clear: both;
    float: left;
    flex-grow: 0;
    width: 100%;
}

.quiqqer-watchlist-view-gallery-entry-price {
    padding: 10px 0;
}

.quiqqer-watchlist-view-gallery-entry-price hr {
    background: transparent;
    border: 0 solid transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 0;
    margin: 0 0 10px 5px;
    text-align: center;
    width: calc(100% - 10px);
}

.quiqqer-watchlist-view-gallery-entry-price .text {
    text-align: center;
}

.quiqqer-watchlist-view-gallery-entry-price-unit .quiqqer-price {
    font-weight: bold;
}

.quiqqer-watchlist-view-gallery-entry-price-total .quiqqer-price {
    color: #e91d2c;
    font-size: 24px;
    font-weight: bold;
}

.quiqqer-watchlist-view-gallery-entry-price-quantity,
.quiqqer-watchlist-view-gallery-entry-price-unit,
.quiqqer-watchlist-view-gallery-entry-price-total {
    float: left;
    text-align: left;
    width: 100%;
}

.quiqqer-watchlist-view-gallery-entry-price-quantity .text,
.quiqqer-watchlist-view-gallery-entry-price-unit .text,
.quiqqer-watchlist-view-gallery-entry-price-total .text {
    float: left;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    text-align: left;
    white-space: nowrap;
    width: 50%;
}

.quiqqer-watchlist-view-gallery-entry-price-quantity label {
    float: left;
    width: 100%;
}

.quiqqer-watchlist-view-gallery-entry-price-quantity input {
    float: left;
    line-height: 20px;
    margin: 2px 0;
    max-width: 100%;
    padding: 5px;
    text-align: left;
}

.quiqqer-watchlist-view-gallery .quiqqer-watchlist-editProduct,
.quiqqer-watchlist-view-gallery .quiqqer-watchlist-deleteProduct {
    background: #fff;
    border: 1px solid #cdd4d5;
    font-size: 20px;
    height: calc(100% + 10px);
    left: 10px;
    opacity: 0;
    padding: 100px 20px 20px 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: calc(100% - 20px);
}

.quiqqer-watchlist-view-gallery .quiqqer-watchlist-deleteProduct-text {
    display: inline-block;
}

.quiqqer-watchlist-view-gallery .quiqqer-watchlist-editProduct {
    padding: 10px;
    text-align: left;
}

.quiqqer-watchlist-view-gallery .quiqqer-watchlist-deleteProduct button {
    clear: both;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    padding: 10px;
}

.quiqqer-watchlist-view-gallery .quiqqer-watchlist-deleteProduct button .fa {
    margin-right: 10px;
}

.quiqqer-watchlist-view-gallery .quiqqer-watchlist-editProduct-cancel,
.quiqqer-watchlist-view-gallery .quiqqer-watchlist-deleteProduct-cancel {
    cursor: pointer;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 30px;
}

.quiqqer-watchlist-view-details-entry-label-mobile,
.quiqqer-watchlist-view-list-entry-label-mobile{
    display: none;
    line-height: 20px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .quiqqer-watchlist-view-details-entry-label-mobile,
    .quiqqer-watchlist-view-list-entry-label-mobile {
        display: block;
    }

    .quiqqer-watchlist-view-details-entry-price,
    .quiqqer-watchlist-view-list-entry-price,
    .quiqqer-watchlist-view-details-entry-total,
    .quiqqer-watchlist-view-list-entry-total{
        line-height: 20px !important;
    }

    .quiqqer-watchlist-view-list-entry-fields {
        margin-bottom: 20px;
    }
}

/** gallery edit
 ============================================= */

.quiqqer-watchlist-view-gallery .quiqqer-watchlist-editProduct-text {
    float: left;
    margin-top: 20px;
    padding-bottom: 30px;
    width: calc(100% - 40px);
}

.quiqqer-watchlist-view-gallery .quiqqer-watchlist-editProduct-fields {
    border-top: 1px solid #cdd4d5;
    clear: both;
    float: left;
    font-size: 14px;
    height: calc(100% - 130px);
    overflow: auto;
    padding-top: 20px;
    width: 100%;
}

.quiqqer-watchlist-view-gallery .quiqqer-watchlist-editProduct-fields-field {
    clear: both;
    float: left;
    width: 100%;
}

.quiqqer-watchlist-view-gallery .quiqqer-watchlist-editProduct-fields-field-text {
    float: left;
    line-height: 40px;
    width: 50%
}

.quiqqer-watchlist-view-gallery .quiqqer-watchlist-editProduct-fields-field-elm {
    float: left;
    width: 50%
}

.quiqqer-watchlist-view-gallery .quiqqer-watchlist-editProduct-button {
    clear: both;
    float: left;
    text-align: center;
    padding-top: 10px;
    width: 100%;
}

/** gallery action buttons
 ============================================= */

.quiqqer-watchlist-view-gallery-entry-action {
    background: #cdd4d5;
    clear: both;
    float: left;
    font-size: 20px;
    margin-top: 5px;
    padding: 0 10px;
    text-align: center;
    width: 100%;
}

.quiqqer-watchlist-view-gallery-entry-action .button {
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 10px;
}

@media (max-width: 1100px) {
    .quiqqer-watchlist-view-gallery-entry {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .quiqqer-watchlist-view-gallery-entry {
        width: 100%;
    }
}

/** details
 ============================================= */

.quiqqer-watchlist-view-details {
    float: left;
    padding: 20px;
    width: 100%;
}

.quiqqer-watchlist-view-details-header {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

.quiqqer-watchlist-view-details-header li {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quiqqer-watchlist-view-details-header-quantity {
    width: 50px;
}

.quiqqer-watchlist-view-details-header-product {
    width: calc(100% - 500px);
}

.quiqqer-watchlist-view-details-header-price,
.quiqqer-watchlist-view-details-header-pricetotal,
.quiqqer-watchlist-view-details-header-action {
    width: 150px;
}

.quiqqer-watchlist-view-details-header-action-price-hidden {
    float: right !important;
}

li.quiqqer-watchlist-view-details-header-price,
li.quiqqer-watchlist-view-details-header-pricetotal {
    padding-right: 10px;
    text-align: right;
}

.quiqqer-watchlist-view-details-header-action {
    text-align: center;
}

.quiqqer-watchlist-view-details-entry {
    border-top: 1px solid #cdd4d5;
    clear: both;
    float: left;
    margin-bottom: 20px;
    padding-top: 20px;
    position: relative;
    width: 100%;
}

.quiqqer-watchlist-view-details-entry-image {
    border: 1px solid #cdd4d5;
    float: left;
    height: 80px;
    padding: 10px;
    text-align: center;
    width: 80px;
}

.quiqqer-watchlist-view-details-entry-image img {
    max-height: 100%;
    max-width: 100%;
}

.quiqqer-watchlist-view-details-entry-text {
    float: left;
    padding: 0 20px;
    width: calc(100% - 580px);
}

.quiqqer-watchlist-view-details-entry-text-header {
    float: left;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.quiqqer-watchlist-view-details-entry-text-description {
    clear: both;
    float: left;
    width: 100%;
}

.quiqqer-watchlist-view-details-entry-price,
.quiqqer-watchlist-view-details-entry-total {
    float: left;
    line-height: 40px;
    overflow: hidden;
    padding-right: 10px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
}

.quiqqer-watchlist-view-details-entry-quantity {
    float: left;
    text-align: center;
    width: 50px;
}

.quiqqer-watchlist-view-details-entry-quantity input {
    line-height: 26px;
    text-align: center;
    width: 40px;
}

.quiqqer-watchlist-view-details-entry-total .quiqqer-price {
    font-weight: bold;
}

.quiqqer-watchlist-view-details-entry-total .quiqqer-price {
    color: #e91d2c;
    font-size: 24px;
    font-weight: bold;
}

.quiqqer-watchlist-view-details-entry-buttons {
    float: left;
    text-align: right;
    width: 150px;
}

.quiqqer-watchlist-view-details-entry-buttons .button {
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.quiqqer-watchlist-view-details-entry-buttons .button.disabled {
    background: none;
    cursor: default;
    opacity: 0.2;
}

.quiqqer-watchlist-view-details .quiqqer-watchlist-editProduct,
.quiqqer-watchlist-view-details .quiqqer-watchlist-deleteProduct {
    background: #fff;
    font-size: 20px;
    height: 100%;
    left: 100px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: calc(100% - 100px);
}

.quiqqer-watchlist-view-details .quiqqer-watchlist-deleteProduct-text {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.quiqqer-watchlist-view-details .quiqqer-watchlist-deleteProduct button {
    clear: both;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
}

.quiqqer-watchlist-view-details .quiqqer-watchlist-deleteProduct button .fa {
    margin-right: 10px;
}

.quiqqer-watchlist-view-details .quiqqer-watchlist-deleteProduct-cancel {
    cursor: pointer;
    font-size: 30px;
    height: 20px;
    line-height: 20px;
    right: 10px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 20px;
}

@media (max-width: 960px) {
    .quiqqer-watchlist-view-details {
        padding: 0 20px 20px 20px;
    }

    .quiqqer-watchlist-view-details-header {
        border-bottom: 1px solid #cdd4d5;
        margin-top: 20px;
    }

    .quiqqer-watchlist-view-details-header-product {
        width: calc(100% - 350px);
    }

    .quiqqer-watchlist-view-details-header-action {
        display: none;
    }

    .quiqqer-watchlist-view-details-entry {
        border-top: none;
        border-bottom: 1px solid #cdd4d5;
        margin-top: 20px;
    }

    .quiqqer-watchlist-view-details-entry-text {
        width: calc(100% - 500px);
    }

    .quiqqer-watchlist-view-details-entry-image {
        height: 120px;
        width: 120px;
    }

    .quiqqer-watchlist-view-details-entry-buttons {
        background: #f9f9f9;
        clear: both;
        margin-top: 20px;
        width: 100%;
    }

    .quiqqer-watchlist-view-details .quiqqer-watchlist-deleteProduct {
        left: 120px;
        width: calc(100% - 120px);
    }
}

@media (max-width: 767px) {
    .quiqqer-watchlist-view-details-entry-text {
        width: calc(100% - 220px);
    }

    .quiqqer-watchlist-view-details-header-product {
        width: calc(100% - 80px);
    }

    .quiqqer-watchlist-view-details-header-quantity {
        width: 80px;
    }

    .quiqqer-watchlist-view-details-header-price,
    .quiqqer-watchlist-view-details-header-pricetotal {
        display: none;
    }

    .quiqqer-watchlist-view-details-entry-price,
    .quiqqer-watchlist-view-details-entry-total {
        margin-top: 20px;
    }

    .quiqqer-watchlist-view-details-entry-quantity {
        text-align: left;
        padding-right: 10px;
        width: 80px;
    }

    .quiqqer-watchlist-view-details-entry-quantity input {
        width: 100%;
    }

    .quiqqer-watchlist-view-details-entry-price {
        text-align: right;
        width: calc(100% - 360px);
    }

    .quiqqer-watchlist-view-details-entry-total {
        text-align: right;
        width: 140px;
    }
}

@media (max-width: 560px) {

    .quiqqer-watchlist-view-details {
        padding: 20px 10px;
    }

    .quiqqer-watchlist-view-details-entry {
        border-top: none;
        border-bottom: 1px solid #cdd4d5;
        margin-bottom: 0;
        padding-top: 40px;
    }

    .quiqqer-watchlist-view-details-entry-buttons {
        background: #f9f9f9;
        text-align: left;
        width: 100%;
    }

    .quiqqer-watchlist-view-details-entry-buttons .button {
        float: none;
    }

    .quiqqer-watchlist-view-details-entry-price {
        clear: both;
        width: 50%;
    }

    .quiqqer-watchlist-view-details-entry-total {
        text-align: right;
        width: 50%;
    }

    .quiqqer-watchlist-view-details .quiqqer-watchlist-deleteProduct {
        left: 0;
        padding-top: 40px;
        width: 100%;
    }
}

/** list
 ============================================= */

.quiqqer-watchlist-view-list {
    float: left;
    padding: 20px;
    width: 100%;
}

.quiqqer-watchlist-view-list-header {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

.quiqqer-watchlist-view-list-header li {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quiqqer-watchlist-view-list-header-quantity {
    width: 50px;
}

.quiqqer-watchlist-view-list-header-product {
    width: calc(100% - 500px);
}

.quiqqer-watchlist-view-list-header-price,
.quiqqer-watchlist-view-list-header-pricetotal,
.quiqqer-watchlist-view-list-header-action {
    width: 150px;
}

.quiqqer-watchlist-view-list-header-action-price-hidden {
    float: right !important;
}

li.quiqqer-watchlist-view-list-header-price,
li.quiqqer-watchlist-view-list-header-pricetotal {
    padding-right: 10px;
    text-align: right;
}

.quiqqer-watchlist-view-list-header-action {
    text-align: center;
}

.quiqqer-watchlist-view-list-entry {
    border-top: 1px solid #cdd4d5;
    clear: both;
    float: left;
    margin-bottom: 20px;
    padding-top: 20px;
    position: relative;
    width: 100%;
}

.quiqqer-watchlist-view-list-entry-text {
    float: left;
    padding: 0 20px;
    width: calc(100% - 850px);
}

.quiqqer-watchlist-view-list-entry-text-header {
    float: left;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.quiqqer-watchlist-view-details-entry-title-no-title {
    float: left;
    margin-right: 10px;
}

.quiqqer-watchlist-view-list-entry-text-description {
    clear: both;
    float: left;
    width: 100%;
}

.quiqqer-watchlist-view-list-entry-fields {
    float: left;
    padding: 0 10px;
    width: 350px;
}

.quiqqer-watchlist-view-list-entry-fields ul {
    padding-left: 20px;
    list-style-type: circle;
}

.quiqqer-watchlist-view-list-entry-price,
.quiqqer-watchlist-view-list-entry-total {
    float: left;
    line-height: 40px;
    overflow: hidden;
    padding-right: 10px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
}

.quiqqer-watchlist-view-list-entry-quantity {
    float: left;
    text-align: center;
    width: 50px;
}

.quiqqer-watchlist-view-list-entry-quantity input {
    line-height: 26px;
    margin-top: 4px;
    text-align: center;
    width: 40px;
}

.quiqqer-watchlist-view-list-entry-total .quiqqer-price {
    font-weight: bold;
}

.quiqqer-watchlist-view-list-entry-total .quiqqer-price {
    color: #e91d2c;
    font-size: 24px;
    font-weight: bold;
}

.quiqqer-watchlist-view-list-entry-buttons {
    float: left;
    text-align: right;
    width: 150px;
}

.quiqqer-watchlist-view-list-entry-buttons .button {
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.quiqqer-watchlist-view-list-entry-buttons .button.disabled {
    background: none;
    cursor: default;
    opacity: 0.2;
}

.quiqqer-watchlist-view-list .quiqqer-watchlist-editProduct,
.quiqqer-watchlist-view-list .quiqqer-watchlist-deleteProduct {
    background: #fff;
    font-size: 20px;
    height: 100%;
    right: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: calc(100% - 450px);
}

.quiqqer-watchlist-view-list .quiqqer-watchlist-deleteProduct-text {
    float: left;
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
}

.quiqqer-watchlist-view-list .quiqqer-watchlist-deleteProduct button {
    clear: both;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
}

.quiqqer-watchlist-view-list .quiqqer-watchlist-deleteProduct button .fa {
    margin-right: 10px;
}

.quiqqer-watchlist-view-list .quiqqer-watchlist-deleteProduct-cancel {
    cursor: pointer;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 30px;
}

@media (max-width: 960px) {
    .quiqqer-watchlist-view-list {
        padding: 10px;
    }

    .quiqqer-watchlist-view-list-header {
        border-bottom: 1px solid #cdd4d5;
        margin-top: 20px;
    }

    .quiqqer-watchlist-view-list-header-product {
        width: calc(100% - 350px);
    }

    .quiqqer-watchlist-view-list-header-action {
        display: none;
    }

    .quiqqer-watchlist-view-list-entry {
        border-bottom: 1px solid #cdd4d5;
        border-top: 0;
    }

    .quiqqer-watchlist-view-list-entry-text {
        padding: 0;
        width: calc(100% - 70px);
    }

    .quiqqer-watchlist-view-list-entry-fields {
        padding: 10px 0 0 70px;
    }

    .quiqqer-watchlist-view-list-entry-quantity {
        float: left;
        padding-right: 10px;
        text-align: right;
        width: 70px;
    }

    .quiqqer-watchlist-view-list-entry-quantity input {
        width: 100%;
    }

    .quiqqer-watchlist-view-list-entry-price,
    .quiqqer-watchlist-view-list-entry-total {
        padding-right: 10px;
        text-align: right;
    }

    .quiqqer-watchlist-view-list-entry-price {
        clear: both;
        width: calc(100% - 150px);
    }

    .quiqqer-watchlist-view-list-entry-buttons {
        background: #f9f9f9;
        clear: both;
        float: left;
        margin-top: 0;
        width: 100%;
    }

    .quiqqer-watchlist-view-list-entry-buttons .button {
        float: left;
    }

    .quiqqer-watchlist-view-list .quiqqer-watchlist-deleteProduct {
        left: 0;
        width: 100%;
    }

    .quiqqer-watchlist-view-list .quiqqer-watchlist-deleteProduct-text {
        margin-top: 40px;
    }

    .quiqqer-watchlist-view-list .quiqqer-watchlist-deleteProduct-cancel {
        right: 0;
        top: 0;
    }
}

@media (max-width: 560px) {
    .quiqqer-watchlist-view-list {
        padding: 20px 10px;
    }

    .quiqqer-watchlist-view-list-header-product {
        width: calc(100% - 80px);
    }

    .quiqqer-watchlist-view-list-header-quantity {
        width: 80px;
    }

    .quiqqer-watchlist-view-list-header-price,
    .quiqqer-watchlist-view-list-header-pricetotal {
        display: none;
    }

    .quiqqer-watchlist-view-list-entry-fields {
        width: calc(100% - 100px);
    }
}