button.single_add_to_cart_button.button.alt {
    gap: 15px;
}

.a2c-icon {
    display: inline-flex;
}

html {
	margin-top: 0 !important;
}

.wd-sticky-btn-cart div.quantity .plus,
.wd-sticky-btn-cart div.quantity input[type="number"],
.wd-sticky-btn-cart div.quantity .minus {
    border: none !important;
}

.wd-sticky-btn-cart .quantity {
    display: flex;
    border: 1px solid #6F6F6F;
    border-radius: 100px;
    overflow: hidden;
}

.wd-sticky-btn-cart .wd-compare-btn,
.wd-sticky-btn-cart #skroutz-product-reviews-extended,
.wd-sticky-btn-cart .wd-wishlist-btn,
.wd-sticky-btn-cart .single-msg,
.wd-sticky-btn-cart .quantity,
.wd-sticky-btn-thumbnail {
    display: none;
}

.wd-sticky-btn-info p {
    margin: 0;
}

@media screen and (min-width: 1024px) {

    html,
    body {
        scroll-behavior: smooth;
    }

    .wd-sticky-btn-info {
        display: flex;
        gap: 15px;
    }

    .wd-sticky-btn-link {
        font-size: 14px;
        cursor: pointer;
        transition: color ease-in-out 0.3s;
        margin: 0 !important;
        line-height: 1;
    }

    .wd-sticky-btn-link:hover {
        color: rgb(223, 64, 60);
    }

    .wd-sticky-btn-cart .wd-compare-btn,
    .wd-sticky-btn-cart #skroutz-product-reviews-extended,
    .wd-sticky-btn-cart .wd-wishlist-btn,
    .wd-sticky-btn-cart .single-msg,
    .wd-sticky-btn-cart .quantity,
    .wd-sticky-btn-thumbnail {
        display: none;
    }

    .wd-sticky-btn {
        inset: -50px 0 0 0 !important;
        transition: all ease-in-out 0.3s !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .wd-sticky-btn .wd-sticky-btn-cart {
        gap: 15px;
    }

    .wd-sticky-btn-shown.wd-sticky-btn {
        inset: 50px 0 0 0 !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .wd-sticky-btn-title-price {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .wd-sticky-btn-title-price .price {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    .wd-quantity-overlap div.quantity:not(.hidden)+.single_add_to_cart_button {
        padding: 0 12px !important;
        gap: 12px;
        width: auto;
        border-radius: 7px !important;
        font-size: 14px;
    }

    /*     .wd-quantity-overlap div.quantity:not(.hidden)+.single_add_to_cart_button .a2c-text {
        display: none;
    } */

    .sticky-toolbar-on .wd-sticky-btn {
        background-color: #fff;
        padding: 10px 20px !important;
        height: auto !important;
        bottom: 0 !important;
        z-index: 499 !important;
    }

    .wd-sticky-btn .wd-sticky-btn-cart {
        gap: 15px;
    }

    .wd-sticky-btn-title-price {
        flex: 1;
        text-align: right;
    }

    .wd-sticky-btn .price {
        margin-right: 0 !important;
        display: inline-flex !important;
        align-items: center;
        gap: 10px;
    }


    .wd-sticky-btn form.cart {
        width: auto !important;
    }

    .wd-sticky-btn-title-price .wd-entities-title {
        display: none;
    }

    .wd-sticky-btn-container.container {
        padding: 0;
    }
}