.slick-list.draggable {
    padding: 15px 10px;
}

a.select2-choice.select2-default {
    background: none;
    background-color: #fff;
}

.select2-container .select2-choice {
    height: 31px;
}

.select2-container .select2-choice .select2-arrow {
    background-image: none;
    background-color: #fff;
}

span.product-stock-icon.selected-stock-icon.onStock {
    background-color: green;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
}

.variantInfoPanel  .panel-body {
    display: flex;
    align-items: center;
    gap: 10px;
}

 /* the slides */
 .angular-productlist .slick-slide {
    margin: 0 10px;
}

/* the parent */
.angular-productlist .slick-list {
    margin: 0 -10px;
}

[data-productslider=slider]>.slick-list>.slick-track>.slick-slide:not(:last-child) {
    border: none;
}

[data-producttab-btn].active {
    background-color: #efefef;
}


.slick-list.draggable {
    padding: 15px 10px 30px;
    margin-bottom: -15px !important;
}

.prose {
    font-size: unset !important;
    color: unset !important;
}

.bp_popupImage {
    margin: 0 auto 20px;
}

[data-varianttext*="PRODUCT_CATALOG_PRODUCT_CHOOSE_LITER"] {
    font-size: 14px !important;
}

.bp-faq-answer ol,
.bp-faq-answer ul {
    list-style: revert;
    margin: revert;
    padding: revert;
}