/** Shopify CDN: Minification failed

Line 185:4 Unexpected "]"

**/
.bulk-buy-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
}

.bulk-buy-block {
    max-height: 130px;
    cursor: pointer;
    display: flex;
    height: 130px;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
    border-image: initial;
    padding: 10px 5px;
    position: relative;
}

.tag-Delivery{
    margin: 0;
    font-size: 12px;
    font-weight:600;
    text-transform:uppercase;
}

.active-bg {
    background-color: rgba(140,194,10,0.1);
    border-radius: 10px;
}

.bulk-buy {
    position: relative;
}

.bulkbuy-input-element:checked~.bulk-buy-block {
    border: 2px solid var(--dark-green-theme-clr);
}

.bulkbuy-input-element:checked ~ .tag-Delivery{
    color:var(--dark-green-theme-clr);
}

.bulk-buy-block p {
    display: flex;
    flex-direction: column-reverse;
}

.bulk-buy-discount {
    position: absolute;
    width: max-content;
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    top: -10px;
    left: 0;
    right: 0;
    background-color: silver;
    z-index: 1;
}

.bulkbuy-input-element:checked+.bulk-buy-discount {
    background-color: var(--dark-green-theme-clr);
}

.bulk-buy-block * {
    margin: 0;
}

p.bulk_per_container {
    font-size: 12px;
    margin-bottom: 16px;
    margin-top: 10px;
}

.bulk-buy p:not(.bulk_per_container) {
    flex: 1;
}




.quick-add-modal .bulk-buy-block h3 {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

quick-add-modal .bulk-buy-block h3 small {
    font-size: 12px;
}

body.template--product .bulk-buy-block h3 small {
    display: none;
}
body.template--product .offer-bulk {
    display: none;
}
.bulk-buy-inner .offer-bulk {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    vertical-align: top;
}






.bulk-buy-block > * {
    margin: 0;
}

.quick-view__price {
    display: none;
}

.bulk-buy-block p.quick-add-hidden:not(.bulk_per_container) span{
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
}

.bulk-buy-block p.quick-add-hidden s {
    font-size: 12px;
}



p.bulk_per_container {
    flex-direction: row;
    justify-content: center;
    gap: 2px;
}

p.bulk_per_container span {
    font-weight: 600;
}

   .bulk-buy-block b {
    font-size: 17px;
}

   .bulk-buy-block s {
    font-size: 12px;
}

@media(max-width:767px){
    .bulk-buy-inner {
        gap: 10px;
    }

     .bulk-buy-block p.quick-add-hidden:not(.bulk_per_container) span {
        font-size: 14px;
    }

    .bulk-buy-block h3 {
        font-size: 14px;
    }

    .tag-Delivery {
        font-size: 10px;
    }
}

@media(max-width:640px){
    ] .bulk-buy-block b {
    font-size: 14px;
}

 .bulk-buy-block s {
    font-size: 10px;
}

.tag-Delivery {
    font-size: 9px;
}
}

