@media screen and (max-width:600px) {

    .woobt-wrap {
        background: none;
        border: 2px solid #efefef;
    }

    .woobt-images {
        justify-content: space-around;
    }

    span.woobt-title-inner {
        font-size: 0.8em;
    }

    .woobt-title {
        text-align: left;
        display: flex;
        flex-direction: column;
        height: 50px;
    }

    span.woobt-price-ori {
        display: flex;
        font-size: 1em;
    }

    span.woobt-price-new {
        display: flex;
    }

    .woobt-products .woobt-product .woobt-price {
        text-align: left;
        font-size: 1.1em;
    }

    .woobt-price-ori del .amount bdi {
        font-size: 1em !important;
    }

    .woobt-images .woobt-image:not(.woobt-image-this):before {
        display: none !important;
    }

    .woobt-inner {
        flex-direction: column;
        padding: 0 1em !important;
    }

    .woobt-products.woobt-products-layout-compact {
        margin: 0 !important;
    }

    form.cart {
        background-color: #fff;
        justify-content: space-between;
        gap: 15px 0;
        display: flex;
        flex-direction: column;
        margin: 0 !important;
    }




}

.woobt-product-together a {
    pointer-events: none;
}

del {
    opacity: 1 !important;
}

del>* {
    color: #000 !important;
    opacity: .5 !important;
}

.woobt-additional.woobt-text {
    display: none !important;
}

.woocommerce-mini-cart .remove:after {
    font-size: 15px;
    padding: 1em;
    margin-left: -1em;
}

.wd-heading .wd-action-btn.wd-style-text>a {
    height: 25px;
    padding: 1em 1em;
}


.product-image-wrap::after,
.product-wrapper::after {
    background-image: url(https://pezzellashop.com/wp-content/uploads/2025/11/BlackFriday.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    right: -20px;
    top: 20px;
    width: 100px;
    height: 100px;
}

.product-wrapper::after {
    right: auto;
    left: -20px;
}

.product-image-wrap,
.product-wrapper {
    position: relative;
}


div.quantity {
    display: grid;
    grid-template-columns: 1fr 10fr 1fr;
    width: 60%;
    margin: auto;
	  gap: 5px;
}

div.quantity input { border-radius:8px; }

div.quantity input[type="number"] {
	width: 100%;
	border-style: solid;
	border-width: revert;
	border-color: rgba(0, 0, 0, 0.1);
}
li p {
    margin: 0 !important;
}

div#tab-description h2, div#tab-description p, div#tab-description ul {
    margin-bottom: 10px !important;
}

div#tab-description hr {
    margin: 10px 0;
}

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

    .product-image-wrap::after,
    .product-wrapper::after {
        width: 130px;
        height: 130px;
        right: -22px;
        top: 30px;
    }

    .product-wrapper::after {
        left: -30px;
    }
}

h1,
.h1,
.set-mb-l>* {
    margin-bottom: 10px !important;
}

.info-btn {
    display: none !important;
}

.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product {
    margin: 0;
}