
.offerpaket {
    background-color:#f9f9fa!important;
    border-color:gainsboro!important;
}

.subscraddtocart {
    border-top-right-radius:100px!important;
    border-bottom-right-radius:100px!important ;
    border-style:solid!important;
    border-left-style: none!important;
    border-color:gainsboro!important;
} 

.addtocartsub {
    background-color:white!important;
}


.onetimepursch {
    border-top-left-radius:100px!important;
    border-bottom-left-radius:100px!important ;
    border-right-style: none!important;
    border-style:solid!important;
    border-color:gainsboro!important;
} 

.contWrap.onetimepurchwrap {
    border-style:
  none !important;
  }

 /* .col.tab.active.onetime.onetimepursch {
    border-right:
  none !important;
  }

  .col.tab.subscr.subscraddtocart {
    border-left:
  none !important;
  }*/

  .product-icons-row {
    margin-top:50px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 20px !important;
    margin-bottom: 20px !important;
}

.product-icons-row .feature {
    flex: 1 1 0 !important;
    display: flex !important;
    justify-content: center !important;
}

.product-icons-row .feature-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
}

.product-icons-row .feature-inner img {
    max-height: 40px !important;
    margin-bottom: 8px !important;
    display: block !important;
}

.feature-text {
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    display: block !important;
}

.mainsale.pricetop {
    color: black !important;
  }


  .topInfo .regularcrossed.crosslined .woocommerce-Price-amount {
    color: #000 !important;
    text-decoration: line-through !important;
    font-size: 20px !important;
}
.topInfo .popusttop {
    float: right !important;
    margin-right: 10px !important; /* optional spacing */
    color:red;
    font-weight: bold;
    font-size:20px;
    margin-top:0px;
}
.customAddToCart {
  border-style:solid;
  border-radius: 20px;
  padding: 20px;
  border-width:1px;
  border-color:#d4d4d4;
}
.col.tab.onetime.onetimepursch.active {
    background-color:#d4d4d4!important;
    border-radius: 50px!important;
}

.col.tab.subscr.subscraddtocart {
    background-color:#f9f9fa!important; 
    border-style:none!important;
}
.col.tab.subscr.subscraddtocart.active {
    background-color:#d4d4d4!important; 
    border-radius: 50px!important;
}

.col.tab.onetime.onetimepursch {
    background-color:#f9f9fa!important; 
    border-style:none!important;
}

.tabsItems.grid-2.addtocartsub {
    border-style:solid;
    border-color:#fff;
    border-radius: 50px!important;
    border-width:1px;
    margin-left:2px;
    margin-right:2px;
}
.tabsItems.grid-2.addtocartsub {
    background-color: #f9f9fa!important;
}

.buttonaddto {
    padding: 10px 20px!important; 
    width:70%!important;
    font-weight:400!important;
}


.customAddToCart .addToCartForm div.tabsHolder div.tabsItems div.tab {
    padding: 10px 10px 10px 10px!important;
}
.col.tab.onetime.onetimepursch.active {
    text-align:center;
}

.col.tab.subscr.subscraddtocart.active {
    text-align:center; 
}

.col.tab.subscr.subscraddtocart {
    text-align:center; 
    border-radius:50px!important;
}
.onetimepursch {
    border-radius:50px!important;
}


.subscription-benefits {
    list-style: none; /* Remove default bullets */
    padding-left: 0;   /* Remove default left padding */
}

.subscription-benefits li {
    position: relative;
    padding-left: 25px; /* Space for custom icon */
}

.return {
    font-size:14px!important;
}
.free {
    font-size:14px!important;
} 
.delivery {
    font-size:14px!important;
} 
.featureWrapper {
    width:100%!important;
    padding-left:20px!important;
}

.customAddToCart .addToCartForm div.tabsHolder div.contWrap {
    padding-left:0px!important;
}

.customAddToCart .addToCartForm div.tabsHolder{
    background-color:white!important;
}

.subscription-benefits li::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 4px;
    width: 13px;
    height: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13.052 10.218"><g transform="translate(1 1)"><line x2="3.349" y2="4.766" transform="translate(0.116 3.336)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M0,7.987,7.471,0" transform="translate(3.465 0.116)" stroke="black" stroke-linecap="round" stroke-width="1"/></g></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}


.col.tab.onetime.onetimepursch {
    text-align:center; 
}

.feature-inner img {
    width:30px;
    min-height: 33px;
}

.customAddToCart .addToCartForm div.tabsHolder div.contWrap div.onetimeContent:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 27px;
    left: 2px;
    top: 8px;
    background-image: url(/wp-content/plugins/product-add-to-cart/assets/hand.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
}

.nocross {
    text-decoration: none!important;
}

@media (max-width:767px) {
    .featureWrapper {
        align-self:baseline!important;
        margin-left:-23px!important;
    }
}
